ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.6
Committed: Sat Mar 3 00:51:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +88 -90 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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