Item Details

( Gandiva_Bow_US )

# 700109
Compra: zeny Venda: 0 zeny Peso: 10 Slots: 2
Tipo: Arma Subtipo: N/A Gênero: Ambos Locais: Mão Direita + Mão Esquerda
Ataque: 250 Ataque Mágico: N/A Alcance: 5 Defesa: N/A
Nível da Arma: 5 Nvl. Armad.: N/A Nvl. Min.: 100 Nvl. Máx.: N/A
Refinável: 1 Graduável: 1 Elemento: Neutro Classes: Quarta, Terceira (Todas)

A sacred celestial bow wielded by Arjuna that is believed to have the strength of one hundred thousand bows.
------------------------
Indestructible in battle.
------------------------
Reduce damage taken from Boss enemies by 50%.
------------------------
Reduce damage taken from Human and Doram Player by 40%.
------------------------
Increase long-range physical damage by 40%.
------------------------
When refined to +11 or higher, increase movement speed, ASPD + 5.
------------------------
When refined to +12 or higher, All Basic Status + 15, ATK + 50, MATK + 50.
------------------------
When Base Level is 150 or higher,
for every refine level, increase long-range physical damage by additional 10%.
------------------------
Set Bonus:
Divine Bow Gandiva [2]
Fire Arrow OR Holy Arrow

MHP + 15%, MSP + 15%.

When weapon is refined to +13 or higher, increase long-range physical damage by 50%.
------------------------
Set Bonus:
Divine Bow Gandiva [2]
Ring of Artemis [1]

CON + 10.

Enable to use Lv.10 Triangle Shot.

When weapon is refined to +13 or higher, increase Crescive Bolt and Gale Storm damage by 30%.
------------------------
[Grade Bonus]
[Grade D] Critical Damage + 10%.
[Grade C] POW + 5, CON + 5.
[Grade B] P.ATK + 20.
[Grade A] Long-range Physical Damage + 20%.
------------------------
Type : Bow
Attack : 250
Weight : 10
Weapon Level : 5
Required Level : 100
Class : Archer

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 bUnbreakableWeapon;
bonus2 bSubClass,Class_Boss,50;
bonus2 bSubRace,RC_Player_Doram,40;
bonus2 bSubRace,RC_Player_Human,40;
bonus bLongAtkRate,40;
if (BaseLevel>=150)
   bonus bLongAtkRate,10*.@r;
if (.@r>=11) {
   bonus bSpeedRate,25;
   bonus bAspd,5;
   if (.@r>=12) {
       bonus bAllStats,15;
       bonus bBaseAtk,50;
       bonus bMatk,50;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bCritAtkRate,10;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bPow,5;
       bonus bCon,5;
       if (.@g>=ENCHANTGRADE_B) {
            bonus bPAtk,20;
            if (.@g>=ENCHANTGRADE_A) {
                bonus bLongAtkRate,20;
            }
       }
   }
}
N/A
N/A

N/A