Item Details

Boost Lance-OS [2] ( Boost_Lance_OS )

# 32019 Boost Lance-OS [2]
Boost Lance-OS [2] Buy: 20 zeny Sell: 10 zeny Weight: 100 Slots: 2
Type: Weapon item. Subtype: N/A Gender: Both Locations: Weapon
Attack: 190 M. Attack: N/A Range: 3 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

Lança equipada com um pequeno propulsor em sua ponta.
--------------------------
Velocidade de ataque +3%.
--------------------------
Refino +7 ou mais:
Velocidade de ataque +7% adicional.
Refino +9 ou mais:
Dano de [Toque do Oblívio] +20%.
Refino +11 ou mais:
Dano de [Toque do Oblívio] +15% adicional.
--------------------------
Tipo: Lança
ATQ: 190 ATQM: 0
Peso: 100
Nível da arma: 4
Nível necessário: 130
Classes: Guardiões Reais e evoluções

Class: One-Handed Spear
Attack: 190
Weight: 100
Weapon Level: 4
Requires Level: 130
Usable By: Royal Guard
Aspd +3%
If upgrade level is +7 or higher,
Aspd +7%
If upgrade level is +9 or higher,
Banishing Point damage +20%
If upgrade level is +11 or higher,
Banishing Point damage additional +15%

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();
.@aspd = 3;
if (.@r >= 7) {
   .@aspd += 7;
   if (.@r >= 9) {
      .@dmg = 20;
      if (.@r >= 11) {
         .@dmg += 15;
      }
      bonus2 bSkillAtk,"LG_BANISHINGPOINT",.@dmg;
   }
}
bonus bAspdRate,.@aspd;
N/A
N/A