1[
2  {
3    "type": "recipe_group",
4    "id": "all_faction_base_types",
5    "building_type": "NONE",
6    "recipes": [
7      { "id": "faction_base_modular_hub_field_0", "description": "Field Camp", "om_terrains": [ "field" ] },
8      {
9        "id": "faction_base_firestation_0",
10        "description": "Side Bunkroom Firestation Base",
11        "om_terrains": [ "fire_station" ]
12      },
13      {
14        "id": "faction_base_shelter_0",
15        "description": "Open Center Evac Shelter Base",
16        "om_terrains": [ "shelter", "shelter_vandal" ]
17      },
18      {
19        "id": "faction_base_shelter_1_0",
20        "description": "Corner Stairs Evac Shelter Base",
21        "om_terrains": [ "shelter_1", "shelter_1_vandal" ]
22      },
23      {
24        "id": "faction_base_shelter_2_0",
25        "description": "Central Stairs Evac Shelter Base",
26        "om_terrains": [ "shelter_2", "shelter_2_vandal" ]
27      }
28    ]
29  },
30  {
31    "type": "recipe_group",
32    "id": "all_faction_base_expansions",
33    "building_type": "NONE",
34    "recipes": [
35      { "id": "faction_base_farm_0", "description": "Farm", "om_terrains": [ "field" ] },
36      { "id": "faction_base_garage_0", "description": "Garage", "om_terrains": [ "field" ] },
37      { "id": "faction_base_canteen_0", "description": "Canteen", "om_terrains": [ "field" ] },
38      { "id": "faction_base_livestock_0", "description": "Livestock Area", "om_terrains": [ "field" ] },
39      { "id": "faction_base_storehouse_0", "description": "Central Storage Building", "om_terrains": [ "field" ] },
40      { "id": "faction_base_saltworks_0", "description": "Saltworks Area", "om_terrains": [ "field" ] },
41      { "id": "faction_base_workshop_0", "description": "Fabrication Workshop", "om_terrains": [ "field" ] }
42    ]
43  },
44  {
45    "type": "recipe_group",
46    "id": "kitchen_recipes_1",
47    "building_type": "COOK",
48    "recipes": [
49      { "id": "tinder", "description": " Craft: Tinder" },
50      { "id": "meat_cooked", "description": " Cook: Meat, Cooked" },
51      { "id": "fish_cooked", "description": " Cook: Fish, Cooked" },
52      { "id": "veggy_cooked", "description": " Cook: Veggy, Cooked" },
53      { "id": "boiled_egg", "description": " Cook: Egg, Boiled" },
54      { "id": "starch", "description": " Cook: Starch" },
55      { "id": "starch_from_fibrous_stuff", "description": " Cook: Cattail Starch" },
56      { "id": "flatbread", "description": " Cook: Flatbread" },
57      { "id": "veggy_wild_cooked", "description": " Cook: Veggy, Cooked Wild" }
58    ]
59  },
60  {
61    "type": "recipe_group",
62    "id": "kitchen_recipes_2",
63    "building_type": "COOK",
64    "recipes": [
65      { "id": "flour", "description": " Cook: Flour" },
66      { "id": "salt", "description": " Cook: Salt" },
67      { "id": "bread", "description": " Cook: Bread" },
68      { "id": "fruit_leather", "description": " Cook: Fruit Leather" },
69      { "id": "jerky", "description": " Cook: Meat Jerky" },
70      { "id": "mushroom_cooked", "description": " Cook: Mushroom, Cooked" },
71      { "id": "lard", "description": " Cook: Lard" },
72      { "id": "cornmeal", "description": " Cook: Cornmeal" },
73      { "id": "meat_smoked", "description": " Cook: Meat, Smoked" },
74      { "id": "fish_smoked", "description": " Cook: Fish, Smoked" },
75      { "id": "dry_mushroom", "description": " Cook: Mushroom, Dried" },
76      { "id": "dry_fruit", "description": " Cook: Fruit, Dehydrated" },
77      { "id": "sausage", "description": " Cook: Sausage" },
78      { "id": "sausage_wasteland", "description": " Cook: Sausage, Wasteland" }
79    ]
80  },
81  {
82    "type": "recipe_group",
83    "id": "kitchen_recipes_3",
84    "building_type": "COOK",
85    "recipes": [
86      { "id": "pie_meat", "description": " Cook: Meat Pie" },
87      { "id": "pie_veggy", "description": " Cook: Veggy Pie" },
88      { "id": "sugar", "description": " Cook: Sugar" },
89      { "id": "hardtack", "description": " Cook: Hardtack" },
90      { "id": "veggy_pickled_jarred", "description": " Cook: Veggy, Pickled" },
91      { "id": "cheese_hard", "description": " Cook: Cheese, Hard" },
92      { "id": "pemmican", "description": " Cook: Pemmican" },
93      { "id": "veggy_aspic", "description": " Cook: Veggy Aspic" },
94      { "id": "meat_canned_jarred", "description": " Cook: Meat, Canned" },
95      { "id": "meat_aspic", "description": " Cook: Meat Aspic" },
96      { "id": "kompot", "description": " Cook: Kompot" }
97    ]
98  },
99  {
100    "type": "recipe_group",
101    "id": "saltworks_recipes_1",
102    "building_type": "COOK",
103    "recipes": [
104      { "id": "salt_from_salt_water", "description": " Craft: Salt from salt water" },
105      { "id": "salted_fish", "description": " Cook: Fish, Salted" }
106    ]
107  },
108  {
109    "type": "recipe_group",
110    "id": "saltworks_recipes_2",
111    "building_type": "COOK",
112    "recipes": [
113      { "id": "brew_fruit_wine", "description": " Brew: Fruit Wine Must" },
114      { "id": "brew_mead", "description": " Brew: Spiced Wine Must" },
115      { "id": "brew_dandelion_wine", "description": " Brew: Dandelion Wine Must" },
116      { "id": "brew_burdock_wine", "description": " Brew: Burdock Wine Must" },
117      { "id": "brew_pine_wine", "description": " Brew: Pine Wine Must" },
118      { "id": "brew_hb_beer", "description": " Brew: Beer" }
119    ]
120  },
121  {
122    "type": "recipe_group",
123    "id": "saltworks_recipes_3",
124    "building_type": "COOK",
125    "recipes": [
126      { "id": "brandy", "description": " Distill: Brandy" },
127      { "id": "gin_from_mash", "description": " Distill: Gin" },
128      { "id": "vodka_from_wash", "description": " Distill: Vodka" },
129      { "id": "rum", "description": " Distill: Rum" }
130    ]
131  },
132  {
133    "type": "recipe_group",
134    "id": "primitive_camp_recipes_1",
135    "building_type": "BASE",
136    "recipes": [
137      { "id": "tinder", "description": " Craft: Tinder" },
138      { "id": "pointy_stick", "description": " Craft: Pointy Sticks" },
139      { "id": "wood_panel_from nailed planks", "description": " Craft: Wooden Panel, Nailed Planks" },
140      { "id": "wood_panel_from wooden beams", "description": " Craft: Wooden Panel, Wooden Beams" },
141      { "id": "wood_beam_from logs", "description": " Craft: Wooden Beam" }
142    ]
143  },
144  {
145    "type": "recipe_group",
146    "id": "farm_recipes_1",
147    "building_type": "FARM",
148    "recipes": [
149      { "id": "seed_veggy_wild", "description": " Craft: Wild Veggy Stems" },
150      { "id": "seed_raw_dandelion", "description": " Craft: Dandelion Seeds" },
151      { "id": "seed_potato_raw", "description": " Craft: Potato, Starter" },
152      { "id": "seed_buckwheat", "description": " Craft: Buckwheat Seeds" }
153    ]
154  },
155  {
156    "type": "recipe_group",
157    "id": "blacksmith_recipes_1",
158    "building_type": "SMITH",
159    "recipes": [
160      { "id": "scrap_copper", "description": " Craft: Copper, Scrap" },
161      { "id": "charcoal_npc", "description": " Craft: Charcoal" },
162      { "id": "spike", "description": " Craft: Spike" },
163      { "id": "caltrops_glass", "description": " Craft: Glass Caltrops" },
164      { "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
165      { "id": "crucible", "description": " Craft: Crucible" },
166      { "id": "anvil", "description": " Craft: Anvil" },
167      { "id": "steel_lump", "description": " Craft: Steel, Lump" }
168    ]
169  },
170  {
171    "type": "recipe_group",
172    "id": "blacksmith_recipes_2",
173    "building_type": "SMITH",
174    "recipes": [
175      { "id": "copper_knife", "description": " Craft: Knife, Copper" },
176      { "id": "sword_crude", "description": " Craft: Sword, Crude" },
177      { "id": "pot_copper", "description": " Craft: Pot, Copper" },
178      { "id": "bolt_metal", "description": " Craft: Crossbow Bolt, Steel" },
179      { "id": "armor_scrapsuit", "description": " Craft: Armor, Scrap Suit" },
180      { "id": "helmet_scrap", "description": " Craft: Armor, Scrap Helmet" },
181      { "id": "cuirass_scrap", "description": " Craft: Armor, Scrap Cuirass" },
182      { "id": "armguard_scrap", "description": " Craft: Armor, Scrap Arm Guards" },
183      { "id": "legguard_scrap", "description": " Craft: Armor, Scrap Leg Guards" },
184      { "id": "boots_scrap", "description": " Craft: Armor, Scrap Boots" },
185      { "id": "copper_ax", "description": " Craft: Axe, Copper" },
186      { "id": "spear_copper", "description": " Craft: Spear, Copper" }
187    ]
188  },
189  {
190    "type": "recipe_group",
191    "id": "blacksmith_recipes_3",
192    "building_type": "SMITH",
193    "recipes": [
194      { "id": "chisel", "description": " Craft: Metalworking Chisel" },
195      { "id": "hammer", "description": " Craft: Hammer" },
196      { "id": "tongs", "description": " Craft: Metal Tongs" },
197      { "id": "nail", "description": " Craft: Nail" },
198      { "id": "wire", "description": " Craft: Wire" },
199      { "id": "swage", "description": " Craft: Swage and Die Set" }
200    ]
201  },
202  {
203    "type": "recipe_group",
204    "id": "blacksmith_recipes_4",
205    "building_type": "SMITH",
206    "recipes": [
207      { "id": "blade", "description": " Craft: Blade" },
208      { "id": "bearing", "description": " Craft: Bearings" },
209      { "id": "caltrops", "description": " Craft: Caltrops" },
210      { "id": "hand_drill", "description": " Craft: Hand Drill" },
211      { "id": "sheet_metal", "description": " Craft: Sheet Metal" },
212      { "id": "chain", "description": " Craft: Chain" },
213      { "id": "shovel", "description": " Craft: Shovel" },
214      { "id": "rebar", "description": " Craft: Rebar" },
215      { "id": "gold_ring", "description": " Craft: Gold Ring" },
216      { "id": "hammer_sledge", "description": " Craft: Hammer, Sledge" }
217    ]
218  },
219  {
220    "type": "recipe_group",
221    "id": "blacksmith_recipes_5",
222    "building_type": "SMITH",
223    "recipes": [
224      { "id": "knife_combat", "description": " Craft: Knife, Combat" },
225      { "id": "spear_steel", "description": " Craft: Spear, Steel" },
226      { "id": "machete", "description": " Craft: Machete" },
227      { "id": "pipe", "description": " Craft: Pipe" },
228      { "id": "screwdriver", "description": " Craft: Screwdriver" },
229      { "id": "throwing_axe", "description": " Craft: Axe, Throwing" },
230      { "id": "wrench", "description": " Craft: Wrench" },
231      { "id": "hatchet", "description": " Craft: Hatchet" },
232      { "id": "throwing_knife", "description": " Craft: Knife, Throwing" },
233      { "id": "crowbar", "description": " Craft: Crowbar" },
234      { "id": "pot", "description": " Craft: Pot" },
235      { "id": "hoe", "description": " Craft: Hoe" }
236    ]
237  },
238  {
239    "type": "recipe_group",
240    "id": "blacksmith_recipes_6",
241    "building_type": "SMITH",
242    "recipes": [
243      { "id": "pliers", "description": " Craft: Pliers" },
244      { "id": "halberd", "description": " Craft: Halberd" },
245      { "id": "cuirass_lightplate", "description": " Craft: Armor, Cuirass" },
246      { "id": "pockknife", "description": " Craft: Knife, Pocket" },
247      { "id": "warhammer", "description": " Craft: Hammer, War" },
248      { "id": "helmet_plate", "description": " Craft: Helm, Great" },
249      { "id": "armor_lightplate", "description": " Craft: Armor, Plate" },
250      { "id": "broadsword", "description": " Craft: Sword, Broadsword" },
251      { "id": "scimitar", "description": " Craft: Sword, Scimitar" },
252      { "id": "fire_ax", "description": " Craft: Axe, Fire" },
253      { "id": "hacksaw", "description": " Craft: Hacksaw" },
254      { "id": "saw", "description": " Craft: Woodsaw" },
255      { "id": "pike", "description": " Craft: Spear, Awl Pike" },
256      { "id": "rapier", "description": " Craft: Sword, Rapier" },
257      { "id": "halligan", "description": " Craft: Halligan Bar" },
258      { "id": "zweihander", "description": " Craft: Sword, Zweihander" },
259      { "id": "pickaxe", "description": " Craft: Pickaxe" }
260    ]
261  },
262  {
263    "type": "recipe_group",
264    "id": "blacksmith_recipes_7",
265    "building_type": "SMITH",
266    "recipes": [
267      { "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" },
268      { "id": "chain_npc_drop", "description": " Craft: Chain, Drop Hammer" },
269      { "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" },
270      { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" },
271      { "id": "pipe_npc_drop", "description": " Craft: Pipe, Drop Hammer" },
272      { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" }
273    ]
274  }
275]
276