
RENEWAL / ITEMS
All Race Shadow Shoes
#24341Shadowgear
S_AllRace_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
Shoes that can be solely worn, but it would be less effective.
Increase damage to All Race by 2%
When refined to +7 or higher, increase damage to All Race by 1%
When refined to +7 or higher, increase damage to All Race by 2%
SET BONUS
All Race Shadow Shoes
All Race Shadow Shield
Increase exp gain when killing monsters by 3%.
Type : Shadow Equipment
Location : Shoes 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 footgear
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
.@val = 5;
} else if (.@r >= 7) {
.@val = 3;
}
else {
.@val = 2;
}
bonus2 bAddRace,RC_All,.@val;
bonus2 bMagicAddRace,RC_All,.@val;