ID #313036
Card
Star Cluster of Intelligence 3Lv
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 15%.
_______________________
For each 15 base SPL:
S.MATK +1.
Increases Magical Damage with every element by 1%.
_______________________
For each 15 base CON:
MATK +5, MATK +1%.
_______________________
When equipped with Token of Life:
Increases Magical Damage against enemies of Normal and Boss class by 9%.
_______________________
Increases Magical Damage against enemies of every race, except Players, by 15%.
_______________________
For each 15 base SPL:
S.MATK +1.
Increases Magical Damage with every element by 1%.
_______________________
For each 15 base CON:
MATK +5, MATK +1%.
_______________________
When equipped with Token of Life:
Increases Magical Damage against enemies of Normal and Boss class by 9%.
Basic Information
Type
Card
Scripts
Script .@con = (readparam(bCon)/15); .@spl = (readparam(bSpl)/15); bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; bonus2 bMagicAtkEle,Ele_All,.@spl; bonus bSMatk,.@spl; bonus bMatkRate,.@con; bonus bMatk,5*.@con;
.@con = (readparam(bCon)/15); .@spl = (readparam(bSpl)/15); bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; bonus2 bMagicAtkEle,Ele_All,.@spl; bonus bSMatk,.@spl; bonus bMatkRate,.@con; bonus bMatk,5*.@con;