Skip to content

Commit

Permalink
feat(content): add 3l glass jar yeast recipe (#4348)
Browse files Browse the repository at this point in the history
* Initial commit

* Update cooking.json

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
AlecWhite and autofix-ci[bot] authored Mar 14, 2024
1 parent 062cbbb commit 3b54f4c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/json/items/tool/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -967,5 +967,34 @@
]
],
"magazine_well": "250 ml"
},
{
"id": "jar_3l_glass_yeast",
"type": "GENERIC",
"category": "food",
"name": { "str_sp": "sealed yeast culture" },
"description": "A sealed 3L glass jar holding sanitized yeast wort. You may harvest the yeast inside when it's done culturing.",
"weight": "365 g",
"volume": "3 L",
"price": "0 cent",
"price_postapoc": "10 cent",
"to_hit": -1,
"bashing": 5,
"material": [ "glass", "powder" ],
"symbol": ")",
"looks_like": "jar_3l_glass_sealed",
"color": "light_cyan",
"use_action": {
"target": "yeast",
"msg": "You open the jar and harvest the culture.",
"container": "jar_3l_glass",
"target_charges": 60,
"moves": 50,
"type": "delayed_transform",
"transform_age": 43200,
"not_ready_msg": "The yeast isn't done culturing yet.",
"//": "12 hours"
},
"flags": [ "TRADER_AVOID" ]
}
]
17 changes: 17 additions & 0 deletions data/json/recipes/food/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -2205,5 +2205,22 @@
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "HAMMER", "level": 1 } ],
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"components": [ [ [ "seed_rice", 1 ] ] ]
},
{
"type": "recipe",
"result": "jar_3l_glass_yeast",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "30 m",
"autolearn": true,
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [
[ [ "water", 6 ], [ "water_clean", 6 ] ],
[ [ "jar_3l_glass", 1 ] ],
[ [ "yeast", 1 ] ],
[ [ "beverage_sweetener", 6, "LIST" ] ]
]
}
]

0 comments on commit 3b54f4c

Please sign in to comment.