ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/crossbow.arc
Revision: 1.15
Committed: Sat Oct 16 09:19:41 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.7 object crossbow
2 root 1.14 inherit type_bow
3 root 1.8 name_pl crossbows
4 root 1.12 race bolt
5 root 1.8 skill missile weapons
6 pippijn 1.3 face crossbow.x11
7 root 1.8 sp 19
8 root 1.6 dam 15
9 root 1.1 wc 1
10 root 1.8 nrof 1
11     attacktype 1
12     materialname wood
13 root 1.6 value 75
14 root 1.8 weight 25000
15     client_type 161
16 root 1.6 no_strength 1
17 root 1.8 body_arm -2
18 root 1.1 end
19 root 1.8