
RENEWAL / ITEMS
Resist Spell Power Pendant (Shadow)
#24046Shadowgear
S_Resist_Spell_Pendant
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pendant worn to enhance magical defense.
Class: Shadow Pendant
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Mdef + 3
If upgrade level is +7 or higher,
Additional Mdef + 3
Set Bonus
Athena Shadow Earring
Resist Spell Power Shadow Pendant
Reduces damage taken from Neutral property attacks by 1%.
If the combined upgrade levels of Athena Shadow Earring and Resist Spell Power Shadow Pendant are +15 or higher,
Reduces damage taken from Neutral property attacks 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 bMdef,3;
if (.@r>6) {
bonus bMdef,3;
}