ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/marbles.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:24 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +35 -30 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# Content
1 object building_blackmarble
2 name Black Marble floor material
3 slaying blackmarble
4 face mbblackmarble.x11
5 nrof 1
6 type 161
7 subtype 1
8 value 40540
9 weight 1500
10 end
11
12 object building_greenmarble
13 name Green Marble floor material
14 slaying greenmarble
15 face mbgreenmarble.x11
16 nrof 1
17 type 161
18 subtype 1
19 value 50000
20 weight 1500
21 end
22
23 object building_lightmagentamarble
24 name Light Magenta Marble floor material
25 slaying lightmagentamarble
26 face mblightmagentamarble.x11
27 nrof 1
28 type 161
29 subtype 1
30 value 50000
31 weight 1500
32 end
33
34 object building_marble
35 name White Marble floor material
36 slaying marble
37 face mbmarble.x11
38 nrof 1
39 type 161
40 subtype 1
41 value 40540
42 weight 1500
43 end
44
45 object building_pinkmarble
46 name Pink Marble floor material
47 slaying pinkmarble
48 face mbpinkmarble.x11
49 nrof 1
50 type 161
51 subtype 1
52 value 50000
53 weight 1500
54 end
55