summaryrefslogtreecommitdiff
path: root/json/items/ammo/shot.json
blob: 6c1b4ef059367f3f9898241383f161e4ec31c894 (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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
[
  {
    "abstract": "shot_abstract",
    "type": "AMMO",
    "name": { "str": "00 shot" },
    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  Favored by SWAT forces.",
    "weight": "32 g",
    "volume": "250 ml",
    "price": 500,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "material": [ "plastic", "powder" ],
    "symbol": "=",
    "color": "red",
    "dispersion": 10,
    "count": 20,
    "stack_size": 20,
    "ammo_type": "shot",
    "casing": "shot_hull",
    "range": 20,
    "damage": { "damage_type": "bullet", "amount": 80, "armor_multiplier": 2.0 },
    "recoil": 2500,
    "loudness": 160,
    "effects": [ "COOKOFF", "SHOT" ]
  },
  {
    "id": "shot_00",
    "copy-from": "shot_abstract",
    "type": "AMMO",
    "name": { "str": "00 shot" },
    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  Favored by SWAT forces."
  },
  {
    "id": "shot_bird",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "birdshot" },
    "description": "Weak shotgun ammunition.  Designed for hunting birds and other small game, its applications in combat are very limited.",
    "price": 100,
    "price_postapoc": 400,
    "range": 0,
    "damage": { "damage_type": "bullet", "amount": 50, "armor_multiplier": 3.0 },
    "loudness": 80,
    "shape": [ "cone", { "half_angle": 15, "length": 8 } ],
    "extend": { "effects": [ "NOGIB" ] }
  },
  {
    "id": "reloaded_shot_bird",
    "copy-from": "shot_bird",
    "type": "AMMO",
    "name": { "str": "birdshot, reloaded" },
    "description": "Weak shotgun ammunition.  Designed for hunting birds and other small game, its applications in combat are very limited.  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": "shot_dragon",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "dragon's breath shell" },
    "description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool.  When the round is fired, high temperature sparks and flames shoot out of the barrel, igniting everything in their path.",
    "price": 1000,
    "price_postapoc": 1600,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "damage": { "damage_type": "heat", "amount": 30 },
    "proportional": { "recoil": 0.6, "loudness": 0.8, "dispersion": 1.2 },
    "range": 0,
    "shape": [ "cone", { "half_angle": 15, "length": 8 } ],
    "extend": { "effects": [ "INCENDIARY", "STREAM", "NOGIB" ] }
  },
  {
    "id": "reloaded_shot_dragon",
    "copy-from": "shot_dragon",
    "type": "AMMO",
    "name": { "str": "dragon's breath shell, reloaded" },
    "description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool.  When the round is fired, high-temperature sparks and flames shoot out of the barrel, igniting everything in their path.  This one was made in somebody's garage.  Are you sure you want to shoot this?",
    "proportional": { "price": 0.7, "damage": { "damage_type": "heat", "amount": 0.9 }, "dispersion": 1.1 },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "reloaded_shot_00",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "00 shot, reloaded" },
    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  SWAT forces wouldn't use this homebrew shell, but a sovereign citizen looking to fend off SWAT probably would.",
    "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": "shot_flechette",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "flechette shell" },
    "description": "A shotgun shell filled with tiny steel darts.  Extremely damaging, plus the spread makes it very accurate at short range.  Slices through most forms of armor with ease.",
    "price": 2000,
    "price_postapoc": 800,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "//": "Balanced as standard AP.",
    "relative": { "damage": { "damage_type": "bullet", "amount": -20, "armor_penetration": 12, "armor_multiplier": -1.0 } }
  },
  {
    "id": "reloaded_shot_flechette",
    "copy-from": "shot_flechette",
    "type": "AMMO",
    "name": { "str": "flechette shell, reloaded" },
    "description": "A shotgun shell filled with tiny steel darts.  Extremely damaging, plus the spread makes it very accurate at short range.  Slices through most forms of armor with ease.  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": "shot_slug",
    "copy-from": "shot_abstract",
    "type": "AMMO",
    "name": { "str": "shotgun slug" },
    "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle.  Extremely damaging but rather inaccurate.",
    "price": 400,
    "price_postapoc": 400,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "dispersion": 80,
    "relative": { "range": 12, "damage": { "damage_type": "bullet", "amount": -15, "armor_penetration": 6, "armor_multiplier": -0.5 } },
    "proportional": { "recoil": 1.4 },
    "delete": { "effects": [ "SHOT" ] }
  },
  {
    "id": "reloaded_shot_slug",
    "copy-from": "shot_slug",
    "type": "AMMO",
    "name": { "str": "shotgun slug, reloaded" },
    "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle.  Extremely damaging but rather inaccurate.  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": "bp_shot_bird",
    "copy-from": "shot_bird",
    "type": "AMMO",
    "name": { "str": "birdshot, black powder" },
    "description": "Weak shotgun ammunition.  Designed for hunting birds and other small game, its applications in combat are very limited.  Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.  Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
    "proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8 }, "dispersion": 1.2 },
    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_shot_dragon",
    "copy-from": "shot_dragon",
    "type": "AMMO",
    "name": { "str": "dragon's breath shell, black powder" },
    "description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool.  When the round is fired, high-temperature sparks and flames shoot out of the barrel, igniting everything in their path.  This one was made in somebody's garage, and with black gunpowder to boot.  Are you sure you want to shoot this?",
    "proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 },
    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_shot_00",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "00 shot, black powder" },
    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  SWAT forces probably wouldn't use this one - it's filled with black powder instead of smokeless powder.  Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
    "proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 },
    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_shot_flechette",
    "copy-from": "shot_flechette",
    "type": "AMMO",
    "name": { "str": "flechette shell, black powder" },
    "description": "A shotgun shell filled with tiny steel darts.  Extremely damaging, plus the spread makes it very accurate at short range.  Slices through most forms of armor with ease.  Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.  Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
    "proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8, "armor_penetration": 0.8 }, "dispersion": 1.2 },
    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_shot_slug",
    "copy-from": "shot_slug",
    "type": "AMMO",
    "name": { "str": "shotgun slug, black powder" },
    "description": "A heavy metal slug used to give a shotgun the range capabilities of a rifle.  Extremely damaging but rather inaccurate.  Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.  Expect lower velocity, muzzle smoke, and a dirtier barrel if you shoot it.",
    "proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8, "armor_penetration": 0.8 }, "dispersion": 1.2 },
    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "shot_beanbag",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "shotgun beanbag" },
    "description": "A beanbag round for shotguns.  Designated 'less-lethal' and intended to disable, but remember that 'less-lethal' does not mean 'non-lethal'.",
    "price": 500,
    "price_postapoc": 200,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 10,
    "damage": { "damage_type": "bash", "amount": 5 },
    "proportional": { "recoil": 0.4, "loudness": 0.6 },
    "extend": { "effects": [ "BEANBAG", "NOGIB" ] }
  },
  {
    "id": "shot_he",
    "copy-from": "shot_slug",
    "type": "AMMO",
    "name": { "str": "explosive slug" },
    "//": "$30/shot thanks to tight regulation, one way or another.",
    "description": "A shotgun shell shooting a small explosive.  Damaging, but rather inaccurate and short ranged.  Banned in several states.",
    "price": 3000,
    "price_postapoc": 1600,
    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
    "count": 5,
    "damage": { "damage_type": "bullet", "amount": 30, "armor_penetration": 0 },
    "extend": { "effects": [ "EXPLOSIVE" ] }
  },
  {
    "id": "shot_scrap",
    "copy-from": "shot_00",
    "type": "AMMO",
    "name": { "str": "00 shot, scrap loaded" },
    "description": "A shotgun shell filled with whatever was lying around.  They are more damaging than birdshot, but fairly inaccurate.",
    "dispersion": 60,
    "proportional": { "price": 0.4, "damage": { "damage_type": "bullet", "amount": 0.75, "armor_multiplier": 1.25 } },
    "extend": { "effects": [ "RECYCLED" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  },
  {
    "id": "bp_shot_scrap",
    "copy-from": "shot_scrap",
    "type": "AMMO",
    "name": { "str": "00 shot, black powder, scrap loaded" },
    "description": "A shotgun shell filled with black gunpowder and whatever scrap metal was lying around.  The logical conclusion of ammunition bootlegging.  It'll kill zombies just fine, but your gun will suffer for it.",
    "proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8 } },
    "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
    "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
  }
]