Item Details

Virtual Bow-OS [2] ( Virtual_Bow_OS )

# 18178 Virtual Bow-OS [2]
Virtual Bow-OS [2] Buy: 20 zeny Sell: 10 zeny Weight: 120 Slots: 2
Type: Weapon item. Subtype: N/A Gender: Both Locations: Right_Hand + Left_Hand
Attack: 200 M. Attack: N/A Range: 5 Defense: N/A
Weapon Level: 4 Armor Level: N/A Equip Level Min: 130 Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: Fourth classes., All Third

Este arco não possui uma corda física. Se você empunhá-lo, uma linha virtual será emulada para que a flecha possa ser lançada.
--------------------------
ATQ da arma +3%.
--------------------------
Refino +7 ou mais:
Dano físico a distância +7%.
Refino +9 ou mais:
Dano de [Tempestade de Flechas] +30%.
Refino +11 ou mais:
Dano de [Tempestade de Flechas] +20% adicional.
--------------------------
Tipo: Arco
ATQ: 200 ATQM: 0
Peso: 120
Nível da arma: 4
Nível necessário: 130
Classes: Sentinelas e evoluções

Class: Bow
Attack: 200
Weight: 120
Weapon Level: 4
Requires Level: 130
Usable By: Ranger
ATK +3%
If upgrade level is +7 or higher,
Increases long-ranged physical damage on targets by an additional 7%.
If upgrade level is +9 or higher,
Increases the damage of Arrow Storm by 30%.
If upgrade level is +11 or higher,
Increases the damage of Arrow Storm by an additional +20%.

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@r = getrefine();
bonus bAtkRate,3;
if (.@r >= 7) {
   bonus bLongAtkRate,7;
   if (.@r >= 9) {
      .@dmg = 30;
      if (.@r >= 11) {
         .@dmg += 20;
      }
      bonus2 bSkillAtk,"RA_ARROWSTORM",.@dmg;
   }
}
N/A
N/A