ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/arrow.arc
Revision: 1.13
Committed: Mon Apr 12 10:00:35 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.12: +1 -1 lines
Log Message:
rebalanced arrows and bolts a bit. you can find bigger amounts in shops,
but they are more expensive (but cheaper than the bolts/arrows you can get
via a converter).

File Contents

# User Rev Content
1 root 1.7 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.8 name_pl arrows
14 root 1.10 race arrow
15 root 1.8 face arrow.x01
16 root 1.3 is_animated 0
17 root 1.12 magicmap red
18 root 1.3 food 20
19     dam 2
20     wc 1
21 root 1.8 nrof 1
22     type 13
23 root 1.3 attacktype 1
24 root 1.8 materialname wood
25 elmex 1.13 value 4
26 root 1.8 weight 25
27 root 1.3 client_type 159
28 root 1.8 is_turnable 1
29     need_an 1
30 root 1.1 end
31 root 1.8