ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/reflexbow.arc
Revision: 1.10
Committed: Mon May 7 05:24:47 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_1
Changes since 1.9: +3 -3 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

File Contents

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