Snowman Hat [1], броня (Pre-Renewal)

Snowman Hat [1] (SNOWMAN_HAT) – броня.

Snowman Hat [1], броня (Pre-Renewal)

A hat that is a constant reminder of the Winter season.
Str +1, Int +1, Mdef +3,
Increases resistance to Water property by 7%.
When killing monsters, has a low chance of dropping Buche De Noel or Candy Canes.
When dealing physical or magical damage, has a low chance of activating Lv 1 Frost Joker.
If refined to 8, activates Lv 5 Frost Joker.

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

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

Скрипт

bonus bStr,1;
bonus bInt,1;
bonus bMdef,3;
bonus2 bSubEle,Ele_Water,7;
bonus2 bAddMonsterDropItem,530,100;
bonus2 bAddMonsterDropItem,12354,300;
if (getrefine()>7) {
   bonus5 bAutoSpellwhenhit,"BA_FROSTJOKER",5,20,BF_WEAPON|BF_MAGIC,0;
}
else {
   bonus5 bAutoSpellwhenhit,"BA_FROSTJOKER",1,20,BF_WEAPON|BF_MAGIC,0;
}