ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/one_handed_weapons.arc
Revision: 1.10
Committed: Fri Mar 26 20:24:42 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
add weapontype to skills that need it

File Contents

# User Rev Content
1 root 1.4 object skill_one_handed_weapon
2 root 1.8 inherit type_skill
3 root 1.1 name one handed weapons
4     skill one handed weapons
5 root 1.5 exp 0
6     dam 1
7     level 100
8     subtype 23
9 root 1.1 invisible 1
10 root 1.10 weapontype 15
11 root 1.1 no_drop 1
12     end
13