ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_levitate.arc
(Generate patch)

Comparing deliantra/arch/spell/Change_Ability/spell_levitate.arc (file contents):
Revision 1.2 by elmex, Wed Aug 9 09:49:23 2006 UTC vs.
Revision 1.13 by root, Fri Apr 2 21:34:28 2010 UTC

1Object spell_levitate 1object spell_levitate
2inherit type_spell
2name levitate 3name levitate
3name_pl levitate 4name_pl levitate
5skill sorcery
6msg
7Lets you levitate above the floor for a while, which makes it impossible
8for you to trigger any floor traps or fall into holes.
9
10This spell is needed in some mazes to pass hole traps or other trapped areas.
11
12When you are levitating, you can't fetch items from the ground, so be
13careful when you need to grab food for example, as there is no way to
14cancel the levitiation before it normally runs out (well, except suicide).
15endmsg
4face spell_sorcery.111 16face spell_sorcery.x11
5level 6
6sp 10 17sp 10
18level 14
19subtype 24
20path_attuned 0
21value 60
22invisible 1
23duration 500
24duration_modifier 4
25move_type fly_low
26no_drop 1
7casting_time 10 27casting_time 10
8path_attuned 0
9skill sorcery
10type 101
11subtype 24
12value 60
13no_drop 1
14invisible 1
15duration_modifier 4
16duration 500
17flying 1
18msg
19This 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.
20endmsg
21end 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines