2022-07-25 07:08:59 -06:00
|
|
|
.. _plant:
|
|
|
|
|
2022-07-28 23:51:17 -06:00
|
|
|
plants
|
|
|
|
======
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Provides commands that interact with plants.
|
2023-03-24 23:34:09 -06:00
|
|
|
:tags: unavailable adventure fort armok map plants
|
2022-08-09 23:37:24 -06:00
|
|
|
:no-command:
|
|
|
|
|
|
|
|
.. dfhack-command:: plant
|
|
|
|
:summary: Create a plant or make an existing plant grow up.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-28 23:51:17 -06:00
|
|
|
``plant create <ID>``
|
|
|
|
Creates a new plant of the specified type at the active cursor position.
|
|
|
|
The cursor must be on a dirt or grass floor tile.
|
|
|
|
``plant grow``
|
|
|
|
Grows saplings into trees. If the cursor is active, it only affects the
|
|
|
|
sapling under the cursor. If no cursor is active, it affect all saplings
|
|
|
|
on the map.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-28 23:51:17 -06:00
|
|
|
To see the full list of plant ids, run the following command::
|
|
|
|
|
|
|
|
devel/query --table df.global.world.raws.plants.all --search ^id --maxdepth 1
|
|
|
|
|
|
|
|
Example
|
|
|
|
-------
|
|
|
|
|
|
|
|
``plant create TOWER_CAP``
|
|
|
|
Create a Tower Cap sapling at the cursor position.
|