ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/rune_fire.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: +3 -3 lines
Log Message:
big cfarch-normalize run

File Contents

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