--- deliantra/arch/spell/Cone/spell_dragonbreath.arc 2007/02/06 22:41:25 1.3 +++ deliantra/arch/spell/Cone/spell_dragonbreath.arc 2007/03/03 00:51:09 1.4 @@ -1,6 +1,25 @@ -object spell_dragonbreath +Object spell_dragonbreath name dragonbreath name_pl dragonbreath +face spell_pyromancy.x11 +level 12 +sp 13 +casting_time 5 +path_attuned 2 +other_arch firebreath +dam 25 +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 msg Dragonbreath is a cone effect that fires @@ -10,24 +29,4 @@ to be vulnerable to the effects of fire for this to do any damage, of course. endmsg -other_arch firebreath -face spell_pyromancy.x11 -sp 13 -maxsp 11 -dam 25 -level 12 -type 101 -subtype 7 -attacktype 4 -path_attuned 2 -value 120 -invisible 1 -duration 2 -range 7 -range_modifier 5 -dam_modifier 3 -no_drop 1 -# Note this is not magical! -casting_time 5 end -