Base de datos de items/Calf Diamond Back
Calf Diamond Back

Calf Diamond Back

ID 28241Arma2 slotsrefinableCalf Diamondback

Descripción

This gatling gun is mainly used by small groups.

It is said that it is rather heavy for the general public.


DEX +2

ATK +2%


For each 2 Refine Levels:

Increases Ranged Physical Damage by 5%.


Refine Level +7:

Increases damage of Round Trip by 20%.


Refine Level +9:

Decreases SP Consumption of Round Trip by 5%.


Refine Level +12:

Increases Ranged Physical Damage by additional 5%.


Type: Gatling Gun

Attack: 220

Weight: 300

Weapon Level: 4


Requirement:

Base Level 150

Rebellion

Propiedades básicas

Identificador
Calf_Diamondback
Peso
300.0
Slots
2

Estadísticas de combate

Ataque
220
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 + (.@r > 11 ? 5 : 0);
if (.@r > 6) {
   bonus2 bSkillAtk,"RL_R_TRIP",20;
}
if (.@r > 8) {
   bonus2 bSkillUseSPrate,"RL_R_TRIP",5;
}