Drama Clockwork [1], броня (Renewal)

Drama Clockwork [1] (DRAMA_CLOCKWORK) – броня.

Drama Clockwork [1], броня (Renewal)

An old wind-key used in theater for many years.
------------------------
MDEF +5.
Restores 5 SP when defeating Formless monsters with a melee physical attack.

Restores 100 HP when defeating monsters with a melee physical attack.
------------------------
When refined to +5 or higher, reduces damage taken from Formless monsters by 5%.

When refined to +7 or higher, reduces damage taken from Formless monsters by an additional 5%.
------------------------
Def : 5

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

  • ID: 23244
  • Код: DRAMA_CLOCKWORK
  • Тип: броня
  • Уровень брони: 1
  • Защита: 5
  •  
  • Требуемый уровень: 20
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus2 bSPGainRace,RC_Formless,5;
bonus bHPGainValue,100;
if (.@r>=7)
   bonus2 bSubRace,RC_Formless,10;
else if (.@r>=5)
   bonus2 bSubRace,RC_Formless,5;