ID #24759
ShadowGear
Stamina 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:
STA +1
_______________________
Refine Level +7:
RES +30
_______________________
Refine Level +9:
RES +30
_______________________
When equipped with Stamina Shadow Shield:
RES +30
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
For each Refine Level:
STA +1
_______________________
Refine Level +7:
RES +30
_______________________
Refine Level +9:
RES +30
_______________________
When equipped with Stamina Shadow Shield:
RES +30
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bSta,.@r; if (.@r>=7) { bonus bRes,30; if (.@r>=9) { bonus bRes,30; } }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bSta,.@r;
if (.@r>=7) {
bonus bRes,30;
if (.@r>=9) {
bonus bRes,30;
}
}