Star Cluster of Intelligence 5Lv

Item ID 313038 Name Star Cluster of Intelligence 5Lv
A star essence that strengthens the wearer.
_______________________
Increases Magical Damage against enemies of every race, except Players, by 25%.
_______________________
For each 15 base SPL:
S.MATK +2.
Increases Magical Damage with every element by 2%.
_______________________
For each 15 base CON:
MATK +10, MATK +2%.
_______________________
When equipped with Token of Life:
Increases Magical Damage against enemies of Normal and Boss class by 15%.
Weapon Level 0 Identifier Star_Cluster_Of_Int5
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
.@con = (readparam(bCon)/15);
.@spl = (readparam(bSpl)/15);
bonus2 bMagicAddRace,RC_All,25;
bonus2 bMagicAddRace,RC_Player_Human,-25;
bonus2 bMagicAddRace,RC_Player_Doram,-25;
bonus2 bMagicAtkEle,Ele_All,2*.@spl;
bonus bSMatk,2*.@spl;
bonus bMatkRate,2*.@con;
bonus bMatk,10*.@con;

Set Script
Star Cluster of Intelligence 5Lv
Token of Life
bonus2 bMagicAddClass,Class_Normal,15;
bonus2 bMagicAddClass,Class_Boss,15;