Advanced Paradise Shoes, броня (Renewal)
Advanced Paradise Shoes (2PARA_BOOTS_B) – броня.

Can't be refined.
Increases all property magical damage by 10%, reduces fixed casting time by 0.3 seconds.
MaxHP + 40 and MaxSP + 30 per 10 base level (up to level 150).
If the user's base level is 105 or higher, reduces variable casting time by 10%.
If the user's base level is 110 or higher, increases magical damage against all property enemies by 5%.
If the user's base level is 120 or higher, increases magical damage against all property enemies by additional 5%.
If the user's base level is 130 or higher, Matk + 5%.
Базовые свойства предмета
- ID: 30460
- Код: 2PARA_BOOTS_B
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 100
- Вес: 1
Скрипт
bonus2 bMagicAddEle,Ele_All,10; bonus bFixedCast,-300; bonus bMaxHP,40*(min(BaseLevel,150)/10); bonus bMaxSP,30*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bVariableCastrate,-10; if (BaseLevel>=110) bonus2 bMagicAddEle,Ele_All,5; if (BaseLevel>=120) bonus2 bMagicAddEle,Ele_All,5; if (BaseLevel>=130) bonus bMatkRate,5;