ID #24285
Shadowgear
Ninja Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
ATK +3%
MATK +3%
_______________________
Decreases Explosive Kunai skill cooldown by 2 seconds.
_______________________
For each Level of Ninja Mastery:
MATK +3
_______________________
Refine Level +7:
ATK +3%
MATK +3%
_______________________
Refine Level +9:
ATK +4%
MATK +4%
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Ninja
_______________________
ATK +3%
MATK +3%
_______________________
Decreases Explosive Kunai skill cooldown by 2 seconds.
_______________________
For each Level of Ninja Mastery:
MATK +3
_______________________
Refine Level +7:
ATK +3%
MATK +3%
_______________________
Refine Level +9:
ATK +4%
MATK +4%
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Ninja
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Ninja
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; .@val = 3; bonus2 bSkillCooldown,"KO_BAKURETSU",-2000; bonus bMatk,.@r+(3*getskilllv("NJ_NINPOU")); if (.@r >= 7) { .@val += 3; if (.@r >= 9) { .@val += 4; } } bonus2 bAddClass,Class_Normal,.@val; bonus bMatkRate,.@val;
.@r = getrefine();
bonus bBaseAtk,.@r;
.@val = 3;
bonus2 bSkillCooldown,"KO_BAKURETSU",-2000;
bonus bMatk,.@r+(3*getskilllv("NJ_NINPOU"));
if (.@r >= 7) {
.@val += 3;
if (.@r >= 9) {
.@val += 4;
}
}
bonus2 bAddClass,Class_Normal,.@val;
bonus bMatkRate,.@val;