2022-07-10 00:01:46 -06:00
|
|
|
burrows
|
|
|
|
=======
|
|
|
|
|
2022-07-20 00:11:02 -06:00
|
|
|
Tags:
|
2022-07-22 01:05:53 -06:00
|
|
|
:dfhack-keybind:`burrow`
|
2022-07-20 00:11:02 -06:00
|
|
|
|
2022-07-22 11:14:50 -06:00
|
|
|
:index:`Auto-expand burrows as you dig.
|
|
|
|
<burrows (plugin); Auto-expand burrows as you dig.>` When a wall inside a burrow
|
|
|
|
with a name ending in ``+`` is dug out, the burrow will be extended to
|
|
|
|
newly-revealed adjacent walls. Note that digging 1-wide corridors with the miner
|
|
|
|
inside the burrow is **SLOW**.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-22 01:05:53 -06:00
|
|
|
You can also use the ``burrow`` command to
|
2022-07-22 11:14:50 -06:00
|
|
|
:index:`quickly add units/tiles to burrows.
|
2022-07-22 01:05:53 -06:00
|
|
|
<burrow; Quickly add units/tiles to burrows.>`
|
2022-07-18 18:09:48 -06:00
|
|
|
|
2022-07-22 01:05:53 -06:00
|
|
|
Usage:
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-22 01:05:53 -06:00
|
|
|
- ``enable burrows``
|
|
|
|
Enable the plugin for the auto-grow feature (see
|
|
|
|
``burrow enable auto-grow`` below)
|
|
|
|
- ``burrow enable auto-grow``
|
|
|
|
When a wall inside a burrow with a name ending in '+' is dug out, the burrow
|
|
|
|
will be extended to newly-revealed adjacent walls. This final '+' may be
|
|
|
|
omitted in burrow name args of other ``burrows`` commands. Note that digging
|
|
|
|
1-wide corridors with the miner inside the burrow is SLOW. Be sure to also
|
|
|
|
run ``enable burrows`` for this feature to work.
|
|
|
|
- ``burrow disable auto-grow``
|
|
|
|
Disables auto-grow processing.
|
|
|
|
- ``burrow clear-unit <burrow> [<burrow> ...]``
|
|
|
|
Remove all units from the named burrows.
|
|
|
|
- ``burrow clear-tiles <burrow> [<burrow> ...]``
|
|
|
|
Remove all tiles from the named burrows.
|
|
|
|
- ``burrow set-units target-burrow <burrow> [<burrow> ...]``
|
|
|
|
Clear all units from the target burrow, then add units from the named source
|
|
|
|
burrows.
|
|
|
|
- ``burrow add-units target-burrow <burrow> [<burrow> ...]``
|
|
|
|
Add units from the source burrows to the target.
|
|
|
|
- ``burrow remove-units target-burrow <burrow> [<burrow> ...]``
|
|
|
|
Remove units in source burrows from the target.
|
|
|
|
- ``burrow set-tiles target-burrow <burrow> [<burrow> ...]``
|
|
|
|
Clear target burrow tiles and adds tiles from the names source burrows.
|
|
|
|
- ``burrow add-tiles target-burrow <burrow> [<burrow> ...]``
|
|
|
|
Add tiles from the source burrows to the target.
|
|
|
|
- ``burrow remove-tiles target-burrow <burrow> [<burrow> ...]``
|
|
|
|
Remove tiles in source burrows from the target.
|
|
|
|
|
|
|
|
In place of a source burrow, you can use one of the following keywords:
|
|
|
|
|
|
|
|
- ``ABOVE_GROUND``
|
|
|
|
- ``SUBTERRANEAN``
|
|
|
|
- ``INSIDE``
|
|
|
|
- ``OUTSIDE``
|
|
|
|
- ``LIGHT``
|
|
|
|
- ``DARK``
|
|
|
|
- ``HIDDEN``
|
|
|
|
- ``REVEALED``
|
|
|
|
|
|
|
|
to add tiles with the given properties.
|