summaryrefslogtreecommitdiff
path: root/json/items/ammo/410shot.json
blob: ef86f3e544b1db90c41d7f00f3756d380d29e9ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
  {
    "id": "410shot_000",
    "type": "AMMO",
    "name": { "str_sp": ".410 000 buckshot" },
    "description": "A .410 shell with 5 000 pellets.  Good for a hunting or combat load.",
    "weight": "16 g",
    "volume": "170 ml",
    "price": 175,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "plastic", "powder" ],
    "symbol": "=",
    "color": "red",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "410shot",
    "casing": "410shot_hull",
    "range": 12,
    "damage": { "damage_type": "bullet", "amount": 53 },
    "recoil": 1350,
    "loudness": 90,
    "effects": [ "COOKOFF", "SHOT" ]
  },
  {
    "id": "reloaded_410shot_000",
    "copy-from": "410shot_000",
    "type": "AMMO",
    "name": { "str_sp": ".410 000 buckshot, reloaded" },
    "description": "A .410 shell with 5 000 pellets.  Good for a hunting or combat load.  This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]