[Rental] Phalanx, броня (Renewal)

[Rental] Phalanx (JP_HELM32_L) – броня.

 

Item that brings you sudden wealth in the new new year as well!!


Item Move Restrictions:
Guild Storage
RODex

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

  • ID: 29621
  • Код: JP_HELM32_L
  • Тип: броня
  • Уровень брони: 1
  • Защита: 50
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 80

Скрипт

bonus bMdef,3;
if (readparam(bVit)>=125) {
   bonus2 bSubRace,RC_All,5;
   bonus2 bHPRegenRate,150,5000;
   bonus2 bHPRegenRate,15,5000;
}
else if (readparam(bVit)>=90) {
   bonus2 bSubRace,RC_All,2;
   bonus2 bHPRegenRate,90,5000;
   bonus2 bHPRegenRate,9,5000;
}
else {
   bonus2 bSubRace,RC_All,1;
   bonus2 bHPRegenRate,60,5000;
   bonus2 bHPRegenRate,6,5000;
}