
RENEWAL / ITEMS
Gemstone Shadow Weapon II
#24335Shadowgear
S2_Gemstone_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Gloves that bring out the potential ability of the wearer.
HIT + 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.
Location : Weapon 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 weapon
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bHit,5;
if (.@r >= 7) {
bonus bUseSPrate,-3;
}
else {
bonus bUseSPrate,-2;
}