ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_levitate.arc
Revision: 1.10
Committed: Sun Apr 5 21:34:04 2009 UTC (15 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_79
Changes since 1.9: +2 -1 lines
Log Message:
better party member description

File Contents

# User Rev Content
1 root 1.6 object spell_levitate
2 root 1.1 name levitate
3     name_pl levitate
4 root 1.7 skill sorcery
5     msg
6 root 1.8 This spell let 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 root 1.10
9     This spell is needed in some mazes to pass hole traps or other trapped areas.
10 root 1.8
11     When you are levitating, you can't fetch items from the ground,
12     so be careful when you need to grab food for example.
13 root 1.7 endmsg
14 pippijn 1.3 face spell_sorcery.x11
15 root 1.7 sp 10
16 root 1.9 level 14
17 root 1.1 type 101
18     subtype 24
19 root 1.7 path_attuned 0
20 root 1.1 value 60
21     invisible 1
22 root 1.7 duration 500
23 root 1.5 duration_modifier 4
24 root 1.7 move_type fly_low
25     no_drop 1
26     casting_time 10
27 root 1.1 end
28 root 1.7