ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/arrow.arc
Revision: 1.7
Committed: Sat Mar 3 01:17:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.6: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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