ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:30 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
big cfarch-normalize run

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 root 1.11 magicmap red
14 root 1.8 cha 20
15     hp 1
16     dam 90
17     speed 1
18 root 1.6 level 1
19 root 1.8 type 154
20     attacktype 6
21 root 1.3 invisible 1
22 root 1.8 move_on walk
23 root 1.3 no_pick 1
24 root 1.4 end
25 root 1.8
26     object rune_medium_fireball
27 root 1.1 anim
28 pippijn 1.2 rune_fireball.x11
29     rune_fireball.x11
30 root 1.1 mina
31 root 1.8 name Rune of Fireball
32     msg
33     You set off a fireball!
34     endmsg
35     other_arch spell_medium_fireball
36     face rune_fireball.x11
37     is_animated 0
38 root 1.11 magicmap red
39 root 1.8 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     end
50 root 1.8