
RENEWAL / ITEMS
Physical Pendant (Shadow)
#24020Shadowgear
S_Physical_Pendant
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pendant worn to enhance physical attack.
Class: Shadow Pendant
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 100
Additional Max HP + 10 per upgrade level of the item.
If upgrade level is +7 or higher,
Max HP + 1%
Set Bonus
Physical Shadow Earring
Physical Shadow Pendant
Physical Shadow Weapon
ATK + 1 per upgrade level of Physical Shadow Earring, Physical Shadow Pendant, and Physical Shadow Weapon.
If the combined upgrade levels of Physical Shadow Earring, Physical Shadow Pendant and Physical Shadow Weapon are +23 or higher,
ATK + 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 bMaxHP,100;
if (.@r>6) {
bonus bMaxHPrate,1;
}