Sagittarius Diadem [1], броня (Renewal)

Sagittarius Diadem [1] (SAGITTARIUS_DIADEM) – броня.

Sagittarius Diadem [1], броня (Renewal)

A magnificent diadem created to pay tribute to the 9th sign of the zodiac, Sagittarius the Archer. Attached to the crown is a Zircon gemstone, the birthstone for those born under this sign.
Dex +2, Mdef +3,
Increases resistance to Fire property by 7%
If refined to 7, spell casting time -3%.
If refined to 8, when using magic attack, has a low chance of autocasting Lvl 1 Sightrasher.
If refined to 9, additional spell casting time decrease by 2%.
If refined to 10, Matk +4%.

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

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

Скрипт

bonus bDex,2;
bonus bMdef,3;
bonus2 bSubEle,Ele_Fire,7;
.@r = getrefine();
if (.@r>6) {
   bonus bVariableCastrate,-3;
}
if (.@r>7) {
   bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,5,BF_MAGIC,0;
}
if (.@r>8) {
   bonus bVariableCastrate,-2;
}
if (.@r>9) {
   bonus bMatkRate,4;
}