Basic Info

Name 5738 Snowman Hat[1]
Item ID 5738 - Snowman_Hat
Type Armor
5738
A hat that is a constant reminder of the Winter season.
-------------------------
STR +1
INT +1
MDEF +3
-------------------------
Increases resistance against Water element attacks by 7%.
-------------------------
When killing monsters, adds a low chance of dropping Buche De Noel or Candy Canes.
-------------------------
When dealing physical or magical attacks, adds a low chance to auto cast Level 1 Frost Joker.
When refine level is +8, activates Level 5 Frost Joker.
-------------------------
Class: Headgear
Defense: 4
Location: Upper
Weight: 30
Level Requirement: 1
Jobs: All classes

Details

Weight 30
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Upper Headgear

Stats

Range 0
Defense 4
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range Any
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
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_FROSTJOKE, 5, 20, BF_WEAPON | BF_MAGIC, 0); } else { bonus5(bAutoSpellWhenHit, BA_FROSTJOKE, 1, 20, BF_WEAPON | BF_MAGIC, 0); }
Equip Script
None
Unequip Script
None