ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.trs
Revision: 1.8
Committed: Mon Nov 9 15:10:18 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_92, rel-2_93, HEAD
Changes since 1.7: +6 -0 lines
Log Message:
temporarily amd ehanuk altars gorokh altars

File Contents

# User Rev Content
1 root 1.1 #
2     # Map building stuff
3     #
4 root 1.8 ## Added by boes for the marble shop 2009-11-08
5     treasureone shop_building_marble
6     list building_marbles
7     chance 50
8     end
9     ## end add by boes
10 root 1.1 treasureone building_material
11     arch building_woodfloor
12     chance 50
13     more
14     arch building_woodfloor2
15     chance 5
16     more
17     arch building_wall
18     chance 25
19     more
20     arch building_vertical_gate
21     chance 10
22     more
23     arch building_horizontal_gate
24     chance 10
25     more
26     arch building_pedestal
27     chance 8
28     more
29     arch building_lever
30     chance 8
31     more
32     arch building_button
33     chance 3
34     more
35     list building_marbles
36     chance 5
37     more
38     list building_objects
39     chance 5
40     more
41     arch building_vertical_gate_inv
42     chance 1
43     more
44     arch building_horizontal_gate_inv
45     chance 1
46     more
47     list building_talking_objects
48     chance 1
49     end
50     treasureone shop_building
51     arch building_builder
52     chance 2
53     more
54     arch building_destroyer
55     chance 2
56     more
57     list building_material
58     chance 78
59     more
60     list building_material_stonewall_norm
61 root 1.7 chance 20
62 root 1.1 end
63     treasureone shop_building_fant
64     arch building_builder
65     chance 2
66     more
67     arch building_destroyer
68     chance 2
69     more
70     list building_material
71     chance 78
72     more
73     list building_material_stonewall_fant
74 root 1.7 chance 20
75 root 1.1 end
76     treasureone shop_building_west
77     arch building_builder
78     chance 2
79     more
80     arch building_destroyer
81     chance 2
82     more
83     list building_material
84     chance 78
85     more
86     list building_material_stonewall_west
87 root 1.7 chance 20
88 root 1.1 end
89     treasureone shop_building_east
90     arch building_builder
91     chance 2
92     more
93     arch building_destroyer
94     chance 2
95     more
96     list building_material
97     chance 78
98     more
99     list building_material_stonewall_east
100 root 1.7 chance 20
101 root 1.1 end
102 pippijn 1.2 treasureone shop_building_abyss
103     arch building_builder
104     chance 2
105     more
106     arch building_destroyer
107     chance 2
108     more
109     list building_material
110     chance 63
111     more
112     list building_objects_abyssonly
113     chance 15
114     more
115     list building_material_stonewall_abyss
116 root 1.7 chance 20
117 pippijn 1.2 end
118     treasureone shop_building_goth
119     arch building_builder
120     chance 2
121     more
122     arch building_destroyer
123     chance 2
124     more
125     list building_material
126     chance 78
127     more
128     list building_material_stonewall_goth
129 root 1.7 chance 20
130 pippijn 1.2 end
131 root 1.1 ##For areas like scorn area, sells DWall
132     treasureone building_material_stonewall_norm
133     arch building_wall2
134     end
135     ##For brest area, sells Red Cwall rather then DWall
136     treasureone building_material_stonewall_fant
137     arch building_wall4
138     end
139     ##For navar area, sells West Cwall rather then DWall
140     treasureone building_material_stonewall_west
141     arch building_wall3
142 pippijn 1.3 chance 50
143 elmex 1.5 # more
144     # is removed from the archetypes
145     # arch building_wall9
146     # chance 50
147 root 1.1 end
148     ##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
149     treasureone building_material_stonewall_east
150     arch building_wall2
151     chance 50
152     more
153     arch building_wall5
154     chance 50
155     end
156 pippijn 1.2 ##For mlabhell sells West West Cwall and BurningWall
157     treasureone building_material_stonewall_abyss
158     arch building_wall3
159     chance 50
160     more
161     arch building_wall6
162     chance 50
163     end
164     ##For Gotischerbereich, sells STWall rather then DWall
165     treasureone building_material_stonewall_goth
166     arch building_wall7
167 pippijn 1.3 chance 50
168     more
169     arch building_wall8
170     chance 50
171 pippijn 1.2 end
172 pippijn 1.4 # Fake wall shops
173     treasureone building_material_stonewall_norm_fake
174     arch building_wall2_fake
175     end
176     ##For brest area, sells Red Cwall rather then DWall
177     treasureone building_material_stonewall_fant_fake
178     arch building_wall4_fake
179     end
180     ##For navar area, sells West Cwall rather then DWall
181     treasureone building_material_stonewall_west_fake
182     arch building_wall3_fake
183     chance 50
184 pippijn 1.6 # !! See building.arc
185     # more
186     # arch building_wall9_fake
187     # chance 50
188 pippijn 1.4 end
189     ##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
190     treasureone building_material_stonewall_east_fake
191     arch building_wall2_fake
192     chance 50
193     more
194     arch building_wall5_fake
195     chance 50
196     end
197     ##For mlabhell sells West West Cwall and BurningWall
198     treasureone building_material_stonewall_abyss_fake
199     arch building_wall3_fake
200     chance 50
201     more
202     arch building_wall6_fake
203     chance 50
204     end
205     ##For Gotischerbereich, sells STWall rather then DWall
206     treasureone building_material_stonewall_goth_fake
207     arch building_wall7_fake
208     chance 50
209     more
210     arch building_wall8_fake
211     chance 50
212     end