
RENEWAL / ITEMS
Tension Shadow Pendant
#24362Shadowgear
S_Tension_Pendent
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 HP recovery by Heal and items by 2%.
For every 3 refine levels, increases HP recovery by Heal and items 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;
.@val = 2 + (.@r/3);
bonus bBaseAtk,5;
bonus bHealPower2,.@val;
bonus bAddItemHealRate,.@val;