]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_angband/Hengband/pickpref_prf
Auto commit by The Sugar System.
[sugar.git] / dot-files / _angband / Hengband / pickpref_prf
1 # -*- hengband-pickpref -*-
2 #
3 # Preference of the Object Auto-picker/Destroyer
4 #
5 # Important commands
6 #  a i ^Q      :  Insert mode
7 #  ESC ^Q      :  Command mode
8 #  q _         :  Quit (command mode only)
9 #  hjkl2468    :  Move (command mode only)
10 #  ^B ^N ^P ^F :  Move (always)
11 #  ^I  : Choose from inventry/equipment
12 #  ^S  : pick up / destroy / leave on floor
13 #  ^U  : identified / unidentified / ...
14 #  ^L  : Insert name of the last auto-destroyed item.
15 #  '/' : Search string, or search an item specified by ^I or ^L.
16 #  'n' : Search next
17 #  'N' : Search previous
18 #
19
20 #============================
21 #  Food
22 #============================
23 ration of food#@E0
24 elvish waybread#@E0
25
26 mushroom of restoring#!k!s!d
27 !mushroom of
28
29 #============================
30 #  Light sources
31 #============================
32
33 # No players would rely on torches. Just leave them on the floor.
34 ~Wooden Torch
35
36 # Level 1..25: Players usually have no permanent light sources and
37 # they rely on lanterns.
38 ?:[NOT [GEQ $LEVEL 25]]
39 Brass Lantern
40 Flask of oil
41 Feanorian Lamp
42
43 # Level 25..: Players usually have permanent light sources, and they
44 # are often artifacts. Leave lanterns and feanorian lamps on the
45 # floor, even if they are ego.
46 ?:[GEQ $LEVEL 25]
47 ~Brass Lantern
48 ~Flask of oil
49 ~Feanorian Lamp
50
51 ?:1
52
53 #============================
54 #  Archery
55 #============================
56 !arrow of flame
57 !arrow of frost
58 !arrow of holy might
59 !arrow of hurt
60 !arrow of shocking
61 !arrow of slaying
62 !arrow of wounding
63 !flight arrow
64 !sheaf arrow
65 seeker arrow#!k@f1
66 long bow
67
68 #============================
69 #  Teleportation
70 #============================
71 scroll of phase door#@r0
72 A:\e\e\\r0
73 P:\t
74 scroll of teleportation#@r1
75 scroll of teleport level#!k!s!r
76 !ring of teleportation
77 amulet of anti-teleportation#!w!k!s
78
79 #============================
80 #  Identification
81 #============================
82 scroll of identify#@r8
83 staff of perception#!k@u8
84 rod of perception#!k!s!d@z8!!
85 A:\e\e\\z8(
86 P:,
87 stone of lore#!s!d@A8
88 A:\e\e\\A8\e(
89 P:^e
90
91 #============================
92 #  Recall
93 #============================
94 rod of recall#!k!s!d!z@z9!!
95 scroll of word of recall#!k!d!r@r9
96
97 #============================
98 #  Detection
99 #============================
100 rod of trap location#!k@z0
101 rod of detection#!k!s@z0!!
102 staff of trap location#!k@u0
103 staff of detect evil#!k!s@u1
104
105 #============================
106 #  Illumination
107 #============================
108 phial of galadriel#%all;@A0!!
109 rod of illumination#!k@z1
110
111 #============================
112 #  Boosting speed
113 #============================
114 potion of speed#!*
115 staff of speed#!*
116
117 #============================
118 #  Acquirement
119 #============================
120 scroll of acquirement#!*
121
122 #============================
123 #  Destruction
124 #============================
125 scroll of destruction#!*
126 scroll of *destruction*#!*
127 staff of *destruction*#!*
128
129 #============================
130 #  Potions
131 #============================
132 potion of cure critical wounds#@q0
133
134 potion of resistance#!*
135 potion of healing#!*
136 potion of *healing*#!*
137 potion of life#!*
138 potion of enlightenment#!*
139
140 potion of self knowledge#!*
141 potion of new life#!*
142
143 potion of strength#!k
144 potion of wisdom#!k
145 potion of dexterity#!k
146 potion of constitution#!k
147 potion of intelligence#!k
148 potion of charisma#!k
149
150 !potion of apple juice
151 !potion of boldness
152 !potion of cure light wounds
153 !potion of infra-vision
154 !potion of neo-tsuyoshi special
155 !potion of neutralize poison
156 !potion of slime mold juice
157 !potion of slow poison
158 !potion of water
159
160 #============================
161 #  Scrolls
162 #============================
163 scroll of monster confusion#!k@r2
164 scroll of genocide#!*
165 scroll of recharging#!*
166 scroll of reset recall#!*
167
168 !scroll of curse weapon
169 !scroll of curse armor
170 !scroll of rumour
171
172 #============================
173 #  Wands
174 #============================
175 !wand of wonder
176
177 wand of stone to mud#!k!s
178 wand of teleport other#!k!s
179 wand of disintegrate#!k!s
180 wand of rockets#!k!s
181 wand of dragon's flame#!k!s
182 wand of dragon's frost#!k!s
183
184 # Magic-eaters should pick every wand except for useless ones.
185 ?:[EQU $CLASS Magic-Eater]
186 magical devices:wand
187
188 # Otherwise leave these wands on the floor.
189 ?:[NOT [EQU $CLASS Magic-Eater]]
190 ~wand of drain life#!k!s
191 ~wand of confuse monster
192 ~wand of sleep monster
193 ?:1
194
195 #============================
196 #  Staffs
197 #============================
198 staff of healing#!k!s!d
199 staff of power#!k!s!d
200
201 # Magic-eaters should pick every staff.
202 ?:[EQU $CLASS Magic-Eater]
203 magical devices:staff
204 ?:1
205
206 #============================
207 #  Rods
208 #============================
209 rod of stone to mud#!k!s
210
211 rod of acid balls
212 rod of fire balls
213 rod of cold balls
214 rod of lightning balls
215
216 # Magic-eaters should pick every rod.
217 ?:[EQU $CLASS Magic-Eater]
218 magical devices:rod
219
220 # Otherwise leave these wands on the floor.
221 ?:[NOT [EQU $CLASS Magic-Eater]]
222 ~rod of acid bolts
223 ~rod of fire bolts
224 ~rod of frost bolts
225 ~rod of lightning bolts
226
227 ~rod of confuse monster#!k!s
228 ~rod of sleep monster
229 ?:1
230
231 #============================
232 #  Chest
233 #============================
234 !chest (empty)
235 ~chest
236
237 #============================
238 #  Rings
239 #============================
240 *identified* ring of nether resistance#%all
241 identified ring of speed#!k
242 ring of extra#!k
243
244 #============================
245 #  Sustaining stats
246 #============================
247 ?:[GEQ $LEVEL 10]
248 !ring of sustain
249 !ring of searching
250 ?:1
251 ~ring of resist
252
253 #============================
254 #  Amulets
255 #============================
256 ~amulet of resist
257 amulet of anti-magic#!w!k!s
258 ~amulet of charisma
259
260 !amulet of adornment
261 !amulet of teleportation
262
263 #============================
264 #  Junk
265 #============================
266 !{empty}
267 !{cursed}
268 !empty bottle
269
270 #============================
271 #  Classes
272 #============================
273 %:pick.d/classes/archer.prf
274 %:pick.d/classes/magic-eater.prf
275 %:pick.d/classes/mirror-master.prf
276 %:pick.d/classes/monk.prf
277 %:pick.d/classes/ninja.prf
278
279 #============================
280 #  Unordered
281 #============================
282
283 mirror shield#!k
284
285 wanted corpses or skeletons#!k
286
287 unaware items
288 collecting magical devices
289 collecting missiles
290 (collecting items
291
292 # Auto-inscribe resistances ( {%all} has special meaning. )
293 ~*identified* artifact items#%all
294 ~*identified* ego items#%all
295
296 # Simple version of Auto-inscribe ( {%} has special meaning. )
297 #~*identified* artifact items#%
298 #~*identified* ego items#%
299
300 *Destruction*
301 Genocide
302 scroll of mundanity#!r!k
303
304 first realm's fourth spellbooks#@md!k
305 first realm's third spellbooks#@mc!k
306 second realm's fourth spellbooks#@mh!k
307 second realm's third spellbooks#@mg!k
308
309 unidentified dice boosted weapons
310 unidentified more than 25 dice weapons
311 unidentified weapons
312 unidentified armors
313 unidentified missiles
314
315 ~first realm's second spellbooks#@mb!k
316 ~first realm's first spellbooks#@ma!k
317 ~second realm's second spellbooks#@mf!k
318 ~second realm's first spellbooks#@me!k
319
320 !unreadable first spellbooks
321
322 !worthless
323 !iron spike
324 ?:[GEQ $LEVEL 10]
325 missiles
326 rings
327 amulets
328 lights
329 poison needle
330 gold statue
331 !statue
332
333 armors:dragon#%all
334 armors:mythril
335 rare
336 blade of chaos
337 !unreadable second spellbooks
338
339 ?:[AND [GEQ $LEVEL 10] [NOT [EQU $CLASS Weaponsmith]]]
340 !average weapons
341 !average armors
342
343 ?:[AND [GEQ $LEVEL 25] [NOT [EQU $CLASS Weaponsmith]]]
344 !good weapons
345 !good armors
346 ?:1
347
348 ~unreadable third spellbooks
349 unreadable fourth spellbooks
350
351 ?:[GEQ $LEVEL 25]
352 ~all
353 ?:1
354
355 all