Lust Crusher

Lust Crusher

ID 830001Arma2 slotsrefinable

Descripción

A gatling gun used by mercenaries who guarded the Varmundt's Mansion.

It was terribly transformed by the magic interference device installed by the Illusionians.


Increases damage of Fire Rain by 10%.


For each 3 Refine Levels:

ATK +6

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


Refine Level +7:

Increases damage of Fire Rain by additional 15%.

Increases damage of Round Trip by 10%.


Refine Level +9:

Decreases Fire Rain skill cooldown by 2 seconds.


Refine Level +11:

Increases damage of Fire Rain by additional 25%.

When Fire Rain has been used, Increases Damage of Round Trip by additional 15% for 10 seconds.


Type: Gatling Gun

Attack: 230

Weight: 200

Weapon Level: 4


Requirement:

Base Level 150

Gunslinger classes

Propiedades básicas

Identificador
Ep172_1h_Gatling
Peso
200.0
Slots
2

Estadísticas de combate

Ataque
230
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();
bonus2 bSkillAtk,"RL_FIRE_RAIN",10;
bonus bAspdRate,3*(.@r/3);
bonus bBaseAtk,6*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"RL_R_TRIP",10;
   bonus2 bSkillAtk,"RL_FIRE_RAIN",15;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"RL_FIRE_RAIN",-2000;
}
if (.@r>=11) {
   autobonus3 "{ bonus2 bSkillAtk,\"RL_R_TRIP\",15; }",1000,10000,"RL_FIRE_RAIN";
   bonus2 bSkillAtk,"RL_FIRE_RAIN",25;
}