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

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

Snowman Hat [1], броня (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: 23056
  • Код: SNOWMAN_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 4
  •  
  • Требуемый уровень: 1
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

bonus bStr,1;
bonus bInt,1;
bonus bMdef,3;
bonus2 bSubEle,Ele_Water,7;
bonus2 bAddMonsterDropItem,12354,100;
bonus2 bAddMonsterDropItem,530,300;
bonus5 bAutoSpellWhenHit,"BA_FROSTJOKER",(getrefine()>7?5:1),20,BF_WEAPON|BF_MAGIC,0;