ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.9
Committed: Sun Mar 11 00:16:00 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, 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_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +5 -5 lines
Log Message:
normalise color_fg to magicmap

File Contents

# Content
1 object rune_summon_air_elemental
2 anim
3 rune_summon_air.x11
4 rune_summon_air.x11
5 mina
6 name Rune of Summoning
7 msg
8 A portal opens up, and screaming hordes pour
9 through!
10 endmsg
11 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 level 1
20 type 154
21 attacktype 2
22 invisible 1
23 move_on walk
24 no_pick 1
25 editable 32
26 magicmap white
27 end
28
29 object rune_summon_devil
30 anim
31 rune_summon.x11
32 rune_summon.x11
33 mina
34 name Rune of Summoning
35 msg
36 A portal opens up, and screaming hordes pour
37 through!
38 endmsg
39 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 level 1
48 type 154
49 attacktype 2
50 invisible 1
51 move_on walk
52 no_pick 1
53 editable 32
54 magicmap black
55 end
56
57 object rune_summon_earth_elemental
58 anim
59 rune_sum_earth.x11
60 rune_sum_earth.x11
61 mina
62 name Rune of Summoning
63 msg
64 A portal opens up, and screaming hordes pour
65 through!
66 endmsg
67 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 level 1
76 type 154
77 attacktype 2
78 invisible 1
79 move_on walk
80 no_pick 1
81 editable 32
82 magicmap brown
83 end
84
85 object rune_summon_fire_elemental
86 anim
87 rune_sum_fire.x11
88 rune_sum_fire.x11
89 mina
90 name Rune of Summoning
91 msg
92 A portal opens up, and screaming hordes pour
93 through!
94 endmsg
95 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 level 1
104 type 154
105 attacktype 2
106 invisible 1
107 move_on walk
108 no_pick 1
109 editable 32
110 magicmap red
111 end
112
113 object rune_summon_water_elemental
114 anim
115 rune_sum_water.x11
116 rune_sum_water.x11
117 mina
118 name Rune of Summoning
119 msg
120 A portal opens up, and screaming hordes pour
121 through!
122 endmsg
123 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 level 1
132 type 154
133 attacktype 2
134 invisible 1
135 move_on walk
136 no_pick 1
137 editable 32
138 magicmap blue
139 end
140