summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/tiles_help.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:17:16 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:17:16 +0000
commit130e8eabe520b29fe19a12748a9b17c287054647 (patch)
tree67e553e04d39e871a16a7bfc80e6e7317d17ba63 /crawl-ref/docs/tiles_help.txt
parent678a64c76a963f9d88b6c67edf3b91296b53b59e (diff)
downloadcrawl-ref-130e8eabe520b29fe19a12748a9b17c287054647.tar.gz
crawl-ref-130e8eabe520b29fe19a12748a9b17c287054647.zip
Update tiles help -- no formatting worth speaking of, but at least the
information should be correct. Remove (hopefully) unnecessary ASSERT that was causing problems with Tiles. Clean up makeitem.cc. (Spacing changes, and renaming static methods.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4546 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/tiles_help.txt')
-rw-r--r--crawl-ref/docs/tiles_help.txt26
1 files changed, 18 insertions, 8 deletions
diff --git a/crawl-ref/docs/tiles_help.txt b/crawl-ref/docs/tiles_help.txt
index 7aebe63730..a85575f0f7 100644
--- a/crawl-ref/docs/tiles_help.txt
+++ b/crawl-ref/docs/tiles_help.txt
@@ -35,9 +35,13 @@ wielded items:
rod: evoke ('v')
misc. item: evoke ('v')
weapon, staff: unwield ('w-')
+ armour,
+ jewellery: unwield ('w-')
+ others, as non-wielded
+
+worn items:
armour: Take off ('T')
jewellery: Remove ('R')
- others, as non-wielded
Sometimes alternative denominators are used such as "draw a card"
instead of evoke for decks of cards, or "drink blood" instead of eat.
@@ -48,15 +52,15 @@ Shift + left mouseclick Drop item ('d').
Shift + right mouseclick Execute secondary action for some item types.
- weapons: fire ('f')
+ weapon: fire ('f')
+ non-weapon: wield ('w'), if corresponding spells memorised
wielded items:
- rod: unwield ('w-')
- misc. item: unwield ('w-')
- others, as non-wielded, or nothing
+ weapon: fire ('f')
+ anything else: unwield ('w-')
-FLOOR ITEM INTERACTION
+NON-INVENTORY ITEM MANAGEMENT
left mouseclick Pick up this item ('g').
@@ -69,10 +73,12 @@ Shift + right mouseclick 'e'at this food item.
MAP INTERACTION
-left mouseclick Move there, if empty, or swap places with an ally.
+left mouseclick Move to adjacent square.
+ Autotravel to reachable square if currently safe.
+ Swap places with an adjacent ally.
Attack, if adjacent non-friendly monster.
-right mouseclick Display grid information (view).
+right mouseclick Display grid information ('xv').
Ctrl + left mouseclick Disarm adjacent trap ('Ctrl + Dir.')
Open ('O')/Close ('C') adjacent door.
@@ -97,6 +103,10 @@ any mouseclick Search / Rest for a while ('5')
MENU INTERACTION
+any click on tiles Select item.
left mouseclick Scroll to next page.
right mouseclick Escape (quit menu).
+At inscription prompt:
+left mouseclick Autoinscribe artefact (where applicable).
+right mouseclick Escape (quit menu).