0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #313038 Card

Star Cluster of Intelligence 5Lv

Buy Price: N/A Sell Price: N/A
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%.

Basic Information

Card

Scripts

.@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;
.@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;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.