
RENEWAL / ITEMS
Restore Shadow Pendant
#24369Shadowgear
S_Restore_Pendent
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Equipment position
- Shadow left accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
.@val = 50;
} else if (.@r >= 7) {
.@val = 30;
}
else {
.@val = 20;
}
bonus bSPrecovRate,.@val;