ID #24679
ShadowGear
Maximum 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.
_______________________
ATK +3%
_______________________
For each 2 Refine Levels:
Increases melee and ranged phsyical damage by 1%.
_______________________
Refine Level +10:
MaxHP +3%
_______________________
When equipped with Maximum Mammoth Shadow Shoes:
ATK +2%
Total Refine Level of entire set at least +18:
Prevents knock-back effect.
Total Refine Level of entire set at least +20:
Increases Physical Damage against enemies of against enemies of all elements by 12%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
ATK +3%
_______________________
For each 2 Refine Levels:
Increases melee and ranged phsyical damage by 1%.
_______________________
Refine Level +10:
MaxHP +3%
_______________________
When equipped with Maximum Mammoth Shadow Shoes:
ATK +2%
Total Refine Level of entire set at least +18:
Prevents knock-back effect.
Total Refine Level of entire set at least +20:
Increases Physical Damage against enemies of against enemies of all elements by 12%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bLongAtkRate,(.@r/2); bonus bShortAtkRate,(.@r/2); if (.@r>=10) { bonus bMaxHPrate,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bLongAtkRate,(.@r/2);
bonus bShortAtkRate,(.@r/2);
if (.@r>=10) {
bonus bMaxHPrate,3;
}