ID #24872
ShadowGear
Full Power 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%
_______________________
For each 2 Refine Levels:
Increases Physical Damage by 1%.
_______________________
Refine Level +10:
P.ATK +2
_______________________
When equipped with Full Power Shadow Shoes:
ATK +2%, P.ATK +2.
Total Refine Level of entire set is at least +18:
Increases Physical Damage by additional 5%.
Increases Physical Damage against monsters of every size by 10%.
_______________________
When equipped with Full Power Shadow Weapon:
ATK +3%
Total Refine Level of entire set is at least +18:
POW +3, P.ATK +3.
_______________________
Type: Shadow Armor
_______________________
Requirement:
Base Level 200
_______________________
ATK +3%
_______________________
For each 2 Refine Levels:
Increases Physical Damage by 1%.
_______________________
Refine Level +10:
P.ATK +2
_______________________
When equipped with Full Power Shadow Shoes:
ATK +2%, P.ATK +2.
Total Refine Level of entire set is at least +18:
Increases Physical Damage by additional 5%.
Increases Physical Damage against monsters of every size by 10%.
_______________________
When equipped with Full Power Shadow Weapon:
ATK +3%
Total Refine Level of entire set is at least +18:
POW +3, P.ATK +3.
_______________________
Type: Shadow Armor
_______________________
Requirement:
Base Level 200
Basic Information
Type
ShadowGear
Requirements
Min Level
200
Scripts
Script .@r = getrefine(); bonus bAtkRate,3; bonus bLongAtkRate,(.@r/2); bonus bShortAtkRate,(.@r/2); if (.@r>=10) { bonus bPAtk,2; }
.@r = getrefine();
bonus bAtkRate,3;
bonus bLongAtkRate,(.@r/2);
bonus bShortAtkRate,(.@r/2);
if (.@r>=10) {
bonus bPAtk,2;
}