ID #24619
ShadowGear
Super Power Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases Melee and Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases Melee and Ranged Physical Damage by additional 5%.
_______________________
Refine Level +9:
Enables the use of Meltdown, skill level based on learned level of Weapon Research.
_______________________
When combined with Super Power Shadow Earring and Super Power Shadow Pendant:
Enables the use of Level 5 Shield Chain.
For each Refine Level*2 of entire set:
Increases damage of Back Stab, Raid, Shield Boomerang and Shield Chain by 1%.
_______________________
When combined with Super Novice Shadow Shield:
Ignores physical defense of all race, except Players, by 40%.
For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Base Level 99
Novice
_______________________
Increases Melee and Ranged Physical Damage by 5%.
_______________________
Refine Level +7:
Increases Melee and Ranged Physical Damage by additional 5%.
_______________________
Refine Level +9:
Enables the use of Meltdown, skill level based on learned level of Weapon Research.
_______________________
When combined with Super Power Shadow Earring and Super Power Shadow Pendant:
Enables the use of Level 5 Shield Chain.
For each Refine Level*2 of entire set:
Increases damage of Back Stab, Raid, Shield Boomerang and Shield Chain by 1%.
_______________________
When combined with Super Novice Shadow Shield:
Ignores physical defense of all race, except Players, by 40%.
For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Base Level 99
Novice
Available from boxes
Basic Information
Type
ShadowGear
Job Requirements
Novice
Yes
Super Novice
Yes
Requirements
Min Level
99
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bLongAtkRate,5; bonus bShortAtkRate,5; if (.@r>=7) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; } if (.@r>=9) { skill "BS_WEAPONRESEARCH",getskilllv("WS_MELTDOWN"); }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
if (.@r>=7) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
}
if (.@r>=9) {
skill "BS_WEAPONRESEARCH",getskilllv("WS_MELTDOWN");
}