ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/sorcerer_book.trs
Revision: 1.4
Committed: Fri Apr 23 09:35:36 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.3: +3 -0 lines
Log Message:
made spark shower available.

File Contents

# User Rev Content
1 root 1.1 treasureone sorcery_book_low
2     arch spell_detect_magic
3     chance 10
4     more
5     arch spell_magic_bullet
6     chance 10
7     more
8     arch spell_magic_missile
9     chance 8
10     more
11     arch spell_marking_rune
12     chance 5
13     more
14     arch spell_probe
15     chance 6
16     more
17     arch spell_slow
18     chance 7
19     more
20     arch spell_confusion
21     chance 7
22     more
23 elmex 1.3 arch spell_party_confusion
24     chance 7
25     more
26 root 1.1 arch spell_paralyze
27     chance 8
28     more
29     arch spell_poison_cloud
30     chance 6
31     more
32     arch spell_strength
33     chance 6
34     more
35 elmex 1.3 arch spell_party_strength
36     chance 6
37     more
38 root 1.1 arch spell_charisma
39     chance 4
40     more
41 elmex 1.3 arch spell_party_charisma
42     chance 4
43     more
44 root 1.1 arch spell_dexterity
45     chance 4
46     more
47 elmex 1.3 arch spell_party_dexterity
48     chance 4
49     more
50 root 1.1 arch spell_constitution
51     chance 4
52     more
53 elmex 1.3 arch spell_party_constitution
54     chance 4
55     more
56 root 1.1 arch spell_disarm
57     chance 1
58     more
59     arch spell_fear
60     chance 5
61     more
62     arch spell_dark_vision
63     chance 2
64     more
65 elmex 1.3 arch spell_party_dark_vision
66     chance 2
67     more
68 root 1.1 arch spell_magic_mapping
69     chance 5
70     more
71     arch spell_steambolt
72     chance 1
73     more
74     arch spell_transference
75     chance 1
76     end
77    
78     treasureone sorcery_book_medium
79     arch spell_invisible
80     chance 4
81     more
82     arch spell_levitate
83     chance 2
84     more
85 elmex 1.3 arch spell_party_levitate
86     chance 2
87     more
88 root 1.1 arch spell_rune_of_transference
89     chance 1
90     more
91     arch spell_animate_weapon
92     chance 4
93     more
94     arch spell_antimagic_rune
95     chance 1
96     more
97     arch spell_mass_confusion
98     chance 3
99     more
100     arch spell_missile_swarm
101     chance 1
102     more
103     arch spell_identify
104     chance 5
105     more
106     arch spell_improved_invisibility
107     chance 1
108     more
109     arch spell_dimension_door
110     chance 1
111     more
112 elmex 1.4 arch spell_spark_shower
113     chance 1
114     more
115 root 1.1 arch spell_xray
116     chance 1
117     end
118    
119     treasureone sorcery_book_high
120     arch spell_magic_drain
121     chance 1
122     more
123     arch spell_magic_rune
124     chance 1
125     more
126     arch spell_rune_of_death
127     chance 1
128     more
129     arch spell_destruction
130     chance 1
131     more
132     arch spell_town_portal
133     chance 1
134     end
135    
136     treasureone sorcery_book
137     list sorcery_book_low
138     chance 20
139     nrof 1
140     more
141     list sorcery_book_medium
142     chance 30
143 elmex 1.2 magic 35
144 root 1.1 nrof 1
145     more
146     list sorcery_book_high
147     chance 40
148 elmex 1.2 magic 70
149 root 1.1 nrof 1
150     end