diff --git a/Readme.html b/Readme.html index d35f2d890..55ea7433d 100644 --- a/Readme.html +++ b/Readme.html @@ -3374,12 +3374,14 @@ you must enable the plugins which provide them.

images/manipulator.png

This tool implements a Dwarf Therapist-like interface within the game UI. The far left column displays the unit's Happiness (color-coded based on its -value), Name, Profession, Squad, and the right half of the screen displays each dwarf's -labor settings and skill levels (0-9 for Dabbling thru Professional, A-E for Great -thru Grand Master, and U-Z for Legendary thru Legendary+5).

+value), Name, Profession/Squad, and the right half of the screen displays each +dwarf's labor settings and skill levels (0-9 for Dabbling thru Professional, A-E for +Great thru Grand Master, and U-Z for Legendary thru Legendary+5).

Cells with teal backgrounds denote skills not controlled by labors, e.g. military and social skills.

images/manipulator2.png +

Press t to toggle between Profession and Squad view.

+images/manipulator3.png

Use the arrow keys or number pad to move the cursor around, holding Shift to move 10 tiles at a time.

Press the Z-Up (<) and Z-Down (>) keys to move quickly between labor/skill @@ -3388,8 +3390,8 @@ in the list. Backspace seeks to the top left corner.

Press Enter to toggle the selected labor for the selected unit, or Shift+Enter to toggle all labors within the selected category.

Press the +- keys to sort the unit list according to the currently selected -skill/labor, and press the */ keys to sort the unit list by Name, Profession, -Squad, Happiness, or Arrival order (using Tab to select which sort method to use here).

+skill/labor, and press the */ keys to sort the unit list by Name, Profession/Squad, +Happiness, or Arrival order (using Tab to select which sort method to use here).

With a unit selected, you can press the "v" key to view its properties (and possibly set a custom nickname or profession) or the "c" key to exit Manipulator and zoom to its position within your fortress.

diff --git a/Readme.rst b/Readme.rst index 6bfac777e..dc66d4121 100644 --- a/Readme.rst +++ b/Readme.rst @@ -2523,15 +2523,19 @@ To activate, open the unit screen and press 'l'. This tool implements a Dwarf Therapist-like interface within the game UI. The far left column displays the unit's Happiness (color-coded based on its -value), Name, Profession, Squad, and the right half of the screen displays each dwarf's -labor settings and skill levels (0-9 for Dabbling thru Professional, A-E for Great -thru Grand Master, and U-Z for Legendary thru Legendary+5). +value), Name, Profession/Squad, and the right half of the screen displays each +dwarf's labor settings and skill levels (0-9 for Dabbling thru Professional, A-E for +Great thru Grand Master, and U-Z for Legendary thru Legendary+5). Cells with teal backgrounds denote skills not controlled by labors, e.g. military and social skills. .. image:: images/manipulator2.png +Press ``t`` to toggle between Profession and Squad view. + +.. image:: images/manipulator3.png + Use the arrow keys or number pad to move the cursor around, holding Shift to move 10 tiles at a time. @@ -2543,8 +2547,8 @@ Press Enter to toggle the selected labor for the selected unit, or Shift+Enter to toggle all labors within the selected category. Press the ``+-`` keys to sort the unit list according to the currently selected -skill/labor, and press the ``*/`` keys to sort the unit list by Name, Profession, -Squad, Happiness, or Arrival order (using Tab to select which sort method to use here). +skill/labor, and press the ``*/`` keys to sort the unit list by Name, Profession/Squad, +Happiness, or Arrival order (using Tab to select which sort method to use here). With a unit selected, you can press the "v" key to view its properties (and possibly set a custom nickname or profession) or the "c" key to exit diff --git a/images/manipulator.png b/images/manipulator.png index 1556303b8..454ed428f 100644 Binary files a/images/manipulator.png and b/images/manipulator.png differ diff --git a/images/manipulator2.png b/images/manipulator2.png index acef75525..cfddf88fb 100644 Binary files a/images/manipulator2.png and b/images/manipulator2.png differ diff --git a/images/manipulator3.png b/images/manipulator3.png new file mode 100644 index 000000000..c714c3bfe Binary files /dev/null and b/images/manipulator3.png differ