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
239
|
[
{
"abstract": "shot_abstract",
"type": "AMMO",
"name": { "str": "12ga 00 buckshot" },
"description": "A shell filled with metal pellets. The spread makes it very accurate at short range.",
"weight": "32 g",
"volume": "439 ml",
"price": "5 USD",
"price_postapoc": "8 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"material": [ "plastic", "powder" ],
"symbol": "=",
"color": "red",
"dispersion": 10,
"count": 20,
"stack_size": 20,
"ammo_type": "shot",
"casing": "shot_hull",
"range": 18,
"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": "12ga 00 buckshot" },
"description": "A shell filled with metal pellets. The spread makes it very accurate at short range."
},
{
"id": "shot_bird",
"copy-from": "shot_00",
"type": "AMMO",
"name": { "str": "12ga birdshot" },
"description": "A shell filled with very small metal pellets. Designed for hunting birds and other small game.",
"price": "1 USD",
"price_postapoc": "4 USD",
"range": 0,
"damage": { "damage_type": "bullet", "amount": 50, "armor_multiplier": 3.0 },
"loudness": 80,
"shape": [ "cone", { "half_angle": 15, "length": 9 } ],
"extend": { "effects": [ "NOGIB" ] }
},
{
"id": "reloaded_shot_bird",
"copy-from": "shot_bird",
"type": "AMMO",
"name": { "str": "12ga birdshot, reloaded" },
"description": "A shell filled with very small metal pellets. Designed for hunting birds and other small game. 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": "12ga dragon's breath" },
"description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool.",
"price": "10 USD",
"price_postapoc": "16 USD",
"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": 9 } ],
"extend": { "effects": [ "INCENDIARY", "STREAM", "NOGIB" ] }
},
{
"id": "reloaded_shot_dragon",
"copy-from": "shot_dragon",
"type": "AMMO",
"name": { "str": "12ga dragon's breath, reloaded" },
"description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. 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": "12ga 00 buckshot, reloaded" },
"description": "A shell filled with metal pellets. The spread makes it very accurate at short range. 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_flechette",
"copy-from": "shot_00",
"type": "AMMO",
"name": { "str": "12ga flechette" },
"description": "A shotgun shell filled with tiny steel darts. The spread makes it very accurate at short range, and the pointed tips slice through most forms of armor with ease.",
"price": "20 USD",
"price_postapoc": "8 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 10,
"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": "12ga flechette, reloaded" },
"description": "A shotgun shell filled with tiny steel darts. 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": "12ga slug" },
"description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle.",
"price": "4 USD",
"price_postapoc": "4 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"dispersion": 80,
"range": 24,
"relative": { "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": "12ga slug, reloaded" },
"description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. 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": "12ga birdshot, black powder" },
"description": "A shell filled with very small metal pellets. Designed for hunting birds and other small game. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.",
"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": "12ga dragon's breath, black powder" },
"description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. 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": "12ga 00 buckshot, black powder" },
"description": "A shell filled with metal pellets. The spread makes it very accurate at short range. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.",
"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": "12ga flechette, black powder" },
"description": "A shotgun shell filled with tiny steel darts. 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.",
"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": "12ga slug, black powder" },
"description": "A heavy metal slug used to give a shotgun the range capabilities of a rifle. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.",
"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": "12ga beanbag" },
"description": "A beanbag round for shotguns. Designated 'less-lethal' and intended to disable.",
"price": "5 USD",
"price_postapoc": "2 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 10,
"range": 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": "12ga explosive slug" },
"//": "$30/shot thanks to tight regulation, one way or another.",
"description": "A shotgun shell containing a very small explosive. Designed for breaching doors and other non-combat demolition purposes. Banned in several states.",
"price": "30 USD",
"price_postapoc": "16 USD",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"count": 5,
"damage": { "damage_type": "bullet", "amount": 10, "armor_penetration": 0 },
"extend": { "effects": [ "EXPLOSIVE_TINY" ] }
},
{
"id": "shot_scrap",
"copy-from": "shot_00",
"type": "AMMO",
"name": { "str": "12ga scrapshot" },
"description": "A shotgun shell filled with whatever scrap metal was lying around.",
"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": "12ga scrapshot, black powder" },
"description": "A shotgun shell filled with black gunpowder and whatever scrap metal was lying around.",
"proportional": { "price": 0.6, "damage": { "damage_type": "bullet", "amount": 0.8 } },
"extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] },
"delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
}
]
|