ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/scroll.trs
Revision: 1.3
Committed: Sun Apr 5 20:23:26 2009 UTC (15 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-3_0, rel-2_79, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.2: +92 -0 lines
Log Message:
added party spells by 'Job Vranish'.

File Contents

# User Rev Content
1 root 1.1 treasureone scroll
2     arch spell_create_bomb
3     chance 1
4     nrof 1
5     more
6     arch spell_summon_golem
7     chance 1
8     nrof 1
9     more
10     arch spell_summon_fire_elemental
11     chance 1
12     nrof 1
13     more
14     arch spell_summon_earth_elemental
15     chance 1
16     nrof 1
17     more
18     arch spell_summon_water_elemental
19     chance 1
20     nrof 1
21     more
22     arch spell_summon_air_elemental
23     chance 1
24     nrof 1
25     more
26     arch spell_magic_mapping
27     chance 3
28     nrof 2
29     more
30     arch spell_destruction
31     chance 4
32     nrof 3
33     more
34     arch spell_invisible
35     nrof 3
36     chance 2
37     more
38     arch spell_improved_invisibility
39     nrof 1
40     chance 1
41     more
42     arch spell_armour
43     chance 2
44     nrof 3
45     more
46 elmex 1.3 arch spell_party_armour
47     chance 2
48     nrof 3
49     more
50 root 1.1 arch spell_strength
51     nrof 3
52     chance 2
53     more
54 elmex 1.3 arch spell_party_strength
55     nrof 3
56     chance 2
57     more
58 root 1.1 arch spell_dexterity
59     nrof 3
60     chance 2
61     more
62 elmex 1.3 arch spell_party_dexterity
63     nrof 3
64     chance 2
65     more
66 root 1.1 arch spell_constitution
67     nrof 3
68     chance 2
69     more
70 elmex 1.3 arch spell_party_constitution
71     nrof 3
72     chance 2
73     more
74 root 1.1 arch spell_levitate
75     nrof 3
76     chance 1
77     more
78 elmex 1.3 arch spell_party_levitate
79     nrof 3
80     chance 1
81     more
82 root 1.1 arch spell_confusion
83     nrof 3
84     chance 2
85     more
86 elmex 1.3 arch spell_party_confusion
87     nrof 3
88     chance 2
89     more
90 root 1.1 arch spell_dark_vision
91     nrof 3
92     chance 2
93     more
94 elmex 1.3 arch spell_party_dark_vision
95     nrof 3
96     chance 2
97     more
98 root 1.1 arch spell_xray
99     nrof 3
100     chance 1
101     more
102     arch spell_summon_pet_monster
103     nrof 3
104     chance 1
105     more
106     arch spell_charging
107     nrof 3
108     chance 1
109     more
110     arch spell_alchemy
111     nrof 3
112     chance 2
113     more
114     arch spell_identify
115     nrof 9
116     chance 10
117     more
118     arch spell_detect_magic
119     nrof 9
120     chance 10
121     more
122     arch spell_detect_monster
123     nrof 3
124     chance 6
125     more
126     arch spell_ball_lightning
127     nrof 3
128     chance 1
129     more
130     arch spell_faery_fire
131     nrof 3
132     chance 2
133 elmex 1.2 more
134     arch spell_town_portal
135     nrof 4
136     chance 8
137 root 1.1 ###################################################
138     # cleric spells
139     more
140     arch spell_perceive_self
141     chance 2
142     nrof 2
143     more
144     arch spell_word_of_recall
145     chance 2
146     nrof 1
147     more
148     arch spell_invisible_to_undead
149     chance 2
150     nrof 2
151     more
152     arch spell_cure_confusion
153     chance 4
154     nrof 1
155     more
156 elmex 1.3 arch spell_party_cure_confusion
157     chance 4
158     nrof 1
159     more
160 root 1.1 arch spell_cure_blindness
161     chance 1
162     nrof 1
163     more
164 elmex 1.3 arch spell_party_cure_blindness
165     chance 1
166     nrof 1
167     more
168 root 1.1 arch spell_cure_disease
169     chance 5
170     nrof 3
171     more
172 elmex 1.3 arch spell_party_cure_disease
173     chance 5
174     nrof 3
175     more
176 root 1.1 arch spell_restoration
177     chance 1
178     nrof 1
179     more
180 elmex 1.3 arch spell_party_restoration
181     chance 1
182     nrof 1
183     more
184 root 1.1 arch spell_protection_from_cold
185     nrof 3
186     chance 1
187     more
188 elmex 1.3 arch spell_party_protection_from_cold
189     nrof 3
190     chance 1
191     more
192 root 1.1 arch spell_protection_from_electricity
193     nrof 3
194     chance 1
195     more
196 elmex 1.3 arch spell_party_protection_from_electricity
197     nrof 3
198     chance 1
199     more
200 root 1.1 arch spell_protection_from_fire
201     nrof 3
202     chance 1
203     more
204 elmex 1.3 arch spell_party_protection_from_fire
205     nrof 3
206     chance 1
207     more
208 root 1.1 arch spell_protection_from_poison
209     nrof 3
210     chance 1
211     more
212 elmex 1.3 arch spell_party_protection_from_poison
213     nrof 3
214     chance 1
215     more
216 root 1.1 arch spell_protection_from_slow
217     nrof 3
218     chance 1
219     more
220 elmex 1.3 arch spell_party_protection_from_slow
221     nrof 3
222     chance 1
223     more
224 root 1.1 arch spell_protection_from_paralysis
225     nrof 3
226     chance 1
227     more
228 elmex 1.3 arch spell_party_protection_from_paralysis
229     nrof 3
230     chance 1
231     more
232 root 1.1 arch spell_protection_from_draining
233     nrof 3
234     chance 1
235     more
236 elmex 1.3 arch spell_party_protection_from_draining
237     nrof 3
238     chance 1
239     more
240 root 1.1 arch spell_protection_from_magic
241     nrof 3
242     chance 1
243     more
244 elmex 1.3 arch spell_party_protection_from_magic
245     nrof 3
246     chance 1
247     more
248 root 1.1 arch spell_protection_from_attack
249     nrof 3
250     chance 1
251     more
252 elmex 1.3 arch spell_party_protection_from_attack
253     nrof 3
254     chance 1
255     more
256 root 1.1 arch spell_protection_from_confusion
257     nrof 3
258     chance 1
259     more
260 elmex 1.3 arch spell_party_protection_from_confusion
261     nrof 3
262     chance 1
263     more
264 root 1.1 arch spell_protection_from_cancellation
265     nrof 3
266     chance 1
267     more
268 elmex 1.3 arch spell_party_protection_from_cancellation
269     nrof 3
270     chance 1
271     more
272 root 1.1 arch spell_protection_from_depletion
273     nrof 3
274     chance 1
275     more
276 elmex 1.3 arch spell_party_protection_from_depletion
277     nrof 3
278     chance 1
279     more
280 root 1.1 arch spell_remove_curse
281     nrof 2
282     chance 4
283     more
284     arch spell_remove_damnation
285     nrof 1
286     chance 1
287     more
288     arch spell_detect_evil
289     nrof 3
290     chance 5
291     more
292     arch spell_detect_curse
293     nrof 5
294     chance 3
295     more
296     arch spell_show_invisible
297     nrof 3
298     chance 1
299     more
300     arch spell_cause_flu
301     nrof 3
302     chance 2
303     more
304     arch spell_cause_leprosy
305     nrof 3
306     chance 1
307     more
308     arch spell_cause_anthrax
309     nrof 3
310     chance 1
311     more
312     arch spell_cause_typhoid
313     nrof 3
314     chance 1
315     more
316     arch spell_cause_cold
317     nrof 3
318     chance 2
319     end