Item Details

( Boost_Foxtail )

# 550002
Compra: zeny Venda: 0 zeny Peso: 70 Slots: 2
Tipo: Arma Subtipo: N/A Gênero: Ambos Locais: Arma
Ataque: 250 Ataque Mágico: 260 Alcance: 1 Defesa: N/A
Nível da Arma: 4 Nvl. Armad.: N/A Nvl. Min.: 100 Nvl. Máx.: N/A
Refinável: 1 Graduável: N/A Elemento: Neutro Classes: N/A

Type: Weapon
Class: One-Handed Staff
Attack: 250
Weight: 0
Weapon Level: 4
Requires Level: 100
Usable By: Doram
MATK + 260
ATK + 5%
MATK + 5%
Increases ATK + 2, MATK + 2 per refine rate.
Increases ATK + 3, MATK + 3 per 15 base levels up to level 180.
If refine rate is +7 or greater, reduces variable casting time by 2% per level of Nyangrass, increases long-distance physical damage by 2% per level of Soul of Savage.
If refine rate is +9 or greater, increases physical and magical damage to enemies of all sizes by 10%.

When equipped with Elemental Booster set (Robe, Muffler, Shoes, and Earrings),
MATK + 20
Increases magic damage against enemies of all sizes by 10%.
Increases Catnip Meteor damage by 2% per 15 base levels up to level 180.
When using Spearmint Spear, increases Catnip Meteor Damage by additional 35% for 60 seconds.

When equipped with Range Booster set (Suit, Manteau, Boots, and Brooch),
ATK + 20
Reduces After Skill Delay by 10%.
Picky Peck damage increased by 2% per 15 base levels up to level 180.
When using Akraus Dash, increases Picky Peck damage by additional 35% for 60 seconds.

N/A

Permitido na loja de compra de jogador: Invoca monstro: É vinculado ao equipar: Restrição de empilhamento no inventário:
Pode ser solto: Pode ser trocado: Pode ser trocado com membro de grupo: Pode ser vendido para NPC:
Pode ser colocado no carrinho: Pode ser colocado no armazém: Pode ser colocado no armazém da guilda: Pode ser colocado no correio:
Pode ser leiloado: Atraso:
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bBaseAtk,.@r*2;
bonus bMatk,.@r*2;
.@i = min(BaseLevel,180)/15*3;
bonus bBaseAtk,.@i;
bonus bMatk,.@i;
bonus bAtkRate,5;
bonus bMatkRate,5;
if (.@r>=7) {
   bonus bVariableCastrate,getskilllv("SU_NYANGGRASS")*-2;
   bonus bLongAtkRate,getskilllv("SU_SVG_SPIRIT")*2;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
   bonus2 bMagicAddSize,Size_All,10;
}
N/A
N/A

N/A