summaryrefslogtreecommitdiff
path: root/json/items/ammo/40x46mm.json
blob: 4ca4f1a220376d701f563ea9966c407e42e765e0 (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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
[
  {
    "abstract": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm grenade" },
    "volume": "129 ml",
    "price": "100 USD",
    "price_postapoc": "60 USD",
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "steel", "powder" ],
    "symbol": "=",
    "color": "yellow",
    "count": 6,
    "stack_size": 1,
    "ammo_type": "40x46mm",
    "range": 60,
    "damage": { "damage_type": "bullet", "amount": 80 },
    "dispersion": 30,
    "recoil": 225,
    "effects": [ "COOKOFF", "NEVER_MISFIRES" ]
  },
  {
    "id": "40x46mm_m1006",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm M1006" },
    "description": "A low velocity 40x46mm less-lethal cartridge.  The foam and plastic projectile is intended to cause pain and disorientation to the target.  May still injure or kill.",
    "weight": "68 g",
    "damage": { "damage_type": "bash", "amount": 20 },
    "casing": "40x46mm_m212_casing",
    "extend": { "effects": [ "LARGE_BEANBAG" ] }
  },
  {
    "id": "40x46mm_m433",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm M433" },
    "description": "A low velocity 40x46mm HEDP grenade cartridge.  It can penetrate 2 inches of steel armor and fragmentation of the projectile body also makes it suitable for use against infantry.",
    "weight": "230 g",
    "damage": { "damage_type": "bullet", "amount": 200, "armor_penetration": 30 },
    "casing": "40x46mm_m118_casing",
    "extend": { "effects": [ "FRAG" ] }
  },
  {
    "id": "40x46mm_m576",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm M576" },
    "description": "A low velocity 40x46mm buckshot cartridge.  It is designed for use in thick vegetation or room clearing.",
    "weight": "120 g",
    "range": 12,
    "damage": { "damage_type": "bullet", "amount": 120, "armor_multiplier": 2.0 },
    "recoil": 1000,
    "casing": "40x46mm_m199_casing",
    "extend": { "effects": [ "SHOT" ] }
  },
  {
    "id": "40x46mm_m651",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm M651" },
    "description": "A low velocity 40x46mm tear gas cartridge.  It is effective for riot control and driving infantry from entrenched positions.",
    "weight": "290 g",
    "damage": { "damage_type": "bullet", "amount": 15 },
    "drop": "gasbomb_act",
    "casing": "40x46mm_m195_casing",
    "extend": { "effects": [ "NO_EMBED" ] }
  },
  {
    "id": "40x46mm_bootleg_m1006",
    "copy-from": "40x46mm_m1006",
    "type": "AMMO",
    "name": { "str": "40x46mm M1006, handmade" },
    "description": "A low velocity 40x46mm less-lethal cartridge.  The foam and plastic projectile is intended to cause pain and disorientation to the target.  May still injure or kill.  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": "bash", "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" },
    "description": "A low velocity 40x46mm HEDP grenade cartridge.  It can penetrate 2 inches of steel armor and fragmentation of the projectile body also makes it suitable for use against infantry.  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": "40x46mm_bootleg_m576",
    "copy-from": "40x46mm_m576",
    "type": "AMMO",
    "name": { "str": "40x46mm M576, handmade" },
    "description": "A low velocity 40x46mm buckshot cartridge.  It is designed for use in thick vegetation or room clearing.  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": "40x46mm_bootleg_m651",
    "copy-from": "40x46mm_m651",
    "type": "AMMO",
    "name": { "str": "40x46mm M651, handmade" },
    "description": "A low velocity 40x46mm tear gas cartridge.  It is effective for riot control and driving infantry from entrenched positions.  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": "40x46mm_buckshot_m118",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm buckshot" },
    "description": "An improvised 40x46mm buckshot load somewhat resembling M576, loaded into the M118 canister used by M433 HEDP shells.",
    "weight": "120 g",
    "range": 10,
    "damage": { "damage_type": "bullet", "amount": 120, "armor_multiplier": 2.0 },
    "recoil": 1000,
    "casing": "40x46mm_m118_casing",
    "extend": { "effects": [ "SHOT", "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "40x46mm_buckshot_m199",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm buckshot" },
    "description": "An improvised 40x46mm buckshot load somewhat resembling M576, loaded into the M199 canister used by M576 buckshot shells.",
    "weight": "120 g",
    "range": 10,
    "damage": { "damage_type": "bullet", "amount": 120, "armor_multiplier": 2.0 },
    "recoil": 1000,
    "casing": "40x46mm_m199_casing",
    "extend": { "effects": [ "SHOT", "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "40x46mm_slug_m118",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm slug" },
    "description": "An improvised 40x46mm load resembling an oversized shotgun slug, loaded into the M118 canister used by M433 HEDP shells.",
    "weight": "120 g",
    "range": 10,
    "damage": { "damage_type": "bullet", "amount": 120, "armor_penetration": 6, "armor_multiplier": 1.5 },
    "recoil": 1000,
    "casing": "40x46mm_m118_casing",
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  { 
    "id": "40x46mm_slug_m199",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm slug" },
    "description": "An improvised 40x46mm load resembling an oversized shotgun slug, loaded into the M199 canister used by M576 buckshot shells.",
    "weight": "120 g",
    "range": 10,
    "damage": { "damage_type": "bullet", "amount": 120, "armor_penetration": 6, "armor_multiplier": 1.5 },
    "recoil": 1000,
    "casing": "40x46mm_m199_casing",
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "40x46mm_flechette_m118",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm flechette" },
    "description": "An improvised 40x46mm flechette load somewhat resembling M1001, loaded into the M118 canister used by M433 HEDP shells.",
    "weight": "120 g",
    "range": 10,
    "damage": { "damage_type": "bullet", "amount": 75, "armor_penetration": 12 },
    "recoil": 1000,
    "casing": "40x46mm_m118_casing",
    "extend": { "effects": [ "SHOT", "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  },
  {
    "id": "40x46mm_flechette_m199",
    "copy-from": "40x46mm_grenade",
    "type": "AMMO",
    "name": { "str": "40x46mm flechette" },
    "description": "An improvised 40x46mm flechette load somewhat resembling M1001, loaded into the M199 canister used by M576 buckshot shells.",
    "weight": "120 g",
    "range": 10,
    "damage": { "damage_type": "bullet", "amount": 75, "armor_penetration": 12 },
    "recoil": 1000,
    "casing": "40x46mm_m199_casing",
    "extend": { "effects": [ "SHOT", "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ] }
  }
]