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