
RENEWAL / ITEMS
Gemstone Shadow Earring II
#24322Shadowgear
S2_Gemstone_Earring
TypeShadowgear
Equipment positionShadow right accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Holy earring that protects the wearer.
MATK + 5, reduce SP consumption by 2%.
When refined to +7 or higher,
reduce sp consumption by additional 1%.
SET BONUS
Gemstone Shadow Armor
Gemstone Shadow Shield
Gemstone Shadow Shoes
Gemstone Shadow Weapon
Gemstone Shadow Earring II
Gemstone Shadow Pendant
All Stats + 1.
Reduces the amount of gems required for skills by 1.
When sum of refine rate is 45 or higher,
using skill does not consume any gemstone.
But SP consumption of skills is increased by 100%.
When using skills,
SP consumption is reduced by percentage equivalent to sum of refine rate.
SET BONUS
Gemstone Shadow Shield II
Gemstone Shadow Weapon II
Gemstone Shadow Earring II
All Stats + 1.
Reduces the amount of gems required for skills by 1.
When sum of refine rate is 25 or higher,
using skill does not consume any gemstone.
But SP consumption of skills is increased by 70%.
When using skills,
SP consumption is reduced by percentage equivalent to sum of refine rate.
Type : Shadow Equipment
Location : Earring Weight : 0
Required Level : 1
Class : All
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) {
.@val = 3;
}
else {
.@val = 2;
}
bonus bMatk,5;
bonus bUseSPrate,-.@val;