ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +34 -32 lines
Log Message:
second normaliser run - dude

File Contents

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