ID #313041
Card
Star Cluster of Resistance 3Lv
Buy Price: N/A
Sell Price: N/A
A star essence that strengthens the wearer.
_______________________
RES +30, MRES +30.
_______________________
For each 15 base STA:
DEF +10, RES +5.
_______________________
For each 15 base WIS:
MDEF +5, MRES +5.
_______________________
When equipped with Token of Life:
MaxHP +3%, MaxSP +3%.
_______________________
RES +30, MRES +30.
_______________________
For each 15 base STA:
DEF +10, RES +5.
_______________________
For each 15 base WIS:
MDEF +5, MRES +5.
_______________________
When equipped with Token of Life:
MaxHP +3%, MaxSP +3%.
Basic Information
Type
Card
Scripts
Script .@sta = (readparam(bSta)/15); .@wis = (readparam(bWis)/15); bonus bMRes,30+5*.@wis; bonus bRes,30+5*.@sta; bonus bDef,10*.@sta; bonus bMdef,5*.@wis;
.@sta = (readparam(bSta)/15); .@wis = (readparam(bWis)/15); bonus bMRes,30+5*.@wis; bonus bRes,30+5*.@sta; bonus bDef,10*.@sta; bonus bMdef,5*.@wis;