ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/bolt.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:33 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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