Engraved Fiery Earth Rune Armor [1], броня (Renewal)
Engraved Fiery Earth Rune Armor [1] (FLAME_E_R_ARMOR2) – броня.
![Engraved Fiery Earth Rune Armor [1], броня (Renewal) Engraved Fiery Earth Rune Armor [1], броня (Renewal)](/images/db/items/picture/450282.png)
POW + 3, CON + 3, Cri - 10.
Atk + 140.
Every 2 refine rate, Atk + 15, Def + 30.
If refine rate is 7 or higher, Atk + 5%, P.Atk + 2, Mdef + 25.
If refine rate is 9 or higher, additional P.Atk + 5, Mdef + 25.
If refine rate is 11 or higher, reduces global cooldown 10%, increases melee physical damage by 15%.
[Bonus by grade]
[Grade D] Atk + 25, Atk + 5%.
[Grade C] Additional Atk + 45, Atk + 8%, increases melee physical damage by 3%.
[Grade B] Additional Atk + 13%, increases melee physical damage by additional 5%, POW + 10.
[Grade A] Additional Atk + 16%, increases melee physical damage by additional 7%, CON + 10.
Базовые свойства предмета
- ID: 30338
- Код: FLAME_E_R_ARMOR2
- Тип: броня
- Уровень брони: 2
- Защита: 200
- Требуемый уровень: 250
- Вес: 1
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bCritical,-10; bonus bPow,3; bonus bCon,3; bonus bBaseAtk,140+15*(.@r/2); bonus bDef,30*(.@r/2); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; bonus bMdef,25; if (.@r>=9) { bonus bPAtk,5; bonus bMdef,25; if (.@r>=11) { bonus bShortAtkRate,15; bonus bDelayrate,-10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; bonus bBaseAtk,25; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,3; bonus bAtkRate,8; bonus bBaseAtk,45; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,5; bonus bAtkRate,13; bonus bPow,10; if (.@g>=ENCHANTGRADE_A) { bonus bShortAtkRate,7; bonus bAtkRate,16; bonus bCon,10; } } } }