ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.trs
Revision: 1.6
Committed: Fri Sep 1 14:31:43 2006 UTC (17 years, 9 months ago) by pippijn
Branch: MAIN
Changes since 1.5: +4 -3 lines
Log Message:
Removed a missing archetype from the treasure list

File Contents

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