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.9 by root, Sun Sep 28 15:12:03 2008 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
4skill sorcery 5skill sorcery
5msg 6msg
6This spell let you levitate above the floor for a while, which makes it impossible 7Lets you levitate above the floor for a while, which makes it impossible
7for you to trigger any floor traps or fall into holes. 8for you to trigger any floor traps or fall into holes.
8This spell is needed in some mazes to pass hole traps or other traped areas.
9 9
10This spell is needed in some mazes to pass hole traps or other trapped areas.
11
10When you are levitating, you can't fetch items from the ground, 12When you are levitating, you can't fetch items from the ground, so be
11so be careful when you need to grab food for example. 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).
12endmsg 15endmsg
13face spell_sorcery.x11 16face spell_sorcery.x11
14sp 10 17sp 10
15level 14 18level 14
16type 101
17subtype 24 19subtype 24
18path_attuned 0 20path_attuned 0
19value 60 21value 60
20invisible 1 22invisible 1
21duration 500 23duration 500

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines