1[
2  {
3    "id": "270win_jsp",
4    "type": "AMMO",
5    "name": { "str_sp": ".270 Winchester JSP" },
6    "description": ".270 Winchester ammunition with 130gr soft point bullets.  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.",
7    "weight": "20 g",
8    "volume": "189 ml",
9    "price": 170,
10    "price_postapoc": 600,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "yellow",
15    "count": 20,
16    "stack_size": 20,
17    "ammo_type": "270win",
18    "casing": "270win_casing",
19    "range": 65,
20    "damage": { "damage_type": "bullet", "amount": 64, "armor_penetration": 4 },
21    "dispersion": 10,
22    "recoil": 3800,
23    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
24  },
25  {
26    "id": "bp_270win_jsp",
27    "copy-from": "270win_jsp",
28    "type": "AMMO",
29    "name": { "str_sp": ".270 Winchester JSP, black powder" },
30    "proportional": {
31      "price": 0.3,
32      "damage": { "damage_type": "bullet", "amount": 0.7, "armor_penetration": 0.5 },
33      "recoil": 0.7,
34      "dispersion": 1.2
35    },
36    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
37    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
38  },
39  {
40    "id": "reloaded_270win_jsp",
41    "copy-from": "270win_jsp",
42    "type": "AMMO",
43    "name": { "str_sp": ".270 Winchester JSP, reloaded" },
44    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
45    "extend": { "effects": [ "RECYCLED" ] },
46    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
47  }
48]
49