ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/prayer_book.trs
Revision: 1.2
Committed: Wed Oct 31 11:29:01 2007 UTC (16 years, 8 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.1: +2 -2 lines
Log Message:
spell books appearance difficulty has been scaled to the 0..115 level range

File Contents

# User Rev Content
1 root 1.1 # These are arranged in level, then alphabetical order
2     #
3     treasureone prayer_book_low
4     arch spell_cause_light_wounds
5     chance 4
6     more
7     arch spell_holy_word
8     chance 4
9     more
10     arch spell_light
11     chance 3
12     more
13     arch spell_minor_healing
14     chance 5
15     more
16     arch spell_turn_undead
17     chance 4
18     more
19     arch spell_bless
20     chance 3
21     more
22     arch spell_cause_cold
23     chance 5
24     more
25     arch spell_cause_flu
26     chance 5
27     more
28     arch spell_curse
29     chance 3
30     more
31     arch spell_staff_to_snake
32     chance 1
33     more
34     arch spell_cause_medium_wounds
35     chance 3
36     more
37     arch spell_detect_evil
38     chance 5
39     more
40     arch spell_protection_from_cold
41     chance 3
42     more
43     arch spell_summon_cult_monsters
44     chance 2
45     more
46     arch spell_consecrate
47     chance 1
48     more
49     arch spell_cure_poison
50     chance 5
51     more
52     arch spell_medium_healing
53     chance 5
54     more
55     arch spell_pacify
56     chance 3
57     more
58     arch spell_protection_from_electricity
59     chance 3
60     more
61     arch spell_banishment
62     chance 1
63     more
64     arch spell_cause_heavy_wounds
65     chance 2
66     more
67     arch spell_cause_leprosy
68     chance 5
69     more
70     arch spell_command_undead
71     chance 3
72     more
73     arch spell_cure_disease
74     chance 4
75     more
76     arch spell_darkness
77     chance 1
78     more
79     arch spell_detect_curse
80     chance 3
81     more
82     arch spell_protection_from_fire
83     chance 2
84     end
85     #
86     treasureone prayer_book_medium
87     arch spell_call_holy_servant
88     chance 3
89     more
90     arch spell_protection_from_poison
91     chance 2
92     more
93     arch spell_cure_confusion
94     chance 2
95     more
96     arch spell_holy_orb
97     chance 3
98     more
99     arch spell_protection_from_confusion
100     chance 2
101     more
102     arch spell_protection_from_depletion
103     chance 2
104     more
105     arch spell_protection_from_slow
106     chance 2
107     more
108     arch spell_regeneration
109     chance 1
110     more
111     arch spell_show_invisible
112     chance 1
113     more
114     arch spell_cause_typhoid
115     chance 1
116     more
117     arch spell_major_healing
118     chance 3
119     more
120     arch spell_protection_from_paralysis
121     chance 2
122     more
123     arch spell_remove_curse
124     chance 1
125     more
126     arch spell_cure_blindness
127     chance 2
128     more
129     arch spell_holy_possession
130     chance 3
131     more
132     arch spell_protection_from_draining
133     chance 2
134     more
135     arch spell_heal
136     chance 1
137     more
138     arch spell_protection_from_magic
139     chance 1
140     more
141     # arch spell_raise_dead
142     # chance 1
143     # more
144     arch spell_summon_avatar
145     chance 1
146     more
147     arch spell_word_of_recall
148     chance 1
149     end
150     #
151     treasureone prayer_book_high
152     arch spell_protection_from_cancellation
153     chance 2
154     more
155     arch spell_cause_anthrax
156     chance 1
157     more
158     arch spell_glyph
159     chance 1
160     more
161     arch spell_holy_wrath
162     chance 1
163     more
164     arch spell_protection_from_attack
165     chance 1
166     more
167     arch spell_restoration
168     chance 1
169     # more
170     # arch spell_resurrection
171     # chance 1
172     # more
173     # arch spell_reincarnation
174     # chance 1
175     end
176     #
177     treasureone prayer_book
178     list prayer_book_low
179     chance 20
180     nrof 1
181     more
182     list prayer_book_medium
183     chance 30
184 elmex 1.2 magic 35
185 root 1.1 nrof 1
186     more
187     list prayer_book_high
188     chance 40
189 elmex 1.2 magic 70
190 root 1.1 nrof 1
191     end