Item Details

( Scrap_Remodel_Shoes_LT )

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

MDEF+10.
------------------------
Every 2 refine level, POW +2
Every 3 refine level, MaxHP +4%, After cast delay -2%.
------------------------
When refined to +7 or higher, ATK+7%.
When refined to +9 or higher, increases melee/ranged physical damage by 15%.
When refined to +11 or higher, increases physical damage to all property enemy by 10%.
When refined to +13 or higher, reduce variable casting time of Arms Cannon by 100%, reduce cooldown of Axe Tornado 2 seconds. Increases damage of Arms Cannon and Axe Tornado by 60%.
------------------------
Set Bonus:
Scrap Remodel Shoes-LT [1]
Waste Stove Card

ATK+80.
Reduce physical damage from Medium and Large 8%,
Every 2 refine level, increases melee/ranged physical damage by 4%.
When equiped by Merchant Class, increases additional ATK+100.
------------------------
Set Bonus:
Scrap Remodel Shoes-LT [1]
RSX-0806 Card

ATK+100.
Reduce physical damage from Medium and Large by 10%,
Every 2 refine level, increases melee/ranged physical damage by 5%
When equiped by Merchant Class, increases additional ATK+150.
------------------------
[Grade Bonus]
[Grade D] Reduce fixed casting 0.7 seconds.
[Grade C] Increases damage to all size by 10%.
[Grade B] Increases damage of Mighty Smash, Spark Blaster by 40%(Skill not available yet).
[Grade A] Increases physical damage to all race by 15%.
------------------------
Type: Shoes
Def: 50
Weight: 150
Armor Level: 2
Required Level: 100
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 bMdef,10;
bonus bPow,2*(.@r/2);
bonus bMaxHPrate,4*(.@r/3);
bonus bDelayrate,-2*(.@r/3);
if (.@r>=7) {
   bonus bAtkRate,7;
   if (.@r>=9) {
       bonus bShortAtkRate,15;
       bonus bLongAtkRate,15;
       if (.@r>=11) {
            bonus2 bAddEle,Ele_All,10;
            if (.@r>=13) {
                bonus2 bVariableCastrate,"NC_ARMSCANNON",-100;
                bonus2 bSkillCooldown,"NC_AXETORNADO",-2000;
                bonus2 bSkillAtk,"NC_ARMSCANNON",60;
                bonus2 bSkillAtk,"NC_AXETORNADO",60;
            }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bFixedCast,-700;
   if (.@g>=ENCHANTGRADE_C) {
       bonus2 bAddSize,Size_All,10;
       if (.@g>=ENCHANTGRADE_B) {
            bonus2 bSkillAtk,"MT_MIGHTY_SMASH",40;
            bonus2 bSkillAtk,"MT_SPARK_BLASTER",40;
            if (.@g>=ENCHANTGRADE_A) {
                bonus2 bAddRace,RC_All,15;
            }
       }
   }
}
N/A
N/A

N/A