1[
2  {
3    "type": "AMMO",
4    "id": "m235tpa",
5    "price": 200000,
6    "//": "$500 per.  Cheap!",
7    "name": { "str": "M74 rocket" },
8    "symbol": "=",
9    "color": "dark_gray",
10    "description": "66mm incendiary rockets used in the M202 FLASH rocket launcher.  Their warheads are filled with a thickened pyrophoric agent, which burns at 2200 degrees Fahrenheit.",
11    "material": [ "steel", "powder" ],
12    "volume": "2 L",
13    "longest_side": "53 cm",
14    "price_postapoc": 8000,
15    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
16    "weight": "1338 g",
17    "ammo_type": "m235",
18    "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 10 },
19    "range": 70,
20    "dispersion": 150,
21    "recoil": 150,
22    "count": 4,
23    "effects": [ "COOKOFF", "PYROPHORIC", "TRAIL", "NEVER_MISFIRES" ]
24  },
25  {
26    "type": "AMMO",
27    "id": "66mm_HEAT",
28    "price": 200000,
29    "name": { "str_sp": "66mm HEAT" },
30    "symbol": "=",
31    "color": "dark_gray",
32    "description": "A 66mm high-explosive anti-tank round.  It could blow through up to two feet of concrete.",
33    "material": [ "steel", "powder" ],
34    "volume": "250 ml",
35    "longest_side": "508 mm",
36    "price_postapoc": 8000,
37    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
38    "weight": "2131 g",
39    "ammo_type": "66mm",
40    "damage": { "damage_type": "stab", "amount": 2500, "armor_penetration": 400 },
41    "range": 80,
42    "dispersion": 30,
43    "recoil": 225,
44    "effects": [ "COOKOFF", "EXPLOSIVE_66mmHEAT", "TRAIL" ]
45  }
46]
47