@@ -2,41 +2,54 @@ list-waves
2
2
==========
3
3
4
4
.. dfhack-tool ::
5
- :summary: Show migration wave information .
5
+ :summary: Show migration wave membership and history .
6
6
:tags: fort inspection units
7
7
8
- This script displays information about migration waves or identifies which wave
9
- a particular dwarf came from.
8
+ This script displays information about past migration waves: when they arrived
9
+ and which dwarves arrived in them. If you have a citizen selected in the UI or
10
+ if you have passed the ``--unit `` option with a unit id, that citizen's name
11
+ and wave will be highlighted in the output.
12
+
13
+ Residents that became citizens via petitions will be grouped with any other
14
+ dwarves that immigrated/joined at the same time.
10
15
11
16
Usage
12
17
-----
13
18
14
19
::
15
20
16
- list-waves --all [--showarrival] [--granularity <value>]
17
- list-waves --unit [--granularity <value>]
21
+ list-waves [<wave num> ...] [<options>]
22
+
23
+ You can show only information about specific waves by specifing the wave
24
+ numbers on the commandline. Otherwise, all waves are shown. The first migration
25
+ wave that normally arrives in a fort's second season is wave number 1. The
26
+ founding dwarves arrive in wave 0.
18
27
19
28
Examples
20
29
--------
21
30
22
- ``list-waves --all ``
23
- Show how many dwarves came in each migration wave.
24
- ``list-waves --all --showarrival ``
25
- Show how many dwarves came in each migration wave and when that migration
26
- wave arrived.
27
- ``list-waves --unit ``
28
- Show which migration wave the selected dwarf arrived with.
31
+ ``list-waves ``
32
+ Show how many of your current dwarves came in each migration wave, when
33
+ the waves arrived, and the names of the dwarves in each wave.
34
+ ``list-waves --no-names ``
35
+ Only show how many dwarves came in each seasonal migration wave and when
36
+ the waves arrived. Don't show the list of dwarves that came in each wave.
37
+ ``list-waves 0 ``
38
+ Identify your founding dwarves.
29
39
30
40
Options
31
41
-------
32
42
33
- ``--unit ``
34
- Displays the highlighted unit's arrival wave information.
35
- ``--all ``
36
- Displays information about each arrival wave.
37
- ``--granularity <value> ``
43
+ ``-d ``, ``--no-dead ``
44
+ Exclude residents and citizens who have died.
45
+ ``-g ``, ``--granularity <value> ``
38
46
Specifies the granularity of wave enumeration: ``years ``, ``seasons ``,
39
47
``months ``, or ``days ``. If omitted, the default granularity is ``seasons ``,
40
48
the same as Dwarf Therapist.
41
- ``--showarrival ``:
42
- Shows the arrival date for each wave.
49
+ ``-n ``, ``--no-names ``
50
+ Don't output the names of the members of each migration wave.
51
+ ``-p ``, ``--no-petitioners ``
52
+ Exclude citizens who joined via petition. That is, only show dwarves who
53
+ came in an actual migration wave.
54
+ ``-u ``, ``--unit <id> ``
55
+ Highlight the specified unit's arrival wave information.
0 commit comments