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

# 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     editable 32
26 root 1.9 magicmap white
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     editable 32
54 root 1.9 magicmap black
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     editable 32
82 root 1.9 magicmap brown
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     editable 32
110 root 1.9 magicmap red
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     editable 32
138 root 1.9 magicmap blue
139 root 1.1 end
140 root 1.8