ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_levitate.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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