summaryrefslogtreecommitdiff
path: root/json/items/ammo/270win.json
blob: 34245e28a33510c3dca3ef89dae5d6c39fe3d8f7 (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
40
41
42
43
44
45
46
47
48
49
50
[
  {
    "id": "270win_jsp",
    "type": "AMMO",
    "name": { "str_sp": ".270 Winchester JSP" },
    "description": ".270 Winchester ammunition with a 130gr soft point bullet.  The .270 round was not initially successful, but over a few decades it became one of the most popular rifle cartridges for hunting and silhouette shooting.  It is a powerful round capable of taking down large targets with ease.",
    "weight": "20 g",
    "volume": "189 ml",
    "price": 170,
    "price_postapoc": 600,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "270win",
    "casing": "270win_casing",
    "range": 65,
    "damage": { "damage_type": "bullet", "amount": 64, "armor_penetration": 4 },
    "dispersion": 10,
    "recoil": 3800,
    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
  },
  {
    "id": "bp_270win_jsp",
    "copy-from": "270win_jsp",
    "type": "AMMO",
    "name": { "str_sp": ".270 Winchester JSP, black powder" },
    "description": ".270 Winchester ammunition with a 130gr soft point bullet.  It is a powerful round capable of taking down large targets with ease, but someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.",
    "proportional": {
      "price": 0.3,
      "damage": { "damage_type": "bullet", "amount": 0.7, "armor_penetration": 0.5 },
      "recoil": 0.7,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_270win_jsp",
    "copy-from": "270win_jsp",
    "type": "AMMO",
    "name": { "str_sp": ".270 Winchester JSP, reloaded" },
    "description": ".270 Winchester ammunition with a 130gr soft point bullet.  It is a powerful round capable of taking down large targets with ease.  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" ] }
  }
]