Files
Paradise/code/modules/cooking/autochef/autochef_guide.dm
T
f9ade844c9 Kitchen rework part 1: machines and recipes. (#28277)
* Kitchen rework part 1: machines and recipes.

* update oldstation

* update updatepaths script number

* fix blank icon test

* remove old deep fryer completely

* fix duped recipes and recipe datum names

* add chef PDA cart to chefdrobe

* nerf grill wood consumption rate

* multiply food for cooking machine rating

* fix runtime

* add cookware to syndie base and oldstation

* remove dupe burger recipe, update syndie/oldstation setups

* nerf potency quality award

* buff burn/ignite times, remove pointless on_fire flag

* more grill woodburn nerf

* meh

* try and unfuck timing issues

* more fixes and icon updates

* more fixes

* more review changes

* fix linter

* disable pcwj debug

* fix grill and deep fryer overlays

* fix timers with no containers

* attempt to fix reagent adding issues

* more cleanups

* allow rped usage

* grammar, null checks, reagent display

* PDA updates, map updates

* fix mats values

* new panel sprites

* recipe fixes, add prep bowl

* revert unused icon file changes

* move this to mesh with smith TM

* remove food quality for now

* New sprites, autochef.

* fix examine text

* reduce oven cook times

* lots of fixes

* fix autochef recipes that start with reagents

* prevent shenanigans

* megapatch 1

* block ingredients behind oven door

* PDA app improvements

* remove unused proc

* fixes for cookbook, descontructions, completed steps

* allow empty containers with a tracker to be claimed

* allow reclaiming

* autochef reliability fixes

* autochef reliability fixes

* fix quality product count

* update updatepaths script

* better stack handling

* more fixes for stacks and reagents

* timers no longer turn off burners automatically

* autochef turn offs and make sure we can see output storage

* add microwave recipe for roundremoving player brains

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* burza review 1

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* fix berry muffin name while i'm here

* grill -> microwave in new tests

* grill -> microwave in new tests, but actually for realsies

* i definitely know what i'm doing

* redundant attack chain setting

* add examine text about clearing buffer

* remove unused vars and start improving docs

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
2025-03-23 04:59:08 +00:00

30 lines
2.0 KiB
Plaintext

/obj/item/paper/autochef_quickstart
name = "Quickstart Guide: Autochef"
icon_state = "paper"
info = {"<b>You and Your Autochef: Quickstart</b><br />
<br />
To use your autochef, it must be linked to all the tools and items you want it to use.
<br />
This includes <i>machines</i> such as grills and ovens, <i>containers</i> such as grill grates and pans, and <i>storage</i> like smartfridges and food-and-drink carts.<br />
<br />
To link items to your autochef, use the autochef remote on them, and then on the autochef.<br />
<br />
<div style="width:80%;border:1px solid #000;margin:0 auto;padding:10px"><b>Pro Tip!</b> When using the remote on a machine, it will register all the containers on the machine.</div>
<br />
To choose a recipe to make, use the food item on the autochef to scan it.<br />
<br />
To start, stop, or pause the autochef, interact with it. It will continue making the selected recipe until it runs out of ingredients or cannot use the tools it needs to make it. Once a recipe is complete, the end result will be stored in any available storage.<br />
<br />
Stock autochefs require all ingredients to be prepared in advance. Once upgraded, the autochef may create items it needs to finish the selected recipe. For example, a stock autochef requires burgers and cooked patties to make burgers. An upgraded autochef can bake dough to make buns, grill patties, and then resume making the burger.<br />
<br />
<div style="width:80%;border:1px solid #000;margin:0 auto;padding:10px"><b>Pro Tip!</b> Autochefs will choose storage for output in the <i>reverse order</i> that they were linked with the remote.</div>
<br />
Autochefs may be tempermental and act in unexpected ways. If it is not working as expected:<br />
<ul>
<li>Ensure that all items it needs are linked.</li>
<li>Ensure that it has all the ingredients it needs.</li>
<li>Ensure that all machines are functional, powered, and, in the case of the grill, have enough charcoal to operate.</li>
</ul>
If all else fails, reset the autochef, scan your food item again, and restart it.
"}