Smokie Transformation Leaf

Item ID 19265 Name Smokie Transformation Leaf
Smokey uses the leaves of transformation.
I feel the energy of Smokey.
_______________________
For each Refine Level:
Increases Magical Damage with every element by 1%.
_______________________
Has a chance to transform into Smokie for 5 seconds when dealing Melee Physical Damage.
_______________________
Grants following effects while in Smokie form:
Has 5% chance to auto-cast bolt spells lv.2 when dealing Melee Physical Damage.
_______________________
Refine Level +7:
4% chance to auto-cast Frost Nova lv.5 when dealing Melee Physical Damage.
_______________________
Refine Level +8:
3% chance to auto-cast Thunderstorm lv.5 when dealing Melee Physical Damage.
_______________________
Refine Level +9 and Base Level 100:
2% chance to auto-cast Hell Inferno lv.5 when dealing Melee Physical Damage.
_______________________
Refine Level +9 and Base Level 100:
1% chance to auto-cast Chain Lightning lv.3 when dealing Melee Physical Damage.
_______________________
Type: Headgear
Defense: 7
Position: Upper
Weight: 60
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Smoky_TransformHat
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 7 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_All,.@r;
autobonus "{ .@r = getrefine(); bonus3 bAutoSpell,\"MG_COLDBOLT\",2,50; bonus3 bAutoSpell,\"MG_FIREBOLT\",2,50; bonus3 bAutoSpell,\"MG_LIGHTNINGBOLT\",2,50; bonus3 bAutoSpell,\"WZ_EARTHSPIKE\",2,50; if (.@r>=7) { bonus3 bAutoSpell,\"WZ_FROSTNOVA\",5,40; if (.@r>=8) { bonus3 bAutoSpell,\"MG_THUNDERSTORM\",5,30; if (BaseLevel>100) { if (.@r>=9) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,20; if (.@r>=10) { bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,10; } } } } } }",1,5000,BF_WEAPON,"{ active_transform 1056,5000; /*SMOKIE*/ }";