
RENEWAL / ITEMS
True Gemstone Shadow Pendant
#24678Shadow Gear
S_TrueGem_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
A sacred necklace said to protect its wearer. It draws out the wearer’s latent abilities.
MATK + 3%.
------------------------
For every 2 refine levels, increases magic damage against all property enemies by 1%.
------------------------
When refined to +10 or higher, reduces Variable Casting Time by 3%.
------------------------
Class : Shadow Equipment
Location : Pendant
Weight : 0
Required Level : 1
Equipped : All Classes
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 bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=10) {
bonus bVariableCastrate,-3;
}