ID #24318
Shadowgear
Super Novice 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.
_______________________
MaxHP +1000
MaxSP +200
_______________________
For each Level of Double Attack:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
For each Level of Owl's Eye:
Decreases Variable Casting Time by 2%.
_______________________
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1%).
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +7:
ATK +2%
MATK +2%
_______________________
Refine Level +9:
ATK +3%
MATK +3%
_______________________
When equipped with Super Novice Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Novice
_______________________
MaxHP +1000
MaxSP +200
_______________________
For each Level of Double Attack:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
For each Level of Owl's Eye:
Decreases Variable Casting Time by 2%.
_______________________
For each Refine Level:
Increases Attack Speed (decreases After Attack Delay by 1%).
Decreases Variable Casting Time by 1%.
_______________________
Refine Level +7:
ATK +2%
MATK +2%
_______________________
Refine Level +9:
ATK +3%
MATK +3%
_______________________
When equipped with Super Novice Shadow Weapon:
All Basic Stats +3
MaxHP +2%
MaxSP +2%
Decreases SP Consumption by 10%.
_______________________
Type: Shadow Shield
_______________________
Requirement:
Novice
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Novice
Yes
Super Novice
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxHP,1000; bonus bMaxSP,200; bonus bAspdRate,(2*getskilllv("TF_DOUBLE")+.@r); bonus bVariableCastrate,-(2*getskilllv("AC_OWL")+.@r); if (.@r>=7) { bonus bAtkRate,2; bonus bMatkRate,2; } if (.@r>=9) { bonus bAtkRate,3; bonus bMatkRate,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus bAspdRate,(2*getskilllv("TF_DOUBLE")+.@r);
bonus bVariableCastrate,-(2*getskilllv("AC_OWL")+.@r);
if (.@r>=7) {
bonus bAtkRate,2;
bonus bMatkRate,2;
}
if (.@r>=9) {
bonus bAtkRate,3;
bonus bMatkRate,3;
}