ID #24426
Shadowgear
Perfect Size 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.
_______________________
Decreases physical and magic damage from enemies of every size by 2%.
_______________________
For each Refine Level:
DEF +10
_______________________
Refine Level +7:
Decreases physical and magic damage from enemies of every size by additional 2%.
_______________________
Refine Level +9:
Decreases physical and magic damage from enemies of every size by additional 3%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
Decreases physical and magic damage from enemies of every size by 2%.
_______________________
For each Refine Level:
DEF +10
_______________________
Refine Level +7:
Decreases physical and magic damage from enemies of every size by additional 2%.
_______________________
Refine Level +9:
Decreases physical and magic damage from enemies of every size by additional 3%.
_______________________
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 bonus2 bSubSize,Size_All,2; .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDef,.@r*10; if (.@r >= 7) { bonus2 bSubSize,Size_All,2; } if (.@r >= 9) { bonus2 bSubSize,Size_All,3; }
bonus2 bSubSize,Size_All,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bDef,.@r*10;
if (.@r >= 7) {
bonus2 bSubSize,Size_All,2;
}
if (.@r >= 9) {
bonus2 bSubSize,Size_All,3;
}