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

File Contents

# Content
1 object skill_punching
2 inherit type_skill_hth
3 name punching
4 skill punching
5 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 exp 0
11 level 100
12 subtype 17
13 attacktype 1
14 invisible 1
15 no_drop 1
16 end
17