ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:48 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -5 lines
Log Message:
remove editable field, elmey says so

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 root 1.9 magicmap white
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     cha 20
42     hp 1
43     maxhp 5
44     dam 90
45     speed 1
46 root 1.6 level 1
47 root 1.8 type 154
48     attacktype 2
49 root 1.3 invisible 1
50 root 1.8 move_on walk
51 root 1.3 no_pick 1
52 root 1.9 magicmap black
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     cha 20
69     hp 1
70     maxhp 5
71     dam 90
72     speed 1
73 root 1.6 level 1
74 root 1.8 type 154
75     attacktype 2
76 root 1.3 invisible 1
77 root 1.8 move_on walk
78 root 1.3 no_pick 1
79 root 1.9 magicmap brown
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     cha 20
96     hp 1
97     maxhp 5
98     dam 90
99     speed 1
100 root 1.6 level 1
101 root 1.8 type 154
102     attacktype 2
103 root 1.3 invisible 1
104 root 1.8 move_on walk
105 root 1.3 no_pick 1
106 root 1.9 magicmap red
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     cha 20
123     hp 1
124     maxhp 5
125     dam 90
126     speed 1
127 root 1.6 level 1
128 root 1.8 type 154
129     attacktype 2
130 root 1.3 invisible 1
131 root 1.8 move_on walk
132 root 1.3 no_pick 1
133 root 1.9 magicmap blue
134 root 1.1 end
135 root 1.8