add more docs for quickfort orders

develop
myk002 2021-02-13 07:46:45 -08:00
parent e87f27e1fd
commit 4790e23a5c
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 12 additions and 2 deletions

@ -476,6 +476,8 @@ stockpiles using the keys that represent the categories of items that you want
to store, and then only use a ``#query`` blueprint if you need fine-grained to store, and then only use a ``#query`` blueprint if you need fine-grained
customization. customization.
.. _quickfort-place-containers:
Stockpile bins, barrels, and wheelbarrows Stockpile bins, barrels, and wheelbarrows
````````````````````````````````````````` `````````````````````````````````````````
@ -1126,8 +1128,11 @@ to use for blocks. You should also set the `buildingplan` material filter for
construction building types to that type of rock as well so other random blocks construction building types to that type of rock as well so other random blocks
you might have lying around aren't used. you might have lying around aren't used.
There are a few building types that will generate extra manager orders for Extra Manager Orders
related materials: ~~~~~~~~~~~~~~~~~~~~
In ``#build`` blueprints, there are a few building types that will generate
extra manager orders for related materials:
- Track stops will generate an order for a minecart - Track stops will generate an order for a minecart
- Traction benches will generate orders for a table, mechanism, and rope - Traction benches will generate orders for a table, mechanism, and rope
@ -1135,6 +1140,11 @@ related materials:
lever to a target lever to a target
- Cage traps will generate an order for a cage - Cage traps will generate an order for a cage
Stockpiles in ``#place`` blueprints that `specify wheelbarrow or container
counts <quickfort-place-containers>` will generate orders for the appropriate
number of bins, pots, or wheelbarrows.
Tips and tricks Tips and tricks
--------------- ---------------