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

Comparing deliantra/arch/spell/Rune/rune_fireball.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:31 2007 UTC vs.
Revision 1.11 by root, Tue Nov 3 09:59:30 2009 UTC

1object rune_large_fireball 1object rune_large_fireball
2anim
3rune_fireball.x11
4rune_fireball.x11
5mina
2name Rune of Fireball 6name Rune of Fireball
3msg 7msg
4You set off a large fireball! 8You set off a large fireball!
5endmsg 9endmsg
6other_arch spell_large_fireball 10other_arch spell_large_fireball
7face rune_fireball.x11 11face rune_fireball.x11
8is_animated 0 12is_animated 0
13magicmap red
9cha 20 14cha 20
10hp 1 15hp 1
11dam 90 16dam 90
12speed 1 17speed 1
13level 1 18level 1
14type 154 19type 154
15attacktype 6 20attacktype 6
16invisible 1 21invisible 1
17move_on all 22move_on walk
18no_pick 1 23no_pick 1
19color_fg red 24end
20editable 32 25
26object rune_medium_fireball
21anim 27anim
22rune_fireball.x11 28rune_fireball.x11
23rune_fireball.x11 29rune_fireball.x11
24mina 30mina
25end
26
27object rune_medium_fireball
28name Rune of Fireball 31name Rune of Fireball
29msg 32msg
30You set off a fireball! 33You set off a fireball!
31endmsg 34endmsg
32other_arch spell_medium_fireball 35other_arch spell_medium_fireball
33face rune_fireball.x11 36face rune_fireball.x11
34is_animated 0 37is_animated 0
38magicmap red
35cha 20 39cha 20
36hp 1 40hp 1
37dam 90 41dam 90
38speed 1 42speed 1
39level 1 43level 1
40type 154 44type 154
41attacktype 6 45attacktype 6
42invisible 1 46invisible 1
43move_on all 47move_on walk
44no_pick 1 48no_pick 1
45color_fg red
46editable 32
47anim
48rune_fireball.x11
49rune_fireball.x11
50mina
51end 49end
52 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines