ID #24425
Shadowgear
Perfect Size Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases physical and Magic Damage against enemies of every size by 2%.
_______________________
For each Refine Level:
ATK +3
_______________________
Refine Level +7:
Increases physical and magic damage to enemies of every size by additional 2%.
_______________________
Refine Level +9:
Increases physical and magic damage to enemies of every size by additional 3%.
_______________________
When equipped with Perfect Size Shadow Armor:
MaxHP +2%, MaxSP +2%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
Increases physical and Magic Damage against enemies of every size by 2%.
_______________________
For each Refine Level:
ATK +3
_______________________
Refine Level +7:
Increases physical and magic damage to enemies of every size by additional 2%.
_______________________
Refine Level +9:
Increases physical and magic damage to enemies of every size by additional 3%.
_______________________
When equipped with Perfect Size Shadow Armor:
MaxHP +2%, MaxSP +2%.
_______________________
Type: Shadow Weapon
_______________________
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 bAddSize,Size_All,2; bonus2 bMagicAddSize,Size_All,2; .@r = getrefine(); bonus bBaseAtk,.@r*4; bonus bMatk,.@r; if (.@r >= 7) { bonus2 bAddSize,Size_All,2; bonus2 bMagicAddSize,Size_All,2; } if (.@r >= 9) { bonus2 bAddSize,Size_All,3; bonus2 bMagicAddSize,Size_All,3; }
bonus2 bAddSize,Size_All,2;
bonus2 bMagicAddSize,Size_All,2;
.@r = getrefine();
bonus bBaseAtk,.@r*4;
bonus bMatk,.@r;
if (.@r >= 7) {
bonus2 bAddSize,Size_All,2;
bonus2 bMagicAddSize,Size_All,2;
}
if (.@r >= 9) {
bonus2 bAddSize,Size_All,3;
bonus2 bMagicAddSize,Size_All,3;
}