Weapon statistics

Basic

weapon familygrenade_launchersetup time0data version2.9.9.1 (rbf)
damage typegrenade_launcherteardown time0
fire while movingnomoving accuracy1
is meleenodamage to retreating3

Base damage & range

range5–55health damage60courage damage0
–distant0–distant0.4–distant1
–long0–long0.6–long1
–medium0–medium0.8–medium1
–short0–short1–short1

Firing pattern

wind up0.1burst durationreload frequency0–0rate of fire
wind down0.6cooldown5reload duration0–0projectiles1

Damage per second

These directional DPS calculations do not account for accuracy (e.g. lascannon shooting at small target), cover, movement, etc. so they may be misleading. Values for weapons that fire a scatter of missiles (projectiles) or weapons used for abilities are not reliable. If the weapon has more than one projectile per shot that deals damage, the damage per second here assumes damage based on all projectiles hitting their target; and health damage values in these cases is the health damage per projectile.

Area effect

angle left0area | distant3damage | distant0.4damage to friendly0.4
angle right0area | long2damage | long0.6
area radius3area | medium1.5damage | medium0.8
area typeCirclearea | short1damage | short1

On hit actions

[
  {
    "probability_action": {
      "$REF": "actions/ability/probability_action",
      "probability": 100,
      "sub_actions": [
        {
          "knockback_action": {
            "$REF": "actions/ability/knockback_action",
            "crush_type": "passability/light_crusher",
            "domino_strength": 40,
            "flight_distance": 4,
            "flight_loft": 1,
            "knockback_type": "weapon_knockback",
            "levitate": {
              "duration": 0,
              "scatter_angle": 0
            },
            "scatter_angle": 40,
            "scatter_flight": 50,
            "specials": {
              "ignore_pathfinding": false,
              "knock_towards_executer": false
            }
          }
        }
      ]
    }
  }
]

On kill actions

[
  {
    "on_self": {
      "animator_set_action": {
        "$REF": "actions/ability/animator_set_action",
        "action_name": "abilities/space_marine/caster_power_sm_small",
        "delay": 0,
        "fire_and_forget": true
      },
      "target_action": {
        "$REF": "actions/ability/target_action",
        "area_info": {
          "angle_left": 0,
          "angle_right": 0,
          "area_type": "Circle",
          "line_length": 0,
          "radius": 35,
          "radius_inner": 0
        },
        "die_with_creator": true,
        "do_recalc_targets": false,
        "duration": 10,
        "stationary": false,
        "subactions": [
          {
            "apply_modifiers_action": {
              "$REF": "actions/ability/apply_modifiers_action",
              "duration": 0,
              "modifiers": [
                {
                  "damage_weapon_modifier": {
                    "$REF": "modifiers/weapon_modifiers/damage_weapon_modifier",
                    "application_type": "apply_to_weapon",
                    "exclusive": false,
                    "exclusive_type": "tp_modifier",
                    "probability_of_applying": 1,
                    "show_modifier_decorator": true,
                    "target_type_name": "hardpoint_01",
                    "usage_type": "multiplication",
                    "value": 1.05
                  }
                },
                {
                  "received_damage_modifier": {
                    "$REF": "modifiers/entity_modifiers/received_damage_modifier",
                    "application_type": "apply_to_entity",
                    "exclusive": false,
                    "exclusive_type": "tp_modifier",
                    "show_modifier_decorator": true,
                    "target_type_name": "",
                    "usage_type": "multiplication",
                    "value": 0.95
                  }
                }
              ],
              "permanent": false
            }
          },
          {
            "animator_set_action": {
              "$REF": "actions/ability/animator_set_action",
              "action_name": "filter_waaagh_boost_start",
              "delay": 0,
              "fire_and_forget": true
            }
          },
          {
            "animator_set_action": {
              "$REF": "actions/ability/animator_set_action",
              "action_name": "filter_waaagh_boost_stop",
              "delay": 10,
              "fire_and_forget": true
            }
          }
        ],
        "sweep_type": "none",
        "targets": [
          {
            "entity_type_to_choose": ""
          },
          {
            "exclude_self": false
          },
          {
            "prefer_squads": false
          },
          {
            "target_info": {
              "$REF": "types/targets/binary_expr",
              "operation": "and",
              "targets": [
                {
                  "allied": {
                    "$REF": "types/targets/allied"
                  }
                },
                {
                  "unary_expr": {
                    "$REF": "types/targets/unary_expr",
                    "operation": "not",
                    "target": {
                      "$REF": "types/targets/has_unit_type",
                      "unit_type": "terminator"
                    }
                  }
                },
                {
                  "has_unit_type": {
                    "$REF": "types/targets/has_unit_type",
                    "unit_type": "infantry"
                  }
                }
              ]
            }
          }
        ],
        "use_direction": false
      }
    }
  },
  {
    "on_target": {}
  }
]