ID #24386
Shadowgear
Infinity Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
For each 3 Refine Levels:
Increases Physical Damage against enemies of all size monsters by 1%.
Decreases damage taken from all size monsters by 1%.
_______________________
Refine Level +10:
Nullifies weapon damage penalty resulting from monster's size.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
For each 3 Refine Levels:
Increases Physical Damage against enemies of all size monsters by 1%.
Decreases damage taken from all size monsters by 1%.
_______________________
Refine Level +10:
Nullifies weapon damage penalty resulting from monster's size.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_W_Shi
- 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 bBaseAtk,.@r; bonus bMatk,.@r; .@val = .@r/3; if (.@val) { bonus2 bAddSize,Size_All,.@val; bonus2 bMagicAddSize,Size_All,.@val; bonus2 bSubSize,Size_All,.@val; if (.@r >= 10) { bonus bNoSizeFix; } }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
.@val = .@r/3;
if (.@val) {
bonus2 bAddSize,Size_All,.@val;
bonus2 bMagicAddSize,Size_All,.@val;
bonus2 bSubSize,Size_All,.@val;
if (.@r >= 10) {
bonus bNoSizeFix;
}
}