Item Details

( Dragonic_Slayer_LT )

# 600024
Compra: zeny Venda: 0 zeny Peso: 200 Slots: 2
Tipo: Arma Subtipo: N/A Gênero: Ambos Locais: Mão Direita + Mão Esquerda
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)

An improved version of the great sword said to have been used by a dragon slayer in the past.
------------------------
MHP+ 5%.
------------------------
When character base level 210 or higher, MHP/MSP + 5%.
------------------------
For every 2 refine level, MHP/MSP + 5%.
For every 3 refine level, increases Dragon's Breath and Dragon's Water Breath damage by 7%.

When refine level 7 or more, reduced global cooldown is by 10% and variable casting is by 10%.
When refine level 9 or more, increases ranged physical damage by 15%,
reduced physical/magical damage received from enemies of all sizes by 15%.
When refine level 11 or more, reduced global cooldown is additionally by 7%, MSP + 5%.
------------------------
Set Bonus
Dragonic Slayer-LT [2]
Hero Boots-LT [1]

MHP + 10%, MSP + 5%.
------------------------
[Bonus By Grade]
[Grade D] MHP/MSP + 3%.
[Grade C] Increases long-distance physical damage by 15%, RES + 30, MRES + 30.
[Grade B] Reduces physical/magical damage received from enemies of all attributes by 15%.
------------------------
Class : Two-handed Sword
Attack : 200
Weight : 200
Weapon Lv : 5
Required Level : 190
Job : Rune Knight

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();
bonus bMaxHPrate,5;
if (BaseLevel>=210) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}
if (.@r>=7) {
   bonus bDelayrate,-10;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,15;
      bonus bLongAtkRate,15;
      if (.@r>=11) {
         bonus bDelayrate,-7;
         bonus bMaxSPrate,5;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMaxHPrate,3;
   bonus bMaxSPrate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bLongAtkRate,15;
      bonus bMRes,30;
      bonus bRes,30;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSubEle,Ele_All,15;
      }
   }
}
bonus bMaxHPrate,5*(.@r/2);
bonus bMaxSPrate,5*(.@r/2);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);
N/A
N/A

N/A