ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/clawing.arc
Revision: 1.9
Committed: Fri Aug 28 22:20:48 2009 UTC (14 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80
Changes since 1.8: +1 -0 lines
Log Message:
fixed clawing skill. added physical attacktype.

File Contents

# User Rev Content
1 root 1.4 object skill_clawing
2 root 1.8 inherit type_skill
3 root 1.1 name clawing
4     skill clawing
5 root 1.5 exp 0
6     dam 2
7     level 100
8     subtype 31
9 elmex 1.9 attacktype 1
10 root 1.1 invisible 1
11     last_sp 3
12     no_drop 1
13 root 1.3 editable 0
14 root 1.1 end
15