2022-07-10 00:01:46 -06:00
|
|
|
cursecheck
|
|
|
|
==========
|
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Check for cursed creatures.
|
2023-01-14 10:50:17 -07:00
|
|
|
:tags: fort armok inspection units
|
2022-08-09 23:37:24 -06:00
|
|
|
|
2022-07-22 17:42:36 -06:00
|
|
|
This command checks a single map tile (or the whole map/world) for cursed
|
|
|
|
creatures (ghosts, vampires, necromancers, werebeasts, zombies, etc.).
|
|
|
|
|
|
|
|
With an active in-game cursor, only the selected tile will be checked. Without a
|
|
|
|
cursor, the whole map will be checked.
|
|
|
|
|
|
|
|
By default, you will just see the count of cursed creatures in case you just
|
|
|
|
want to find out if you have any of them running around in your fort. Dead and
|
|
|
|
passive creatures (ghosts who were put to rest, killed vampires, etc.) are
|
|
|
|
ignored. Undead skeletons, corpses, bodyparts and the like are all thrown into
|
|
|
|
the curse category "zombie". Anonymous zombies and resurrected body parts will
|
|
|
|
show as "unnamed creature".
|
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
::
|
2022-07-22 17:42:36 -06:00
|
|
|
|
|
|
|
cursecheck [<options>]
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-23 17:03:40 -06:00
|
|
|
Examples
|
|
|
|
--------
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-07-22 17:42:36 -06:00
|
|
|
- ``cursecheck``
|
|
|
|
Display a count of cursed creatures on the map (or under the cursor).
|
|
|
|
- ``cursecheck detail all``
|
|
|
|
Give detailed info about all cursed creatures including deceased ones.
|
|
|
|
- ``cursecheck nick``
|
2022-09-28 15:49:03 -06:00
|
|
|
Give a nickname to all living/active cursed creatures.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
If you do a full search (with the option "all") former ghosts will show up
|
|
|
|
with the cursetype "unknown" because their ghostly flag is not set.
|
|
|
|
|
2022-07-22 17:42:36 -06:00
|
|
|
If you see any living/active creatures with a cursetype of "unknown", then
|
|
|
|
it is most likely a new type of curse introduced by a mod.
|
2022-07-23 17:03:40 -06:00
|
|
|
|
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
|
|
|
``detail``
|
|
|
|
Print full name, date of birth, date of curse, and some status info (some
|
|
|
|
vampires might use fake identities in-game, though).
|
|
|
|
``nick``
|
|
|
|
Set the type of curse as nickname (does not always show up in-game; some
|
|
|
|
vamps don't like nicknames).
|
|
|
|
``ids``
|
|
|
|
Print the creature and race IDs.
|
|
|
|
``all``
|
|
|
|
Include dead and passive cursed creatures (this can result in quite a long
|
|
|
|
list after having !!FUN!! with necromancers).
|
|
|
|
``verbose``
|
|
|
|
Print all curse tags (if you really want to know it all).
|