ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/objects.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:38 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, 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: +45 -38 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.8 object building_altar_none
2     name Altar material
3     slaying altar_none
4     face mbaltarnone.x11
5 root 1.1 nrof 1
6     type 161
7     subtype 3
8 root 1.8 value 2500000
9     weight 1500
10 root 1.1 end
11 root 1.8
12 root 1.7 object building_brazier
13 root 1.1 name Brazier material
14 root 1.8 slaying brazier
15     face mbbrazier.x11
16 root 1.1 nrof 1
17     type 161
18     subtype 3
19 root 1.8 value 9500
20     weight 1500
21 root 1.1 end
22 root 1.8
23     object building_fireplace
24     name Fireplace material
25     slaying fireplace
26     face mbfireplace.x11
27 pippijn 1.3 nrof 1
28     type 161
29     subtype 3
30 root 1.8 value 10000
31     weight 2500
32 pippijn 1.3 end
33 root 1.8
34     object building_firepot
35     name Firepot material
36     slaying firepot
37     face mbfirepot.x11
38 root 1.1 nrof 1
39     type 161
40     subtype 3
41 root 1.8 value 7500
42     weight 1500
43 root 1.1 end
44 root 1.8
45 root 1.7 object building_fountain
46 root 1.1 name Fountain material
47 root 1.8 slaying fountain
48     face mbfountain.x11
49 root 1.1 nrof 1
50 root 1.8 type 161
51     subtype 3
52     value 50500
53 root 1.6 weight 25000
54 root 1.8 end
55    
56     object building_hangingfirepot
57     name Hanging Firepot material
58     slaying hangingfirepot
59     face mbhangingfirepot.x11
60     nrof 1
61 root 1.1 type 161
62     subtype 3
63 root 1.8 value 8500
64     weight 1500
65 root 1.1 end
66 root 1.8
67 root 1.7 object building_sign
68 root 1.6 name Sign material
69 root 1.8 slaying sign
70     face mbsign.x11
71 root 1.1 nrof 1
72     type 161
73     subtype 3
74 root 1.8 value 25000
75 root 1.6 weight 1500
76 pippijn 1.2 end
77 root 1.8