
RENEWAL / ITEMS
Executioner Holy Water Shadow Weapon
#24434Shadowgear
S_Exe_Ho_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Description
Gloves to bring out the wearer's potential ability by putting it on hands before wearing a weapon.
Ignores defense of demihuman (except player) and undead race monsters by 5%.
Ignores defense of demihuman (except player) and undead race monsters by additional 1% per 2 refine rate.
When Executioner Holy Water Shadow Weapon, Penetration Shadow Earring and Penetration Shadow Pendant are equipped together, ATK + 5.
If the sum of refine rate is 25 or higher, Ignores defense of demihuman (except player) and undead race monsters by 100%.
Class: Shadow Weapon
Defense: 0
Weight: 0
Requires Level: 1
Usable By: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5+.@r/2;
bonus2 bIgnoreDefRaceRate,RC_Undead,5+.@r/2;