ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_levitate.arc
Revision: 1.1
Committed: Sun Apr 5 20:23:26 2009 UTC (15 years, 3 months ago) by elmex
Branch: MAIN
Log Message:
added party spells by 'Job Vranish'.

File Contents

# User Rev Content
1 elmex 1.1 object spell_party_levitate
2     name party levitate
3     name_pl party levitate
4     skill sorcery
5     msg
6     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     endmsg
13     other_arch spell_levitate
14     face spell_sorcery.x11
15     sp 15
16     level 19
17     type 101
18     subtype 48
19     path_attuned 0
20     value 60
21     invisible 1
22     duration 500
23     duration_modifier 4
24     move_type fly_low
25     no_drop 1
26     casting_time 20
27     end
28