Paradise Luxury Boots, броня (Renewal)
Paradise Luxury Boots (2PARA_BOOTS_A) – броня.

Can't be refined.
Increases melee and long ranged physical damage by 10%, reduces fixed casting time by 0.3 seconds.
MaxHP + 50 and MaxSP + 20 per 10 base level (up to level 150).
If the user's base level is 105 or higher, Cri + 15.
If the user's base level is 110 or higher, increases critical damage by 5%.
If the user's base level is 120 or higher, increases critical damage by additional 5%.
If the user's base level is 130 or higher, Atk + 5%.
Базовые свойства предмета
- ID: 30436
- Код: 2PARA_BOOTS_A
- Тип: броня
- Уровень брони: 1
- Защита: 14
- Требуемый уровень: 100
- Вес: 1
Скрипт
bonus bShortAtkRate,10; bonus bLongAtkRate,10; bonus bFixedCast,-300; .@l = BaseLevel; bonus bMaxHP,50*(min(.@l,150)/10); bonus bMaxSP,20*(min(.@l,150)/10); if (.@l>=105) bonus bCritical,15; if (.@l>=110) bonus bCritAtkRate,5; if (.@l>=120) bonus bCritAtkRate,5; if (.@l>=130) bonus bAtkRate,5;