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, 6 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +6 -0 lines
Log Message:
add skill documentation

File Contents

# User Rev Content
1 root 1.4 object skill_levitate
2 root 1.8 inherit type_skill
3 root 1.1 name levitation
4     skill levitation
5 root 1.12 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 root 1.5 exp 50
12     level 100
13     subtype 32
14 root 1.1 invisible 1
15     last_sp 2
16 root 1.5 move_type fly_low
17 root 1.1 no_drop 1
18 root 1.11 body_skill 0
19 root 1.1 end
20