Illusion Shield I [1], броня (Renewal)

Illusion Shield I [1] (ILLUSION_SHIELD_A) – броня.

 

MaxHP +10%, HaxSP +10%.
DEF +50, MDEF +5 per 3 refine rate.
When base level is 170 or higher, increase resistance to neutral type attacks by 5%.

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

  • ID: 30355
  • Код: ILLUSION_SHIELD_A
  • Тип: броня
  • Уровень брони: 1
  • Защита: 95
  •  
  • Требуемый уровень: 100
  • Вес: 120

Скрипт

bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bDef,50*(getrefine()/3);
bonus bMdef,5*(getrefine()/3);
if (BaseLevel >= 170)
   bonus2 bSubEle,Ele_Neutral,5;