
RENEWAL / ITEMS
Fatal Master Shadow Armor
#1270013Shadow Gear
S_Fatal_M_Armor
TypeShadow Gear
Equipment positionShadow armor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level200
Description
An outer armor worn over regular armor, providing additional defensive effects.
It can be used alone, but the defensive effect is small.
------------------------
CRI +1, C.RATE +1.
------------------------
For every 3 refine levels, critical damage +2%.
------------------------
When refined to +10 or higher, CRI +3, P.ATK +1.
------------------------
Set Bonus:
Fatal Master Shadow Armor
Fatal Master Shadow Shoes
C.RATE +2.
If total refine of set items is +15 or higher, CRI +3, physical damage against all property enemies +5%.
If total refine of set items is +18 or higher, ignores 50% physical defense of all race enemies except players.
------------------------
Set Bonus:
Fatal Master Shadow Armor
Fatal Master Shadow Shoes
Master Shadow Shield
Increases physical damage to all size enemies by 5%, P.ATK +2.
If total refine is +27 or higher, additionally ignores 10% physical resistance of all race enemies except 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 bCRate,1;
bonus bCritical,1;
bonus bCritAtkRate,2*(.@r/3);
if (.@r>=10) {
bonus bPAtk,1;
bonus bCritical,3;
}