Advanced Paradise Muffler, броня (Renewal)

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

Advanced Paradise Muffler, броня (Renewal)

Can't be refined.
Reduces damage taken from neutral property by 20%, Flee + 40, reduces variable casting time by 15%.
Increases attack speed (reduces delay after attack by 1%) per 10 base level (up to level 150).
If the user's base level is 105 or higher, increases additional attack speed (reduces delay after attack by additional 5%).
If the user's base level is 110 or higher, reduces variable casting time by additional 5%.
If the user's base level is 120 or higher, reduces global cooldown by 5%.
If the user's base level is 130 or higher, reduces global cooldown by additional 5%.

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

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

Скрипт

bonus2 bSubEle,Ele_Neutral,20;
bonus bFlee,40;
bonus bVariableCastrate,-15;
bonus bAspdRate,(min(BaseLevel,150)/10);
if (BaseLevel>=105)
   bonus bAspdRate,5;
if (BaseLevel>=110)
   bonus bVariableCastrate,-5;
if (BaseLevel>=120)
   bonus bDelayrate,-5;
if (BaseLevel>=130)
   bonus bDelayrate,-5;