ID #24314
Shadowgear
Ninja Shadow Shield
Buy Price: N/A
Sell Price: N/A
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.
_______________________
ASPD +1
_______________________
For each Level of Ninja Training:
ATK +3.
_______________________
When Ninja Aura is used:
ASPD +1 for 50 seconds.
_______________________
For each Refine Level:
Ignores physical and magical defense of Normal class by 4%.
_______________________
Refine Level +7:
Ignores physical and magical defense of Normal class by additional 10%.
_______________________
Refine Level +9:
Ignores physical and magical defense of Normal class by additional 10%.
_______________________
When equipped with Ninja Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Ninja
_______________________
ASPD +1
_______________________
For each Level of Ninja Training:
ATK +3.
_______________________
When Ninja Aura is used:
ASPD +1 for 50 seconds.
_______________________
For each Refine Level:
Ignores physical and magical defense of Normal class by 4%.
_______________________
Refine Level +7:
Ignores physical and magical defense of Normal class by additional 10%.
_______________________
Refine Level +9:
Ignores physical and magical defense of Normal class by additional 10%.
_______________________
When equipped with Ninja Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Ninja
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Ninja
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bAspd,1; bonus bBaseAtk,(3*getskilllv("NJ_TOBIDOUGU")); autobonus3 "{ bonus bAspd,1; }",1000,50000,"NJ_NEN"; .@val = 4 * .@r; if (.@r >= 7) { .@val += 10; if (.@r >= 9) { .@val += 10; } } bonus2 bIgnoreDefClassRate,Class_Normal,.@val; bonus2 bIgnoreMdefClassRate,Class_Normal,.@val;
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAspd,1;
bonus bBaseAtk,(3*getskilllv("NJ_TOBIDOUGU"));
autobonus3 "{ bonus bAspd,1; }",1000,50000,"NJ_NEN";
.@val = 4 * .@r;
if (.@r >= 7) {
.@val += 10;
if (.@r >= 9) {
.@val += 10;
}
}
bonus2 bIgnoreDefClassRate,Class_Normal,.@val;
bonus2 bIgnoreMdefClassRate,Class_Normal,.@val;