T-MagicBoost

Item ID 310271 Name T-MagicBoost
None
Weapon Level 0 Identifier Improve_Orb_T_MATK
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();
bonus bMatk,50;
if (.@r>=7) {
   .@c = 25;
   .@t = 3000;
   if (.@r>=8) {
       .@c = 35;
       .@t += 1000;
   }
   if (.@r>=9) {
       .@c = 50;
       .@t += 1000;
   }
   autobonus "{ bonus bMatk,100; }",.@c,.@t,BF_MAGIC;
}

Set Script
Runaway Accelerator
T-MagicBoost
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bBaseAtk,10*.@r;