
RENEWAL / ITEMS
Centering Shadow Pendant
#24885Shadow Gear
S_Centering_Pendant
TypeShadow Gear
Equipment positionShadow left accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
MATK + 3%.
------------------------
For every 2 refine level, reduce Variable Casting Time by 1%.
------------------------
When refined to +10 or higher, S.MATK + 2.
------------------------
Set Bonus:
Centering Shadow Pendant
Centering Shadow Earring
MATK + 2%, S.MATK + 2,
------------------------
When total refine rate of set is 18 or higher, increase magical damage against all property enemies by 10%.
------------------------
Set Bonus:
Centering Shadow Pendant
Concentration Shadow Weapon
MATK + 3%,
------------------------
When total refine rate of set is 18 or higher, CON + 3, S.MATK + 3.
------------------------
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 bMatkRate,3;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=10) {
bonus bSMatk,2;
}