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