ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +85 -83 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.7 object rune_summon_air_elemental
2 root 1.8 anim
3     rune_summon_air.x11
4     rune_summon_air.x11
5     mina
6 root 1.1 name Rune of Summoning
7     msg
8     A portal opens up, and screaming hordes pour
9     through!
10     endmsg
11 root 1.8 other_arch spell_summon_air_elemental
12     face rune_summon_air.x11
13     is_animated 0
14     cha 20
15     hp 1
16     maxhp 5
17     dam 90
18     speed 1
19 root 1.6 level 1
20 root 1.8 type 154
21     attacktype 2
22 root 1.3 invisible 1
23 root 1.8 move_on walk
24 root 1.3 no_pick 1
25 root 1.8 color_fg white
26 root 1.3 editable 32
27 root 1.1 end
28 root 1.8
29 root 1.7 object rune_summon_devil
30 root 1.8 anim
31     rune_summon.x11
32     rune_summon.x11
33     mina
34 root 1.1 name Rune of Summoning
35     msg
36     A portal opens up, and screaming hordes pour
37     through!
38     endmsg
39 root 1.8 other_arch spell_summon_devil
40     face rune_summon.x11
41     is_animated 0
42     cha 20
43     hp 1
44     maxhp 5
45     dam 90
46     speed 1
47 root 1.6 level 1
48 root 1.8 type 154
49     attacktype 2
50 root 1.3 invisible 1
51 root 1.8 move_on walk
52 root 1.3 no_pick 1
53 root 1.8 color_fg black
54 root 1.3 editable 32
55 root 1.1 end
56 root 1.8
57 root 1.7 object rune_summon_earth_elemental
58 root 1.8 anim
59     rune_sum_earth.x11
60     rune_sum_earth.x11
61     mina
62 root 1.1 name Rune of Summoning
63     msg
64     A portal opens up, and screaming hordes pour
65     through!
66     endmsg
67 root 1.8 other_arch spell_summon_earth_elemental
68     face rune_sum_earth.x11
69     is_animated 0
70     cha 20
71     hp 1
72     maxhp 5
73     dam 90
74     speed 1
75 root 1.6 level 1
76 root 1.8 type 154
77     attacktype 2
78 root 1.3 invisible 1
79 root 1.8 move_on walk
80 root 1.3 no_pick 1
81 root 1.8 color_fg brown
82 root 1.3 editable 32
83 root 1.1 end
84 root 1.8
85 root 1.7 object rune_summon_fire_elemental
86 root 1.8 anim
87     rune_sum_fire.x11
88     rune_sum_fire.x11
89     mina
90 root 1.1 name Rune of Summoning
91     msg
92     A portal opens up, and screaming hordes pour
93     through!
94     endmsg
95 root 1.8 other_arch spell_summon_fire_elemental
96     face rune_sum_fire.x11
97     is_animated 0
98     cha 20
99     hp 1
100     maxhp 5
101     dam 90
102     speed 1
103 root 1.6 level 1
104 root 1.8 type 154
105     attacktype 2
106 root 1.3 invisible 1
107 root 1.8 move_on walk
108 root 1.3 no_pick 1
109 root 1.8 color_fg red
110 root 1.3 editable 32
111 root 1.1 end
112 root 1.8
113 root 1.7 object rune_summon_water_elemental
114 root 1.8 anim
115     rune_sum_water.x11
116     rune_sum_water.x11
117     mina
118 root 1.1 name Rune of Summoning
119     msg
120     A portal opens up, and screaming hordes pour
121     through!
122     endmsg
123 root 1.8 other_arch spell_summon_water_elemental
124     face rune_sum_water.x11
125     is_animated 0
126     cha 20
127     hp 1
128     maxhp 5
129     dam 90
130     speed 1
131 root 1.6 level 1
132 root 1.8 type 154
133     attacktype 2
134 root 1.3 invisible 1
135 root 1.8 move_on walk
136 root 1.3 no_pick 1
137 root 1.8 color_fg blue
138 root 1.3 editable 32
139 root 1.1 end
140 root 1.8