ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/levitation.arc
Revision: 1.12
Committed: Wed Nov 21 11:50:57 2012 UTC (11 years, 5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +6 -0 lines
Log Message:
add skill documentation

File Contents

# Content
1 object skill_levitate
2 inherit type_skill
3 name levitation
4 skill levitation
5 msg
6 You can levitate (fly low) at will. Using the skill first makes you
7 levitate, and at the second time returns you to the earth.
8 Levitation can be useful to fly over water streams that move you
9 if you walk in them, or it prevents you from falling into a pit.
10 endmsg
11 exp 50
12 level 100
13 subtype 32
14 invisible 1
15 last_sp 2
16 move_type fly_low
17 no_drop 1
18 body_skill 0
19 end
20