ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/spell_dragonbreath.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +21 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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