summaryrefslogtreecommitdiff
path: root/json/items/ammo/40x46mm.json
blob: 0a374e4c54d010612b04a63d86f3613925e0701a (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
  {
    "id": "40x46mm_bootleg_m1006",
    "copy-from": "40x46mm_m1006",
    "type": "AMMO",
    "name": { "str": "40x46mm M1006, 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": "40x46mm_bootleg_m433",
    "copy-from": "40x46mm_m433",
    "type": "AMMO",
    "name": { "str": "40x46mm M433, 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": "40x46mm_bootleg_m576",
    "copy-from": "40x46mm_m576",
    "type": "AMMO",
    "name": { "str": "40x46mm M576, 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": "40x46mm_bootleg_m651",
    "copy-from": "40x46mm_m651",
    "type": "AMMO",
    "name": { "str": "40x46mm M651, 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": "40x46mm_buckshot_m118",
    "copy-from": "40x46mm_buckshot_m118",
    "type": "AMMO",
    "name": { "str": "40x46mm buckshot" },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "40x46mm_buckshot_m199",
    "copy-from": "40x46mm_buckshot_m199",
    "type": "AMMO",
    "name": { "str": "40x46mm buckshot" },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "40x46mm_slug_m118",
    "copy-from": "40x46mm_slug_m118",
    "type": "AMMO",
    "name": { "str": "40x46mm slug" },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "40x46mm_slug_m199",
    "copy-from": "40x46mm_slug_m199",
    "type": "AMMO",
    "name": { "str": "40x46mm slug" },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "40x46mm_flechette_m118",
    "copy-from": "40x46mm_flechette_m199",
    "type": "AMMO",
    "name": { "str": "40x46mm flechette" },
    "description": "An improvised 40x46mm flechette load somewhat resembling M1001.",
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "40x46mm_flechette_m199",
    "copy-from": "40x46mm_flechette_m199",
    "type": "AMMO",
    "name": { "str": "40x46mm flechette" },
    "description": "An improvised 40x46mm flechette load somewhat resembling M1001.",
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  }
]