update docs for cleanowned
parent
e9e477c680
commit
d9a1104473
@ -1,19 +1,37 @@
|
|||||||
cleanowned
|
cleanowned
|
||||||
==========
|
==========
|
||||||
Confiscates items owned by dwarfs. By default, owned food on the floor
|
|
||||||
and rotten items are confistacted and dumped.
|
|
||||||
|
|
||||||
Options:
|
Tags:
|
||||||
|
:dfhack-keybind:
|
||||||
|
|
||||||
:all: confiscate all owned items
|
Confiscates and dumps garbage owned by dwarves. This tool gets dwarves to give
|
||||||
:scattered: confiscated and dump all items scattered on the floor
|
up ownership of scattered items and items with heavy wear and then marks those
|
||||||
:x: confiscate/dump items with wear level 'x' and more
|
items for dumping. Now you can finally get your dwarves to give up their rotten
|
||||||
:X: confiscate/dump items with wear level 'X' and more
|
food and tattered loincloths and go get new ones!
|
||||||
:dryrun: a dry run. combine with other options to see what will happen
|
|
||||||
without it actually happening.
|
|
||||||
|
|
||||||
Example:
|
Usage::
|
||||||
|
|
||||||
``cleanowned scattered X``
|
cleanowned [<types>] [dryrun]
|
||||||
This will confiscate rotten and dropped food, garbage on the floors and any
|
|
||||||
|
When run without parameters, ``cleanowned`` will confiscate and dump rotten
|
||||||
|
items and owned food that is left behind on the floor. Specify the ``dryrun``
|
||||||
|
parameter to just print out what would be done, but don't actually confiscate
|
||||||
|
anything.
|
||||||
|
|
||||||
|
You can confiscate additional types of items by adding them to the commandline:
|
||||||
|
|
||||||
|
- ``scattered``
|
||||||
|
Confiscate/dump all items scattered on the floor.
|
||||||
|
- ``x``
|
||||||
|
Confiscate/dump items with wear level 'x' (lightly worn) and more.
|
||||||
|
- ``X``
|
||||||
|
Confiscate/dump items with wear level 'X' (heavily worn) and more.
|
||||||
|
|
||||||
|
Or you can confiscate all owned items by specifying ``all``.
|
||||||
|
|
||||||
|
Example
|
||||||
|
-------
|
||||||
|
|
||||||
|
- ``cleanowned scattered X``
|
||||||
|
Confiscate and dump rotten and dropped food, garbage on the floors, and any
|
||||||
worn items with 'X' damage and above.
|
worn items with 'X' damage and above.
|
||||||
|
Loading…
Reference in New Issue