ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/punching.arc
(Generate patch)

Comparing deliantra/arch/skills/punching.arc (file contents):
Revision 1.8 by root, Mon May 7 05:24:41 2007 UTC vs.
Revision 1.13 by root, Wed Nov 21 11:50:57 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines