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

File Contents

# User Rev Content
1 root 1.4 object skill_throwing
2 root 1.8 inherit type_skill
3 root 1.1 name throwing
4     skill throwing
5 root 1.10 msg
6     You can throw items at monsters. To do this, fire at a monster with this skill
7     readied. You can chose what to throw by marking an item.
8     endmsg
9 root 1.5 exp 0
10 root 1.8 dam 1
11 root 1.5 level 100
12     subtype 25
13 root 1.1 invisible 1
14     no_drop 1
15     end
16