ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/reflexbow.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:54 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +40 -42 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object reflexbow
2 root 1.1 name reflex bow
3 root 1.3 name_pl reflex bows
4 root 1.1 race arrows
5 root 1.3 skill missile weapons
6     face reflexbow.x11
7     sp 47
8     dam 23
9     nrof 1
10 root 1.1 type 14
11 root 1.3 attacktype 1
12 root 1.1 material 16
13 root 1.3 value 25000
14 root 1.1 weight 6000
15 root 1.3 client_type 151
16 root 1.1 no_strength 0
17 root 1.3 body_arm -2
18     color_fg brown
19 root 1.1 editable 1024
20     end
21    
22 root 1.3 object reflexbow_bone
23 root 1.1 name reflex bow
24 root 1.3 name_pl reflex bows
25 root 1.1 race arrows
26 root 1.3 skill missile weapons
27     face reflexbow_bone.x11
28     sp 42
29     dam 32
30     nrof 1
31 root 1.1 type 14
32     attacktype 1
33 root 1.3 material 0
34     materialname bone
35     value 10000
36     weight 8000
37 root 1.1 client_type 151
38 root 1.3 no_strength 0
39 root 1.1 body_arm -2
40 root 1.3 color_fg brown
41     editable 1024
42 root 1.1 end
43    
44 root 1.3 object reflexbow_ivory
45 root 1.1 name reflex bow
46 root 1.3 name_pl reflex bows
47 root 1.1 race arrows
48 root 1.3 skill missile weapons
49     face reflexbow_bone.x11
50     sp 47
51     dam 23
52     nrof 1
53 root 1.1 type 14
54     attacktype 1
55 root 1.3 material 16
56     materialname ivory
57     value 65000
58     weight 6000
59 root 1.1 client_type 151
60 root 1.3 no_strength 0
61 root 1.1 body_arm -2
62 root 1.3 color_fg brown
63     editable 1024
64 root 1.1 end
65