ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_dragonfire.arc
Revision: 1.2
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_82, rel-2_92, rel-2_93, rel-2_81
Changes since 1.1: +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 elmex 1.1 object spell_dragonfire
2     name dragonfire
3     name_pl dragonfire
4     skill pyromancy
5     msg
6 root 1.2 Fire sheets of fire as a cone into the targetted direction. Since this
7     fire immitates the dragonbreath of dragons it is not magical, and it even
8     affects creatures that are immune to magic. Target creatures still have to
9     be vulnerable to the effects of fire for this to do any damage, of course.
10 elmex 1.1 endmsg
11     other_arch firebreath
12     sound wn/fire
13     face spell_pyromancy.x11
14     sp 18
15     maxsp 11
16     dam 25
17     level 60
18     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     end
32