--- deliantra/arch/spell/Misc/spell_invisible.arc 2007/01/02 21:58:37 1.3 +++ deliantra/arch/spell/Misc/spell_invisible.arc 2010/04/21 09:30:01 1.12 @@ -1,22 +1,26 @@ -Object spell_invisible +object spell_invisible +inherit type_spell name invisible name_pl invisible +skill sorcery +msg +Makes you invisible. + +Monsters will not attack or cast spells because they can't see you, but +you will start be visible again if you attack or use spells. +endmsg +other_arch enchantment face spell_sorcery.x11 -level 6 sp 15 -casting_time 5 -path_attuned 0 -other_arch enchantment -skill sorcery -type 101 +maxsp 15 +level 14 subtype 19 -value 60 -no_drop 1 +path_attuned 0 +value 1 invisible 1 duration 300 duration_modifier 1 -maxsp 15 -msg -This spell will make you invisible. Monsters will not attack or cast spells because they can't see you. You will start be visible again if you attack or use spells. -endmsg +no_drop 1 +casting_time 5 end +