INT Supplement Reactor

Item ID 4983 Name INT Supplement Reactor
For each 10 base INT:
MATK +5
_______________________
Refine Level +7:
MATK +10
Weapon Level 0 Identifier Reactor_A_INT
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
if (getrefine()>=7) {
   .@bonus = 10;
}
bonus bMatk,.@bonus + 5*(readparam(bInt)/10);

Set Script
Riot Chip
INT Supplement Reactor
bonus2 bMagicAddClass,Class_All,3;
INT Supplement Reactor
Extreme
bonus bMatkRate,3;