ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/missile_weap.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_missile_weapon
2 root 1.8 inherit type_skill
3 root 1.1 name missile weapons
4     skill missile weapons
5 root 1.5 exp 0
6 root 1.8 dam 1
7 root 1.5 level 100
8     subtype 24
9 root 1.1 invisible 1
10 root 1.10 weapontype 14
11 root 1.1 no_drop 1
12     end
13