summaryrefslogtreecommitdiff
path: root/json/items/ammo/762x25.json
blob: b182db52177472c59a1962b31543d9b753c4fa0c (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
  {
    "id": "762_25",
    "type": "AMMO",
    "name": { "str_sp": "7.62x25mm JHP" },
    "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.",
    "weight": "10 g",
    "volume": "107 ml",
    "price": "1 USD",
    "price_postapoc": "8 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "light_gray",
    "count": 40,
    "stack_size": 40,
    "ammo_type": "762x25",
    "casing": "762_25_casing",
    "range": 13,
    "damage": { "damage_type": "bullet", "amount": 24, "armor_penetration": 2 },
    "dispersion": 120,
    "recoil": 540,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "762_25hot",
    "copy-from": "762_25",
    "type": "AMMO",
    "name": { "str": "7.62x25mm FMJ hot load" },
    "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.",
    "relative": { "price": "5 USD", "range": 2, "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 3 } },
    "proportional": { "recoil": 1.4 }
  },
  {
    "id": "762_25typeP",
    "copy-from": "762_25",
    "type": "AMMO",
    "name": { "str_sp": "7.62x25mm Type P" },
    "//": "Stopgap price of $1 per.  Anti-China prejudice in the pre-Cataclysm US may have made this ammo tougher to come by.",
    "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.",
    "weight": "12 g",
    "count": 50,
    "relative": {
      "price": "20 USD",
      "range": -1,
      "damage": { "damage_type": "bullet", "amount": -9, "armor_penetration": 2 },
      "recoil": -270
    }
  },
  {
    "id": "bp_762_25",
    "//": "Should this be copied from 762_25hot, or 762_25?",
    "copy-from": "762_25hot",
    "type": "AMMO",
    "name": { "str_sp": "7.62x25mm FMJ, black powder" },
    "description": "A high-pressure commercial version of the 7.62x25mm cartridge, loaded with an 85 gr. FMJ bullet.  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.76, "armor_penetration": 0.5 },
      "recoil": 0.76,
      "dispersion": 1.2
    },
    "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_762_25",
    "copy-from": "762_25hot",
    "type": "AMMO",
    "name": { "str_sp": "7.62x25mm FMJ, reloaded" },
    "description": "A high-pressure commercial version of the 7.62x25mm cartridge, loaded with an 85 gr. FMJ bullet.  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, "armor_penetration": 0.9 }, "dispersion": 1.1 }
  }
]