1[
2  {
3    "id": "cannon_shot",
4    "type": "AMMO",
5    "name": { "str_sp": "cannon round shot" },
6    "description": "A bundle of wadding, black gunpowder, and cannonball, ready to be loaded into a cannon.",
7    "weight": "2350 g",
8    "volume": "1000 ml",
9    "price": 1100,
10    "price_postapoc": 1200,
11    "material": [ "steel", "powder" ],
12    "symbol": "=",
13    "color": "white",
14    "count": 1,
15    "stack_size": 1,
16    "ammo_type": "cannon",
17    "range": 50,
18    "damage": { "damage_type": "bullet", "amount": 352 },
19    "//": "4 pound cannonball weighs 28000 grains,shot at 1215 ft/s by a 3in ordnance rifle, equals 124459 joules of muzzle energy according to Shooters Calculator, round down from square root 352.78",
20    "dispersion": 620,
21    "recoil": 26250,
22    "//2": "Recoil currently copied from 50 bmg ball as game_balance.md does not state a method for calculating recoil",
23    "loudness": 900,
24    "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER" ]
25  }
26]
27