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.5 by root, Sat Mar 3 00:51:08 2007 UTC vs.
Revision 1.11 by root, Thu Sep 17 08:14:48 2009 UTC

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