-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new tool: idle-crafting, allowed dwarfs to automatically satisfy thei…
…r crafting needs
- Loading branch information
Showing
3 changed files
with
532 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
idle-crafting | ||
============= | ||
|
||
.. dfhack-tool:: | ||
:summary: Allow dwarfs to automatically satisfy their need to craft objects. | ||
:tags: fort gameplay | ||
|
||
This script allows dwarves to automatically satisfy their crafting needs. The | ||
script is configured through an overlay that is added to the main page of | ||
craftsdwarf's workshops, as described below. | ||
|
||
Usage | ||
----- | ||
|
||
:: | ||
|
||
idle-crafting status | ||
|
||
Overlay | ||
------- | ||
|
||
This script provides an overlay to the "Tasks" tab of craftsdwarf's workshops, | ||
allowing you to designate that workshop for use by idle dwarfs to satisfy their | ||
needs to craft objects. Workshops that have a master assigned cannot be used in | ||
this way. | ||
|
||
When a workshop is designated for idle crafting, this tool will create crafting | ||
jobs and assigns them to idle dwarfs who have a need for crafting | ||
objects. Currently, bone carving and stone crafting are supported, with bone | ||
carving being the preferred option. This script respects linked stockpiles and | ||
the setting for permitted general work orders from the "Workers" tab. Thus, to | ||
designate a workshop for stone crafting only, simply disable the bone carving | ||
labor on that tab. | ||
|
||
|
Oops, something went wrong.