ID #15280
Shadowgear
Critical Hit 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 +15
Critical +7
_______________________
For each 2 Refine Levels:
Increases Critical Damage by 1%.
_______________________
Refine Level +7:
Critical +7
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
ATK +15
Critical +7
_______________________
For each 2 Refine Levels:
Increases Critical Damage by 1%.
_______________________
Refine Level +7:
Critical +7
_______________________
Type: Shadow Armor
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_A_W
- Shadowdecon × 10
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
Shadowgear
Acquisition method
Equipment reform
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 7; bonus bBaseAtk,15; if (.@r > 1) { bonus bCritAtkRate,(.@r/2); if (.@r >= 7) { .@val += 7; } } bonus bCritical,.@val;
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 7;
bonus bBaseAtk,15;
if (.@r > 1) {
bonus bCritAtkRate,(.@r/2);
if (.@r >= 7) {
.@val += 7;
}
}
bonus bCritical,.@val;