
RENEWAL / ITEMS
Witty Shadow Pendant
#24887Shadow Gear
S_Witty_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
MDEF + 10.
------------------------
For every 2 refine level, MRES + 3.
------------------------
When refined to +10 or higher, MRES + 15.
------------------------
Set Bonus:
Witty Shadow Pendant
Witty Shadow Earring
MDEF + 15, MRES + 25.
------------------------
When the total refine level of set is 18 or higher,
MSP + 7%.
------------------------
Set Bonus:
Witty Shadow Pendant
Wisdom Shadow Weapon
MRES + 15.
------------------------
When the total refine level of set is 18 or higher,
WIS + 3, MSP + 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 bMdef,10;
bonus bMRes,3*(.@r/2);
if (.@r>=10) {
bonus bMRes,15;
}