
RENEWAL / ITEMS
Ninja Shadow Shield
#24314Shadowgear
S_Ninja_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price10 z
Sell price5 z
Required level1
Description
An additional defense effect can be obtained with a small shield that can be attached to the arm. Can be used singly, but has less defense effect..
Only for Ninja Classes
-------------
ASPD + 1.
Each the skill point of [Dagger Throwing Practice] ATK + 3.
Using [Ninja Aura], add ASPD + 1 for 50 secounds.
Each refine rate ignores 4% of general enemy's physical and magic defense.
Refine +7, Ignores 10% physical and magic defense of normal enemies additionally.
Refine +9, Ignores 10% physical and magic defense of normal enemies additionally.
-------------
With Ninja Shadow Weapon, can get the below effect.
All State + 3, MaxHP + 2%, MaxSP + 2%.
When using the skill, reduces SP consumption 10%.
Type : Shadow Equipment
Location : Shield
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 shield
- Trade
Item effect 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;