
RENEWAL / ITEMS
Stout Shadow Pendant
#24878Shadow Gear
S_Stout_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
DEF + 30.
------------------------
For every 2 refine level, RES + 3.
------------------------
When refined to +10 or higher, RES + 15.
------------------------
Set Bonus:
Stout Shadow Pendant
Stout Shadow Earring
DEF + 15, RES + 25.
------------------------
When the total refine level of set is 18 or higher,
MHP + 7%.
------------------------
Set Bonus:
Stout Shadow Pendant
Stamina Shadow Weapon
RES + 15.
------------------------
When the total refine level of set is 18 or higher,
STA + 3, MHP + 5%.
------------------------
Class : Shadow Equipment
Location : Pendant
Weight : 0
Required Level : 200
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow left accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bDef,30;
bonus bRes,3*(.@r/2);
if (.@r>=10) {
bonus bRes,15;
}