Energy (Magic)

Item ID 29233 Name Energy (Magic)
Skill casting cannot be interrupted.
_______________________
Increases Variable Casting Time by 15%.
_______________________
For each Refine Level of Garment above +5 or higher:
MDEF +1
MaxSP +1%
Weapon Level 0 Identifier Energy_Drop6
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
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
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bNoCastCancel;
bonus bVariableCastrate,15;
bonus bMdef,(.@r < 5 ? 0 : .@r);
bonus bMaxSPrate,(.@r < 5 ? 0 : .@r);