ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.6
Committed: Sat Mar 3 00:51:17 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +32 -34 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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