ID #24756
ShadowGear
Concentration 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.
_______________________
For each Refine Level:
CON +1
_______________________
Refine Level +7:
P.ATK +2, S.MATK +2
_______________________
Refine Level +9:
P.ATK +2, S.MATK +2
_______________________
Type: Shadow Shield
_______________________
Requirement: None
_______________________
For each Refine Level:
CON +1
_______________________
Refine Level +7:
P.ATK +2, S.MATK +2
_______________________
Refine Level +9:
P.ATK +2, S.MATK +2
_______________________
Type: Shadow Shield
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCon,.@r; if (.@r>=7) { bonus bPAtk,2; bonus bSMatk,2; if (.@r>=9) { bonus bPAtk,2; bonus bSMatk,2; } }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCon,.@r;
if (.@r>=7) {
bonus bPAtk,2;
bonus bSMatk,2;
if (.@r>=9) {
bonus bPAtk,2;
bonus bSMatk,2;
}
}