
RENEWAL / ITEMS
Taekwondo Shadow Weapon
#24284Shadowgear
S_Taekwon_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A glove that is mounted on the hand of hold the weapon to elicit potential abilities of the wearer.
Only for Taekwon Classes.
Class: Shadow Weapon
Weight: 0
Requires Level: 1
Usable By: Taekwon Jobs
ASPD +1
For every upgrade level of Taekwon Shadow Weapon, increases ATK & MATK by an additional 1%.
If upgrade level is +7, ASPD +1, MaxHP +1000, MaxSP +200.
If upgrade level is +9, ASPD +1, MaxHP +10%, MaxSP +10%
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect 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;
}