
RENEWAL / ITEMS
Fisher Shoes (Shadow)
#24067Shadowgear
S_Fisher_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pair of shoes worn to enhance fish damage.
Class: Shadow Shoes
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Increases physical and magical damage on Fish race targets by 2%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Fish race targets by an additional 1%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Fish race targets by an additional 2%.
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 footgear
- Trade
Item effect script
bonus2 bAddRace,RC_Fish,2;
bonus2 bMagicAddRace,RC_Fish,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
bonus2 bAddRace,RC_Fish,1;
bonus2 bMagicAddRace,RC_Fish,1;
}
if (.@r>=9) {
bonus2 bAddRace,RC_Fish,2;
bonus2 bMagicAddRace,RC_Fish,2;
}