
RENEWAL / ITEMS
Bow Master Shadow Armor
#1270009Shadow Gear
S_Bow_M_Armor
TypeShadow Gear
Equipment positionShadow armor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
An armor worn over regular armor to provide additional defensive effects.
It can be used alone, but its defensive effect is small.
------------------------
ATK +3%, ATK +7.
------------------------
For every 3 refine levels, ranged physical damage +2%.
------------------------
When refined to +10 or higher, P.ATK +3.
------------------------
Set Bonus:
Bow Master Shadow Armor
Bow Master Shadow Shoes
P.ATK +2.
If the total refine level is 15 or higher, MHP +3%, physical damage to all elemental enemies +5%.
If the total refine level is 18 or higher, ignore 50% of all race enemies physical defense (excluding players).
------------------------
Set Bonus:
Bow Master Shadow Armor
Bow Master Shadow Shoes
Master Shadow Shield
Physical damage to all size enemies +5%, P.ATK +2.
If the total refine level is 27 or higher, ignore 10% of all race enemies physical resistance (excluding players).
------------------------
Type : Shadow Equipment
Location : Armor
Weight : 0
Required Level : 200
Class : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bBaseAtk,7;
bonus bLongAtkRate,2*(.@r/3);
if (.@r>=10) {
bonus bPAtk,3;
}