Gold Fish Head Hat [1], броня (Renewal)

Gold Fish Head Hat [1] (GOLDFISH_HAT) – броня.

Gold Fish Head Hat [1], броня (Renewal)

A golden fish hat with a puffing mouth, it smells fishy.
Adds a chance of buffing the user for 60 seconds when performing a physical attack; Endows the user's weapon with Holy property.
Adds a chance of buffing the user for 60 seconds when performing a magical attack; Increases the damage of Holy property magical attacks on targets by 10%.
If upgrade level is +7 or higher, adds an additional chance of endow and damage increase buffs activation.
If upgrade level is +9 or higher, adds a chance of casting Level 1 Quagmire when receiving a physical attack.

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

  • ID: 24996
  • Код: GOLDFISH_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 2
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 40

Скрипт

.@r = getrefine();
if (.@r>8) {
   bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,10,1;
}
if (.@r<6) {
   autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",10,60000,BF_MAGIC,"{ specialeffect2 EF_ASPERSIO; }";
}
else {
   autobonus "{ bonus2 bMagicAtkEle,Ele_Holy,10; }",(10+(.@r*2)),60000,BF_MAGIC,"{ specialeffect2 EF_ASPERSIO; }";
}