Item Details

( Thanos_Boots4 )

# 470328
Compra: zeny Venda: 0 zeny Peso: 120 Slots: 1
Tipo: Equipamento Subtipo: N/A Gênero: Ambos Locais: Sapatos
Ataque: N/A Ataque Mágico: N/A Alcance: N/A Defesa: 60
Nível da Arma: N/A Nvl. Armad.: 2 Nvl. Min.: 190 Nvl. Máx.: N/A
Refinável: 1 Graduável: 1 Elemento: Neutro Classes: N/A

A pair of boots designed to resonate with Thanatos equipment.
You can feel the spirit of a fighter from it.
------------------------
Account Bound
------------------------
MHP + 1500, MSP + 100.
------------------------
For every 2 refine level, MHP + 2%, MSP + 1%.
------------------------
When refined to +7 or higher, ATK + 50.
------------------------
When refined to +9 or higher, MHP + 2500, MSP + 300.
------------------------
When refined to +11 or higher, reduce After Cast Delay by 5% and reduce Fixed Casting Time by 0.5s.
------------------------
Set Bonus:
Thanatos Fighter Boots [1]
Thanos Hammer-AD [2]

Increase long-range physical damage by 20%.
CRI + 10.

When Weapon Grade is C or higher, increase Petitio damage by 10%.
------------------------
Set Bonus:
Thanatos Fighter Boots [1]
Thanatos Knuckle-AD [2]

Increase Tiger Cannon and Third Flame Bomb damage by 15%.

When Weapon Grade is C or higher, increase Third Flame Bomb damage by 10%.
------------------------
Set Bonus:
Thanatos Fighter Boots [1]
Thanatos Katar-AD [2]

Perfect Hit + 20%.

When Weapon Grade is C or higher, increase Counter Slash damage by 20%.
------------------------
[Grade Bonus]
[Grade D] MHP + 2500, MSP + 300.
[Grade C] After Cast Delay - 5%, Melee and Long-range Physical Damage + 5%.
[Grade B] P.ATK + 5.
[Grade A] P.ATK + 3, Fixed Casting Time - 0.5s.
------------------------
Type : Shoes
Def : 60
Weight : 120
Armor Level : 2
Required Level : 190
Class : All jobs

Todos

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:
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHP,1500;
bonus bMaxSP,100;
bonus bMaxHPrate,2*(.@r/2);
bonus bMaxSPrate,.@r/2;
if (.@r>=7) {
   bonus bBaseAtk,50;
   if (.@r>=9) {
       bonus bMaxHP,2500;
       bonus bMaxSP,300;
       if (.@r>=11) {
            bonus bDelayrate,-5;
            bonus bFixedCast,-500;
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMaxHP,2500;
   bonus bMaxSP,300;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bDelayrate,-5;
       bonus bShortAtkRate,5;
       bonus bLongAtkRate,5;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bPAtk,5;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bPAtk,3;
                bonus bFixedCast,-500;
            }
       }
   }
}
N/A
N/A

N/A