ID #24319
Shadowgear
Gunslinger 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.
_______________________
Increases Critical Damage by 5%.
_______________________
For each Refine Level:
Critical +1
_______________________
For each Level of Single Action:
Critical +2
_______________________
Refine Level +7:
Increases Critical Damage by 2%.
_______________________
Refine Level +9:
Increases Critical Damage by 3%.
_______________________
When equipped with Gunslinger Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Gunslinger
_______________________
Increases Critical Damage by 5%.
_______________________
For each Refine Level:
Critical +1
_______________________
For each Level of Single Action:
Critical +2
_______________________
Refine Level +7:
Increases Critical Damage by 2%.
_______________________
Refine Level +9:
Increases Critical Damage by 3%.
_______________________
When equipped with Gunslinger Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Gunslinger
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Gunslinger
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCritAtkRate,5; bonus bCritical,(getskilllv("GS_SINGLEACTION")*2)+.@r; if (.@r>=7) bonus bCritAtkRate,2; if (.@r>=9) bonus bCritAtkRate,3;
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritAtkRate,5;
bonus bCritical,(getskilllv("GS_SINGLEACTION")*2)+.@r;
if (.@r>=7)
bonus bCritAtkRate,2;
if (.@r>=9)
bonus bCritAtkRate,3;