ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/karate.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: +5 -0 lines
Log Message:
add skill documentation

File Contents

# User Rev Content
1 root 1.4 object skill_karate
2 root 1.10 inherit type_skill_hth
3 root 1.1 name karate
4     skill karate
5 root 1.11 msg
6     You can make a "bare-handed attack". Damage is based on the user's
7     L<strength|stat_Str> and level. This attack is the fastest and (at higher
8     levels) most deadly of the hand-to-hand attacks available.
9     endmsg
10 root 1.5 exp 0
11     dam 4
12     level 100
13     subtype 19
14     attacktype 1
15 root 1.1 invisible 1
16     last_sp 2
17     no_drop 1
18     end
19