
RENEWAL / ITEMS
Sentimental Shadow Pendant
#24382Shadowgear
Sentimental_Pendant_S
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A sacred pendant that is said to protect the wearer. eliciting the potential ability of the wearer.
Class: Shadow Pendant
Weight: 0
Requires Level: 1
Usable By: All Jobs
ATK + 5
Increases SP Recovery Amount by 2%.
For every 3 refine levels, increases SP Recovery Amount by an additional 1%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow left accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bSPrecovRate,2+.@r/3;
bonus bBaseAtk,5;