
RENEWAL / ITEMS
Homers Shield (Shadow)
#24056Shadowgear
S_Homers_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A shield worn to enhance fish resistance.
Class: Shadow Shield
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Reduces damage taken from Fish race enemies by 1%.
If upgrade level is +7 or higher,
Reduces damage taken from Fish race enemies by an additional 1%.
If upgrade level is +9 or higher,
Reduces damage taken from Fish race enemies by an additional 1%.
Set Bonus
Fisher Shadow Shoes
Homer's Shadow Shield
Increases the experience given from Fish race monsters by 3%.
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
bonus2 bSubRace,RC_Fish,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
bonus2 bSubRace,RC_Fish,1;
}
if (.@r>=9) {
bonus2 bSubRace,RC_Fish,1;
}