
RENEWAL / ITEMS
Ninja Shadow Weapon
#24285Shadowgear
S_Ninja_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Ninja Classes.
-------------
ATK & MATK +3%
[Kunai Explosion] Reduces skill cooldown time by 2 seconds.
[Ninja Mastery] Add MATK +3 by the skill level
Refine +7, add ATK & MATK +3%
Refine +9, add ATK & MATK +4%
Type : Shadow Equipment
Location : Weapon Weight : 0
Required Level : 1
Jobs : Ninja Classes
Attack: 0
Weight: 0
Weapon Level: 0
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect 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;
}
}
bonus bAtkRate,.@val;
bonus bMatkRate,.@val;