ID #29233
Card
Energy (Magic)
Buy Price: N/A
Sell Price: N/A
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%
_______________________
Increases Variable Casting Time by 15%.
_______________________
For each Refine Level of Garment above +5 or higher:
MDEF +1
MaxSP +1%
Basic Information
Type
Card
Scripts
Script .@r = getequiprefinerycnt(EQI_GARMENT); bonus bNoCastCancel; bonus bVariableCastrate,15; bonus bMdef,(.@r < 5 ? 0 : .@r); bonus bMaxSPrate,(.@r < 5 ? 0 : .@r);
.@r = getequiprefinerycnt(EQI_GARMENT); bonus bNoCastCancel; bonus bVariableCastrate,15; bonus bMdef,(.@r < 5 ? 0 : .@r); bonus bMaxSPrate,(.@r < 5 ? 0 : .@r);