ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +36 -34 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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