ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/building.trs
(Generate patch)

Comparing deliantra/arch/mapbuilding/building.trs (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:04 2006 UTC vs.
Revision 1.8 by root, Mon Nov 9 15:10:18 2009 UTC

1# 1#
2# Map building stuff 2# Map building stuff
3# 3#
4## Added by boes for the marble shop 2009-11-08
5treasureone shop_building_marble
6 list building_marbles
7 chance 50
8end
9## end add by boes
4treasureone building_material 10treasureone building_material
5 arch building_woodfloor 11 arch building_woodfloor
6 chance 50 12 chance 50
7 more 13 more
8 arch building_woodfloor2 14 arch building_woodfloor2
50 more 56 more
51 list building_material 57 list building_material
52 chance 78 58 chance 78
53 more 59 more
54 list building_material_stonewall_norm 60 list building_material_stonewall_norm
55 chance 20 61 chance 20
56end 62end
57treasureone shop_building_fant 63treasureone shop_building_fant
58 arch building_builder 64 arch building_builder
59 chance 2 65 chance 2
60 more 66 more
63 more 69 more
64 list building_material 70 list building_material
65 chance 78 71 chance 78
66 more 72 more
67 list building_material_stonewall_fant 73 list building_material_stonewall_fant
68 chance 20 74 chance 20
69end 75end
70treasureone shop_building_west 76treasureone shop_building_west
71 arch building_builder 77 arch building_builder
72 chance 2 78 chance 2
73 more 79 more
76 more 82 more
77 list building_material 83 list building_material
78 chance 78 84 chance 78
79 more 85 more
80 list building_material_stonewall_west 86 list building_material_stonewall_west
81 chance 20 87 chance 20
82end 88end
83treasureone shop_building_east 89treasureone shop_building_east
84 arch building_builder 90 arch building_builder
85 chance 2 91 chance 2
86 more 92 more
89 more 95 more
90 list building_material 96 list building_material
91 chance 78 97 chance 78
92 more 98 more
93 list building_material_stonewall_east 99 list building_material_stonewall_east
94 chance 20 100 chance 20
101end
102treasureone 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 chance 20
117end
118treasureone 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 chance 20
95end 130end
96##For areas like scorn area, sells DWall 131##For areas like scorn area, sells DWall
97treasureone building_material_stonewall_norm 132treasureone building_material_stonewall_norm
98 arch building_wall2 133 arch building_wall2
99end 134end
102 arch building_wall4 137 arch building_wall4
103end 138end
104##For navar area, sells West Cwall rather then DWall 139##For navar area, sells West Cwall rather then DWall
105treasureone building_material_stonewall_west 140treasureone building_material_stonewall_west
106 arch building_wall3 141 arch building_wall3
142 chance 50
143# more
144# is removed from the archetypes
145# arch building_wall9
146# chance 50
107end 147end
108##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall) 148##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
109treasureone building_material_stonewall_east 149treasureone building_material_stonewall_east
110 arch building_wall2 150 arch building_wall2
111 chance 50 151 chance 50
112 more 152 more
113 arch building_wall5 153 arch building_wall5
114 chance 50 154 chance 50
115end 155end
116 156##For mlabhell sells West West Cwall and BurningWall
157treasureone building_material_stonewall_abyss
158 arch building_wall3
159 chance 50
160 more
161 arch building_wall6
162 chance 50
163end
164##For Gotischerbereich, sells STWall rather then DWall
165treasureone building_material_stonewall_goth
166 arch building_wall7
167 chance 50
168 more
169 arch building_wall8
170 chance 50
171end
172# Fake wall shops
173treasureone building_material_stonewall_norm_fake
174 arch building_wall2_fake
175end
176##For brest area, sells Red Cwall rather then DWall
177treasureone building_material_stonewall_fant_fake
178 arch building_wall4_fake
179end
180##For navar area, sells West Cwall rather then DWall
181treasureone building_material_stonewall_west_fake
182 arch building_wall3_fake
183 chance 50
184# !! See building.arc
185# more
186# arch building_wall9_fake
187# chance 50
188end
189##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
190treasureone building_material_stonewall_east_fake
191 arch building_wall2_fake
192 chance 50
193 more
194 arch building_wall5_fake
195 chance 50
196end
197##For mlabhell sells West West Cwall and BurningWall
198treasureone building_material_stonewall_abyss_fake
199 arch building_wall3_fake
200 chance 50
201 more
202 arch building_wall6_fake
203 chance 50
204end
205##For Gotischerbereich, sells STWall rather then DWall
206treasureone building_material_stonewall_goth_fake
207 arch building_wall7_fake
208 chance 50
209 more
210 arch building_wall8_fake
211 chance 50
212end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines