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

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.12 msg
6     You can use one-handed hand-held weapons (e.g. B<shortsword>, B<dagger>,
7     B<mace>, etc). Wield and ready the weapon by applying it and use the fire and
8     direction keys.
9     endmsg
10 root 1.5 exp 0
11     dam 1
12     level 100
13     subtype 23
14 root 1.1 invisible 1
15     no_drop 1
16     end
17