--- deliantra/arch/spell/MagicMissile/spell_magic_miss.arc 2007/02/06 22:41:26 1.4 +++ deliantra/arch/spell/MagicMissile/spell_magic_miss.arc 2007/03/03 00:51:13 1.5 @@ -1,25 +1,24 @@ -object spell_magic_missile +Object spell_magic_missile name magic missile name_pl magic missile -skill sorcery -msg -This spell fires a weakly-tracking magical bolt. It can actually turn to reach the target, but the turning is weak. The tracking is stupid: at times these missiles will fly right into a wall. -endmsg -other_arch magic_missile face spell_sorcery.x11 +level 1 sp 1 -maxsp 10 +casting_time 3 +path_attuned 16 +other_arch magic_missile dam 9 -level 1 +dam_modifier 1 +maxsp 10 +skill sorcery type 101 subtype 11 -attacktype 2 -path_attuned 16 value 10 +attacktype 2 +no_drop 1 invisible 1 range 25 -dam_modifier 1 -no_drop 1 -casting_time 3 +msg +This spell fires a weakly-tracking magical bolt. It can actually turn to reach the target, but the turning is weak. The tracking is stupid: at times these missiles will fly right into a wall. +endmsg end -