Item Details

Taekwondo Shadow Weapon ( S_Taekwon_Weapon )

# 24284 Taekwondo Shadow Weapon
Taekwondo Shadow Weapon Buy: zeny Sell: 0 zeny Weight: 0 Slots: N/A
Type: Shadow Equipment item. Subtype: N/A Gender: Both Locations: Shadow Weapon
Attack: N/A M. Attack: N/A Range: N/A Defense: N/A
Weapon Level: N/A Armor Level: N/A Equip Level Min: 1 Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: N/A

Luvas usadas como complemento para o manejo de armas convencionais.
--------------------------
A cada refino:
ATQ e ATQM +1.
ATQ da arma +1%.
Dano mágico +1%.
--------------------------
Velocidade de ataque +1.
Refino +7 ou mais:
HP máx. +1.000.
SP máx. +200.
Velocidade de ataque +1 adicional.
Refino +9 ou mais:
HP e SP máx. +10%.
Velocidade de ataque +1 adicional.
--------------------------
Conjunto
[Escudo Sombrio de Taekwon]
Todos os atributos +3.
HP e SP máx. +2% adicional.
Custo de SP das habilidades -10%.
--------------------------
Tipo: Equip. Sombrio
Posição: Luvas
Peso: 0 Nv. mín.: 1
Classes: Taekwons e evoluções

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%

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
}
N/A
N/A