Fiery Earth Rune 7Lv, (Renewal)
Fiery Earth Rune 7Lv (FLAME_EARTH_R_7) – карта.

Every 20 base STR, Atk + 10, POW + 2, CON + 2.
If the enchanted equipment is grade D, P.Atk + 6, increases melee physical damage by 6%.
If the enchanted equipment is grade C, additional P.Atk + 9, increases melee physical damage by additional 10%.
If the enchanted equipment is grade B, additional P.Atk + 12.
Базовые свойства предмета
- ID: 18853
- Код: FLAME_EARTH_R_7
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@str = (readparam(bStr)/20); .@g = getenchantgrade(); bonus bBaseAtk,10*.@str; bonus bPow,2*.@str; bonus bCon,2*.@str; if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,6; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,10; bonus bPAtk,9; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,12; } } }