ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:13 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -5 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.12 type 96
21 root 1.8 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.1 end
26 root 1.8
27 root 1.7 object rune_summon_devil
28 root 1.8 anim
29     rune_summon.x11
30     rune_summon.x11
31     mina
32 root 1.1 name Rune of Summoning
33     msg
34     A portal opens up, and screaming hordes pour
35     through!
36     endmsg
37 root 1.8 other_arch spell_summon_devil
38     face rune_summon.x11
39     is_animated 0
40     cha 20
41     hp 1
42     maxhp 5
43     dam 90
44     speed 1
45 root 1.6 level 1
46 root 1.12 type 96
47 root 1.8 attacktype 2
48 root 1.3 invisible 1
49 root 1.8 move_on walk
50 root 1.3 no_pick 1
51 root 1.1 end
52 root 1.8
53 root 1.7 object rune_summon_earth_elemental
54 root 1.8 anim
55     rune_sum_earth.x11
56     rune_sum_earth.x11
57     mina
58 root 1.1 name Rune of Summoning
59     msg
60     A portal opens up, and screaming hordes pour
61     through!
62     endmsg
63 root 1.8 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 root 1.6 level 1
72 root 1.12 type 96
73 root 1.8 attacktype 2
74 root 1.3 invisible 1
75 root 1.8 move_on walk
76 root 1.3 no_pick 1
77 root 1.1 end
78 root 1.8
79 root 1.7 object rune_summon_fire_elemental
80 root 1.8 anim
81     rune_sum_fire.x11
82     rune_sum_fire.x11
83     mina
84 root 1.1 name Rune of Summoning
85     msg
86     A portal opens up, and screaming hordes pour
87     through!
88     endmsg
89 root 1.8 other_arch spell_summon_fire_elemental
90     face rune_sum_fire.x11
91     is_animated 0
92     cha 20
93     hp 1
94     maxhp 5
95     dam 90
96     speed 1
97 root 1.6 level 1
98 root 1.12 type 96
99 root 1.8 attacktype 2
100 root 1.3 invisible 1
101 root 1.8 move_on walk
102 root 1.3 no_pick 1
103 root 1.1 end
104 root 1.8
105 root 1.7 object rune_summon_water_elemental
106 root 1.8 anim
107     rune_sum_water.x11
108     rune_sum_water.x11
109     mina
110 root 1.1 name Rune of Summoning
111     msg
112     A portal opens up, and screaming hordes pour
113     through!
114     endmsg
115 root 1.8 other_arch spell_summon_water_elemental
116     face rune_sum_water.x11
117     is_animated 0
118     cha 20
119     hp 1
120     maxhp 5
121     dam 90
122     speed 1
123 root 1.6 level 1
124 root 1.12 type 96
125 root 1.8 attacktype 2
126 root 1.3 invisible 1
127 root 1.8 move_on walk
128 root 1.3 no_pick 1
129 root 1.1 end
130 root 1.8