T-Electricity

Item ID 310273 Name T-Electricity
None
Weapon Level 0 Identifier Improve_Orb_T_WIND
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 = getrefine();
bonus3 bAutoSpell,"MG_THUNDERSTORM",6,50;
if (.@r>=7) {
   .@c = 30;
   .@t = 10000;
   if (.@r>=8) {
       .@c = 40;
       .@t += 1000;
   }
   if (.@r>=9) {
       .@c = 50;
       .@t += 1000;
   }
   autobonus "{ bonus3 bAutoSpell,\"SO_VARETYR_SPEAR\",3,1000; }",.@c,.@t,BF_WEAPON;
}

Set Script
Runaway Accelerator
T-Electricity
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bMagicAtkEle,Ele_Wind,3*.@r;