ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +90 -88 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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