Wind God Cloak

Item ID 480242 Name Wind God Cloak
None
Weapon Level 0 Identifier Tele_WG_Cape
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus2 bMagicAtkEle,Ele_Wind,3*(.@r/4);
bonus2 bMagicAtkEle,Ele_Ghost,3*(.@r/4);
if (.@r>=7)
   bonus bMatkRate,10;
if (.@r>=9)
   bonus2 bMagicAddRace,RC_All,10;
if (.@r>=11)
   bonus bDelayrate,-12;
if (.@r>=13)
   bonus2 bIgnoreDefClassRate,Class_Boss,10;

Set Script
Celia Card
Wind God Cloak
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus2 bMagicAtkEle,Ele_Wind,10+3*(.@r/2);
if (.@r>=12)
   bonus5 bAutoSpell,"SA_VIOLENTGALE",3,10,BF_MAGIC,0;
Kathryne Keyron Card
Wind God Cloak
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bMagicAtkEle,Ele_Ghost,10+3*(.@r/2);
if (.@r>=12)
   bonus2 bMagicAddSize,Size_All,15;