ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.trs
Revision: 1.5
Committed: Tue Jul 11 16:44:40 2006 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.4: +4 -3 lines
Log Message:
fixed treasurelist for snitchangel.
removed ring treasures replaced by money/gem treasures.
fixed some other treasurelist errors.

File Contents

# User Rev Content
1 root 1.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 pippijn 1.2 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 root 1.1 ##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 pippijn 1.3 chance 50
137 elmex 1.5 # more
138     # is removed from the archetypes
139     # arch building_wall9
140     # chance 50
141 root 1.1 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 pippijn 1.2 ##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 pippijn 1.3 chance 50
162     more
163     arch building_wall8
164     chance 50
165 pippijn 1.2 end
166 pippijn 1.4 # 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     more
179     arch building_wall9_fake
180     chance 50
181     end
182     ##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
183     treasureone building_material_stonewall_east_fake
184     arch building_wall2_fake
185     chance 50
186     more
187     arch building_wall5_fake
188     chance 50
189     end
190     ##For mlabhell sells West West Cwall and BurningWall
191     treasureone building_material_stonewall_abyss_fake
192     arch building_wall3_fake
193     chance 50
194     more
195     arch building_wall6_fake
196     chance 50
197     end
198     ##For Gotischerbereich, sells STWall rather then DWall
199     treasureone building_material_stonewall_goth_fake
200     arch building_wall7_fake
201     chance 50
202     more
203     arch building_wall8_fake
204     chance 50
205     end