Skip to content

Commit

Permalink
Adjusted to CleverRaven#46278
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jan 11, 2021
1 parent b4d80d4 commit 32bb236
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"never_learn": true,
"construction_blueprint": "faction_base_saltworks_0",
"blueprint_name": "Saltworks survey",
"time": "3 h",
"time": "180 m",
"blueprint_requires": [ { "id": "not_an_upgrade" } ],
"blueprint_provides": [ { "id": "fbmsw_0" } ]
},
Expand Down
33 changes: 33 additions & 0 deletions data/json/recipes/basecamps/legacy_recipe_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,39 @@
{ "id": "kompot", "description": " Cook: Kompot" }
]
},
{
"type": "recipe_group",
"id": "saltworks_recipes_1",
"building_type": "COOK",
"recipes": [
{ "id": "salt_from_salt_water", "description": " Craft: Salt from salt water" },
{ "id": "salted_fish", "description": " Cook: Fish, Salted" }
]
},
{
"type": "recipe_group",
"id": "saltworks_recipes_2",
"building_type": "COOK",
"recipes": [
{ "id": "brew_fruit_wine", "description": " Brew: Fruit Wine Must" },
{ "id": "brew_mead", "description": " Brew: Spiced Wine Must" },
{ "id": "brew_dandelion_wine", "description": " Brew: Dandelion Wine Must" },
{ "id": "brew_burdock_wine", "description": " Brew: Burdock Wine Must" },
{ "id": "brew_pine_wine", "description": " Brew: Pine Wine Must" },
{ "id": "brew_hb_beer", "description": " Brew: Beer" }
]
},
{
"type": "recipe_group",
"id": "saltworks_recipes_3",
"building_type": "COOK",
"recipes": [
{ "id": "brandy", "description": " Distill: Brandy" },
{ "id": "gin_from_mash", "description": " Distill: Gin" },
{ "id": "vodka_from_wash", "description": " Distill: Vodka" },
{ "id": "rum", "description": " Distill: Rum" }
]
},
{
"type": "recipe_group",
"id": "primitive_camp_recipes_1",
Expand Down

0 comments on commit 32bb236

Please sign in to comment.