ID #24284
Shadowgear
Taekwondo Shadow Weapon
Buy Price: N/A
Sell Price: N/A
A pair of gloves that can draw the wearer's potential ability.
_______________________
ASPD +1
_______________________
For each Refine Level:
ATK +1%
MATK +1%
_______________________
Refine Level +7:
ASPD +1
MaxHP +1000
MaxSP +200
_______________________
Refine Level +9:
ASPD +1
MaxHP +10%
MaxSP +10%
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Taekwondo Boy/Girl
_______________________
ASPD +1
_______________________
For each Refine Level:
ATK +1%
MATK +1%
_______________________
Refine Level +7:
ASPD +1
MaxHP +1000
MaxSP +200
_______________________
Refine Level +9:
ASPD +1
MaxHP +10%
MaxSP +10%
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Taekwondo Boy/Girl
Available from boxes
Basic Information
Type
Shadowgear
Job Requirements
Soul Linker
Yes
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bAspd,1; bonus bAtkRate,.@r; bonus bMatkRate,.@r; if (.@r>=7) { bonus bMaxHP,1000; bonus bMaxSP,200; bonus bAspd,1; } if (.@r>=9) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspd,1; }
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bAspd,1;
bonus bAtkRate,.@r;
bonus bMatkRate,.@r;
if (.@r>=7) {
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus bAspd,1;
}
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bAspd,1;
}