CON Enforcement (Magical)

Item ID 313141 Name CON Enforcement (Magical)
Base Level at least 240:
For each 7 base CON:
MATK +5, Increases Magical Damage with every element by 1%.
(Applies up to 100 base CON)
Weapon Level 0 Identifier CON_Enforce_Magic
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(bCon),100);
   bonus2 bMagicAtkEle,Ele_All,(.@param/7);
   bonus bMatk,5*(.@param/7);
}