summaryrefslogtreecommitdiff
path: root/json/recipes/basecamps/recipe_groups.json
blob: bd0aa21073785123fcbef9fb66a1479b9723a337 (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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
[
  {
    "type": "recipe_group",
    "name": "kitchen_recipes_1",
    "building_type": "COOK",
    "recipes": [
      { "id": "meat_cooked", "description": " Cook: Meat, Cooked" },
      { "id": "fish_cooked", "description": " Cook: Fish, Cooked" },
      { "id": "veggy_cooked", "description": " Cook: Veggy, Cooked" },
      { "id": "veggy_wild_cooked", "description": " Cook: Veggy, Cooked Wild" },
      { "id": "boiled_egg", "description": " Cook: Egg, Boiled" },
      { "id": "starch", "description": " Cook: Starch" },
      { "id": "starch_from_fibrous_stuff", "description": " Cook: Starch" },
      { "id": "flatbread", "description": " Cook: Flatbread" },
      { "id": "acorn_roasted", "description": " Cook: Acorn, Roasted" },
      { "id": "almond_roasted", "description": " Cook: Almond, Roasted" },
      { "id": "chestnut_roasted", "description": " Cook: Chestnut, Roasted" },
      { "id": "edamame_roasted", "description": " Cook: Edamame, Roasted" },
      { "id": "hazelnut_roasted", "description": " Cook: Hazelnut, Roasted" },
      { "id": "hickory_nut_roasted", "description": " Cook: Hickory Nut, Roasted" },
      { "id": "pecan_roasted", "description": " Cook: Pecan, Roasted" },
      { "id": "pistachio_roasted", "description": " Cook: Pistachio, Roasted" },
      { "id": "soy_nuts", "description": " Cook: Soybeans, Roasted" },
      { "id": "walnut_roasted", "description": " Cook: Walnut, Roasted" },
      { "id": "almond_unshelled", "description": " Cook: Almond, Unshelled" },
      { "id": "chestnut_unshelled", "description": " Cook: Chestnut, Unshelled" },
      { "id": "hazelnut_unshelled", "description": " Cook: Hazelnut, Unshelled" },
      { "id": "hickory_nut_unshelled", "description": " Cook: Hickory Nut, Unshelled" },
      { "id": "peanut_unshelled", "description": " Cook: Peanut, Unshelled" },
      { "id": "pecan_unshelled", "description": " Cook: Pecan, Unshelled" },
      { "id": "pistachio_unshelled", "description": " Cook: Pistachio, Unshelled" },
      { "id": "walnut_unshelled", "description": " Cook: Walnut, Unshelled" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "kitchen_recipes_2",
    "building_type": "COOK",
    "recipes": [
      { "id": "flour", "description": " Cook: Flour" },
      { "id": "flour_with_from_food_processor", "description": " Cook: Flour, using Food Processor" },
      { "id": "cornmeal", "description": " Cook: Cornmeal" },
      { "id": "cornmeal_with_from_food_processor", "description": " Cook: Cornmeal, using Food Processor" },
      { "id": "oatmeal", "description": " Cook: Oatmeal" },
      { "id": "oatmeal_with_food_processor", "description": " Cook: Oatmeal, using Food Processor" },
      { "id": "acorns_cooked", "description": " Cook: Acornmeal" },
      { "id": "meal_bone", "description": " Cook: Bonemeal" },
      { "id": "meal_bone_with_from_food_processor", "description": " Cook: Bonemeal, using Food Processor" },
      { "id": "salt", "description": " Cook: Salt, from Bleach/Lye" },
      { "id": "salt_from_hickory", "description": " Cook: Salt, from Hickory Root" },
      { "id": "salt_from_salt_water", "description": " Cook: Salt, from Salt Water" },
      { "id": "salt_from_mineral", "description": " Cook: Salt, from Rock Salt" },
      { "id": "lard", "description": " Cook: Lard" },
      { "id": "bread", "description": " Cook: Bread" },
      { "id": "cornbread", "description": " Cook: Cornbread" },
      { "id": "tortilla_corn", "description": " Cook: Corn Tortilla" },
      { "id": "noodles_fast", "description": " Cook: Fast Noodles, Raw" },
      { "id": "macaroni_raw", "description": " Cook: Macaroni Noodles, Raw" },
      { "id": "spaghetti_raw", "description": " Cook: Spaghetti Noodles, Raw" },
      { "id": "lasagne_raw", "description": " Cook: Lasagne Noodles, Raw" },
      { "id": "jerky", "description": " Cook: Meat Jerky" },
      { "id": "fruit_leather", "description": " Cook: Fruit Leather" },
      { "id": "mushroom_cooked", "description": " Cook: Mushroom, Cooked" },
      { "id": "meat_smoked", "description": " Cook: Meat, Smoked" },
      { "id": "fish_smoked", "description": " Cook: Fish, Smoked" },
      { "id": "dry_meat", "description": " Cook: Meat, Dehydrated" },
      { "id": "dry_meat_frozen_ingredients", "description": " Cook: Meat, Dehydrated, from Frozen" },
      { "id": "dry_fish", "description": " Cook: Fish, Dehydrated" },
      { "id": "dry_fish_frozen_ingredients", "description": " Cook: Fish, Dehydrated, from Frozen" },
      { "id": "dry_mushroom", "description": " Cook: Mushroom, Dried" },
      { "id": "dry_mushroom_frozen_ingredients", "description": " Cook: Mushroom, Dried, from Frozen" },
      { "id": "dry_tofu", "description": " Cook: Tofu, Dehydrated" },
      { "id": "dry_tofu_frozen_ingredients", "description": " Cook: Tofu, Dehydrated, from Frozen" },
      { "id": "dry_veggy", "description": " Cook: Vegetable, Dehydrated" },
      { "id": "dry_veggy_frozen_ingredients", "description": " Cook: Vegetable, Dehydrated, from Frozen" },
      { "id": "dry_beans", "description": " Cook: Beans, Dried" },
      { "id": "dry_beans_frozen_ingredients", "description": " Cook: Beans, Dried, from Frozen" },
      { "id": "dry_lentils", "description": " Cook: Lentils, Dried" },
      { "id": "dry_lentils_frozen_ingredients", "description": " Cook: Lentils, Dried, from Frozen" },
      { "id": "dry_fruit", "description": " Cook: Fruit, Dehydrated" },
      { "id": "dry_fruit_frozen_ingredients", "description": " Cook: Fruit, Dehydrated, from Frozen" },
      { "id": "protein_powder", "description": " Cook: Protein Powder" },
      { "id": "protein_powder_with_from_food_processor", "description": " Cook: Protein Powder, using Food Processor" },
      { "id": "powder_eggs", "description": " Cook: Eggs, Powdered" },
      { "id": "powder_eggs_frozen_ingredients", "description": " Cook: Eggs, Powdered, from Frozen" },
      { "id": "milk_powder", "description": " Cook: Milk, Powdered" },
      { "id": "milk_powder_frozen_ingredients", "description": " Cook: Milk, Powdered, from Frozen" },
      { "id": "chilly-p", "description": " Cook: Chili Powder" },
      { "id": "chilly-p_with_from_food_processor", "description": " Cook: Chili Powder, using Food Processor" },
      { "id": "bratwurst_sausage", "description": " Cook: Sausage, Bratwurst" },
      { "id": "sausage", "description": " Cook: Sausage" },
      { "id": "sausage_wasteland", "description": " Cook: Sausage, Wasteland" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "kitchen_recipes_3",
    "building_type": "COOK",
    "recipes": [
      { "id": "sugar", "description": " Cook: Sugar, from Sweet Water" },
      { "id": "sugar_from_sweets", "description": " Cook: Sugar, from Sweets" },
      { "id": "sugar_from_beets", "description": " Cook: Sugar, from Sugar Beets" },
      { "id": "sugar_from_wood", "description": " Cook: Sugar, from Wood" },
      { "id": "tallow", "description": " Cook: Tallow" },
      { "id": "cheese_hard", "description": " Cook: Cheese, Hard" },
      { "id": "milk_cream_rising", "description": " Cook: Rising Cream" },
      { "id": "raw_butter", "description": " Cook: Butter, Raw" },
      { "id": "tofu", "description": " Cook: Tofu" },
      { "id": "coffee_raw", "description": " Cook: Coffee Grounds" },
      { "id": "coffee_raw_kentucky", "description": " Cook: Kentucky Coffee Grounds" },
      { "id": "pie_meat", "description": " Cook: Meat Pie" },
      { "id": "pie_veggy", "description": " Cook: Veggy Pie" },
      { "id": "pie", "description": " Cook: Fruit Pie" },
      { "id": "pie_maple", "description": " Cook: Maple Pie" },
      { "id": "biscuit", "description": " Cook: Biscuit" },
      { "id": "granola", "description": " Cook: Granola" },
      { "id": "hardtack", "description": " Cook: Hardtack" },
      { "id": "pemmican", "description": " Cook: Pemmican" },
      { "id": "meat_pickled_jarred", "description": " Cook: Meat, Pickled" },
      { "id": "fish_pickled_jarred", "description": " Cook: Fish, Pickled" },
      { "id": "veggy_pickled_jarred", "description": " Cook: Veggy, Pickled" },
      { "id": "sauerkraut_ferment", "description": " Cook: Sauerkraut, Fermenting" },
      { "id": "pickles_ferment", "description": " Cook: Pickles, Fermenting" },
      { "id": "eggs_ferment", "description": " Cook: Eggs, Fermenting" },
      { "id": "meat_canned", "description": " Cook: Meat, Canned" },
      { "id": "fish_canned", "description": " Cook: Fish, Canned" },
      { "id": "veggy_canned", "description": " Cook: Vegetables, Canned" },
      { "id": "can_beans", "description": " Cook: Beans, Canned" },
      { "id": "can_tomato", "description": " Cook: Tomatoes, Canned" },
      { "id": "apple_canned", "description": " Cook: Fruit, Canned" },
      { "id": "meat_canned_jarred", "description": " Cook: Meat, Canned, Jar" },
      { "id": "fish_canned_jarred", "description": " Cook: Fish, Canned, Jar" },
      { "id": "veggy_canned_jarred", "description": " Cook: Vegetables, Canned, Jar" },
      { "id": "can_beans_jarred", "description": " Cook: Beans, Canned, Jar" },
      { "id": "can_tomato_jarred", "description": " Cook: Tomatoes, Canned, Jar" },
      { "id": "apple_canned_jarred", "description": " Cook: Fruit, Canned, Jar" },
      { "id": "meat_aspic", "description": " Cook: Meat Aspic" },
      { "id": "veggy_aspic", "description": " Cook: Veggy Aspic" },
      { "id": "kompot", "description": " Cook: Kompot" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "primitive_camp_recipes_1",
    "building_type": "BASE",
    "recipes": [
      { "id": "tinder", "description": " Craft: Tinder" },
      { "id": "pointy_stick", "description": " Craft: Pointy Sticks" },
      { "id": "cured_pelt", "description": " Craft: Cured Pelt" },
      { "id": "cured_hide", "description": " Craft: Cured Hide" },
      { "id": "tanning_pelt", "description": " Craft: Tanning Pelt" },
      { "id": "tanning_hide", "description": " Craft: Tanning Hide" },
      { "id": "tanning_pelt_modern", "description": " Craft: Tanning Pelt, w/ Lye" },
      { "id": "tanning_hide_modern", "description": " Craft: Tanning Hide, w/ Lye" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "farm_recipes_1",
    "building_type": "FARM",
    "recipes": [
      { "id": "seed_barley", "description": " Craft: Barley Seeds" },
      { "id": "seed_beans", "description": " Craft: Bean Seeds" },
      { "id": "seed_bee_balm", "description": " Craft: Bee Balm Seeds" },
      { "id": "seed_blackberries", "description": " Craft: Blackberry Seeds" },
      { "id": "seed_blueberries", "description": " Craft: Blueberry Seeds" },
      { "id": "seed_buckwheat", "description": " Craft: Buckwheat Seeds" },
      { "id": "seed_cattail", "description": " Craft: Cattail Seeds" },
      { "id": "seed_chamomile", "description": " Craft: Chamomile Seeds" },
      { "id": "seed_chicory", "description": " Craft: Chicory Seeds" },
      { "id": "seed_chili_pepper", "description": " Craft: Chili Pepper Seeds" },
      { "id": "seed_corn", "description": " Craft: Corn Seeds" },
      { "id": "seed_cranberries", "description": " Craft: Cranberry Seeds" },
      { "id": "seed_cucumber", "description": " Craft: Cucumber Seeds" },
      { "id": "seed_raw_dandelion", "description": " Craft: Dandelion Seeds" },
      { "id": "seed_dogbane", "description": " Craft: Dogbane Seeds" },
      { "id": "seed_elderberries", "description": " Craft: Elderberry Seeds" },
      { "id": "seed_garlic", "description": " Craft: Garlic Seeds" },
      { "id": "seed_grapes", "description": " Craft: Grape Seeds" },
      { "id": "seed_huckleberries", "description": " Craft: Huckleberry Seeds" },
      { "id": "seed_mushroom_morel", "description": " Craft: Morel Mushroom Stems" },
      { "id": "seed_mugwort", "description": " Craft: Mugwort Seeds" },
      { "id": "seed_mulberries", "description": " Craft: Mulberry Seeds" },
      { "id": "seed_mushroom", "description": " Craft: Mushroom Stems" },
      { "id": "seed_lentils", "description": " Craft: Lentil Seeds" },
      { "id": "seed_oats", "description": " Craft: Oat Seeds" },
      { "id": "seed_pumpkin", "description": " Craft: Pumpkin Seeds" },
      { "id": "seed_potato_raw", "description": " Craft: Potato, Starter" },
      { "id": "seed_raspberries", "description": " Craft: Raspberry Seeds" },
      { "id": "seed_rhubarb", "description": " Craft: Rhubarb Stems" },
      { "id": "seed_rose", "description": " Craft: Rose Seeds" },
      { "id": "seed_salsify_raw", "description": " Craft: Salsify Stems" },
      { "id": "seed_strawberries", "description": " Craft: Strawberry Seeds" },
      { "id": "seed_sugar_beet", "description": " Craft: Suger Beet Seeds" },
      { "id": "seed_sunflower", "description": " Craft: Sunflower Seeds" },
      { "id": "seed_thyme", "description": " Craft: Thyme Seeds" },
      { "id": "seed_tomato", "description": " Craft: Tomato Seeds" },
      { "id": "seed_wheat", "description": " Craft: Wheat Seeds" },
      { "id": "seed_wild_herbs", "description": " Craft: Wild Herb Stems" },
      { "id": "seed_wildcarrot", "description": " Craft: Wild Root Stems" },
      { "id": "seed_veggy_wild", "description": " Craft: Wild Veggy Stems" },
      { "id": "seed_zucchini", "description": " Craft: Zucchini Seeds" }

    ]
  },
  {
    "type": "recipe_group",
    "name": "blacksmith_recipes_1",
    "building_type": "SMITH",
    "recipes": [
      { "id": "scrap_copper", "description": " Craft: Copper, Scrap" },
      { "id": "charcoal_npc", "description": " Craft: Charcoal" },
      { "id": "spike", "description": " Craft: Spike" },
      { "id": "caltrops_glass", "description": " Craft: Glass Caltrops" },
      { "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
      { "id": "anvil", "description": " Craft: Anvil" },
      { "id": "steel_lump", "description": " Craft: Steel, Lump" },
      { "id": "superglue", "description": " Craft: Superglue" },
      { "id": "plastic_chunk", "description": " Craft: Plastic, Chunk, from Bleach/Vinegar" },
      { "id": "plastic_chunk_from_plastic_bags", "description": " Craft: Plastic, Chunk, from Plastic Bags" },
      { "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" },
      { "id": "zinc_metal", "description": " Craft: Zinc" },
      { "id": "concrete", "description": " Craft: Concrete" },
      { "id": "chem_manganese_dioxide", "description": " Craft: Manganese Dioxide" },
      { "id": "material_quicklime", "description": " Craft: Quicklime" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "blacksmith_recipes_2",
    "building_type": "SMITH",
    "recipes": [
      { "id": "copper_knife", "description": " Craft: Knife, Copper" },
      { "id": "sword_crude", "description": " Craft: Sword, Crude" },
      { "id": "pot_copper", "description": " Craft: Pot, Copper" },
      { "id": "bolt_metal", "description": " Craft: Crossbow Bolt, Steel" },
      { "id": "armor_scrapsuit", "description": " Craft: Armor, Scrap Suit" },
      { "id": "helmet_scrap", "description": " Craft: Helm, Scrap" },
      { "id": "cuirass_scrap", "description": " Craft: Armor, Scrap Cuirass" },
      { "id": "armguard_scrap", "description": " Craft: Arm Guards, Scrap" },
      { "id": "legguard_scrap", "description": " Craft: Leg Guards, Scrap" },
      { "id": "boots_scrap", "description": " Craft: Boots, Scrap" },
      { "id": "copper_ax", "description": " Craft: Axe, Copper" },
      { "id": "spear_copper", "description": " Craft: Spear, Copper" },
      { "id": "jerrycan", "description": " Craft: Jerrycan, Plastic" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "blacksmith_recipes_3",
    "building_type": "SMITH",
    "recipes": [
      { "id": "chisel", "description": " Craft: Metalworking Chisel" },
      { "id": "metal_smoother", "description": " Craft: Metallic Smoother" },
      { "id": "hammer", "description": " Craft: Hammer" },
      { "id": "tongs", "description": " Craft: Metal Tongs" },
      { "id": "nail", "description": " Craft: Nail" },
      { "id": "wire", "description": " Craft: Wire" },
      { "id": "swage", "description": " Craft: Swage and Die Set" }
    ]
  },
  { 
    "type": "recipe_group",
    "name": "blacksmith_recipes_4",
    "building_type": "SMITH",
    "recipes": [
      { "id": "blade", "description": " Craft: Blade" },
      { "id": "bearing", "description": " Craft: Bearings" },
      { "id": "caltrops", "description": " Craft: Caltrops" },
      { "id": "hand_drill", "description": " Craft: Hand Drill" },
      { "id": "sheet_metal", "description": " Craft: Sheet Metal" },
      { "id": "steel_plate", "description": " Craft: Plating, Steel" },
      { "id": "spiked_plate", "description": " Craft: Plating, Spiked Steel" },
      { "id": "hard_plate", "description": " Craft: Plating, Hard Steel" },
      { "id": "chain", "description": " Craft: Chain" },
      { "id": "shovel", "description": " Craft: Shovel" },
      { "id": "rebar", "description": " Craft: Rebar" },
      { "id": "rebar_rail", "description": " Craft: Ammunition, Rebar Rail" },
      { "id": "gold_ring", "description": " Craft: Gold Ring" },
      { "id": "hammer_sledge", "description": " Craft: Hammer, Sledge" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "blacksmith_recipes_5",
    "building_type": "SMITH",
    "recipes": [
      { "id": "knife_combat", "description": " Craft: Knife, Combat" },
      { "id": "knife_trench", "description": " Craft: Knife, Trench" },
      { "id": "knife_hunting", "description": " Craft: Knife, Hunting" },
      { "id": "spear_steel", "description": " Craft: Spear, Steel" },
      { "id": "machete", "description": " Craft: Machete" },
      { "id": "pipe", "description": " Craft: Pipe" },
      { "id": "screwdriver", "description": " Craft: Screwdriver" },
      { "id": "throwing_axe", "description": " Craft: Axe, Throwing" },
      { "id": "wrench", "description": " Craft: Wrench" },
      { "id": "hatchet", "description": " Craft: Hatchet" },
      { "id": "throwing_knife", "description": " Craft: Knife, Throwing" },
      { "id": "crowbar", "description": " Craft: Crowbar" },
      { "id": "pot", "description": " Craft: Pot" },
      { "id": "pot_canning", "description": " Craft: Pot, Canning" },
      { "id": "hoe", "description": " Craft: Hoe" },
      { "id": "30gal_drum_from_scratch", "description": " Craft: Drum, 100L" },
      { "id": "55gal_drum_from_scratch", "description": " Craft: Drum, 200L" },
      { "id": "jerrycan_big", "description": " Craft: Jerrycan, Steel" }

    ]
  },
  { 
    "type": "recipe_group",
    "name": "blacksmith_recipes_6",
    "building_type": "SMITH",
    "recipes": [
      { "id": "pliers", "description": " Craft: Pliers" },
      { "id": "needle_curved", "description": " Craft: Needle, Curved" },
      { "id": "halberd", "description": " Craft: Spear, Halberd" },
      { "id": "cuirass_lightplate", "description": " Craft: Armor, Plate Cuirass" },
      { "id": "pockknife", "description": " Craft: Knife, Pocket" },
      { "id": "warhammer", "description": " Craft: Hammer, War" },
      { "id": "helmet_plate", "description": " Craft: Helm, Plate" },
      { "id": "armor_lightplate", "description": " Craft: Armor, Plate Suit" },
      { "id": "armguard_lightplate", "description": " Craft: Arm Guards, Plate" },
      { "id": "legguard_lightplate", "description": " Craft: Leg Guards, Plate" },
      { "id": "gloves_plate", "description": " Craft: Gauntlets, Plate" },
      { "id": "boots_plate", "description": " Craft: Boots, Plate" },
      { "id": "broadsword", "description": " Craft: Sword, Broadsword" },
      { "id": "scimitar", "description": " Craft: Sword, Scimitar" },
      { "id": "fire_ax", "description": " Craft: Axe, Fire" },
      { "id": "hacksaw", "description": " Craft: Hacksaw" },
      { "id": "saw", "description": " Craft: Woodsaw" },
      { "id": "pike", "description": " Craft: Spear, Awl Pike" },
      { "id": "rapier", "description": " Craft: Sword, Rapier" },
      { "id": "halligan", "description": " Craft: Halligan Bar" },
      { "id": "zweihander", "description": " Craft: Sword, Zweihander" },
      { "id": "pickaxe", "description": " Craft: Pickaxe" },
      { "id": "steel_rail", "description": " Craft: Ammunition, Steel Rail" },
      { "id": "sheet_metal_welding", "description": " Craft: Sheet Metal, Welded" },
      { "id": "30gal_drum_welded", "description": " Craft: Drum, 100L, Welded" },
      { "id": "55gal_drum_welded", "description": " Craft: Drum, 200L, Welded" },
      { "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" },
      { "id": "jerrycan_big_welder", "description": " Craft: Jerrycan, Steel, Welded" }
    ]
  },
  {
    "type": "recipe_group",
    "name": "blacksmith_recipes_7",
    "building_type": "SMITH",
    "recipes": [
      { "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" },
      { "id": "chain_npc_drop", "description": " Craft: Chain, Drop Hammer" },
      { "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" },
      { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" },
      { "id": "pipe_npc_drop", "description": " Craft: Pipe, Drop Hammer" },
      { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" },
      { "id": "reloaded_9mmfmj", "description": " Craft: Ammo, 9x19mm FMJ" },
      { "id": "reloaded_40fmj", "description": " Craft: Ammo, S&W .40 FMJ" },
      { "id": "reloaded_45_acp", "description": " Craft: Ammo, .45 ACP FMJ" },
      { "id": "reloaded_46mm", "description": " Craft: Ammo, 4.6mm" },
      { "id": "reloaded_556", "description": " Craft: Ammo, 5.56mm NATO" },
      { "id": "reloaded_762_51", "description": " Craft: Ammo, 7.62mm NATO" },
      { "id": "reloaded_5x50dart", "description": " Craft: Ammo, RA110 5x50mm flechette" },
      { "id": "reloaded_300_winmag", "description": " Craft: Ammo, .300 Winchester Magnum" },
      { "id": "reloaded_50bmg", "description": " Craft: Ammo, .50 BMG Match" },
      { "id": "reloaded_shot_slug", "description": " Craft: Ammo, 00 shotgun slug" }
    ]
  }
]