Paradise Muffler, броня (Renewal)

Paradise Muffler (1PARA_MANTEAU_B) – броня.

Paradise Muffler, броня (Renewal)

Can't be refined.
Reduces damage taken from neutral property by 20%, Flee + 20.
Additional Flee + 1 per 5 base level (up to level 100).
If the user's base level is 30 or higher, reduces variable casting time by 5%.
If the user's base level is 45 or higher, reduces variable casting time by additional 5%.
If the user's base level is 85 or higher, reduces variable casting time by additional 5%.

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

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

Скрипт

bonus2 bSubEle,Ele_Neutral,20;
bonus bFlee,20;
bonus bFlee,(min(BaseLevel,100)/5);
if (BaseLevel>=30)
   bonus bVariableCastrate,-5;
if (BaseLevel>=45)
   bonus bVariableCastrate,-5;
if (BaseLevel>=85)
   bonus bVariableCastrate,-5;