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

# Content
1 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 face rune_fire.x11
8 is_animated 0
9 cha 20
10 hp 1
11 speed 1
12 level 1
13 type 154
14 invisible 1
15 move_on all
16 no_pick 1
17 color_fg red
18 editable 32
19 anim
20 rune_fire.x11
21 fireball.x11
22 mina
23 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 speed 1
36 level 1
37 type 154
38 invisible 1
39 move_on all
40 no_pick 1
41 color_fg red
42 editable 32
43 anim
44 rune_fire.x11
45 fireball.x11
46 mina
47 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 speed 1
60 level 1
61 type 154
62 attacktype 6
63 invisible 1
64 move_on all
65 no_pick 1
66 color_fg red
67 editable 32
68 anim
69 rune_fire.x11
70 fireball.x11
71 mina
72 end
73