
RENEWAL / ITEMS
Gemstone Shadow Shield II
#24336Shadowgear
S2_Gemstone_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A small shield that provides additional defense ability.
DEF + 5. Reduce SP consumption by 2%.
When refined to +7 or higher,
reduce sp consumption by additional 1%.
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 : Shield 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 shield
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bDef,5;
if (.@r >= 7) {
bonus bUseSPrate,-3;
}
else {
bonus bUseSPrate,-2;
}