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

Can't be refined.
Increases melee and long ranged physical damage by 3%.
Cri + 1 per 5 base level (up to level 100).
If the user's base level is 30 or higher, increases melee and long ranged physical damage by additional 3%.
If the user's base level is 45 or higher, increases melee and long ranged physical damage by additional 4%.
If the user's base level is 85 or higher, reduces fixed casting time by 0.3 seconds.
Базовые свойства предмета
- ID: 30434
 - Код: 1PARA_BOOTS_A
 - Тип: броня
 - Уровень брони: 1
 - Защита: 8
 - Требуемый уровень: 10
 
- Вес: 1
 
Скрипт
bonus bShortAtkRate,3;
bonus bLongAtkRate,3;
bonus bCritical,(min(BaseLevel,100)/5);
if (BaseLevel>=30) {
   bonus bShortAtkRate,3;
   bonus bLongAtkRate,3;
}
if (BaseLevel>=45) {
   bonus bShortAtkRate,4;
   bonus bLongAtkRate,4;
}
if (BaseLevel>=85)
   bonus bFixedCast,-300;