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.10 by root, Tue Nov 3 09:49:48 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
12speed 1 16speed 1
13level 1 17level 1
14type 154 18type 154
15attacktype 6 19attacktype 6
16invisible 1 20invisible 1
17move_on all 21move_on walk
18no_pick 1 22no_pick 1
19color_fg red 23magicmap red
20editable 32 24end
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
38speed 1 41speed 1
39level 1 42level 1
40type 154 43type 154
41attacktype 6 44attacktype 6
42invisible 1 45invisible 1
43move_on all 46move_on walk
44no_pick 1 47no_pick 1
45color_fg red 48magicmap 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