summaryrefslogtreecommitdiff
path: root/json/items/ammo/762.json
blob: 5ecbce89e3c90225baae46ea1bd3c8966cb836ec (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
[
  {
    "id": "762_m43",
    "type": "AMMO",
    "name": { "str_sp": "7.62x39mm 57-N-231" },
    "description": "7.62x39mm 57-N-231 ammunition with a 121.9gr steel core FMJ bullet.  Developed in World War 2 by the Soviet Union, the 7.62x39mm round rapidly became extremely popular all over the world.  The bullet has poor wounding potential due to its stability, only beginning to yaw after 26cm.",
    "weight": "16 g",
    "volume": "113 ml",
    "price": 120,
    "price_postapoc": 900,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "steel", "powder" ],
    "symbol": "=",
    "color": "dark_gray",
    "count": 30,
    "stack_size": 20,
    "ammo_type": "762",
    "casing": "762_casing",
    "range": 30,
    "damage": { "damage_type": "bullet", "amount": 45, "armor_penetration": 8 },
    "dispersion": 35,
    "recoil": 2036,
    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
  },
  {
    "id": "762_m87",
    "copy-from": "762_m43",
    "type": "AMMO",
    "name": { "str_sp": "7.62x39mm M67" },
    "//": "Entirely provisional.  Could someone design a better wound ballistics system?",
    "description": "7.62x39mm M67 ammunition with a 123gr bullet.  The inadequate terminal ballistics of the M43 round led to the development of the M67 round in Yugoslavia in the 1960s.  It destabilizes much faster than M43 after hitting a target, leading to greater damage.",
    "price": 150,
    "price_postapoc": 6800,
    "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": 2 } }
  },
  {
    "id": "reloaded_762_m43",
    "copy-from": "762_m43",
    "type": "AMMO",
    "name": { "str_sp": "7.62x39mm M43, reloaded" },
    "description": "7.62x39mm ammunition with a 121.9gr bullet.  Developed in World War 2 by the Soviet Union, the 7.62x39mm round rapidly became extremely popular all over the world.  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" ] }
  },
  {
    "id": "reloaded_762_m87",
    "copy-from": "762_m87",
    "type": "AMMO",
    "name": { "str_sp": "7.62x39mm M67, reloaded" },
    "description": "7.62x39mm M67 ammunition with a 123gr bullet.  It destabilizes much faster than M43 after hitting a target, leading to greater damage.  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" ] }
  }
]