Costume Santa Hat

Item ID 19982 Name Costume Santa Hat
Rental Item
A red, pompom topped cap that is associated with Santa Claus's legend.
_______________________
MaxHP +1000
MaxSP +100
ASPD +3
MATK +10%
ATK +10%
Increases Healing amount by 10%.
_______________________
Type: Costume
Position: Upper
Weight: 0
_______________________
Requirement: None
Weapon Level 0 Identifier C_Santa's_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Costume Top Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
if (gettime(DT_MONTH) == 12) {
   bonus bMaxHP,1000;
   bonus bMaxSP,100;
   bonus bAspd,3;
   bonus2 bAddClass,Class_All,10;
   bonus bMatkRate,10;
   bonus bHealPower,10;
}