Skip to content

Commit 7d4bf81

Browse files
committed
gui/autogems: Add documentation
1 parent 4e113b9 commit 7d4bf81

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

gui/autogems.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,28 @@
33
gui/autogems
44
============
55
6+
A frontend for the `autogems` plugin that allows configuring the gem types to be cut.
67
8+
The following controls apply to the gems currently listed:
9+
10+
- ``s``: Searches for matching gems
11+
- ``Shift+Enter``: Toggles the status of all listed gems
12+
13+
The following controls apply to the gems currenty listed, as well as gems listed
14+
*before* the current search with ``s``, if applicable:
15+
16+
- ``r``: Displays only "rock crystal" gems
17+
- ``c``: Displays only gems whose color matches the selected gem
18+
- ``m``: Displays only gems where at least one rough (uncut) gem is available
19+
somewhere on the map
20+
21+
This behavior is intended to allow for things like a search for "lazuli"
22+
followed by pressing ``c`` to select all gems with the same color as lapis
23+
lazuli (5 blue gems in vanilla DF), rather than further restricting that to gems
24+
with "lazuli" in their name (only 1).
25+
26+
``x`` clears all filters, which is currently the only way to undo filters
27+
(besides searching), and is useful to verify the gems selected.
728
829
]====]
930

0 commit comments

Comments
 (0)