Paradise Shoes, броня (Renewal)

Paradise Shoes (1PARA_BOOTS_B) – броня.

Paradise Shoes, броня (Renewal)

Can't be refined.
Increases all property magical damage by 3%.
Matk + 2 per 5 base level (up to level 100).
If the user's base level is 30 or higher, increases all property magical damage by additional 3%.
If the user's base level is 45 or higher, increases all property magical damage by additional 4%.
If the user's base level is 85 or higher, reduces fixed casting time by 0.3 seconds.

Базовые свойства предмета

  • ID: 30435
  • Код: 1PARA_BOOTS_B
  • Тип: броня
  • Уровень брони: 1
  • Защита: 4
  •  
  • Требуемый уровень: 10
  • Вес: 1

Скрипт

bonus2 bMagicAtkEle,Ele_All,3;
bonus bMatk,2*(min(BaseLevel,100)/5);
if (BaseLevel>=30)
   bonus2 bMagicAtkEle,Ele_All,3;
if (BaseLevel>=45)
   bonus2 bMagicAtkEle,Ele_All,4;
if (BaseLevel>=85)
   bonus bFixedCast,-300;