Item Details

( aegis_470290 )

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

Shoes from Mjolnir Mine.
------------------------
Every 2 refine level, MHP, MSP +1%.

Every 3 refine level,
increases physical and magical damage to all size enemies by 4%.
------------------------
When refined to +7 or higher, ATK, MATK +5%.

When refined to +9 or higher, reduces delay after skill by 5%.

When refined to +11 or higher,
Ignores 25% of the physical and magical defense of all race monsters.

When refined to +12 or higher, reduces fixed casting time by 0.5 seconds.
------------------------
[Grade Bonus]
[Grade D] POW, SPL, CON +2.
[Grade C] ATK, MATK +30.
[Grade B] reduces fixed casting time by additionally 0.5 seconds.
[Grade A] P.ATK, S.MATK +7.
------------------------
Type: Shoes
Def: 45
Weight: 100
Armor Level: 2
Required Level: 230
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:
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:
.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,.@r/2;
bonus bMaxSPrate,.@r/2;
bonus2 bAddSize,Size_All,4*(.@r/3);
bonus2 bMagicAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
   if (.@r>=9) {
       bonus bDelayrate,-5;
       if (.@r>=11) {
            bonus2 bIgnoreDefRaceRate,RC_All,25;
            bonus2 bIgnoreMdefRaceRate,RC_All,25;
            if (.@r>=12) {
                bonus bFixedCast,-500;
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPow,2;
   bonus bSpl,2;
   bonus bCon,2;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bBaseAtk,30;
       bonus bMatk,30;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bFixedCast,-500;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bPAtk,7;
                bonus bSMatk,7;
            }
       }
   }
}
N/A
N/A

N/A