Libra Diadem, броня (Renewal)

Libra Diadem (LIBRA_DIADEM) – броня.

Libra Diadem, броня (Renewal)

A magnificent diadem created to pay tribute to the 7th sign of the zodiac, Libra the Balance. Attached to the crown is an Opal gemstone, the birthstone for those born under this sign.
Atk +7
If refined to 7 or higher,
has a chance of casting Lv 2 Mild Wind while physically attacking.
If refined to 9 or higher,
Flee +5 and physical attack power +3%.
Required level : 1

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

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

Скрипт

bonus bBaseAtk,7;
if (getrefine()>=7) {
   bonus3 bAutoSpell,"TK_SEVENWIND",2,5;
}
if (getrefine()>=9) {
   bonus bFlee,5;
   bonus2 bAddClass,Class_All,3;
}