summaryrefslogtreecommitdiff
path: root/json/items/ammo/545x39.json
blob: a2b1db8a730e8f76097565192a8f5b31a7a9ecd1 (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
[
  {
    "id": "545",
    "type": "AMMO",
    "name": { "str_sp": "5.45x39mm 7N10" },
    "//": "Mainlined from Icecoon's Weapons Pack.",
    "description": "5.45x39mm 7N10 ammunition with a 56gr FMJ bullet.  The 5.45x39mm round was introduced along with the AK-74 in 1974.  It has superior wounding potential to the older 7.62x39mm round and quickly replaced it in Soviet military use.",
    "weight": "10 g",
    "volume": "134 ml",
    "price": "1 USD",
    "price_postapoc": "9 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "steel", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 30,
    "stack_size": 30,
    "ammo_type": "545x39",
    "casing": "545_casing",
    "range": 37,
    "damage": { "damage_type": "bullet", "amount": 40, "armor_penetration": 6 },
    "dispersion": 30,
    "recoil": 1400,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "545_ap",
    "copy-from": "545",
    "type": "AMMO",
    "name": { "str_sp": "5.45x39mm 7N22" },
    "description": "Armor piercing 5.45x39mm ammunition with a 57gr bullet containing a steel penetrator.  Developed in 1998 by the Russian military.",
    "price": "350 cent",
    "price_postapoc": "9 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "symbol": "=",
    "color": "yellow",
    "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 8 } }
  },
  {
    "id": "reloaded_545",
    "copy-from": "545",
    "type": "AMMO",
    "name": { "str_sp": "5.45x39mm 7N10, reloaded" },
    "description": "The 5.45x39mm was the standard ammunition for the AK series from 1974.  Its designers were inspired by the 5.56x45mm NATO cartridge.  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_545_ap",
    "copy-from": "545_ap",
    "type": "AMMO",
    "name": { "str_sp": "5.45x39mm 7N22, reloaded" },
    "description": "Armor piercing 5.45x39mm ammunition with a hand-reloaded bullet containing a steel penetrator.  Its handmade quality leads 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" ] }
  }
]