summaryrefslogtreecommitdiff
path: root/json/items/ammo/300.json
blob: 95fcb846f5e06149ded4efcb18b69ec2e1b3e096 (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
36
37
38
39
[
  {
    "id": "300_winmag",
    "type": "AMMO",
    "name": { "str": ".300 Winchester Magnum" },
    "description": ".300 Winchester Magnum rounds with 220gr JHP bullets.  The 300WM round is an extremely powerful and accurate rifle round introduced in 1963.  It has proven popular with hunters and snipers, although it is not as common as .308 or .30-06.",
    "weight": "28 g",
    "volume": "250 ml",
    "price": 220,
    "price_postapoc": 400,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 10,
    "stack_size": 15,
    "ammo_type": "300",
    "casing": "300_casing",
    "range": 65,
    "damage": { "damage_type": "bullet", "amount": 70, "armor_penetration": 8 },
    "dispersion": 15,
    "recoil": 4000,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "bp_300_winmag",
    "copy-from": "300_winmag",
    "type": "AMMO",
    "name": { "str": ".300 Winchester Magnum, black powder" },
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]