T-Assault

Item ID 310272 Name T-Assault
None
Weapon Level 0 Identifier Improve_Orb_T_CRI
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 bCritAtkRate,10;
if (.@r>=7) {
   .@c = 25;
   .@t = 3000;
   if (.@r>=8) {
       .@c = 35;
       .@t += 1000;
   }
   if (.@r>=9) {
       .@c = 50;
       .@t += 1000;
   }
   autobonus "{ bonus bCritAtkRate,40; }",.@c,.@t,BF_WEAPON;
}

Set Script
Runaway Accelerator
T-Assault
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bCritical,3*.@r;