ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fireball.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +2 -2 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

# User Rev Content
1 root 1.3 object rune_large_fireball
2 root 1.4 anim
3     rune_fireball.x11
4     rune_fireball.x11
5     mina
6 root 1.1 name Rune of Fireball
7     msg
8 root 1.3 You set off a large fireball!
9 root 1.1 endmsg
10 root 1.3 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     level 1
18     type 154
19     attacktype 6
20     invisible 1
21 root 1.5 move_on walk
22 root 1.3 no_pick 1
23     color_fg red
24     editable 32
25 root 1.4 end
26    
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.3 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.1 level 1
44 root 1.3 type 154
45     attacktype 6
46 root 1.1 invisible 1
47 root 1.5 move_on walk
48 root 1.1 no_pick 1
49 root 1.3 color_fg red
50 root 1.1 editable 32
51     end
52 root 1.3