ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/bolt.arc
Revision: 1.9
Committed: Mon Oct 15 18:22:04 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
use archetype names in race strings for bows, improve spell description

File Contents

# User Rev Content
1 root 1.7 object bolt
2 root 1.5 anim
3     bolt.x01
4     bolt.x11
5     bolt.x21
6     bolt.x31
7     bolt.x41
8     bolt.x51
9     bolt.x61
10     bolt.x71
11     bolt.x81
12     mina
13 root 1.8 name_pl bolts
14 root 1.9 race crossbow bolt
15 root 1.8 face bolt.x01
16 root 1.3 is_animated 0
17     food 10
18     dam 3
19     wc 2
20 root 1.8 nrof 1
21     type 13
22     attacktype 1
23     materialname iron
24     value 2
25     weight 50
26     client_type 165
27     is_turnable 1
28 root 1.6 editable 1024
29     magicmap brown
30 root 1.1 end
31 root 1.8