Ninja Shadow Weapon
| Item ID | 24285 | Name | Ninja Shadow Weapon |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | S_Ninja_Weapon | ||
| Attack | 0 | Type | Shadow Equipment | ||
| MATK | 0 | Equip Locations | Shadow Weapon | ||
| Defense | 0 | Equippable Jobs | Ninja, Kagerou / Oboro | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
|
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus bMaxHPrate,2; bonus bMaxSPrate,2; bonus bAllStats,3; bonus bUseSPrate,-10; |
||||||||
|
bonus bAllStats,7; bonus bMaxHPrate,3; bonus bMaxSPrate,3; |
||||||||
|
bonus bAllStats,7; bonus bMaxHPrate,3; bonus bMaxSPrate,3; |