ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/sorcerer_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 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     arch spell_paralyze
24     chance 8
25     more
26     arch spell_poison_cloud
27     chance 6
28     more
29     arch spell_strength
30     chance 6
31     more
32     arch spell_charisma
33     chance 4
34     more
35     arch spell_dexterity
36     chance 4
37     more
38     arch spell_constitution
39     chance 4
40     more
41     arch spell_disarm
42     chance 1
43     more
44     arch spell_fear
45     chance 5
46     more
47     arch spell_dark_vision
48     chance 2
49     more
50     arch spell_magic_mapping
51     chance 5
52     more
53     arch spell_steambolt
54     chance 1
55     more
56     arch spell_transference
57     chance 1
58     end
59    
60     treasureone sorcery_book_medium
61     arch spell_invisible
62     chance 4
63     more
64     arch spell_levitate
65     chance 2
66     more
67     arch spell_rune_of_transference
68     chance 1
69     more
70     arch spell_animate_weapon
71     chance 4
72     more
73     arch spell_antimagic_rune
74     chance 1
75     more
76     arch spell_mass_confusion
77     chance 3
78     more
79     arch spell_missile_swarm
80     chance 1
81     more
82     arch spell_identify
83     chance 5
84     more
85     arch spell_improved_invisibility
86     chance 1
87     more
88     arch spell_dimension_door
89     chance 1
90     more
91     arch spell_xray
92     chance 1
93     end
94    
95     treasureone sorcery_book_high
96     arch spell_magic_drain
97     chance 1
98     more
99     arch spell_magic_rune
100     chance 1
101     more
102     arch spell_rune_of_death
103     chance 1
104     more
105     arch spell_destruction
106     chance 1
107     more
108     arch spell_town_portal
109     chance 1
110     end
111    
112     treasureone sorcery_book
113     list sorcery_book_low
114     chance 20
115     nrof 1
116     more
117     list sorcery_book_medium
118     chance 30
119 elmex 1.2 magic 35
120 root 1.1 nrof 1
121     more
122     list sorcery_book_high
123     chance 40
124 elmex 1.2 magic 70
125 root 1.1 nrof 1
126     end