ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fire.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: +47 -45 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object rune_burning_hands
2     name Rune of Burning Hands
3     msg
4     You detonate a Rune of Burning Hands!
5     endmsg
6     other_arch spell_burning_hands
7 pippijn 1.2 face rune_fire.x11
8 root 1.3 is_animated 0
9     cha 20
10 root 1.1 hp 1
11     speed 1
12     level 1
13 root 1.3 type 154
14 root 1.1 invisible 1
15 root 1.3 move_on all
16 root 1.1 no_pick 1
17 root 1.3 color_fg red
18 root 1.1 editable 32
19     anim
20 pippijn 1.2 rune_fire.x11
21     fireball.x11
22 root 1.1 mina
23 root 1.3 end
24    
25     object rune_dragonbreath
26     name Rune of Dragon's Breath
27     msg
28     You detonate a Rune of Firebreath!
29     endmsg
30     other_arch spell_dragonbreath
31     face rune_fire.x11
32     is_animated 0
33     cha 20
34     hp 1
35 root 1.1 speed 1
36     level 1
37 root 1.3 type 154
38 root 1.1 invisible 1
39 root 1.3 move_on all
40 root 1.1 no_pick 1
41 root 1.3 color_fg red
42 root 1.1 editable 32
43     anim
44 pippijn 1.2 rune_fire.x11
45     fireball.x11
46 root 1.1 mina
47 root 1.3 end
48    
49     object rune_fire
50     name Rune of Fire
51     msg
52     You detonate a Rune of Fire!
53     endmsg
54     face rune_fire.x11
55     is_animated 0
56     cha 20
57     hp 1
58     dam 30
59 root 1.1 speed 1
60     level 1
61 root 1.3 type 154
62     attacktype 6
63 root 1.1 invisible 1
64 root 1.3 move_on all
65 root 1.1 no_pick 1
66 root 1.3 color_fg red
67 root 1.1 editable 32
68 root 1.3 anim
69     rune_fire.x11
70     fireball.x11
71     mina
72 root 1.1 end
73 root 1.3