--- deliantra/arch/spell/Bullet/spell_bullet.arc 2006/07/10 06:46:01 1.2 +++ deliantra/arch/spell/Bullet/spell_bullet.arc 2010/04/02 21:34:28 1.11 @@ -1,24 +1,26 @@ -Object spell_magic_bullet +object spell_magic_bullet +inherit type_spell name magic bullet name_pl magic bullet -face spell_sorcery.111 -level 1 -sp 1 -casting_time 2 -path_attuned 16 +skill sorcery +msg +A magic bullet causes damage in anything it hits. +It is fired in the targetted direction. +endmsg other_arch bullet -dam 10 -dam_modifier 1 +sound wn/magic-missile-1-miss +face spell_sorcery.x11 +sp 1 maxsp 6 -skill sorcery -type 101 +dam 10 +level 1 subtype 5 -value 10 attacktype 2 -no_drop 1 +path_attuned 16 +value 10 invisible 1 -msg -A magic bullet causes damage in anything it hits. -It is fired in the cast direction. -endmsg +dam_modifier 1 +no_drop 1 +casting_time 2 end +