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.4 by root, Tue Feb 6 22:41:24 2007 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. 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. 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).
7endmsg 15endmsg
8face spell_sorcery.x11 16face spell_sorcery.x11
9sp 10 17sp 10
10level 6 18level 14
11type 101
12subtype 24 19subtype 24
13path_attuned 0 20path_attuned 0
14value 60 21value 60
15invisible 1 22invisible 1
16duration 500 23duration 500
17duration_modifier 4 24duration_modifier 4
18move_type all 25move_type fly_low
19no_drop 1 26no_drop 1
20casting_time 10 27casting_time 10
21end 28end
22 29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines