ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/bones.arc
Revision: 1.13
Committed: Sat Oct 16 09:17:41 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -5 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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