ID #24761
ShadowGear
Creative Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
For each 2 Refine Levels:
CRT +1
_______________________
Refine Level +7:
C.RATE +2, H.PLUS +2
_______________________
Refine Level +9:
C.RATE +2, H.PLUS +2
_______________________
When equipped with Creative Shadow Shield:
C.RATE +2, H.PLUS +2
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
_______________________
For each 2 Refine Levels:
CRT +1
_______________________
Refine Level +7:
C.RATE +2, H.PLUS +2
_______________________
Refine Level +9:
C.RATE +2, H.PLUS +2
_______________________
When equipped with Creative Shadow Shield:
C.RATE +2, H.PLUS +2
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Available from boxes
Basic Information
Type
ShadowGear
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bCrt,(.@r/2); if (.@r>=7) { bonus bCRate,2; bonus bHPlus,2; if (.@r>=9) { bonus bCRate,2; bonus bHPlus,2; } }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bCrt,(.@r/2);
if (.@r>=7) {
bonus bCRate,2;
bonus bHPlus,2;
if (.@r>=9) {
bonus bCRate,2;
bonus bHPlus,2;
}
}