ID #313028
Card
Star Cluster of Strength 5Lv
Buy Price: N/A
Sell Price: N/A
A star essence that strengthens the wearer.
_______________________
Increases Physical Damage against enemies of every race, except Players, by 25%.
_______________________
For each 15 base POW:
P.ATK +2.
Increases Physical Damage by 2%.
_______________________
For each 15 base CON:
ATK +10, ATK +2%.
_______________________
When equipped with Token of Life:
Increases Physical Damage against enemies of Normal and Boss class by 15%.
_______________________
Increases Physical Damage against enemies of every race, except Players, by 25%.
_______________________
For each 15 base POW:
P.ATK +2.
Increases Physical Damage by 2%.
_______________________
For each 15 base CON:
ATK +10, ATK +2%.
_______________________
When equipped with Token of Life:
Increases Physical Damage against enemies of Normal and Boss class by 15%.
Basic Information
Type
Card
Scripts
Script .@con = (readparam(bCon)/15); .@pow = (readparam(bPow)/15); bonus2 bAddRace,RC_All,25; bonus2 bAddRace,RC_Player_Human,-25; bonus2 bAddRace,RC_Player_Doram,-25; bonus bShortAtkRate,2*.@pow; bonus bLongAtkRate,2*.@pow; bonus bPAtk,2*.@pow; bonus bAtkRate,2*.@con; bonus bBaseAtk,10*.@con;
.@con = (readparam(bCon)/15); .@pow = (readparam(bPow)/15); bonus2 bAddRace,RC_All,25; bonus2 bAddRace,RC_Player_Human,-25; bonus2 bAddRace,RC_Player_Doram,-25; bonus bShortAtkRate,2*.@pow; bonus bLongAtkRate,2*.@pow; bonus bPAtk,2*.@pow; bonus bAtkRate,2*.@con; bonus bBaseAtk,10*.@con;