
RENEWAL / ITEMS
All Race Shadow Shield
#24342Shadowgear
S_AllRace_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Shield that can be solely worn, but it would be less effective.
Reduce incoming damage from All Race by 1%.
When refined to +7 or higher, reduce incoming damage from All Race by 1%.
When refined to +9 or higher, reduce all incoming damage from All Race by 1%.
SET BONUS
All Race Shadow Shoes
All Race Shadow Shield
Increase exp gain when killing monsters by 3%.
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;
if (.@r >= 9) {
.@val = 3;
} else if (.@r >= 7) {
.@val = 2;
}
else {
.@val = 1;
}
bonus2 bSubRace,RC_All,.@val;