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