1[
2  {
3    "id": "signal_flare",
4    "type": "AMMO",
5    "name": { "str": "signal flare" },
6    "description": "A heavy plastic cartridge made for use in flare guns.  It appears to be a modified 12 gauge shotgun shell.",
7    "weight": "32 g",
8    "volume": "377 ml",
9    "price": 500,
10    "price_postapoc": 500,
11    "material": [ "plastic", "powder" ],
12    "symbol": "=",
13    "color": "red",
14    "count": 4,
15    "stack_size": 20,
16    "ammo_type": "signal_flare",
17    "casing": "shot_hull",
18    "range": 30,
19    "damage": { "damage_type": "bullet", "amount": 16 },
20    "dispersion": 200,
21    "recoil": 100,
22    "drop": "handflare_lit",
23    "effects": [ "NEVER_MISFIRES", "NO_EMBED" ]
24  }
25]
26