Hero Boots-LT [1], броня (Renewal)
Hero Boots-LT [1] (HERO_BOOTS_LT) – броня.
![Hero Boots-LT [1], броня (Renewal) Hero Boots-LT [1], броня (Renewal)](/images/db/items/picture/470094.png)
MaxHP + 1500, MaxSP + 150.
If the user's base level is 210 or higher, P.Atk + 1, S.Matk + 1.
MaxHP + 1% and MaxSP + 1% per 3 refine rate.
If refine rate is 7 or higher, Atk + 5% and Matk + 5%.
If refine rate is 9 or higher, Cri + 5, Perfect Hit + 10, reduces variable casting time by 5%.
If refine rate is 11 or higher, reduces fixed casting time by 0.8 seconds, reduces global cooldown by 5%.
[Bonus by grade]
[Grade D] Res + 50, Mres + 50.
[Grade C] Increases physical and magical damage against all property enemies by 10%.
[Grade B] STA + 5, WIS + 5.
[Grade A] P.Atk + 5, S.Matk + 5, if refine rate is 13 or higher, reduces fixed casting time by additional 0.2 seconds.
Базовые свойства предмета
- ID: 30461
- Код: HERO_BOOTS_LT
- Тип: броня
- Уровень брони: 2
- Защита: 15
- Требуемый уровень: 190
- Вес: 60
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,1500; bonus bMaxSP,150; if (BaseLevel>=210) { bonus bPAtk,1; bonus bSMatk,1; } if (.@r>=7) { bonus bMatkRate,5; bonus bAtkRate,5; if (.@r>=9) { bonus bVariableCastrate,-5; bonus bPerfectHitAddRate,10; bonus bCritical,5; if (.@r>=11) { bonus bFixedCast,-800; bonus bDelayrate,-5; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMRes,50; bonus bRes,50; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAddEle,Ele_All,10; bonus2 bAddEle,Ele_All,10; if (.@g >= ENCHANTGRADE_B) { bonus bSta,5; bonus bWis,5; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,5; bonus bSMatk,5; if (.@r>=13) { bonus bFixedCast,-200; } } } } } bonus bMaxHPrate,(.@r/3); bonus bMaxSPrate,(.@r/3);