ID #1270009
ShadowGear
Bow Master Shadow Armor
Buy Price: N/A
Sell Price: N/A
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.
_______________________
ATK +3%, ATK +7.
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +10:
P.ATK +3.
_______________________
When equipped with Bow Master Shadow Shoes:
P.ATK +2.
Total Refine Level of entire set is at least +15:
MaxHP +3%.
Increases Physical Damage against enemies of every element by 5%.
Total Refine Level of entire set is at least +18:
Ignores physical defense of every race, except Players, by 50%.
_______________________
When equipped with Bow Master Shadow Shoes and Master Shadow Shield:
Increases Physical Damage against enemies of every size by 5%.
P.ATK +2.
Total Refine Level of entire set is at least +27:
Ignores physical resistance of every race, except Players, by 10%.
_______________________
Shadow Exclusive Magic Book can grant Random Options with 2 Shadow Essences to it.
_______________________
Type: Shadow Armor
_______________________
Requirement:
Base Level 200
_______________________
ATK +3%, ATK +7.
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +10:
P.ATK +3.
_______________________
When equipped with Bow Master Shadow Shoes:
P.ATK +2.
Total Refine Level of entire set is at least +15:
MaxHP +3%.
Increases Physical Damage against enemies of every element by 5%.
Total Refine Level of entire set is at least +18:
Ignores physical defense of every race, except Players, by 50%.
_______________________
When equipped with Bow Master Shadow Shoes and Master Shadow Shield:
Increases Physical Damage against enemies of every size by 5%.
P.ATK +2.
Total Refine Level of entire set is at least +27:
Ignores physical resistance of every race, except Players, by 10%.
_______________________
Shadow Exclusive Magic Book can grant Random Options with 2 Shadow Essences to it.
_______________________
Type: Shadow Armor
_______________________
Requirement:
Base Level 200
Equipment Reform
Available through the reform system Reform_4th_Skill_Shadow
- Shadow Essence × 2
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Requirements
Min Level
200
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bBaseAtk,7; bonus bLongAtkRate,2*(.@r/3); if (.@r>=10) { bonus bPAtk,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bBaseAtk,7;
bonus bLongAtkRate,2*(.@r/3);
if (.@r>=10) {
bonus bPAtk,3;
}