--- deliantra/arch/spell/Change_Ability/spell_levitate.arc 2006/08/09 09:49:23 1.2 +++ deliantra/arch/spell/Change_Ability/spell_levitate.arc 2010/04/02 21:34:28 1.13 @@ -1,21 +1,29 @@ -Object spell_levitate +object spell_levitate +inherit type_spell name levitate name_pl levitate -face spell_sorcery.111 -level 6 -sp 10 -casting_time 10 -path_attuned 0 skill sorcery -type 101 +msg +Lets you levitate above the floor for a while, which makes it impossible +for you to trigger any floor traps or fall into holes. + +This spell is needed in some mazes to pass hole traps or other trapped areas. + +When you are levitating, you can't fetch items from the ground, so be +careful when you need to grab food for example, as there is no way to +cancel the levitiation before it normally runs out (well, except suicide). +endmsg +face spell_sorcery.x11 +sp 10 +level 14 subtype 24 +path_attuned 0 value 60 -no_drop 1 invisible 1 -duration_modifier 4 duration 500 -flying 1 -msg -This spell let you levitate above the floor. Then you can't fall in holes or traps.This spell is needed in some mazes to pass hole traps or other traped areas. But when you are flying, you can't fetch items from ground, so be careful when you need to grab food for example. -endmsg +duration_modifier 4 +move_type fly_low +no_drop 1 +casting_time 10 end +