ID #24755
ShadowGear
Concentration Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
For each Refine Level:
CON +1
_______________________
Refine Level +7:
P.ATK +2, S.MATK +2
_______________________
Refine Level +9:
P.ATK +2, S.MATK +2
_______________________
When equipped with Concentration Shadow Shield:
P.ATK +2, S.MATK +2
_______________________
Type: Shadow Weapon
_______________________
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
_______________________
When equipped with Concentration Shadow Shield:
P.ATK +2, S.MATK +2
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bCon,.@r; if (.@r>=7) { bonus bPAtk,2; bonus bSMatk,2; if (.@r>=9) { bonus bPAtk,2; bonus bSMatk,2; } }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bCon,.@r;
if (.@r>=7) {
bonus bPAtk,2;
bonus bSMatk,2;
if (.@r>=9) {
bonus bPAtk,2;
bonus bSMatk,2;
}
}