summaryrefslogtreecommitdiff
path: root/json/items/ammo/762R.json
blob: 6a7c94b92cbb485e5629464f09ced4e0b8f8b3aa (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
[
  {
    "id": "762_54R",
    "type": "AMMO",
    "name": { "str_sp": "7.62x54mmR" },
    "description": "7.62x54mmR ammunition with a 150gr FMJ bullet.  The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle.  Although it has not been used by militaries for several decades, it remains popular with civilians.  It is a powerful cartridge capable of killing most targets with one shot.",
    "weight": "18 g",
    "volume": "185 ml",
    "price": 200,
    "price_postapoc": 600,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "brass", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 20,
    "stack_size": 20,
    "ammo_type": "762R",
    "casing": "762R_casing",
    "range": 75,
    "damage": { "damage_type": "bullet", "amount": 54, "armor_penetration": 10 },
    "dispersion": 15,
    "recoil": 2650,
    "effects": [ "COOKOFF" ]
  },
  {
    "id": "reloaded_762_54R",
    "copy-from": "762_54R",
    "type": "AMMO",
    "name": { "str_sp": "7.62x54mmR, reloaded" },
    "description": "7.62x54mmR ammunition with a 150gr FMJ bullet.  The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle.  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" ] }
  }
]