ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:31 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +5 -5 lines
Log Message:
big cfarch-normalize run

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