1[
2  {
3    "type": "AMMO",
4    "id": "RPG-7_ammo",
5    "price": 10000,
6    "name": { "str": "PG-7VL 93mm rocket" },
7    "symbol": "=",
8    "color": "dark_gray",
9    "description": "93mm single-stage high-explosive ammunition for the RPG-7.",
10    "material": [ "steel", "powder" ],
11    "volume": "1750 ml",
12    "longest_side": "89 cm",
13    "price_postapoc": 2000,
14    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
15    "weight": "2600 g",
16    "ammo_type": "RPG-7",
17    "damage": { "damage_type": "stab", "amount": 3000, "armor_penetration": 750 },
18    "range": 60,
19    "dispersion": 75,
20    "recoil": 450,
21    "effects": [ "COOKOFF", "EXPLOSIVE_PG7VL", "TRAIL", "NEVER_MISFIRES" ]
22  },
23  {
24    "type": "AMMO",
25    "id": "RPG-7_pg7vr",
26    "price": 10000,
27    "name": { "str": "PG-7VR 64mm/105mm rocket" },
28    "symbol": "=",
29    "color": "dark_gray",
30    "description": "64mm/105mm high-explosive tandem ammunition for the RPG-7.",
31    "material": [ "steel", "powder" ],
32    "volume": "2250 ml",
33    "longest_side": "89 cm",
34    "price_postapoc": 3000,
35    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
36    "weight": "4500 g",
37    "ammo_type": "RPG-7",
38    "damage": { "damage_type": "stab", "amount": 3250, "armor_penetration": 1450 },
39    "range": 60,
40    "dispersion": 75,
41    "recoil": 450,
42    "effects": [ "COOKOFF", "EXPLOSIVE_PG7VR", "TRAIL", "NEVER_MISFIRES" ]
43  },
44  {
45    "type": "AMMO",
46    "id": "RPG-7_tbg7v",
47    "price": 10000,
48    "name": { "str": "TBG-7V 105mm rocket" },
49    "symbol": "=",
50    "color": "dark_gray",
51    "description": "105mm thermobaric ammunition for the RPG-7.",
52    "material": [ "plastic", "powder" ],
53    "volume": "2250 ml",
54    "longest_side": "89 cm",
55    "price_postapoc": 4000,
56    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
57    "weight": "4500 g",
58    "ammo_type": "RPG-7",
59    "damage": { "damage_type": "stab", "amount": 150, "armor_penetration": 10 },
60    "range": 60,
61    "dispersion": 50,
62    "recoil": 450,
63    "effects": [ "COOKOFF", "EXPLOSIVE_TBG7V", "TRAIL", "NEVER_MISFIRES", "NAPALM_TBG7V" ]
64  },
65  {
66    "type": "AMMO",
67    "id": "RPG-7_og7v",
68    "price": 8000,
69    "name": { "str": "OG-7V 40mm rocket" },
70    "symbol": "=",
71    "color": "dark_gray",
72    "description": "40mm high-explosive fragmentation antipersonnel ammunition for the RPG-7.",
73    "material": [ "steel", "powder" ],
74    "volume": "1 L",
75    "longest_side": "89 cm",
76    "price_postapoc": 1500,
77    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
78    "weight": "2000 g",
79    "ammo_type": "RPG-7",
80    "damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
81    "range": 60,
82    "dispersion": 50,
83    "recoil": 350,
84    "effects": [ "COOKOFF", "NEVER_MISFIRES", "EXPLOSIVE_OG7V" ]
85  }
86]
87