Libra Crown, броня (Renewal)

Libra Crown (LIBRA_CROWN) – броня.

Libra Crown, броня (Renewal)

A magnificent crown 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.
Dex + 3
Reduces damage taken from Wind property attacks by 7%.
If upgrade level is +7 or higher,
Matk + 3%
If upgrade level is +9 or higher,
Additional Matk + 2%.
Adds a chance of casting Level 5 Frost Nova when performing a physical attack.

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

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

Скрипт

bonus bDex,3;
bonus2 bSubEle,Ele_Wind,7;
if (getrefine()>=7) {
   bonus bMatkRate,3;
}
if (getrefine()>=9) {
   bonus bMatkRate,5;
   bonus3 bAutoSpellWhenHit,"WZ_FROSTNOVA",5,20;
}