ID #24077
Shadowgear
Small Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases Physical Damage against enemies of Small size by 2%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Small size by 1%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Small size by 2%.
_______________________
When equipped with Small Shadow Armor:
MaxHP +1%
MaxSP +1%
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
Increases Physical Damage against enemies of Small size by 2%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Small size by 1%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Small size by 2%.
_______________________
When equipped with Small Shadow Armor:
MaxHP +1%
MaxSP +1%
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bAddSize,Size_Small,2; bonus2 bMagicAddSize,Size_Small,2; if (.@r>=7) { bonus2 bAddSize,Size_Small,1; bonus2 bMagicAddSize,Size_Small,1; } if (.@r>=9) { bonus2 bAddSize,Size_Small,2; bonus2 bMagicAddSize,Size_Small,2; }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus2 bAddSize,Size_Small,2;
bonus2 bMagicAddSize,Size_Small,2;
if (.@r>=7) {
bonus2 bAddSize,Size_Small,1;
bonus2 bMagicAddSize,Size_Small,1;
}
if (.@r>=9) {
bonus2 bAddSize,Size_Small,2;
bonus2 bMagicAddSize,Size_Small,2;
}