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

File Contents

# User Rev Content
1 root 1.4 object skill_jumping
2 root 1.8 inherit type_skill
3 root 1.1 name jumping
4     skill jumping
5 root 1.11 msg
6     You can "skip" over one, two or three spaces in the selected
7     direction. Distance depends on weight carried, L<strength|stat_Str> and
8     L<dexterity|stat_Dex> of the user. This skill may also be used as an
9     attack.
10     endmsg
11 root 1.5 exp 5
12     dam 5
13     level 250
14     subtype 10
15 root 1.10 attacktype 1
16 root 1.1 invisible 1
17 root 1.5 last_sp 1
18 root 1.3 no_drop 1
19 root 1.1 end
20