Maneater Flower Hairpin [1], броня (Renewal)

Maneater Flower Hairpin [1] (MANEATER_FLOWER_HAIRPIN) – броня.

Maneater Flower Hairpin [1], броня (Renewal)

A flower that preys on insects with incredible speed. Sometimes they bite people but will spit them out right away.
Recovers SP by 5 when killing insects using melee physical attacks.
Recovers HP by 100 when killing monsters using melee physical attacks.
When refined to +5 or higher, reduce incoming damage from insect type monsters by 5%.
When refined to +7 or higher, reduce incoming damage from insect type monsters by additional 5%.
Required level : 20

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

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

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus2 bSPGainRace,RC_Insect,5;
bonus bHPGainValue,100;
bonus2 bSubRace,RC_Insect,(.@r>=7?10:(.@r>=5?5:0));