Item Details

( Thanos_Knuckle_AD )

# 560017
Compra: zeny Venda: 0 zeny Peso: 120 Slots: 2
Tipo: Arma Subtipo: N/A Gênero: Ambos Locais: Arma
Ataque: 200 Ataque Mágico: N/A 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 Knuckle remodeled with Team Atnad's technology added.
------------------------
When dealing physical damage, has a chance to recovers 2500 HP and 50 SP every 1 second for 4 times.

ATK + 10 per 2 refine rate.
Increases Tiger Cannon damage by 5% per 3 refine rate.

If refine rate is 7 or higher, MaxHP + 5%, reduces skill cooldown of Tiger Cannon by 1 second.

If refine rate is 9 or higher, increases Fallen Empire damage by 25%, increases Tiger Cannon damage by additional 15%.

If refine rate is 11 or higher, increases physical damage against all size enemies by 15%, increases melee physical damage by 15%.
------------------------
[Bonus By Grade]

[Grade D] ATK + 2%, increases Third Flame Bomb damage by 10%.
[Grade C] Additional ATK + 3%, P.ATK + 1.
[Grade B] Increases Third Flame Bomb damage by additional 10%.
------------------------
Class : Knuckle
ATK : 200
Weight : 120
Weapon Lv : 5
Required Level : 190
Class : Sura

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();
autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON;
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"SR_TIGERCANNON",5*(.@r/3);
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SR_FALLENEMPIRE",25;
      bonus2 bSkillAtk,"SR_TIGERCANNON",15;
      if (.@r>=11) {
         bonus2 bAddSize,Size_All,15;
         bonus bShortAtkRate,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus bAtkRate,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10;
      }
   }
}
N/A
N/A

N/A