Skip to content

Commit

Permalink
Merge pull request #59 from AlecWhite/3L-clay-jar-yeast
Browse files Browse the repository at this point in the history
Added 3L clay jar yeast recipe
  • Loading branch information
chaosvolt authored Mar 14, 2024
2 parents 0f36f66 + b72865b commit b2ccbd1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
29 changes: 29 additions & 0 deletions MST_Extra_BN/items/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,34 @@
"menu_text": "Open jar",
"type": "transform"
}
},
{
"id": "jar_3l_clay_yeast",
"type": "GENERIC",
"category": "food",
"name": { "str_sp": "sealed yeast culture" },
"description": "A sealed 3L clay jar holding sanitized yeast wort. You may harvest the yeast inside when it's done culturing.",
"weight": "900 g",
"volume": "3 L",
"price": "0 cent",
"price_postapoc": "10 cent",
"to_hit": -1,
"bashing": 5,
"material": [ "glass", "powder" ],
"symbol": ")",
"looks_like": "jar_3l_clay_sealed",
"color": "brown",
"use_action": {
"target": "yeast",
"msg": "You open the jar and harvest the culture.",
"container": "jar_3l_clay",
"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" ]
}
]
21 changes: 20 additions & 1 deletion MST_Extra_BN/recipes/recipe_other.json
Original file line number Diff line number Diff line change
Expand Up @@ -729,5 +729,24 @@
"using": [ [ "cordage_short", 2 ], [ "glazing", 1 ], [ "earthenware_firing", 50 ] ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "water", 1 ], [ "water_clean", 1 ] ], [ [ "clay_lump", 15 ] ], [ [ "2x4", 1 ] ] ]
}
},
{
"type": "recipe",
"result": "jar_3l_clay_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_clay", 1 ] ],
[ [ "yeast", 1 ] ],
[ [ "beverage_sweetener", 6, "LIST" ] ]
]
}
]

0 comments on commit b2ccbd1

Please sign in to comment.