SPL Assistance

Item ID 313133 Name SPL Assistance
Base Level at least 240:
For each 7 base SPL:
MRES +1, MDEF +3.
(Applies up to 100 base SPL)
Weapon Level 0 Identifier SPL_Assist
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 (BaseLevel>=240) {
   .@param = min(readparam(bSpl),100);
   bonus bMdef,3*(.@param/7);
   bonus bMRes,(.@param/7);
}