Item Details

( Thanos_Staff_AD )

# 550023
Compra: zeny Venda: 0 zeny Peso: 140 Slots: 2
Tipo: Arma Subtipo: N/A Gênero: Ambos Locais: Arma
Ataque: 100 Ataque Mágico: 180 Alcance: 1 Defesa: N/A
Nível da Arma: 5 Nvl. Armad.: N/A Nvl. Min.: 190 Nvl. Máx.: N/A
Refinável: 1 Graduável: 1 Elemento: Neutro Classes: Quarta, Terceira (Todas)

Thanatos Staff remodeled with Team Atnad's technology added.
------------------------
Can't be destroyed in battle.
MATK + 180.
When dealing magical damage, has a chance to recovers 1000 HP and 100 SP every 1 second for 4 times.

MATK + 10 per 2 refine rate.
Increases Varetyr Spear damage by 10% per 3 refine rate.

If refine rate is 7 or higher, increases wind property magical damage by 15%, increases Varetyr Spear damage by additional 15%.

If refine rate is 9 or higher, reduces variable casting time by 10%, reduces skill cooldown of Varetyr Spear by 2.5 seconds.

If refine rate is 11 or higher, increases magical damage against all size enemies by 15%, reduces skill cooldown of Psychic Wave by 1 second.
------------------------
[Bonus By Grade]

[Grade D] MATK + 2%, increases Lighntning Land damage by 10%.
[Grade C] Additional MATK + 3%, S.MATK + 1.
[Grade B] Increases Lighntning Land damage by additional 10%.
------------------------
Class : Staff
ATK : 100
Weight : 140
Weapon Lv : 5
Required Level : 190
Class : Sorcerer

N/A

Permitido na loja de compra de jogador: Invoca monstro: É vinculado ao equipar: Restrição de empilhamento no inventário:
Restrição de empilhamento no carrinho: Restrição de empilhamento no armazém: Restrição de empilhamento no armazém da guilda: 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:
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
autobonus "{ bonus2 bHPRegenRate,1000,1000; bonus2 bSPRegenRate,100,1000; }",10,4000,BF_MAGIC;
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"SO_VARETYR_SPEAR",10*(.@r/3);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Wind,15;
   bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15;
   if (.@r>=9) {
      bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2500;
      bonus bVariableCastrate,-10;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,15;
         bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,2;
   bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bSMatk,1;
      bonus bMatkRate,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"EM_LIGHTNING_LAND",10;
      }
   }
}
N/A
N/A

N/A