ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/bolt.arc
Revision: 1.11
Committed: Tue Nov 3 09:49:59 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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