ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/system/ability/abil_stone_throw.arc
Revision: 1.8
Committed: Tue Nov 3 09:59:35 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.7: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.4 object ability_stone_throw
2 root 1.8 inherit type_bow
3 root 1.5 name rock thrower
4 root 1.3 race rock
5 root 1.5 skill missile weapons
6     sp 40
7     dam 10
8     wc 1
9     nrof 1
10     invisible 1
11 root 1.3 no_drop 1
12     no_strength 0
13 root 1.1 end
14 root 1.5