summaryrefslogtreecommitdiff
path: root/json/items/ammo/700nx.json
blob: d16fbc930d002b77f3c0c47b7b4ca2ec3f72c654 (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": "700nx",
    "type": "AMMO",
    "name": { "str_sp": ".700 NX" },
    "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use.  Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
    "weight": "80 g",
    "volume": "165 ml",
    "price": "57 USD",
    "price_postapoc": "20 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "dark_gray",
    "count": 10,
    "stack_size": 5,
    "ammo_type": "700nx",
    "casing": "700nx_casing",
    "range": 42,
    "damage": { "damage_type": "bullet", "amount": 110, "armor_penetration": 30 },
    "dispersion": 15,
    "recoil": 12100,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "reloaded_700nx",
    "copy-from": "700nx",
    "type": "AMMO",
    "name": { "str_sp": ".700 NX, reloaded" },
    "description": "The .700 Nitro Express is a very powerful rifle round designed for long-range use.  Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.  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" ] }
  }
]