
RENEWAL / ITEMS
Menace Shadow Shield
#24531Shadow Gear
S_Menace_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
Increases physical damage against all size enemies by 3%.
------------------------
When refined to 7 or higher, increases physical damage against all size enemies by 3%.
When refined to 9 or higher, increases physical damage against all size enemies by 4%.
------------------------
Set Bonus
Menace Shadow Shield
Menace Shadow Shoes
Menace Shadow Armor
Reduces global cooldown equal to the half of the sum of refine rate of set.
------------------------
Set Bonus
Shadow Chaser Shadow Weapon
Menace Shadow Shield
Ignores defense of all race monsters (except players) by 40%.
Additional Ignores defense (except players) equal to the sum of refine rate of set.
------------------------
Class : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 99
Jobs : Shadow Chaser
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow shield
- Jobs
- Rogue
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=9) {
bonus2 bAddSize,Size_All,10;
}
else if (.@r>=7) {
bonus2 bAddSize,Size_All,6;
}
else {
bonus2 bAddSize,Size_All,3;
}