Basic Info

Name 19422 Witch's Pumpkin Hat[1]
Item ID 19422 - P_Witch_Hat_Z
Type Armor
19422
A tattered witch hat adorned with a baby pumpkin.
MATK + 5%, INT + 5.
For every refine level, MATK + 7.
If refine level is 7 or higher, MaxHP + 300, MaxSP + 100
If refine level is 9 or higher, Variable Cast Time - 10%.
Class : Headgear Defense : 10
Location : Top Weight : 70
Required Level : 85
Jobs : All jobs

Details

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

Stats

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

Restrictions

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

Scripts

Use Script
bonus(bMatkRate, 5); bonus(bInt, 5); bonus(bMatk, 7 * getrefine()); if (getrefine() >= 7) { bonus(bMaxHP, 300); bonus(bMaxSP, 100); } if (getrefine() >= 9) bonus(bVariableCastrate, -10);
Equip Script
None
Unequip Script
None