1[
2  {
3    "id": "oxyacetylene",
4    "type": "AMMO",
5    "name": { "str_sp": "oxyacetylene" },
6    "description": "A highly explosive fuel mixture composed of equal parts of oxygen and acetylene gas.",
7    "weight": "40 g",
8    "volume": "250 ml",
9    "price": 2400,
10    "price_postapoc": 500,
11    "material": [ "hydrocarbons" ],
12    "symbol": "=",
13    "color": "red",
14    "count": 100,
15    "stack_size": 100,
16    "ammo_type": "weldgas",
17    "phase": "liquid",
18    "effects": [ "COOKOFF" ],
19    "explode_in_fire": true,
20    "explosion": { "power": 20, "shrapnel": 0 },
21    "flags": [ "NO_DROP", "IRREMOVABLE" ]
22  }
23]
24