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