dfhack/docs/plugins/misery.rst

37 lines
853 B
ReStructuredText

misery
======
2022-07-28 03:46:48 -06:00
.. dfhack-tool::
2023-02-08 15:02:44 -07:00
:summary: Increase the intensity of your citizens' negative thoughts.
:tags: fort gameplay units
2022-07-28 03:46:48 -06:00
2023-02-08 15:02:44 -07:00
When enabled, negative thoughts that your citizens have will multiply by the
specified factor. This makes it more challenging to keep them happy.
2022-08-17 23:42:02 -06:00
Usage
-----
2023-02-08 15:02:44 -07:00
::
enable misery
misery [status]
misery <factor>
misery clear
The default misery factor is ``2``, meaning that your dwarves will become
miserable twice as fast.
Examples
--------
2022-07-28 03:46:48 -06:00
``enable misery``
2023-02-08 15:02:44 -07:00
Start multiplying bad thoughts for your citizens!
``misery 5``
Make dwarves become unhappy 5 times faster than normal -- this is quite
challenging to handle!
2022-07-28 03:46:48 -06:00
``misery clear``
2023-02-08 15:02:44 -07:00
Clear away negative thoughts added by ``misery``. Note that this will not
clear negative thoughts that your dwarves accumulated "naturally".