v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Work orders

From Dwarf Fortress Wiki
Revision as of 17:01, 1 January 2023 by Castaras (talk | contribs) (Created a page for example work orders, mostly with more complex examples for now.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Work Orders

Work orders are an advanced feature of Workshop Management that becomes available with a manager. It allows easier management, automation and/or fine control of the various activities needed to maintain a well-oiled fort. The work order screen lists all work orders in the fortress, shows their status and allows to modify them and place new general orders. It is accessed from the main screen through the work [o]rder menubutton (the clipboard icon in the bottom left).

Work Order Examples

Most Work Orders that a fortress will need are simple to create, but certain options that a fortress may want are more finicky to create. A set of example work orders for common needs are collated below.

Process Plants (Plant Thread) with a maximum Plant Thread condition

This work order will keep a minimum of 20 plant thread, and activate when there are greater than 5 processable plants available.

  1. Create a 'Process Plants' work order. Set the number of times the task will be performed to 5.
  2. Ingredients Condition:
    1. In conditions, add the suggested condition 'unrotten processable plants'.
    2. adjust the number to be how many plants minimum you want available - in this case, 5 plants minimum will mean this activates only when all 5 process plants tasks can be accomplished.
  3. Plant Thread Condition:
    1. Add a Condition to the Work Order.
    2. Change Type to 'Thread'.
    3. Change Adj to 'Plant items'.
    4. Set the number to the maximum Plant Thread you want from this order - in this case, 20.
    5. Press 'Change the inequality of the condition' until the condition says 'at most 20' or 'greater than 20'.


Collect Sand if there is not enough sand

This work order will activate if there are at least 5 empty bags, and if there are less than 20 bags of sand.

  1. Create a 'Collect Sand' work order. Set the number of times the task will be performed to 5.
  2. Empty Bags condition:
    1. Add a Condition to the Work Order.
    2. Set the Type of the item to Bag (specifically 'Bag', not any other sort of bag that has been procedurally generated for instruments).
    3. Set the Adjective of the item to 'Empty items'.
    4. Set the amount on the bag condition to 5.
  3. Sand Bags condition:
    1. Add a Condition to the Work Order.
    2. Set the Adjective of the item to 'Sand-Bearing Item'.
    3. Set the amount on the sand bearing item condition to 20.
    4. Press 'Change the inequality of the condition' until the condition says 'at most 20' or 'greater than 20'.


Collect Clay if there is not enough clay

A work order that will collect clay if there's less than 20 clay available.

  1. Create a 'Collect Clay' work order.
  2. Clay Condition:
    1. Add a Condition to the Work Order.
    2. Set the Type of the item to 'Stones'.
    3. Set the Adjective of the item to 'Clay items'.
    4. Set the amount on the Clay Stones item condition to 20.
    5. Press 'Change the inequality of the condition' until the condition says 'at most 20' or 'greater than 20'.


Make Steel Bars Automatically

Using two repeating work orders, Steel can be set to automatically be created. In this case the order will make 20 steel bars if there are less than 40 steel bars.

  1. Create a 'Make Pig Iron Bars' work order. Leave the amount at 10.
  2. Pig Iron Bars Conditions:
    1. Under suggested Conditions, select Pig Iron Bars, Iron Bars, Flux Stones, and Refined Coal conditions.
    2. For Pig Iron Bars, change the Material to 'Steel'. This will change this condition to be based on how much Steel the fortress has. Set the amount on this to 40.
    3. Set Iron Bars, Flux Stones, and Refined Coal conditions to be 20. This will be the amount of ingredients needed to do 10 Pig Iron bar orders, and then 10 Steel bar orders.
  3. Create a 'Make Steel Bars' work order. Leave the amount at 10.
  4. Steel Bars Conditions:
    1. Select 'Make the activation of the work order depend on the status of another work order'. From this list, select the Pig Iron Bars work order that was already created.
    2. Press 'Change the frequency that the conditions are checked' once, to make the steel bars order repeat upon completion.
  5. (Optional, makes things smoother) When the pig iron bars work order activates, add a 'Make the activation of the work order depend on the status of another work order' condition to the Pig Iron Bars work order, to require the Steel bars order to be completed. This will make the two orders loop on each other.


Shearing animals

Animals with wool can be sheared roughly every 300 days. Creating a work order that runs each year will mean the animals get sheared whenever they are able to be sheared.

  1. Create a 'Shear Animal' work order. Set the number to the number of shearable adults in the fortress.
  2. On the Shear Animal Order, go into conditions and press 'Change the frequency that the conditions are checked' until the order is set to 'Restarts if completed, checked yearly'
  3. (Optional) Shear Animal Conditions
    1. Add an item condition.
    2. Set the type to 'Thread'.
    3. Set the Adjective to 'Yarn items'.
    4. Set the amount to the maximum yarn thread wanted (<x>).
    5. Press 'Change the inequality of the condition' until the condition says 'at most <x>' or 'greater than <x>'.
  4. Create a 'Spin Thread' work order. Set the amount to 5.
  5. Spin Thread Conditions:
    1. Under Spin Thread Suggested Conditions, select 'Amount of unrotten hair/wool body part'.
    2. Set the amount to 5.
    3. Press 'Change the inequality of the condition' until the condition says 'at least <x>'. This will mean if there are exactly 5 wool body parts it will activate, whereas if the condition is left on 'greater than' it will not.

Bugs/Finicky UI

Adjectives

When changing the adjective of an item condition in a work order, because you can select multiple adjectives there is no automatic return to the work order conditions. To leave, you will want to Right-Click, which'll take you back to the Work Order menu, and then select the work order you're working on again.