Skip to content

Commit

Permalink
Merge pull request CleverRaven#52339 from Maleclypse/Vacuum-sealer-ma…
Browse files Browse the repository at this point in the history
…nual

Vacuum sealer manual
  • Loading branch information
ZhilkinSerg authored Oct 19, 2021
2 parents 2972a26 + 29cb04b commit 157f88a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/json/itemgroups/books.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
{ "item": "winemaking_beginner", "prob": 60 },
{ "item": "manual_canning", "prob": 30 },
{ "item": "manual_sealing", "prob": 40 },
{ "item": "vacuum_sealing", "prob": 20 },
{ "item": "baking_book", "prob": 80 },
{ "item": "fermenting_book", "prob": 8 },
{ "item": "distilling_cookbook", "prob": 3 }
Expand Down Expand Up @@ -341,6 +342,7 @@
{ "item": "winemaking_beginner", "prob": 14 },
{ "item": "manual_canning", "prob": 18 },
{ "item": "manual_sealing", "prob": 9 },
{ "item": "vacuum_sealing", "prob": 5 },
{ "item": "fermenting_book", "prob": 8 },
{ "item": "distilling_cookbook", "prob": 8 },
{ "item": "theater_props", "prob": 5 }
Expand Down Expand Up @@ -386,6 +388,7 @@
{ "item": "winemaking_beginner", "prob": 10 },
{ "item": "manual_canning", "prob": 8 },
{ "item": "manual_sealing", "prob": 9 },
{ "item": "vacuum_sealing", "prob": 5 },
{ "item": "fermenting_book", "prob": 8 },
{ "item": "distilling_cookbook", "prob": 8 }
]
Expand Down Expand Up @@ -539,6 +542,7 @@
{ "item": "winemaking_beginner", "prob": 60 },
{ "item": "manual_canning", "prob": 80 },
{ "item": "manual_sealing", "prob": 190 },
{ "item": "vacuum_sealing", "prob": 15 },
{ "item": "baking_book", "prob": 190 }
]
},
Expand Down
9 changes: 9 additions & 0 deletions data/json/items/book/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,15 @@
],
"copy-from": "mag_cooking"
},
{
"id": "vacuum_sealing",
"type": "BOOK",
"name": { "str": "Vacuum Sealer Instructions", "str_pl": "copies of Vacuum Sealer Instructions" },
"description": "This dry guide to a home-use vacuum sealer goes into clear detail on everything you can seal with the device and how to do it safely, and includes some basic recipes.",
"price_postapoc": 1500,
"proficiencies": [ { "proficiency": "prof_preservation", "time_factor": 0.05, "fail_factor": 0.1 } ],
"copy-from": "mag_cooking"
},
{
"id": "baking_book",
"type": "BOOK",
Expand Down
4 changes: 4 additions & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -4819,6 +4819,7 @@
"time": "5 m",
"batch_time_factors": [ 10, 3 ],
"autolearn": true,
"book_learn": [ [ "vacuum_sealing", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ],
"components": [
Expand All @@ -4841,6 +4842,7 @@
"time": "5 m",
"batch_time_factors": [ 10, 3 ],
"autolearn": true,
"book_learn": [ [ "vacuum_sealing", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ],
"components": [ [ [ "bag_plastic", 1 ], [ "plastic_bag_vac", 1 ] ], [ [ "fish", 5 ] ], [ [ "salt_preservation", 5, "LIST" ] ] ]
Expand All @@ -4859,6 +4861,7 @@
"time": "5 m",
"batch_time_factors": [ 10, 3 ],
"autolearn": true,
"book_learn": [ [ "vacuum_sealing", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "vac_sealer", 10 ], [ "makeshift_sealer", 20 ] ] ],
"components": [
Expand All @@ -4881,6 +4884,7 @@
"time": "5 m",
"batch_time_factors": [ 10, 3 ],
"autolearn": true,
"book_learn": [ [ "vacuum_sealing", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "COOK", "level": 3 } ],
"tools": [ [ [ "vac_sealer", 5 ], [ "makeshift_sealer", 10 ] ] ],
"components": [
Expand Down

0 comments on commit 157f88a

Please sign in to comment.