ID #313026
Card
Star Cluster of Strength 3Lv
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 15%.
_______________________
For each 15 base POW:
P.ATK +1.
Increases Physical Damage by 1%.
_______________________
For each 15 base CON:
ATK +5, ATK +1%.
_______________________
When equipped with Token of Life:
Increases Physical Damage against enemies of Normal and Boss class by 9%.
_______________________
Increases Physical Damage against enemies of every race, except Players, by 15%.
_______________________
For each 15 base POW:
P.ATK +1.
Increases Physical Damage by 1%.
_______________________
For each 15 base CON:
ATK +5, ATK +1%.
_______________________
When equipped with Token of Life:
Increases Physical Damage against enemies of Normal and Boss class by 9%.
Basic Information
Type
Card
Scripts
Script .@con = (readparam(bCon)/15); .@pow = (readparam(bPow)/15); bonus2 bAddRace,RC_All,15; bonus2 bAddRace,RC_Player_Human,-15; bonus2 bAddRace,RC_Player_Doram,-15; bonus bShortAtkRate,.@pow; bonus bLongAtkRate,.@pow; bonus bPAtk,.@pow; bonus bAtkRate,.@con; bonus bBaseAtk,5*.@con;
.@con = (readparam(bCon)/15); .@pow = (readparam(bPow)/15); bonus2 bAddRace,RC_All,15; bonus2 bAddRace,RC_Player_Human,-15; bonus2 bAddRace,RC_Player_Doram,-15; bonus bShortAtkRate,.@pow; bonus bLongAtkRate,.@pow; bonus bPAtk,.@pow; bonus bAtkRate,.@con; bonus bBaseAtk,5*.@con;