Star Cluster of Resistance 5Lv

Item ID 313043 Name Star Cluster of Resistance 5Lv
A star essence that strengthens the wearer.
_______________________
RES +50, MRES +50.
_______________________
For each 15 base STA:
DEF +20, RES +10.
_______________________
For each 15 base WIS:
MDEF +10, MRES +10.
_______________________
When equipped with Token of Life:
MaxHP +5%, MaxSP +5%.
Weapon Level 0 Identifier Star_Cluster_Of_Res5
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@sta = (readparam(bSta)/15);
.@wis = (readparam(bWis)/15);
bonus bMRes,50+10*.@wis;
bonus bRes,50+10*.@sta;
bonus bDef,20*.@sta;
bonus bMdef,10*.@wis;

Set Script
Star Cluster of Resistance 5Lv
Token of Life
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;