Zaha Doll Hat

Item ID 5464 Name Zaha Doll Hat
A doll resembles the fairy "Baek-so-jin".
_______________________
INT +3
MDEF +9
_______________________
Increases Magical Damage against monsters of Undead race by 10%.
_______________________
Random chance to transform wearer into Bacsojin when dealing or receiving magical attack.
While in transform, you will lose 10 SP per sec but you will gain more magical power.
Higher Refine Level will increase the transform duration and magical power.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
All Jobs except Novice
Weapon Level 0 Identifier Zaha_Doll_Hat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs All jobs
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus bInt,3;
bonus bMdef,9;
bonus2 bMagicAddRace,RC_Undead,10;
.@t = 2+(getrefine()/3)*1000;
autobonus "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"This is my magic Power!\"; }";
autobonus2 "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"How dare you! I punish you to endless sleep!\"; }";