ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/indoor/chair_cw_1.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_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +4 -4 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.6 object chair_cw_1.1
2 root 1.1 name chair
3 root 1.7 name_pl chairs
4     skill two handed weapons
5 pippijn 1.2 face chair_cw_1.x01
6 root 1.7 dam 5
7     nrof 1
8 root 1.8 inherit type_weapon
9 root 1.5 materialname cherry
10 root 1.7 value 150
11     weight 45000
12     last_sp 17
13     client_type 8002
14     body_arm -2
15 root 1.5 editable 128
16     magicmap brown
17 root 1.3 end
18 root 1.7
19 root 1.6 object chair_cw_1.2
20 root 1.3 name chair
21 root 1.7 name_pl chairs
22     skill two handed weapons
23 pippijn 1.2 face chair_cw_1.x11
24 root 1.7 dam 5
25     nrof 1
26 root 1.8 inherit type_weapon
27 root 1.5 materialname cherry
28 root 1.7 value 150
29     weight 45000
30     last_sp 17
31     client_type 8002
32     body_arm -2
33 root 1.5 editable 128
34     magicmap brown
35 root 1.3 end
36 root 1.7
37 root 1.6 object chair_cw_1.3
38 root 1.3 name chair
39 root 1.7 name_pl chairs
40     skill two handed weapons
41 pippijn 1.2 face chair_cw_1.x21
42 root 1.7 dam 5
43     nrof 1
44 root 1.8 inherit type_weapon
45 root 1.5 materialname cherry
46 root 1.7 value 150
47     weight 45000
48     last_sp 17
49     client_type 8002
50     body_arm -2
51 root 1.5 editable 128
52     magicmap brown
53 root 1.3 end
54 root 1.7
55 root 1.6 object chair_cw_1.4
56 root 1.3 name chair
57 root 1.7 name_pl chairs
58     skill two handed weapons
59 pippijn 1.2 face chair_cw_1.x31
60 root 1.7 dam 5
61     nrof 1
62 root 1.8 inherit type_weapon
63 root 1.5 materialname cherry
64 root 1.7 value 150
65     weight 45000
66     last_sp 17
67     client_type 8002
68     body_arm -2
69 root 1.5 editable 128
70     magicmap brown
71 root 1.1 end
72 root 1.7