ID #24401
Shadowgear
Kingbird Ancient 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
HIT +15
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +7:
HIT +15
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
ATK +15
HIT +15
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +7:
HIT +15
_______________________
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; bonus bBaseAtk,15; bonus bLongAtkRate,.@r/2; if (.@r >= 7) { bonus bHit,30; } else { bonus bHit,15; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bBaseAtk,15;
bonus bLongAtkRate,.@r/2;
if (.@r >= 7) {
bonus bHit,30;
}
else {
bonus bHit,15;
}