Item Details

( Mythical_Moonlight_US )

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

Shoes modeled after the Moonlight's paw.
A mysterious, fiery aura of the Flame God engulfs it.
------------------------
MATK + 10%.
------------------------
For every 2 refine level, INT + 2, MATK + 10.
------------------------
For every 3 refine level, SPL + 1, CON + 1, S.MATK + 1.
------------------------
When refined to +8 or higher, MATK + 10%.
------------------------
When refined to +9 or higher, reduce Fixed Casting Time by 0.3 seconds.
------------------------
When refined to +10 or higher, increase Holy and Fire property magic damage by 30%.
------------------------
When refined to +11 or higher, increase magic damage against all size enemies by 15%.
------------------------
Set Bonus:
Mythical Moonlight Paw [1]
Cat O' Nine Tails Card

Increase magic damage against boss monsters by 15%.
------------------------
When shoes refined to +13 or higher,
There's a 5% chance to increase LUK, INT, DEX + 150 for 10 seconds when dealing physical or magic damage.
------------------------
Set Bonus:
Mythical Moonlight Paw [1]
Moonlight Flower Card

Increase magic damage against boss monsters by 40%.
------------------------
When shoes refined to +13 or higher,
There's a 5% chance to increase LUK, INT, DEX + 250 for 10 seconds when dealing physical or magic damage.
------------------------
[Grade Bonus]
[Grade D] RES + 30, MRES + 30.
[Grade C] Increase magic damage against all size enemies by 15%.
[Grade B] S.MATK + 15.
[Grade A] When refined to +13 or higher, reduce Fixed Casting Time by additional 0.7 seconds.
------------------------
Class : Shoes
Def : 70
Weight : 10
Armor Level : 2
Required Level : 130
Jobs : 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 bMatkRate,10;
bonus bInt,2*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus bSpl,.@r/3;
bonus bCon,.@r/3;
bonus bSMatk,.@r/3;
if (.@r>=8) {
   bonus bMatkRate,10;
   if (.@r>=9) {
       bonus bFixedCast,-300;
       if (.@r>=10) {
            bonus2 bMagicAtkEle,Ele_Fire,30;
            bonus2 bMagicAtkEle,Ele_Holy,30;
            if (.@r>=11) {
                bonus2 bMagicAddSize,Size_All,15;
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bRes,30;
   bonus bMRes,30;
   if (.@g>=ENCHANTGRADE_C) {
       bonus2 bMagicAddSize,Size_All,15;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bSMatk,15;
            if (.@g>=ENCHANTGRADE_A) {
                if (.@r>=13) {
                    bonus bFixedCast,-700;
                }
            }
       }
   }
}
N/A
N/A

N/A