ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/arrow.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:46 2007 UTC (17 years, 4 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 arrow
2 root 1.5 anim
3     arrow.x01
4     arrow.x11
5     arrow.x21
6     arrow.x31
7     arrow.x41
8     arrow.x51
9     arrow.x61
10     arrow.x71
11     arrow.x81
12     mina
13 root 1.3 name_pl arrows
14 root 1.1 race arrows
15 root 1.3 face arrow.x01
16     is_animated 0
17     food 20
18     dam 2
19     wc 1
20     nrof 1
21 root 1.1 type 13
22 root 1.3 attacktype 1
23 root 1.4 materialname wood
24 root 1.3 value 1
25     weight 25
26     client_type 159
27     is_turnable 1
28 root 1.1 color_fg red
29 root 1.3 editable 1024
30     need_an 1
31 root 1.1 end
32 root 1.3