--- deliantra/arch/spell/Ability/ability_dragonbreath.arc 2007/02/06 22:41:19 1.2 +++ deliantra/arch/spell/Ability/ability_dragonbreath.arc 2007/03/03 00:51:03 1.3 @@ -1,26 +1,25 @@ # Basically same as the spell, but does a little less damage. # -object ability_dragonbreath +Object ability_dragonbreath name dragonbreath ability name_pl dragonbreath ability -skill pyromancy -other_arch firebreath +level 12 sp 13 -maxsp 11 +casting_time 5 +path_attuned 2 +other_arch firebreath dam 4 -level 12 +dam_modifier 3 +range 7 +duration 2 +range_modifier 5 +maxsp 11 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 +attacktype 4 +no_drop 1 +invisible 1 +skill pyromancy end -