forked from crawl/crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands.txt
372 lines (283 loc) · 6.11 KB
/
commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
%%%%
CMD_REST
Rest and heal
%%%%
CMD_REST verbose
Rests while your health and magic regenerate. Resting is interrupted as soon
as a hostile monster comes into view. If health and magic are both already
full, resting will wait for 100 turns.
%%%%
CMD_EXPLORE
Autoexplore the current level
%%%%
CMD_EXPLORE verbose
Automatically explores the current level, collecting items on the way.
Exploration stops as soon as a hostile monster comes into view, or when you
encounter new items or features.
%%%%
CMD_INTERLEVEL_TRAVEL
Travel to distant levels
%%%%
CMD_INTERLEVEL_TRAVEL verbose
Automatically travels to a chosen level or branch. Travel is interrupted by
monsters coming into view.
%%%%
CMD_USE_ABILITY
Use divine, innate or evokable abilities
%%%%
CMD_SEARCH_STASHES
Search for items/features
%%%%
CMD_SEARCH_STASHES verbose
Searches for items or features seen elsewhere, and allows you to travel to
their location.
%%%%
CMD_REPLAY_MESSAGES
Reread recent messages
%%%%
CMD_RESISTS_SCREEN
Display character overview
%%%%
CMD_RESISTS_SCREEN verbose
Displays an overview of your current resistances, abilities, equipment and
attributes.
%%%%
CMD_DISPLAY_OVERMAP
Display dungeon overview
%%%%
CMD_DISPLAY_OVERMAP verbose
Displays an overview of dungeon branch locations, discovered altars, shops and
level annotations.
%%%%
CMD_DISPLAY_RELIGION
Display religious status
%%%%
CMD_DISPLAY_RELIGION verbose
Displays your god's likes and dislikes, conduct, and your current religious
standing and divine abilities.
%%%%
CMD_DISPLAY_MUTATIONS
Display mutations
%%%%
CMD_DISPLAY_SKILLS
Manage skills
%%%%
CMD_DISPLAY_CHARACTER_STATUS
Display character status
%%%%
CMD_DISPLAY_CHARACTER_STATUS verbose
Displays details on your current movement speed, attack speed, stealth, magic
resistance, and any currently active enchantments or status effects.
%%%%
CMD_DISPLAY_KNOWN_OBJECTS
List discovered item types
%%%%
CMD_SAVE_GAME_NOW
Save and exit
%%%%
CMD_SAVE_GAME_NOW verbose
Saves the game for later and exits. Once you resume the game, the save file is
deleted again.
%%%%
CMD_EDIT_PLAYER_TILE
Modify the player tile
%%%%
CMD_EDIT_PLAYER_TILE verbose
Allows you to modify the equipment and species tile displayed in the player
doll.
%%%%
CMD_DISPLAY_COMMANDS
Game help
%%%%
CMD_DISPLAY_COMMANDS verbose
Displays a list of commands.
%%%%
CMD_CHARACTER_DUMP
Dump character's progress
%%%%
CMD_CHARACTER_DUMP verbose
Dumps detailed information about your character into a file ‘playername.txt’ in
the morgue directory, to peruse at your leisure. This includes main stats,
equipment, spells, skills, notes, etc.
%%%%
CMD_AUTOFIGHT
Hit the closest monster
%%%%
CMD_AUTOFIGHT verbose
Moves towards the closest hostile monster, or attacks an adjacent monster with
your current weapon.
%%%%
CMD_AUTOFIGHT_NOMOVE
Hit an adjacent monster
%%%%
CMD_AUTOFIGHT_NOMOVE verbose
Attacks an adjacent monster with your current weapon.
%%%%
CMD_WAIT
Wait a single turn
%%%%
CMD_WAIT verbose
Spends a single turn waiting and resting.
%%%%
CMD_SAFE_WAIT
Wait a single turn if safe
%%%%
CMD_SAFE_WAIT verbose
Spends a single turn waiting and resting, but only if there are no hostile
monsters in view.
%%%%
CMD_DISPLAY_INVENTORY
Display the contents of your inventory
%%%%
CMD_DISPLAY_INVENTORY verbose
Displays the contents of your inventory.
%%%%
CMD_CAST_SPELL
Cast a spell
%%%%
CMD_CAST_SPELL verbose
Casts a spell.
%%%%
CMD_MEMORISE_SPELL
Memorise spell
%%%%
CMD_MEMORISE_SPELL verbose
Memorises a chosen spell from your spell library.
%%%%
CMD_LOOKUP_HELP
Lookup help
%%%%
CMD_LOOKUP_HELP verbose
Looks up descriptions of monsters, spells, abilities, items and more.
%%%%
CMD_DROP
Drop items
%%%%
CMD_DROP verbose
Drops one or more items that you are currently holding.
%%%%
CMD_DISPLAY_MAP
Enter map mode
%%%%
CMD_DISPLAY_MAP verbose
Displays a map of the current level.
%%%%
CMD_MAP_GOTO_TARGET
Travel to cursor
%%%%
CMD_MAP_GOTO_TARGET verbose
Starts travelling to the cursor's current location.
%%%%
CMD_MAP_EXPLORE
Find next autoexplore target
%%%%
CMD_MAP_EXPLORE verbose
Moves the cursor to the next location that autoexplore will travel to.
%%%%
CMD_MAP_ADD_WAYPOINT
Add waypoint
%%%%
CMD_MAP_ADD_WAYPOINT verbose
Sets a waypoint at your current position.
%%%%
CMD_MAP_EXCLUDE_AREA
Create exclusion
%%%%
CMD_MAP_EXCLUDE_AREA verbose
Creates a travel exclusion, changes its radius, or removes it.
%%%%
CMD_MAP_CLEAR_EXCLUDES
Clear travel exclusions
%%%%
CMD_MAP_CLEAR_EXCLUDES verbose
Erases all travel exclusions on the level.
%%%%
CMD_MAP_NEXT_LEVEL
Down one level
%%%%
CMD_MAP_NEXT_LEVEL verbose
Displays the next deeper level.
%%%%
CMD_MAP_PREV_LEVEL
Up one level
%%%%
CMD_MAP_PREV_LEVEL verbose
Displays the next higher level.
%%%%
CMD_MAP_GOTO_LEVEL
Go to level
%%%%
CMD_MAP_GOTO_LEVEL verbose
Displays another chosen level by branch and depth.
%%%%
CMD_MAP_FIND_UPSTAIR
Find stairs up
%%%%
CMD_MAP_FIND_UPSTAIR verbose
Cycles through stairs up.
%%%%
CMD_MAP_FIND_DOWNSTAIR
Find stairs down
%%%%
CMD_MAP_FIND_DOWNSTAIR verbose
Cycles through stairs down.
%%%%
CMD_MAP_FIND_YOU
Find me
%%%%
CMD_MAP_FIND_YOU verbose
Moves the map cursor back to your current position.
%%%%
CMD_MAP_FIND_PORTAL
Find shops and portals
%%%%
CMD_MAP_FIND_PORTAL verbose
Cycles through shops and portals on the current level.
%%%%
CMD_MAP_FIND_TRAP
Find traps
%%%%
CMD_MAP_FIND_TRAP verbose
Cycles through traps on the current level.
%%%%
CMD_MAP_FIND_ALTAR
Find altars
%%%%
CMD_MAP_FIND_ALTAR verbose
Cycles through altars on the current level.
%%%%
CMD_MAP_FIND_EXCLUDED
Find travel exclusion
%%%%
CMD_MAP_FIND_EXCLUDED verbose
Cycles through travel exclusions on the current level.
%%%%
CMD_MAP_FIND_WAYPOINT
Find waypoint
%%%%
CMD_MAP_FIND_WAYPOINT verbose
Cycles through all waypoints on the current level.
%%%%
CMD_MAP_FIND_STASH
Find stash
%%%%
CMD_MAP_FIND_STASH verbose
Cycles through all stashes on the current level.
%%%%
CMD_ZOOM_IN
Zoom in
%%%%
CMD_ZOOM_IN verbose
Zooms in on dungeon area.
%%%%
CMD_ZOOM_OUT
Zoom out
%%%%
CMD_ZOOM_OUT verbose
Zooms out on dungeon area.
%%%%
CMD_SHOW_KEYBOARD
Show keyboard
%%%%
CMD_SHOW_KEYBOARD verbose
Brings up the on-screen keyboard, if applicable.