Calf Python

Calf Python

ID 28243Arma2 slotsrefinable

Descripción

This grenade launcher is mainly used for small groups.

It is said that it has a strong firepower among grenade launchers.


DEX +2

ATK +2%


For each 2 Refine Levels:

Increases Ranged Physical Damage by 5%.


Refine Level +7:

Increases Attack Speed (Decreases After Attack Delay by 5%).


Refine Level +9:

Increases damage of Dragon Tail by 15%.


Refine Level +12:

Increases damage of Dragon Tail by additional 15%.


Type: Grenade Launcher

Attack: 360

Weight: 200

Weapon Level: 4


Requirement:

Base Level 150

Rebellion

Propiedades básicas

Identificador
Calf_Python
Peso
200.0
Compra NPC
10z
Venta NPC
5z
Slots
2

Estadísticas de combate

Ataque
360
Rango
9
Nivel de arma
4

Requisitos

Nivel mínimo
150
Profesiones
Gunslinger, Rebellion
Tipo de personaje
Todos
Posición
Mano derecha, Mano izquierda
Script del item
.@r = getrefine();
bonus bDex,2;
bonus bAtkRate,2;
bonus bLongAtkRate,(.@r/2)*5;
if (.@r > 6) {
   bonus bAspdRate,5;
}
if (.@r > 8) {
   bonus2 bSkillAtk,"RL_D_TAIL",15 + (.@r > 11 ? 15 : 0);
}