Celestial Woman's Flower [1], броня (Renewal)

Celestial Woman's Flower [1] (CELESTIALWOMAN_FLOWER) – броня.

Celestial Woman's Flower [1], броня (Renewal)

A flower picked up by the hands of a celestial being.


Required

Mdef + 5
Restores 100 HP to the user when a Undead race monster is killed by a short-ranged attack.
Restores 5 SP to the user when a Undead race monster is killed by a short-ranged attack.
If upgrade level is +5 or higher,
Reduces damage taken from Undead race enemies by 5%.
If upgrade level is +7 or higher,
Reduces damage taken from Undead race enemies by an additional 5%.

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

  • ID: 24862
  • Код: CELESTIALWOMAN_FLOWER
  • Тип: броня
  • Уровень брони: 1
  • Защита: 5
  •  
  • Требуемый уровень: 20
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

bonus bHPGainValue,100;
bonus bMdef,5;
bonus2 bSPGainRace,RC_Undead,5;
if (getrefine()>=5) {
   bonus2 bSubRace,RC_Undead,5;
}
if (getrefine()>=7) {
   bonus2 bSubRace,RC_Undead,5;
}