Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions docs/guides/quickfort-user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1992,10 +1992,10 @@ All stockpiles support the following properties:
Property Description
================ ===========
``name`` the name of the stockpile
``take_from`` comma-separated list of names of stockpiles or workshops that
the stockpile takes from
``give_to`` comma-separated list of names of stockpiles or workshops that
the stockpile gives to
``take_from`` comma-separated list of names or building ids of stockpiles
or workshops that the stockpile takes from
``give_to`` comma-separated list of names or building ids of stockpiles
or workshops that the stockpile gives to
``links_only`` if set to ``true`` then the stockpile will only take from
links
``barrels`` the number of desired barrels
Expand All @@ -2014,6 +2014,12 @@ Property Description
feature
================ ===========

Note that specifying building IDs in ``take_from`` or ``give_to`` lists is
primarily useful when dynamically generating `quickfort` blueprints and
applying them via the API. You will not generally know the ID of a stockpile or
building when writing a blueprint by hand or when preparing a blueprint to
apply in a different fort.

#build mode reference
~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -2023,8 +2029,8 @@ accept the ``name`` property.
Moreover, all workshops and furnaces accept the ``max_general_orders``
property, which sets the maximum number of general workorders that the building
can accept, and the ``take_from`` and ``give_to`` properties, which are
comma-separated lists of names (the same as the correponding stockpile
properties above).
comma-separated lists of names or building ids (the same as the correponding
stockpile properties above).

================= ============================= ==========
Symbol Type Properties
Expand Down Expand Up @@ -2141,7 +2147,8 @@ Symbol Type Properties
route stop on this track stop
and make it take from the given
comma-separated list of
stockpile names. ``route``: add
stockpile names or stockpile
building ids. ``route``: add
this route stop to the named
route. if no route of this name
exists, it will be created. If
Expand Down