ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/bones.arc
Revision: 1.8
Committed: Mon May 7 05:24:35 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_53, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +5 -5 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

# Content
1 object bones1
2 name bones
3 name_pl bones
4 skill one handed weapons
5 face bones1.x11
6 dam 20
7 nrof 1
8 inherit type_weapon
9 materialname wood
10 value 0
11 weight 7000
12 last_sp 19
13 client_type 8002
14 body_arm -1
15 editable 128
16 magicmap white
17 end
18
19 object bones2
20 name bones
21 name_pl bones
22 skill one handed weapons
23 face bones2.x11
24 dam 20
25 nrof 1
26 inherit type_weapon
27 materialname wood
28 value 0
29 weight 2000
30 last_sp 19
31 client_type 8002
32 body_arm -1
33 editable 128
34 magicmap white
35 end
36
37 object bones3
38 name bones
39 name_pl bones
40 skill one handed weapons
41 face bones3.x11
42 dam 20
43 nrof 1
44 inherit type_weapon
45 materialname wood
46 value 0
47 weight 1000
48 last_sp 19
49 client_type 8002
50 body_arm -1
51 editable 128
52 magicmap white
53 end
54
55 object bones4
56 name bones
57 name_pl bones
58 skill one handed weapons
59 face bones4.x11
60 dam 20
61 nrof 1
62 inherit type_weapon
63 materialname wood
64 value 0
65 weight 7000
66 last_sp 19
67 client_type 8002
68 body_arm -1
69 editable 128
70 magicmap white
71 end
72
73 object bones5
74 name bones
75 name_pl bones
76 skill one handed weapons
77 face bones5.x11
78 dam 20
79 nrof 1
80 inherit type_weapon
81 materialname wood
82 value 0
83 weight 11000
84 last_sp 19
85 client_type 8002
86 body_arm -1
87 editable 128
88 magicmap white
89 end
90