summaryrefslogtreecommitdiff
path: root/json/items/ammo/473.json
blob: 44207bd164178ec99e8d83b3cbf6ad50d7288424 (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": "bootleg_473x33mm",
    "copy-from": "473x33mm",
    "type": "AMMO",
    "name": { "str": "4.73x33mm, bootleg" },
    "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
    "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "473x33mm",
    "type": "AMMO",
    "looks_like": "8mm_caseless",
    "name": { "str": "4.73x33mm" },
    "description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle. Being caseless rounds, these cannot be disassembled or reloaded.",
    "weight": "3 g",
    "volume": "250 ml",
    "price": 225,
    "price_postapoc": 12500,
    "material": [ "plastic", "powder" ],
    "symbol": "=",
    "color": "pink",
    "count": 100,
    "stack_size": 100,
    "ammo_type": "473",
    "range": 35,
    "damage": 35,
    "pierce": 12,
    "dispersion": 95,
    "recoil": 2500,
    "effects": [ "NEVER_MISFIRES" ]
  }
]