--- deliantra/arch/spell/Bullet/spell_hellfire.arc 2007/02/06 22:41:22 1.3 +++ deliantra/arch/spell/Bullet/spell_hellfire.arc 2007/03/03 00:51:06 1.4 @@ -1,7 +1,25 @@ -object spell_hellfire +Object spell_hellfire name hellfire name_pl hellfire +face spell_pyromancy.x11 +level 8 +sp 13 +casting_time 8 +path_attuned 2 +other_arch firebullet +dam 8 +dam_modifier 4 +range 6 +duration 4 +maxsp 24 +type 101 +subtype 5 +value 80 +attacktype 4 +no_drop 1 +invisible 1 skill pyromancy +food 10 msg This spell is related to fireball. It fires a small bullet of fire, that then explodes @@ -12,23 +30,4 @@ it to damage creatures that are immune to magic. endmsg -other_arch firebullet -face spell_pyromancy.x11 -sp 13 -maxsp 24 -food 10 -dam 8 -level 8 -type 101 -subtype 5 -attacktype 4 -path_attuned 2 -value 80 -invisible 1 -duration 4 -range 6 -dam_modifier 4 -no_drop 1 -casting_time 8 end -