ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_levitate.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +4 -3 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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