1[
2  {
3    "id": "762_25",
4    "type": "AMMO",
5    "name": { "str_sp": "7.62x25mm JHP" },
6    "description": "A commercial version of the 7.62x25mm cartridge created for the armed forces of Soviet Russia.  It was derived from the 7.63x25mm cartridge used by the C96 pistol.",
7    "weight": "10 g",
8    "volume": "107 ml",
9    "price": 100,
10    "price_postapoc": 800,
11    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
12    "material": [ "brass", "powder" ],
13    "symbol": "=",
14    "color": "light_gray",
15    "count": 40,
16    "stack_size": 40,
17    "ammo_type": "762x25",
18    "casing": "762_25_casing",
19    "range": 13,
20    "damage": { "damage_type": "bullet", "amount": 24, "armor_penetration": 2 },
21    "dispersion": 120,
22    "recoil": 540,
23    "effects": [ "COOKOFF" ]
24  },
25  {
26    "id": "762_25hot",
27    "copy-from": "762_25",
28    "type": "AMMO",
29    "name": { "str": "7.62x25mm FMJ hot load" },
30    "description": "A high-pressure commercial version of the 7.62x25mm cartridge, loaded with an 85 gr. FMJ bullet.  It is more powerful than the original.",
31    "relative": { "price": 500, "range": 2, "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 3 } },
32    "proportional": { "recoil": 1.4 }
33  },
34  {
35    "id": "762_25typeP",
36    "copy-from": "762_25",
37    "type": "AMMO",
38    "name": { "str_sp": "7.62x25mm Type P" },
39    "//": "Stopgap price of $1 per.  Anti-China prejudice in the pre-Cataclysm US may have made this ammo tougher to come by.",
40    "description": "A subsonic cartridge derived from the 7.62x25mm, designed for silenced firearms.  It offers good armor penetration at the cost of slightly less damage.",
41    "weight": "12 g",
42    "count": 50,
43    "relative": {
44      "price": 2000,
45      "range": -1,
46      "damage": { "damage_type": "bullet", "amount": -9, "armor_penetration": 2 },
47      "recoil": -270
48    }
49  },
50  {
51    "id": "bp_762_25",
52    "//": "Should this be copied from 762_25hot, or 762_25?",
53    "copy-from": "762_25hot",
54    "type": "AMMO",
55    "name": { "str_sp": "7.62x25mm FMJ, black powder" },
56    "proportional": {
57      "price": 0.3,
58      "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 },
59      "recoil": 0.76,
60      "dispersion": 1.2
61    },
62    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
63    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
64  },
65  {
66    "id": "reloaded_762_25",
67    "copy-from": "762_25hot",
68    "type": "AMMO",
69    "name": { "str_sp": "7.62x25mm, reloaded" },
70    "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.9 }, "dispersion": 1.1 }
71  }
72]
73