Skip to content

Commit

Permalink
Apparently the cooking data needed to be regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esummins committed Jun 1, 2024
1 parent 780c071 commit bedb46f
Show file tree
Hide file tree
Showing 2 changed files with 836 additions and 204 deletions.
4 changes: 3 additions & 1 deletion scripts/cooking.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

# Purpose: Get all the recipes needed to cook for achievement, along with their
# unlock conditions and ingredients
# Result is saved to data/cooking.json
Expand All @@ -16,7 +18,7 @@
# load the content files
OBJECTS: dict[str, Object] = load_data("objects.json")
COOKING_RECIPES: dict[str, str] = load_content("CookingRecipes.json")
TV_RECIPES: dict[str, str] = load_content("CookingChannel.json")
TV_RECIPES: dict[str, str] = load_content("TV/CookingChannel.json")

# hardcoded checks for recipes with unusual unlock conditions
# l 100, null
Expand Down
Loading

0 comments on commit bedb46f

Please sign in to comment.