OSDN Git Service

#37324 (2.2.0.27) アーティファクト1種追加。 / Add a artifact.
[hengband/hengband.git] / lib / pref / pickpref.prf
1 #=================================================#
2 #   Object Auto-picker/Destroyer Sample Setting   #
3 #=================================================#
4
5 #
6 # Pick up all wanted corpses for bounty hunting.
7 # And inscribe {Wanted} on it.
8 #
9 wanted corpses or skeletons#Wanted
10
11 #
12 # Pick up all magical items with unknown effects.
13 #
14 unaware items
15
16 #
17 # Pick up an object if you have same objects in your inventory,
18 # and if it will be stacked in a single slot.
19 # (Useful to collect many supplies.)
20 #
21 collecting rod
22 collecting potion
23 collecting scroll
24 (collecting items
25
26 #
27 # Pick up important magical potions.
28 # And inscribe {!k} on it to protect from accidental destruction.
29 #
30 potion of strength#!k
31 potion of wisdom#!k
32 potion of dexterity#!k
33 potion of constitution#!k
34 potion of intelligence#!k
35 potion of Charisma#!k
36 potion of life#!k!q
37 potion of *healing*#!k
38 potion of healing#!k
39 potion of resistance#!k
40 potion of speed#!k
41
42 #
43 # Pick up important magical scrolls,
44 # unless you are a Berserker who cannot read scrolls.
45 #
46 ?:[NOT [EQU $CLASS Berserker]]
47 scroll of artifact creation
48 scroll of *destruction*
49 scroll of mass genocide
50 scroll of genocide
51 ?:1
52
53 #
54 # Auto-destroy some junk juice.
55 #
56 !potion of apple juice
57
58 ?:[EQU $CLASS Archer]
59 # Archers pick up all bones to create arrows from it.
60 junks:^broken skull
61 junks:^broken bone
62 corpses or skeletons:skeleton
63
64 ?:[EQU $CLASS Magic-Eater]
65 # Magic-Eaters pick up magical devices to absorb its magical power.
66 magical devices:rod
67 magical devices:staff
68 magical devices:wand
69
70 ?:[EQU $CLASS Ninja]
71 # Ninja use a Light source of Darkness.
72 (~ego lights:of darkness
73
74 # Ninja throw Iron Spikes as Shuriken. 
75 Iron Spike#@v0
76
77 # Define a macro to throw Iron Spikes on pressing the TAB key.
78 A:\s\s\s\s\\v0*t
79 P:\t
80 ?:1
81
82 #
83 # Pick up magical weapons with bigger dice.
84 #
85 unidentified dice boosted weapons
86
87 #
88 # Auto-destroy non-magical common equipments for high level character,
89 # except Dragon armors, Blades of Chaos, etc. which are NOT common.
90 #
91 ?:[GEQ $LEVEL 30]
92 # Destroy both average and good equipments.
93 !nameless common weapons
94 !nameless common armors
95
96 ?:[GEQ $LEVEL 20]
97 # Destroy known average equipments.
98 !average common weapons
99 !average common armors
100 ?:1
101
102 #
103 # Pick up high level spellbooks, and inscribe on it.
104 #
105 first realm's fourth spellbooks#@md!k
106 second realm's fourth spellbooks#@mh!k
107 first realm's third spellbooks#@mc!k
108 second realm's third spellbooks#@mg!k
109
110 #
111 # Inscribe on low level spellbooks.
112 #
113 ~first realm's second spellbooks#@mb!k
114 ~first realm's first spellbooks#@ma!k
115 ~second realm's second spellbooks#@mf!k
116 ~second realm's first spellbooks#@me!k
117