From 61f0c67c221e8f3b25750da178b25e57c1b3452d Mon Sep 17 00:00:00 2001 From: mwedel Date: Mon, 1 Mar 2004 07:03:14 +0000 Subject: [PATCH] commit the spell into CVS. MSW 2004-02-29 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2658 282e977c-c81d-0410-88c4-b93c2d0d6712 --- spell/Ability/ability_dragonbreath.arc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 spell/Ability/ability_dragonbreath.arc diff --git a/spell/Ability/ability_dragonbreath.arc b/spell/Ability/ability_dragonbreath.arc new file mode 100644 index 000000000..33b107c17 --- /dev/null +++ b/spell/Ability/ability_dragonbreath.arc @@ -0,0 +1,25 @@ +# Basically same as the spell, but does a little less damage. +# +Object ability_dragonbreath +name dragonbreath +name_pl dragonbreath +level 12 +sp 13 +casting_time 5 +path_attuned 2 +other_arch firebreath +dam 4 +dam_modifier 3 +range 7 +duration 2 +range_modifier 5 +maxsp 11 +type 101 +subtype 7 +value 120 +# Note this is not magical! +attacktype 4 +no_drop 1 +invisible 1 +skill pyromancy +end