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

File Contents

# User Rev Content
1 root 1.6 object skill_punching
2 root 1.12 inherit type_skill_hth
3 root 1.1 name punching
4     skill punching
5 root 1.13 msg
6     You can make a "bare-handed attack". Damage is based on the user's
7     L<strength|stat_Str> and level. This is the most feeble of the
8     hand-to-hand attacks.
9     endmsg
10 root 1.7 exp 0
11     level 100
12     subtype 17
13     attacktype 1
14 root 1.1 invisible 1
15     no_drop 1
16     end
17