Crow Baron Card

Item ID 300267 Name Crow Baron Card
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Base Level at least 200:
Increases Magical Damage with Fire and Wind element by 15%.
_______________________
When equipped with Crow Duke Card and equipped by Sage classes:
Increases damage of Fire Bolt and Lightning Bolt by 30%.
_______________________
Type: Card
Compound on: Accessory(Left)
Weight: 1
Weapon Level 0 Identifier Crow_Baron_Card
Attack 0 Type Card
MATK 0 Equip Locations Accessory Left
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 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 bAspdRate,5;
if (BaseLevel>=200) {
   bonus2 bMagicAtkEle,Ele_Fire,15;
   bonus2 bMagicAtkEle,Ele_Wind,15;
}

Set Script
Crow Baron Card
Crow Duke Card
if (BaseJob == Job_Sage) {
   bonus2 bSkillAtk,"MG_FIREBOLT",30;
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30;
   bonus2 bSkillAtk,"MG_COLDBOLT",30;
   bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30;
}