ID #24308
Shadowgear
Shadow Chaser 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.
_______________________
When Auto Shadow Spell is used:
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1%) for 50 seconds.
_______________________
Refine Level +7:
Random chance to increase ASPD by 1 for 50 sec when using Auto Shadow Spell.
_______________________
Refine Level +9:
Random chance to increase ASPD by 1 for 50 sec when using Auto Shadow Spell.
_______________________
When equipped with Shadow Chaser Shadow Weapon:
Increases damage of Triangle Shot by 20%.
ATK +2%
MATK +2%
Increases Ranged Physical Damage by 2%.
_______________________
When equipped with 2 types of Thief Shadow, Rogue Shadow and Shadow Chaser Shadow Equipment:
All Basic Stats +10
MaxHP +5%
MaxSP +5%
Ignores physical and magical defense of Normal class by 50%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Base Level 99
Shadow Chaser
_______________________
When Auto Shadow Spell is used:
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1%) for 50 seconds.
_______________________
Refine Level +7:
Random chance to increase ASPD by 1 for 50 sec when using Auto Shadow Spell.
_______________________
Refine Level +9:
Random chance to increase ASPD by 1 for 50 sec when using Auto Shadow Spell.
_______________________
When equipped with Shadow Chaser Shadow Weapon:
Increases damage of Triangle Shot by 20%.
ATK +2%
MATK +2%
Increases Ranged Physical Damage by 2%.
_______________________
When equipped with 2 types of Thief Shadow, Rogue Shadow and Shadow Chaser Shadow Equipment:
All Basic Stats +10
MaxHP +5%
MaxSP +5%
Ignores physical and magical defense of Normal class by 50%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Base Level 99
Shadow Chaser
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Rogue
Yes
Requirements
Min Level
99
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus3 "{ .@r = getrefine(); if (.@r>=9) { bonus bAspd,2; } else if (.@r>=7) { bonus bAspd,1; } bonus bAspdRate,.@r; }",1000,50000,"SC_AUTOSHADOWSPELL";
.@r = getrefine();
bonus bMaxHP,.@r*10;
autobonus3 "{ .@r = getrefine(); if (.@r>=9) { bonus bAspd,2; } else if (.@r>=7) { bonus bAspd,1; } bonus bAspdRate,.@r; }",1000,50000,"SC_AUTOSHADOWSPELL";