--- deliantra/arch/spell/Misc/spell_improved_invisibility.arc 2007/03/03 00:51:15 1.5 +++ deliantra/arch/spell/Misc/spell_improved_invisibility.arc 2010/04/21 09:30:01 1.13 @@ -1,23 +1,28 @@ -Object spell_improved_invisibility +object spell_improved_invisibility +inherit type_spell name improved invisibility name_pl improved invisibility +skill sorcery +msg +An imporoved version of invisible: +You will stay invisible even if you attack or use spells!! + +Note that you still make noises, and most monsters +will still feel where they hit and try to hit back. +endmsg +other_arch enchantment face spell_sorcery.x11 -level 8 sp 25 -casting_time 10 -path_attuned 0 -other_arch enchantment -skill sorcery -type 101 +maxsp 10 +level 40 subtype 19 -value 80 -no_drop 1 +path_attuned 0 +value 1 invisible 1 duration 200 duration_modifier 1 -maxsp 10 +no_drop 1 make_invisible 1 -msg -This spell is a better version of invisible. You will stay invisible even if you attack or use spells!! -endmsg +casting_time 10 end +