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

File Contents

# Content
1 object skill_jumping
2 inherit type_skill
3 name jumping
4 skill jumping
5 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 exp 5
12 dam 5
13 level 250
14 subtype 10
15 attacktype 1
16 invisible 1
17 last_sp 1
18 no_drop 1
19 end
20