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

Advanced Paradise Robe (2PARA_ARMOR_B) – броня.

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

Can't be refined.
MaxHP + 1000, MaxSP + 250, reduces global cooldown by 5%.
Matk + 5 per 10 base level (up to level 150).
If the user's base level is 105 or higher, Matk + 3%.
If the user's base level is 110 or higher, reduces global cooldown by additional 5%.
If the user's base level is 120 or higher, MaxHP + 3%.
If the user's base level is 130 or higher, additional Matk + 40.

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

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

Скрипт

bonus bMaxHP,1000;
bonus bMaxSP,250;
bonus bDelayrate,-5;
bonus bMatk,5*(min(BaseLevel,150)/10);
if (BaseLevel>=105)
   bonus bMatkRate,3;
if (BaseLevel>=110)
   bonus bDelayrate,-5;
if (BaseLevel>=120)
   bonus bMaxHPrate,3;
if (BaseLevel>=130)
   bonus bMatk,40;