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

File Contents

# User Rev Content
1 root 1.4 object skill_clawing
2 root 1.11 inherit type_skill_hth
3 root 1.1 name clawing
4     skill clawing
5 root 1.12 msg
6     You can make a "bare-handed attack". Damage is based on the user's
7     L<strength|stat_Str> and level. With time, one can have different claws
8     such as fire claws or electric claws. An elemental residue from the dragon
9     guild is required to change this. The dragon guild can be found in scorn.
10     endmsg
11 root 1.5 exp 0
12     dam 2
13     level 100
14     subtype 31
15 elmex 1.9 attacktype 1
16 root 1.1 invisible 1
17     last_sp 3
18     no_drop 1
19     end
20