ID #24793
ShadowGear
Master 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.
_______________________
ATK +2%, MATK +2%
_______________________
For each 2 Refine Levels:
Increases Physical Damage by 1%.
Increases Magical Damage with every element by 1%.
_______________________
Refine Level +7:
MaxHP +3%, MaxSP +3%
_______________________
Refine Level +9:
P.ATK +2, S.MATK +2
_______________________
Type: Shadow Shield
_______________________
Requirement:
Base Level 200
4th and High Expanded Classes
_______________________
ATK +2%, MATK +2%
_______________________
For each 2 Refine Levels:
Increases Physical Damage by 1%.
Increases Magical Damage with every element by 1%.
_______________________
Refine Level +7:
MaxHP +3%, MaxSP +3%
_______________________
Refine Level +9:
P.ATK +2, S.MATK +2
_______________________
Type: Shadow Shield
_______________________
Requirement:
Base Level 200
4th and High Expanded Classes
Basic Information
Type
ShadowGear
Job Requirements
Alchemist
Yes
Assassin
Yes
Bard/Dancer
Yes
Blacksmith
Yes
Crusader
Yes
Hunter
Yes
Knight
Yes
Monk
Yes
Priest
Yes
Rogue
Yes
Sage
Yes
Soul Linker
Yes
Super Novice
Yes
Wizard
Yes
Requirements
Min Level
200
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatkRate,2; bonus bAtkRate,2; bonus bShortAtkRate,(.@r/2); bonus bLongAtkRate,(.@r/2); bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=7) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=9) { bonus bPAtk,2; bonus bSMatk,2; } }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,2;
bonus bAtkRate,2;
bonus bShortAtkRate,(.@r/2);
bonus bLongAtkRate,(.@r/2);
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=7) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
if (.@r>=9) {
bonus bPAtk,2;
bonus bSMatk,2;
}
}