ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/missile_weap.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_missile_weapon
2 root 1.8 inherit type_skill
3 root 1.1 name missile weapons
4     skill missile weapons
5 root 1.12 msg
6     The user is capable of making attacks with ranged weapons (eg bow, crossbow).
7     Fire arrows by applying a bow and using the fire and direction keys. To fire
8     specific arrows to kill a monster that is weak against a certain arrow, mark
9     this arrow and fire.
10     endmsg
11 root 1.5 exp 0
12 root 1.8 dam 1
13 root 1.5 level 100
14     subtype 24
15 root 1.1 invisible 1
16     no_drop 1
17     end
18