ID #24669
ShadowGear
Mammoth 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 +10
_______________________
For each 2 Refine Levels:
Critical +1
_______________________
Refine Level +9:
Increases Critical Damage by 5%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
Critical +10
_______________________
For each 2 Refine Levels:
Critical +1
_______________________
Refine Level +9:
Increases Critical Damage by 5%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCritical,10+(.@r/2); if (.@r>=9) { bonus bCritAtkRate,5; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,10+(.@r/2);
if (.@r>=9) {
bonus bCritAtkRate,5;
}