ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_dragonbreath.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +4 -6 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_dragonbreath
2 root 1.1 name dragonbreath
3     name_pl dragonbreath
4     skill pyromancy
5     msg
6 root 1.11 Fire sheets of fire as a cone into the targetted direction. Since
7     this fire is not magical, it even affects creatures that are immune to
8     magic. Target creatures still have to be vulnerable to the effects of fire
9     for this to do any damage, of course.
10 root 1.1 endmsg
11 root 1.6 other_arch firebreath
12 root 1.7 sound wn/fire
13 root 1.6 face spell_pyromancy.x11
14 root 1.9 sp 18
15 root 1.6 maxsp 11
16     dam 25
17 elmex 1.10 level 12
18 root 1.6 type 101
19     subtype 7
20     attacktype 4
21     path_attuned 2
22     value 120
23     invisible 1
24     duration 2
25     range 7
26     range_modifier 5
27     dam_modifier 3
28     no_drop 1
29     # Note this is not magical!
30     casting_time 5
31 root 1.1 end
32 root 1.6