Life of Autumn (Wisdom)

Item ID 313020 Name Life of Autumn (Wisdom)
S.MATK +20.
Increases Magical Damage with every element by 25%.
_______________________
When equipped with Nebula Robe of Wisdom:
Decreases After Skill Delay by 2%.

If the Armor's Grade is A or higher:
For each 2 Refine Levels of Armor:
Decreases After Skill Delay by additional 2%.
MaxSP +1%.
Weapon Level 0 Identifier Life_of_Autumn_Wis
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
bonus bSMatk,20;
bonus2 bMagicAtkEle,Ele_All,25;

Set Script
Life of Autumn (Wisdom)
Nebula Robe of Wisdom
.@r_armor = getequiprefinerycnt(EQI_ARMOR);
bonus bDelayrate,-3;
if (getenchantgrade(EQI_ARMOR)>=ENCHANTGRADE_A) {
   bonus bDelayrate,-2*(.@r_armor/2);
   bonus bMaxSPrate,(.@r_armor/2);
}