ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_levitate.arc
Revision: 1.4
Committed: Fri Apr 2 21:26:26 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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