ID #24792
ShadowGear
Master Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
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 Weapon
_______________________
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 Weapon
_______________________
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 bBaseAtk,.@r; bonus bMatk,.@r; 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 bBaseAtk,.@r;
bonus bMatk,.@r;
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;
}
}