
RENEWAL / ITEMS
Athena Earring (Shadow)
#24051Shadowgear
S_Athena_Earring
TypeShadowgear
Equipment positionShadow right accessory
Weight0
Buy price0 z
Sell price0 z
DEF10
Required level1
Description
An earring worn to enhance physical defense.
Class: Shadow Earring
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Def + 10
If upgrade level is +7 or higher,
Additional Def + 10
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 right accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
bonus bDef,10;
}