Skip to content
Open
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions docs/item-uses.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
item-uses
=========

.. dfhack-tool::
:summary: Lists all workshops and tasks where a specific item can be used.
:tags: fort inspection

This script analyzes the selected item and determines exactly which workshops
can accept it as a reagent, and what reactions or tasks can be performed with it.
It automatically distinguishes between raw materials (like ores or logs) and finished
goods, as well as checking for applicable tasks like encrusting, melting, and milling.

Usage
-----

::

item-uses

Select an item in the game UI (e.g. using the ``k`` cursor, or viewing an item
in a stockpile or inventory) and run the command. The script will output a
categorized list of all compatible workshops and their relevant tasks.
Loading