summaryrefslogtreecommitdiff
path: root/json/items/ammo/rpg.json
blob: 4ab2ccbb5329a08ecd199209e833365455811bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
  {
    "id": "RPG-7_ammo",
    "copy-from": "RPG-7_ammo",
    "type": "AMMO",
    "name": { "str": "PG-7VL HE rocket" },
    "damage": { "damage_type": "stab", "amount": 3000, "armor_multiplier": 0.1 },
    "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_BIG" ]
  },
  {
    "id": "RPG-7_pg7vr",
    "copy-from": "RPG-7_pg7vr",
    "type": "AMMO",
    "name": { "str": "PG-7VR tandem rocket" },
    "damage": { "damage_type": "stab", "amount": 3250, "armor_multiplier": 0.1 },
    "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_HUGE" ]
  },
  {
    "id": "RPG-7_tbg7v",
    "copy-from": "RPG-7_tbg7v",
    "type": "AMMO",
    "name": { "str": "TBG-7V thermobaric rocket" },
    "damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
    "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE", "PYROPHORIC" ]
  },
  {
    "id": "RPG-7_og7v",
    "copy-from": "RPG-7_og7v",
    "type": "AMMO",
    "name": { "str": "OG-7V antipersonnel rocket" },
    "damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
    "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "FRAG_BIG" ]
  }
]