ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/bolt.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:47 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 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.3 name_pl bolts
14 root 1.1 race crossbow bolts
15 root 1.3 face bolt.x01
16     is_animated 0
17     food 10
18     dam 3
19     wc 2
20     nrof 1
21 root 1.1 type 13
22 root 1.3 attacktype 1
23 root 1.4 materialname iron
24 root 1.3 value 2
25     weight 50
26     client_type 165
27     is_turnable 1
28     editable 1024
29     magicmap brown
30 root 1.1 end
31 root 1.3