ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SpellBook/summoner_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_4, rel-2_5, rel-2_32, 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 summoner_book_low
2     arch spell_create_missile
3     chance 1
4     more
5     arch spell_lesser_summon_golem
6     chance 4
7     more
8     arch spell_earth_to_dust
9     chance 2
10     more
11     arch spell_summon_fog
12     chance 2
13     more
14     arch spell_summon_golem
15     chance 8
16     more
17     arch spell_summon_pet_monster
18     chance 7
19     more
20     arch spell_alchemy
21     chance 5
22     more
23     arch spell_create_earth_wall
24     chance 6
25     more
26     arch spell_summon_earth_elemental
27     chance 3
28     more
29     arch spell_counterspell
30     chance 1
31     more
32     arch spell_charm_monsters
33     chance 1
34     more
35     arch spell_summon_water_elemental
36     chance 4
37     more
38     arch spell_mystic_fist
39     chance 1
40     end
41    
42     treasureone summoner_book_medium
43     arch spell_create_food
44     chance 4
45     more
46     arch spell_counterwall
47     chance 1
48     more
49     arch spell_summon_air_elemental
50     chance 5
51     more
52     arch spell_summon_fire_elemental
53     chance 2
54     more
55     arch spell_build_director
56     chance 1
57     end
58    
59     treasureone summoner_book_high
60     arch spell_dancing_sword
61     chance 1
62     more
63     arch spell_pentagram
64     chance 1
65     end
66    
67     treasureone summoner_book
68     list summoner_book_low
69     chance 20
70     nrof 1
71     more
72     list summoner_book_medium
73     chance 30
74 elmex 1.2 magic 35
75 root 1.1 nrof 1
76     more
77     list summoner_book_high
78     chance 40
79 elmex 1.2 magic 70
80 root 1.1 nrof 1
81     end