ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_summon.arc
(Generate patch)

Comparing deliantra/arch/spell/Rune/rune_summon.arc (file contents):
Revision 1.4 by root, Fri Feb 9 01:52:38 2007 UTC vs.
Revision 1.10 by root, Tue Nov 3 09:49:48 2009 UTC

18speed 1 18speed 1
19level 1 19level 1
20type 154 20type 154
21attacktype 2 21attacktype 2
22invisible 1 22invisible 1
23move_on all 23move_on walk
24no_pick 1 24no_pick 1
25color_fg white 25magicmap white
26editable 32
27end 26end
28 27
29object rune_summon_devil 28object rune_summon_devil
30anim 29anim
31rune_summon.x11 30rune_summon.x11
46speed 1 45speed 1
47level 1 46level 1
48type 154 47type 154
49attacktype 2 48attacktype 2
50invisible 1 49invisible 1
51move_on all 50move_on walk
52no_pick 1 51no_pick 1
53color_fg black 52magicmap black
54editable 32
55end 53end
56 54
57object rune_summon_earth_elemental 55object rune_summon_earth_elemental
58anim 56anim
59rune_sum_earth.x11 57rune_sum_earth.x11
74speed 1 72speed 1
75level 1 73level 1
76type 154 74type 154
77attacktype 2 75attacktype 2
78invisible 1 76invisible 1
79move_on all 77move_on walk
80no_pick 1 78no_pick 1
81color_fg brown 79magicmap brown
82editable 32
83end 80end
84 81
85object rune_summon_fire_elemental 82object rune_summon_fire_elemental
86anim 83anim
87rune_sum_fire.x11 84rune_sum_fire.x11
102speed 1 99speed 1
103level 1 100level 1
104type 154 101type 154
105attacktype 2 102attacktype 2
106invisible 1 103invisible 1
107move_on all 104move_on walk
108no_pick 1 105no_pick 1
109color_fg red 106magicmap red
110editable 32
111end 107end
112 108
113object rune_summon_water_elemental 109object rune_summon_water_elemental
114anim 110anim
115rune_sum_water.x11 111rune_sum_water.x11
130speed 1 126speed 1
131level 1 127level 1
132type 154 128type 154
133attacktype 2 129attacktype 2
134invisible 1 130invisible 1
135move_on all 131move_on walk
136no_pick 1 132no_pick 1
137color_fg blue 133magicmap blue
138editable 32
139end 134end
140 135

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines