|
215 | 215 | <brush name="sand" type="ground" server_lookid="231" z-order="3000"> |
216 | 216 | <item id="231" chance="1"/> |
217 | 217 |
|
218 | | - <border align="outer" id="49"> |
219 | | - -- Handles for the 8 different specific cases which might occur with water/sand borders -- |
220 | | - <specific> |
| 218 | + <border align="outer" id="49"/> |
| 219 | + <border align="inner" to="sea" id="41" ground_equivalent="231" super="true"> |
| 220 | + <specific keep_border="true"> |
221 | 221 | <conditions> |
222 | | - <match_border id="49" edge="s"/> |
223 | | - <match_border id="42" edge="e"/> |
| 222 | + <match_border id="41" edge="s"/> |
| 223 | + <match_border id="38" edge="e"/> |
224 | 224 | </conditions> |
225 | 225 | <actions> |
226 | | - <replace_border id="42" edge="e" with="4659"/> |
| 226 | + <replace_border id="41" edge="s" with="4661"/> |
227 | 227 | </actions> |
228 | 228 | </specific> |
229 | 229 |
|
230 | | - <specific> |
| 230 | + <specific keep_border="true"> |
231 | 231 | <conditions> |
232 | | - <match_border id="49" edge="n"/> |
233 | | - <match_border id="42" edge="e"/> |
| 232 | + <match_border id="41" edge="n"/> |
| 233 | + <match_border id="38" edge="e"/> |
234 | 234 | </conditions> |
235 | 235 | <actions> |
236 | | - <replace_border id="42" edge="e" with="4663"/> |
| 236 | + <replace_border id="41" edge="n" with="4660"/> |
237 | 237 | </actions> |
238 | 238 | </specific> |
239 | 239 |
|
240 | | - <specific> |
| 240 | + <specific keep_border="true"> |
241 | 241 | <conditions> |
242 | | - <match_border id="49" edge="s"/> |
243 | | - <match_border id="42" edge="w"/> |
| 242 | + <match_border id="41" edge="s"/> |
| 243 | + <match_border id="38" edge="w"/> |
244 | 244 | </conditions> |
245 | 245 | <actions> |
246 | | - <replace_border id="42" edge="w" with="4658"/> |
| 246 | + <replace_border id="41" edge="s" with="4657"/> |
247 | 247 | </actions> |
248 | 248 | </specific> |
249 | 249 |
|
250 | | - <specific> |
| 250 | + <specific keep_border="true"> |
251 | 251 | <conditions> |
252 | | - <match_border id="49" edge="n"/> |
253 | | - <match_border id="42" edge="w"/> |
| 252 | + <match_border id="41" edge="n"/> |
| 253 | + <match_border id="38" edge="w"/> |
254 | 254 | </conditions> |
255 | 255 | <actions> |
256 | | - <replace_border id="42" edge="w" with="4662"/> |
| 256 | + <replace_border id="41" edge="n" with="4656"/> |
257 | 257 | </actions> |
258 | 258 | </specific> |
259 | 259 |
|
260 | | - <specific> |
| 260 | + <specific keep_border="true"> |
261 | 261 | <conditions> |
262 | | - <match_border id="49" edge="e"/> |
263 | | - <match_border id="42" edge="s"/> |
| 262 | + <match_border id="41" edge="e"/> |
| 263 | + <match_border id="38" edge="s"/> |
264 | 264 | </conditions> |
265 | 265 | <actions> |
266 | | - <replace_border id="42" edge="s" with="4657"/> |
| 266 | + <replace_border id="41" edge="e" with="4663"/> |
267 | 267 | </actions> |
268 | 268 | </specific> |
269 | 269 |
|
270 | | - <specific> |
| 270 | + <specific keep_border="true"> |
271 | 271 | <conditions> |
272 | | - <match_border id="49" edge="w"/> |
273 | | - <match_border id="42" edge="s"/> |
| 272 | + <match_border id="41" edge="w"/> |
| 273 | + <match_border id="38" edge="s"/> |
274 | 274 | </conditions> |
275 | 275 | <actions> |
276 | | - <replace_border id="42" edge="s" with="4661"/> |
| 276 | + <replace_border id="41" edge="w" with="4662"/> |
277 | 277 | </actions> |
278 | 278 | </specific> |
279 | 279 |
|
280 | | - <specific> |
| 280 | + <specific keep_border="true"> |
281 | 281 | <conditions> |
282 | | - <match_border id="49" edge="e"/> |
283 | | - <match_border id="42" edge="n"/> |
| 282 | + <match_border id="41" edge="e"/> |
| 283 | + <match_border id="38" edge="n"/> |
284 | 284 | </conditions> |
285 | 285 | <actions> |
286 | | - <replace_border id="42" edge="n" with="4656"/> |
| 286 | + <replace_border id="41" edge="e" with="4659"/> |
287 | 287 | </actions> |
288 | 288 | </specific> |
289 | 289 |
|
290 | | - <specific> |
| 290 | + <specific keep_border="true"> |
291 | 291 | <conditions> |
292 | | - <match_border id="49" edge="w"/> |
293 | | - <match_border id="42" edge="n"/> |
| 292 | + <match_border id="41" edge="w"/> |
| 293 | + <match_border id="38" edge="n"/> |
294 | 294 | </conditions> |
295 | 295 | <actions> |
296 | | - <replace_border id="42" edge="n" with="4660"/> |
| 296 | + <replace_border id="41" edge="w" with="4658"/> |
297 | 297 | </actions> |
298 | 298 | </specific> |
299 | 299 | </border> |
300 | | - |
301 | | - <border align="inner" to="sea" ground_equivalent="231"> |
302 | | - <borderitem edge="n" item="4632"/> |
303 | | - <borderitem edge="e" item="4635"/> |
304 | | - <borderitem edge="s" item="4634"/> |
305 | | - <borderitem edge="w" item="4633"/> |
306 | | - <borderitem edge="cnw" item="4643"/> |
307 | | - <borderitem edge="cne" item="4642"/> |
308 | | - <borderitem edge="csw" item="4641"/> |
309 | | - <borderitem edge="cse" item="4640"/> |
310 | | - <borderitem edge="dnw" item="4639"/> |
311 | | - <borderitem edge="dne" item="4638"/> |
312 | | - <borderitem edge="dsw" item="4637"/> |
313 | | - <borderitem edge="dse" item="4636"/> |
314 | | - </border> |
315 | 300 | <border align="inner" to="none" id="7"/> |
316 | 301 | </brush> |
317 | 302 |
|
|
355 | 340 | <brush name="earth (hard)" type="ground" server_lookid="5711" z-order="9040"> |
356 | 341 | <item id="5711" chance="1"/> |
357 | 342 |
|
358 | | - |
359 | 343 | <border align="outer" id="74"> |
360 | 344 | <!-- border directly above SOFT tile --> |
361 | 345 | <specific> |
|
0 commit comments