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

Advanced Paradise Manteau (2PARA_MANTEAU_A) – броня.

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

Can't be refined.
Reduces damage taken from neutral property by 20%, Hit + 35, increases attack speed (reduces delay after attack by 10%).
Reduces variable casting time 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 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: 30626
  • Код: 2PARA_MANTEAU_A
  • Тип: броня
  • Уровень брони: 1
  • Защита: 14
  •  
  • Требуемый уровень: 100
  • Вес: 1

Скрипт

.@l = BaseLevel;
bonus2 bSubEle,Ele_Neutral,20;
bonus bAspdRate,10;
bonus bHit,35;
bonus bVariableCastrate,-1*(min(.@l,150)/10);
if (.@l >= 105)
   bonus bAspdRate,5;
if (.@l >= 110)
   bonus bVariableCastrate,-5;
if (.@l >= 120)
   bonus bDelayrate,-5;
if (.@l >=130)
   bonus bDelayrate,-5;