summaryrefslogtreecommitdiff
path: root/json/items/ammo/40x53mm.json
blob: 1e0d941af22445bee392d87e69a69b8b2d621f4f (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
[
  {
    "id": "40x53mm_bootleg_m1001",
    "copy-from": "40x53mm_m1001",
    "type": "AMMO",
    "name": { "str": "40x53mm M1001, handmade" },
    "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": "40x53mm_bootleg_m430a1",
    "copy-from": "40x53mm_m430a1",
    "type": "AMMO",
    "name": { "str": "40x53mm M430A1, handmade" },
    "proportional": {
      "price": 0.7,
      "damage": { "damage_type": "bullet", "amount": 0.9 },
      "dispersion": 1.1
    },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]