annotate demos/rio_de_hola/maps/tourist_beach_test.xml @ 697:ecaa4d98f05f tip

Abstracted the GUI code and refactored the GUIChan-specific code into its own module. * Most of the GUIChan code has been refactored into its own gui/guichan module. However, references to the GuiFont class still persist in the Engine and GuiManager code and these will need further refactoring. * GuiManager is now an abstract base class which specific implementations (e.g. GUIChan) should subclass. * The GUIChan GUI code is now a concrete implementation of GuiManager, most of which is in the new GuiChanGuiManager class. * The GUI code in the Console class has been refactored out of the Console and into the GUIChan module as its own GuiChanConsoleWidget class. The rest of the Console class related to executing commands was left largely unchanged. * Existing client code may need to downcast the GuiManager pointer received from FIFE::Engine::getGuiManager() to GuiChanGuiManager, since not all functionality is represented in the GuiManager abstract base class. Python client code can use the new GuiChanGuiManager.castTo static method for this purpose.
author M. George Hansen <technopolitica@gmail.com>
date Sat, 18 Jun 2011 00:28:40 -1000
parents 7b0bb02e89f9
children
rev   line source
671
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1 <?xml version="1.0" encoding="ascii"?>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2 <map format="1.0" id="TouristBeach">
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3 <import dir="../objects/agents"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4 <import dir="../objects/buildings"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5 <import dir="../objects/clouds"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6 <import dir="../objects/ground"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7 <import dir="../objects/helpers"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8 <import dir="../objects/items"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
9 <import dir="../objects/nature"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
10 <import dir="../objects/items/resort/deck_chairs"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
11 <import file="../objects/ground/water/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
12 <import file="../objects/ground/sands/01/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
13 <import file="../objects/ground/beach/03/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
14 <import file="../objects/ground/beach/04/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
15 <import file="../objects/ground/beach/05/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
16 <import file="../objects/ground/beach/02/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
17 <import file="../objects/ground/beach/01/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
18 <import file="../objects/ground/quays/06/object.xml"></import>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
19 <layer transparency="0" id="TileLayer" x_offset="0.0" x_scale="1.0" pathing="cell_edges_and_diagonals" y_scale="1.0" grid_type="square" y_offset="0.0" rotation="0.0">
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
20 <instances>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
21 <i o="water" r="0" ns="http://www.fifengine.de/xml/rio_de_hola" x="-24.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
22 <i o="water" r="0" x="-23.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
23 <i o="water" r="0" x="-22.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
24 <i o="water" r="0" x="-21.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
25 <i o="water" r="0" x="-20.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
26 <i o="water" r="0" x="-18.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
27 <i o="water" r="0" x="-19.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
28 <i o="water" r="0" x="-15.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
29 <i o="water" r="0" x="-16.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
30 <i o="water" r="0" x="-17.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
31 <i o="water" r="0" x="-14.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
32 <i o="water" r="0" x="-13.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
33 <i o="water" r="0" x="-12.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
34 <i o="water" r="0" x="-11.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
35 <i o="water" r="0" x="-10.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
36 <i o="water" r="0" x="-9.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
37 <i o="water" r="0" x="-4.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
38 <i o="water" r="0" x="-5.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
39 <i o="water" r="0" x="-6.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
40 <i o="water" r="0" x="-7.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
41 <i o="water" r="0" x="-8.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
42 <i o="water" r="0" x="-3.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
43 <i o="water" r="0" x="-2.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
44 <i o="water" r="0" x="-1.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
45 <i o="water" r="0" x="0.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
46 <i o="water" r="0" x="1.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
47 <i o="water" r="0" x="2.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
48 <i o="water" r="0" x="3.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
49 <i o="water" r="0" x="4.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
50 <i o="water" r="0" x="5.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
51 <i o="water" r="0" x="6.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
52 <i o="water" r="0" x="8.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
53 <i o="water" r="0" x="9.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
54 <i o="water" r="0" x="7.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
55 <i o="water" r="0" x="10.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
56 <i o="water" r="0" x="11.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
57 <i o="water" r="0" x="12.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
58 <i o="water" r="0" x="13.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
59 <i o="water" r="0" x="14.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
60 <i o="water" r="0" x="15.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
61 <i o="water" r="0" x="16.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
62 <i o="water" r="0" x="17.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
63 <i o="water" r="0" x="18.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
64 <i o="water" r="0" x="19.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
65 <i o="water" r="0" x="20.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
66 <i o="water" r="0" x="21.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
67 <i o="water" r="0" x="22.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
68 <i o="water" r="0" x="23.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
69 <i o="water" r="0" x="24.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
70 <i o="water" r="0" x="25.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
71 <i o="water" r="0" x="26.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
72 <i o="water" r="0" x="27.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
73 <i o="water" r="0" x="28.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
74 <i o="water" r="0" x="29.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
75 <i o="water" r="0" x="30.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
76 <i o="water" r="0" x="31.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
77 <i o="water" r="0" x="32.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
78 <i o="water" r="0" x="33.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
79 <i o="water" r="0" x="34.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
80 <i o="water" r="0" x="35.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
81 <i o="water" r="0" x="36.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
82 <i o="water" r="0" x="36.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
83 <i o="water" r="0" x="36.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
84 <i o="water" r="0" x="36.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
85 <i o="water" r="0" x="36.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
86 <i o="water" r="0" x="36.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
87 <i o="water" r="0" x="36.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
88 <i o="water" r="0" x="36.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
89 <i o="water" r="0" x="36.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
90 <i o="water" r="0" x="36.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
91 <i o="water" r="0" x="36.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
92 <i o="water" r="0" x="36.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
93 <i o="water" r="0" x="36.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
94 <i o="water" r="0" x="36.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
95 <i o="water" r="0" x="36.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
96 <i o="water" r="0" x="36.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
97 <i o="water" r="0" x="36.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
98 <i o="water" r="0" x="36.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
99 <i o="water" r="0" x="36.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
100 <i o="water" r="0" x="36.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
101 <i o="water" r="0" x="36.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
102 <i o="water" r="0" x="36.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
103 <i o="water" r="0" x="36.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
104 <i o="water" r="0" x="36.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
105 <i o="water" r="0" x="36.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
106 <i o="water" r="0" x="36.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
107 <i o="water" r="0" x="36.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
108 <i o="water" r="0" x="36.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
109 <i o="water" r="0" x="36.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
110 <i o="water" r="0" x="36.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
111 <i o="water" r="0" x="36.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
112 <i o="water" r="0" x="36.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
113 <i o="water" r="0" x="36.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
114 <i o="water" r="0" x="36.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
115 <i o="water" r="0" x="36.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
116 <i o="water" r="0" x="36.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
117 <i o="water" r="0" x="36.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
118 <i o="water" r="0" x="36.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
119 <i o="water" r="0" x="36.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
120 <i o="water" r="0" x="36.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
121 <i o="water" r="0" x="36.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
122 <i o="water" r="0" x="36.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
123 <i o="water" r="0" x="36.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
124 <i o="water" r="0" x="36.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
125 <i o="water" r="0" x="36.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
126 <i o="water" r="0" x="36.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
127 <i o="water" r="0" x="36.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
128 <i o="water" r="0" x="36.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
129 <i o="water" r="0" x="36.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
130 <i o="water" r="0" x="36.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
131 <i o="water" r="0" x="36.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
132 <i o="water" r="0" x="36.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
133 <i o="water" r="0" x="36.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
134 <i o="water" r="0" x="36.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
135 <i o="water" r="0" x="36.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
136 <i o="water" r="0" x="36.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
137 <i o="water" r="0" x="36.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
138 <i o="water" r="0" x="36.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
139 <i o="water" r="0" x="36.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
140 <i o="water" r="0" x="36.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
141 <i o="water" r="0" x="36.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
142 <i o="water" r="0" x="36.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
143 <i o="water" r="0" x="35.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
144 <i o="water" r="0" x="34.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
145 <i o="water" r="0" x="33.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
146 <i o="water" r="0" x="32.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
147 <i o="water" r="0" x="31.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
148 <i o="water" r="0" x="30.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
149 <i o="water" r="0" x="29.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
150 <i o="water" r="0" x="28.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
151 <i o="water" r="0" x="27.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
152 <i o="water" r="0" x="26.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
153 <i o="water" r="0" x="25.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
154 <i o="water" r="0" x="24.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
155 <i o="water" r="0" x="23.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
156 <i o="water" r="0" x="19.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
157 <i o="water" r="0" x="20.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
158 <i o="water" r="0" x="21.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
159 <i o="water" r="0" x="22.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
160 <i o="water" r="0" x="18.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
161 <i o="water" r="0" x="17.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
162 <i o="water" r="0" x="16.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
163 <i o="water" r="0" x="15.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
164 <i o="water" r="0" x="14.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
165 <i o="water" r="0" x="13.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
166 <i o="water" r="0" x="12.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
167 <i o="water" r="0" x="8.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
168 <i o="water" r="0" x="9.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
169 <i o="water" r="0" x="10.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
170 <i o="water" r="0" x="11.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
171 <i o="water" r="0" x="6.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
172 <i o="water" r="0" x="5.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
173 <i o="water" r="0" x="7.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
174 <i o="water" r="0" x="2.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
175 <i o="water" r="0" x="3.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
176 <i o="water" r="0" x="4.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
177 <i o="water" r="0" x="-1.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
178 <i o="water" r="0" x="0.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
179 <i o="water" r="0" x="1.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
180 <i o="water" r="0" x="-2.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
181 <i o="water" r="0" x="-6.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
182 <i o="water" r="0" x="-5.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
183 <i o="water" r="0" x="-4.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
184 <i o="water" r="0" x="-3.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
185 <i o="water" r="0" x="-7.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
186 <i o="water" r="0" x="-8.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
187 <i o="water" r="0" x="-9.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
188 <i o="water" r="0" x="-10.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
189 <i o="water" r="0" x="-11.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
190 <i o="water" r="0" x="-12.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
191 <i o="water" r="0" x="-13.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
192 <i o="water" r="0" x="-17.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
193 <i o="water" r="0" x="-16.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
194 <i o="water" r="0" x="-15.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
195 <i o="water" r="0" x="-18.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
196 <i o="water" r="0" x="-20.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
197 <i o="water" r="0" x="-21.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
198 <i o="water" r="0" x="-19.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
199 <i o="water" r="0" x="-24.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
200 <i o="water" r="0" x="-23.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
201 <i o="water" r="0" x="-22.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
202 <i o="water" r="0" x="-25.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
203 <i o="water" r="0" x="-26.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
204 <i o="water" r="0" x="-27.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
205 <i o="water" r="0" x="-31.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
206 <i o="water" r="0" x="-30.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
207 <i o="water" r="0" x="-29.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
208 <i o="water" r="0" x="-28.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
209 <i o="water" r="0" x="-32.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
210 <i o="water" r="0" x="-33.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
211 <i o="water" r="0" x="-35.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
212 <i o="water" r="0" x="-34.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
213 <i o="water" r="0" x="-35.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
214 <i o="water" r="0" x="-35.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
215 <i o="water" r="0" x="-35.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
216 <i o="water" r="0" x="-35.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
217 <i o="water" r="0" x="-35.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
218 <i o="water" r="0" x="-35.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
219 <i o="water" r="0" x="-35.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
220 <i o="water" r="0" x="-35.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
221 <i o="water" r="0" x="-35.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
222 <i o="water" r="0" x="-35.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
223 <i o="water" r="0" x="-35.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
224 <i o="water" r="0" x="-35.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
225 <i o="water" r="0" x="-35.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
226 <i o="water" r="0" x="-35.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
227 <i o="water" r="0" x="-35.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
228 <i o="water" r="0" x="-35.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
229 <i o="water" r="0" x="-35.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
230 <i o="water" r="0" x="-35.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
231 <i o="water" r="0" x="-35.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
232 <i o="water" r="0" x="-35.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
233 <i o="water" r="0" x="-35.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
234 <i o="water" r="0" x="-35.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
235 <i o="water" r="0" x="-35.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
236 <i o="water" r="0" x="-35.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
237 <i o="water" r="0" x="-35.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
238 <i o="water" r="0" x="-35.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
239 <i o="water" r="0" x="-35.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
240 <i o="water" r="0" x="-35.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
241 <i o="water" r="0" x="-35.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
242 <i o="water" r="0" x="-35.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
243 <i o="water" r="0" x="-35.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
244 <i o="water" r="0" x="-35.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
245 <i o="water" r="0" x="-35.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
246 <i o="water" r="0" x="-35.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
247 <i o="water" r="0" x="-35.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
248 <i o="water" r="0" x="-35.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
249 <i o="water" r="0" x="-35.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
250 <i o="water" r="0" x="-35.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
251 <i o="water" r="0" x="-35.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
252 <i o="water" r="0" x="-35.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
253 <i o="water" r="0" x="-35.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
254 <i o="water" r="0" x="-35.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
255 <i o="water" r="0" x="-35.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
256 <i o="water" r="0" x="-35.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
257 <i o="water" r="0" x="-35.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
258 <i o="water" r="0" x="-35.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
259 <i o="water" r="0" x="-35.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
260 <i o="water" r="0" x="-35.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
261 <i o="water" r="0" x="-35.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
262 <i o="water" r="0" x="-35.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
263 <i o="water" r="0" x="-35.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
264 <i o="water" r="0" x="-35.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
265 <i o="water" r="0" x="-35.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
266 <i o="water" r="0" x="-35.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
267 <i o="water" r="0" x="-35.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
268 <i o="water" r="0" x="-35.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
269 <i o="water" r="0" x="-35.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
270 <i o="water" r="0" x="-35.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
271 <i o="water" r="0" x="-35.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
272 <i o="water" r="0" x="-33.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
273 <i o="water" r="0" x="-32.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
274 <i o="water" r="0" x="-31.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
275 <i o="water" r="0" x="-30.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
276 <i o="water" r="0" x="-25.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
277 <i o="water" r="0" x="-34.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
278 <i o="water" r="0" x="-35.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
279 <i o="water" r="0" x="-14.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
280 <i o="water" r="0" x="-26.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
281 <i o="water" r="0" x="-27.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
282 <i o="water" r="0" x="-28.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
283 <i o="sands:01" r="0" x="-30.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
284 <i o="sands:01" r="0" x="-32.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
285 <i o="sands:01" r="0" x="-22.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
286 <i o="sands:01" r="0" x="-17.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
287 <i o="sands:01" r="0" x="-10.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
288 <i o="sands:01" r="0" x="-1.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
289 <i o="sands:01" r="0" x="-1.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
290 <i o="sands:01" r="0" x="7.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
291 <i o="sands:01" r="0" x="15.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
292 <i o="sands:01" r="0" x="25.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
293 <i o="sands:01" r="0" x="29.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
294 <i o="sands:01" r="0" x="30.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
295 <i o="sands:01" r="0" x="33.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
296 <i o="sands:01" r="0" x="33.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
297 <i o="sands:01" r="0" x="30.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
298 <i o="sands:01" r="0" x="27.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
299 <i o="sands:01" r="0" x="31.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
300 <i o="sands:01" r="0" x="31.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
301 <i o="sands:01" r="0" x="27.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
302 <i o="sands:01" r="0" x="21.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
303 <i o="sands:01" r="0" x="14.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
304 <i o="sands:01" r="0" x="7.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
305 <i o="sands:01" r="0" x="3.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
306 <i o="sands:01" r="0" x="-1.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
307 <i o="sands:01" r="0" x="-5.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
308 <i o="sands:01" r="0" x="-12.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
309 <i o="sands:01" r="0" x="-15.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
310 <i o="sands:01" r="0" x="-21.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
311 <i o="sands:01" r="0" x="-20.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
312 <i o="sands:01" r="0" x="-21.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
313 <i o="sands:01" r="0" x="-23.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
314 <i o="sands:01" r="0" x="-25.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
315 <i o="sands:01" r="0" x="-29.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
316 <i o="sands:01" r="0" x="-31.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
317 <i o="sands:01" r="0" x="-31.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
318 <i o="sands:01" r="0" x="-31.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
319 <i o="sands:01" r="0" x="-30.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
320 <i o="sands:01" r="0" x="-30.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
321 <i o="sands:01" r="0" x="-30.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
322 <i o="sands:01" r="0" x="-29.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
323 <i o="sands:01" r="0" x="-29.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
324 <i o="sands:01" r="0" x="-28.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
325 <i o="sands:01" r="0" x="-28.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
326 <i o="sands:01" r="0" x="-27.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
327 <i o="sands:01" r="0" x="-26.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
328 <i o="sands:01" r="0" x="-25.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
329 <i o="sands:01" r="0" x="-24.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
330 <i o="sands:01" r="0" x="-24.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
331 <i o="sands:01" r="0" x="-23.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
332 <i o="sands:01" r="0" x="-25.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
333 <i o="sands:01" r="0" x="-22.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
334 <i o="sands:01" r="0" x="-21.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
335 <i o="sands:01" r="0" x="-20.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
336 <i o="sands:01" r="0" x="-19.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
337 <i o="sands:01" r="0" x="-19.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
338 <i o="sands:01" r="0" x="-18.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
339 <i o="sands:01" r="0" x="-18.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
340 <i o="sands:01" r="0" x="-17.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
341 <i o="sands:01" r="0" x="-16.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
342 <i o="sands:01" r="0" x="-16.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
343 <i o="sands:01" r="0" x="-15.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
344 <i o="sands:01" r="0" x="-14.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
345 <i o="sands:01" r="0" x="-14.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
346 <i o="sands:01" r="0" x="-13.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
347 <i o="sands:01" r="0" x="-12.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
348 <i o="sands:01" r="0" x="-15.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
349 <i o="sands:01" r="0" x="-13.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
350 <i o="sands:01" r="0" x="-12.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
351 <i o="sands:01" r="0" x="-11.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
352 <i o="sands:01" r="0" x="-10.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
353 <i o="sands:01" r="0" x="-9.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
354 <i o="sands:01" r="0" x="-8.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
355 <i o="sands:01" r="0" x="-7.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
356 <i o="sands:01" r="0" x="-6.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
357 <i o="sands:01" r="0" x="-5.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
358 <i o="sands:01" r="0" x="-4.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
359 <i o="sands:01" r="0" x="-3.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
360 <i o="sands:01" r="0" x="-2.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
361 <i o="sands:01" r="0" x="-2.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
362 <i o="sands:01" r="0" x="0.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
363 <i o="sands:01" r="0" x="1.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
364 <i o="sands:01" r="0" x="2.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
365 <i o="sands:01" r="0" x="2.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
366 <i o="sands:01" r="0" x="3.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
367 <i o="sands:01" r="0" x="4.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
368 <i o="sands:01" r="0" x="5.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
369 <i o="sands:01" r="0" x="5.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
370 <i o="sands:01" r="0" x="6.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
371 <i o="sands:01" r="0" x="8.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
372 <i o="sands:01" r="0" x="9.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
373 <i o="sands:01" r="0" x="9.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
374 <i o="sands:01" r="0" x="10.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
375 <i o="sands:01" r="0" x="11.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
376 <i o="sands:01" r="0" x="12.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
377 <i o="sands:01" r="0" x="13.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
378 <i o="sands:01" r="0" x="14.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
379 <i o="sands:01" r="0" x="16.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
380 <i o="sands:01" r="0" x="17.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
381 <i o="sands:01" r="0" x="18.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
382 <i o="sands:01" r="0" x="19.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
383 <i o="sands:01" r="0" x="20.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
384 <i o="sands:01" r="0" x="21.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
385 <i o="sands:01" r="0" x="22.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
386 <i o="sands:01" r="0" x="23.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
387 <i o="sands:01" r="0" x="24.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
388 <i o="sands:01" r="0" x="25.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
389 <i o="sands:01" r="0" x="26.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
390 <i o="sands:01" r="0" x="27.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
391 <i o="sands:01" r="0" x="27.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
392 <i o="sands:01" r="0" x="28.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
393 <i o="sands:01" r="0" x="29.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
394 <i o="sands:01" r="0" x="29.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
395 <i o="sands:01" r="0" x="29.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
396 <i o="sands:01" r="0" x="30.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
397 <i o="sands:01" r="0" x="31.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
398 <i o="sands:01" r="0" x="31.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
399 <i o="sands:01" r="0" x="32.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
400 <i o="sands:01" r="0" x="32.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
401 <i o="sands:01" r="0" x="33.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
402 <i o="sands:01" r="0" x="33.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
403 <i o="sands:01" r="0" x="33.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
404 <i o="sands:01" r="0" x="33.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
405 <i o="sands:01" r="0" x="33.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
406 <i o="sands:01" r="0" x="33.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
407 <i o="sands:01" r="0" x="33.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
408 <i o="sands:01" r="0" x="32.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
409 <i o="sands:01" r="0" x="32.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
410 <i o="sands:01" r="0" x="32.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
411 <i o="sands:01" r="0" x="31.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
412 <i o="sands:01" r="0" x="31.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
413 <i o="sands:01" r="0" x="30.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
414 <i o="sands:01" r="0" x="30.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
415 <i o="sands:01" r="0" x="30.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
416 <i o="sands:01" r="0" x="29.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
417 <i o="sands:01" r="0" x="29.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
418 <i o="sands:01" r="0" x="28.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
419 <i o="sands:01" r="0" x="28.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
420 <i o="sands:01" r="0" x="27.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
421 <i o="sands:01" r="0" x="27.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
422 <i o="sands:01" r="0" x="27.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
423 <i o="sands:01" r="0" x="28.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
424 <i o="sands:01" r="0" x="28.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
425 <i o="sands:01" r="0" x="29.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
426 <i o="sands:01" r="0" x="29.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
427 <i o="sands:01" r="0" x="30.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
428 <i o="sands:01" r="0" x="30.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
429 <i o="sands:01" r="0" x="31.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
430 <i o="sands:01" r="0" x="31.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
431 <i o="sands:01" r="0" x="31.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
432 <i o="sands:01" r="0" x="31.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
433 <i o="sands:01" r="0" x="31.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
434 <i o="sands:01" r="0" x="31.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
435 <i o="sands:01" r="0" x="31.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
436 <i o="sands:01" r="0" x="31.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
437 <i o="sands:01" r="0" x="31.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
438 <i o="sands:01" r="0" x="31.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
439 <i o="sands:01" r="0" x="31.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
440 <i o="sands:01" r="0" x="30.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
441 <i o="sands:01" r="0" x="29.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
442 <i o="sands:01" r="0" x="28.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
443 <i o="sands:01" r="0" x="28.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
444 <i o="sands:01" r="0" x="28.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
445 <i o="sands:01" r="0" x="27.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
446 <i o="sands:01" r="0" x="26.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
447 <i o="sands:01" r="0" x="25.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
448 <i o="sands:01" r="0" x="25.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
449 <i o="sands:01" r="0" x="24.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
450 <i o="sands:01" r="0" x="23.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
451 <i o="sands:01" r="0" x="22.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
452 <i o="sands:01" r="0" x="22.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
453 <i o="sands:01" r="0" x="22.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
454 <i o="sands:01" r="0" x="20.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
455 <i o="sands:01" r="0" x="19.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
456 <i o="sands:01" r="0" x="18.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
457 <i o="sands:01" r="0" x="17.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
458 <i o="sands:01" r="0" x="17.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
459 <i o="sands:01" r="0" x="16.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
460 <i o="sands:01" r="0" x="15.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
461 <i o="sands:01" r="0" x="13.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
462 <i o="sands:01" r="0" x="13.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
463 <i o="sands:01" r="0" x="12.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
464 <i o="sands:01" r="0" x="11.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
465 <i o="sands:01" r="0" x="10.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
466 <i o="sands:01" r="0" x="9.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
467 <i o="sands:01" r="0" x="8.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
468 <i o="sands:01" r="0" x="8.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
469 <i o="sands:01" r="0" x="7.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
470 <i o="sands:01" r="0" x="6.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
471 <i o="sands:01" r="0" x="6.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
472 <i o="sands:01" r="0" x="5.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
473 <i o="sands:01" r="0" x="5.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
474 <i o="sands:01" r="0" x="4.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
475 <i o="sands:01" r="0" x="3.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
476 <i o="sands:01" r="0" x="2.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
477 <i o="sands:01" r="0" x="2.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
478 <i o="sands:01" r="0" x="1.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
479 <i o="sands:01" r="0" x="1.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
480 <i o="sands:01" r="0" x="0.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
481 <i o="sands:01" r="0" x="0.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
482 <i o="sands:01" r="0" x="-1.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
483 <i o="sands:01" r="0" x="-1.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
484 <i o="sands:01" r="0" x="-2.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
485 <i o="sands:01" r="0" x="-2.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
486 <i o="sands:01" r="0" x="-3.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
487 <i o="sands:01" r="0" x="-3.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
488 <i o="sands:01" r="0" x="-4.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
489 <i o="sands:01" r="0" x="-6.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
490 <i o="sands:01" r="0" x="-6.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
491 <i o="sands:01" r="0" x="-7.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
492 <i o="sands:01" r="0" x="-8.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
493 <i o="sands:01" r="0" x="-8.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
494 <i o="sands:01" r="0" x="-9.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
495 <i o="sands:01" r="0" x="-10.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
496 <i o="sands:01" r="0" x="-11.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
497 <i o="sands:01" r="0" x="-12.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
498 <i o="sands:01" r="0" x="-13.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
499 <i o="sands:01" r="0" x="-13.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
500 <i o="sands:01" r="0" x="-14.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
501 <i o="sands:01" r="0" x="-14.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
502 <i o="sands:01" r="0" x="-14.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
503 <i o="sands:01" r="0" x="-15.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
504 <i o="sands:01" r="0" x="-16.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
505 <i o="sands:01" r="0" x="-16.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
506 <i o="sands:01" r="0" x="-17.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
507 <i o="sands:01" r="0" x="-18.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
508 <i o="sands:01" r="0" x="-19.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
509 <i o="sands:01" r="0" x="-19.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
510 <i o="sands:01" r="0" x="-20.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
511 <i o="sands:01" r="0" x="-20.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
512 <i o="sands:01" r="0" x="-20.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
513 <i o="sands:01" r="0" x="-20.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
514 <i o="sands:01" r="0" x="-20.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
515 <i o="sands:01" r="0" x="-20.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
516 <i o="sands:01" r="0" x="-21.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
517 <i o="sands:01" r="0" x="-21.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
518 <i o="sands:01" r="0" x="-20.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
519 <i o="sands:01" r="0" x="-20.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
520 <i o="sands:01" r="0" x="-20.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
521 <i o="sands:01" r="0" x="-21.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
522 <i o="sands:01" r="0" x="-22.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
523 <i o="sands:01" r="0" x="-22.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
524 <i o="sands:01" r="0" x="-23.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
525 <i o="sands:01" r="0" x="-24.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
526 <i o="sands:01" r="0" x="-24.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
527 <i o="sands:01" r="0" x="-24.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
528 <i o="sands:01" r="0" x="-25.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
529 <i o="sands:01" r="0" x="-26.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
530 <i o="sands:01" r="0" x="-26.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
531 <i o="sands:01" r="0" x="-26.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
532 <i o="sands:01" r="0" x="-27.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
533 <i o="sands:01" r="0" x="-27.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
534 <i o="sands:01" r="0" x="-28.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
535 <i o="sands:01" r="0" x="-29.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
536 <i o="sands:01" r="0" x="-30.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
537 <i o="sands:01" r="0" x="-30.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
538 <i o="sands:01" r="0" x="-31.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
539 <i o="sands:01" r="0" x="-31.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
540 <i o="sands:01" r="0" x="-32.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
541 <i o="sands:01" r="0" x="-23.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
542 <i o="sands:01" r="0" x="-24.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
543 <i o="sands:01" r="0" x="-25.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
544 <i o="sands:01" r="0" x="-25.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
545 <i o="sands:01" r="0" x="-26.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
546 <i o="sands:01" r="0" x="-27.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
547 <i o="sands:01" r="0" x="-27.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
548 <i o="sands:01" r="0" x="-28.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
549 <i o="sands:01" r="0" x="-28.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
550 <i o="sands:01" r="0" x="-28.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
551 <i o="sands:01" r="0" x="-29.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
552 <i o="sands:01" r="0" x="-29.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
553 <i o="sands:01" r="0" x="-29.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
554 <i o="sands:01" r="0" x="-30.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
555 <i o="sands:01" r="0" x="-30.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
556 <i o="sands:01" r="0" x="-29.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
557 <i o="sands:01" r="0" x="-28.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
558 <i o="sands:01" r="0" x="-27.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
559 <i o="sands:01" r="0" x="-27.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
560 <i o="sands:01" r="0" x="-28.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
561 <i o="sands:01" r="0" x="-28.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
562 <i o="sands:01" r="0" x="-29.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
563 <i o="sands:01" r="0" x="-28.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
564 <i o="sands:01" r="0" x="-27.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
565 <i o="sands:01" r="0" x="-30.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
566 <i o="sands:01" r="0" x="-29.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
567 <i o="sands:01" r="0" x="-28.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
568 <i o="sands:01" r="0" x="-27.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
569 <i o="sands:01" r="0" x="-26.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
570 <i o="sands:01" r="0" x="-25.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
571 <i o="sands:01" r="0" x="-24.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
572 <i o="sands:01" r="0" x="-24.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
573 <i o="sands:01" r="0" x="-26.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
574 <i o="sands:01" r="0" x="-25.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
575 <i o="sands:01" r="0" x="-24.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
576 <i o="sands:01" r="0" x="-23.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
577 <i o="sands:01" r="0" x="-25.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
578 <i o="sands:01" r="0" x="-26.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
579 <i o="sands:01" r="0" x="-26.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
580 <i o="sands:01" r="0" x="-25.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
581 <i o="sands:01" r="0" x="-24.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
582 <i o="sands:01" r="0" x="-23.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
583 <i o="sands:01" r="0" x="-26.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
584 <i o="sands:01" r="0" x="-25.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
585 <i o="sands:01" r="0" x="-27.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
586 <i o="sands:01" r="0" x="-26.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
587 <i o="sands:01" r="0" x="-26.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
588 <i o="sands:01" r="0" x="-27.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
589 <i o="sands:01" r="0" x="-26.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
590 <i o="sands:01" r="0" x="-26.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
591 <i o="sands:01" r="0" x="-25.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
592 <i o="sands:01" r="0" x="-25.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
593 <i o="sands:01" r="0" x="-26.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
594 <i o="sands:01" r="0" x="-27.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
595 <i o="sands:01" r="0" x="-25.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
596 <i o="sands:01" r="0" x="-24.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
597 <i o="sands:01" r="0" x="-23.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
598 <i o="sands:01" r="0" x="-22.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
599 <i o="sands:01" r="0" x="-21.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
600 <i o="sands:01" r="0" x="-23.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
601 <i o="sands:01" r="0" x="-24.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
602 <i o="sands:01" r="0" x="-24.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
603 <i o="sands:01" r="0" x="-22.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
604 <i o="sands:01" r="0" x="-22.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
605 <i o="sands:01" r="0" x="-23.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
606 <i o="sands:01" r="0" x="-23.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
607 <i o="sands:01" r="0" x="-24.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
608 <i o="sands:01" r="0" x="-25.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
609 <i o="sands:01" r="0" x="-25.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
610 <i o="sands:01" r="0" x="-22.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
611 <i o="sands:01" r="0" x="-21.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
612 <i o="sands:01" r="0" x="-20.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
613 <i o="sands:01" r="0" x="-19.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
614 <i o="sands:01" r="0" x="-20.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
615 <i o="sands:01" r="0" x="-21.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
616 <i o="sands:01" r="0" x="-23.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
617 <i o="sands:01" r="0" x="-21.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
618 <i o="sands:01" r="0" x="-20.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
619 <i o="sands:01" r="0" x="-19.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
620 <i o="sands:01" r="0" x="-22.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
621 <i o="sands:01" r="0" x="-22.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
622 <i o="sands:01" r="0" x="-21.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
623 <i o="sands:01" r="0" x="-20.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
624 <i o="sands:01" r="0" x="-21.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
625 <i o="sands:01" r="0" x="-20.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
626 <i o="sands:01" r="0" x="-22.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
627 <i o="sands:01" r="0" x="-23.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
628 <i o="sands:01" r="0" x="-24.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
629 <i o="sands:01" r="0" x="-24.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
630 <i o="sands:01" r="0" x="-24.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
631 <i o="sands:01" r="0" x="-23.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
632 <i o="sands:01" r="0" x="-23.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
633 <i o="sands:01" r="0" x="-23.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
634 <i o="sands:01" r="0" x="-23.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
635 <i o="sands:01" r="0" x="-22.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
636 <i o="sands:01" r="0" x="-21.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
637 <i o="sands:01" r="0" x="-20.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
638 <i o="sands:01" r="0" x="-21.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
639 <i o="sands:01" r="0" x="-22.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
640 <i o="sands:01" r="0" x="-24.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
641 <i o="sands:01" r="0" x="-25.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
642 <i o="sands:01" r="0" x="-22.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
643 <i o="sands:01" r="0" x="-21.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
644 <i o="sands:01" r="0" x="-20.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
645 <i o="sands:01" r="0" x="-19.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
646 <i o="sands:01" r="0" x="-20.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
647 <i o="sands:01" r="0" x="-21.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
648 <i o="sands:01" r="0" x="-22.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
649 <i o="sands:01" r="0" x="-22.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
650 <i o="sands:01" r="0" x="-23.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
651 <i o="sands:01" r="0" x="-22.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
652 <i o="sands:01" r="0" x="-22.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
653 <i o="sands:01" r="0" x="-21.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
654 <i o="sands:01" r="0" x="-21.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
655 <i o="sands:01" r="0" x="-20.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
656 <i o="sands:01" r="0" x="-20.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
657 <i o="sands:01" r="0" x="-19.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
658 <i o="sands:01" r="0" x="-19.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
659 <i o="sands:01" r="0" x="-18.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
660 <i o="sands:01" r="0" x="-18.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
661 <i o="sands:01" r="0" x="-17.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
662 <i o="sands:01" r="0" x="-17.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
663 <i o="sands:01" r="0" x="-18.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
664 <i o="sands:01" r="0" x="-17.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
665 <i o="sands:01" r="0" x="-18.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
666 <i o="sands:01" r="0" x="-19.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
667 <i o="sands:01" r="0" x="-19.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
668 <i o="sands:01" r="0" x="-20.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
669 <i o="sands:01" r="0" x="-21.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
670 <i o="sands:01" r="0" x="-21.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
671 <i o="sands:01" r="0" x="-20.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
672 <i o="sands:01" r="0" x="-20.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
673 <i o="sands:01" r="0" x="-19.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
674 <i o="sands:01" r="0" x="-19.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
675 <i o="sands:01" r="0" x="-18.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
676 <i o="sands:01" r="0" x="-17.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
677 <i o="sands:01" r="0" x="-17.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
678 <i o="sands:01" r="0" x="-18.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
679 <i o="sands:01" r="0" x="-19.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
680 <i o="sands:01" r="0" x="-19.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
681 <i o="sands:01" r="0" x="-19.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
682 <i o="sands:01" r="0" x="-18.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
683 <i o="sands:01" r="0" x="-20.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
684 <i o="sands:01" r="0" x="-19.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
685 <i o="sands:01" r="0" x="-18.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
686 <i o="sands:01" r="0" x="-18.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
687 <i o="sands:01" r="0" x="-18.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
688 <i o="sands:01" r="0" x="-18.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
689 <i o="sands:01" r="0" x="-17.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
690 <i o="sands:01" r="0" x="-16.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
691 <i o="sands:01" r="0" x="-16.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
692 <i o="sands:01" r="0" x="-17.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
693 <i o="sands:01" r="0" x="-17.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
694 <i o="sands:01" r="0" x="-17.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
695 <i o="sands:01" r="0" x="-16.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
696 <i o="sands:01" r="0" x="-15.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
697 <i o="sands:01" r="0" x="-14.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
698 <i o="sands:01" r="0" x="-14.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
699 <i o="sands:01" r="0" x="-12.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
700 <i o="sands:01" r="0" x="-12.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
701 <i o="sands:01" r="0" x="-12.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
702 <i o="sands:01" r="0" x="-13.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
703 <i o="sands:01" r="0" x="-13.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
704 <i o="sands:01" r="0" x="-14.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
705 <i o="sands:01" r="0" x="-15.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
706 <i o="sands:01" r="0" x="-14.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
707 <i o="sands:01" r="0" x="-14.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
708 <i o="sands:01" r="0" x="-16.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
709 <i o="sands:01" r="0" x="-17.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
710 <i o="sands:01" r="0" x="-17.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
711 <i o="sands:01" r="0" x="-18.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
712 <i o="sands:01" r="0" x="-16.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
713 <i o="sands:01" r="0" x="-15.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
714 <i o="sands:01" r="0" x="-16.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
715 <i o="sands:01" r="0" x="-16.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
716 <i o="sands:01" r="0" x="-17.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
717 <i o="sands:01" r="0" x="-18.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
718 <i o="sands:01" r="0" x="-17.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
719 <i o="sands:01" r="0" x="-16.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
720 <i o="sands:01" r="0" x="-15.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
721 <i o="sands:01" r="0" x="-14.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
722 <i o="sands:01" r="0" x="-13.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
723 <i o="sands:01" r="0" x="-12.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
724 <i o="sands:01" r="0" x="-12.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
725 <i o="sands:01" r="0" x="-11.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
726 <i o="sands:01" r="0" x="-11.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
727 <i o="sands:01" r="0" x="-10.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
728 <i o="sands:01" r="0" x="-10.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
729 <i o="sands:01" r="0" x="-13.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
730 <i o="sands:01" r="0" x="-14.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
731 <i o="sands:01" r="0" x="-15.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
732 <i o="sands:01" r="0" x="-16.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
733 <i o="sands:01" r="0" x="-15.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
734 <i o="sands:01" r="0" x="-13.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
735 <i o="sands:01" r="0" x="-13.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
736 <i o="sands:01" r="0" x="-14.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
737 <i o="sands:01" r="0" x="-12.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
738 <i o="sands:01" r="0" x="-11.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
739 <i o="sands:01" r="0" x="-10.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
740 <i o="sands:01" r="0" x="-10.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
741 <i o="sands:01" r="0" x="-11.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
742 <i o="sands:01" r="0" x="-16.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
743 <i o="sands:01" r="0" x="-15.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
744 <i o="sands:01" r="0" x="-14.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
745 <i o="sands:01" r="0" x="-13.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
746 <i o="sands:01" r="0" x="-12.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
747 <i o="sands:01" r="0" x="-12.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
748 <i o="sands:01" r="0" x="-11.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
749 <i o="sands:01" r="0" x="-15.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
750 <i o="sands:01" r="0" x="-12.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
751 <i o="sands:01" r="0" x="-11.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
752 <i o="sands:01" r="0" x="-10.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
753 <i o="sands:01" r="0" x="-13.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
754 <i o="sands:01" r="0" x="-10.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
755 <i o="sands:01" r="0" x="-9.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
756 <i o="sands:01" r="0" x="-8.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
757 <i o="sands:01" r="0" x="-7.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
758 <i o="sands:01" r="0" x="-9.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
759 <i o="sands:01" r="0" x="-10.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
760 <i o="sands:01" r="0" x="-11.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
761 <i o="sands:01" r="0" x="-8.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
762 <i o="sands:01" r="0" x="-7.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
763 <i o="sands:01" r="0" x="-6.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
764 <i o="sands:01" r="0" x="-6.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
765 <i o="sands:01" r="0" x="-9.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
766 <i o="sands:01" r="0" x="-10.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
767 <i o="sands:01" r="0" x="-9.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
768 <i o="sands:01" r="0" x="-8.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
769 <i o="sands:01" r="0" x="-8.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
770 <i o="sands:01" r="0" x="-11.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
771 <i o="sands:01" r="0" x="-9.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
772 <i o="sands:01" r="0" x="-8.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
773 <i o="sands:01" r="0" x="-8.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
774 <i o="sands:01" r="0" x="-9.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
775 <i o="sands:01" r="0" x="-9.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
776 <i o="sands:01" r="0" x="-9.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
777 <i o="sands:01" r="0" x="-11.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
778 <i o="sands:01" r="0" x="-10.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
779 <i o="sands:01" r="0" x="-7.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
780 <i o="sands:01" r="0" x="-7.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
781 <i o="sands:01" r="0" x="-7.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
782 <i o="sands:01" r="0" x="-6.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
783 <i o="sands:01" r="0" x="-6.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
784 <i o="sands:01" r="0" x="-6.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
785 <i o="sands:01" r="0" x="-7.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
786 <i o="sands:01" r="0" x="-8.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
787 <i o="sands:01" r="0" x="-5.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
788 <i o="sands:01" r="0" x="-4.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
789 <i o="sands:01" r="0" x="-4.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
790 <i o="sands:01" r="0" x="-5.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
791 <i o="sands:01" r="0" x="-7.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
792 <i o="sands:01" r="0" x="-6.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
793 <i o="sands:01" r="0" x="-8.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
794 <i o="sands:01" r="0" x="-9.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
795 <i o="sands:01" r="0" x="-6.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
796 <i o="sands:01" r="0" x="-5.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
797 <i o="sands:01" r="0" x="-4.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
798 <i o="sands:01" r="0" x="-4.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
799 <i o="sands:01" r="0" x="-4.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
800 <i o="sands:01" r="0" x="-5.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
801 <i o="sands:01" r="0" x="-6.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
802 <i o="sands:01" r="0" x="-7.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
803 <i o="sands:01" r="0" x="-3.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
804 <i o="sands:01" r="0" x="-2.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
805 <i o="sands:01" r="0" x="-1.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
806 <i o="sands:01" r="0" x="-2.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
807 <i o="sands:01" r="0" x="-3.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
808 <i o="sands:01" r="0" x="-4.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
809 <i o="sands:01" r="0" x="-5.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
810 <i o="sands:01" r="0" x="-1.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
811 <i o="sands:01" r="0" x="-3.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
812 <i o="sands:01" r="0" x="-4.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
813 <i o="sands:01" r="0" x="-5.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
814 <i o="sands:01" r="0" x="-7.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
815 <i o="sands:01" r="0" x="-5.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
816 <i o="sands:01" r="0" x="-6.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
817 <i o="sands:01" r="0" x="-7.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
818 <i o="sands:01" r="0" x="-8.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
819 <i o="sands:01" r="0" x="-5.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
820 <i o="sands:01" r="0" x="-4.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
821 <i o="sands:01" r="0" x="-4.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
822 <i o="sands:01" r="0" x="-3.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
823 <i o="sands:01" r="0" x="-2.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
824 <i o="sands:01" r="0" x="-1.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
825 <i o="sands:01" r="0" x="1.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
826 <i o="sands:01" r="0" x="1.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
827 <i o="sands:01" r="0" x="2.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
828 <i o="sands:01" r="0" x="2.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
829 <i o="sands:01" r="0" x="3.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
830 <i o="sands:01" r="0" x="0.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
831 <i o="sands:01" r="0" x="2.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
832 <i o="sands:01" r="0" x="3.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
833 <i o="sands:01" r="0" x="4.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
834 <i o="sands:01" r="0" x="0.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
835 <i o="sands:01" r="0" x="-1.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
836 <i o="sands:01" r="0" x="-2.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
837 <i o="sands:01" r="0" x="3.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
838 <i o="sands:01" r="0" x="2.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
839 <i o="sands:01" r="0" x="1.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
840 <i o="sands:01" r="0" x="0.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
841 <i o="sands:01" r="0" x="3.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
842 <i o="sands:01" r="0" x="4.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
843 <i o="sands:01" r="0" x="5.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
844 <i o="sands:01" r="0" x="4.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
845 <i o="sands:01" r="0" x="1.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
846 <i o="sands:01" r="0" x="-3.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
847 <i o="sands:01" r="0" x="-2.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
848 <i o="sands:01" r="0" x="-1.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
849 <i o="sands:01" r="0" x="0.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
850 <i o="sands:01" r="0" x="1.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
851 <i o="sands:01" r="0" x="-3.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
852 <i o="sands:01" r="0" x="-3.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
853 <i o="sands:01" r="0" x="-2.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
854 <i o="sands:01" r="0" x="-1.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
855 <i o="sands:01" r="0" x="-4.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
856 <i o="sands:01" r="0" x="-3.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
857 <i o="sands:01" r="0" x="-3.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
858 <i o="sands:01" r="0" x="-5.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
859 <i o="sands:01" r="0" x="-3.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
860 <i o="sands:01" r="0" x="-3.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
861 <i o="sands:01" r="0" x="-2.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
862 <i o="sands:01" r="0" x="-2.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
863 <i o="sands:01" r="0" x="-1.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
864 <i o="sands:01" r="0" x="0.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
865 <i o="sands:01" r="0" x="0.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
866 <i o="sands:01" r="0" x="-1.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
867 <i o="sands:01" r="0" x="0.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
868 <i o="sands:01" r="0" x="1.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
869 <i o="sands:01" r="0" x="2.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
870 <i o="sands:01" r="0" x="3.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
871 <i o="sands:01" r="0" x="3.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
872 <i o="sands:01" r="0" x="4.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
873 <i o="sands:01" r="0" x="5.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
874 <i o="sands:01" r="0" x="5.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
875 <i o="sands:01" r="0" x="6.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
876 <i o="sands:01" r="0" x="6.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
877 <i o="sands:01" r="0" x="4.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
878 <i o="sands:01" r="0" x="3.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
879 <i o="sands:01" r="0" x="2.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
880 <i o="sands:01" r="0" x="0.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
881 <i o="sands:01" r="0" x="1.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
882 <i o="sands:01" r="0" x="2.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
883 <i o="sands:01" r="0" x="1.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
884 <i o="sands:01" r="0" x="1.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
885 <i o="sands:01" r="0" x="1.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
886 <i o="sands:01" r="0" x="2.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
887 <i o="sands:01" r="0" x="4.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
888 <i o="sands:01" r="0" x="5.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
889 <i o="sands:01" r="0" x="6.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
890 <i o="sands:01" r="0" x="3.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
891 <i o="sands:01" r="0" x="6.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
892 <i o="sands:01" r="0" x="6.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
893 <i o="sands:01" r="0" x="7.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
894 <i o="sands:01" r="0" x="6.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
895 <i o="sands:01" r="0" x="5.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
896 <i o="sands:01" r="0" x="5.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
897 <i o="sands:01" r="0" x="7.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
898 <i o="sands:01" r="0" x="8.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
899 <i o="sands:01" r="0" x="8.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
900 <i o="sands:01" r="0" x="9.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
901 <i o="sands:01" r="0" x="7.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
902 <i o="sands:01" r="0" x="8.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
903 <i o="sands:01" r="0" x="9.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
904 <i o="sands:01" r="0" x="10.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
905 <i o="sands:01" r="0" x="11.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
906 <i o="sands:01" r="0" x="12.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
907 <i o="sands:01" r="0" x="11.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
908 <i o="sands:01" r="0" x="10.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
909 <i o="sands:01" r="0" x="12.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
910 <i o="sands:01" r="0" x="13.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
911 <i o="sands:01" r="0" x="14.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
912 <i o="sands:01" r="0" x="9.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
913 <i o="sands:01" r="0" x="8.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
914 <i o="sands:01" r="0" x="12.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
915 <i o="sands:01" r="0" x="11.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
916 <i o="sands:01" r="0" x="10.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
917 <i o="sands:01" r="0" x="6.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
918 <i o="sands:01" r="0" x="4.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
919 <i o="sands:01" r="0" x="5.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
920 <i o="sands:01" r="0" x="7.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
921 <i o="sands:01" r="0" x="8.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
922 <i o="sands:01" r="0" x="12.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
923 <i o="sands:01" r="0" x="7.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
924 <i o="sands:01" r="0" x="3.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
925 <i o="sands:01" r="0" x="4.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
926 <i o="sands:01" r="0" x="5.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
927 <i o="sands:01" r="0" x="6.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
928 <i o="sands:01" r="0" x="7.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
929 <i o="sands:01" r="0" x="6.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
930 <i o="sands:01" r="0" x="7.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
931 <i o="sands:01" r="0" x="8.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
932 <i o="sands:01" r="0" x="8.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
933 <i o="sands:01" r="0" x="8.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
934 <i o="sands:01" r="0" x="7.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
935 <i o="sands:01" r="0" x="7.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
936 <i o="sands:01" r="0" x="7.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
937 <i o="sands:01" r="0" x="8.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
938 <i o="sands:01" r="0" x="9.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
939 <i o="sands:01" r="0" x="6.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
940 <i o="sands:01" r="0" x="9.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
941 <i o="sands:01" r="0" x="10.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
942 <i o="sands:01" r="0" x="11.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
943 <i o="sands:01" r="0" x="11.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
944 <i o="sands:01" r="0" x="10.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
945 <i o="sands:01" r="0" x="9.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
946 <i o="sands:01" r="0" x="13.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
947 <i o="sands:01" r="0" x="15.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
948 <i o="sands:01" r="0" x="16.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
949 <i o="sands:01" r="0" x="15.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
950 <i o="sands:01" r="0" x="14.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
951 <i o="sands:01" r="0" x="16.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
952 <i o="sands:01" r="0" x="17.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
953 <i o="sands:01" r="0" x="18.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
954 <i o="sands:01" r="0" x="18.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
955 <i o="sands:01" r="0" x="18.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
956 <i o="sands:01" r="0" x="17.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
957 <i o="sands:01" r="0" x="13.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
958 <i o="sands:01" r="0" x="8.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
959 <i o="sands:01" r="0" x="9.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
960 <i o="sands:01" r="0" x="10.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
961 <i o="sands:01" r="0" x="11.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
962 <i o="sands:01" r="0" x="9.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
963 <i o="sands:01" r="0" x="10.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
964 <i o="sands:01" r="0" x="11.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
965 <i o="sands:01" r="0" x="11.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
966 <i o="sands:01" r="0" x="12.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
967 <i o="sands:01" r="0" x="12.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
968 <i o="sands:01" r="0" x="13.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
969 <i o="sands:01" r="0" x="13.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
970 <i o="sands:01" r="0" x="14.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
971 <i o="sands:01" r="0" x="15.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
972 <i o="sands:01" r="0" x="16.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
973 <i o="sands:01" r="0" x="15.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
974 <i o="sands:01" r="0" x="14.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
975 <i o="sands:01" r="0" x="15.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
976 <i o="sands:01" r="0" x="16.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
977 <i o="sands:01" r="0" x="17.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
978 <i o="sands:01" r="0" x="18.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
979 <i o="sands:01" r="0" x="14.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
980 <i o="sands:01" r="0" x="19.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
981 <i o="sands:01" r="0" x="20.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
982 <i o="sands:01" r="0" x="21.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
983 <i o="sands:01" r="0" x="22.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
984 <i o="sands:01" r="0" x="23.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
985 <i o="sands:01" r="0" x="20.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
986 <i o="sands:01" r="0" x="19.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
987 <i o="sands:01" r="0" x="21.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
988 <i o="sands:01" r="0" x="24.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
989 <i o="sands:01" r="0" x="25.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
990 <i o="sands:01" r="0" x="25.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
991 <i o="sands:01" r="0" x="24.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
992 <i o="sands:01" r="0" x="23.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
993 <i o="sands:01" r="0" x="22.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
994 <i o="sands:01" r="0" x="10.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
995 <i o="sands:01" r="0" x="12.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
996 <i o="sands:01" r="0" x="13.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
997 <i o="sands:01" r="0" x="14.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
998 <i o="sands:01" r="0" x="15.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
999 <i o="sands:01" r="0" x="16.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1000 <i o="sands:01" r="0" x="17.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1001 <i o="sands:01" r="0" x="18.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1002 <i o="sands:01" r="0" x="18.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1003 <i o="sands:01" r="0" x="17.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1004 <i o="sands:01" r="0" x="13.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1005 <i o="sands:01" r="0" x="13.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1006 <i o="sands:01" r="0" x="14.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1007 <i o="sands:01" r="0" x="14.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1008 <i o="sands:01" r="0" x="15.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1009 <i o="sands:01" r="0" x="16.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1010 <i o="sands:01" r="0" x="12.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1011 <i o="sands:01" r="0" x="19.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1012 <i o="sands:01" r="0" x="20.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1013 <i o="sands:01" r="0" x="20.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1014 <i o="sands:01" r="0" x="19.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1015 <i o="sands:01" r="0" x="18.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1016 <i o="sands:01" r="0" x="17.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1017 <i o="sands:01" r="0" x="16.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1018 <i o="sands:01" r="0" x="13.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1019 <i o="sands:01" r="0" x="14.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1020 <i o="sands:01" r="0" x="15.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1021 <i o="sands:01" r="0" x="16.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1022 <i o="sands:01" r="0" x="21.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1023 <i o="sands:01" r="0" x="22.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1024 <i o="sands:01" r="0" x="21.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1025 <i o="sands:01" r="0" x="20.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1026 <i o="sands:01" r="0" x="19.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1027 <i o="sands:01" r="0" x="18.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1028 <i o="sands:01" r="0" x="17.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1029 <i o="sands:01" r="0" x="21.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1030 <i o="sands:01" r="0" x="17.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1031 <i o="sands:01" r="0" x="18.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1032 <i o="sands:01" r="0" x="19.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1033 <i o="sands:01" r="0" x="19.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1034 <i o="sands:01" r="0" x="20.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1035 <i o="sands:01" r="0" x="21.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1036 <i o="sands:01" r="0" x="21.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1037 <i o="sands:01" r="0" x="22.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1038 <i o="sands:01" r="0" x="20.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1039 <i o="sands:01" r="0" x="19.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1040 <i o="sands:01" r="0" x="23.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1041 <i o="sands:01" r="0" x="23.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1042 <i o="sands:01" r="0" x="24.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1043 <i o="sands:01" r="0" x="24.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1044 <i o="sands:01" r="0" x="24.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1045 <i o="sands:01" r="0" x="23.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1046 <i o="sands:01" r="0" x="22.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1047 <i o="sands:01" r="0" x="24.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1048 <i o="sands:01" r="0" x="25.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1049 <i o="sands:01" r="0" x="26.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1050 <i o="sands:01" r="0" x="27.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1051 <i o="sands:01" r="0" x="27.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1052 <i o="sands:01" r="0" x="27.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1053 <i o="sands:01" r="0" x="28.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1054 <i o="sands:01" r="0" x="28.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1055 <i o="sands:01" r="0" x="28.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1056 <i o="sands:01" r="0" x="26.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1057 <i o="sands:01" r="0" x="25.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1058 <i o="sands:01" r="0" x="25.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1059 <i o="sands:01" r="0" x="25.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1060 <i o="sands:01" r="0" x="26.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1061 <i o="sands:01" r="0" x="22.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1062 <i o="sands:01" r="0" x="22.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1063 <i o="sands:01" r="0" x="23.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1064 <i o="sands:01" r="0" x="24.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1065 <i o="sands:01" r="0" x="25.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1066 <i o="sands:01" r="0" x="23.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1067 <i o="sands:01" r="0" x="23.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1068 <i o="sands:01" r="0" x="20.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1069 <i o="sands:01" r="0" x="21.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1070 <i o="sands:01" r="0" x="22.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1071 <i o="sands:01" r="0" x="23.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1072 <i o="sands:01" r="0" x="24.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1073 <i o="sands:01" r="0" x="25.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1074 <i o="sands:01" r="0" x="19.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1075 <i o="sands:01" r="0" x="26.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1076 <i o="sands:01" r="0" x="27.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1077 <i o="sands:01" r="0" x="27.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1078 <i o="sands:01" r="0" x="28.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1079 <i o="sands:01" r="0" x="28.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1080 <i o="sands:01" r="0" x="27.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1081 <i o="sands:01" r="0" x="27.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1082 <i o="sands:01" r="0" x="26.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1083 <i o="sands:01" r="0" x="26.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1084 <i o="sands:01" r="0" x="26.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1085 <i o="sands:01" r="0" x="29.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1086 <i o="sands:01" r="0" x="28.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1087 <i o="sands:01" r="0" x="30.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1088 <i o="sands:01" r="0" x="31.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1089 <i o="sands:01" r="0" x="32.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1090 <i o="sands:01" r="0" x="32.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1091 <i o="sands:01" r="0" x="32.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1092 <i o="sands:01" r="0" x="31.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1093 <i o="sands:01" r="0" x="31.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1094 <i o="sands:01" r="0" x="31.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1095 <i o="sands:01" r="0" x="31.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1096 <i o="sands:01" r="0" x="31.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1097 <i o="sands:01" r="0" x="31.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1098 <i o="sands:01" r="0" x="31.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1099 <i o="sands:01" r="0" x="30.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1100 <i o="sands:01" r="0" x="32.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1101 <i o="sands:01" r="0" x="32.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1102 <i o="sands:01" r="0" x="32.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1103 <i o="sands:01" r="0" x="32.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1104 <i o="sands:01" r="0" x="31.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1105 <i o="sands:01" r="0" x="30.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1106 <i o="sands:01" r="0" x="30.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1107 <i o="sands:01" r="0" x="29.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1108 <i o="sands:01" r="0" x="29.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1109 <i o="sands:01" r="0" x="29.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1110 <i o="sands:01" r="0" x="31.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1111 <i o="sands:01" r="0" x="28.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1112 <i o="sands:01" r="0" x="30.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1113 <i o="sands:01" r="0" x="29.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1114 <i o="sands:01" r="0" x="28.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1115 <i o="sands:01" r="0" x="28.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1116 <i o="sands:01" r="0" x="28.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1117 <i o="sands:01" r="0" x="28.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1118 <i o="sands:01" r="0" x="29.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1119 <i o="sands:01" r="0" x="28.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1120 <i o="sands:01" r="0" x="29.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1121 <i o="sands:01" r="0" x="29.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1122 <i o="sands:01" r="0" x="28.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1123 <i o="sands:01" r="0" x="30.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1124 <i o="sands:01" r="0" x="30.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1125 <i o="sands:01" r="0" x="30.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1126 <i o="sands:01" r="0" x="29.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1127 <i o="sands:01" r="0" x="28.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1128 <i o="sands:01" r="0" x="28.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1129 <i o="sands:01" r="0" x="28.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1130 <i o="sands:01" r="0" x="27.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1131 <i o="sands:01" r="0" x="27.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1132 <i o="sands:01" r="0" x="28.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1133 <i o="sands:01" r="0" x="29.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1134 <i o="sands:01" r="0" x="30.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1135 <i o="sands:01" r="0" x="30.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1136 <i o="sands:01" r="0" x="30.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1137 <i o="sands:01" r="0" x="30.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1138 <i o="sands:01" r="0" x="29.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1139 <i o="sands:01" r="0" x="29.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1140 <i o="sands:01" r="0" x="29.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1141 <i o="sands:01" r="0" x="30.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1142 <i o="sands:01" r="0" x="27.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1143 <i o="sands:01" r="0" x="27.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1144 <i o="sands:01" r="0" x="28.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1145 <i o="sands:01" r="0" x="28.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1146 <i o="sands:01" r="0" x="28.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1147 <i o="sands:01" r="0" x="28.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1148 <i o="sands:01" r="0" x="27.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1149 <i o="sands:01" r="0" x="28.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1150 <i o="sands:01" r="0" x="28.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1151 <i o="sands:01" r="0" x="27.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1152 <i o="sands:01" r="0" x="27.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1153 <i o="sands:01" r="0" x="27.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1154 <i o="sands:01" r="0" x="27.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1155 <i o="sands:01" r="0" x="27.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1156 <i o="sands:01" r="0" x="26.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1157 <i o="sands:01" r="0" x="28.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1158 <i o="sands:01" r="0" x="28.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1159 <i o="sands:01" r="0" x="28.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1160 <i o="sands:01" r="0" x="29.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1161 <i o="sands:01" r="0" x="29.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1162 <i o="sands:01" r="0" x="29.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1163 <i o="sands:01" r="0" x="29.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1164 <i o="sands:01" r="0" x="29.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1165 <i o="sands:01" r="0" x="26.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1166 <i o="sands:01" r="0" x="25.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1167 <i o="sands:01" r="0" x="25.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1168 <i o="sands:01" r="0" x="25.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1169 <i o="sands:01" r="0" x="26.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1170 <i o="sands:01" r="0" x="26.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1171 <i o="sands:01" r="0" x="26.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1172 <i o="sands:01" r="0" x="26.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1173 <i o="sands:01" r="0" x="26.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1174 <i o="sands:01" r="0" x="26.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1175 <i o="sands:01" r="0" x="26.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1176 <i o="sands:01" r="0" x="26.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1177 <i o="sands:01" r="0" x="26.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1178 <i o="sands:01" r="0" x="25.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1179 <i o="sands:01" r="0" x="25.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1180 <i o="sands:01" r="0" x="25.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1181 <i o="sands:01" r="0" x="25.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1182 <i o="sands:01" r="0" x="25.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1183 <i o="sands:01" r="0" x="25.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1184 <i o="sands:01" r="0" x="26.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1185 <i o="sands:01" r="0" x="26.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1186 <i o="sands:01" r="0" x="27.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1187 <i o="sands:01" r="0" x="27.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1188 <i o="sands:01" r="0" x="26.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1189 <i o="sands:01" r="0" x="25.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1190 <i o="sands:01" r="0" x="25.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1191 <i o="sands:01" r="0" x="24.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1192 <i o="sands:01" r="0" x="24.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1193 <i o="sands:01" r="0" x="25.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1194 <i o="sands:01" r="0" x="24.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1195 <i o="sands:01" r="0" x="24.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1196 <i o="sands:01" r="0" x="27.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1197 <i o="sands:01" r="0" x="28.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1198 <i o="sands:01" r="0" x="28.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1199 <i o="sands:01" r="0" x="27.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1200 <i o="sands:01" r="0" x="28.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1201 <i o="sands:01" r="0" x="29.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1202 <i o="sands:01" r="0" x="30.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1203 <i o="sands:01" r="0" x="29.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1204 <i o="sands:01" r="0" x="28.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1205 <i o="sands:01" r="0" x="27.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1206 <i o="sands:01" r="0" x="27.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1207 <i o="sands:01" r="0" x="27.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1208 <i o="sands:01" r="0" x="27.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1209 <i o="sands:01" r="0" x="26.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1210 <i o="sands:01" r="0" x="26.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1211 <i o="sands:01" r="0" x="25.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1212 <i o="sands:01" r="0" x="26.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1213 <i o="sands:01" r="0" x="26.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1214 <i o="sands:01" r="0" x="26.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1215 <i o="sands:01" r="0" x="25.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1216 <i o="sands:01" r="0" x="26.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1217 <i o="sands:01" r="0" x="25.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1218 <i o="sands:01" r="0" x="25.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1219 <i o="sands:01" r="0" x="26.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1220 <i o="sands:01" r="0" x="26.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1221 <i o="sands:01" r="0" x="26.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1222 <i o="sands:01" r="0" x="25.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1223 <i o="sands:01" r="0" x="25.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1224 <i o="sands:01" r="0" x="25.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1225 <i o="sands:01" r="0" x="24.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1226 <i o="sands:01" r="0" x="24.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1227 <i o="sands:01" r="0" x="24.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1228 <i o="sands:01" r="0" x="24.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1229 <i o="sands:01" r="0" x="24.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1230 <i o="sands:01" r="0" x="24.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1231 <i o="sands:01" r="0" x="24.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1232 <i o="sands:01" r="0" x="24.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1233 <i o="sands:01" r="0" x="24.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1234 <i o="sands:01" r="0" x="24.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1235 <i o="sands:01" r="0" x="25.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1236 <i o="sands:01" r="0" x="25.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1237 <i o="sands:01" r="0" x="25.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1238 <i o="sands:01" r="0" x="24.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1239 <i o="sands:01" r="0" x="24.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1240 <i o="sands:01" r="0" x="24.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1241 <i o="sands:01" r="0" x="24.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1242 <i o="sands:01" r="0" x="24.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1243 <i o="sands:01" r="0" x="25.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1244 <i o="sands:01" r="0" x="23.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1245 <i o="sands:01" r="0" x="23.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1246 <i o="sands:01" r="0" x="23.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1247 <i o="sands:01" r="0" x="23.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1248 <i o="sands:01" r="0" x="24.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1249 <i o="sands:01" r="0" x="24.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1250 <i o="sands:01" r="0" x="25.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1251 <i o="sands:01" r="0" x="25.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1252 <i o="sands:01" r="0" x="25.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1253 <i o="sands:01" r="0" x="26.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1254 <i o="sands:01" r="0" x="26.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1255 <i o="sands:01" r="0" x="26.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1256 <i o="sands:01" r="0" x="26.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1257 <i o="sands:01" r="0" x="25.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1258 <i o="sands:01" r="0" x="25.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1259 <i o="sands:01" r="0" x="26.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1260 <i o="sands:01" r="0" x="26.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1261 <i o="sands:01" r="0" x="27.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1262 <i o="sands:01" r="0" x="27.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1263 <i o="sands:01" r="0" x="26.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1264 <i o="sands:01" r="0" x="27.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1265 <i o="sands:01" r="0" x="27.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1266 <i o="sands:01" r="0" x="27.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1267 <i o="sands:01" r="0" x="28.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1268 <i o="sands:01" r="0" x="29.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1269 <i o="sands:01" r="0" x="29.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1270 <i o="sands:01" r="0" x="28.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1271 <i o="sands:01" r="0" x="29.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1272 <i o="sands:01" r="0" x="30.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1273 <i o="sands:01" r="0" x="30.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1274 <i o="sands:01" r="0" x="28.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1275 <i o="sands:01" r="0" x="27.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1276 <i o="sands:01" r="0" x="28.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1277 <i o="sands:01" r="0" x="29.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1278 <i o="sands:01" r="0" x="27.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1279 <i o="sands:01" r="0" x="27.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1280 <i o="sands:01" r="0" x="27.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1281 <i o="sands:01" r="0" x="28.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1282 <i o="sands:01" r="0" x="28.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1283 <i o="sands:01" r="0" x="26.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1284 <i o="sands:01" r="0" x="28.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1285 <i o="sands:01" r="0" x="28.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1286 <i o="sands:01" r="0" x="28.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1287 <i o="sands:01" r="0" x="29.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1288 <i o="sands:01" r="0" x="29.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1289 <i o="sands:01" r="0" x="29.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1290 <i o="sands:01" r="0" x="28.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1291 <i o="sands:01" r="0" x="28.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1292 <i o="sands:01" r="0" x="29.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1293 <i o="sands:01" r="0" x="30.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1294 <i o="sands:01" r="0" x="30.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1295 <i o="sands:01" r="0" x="29.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1296 <i o="sands:01" r="0" x="29.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1297 <i o="sands:01" r="0" x="29.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1298 <i o="sands:01" r="0" x="30.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1299 <i o="sands:01" r="0" x="30.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1300 <i o="sands:01" r="0" x="30.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1301 <i o="sands:01" r="0" x="30.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1302 <i o="sands:01" r="0" x="30.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1303 <i o="sands:01" r="0" x="30.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1304 <i o="sands:01" r="0" x="22.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1305 <i o="sands:01" r="0" x="21.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1306 <i o="sands:01" r="0" x="20.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1307 <i o="sands:01" r="0" x="19.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1308 <i o="sands:01" r="0" x="18.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1309 <i o="sands:01" r="0" x="17.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1310 <i o="sands:01" r="0" x="17.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1311 <i o="sands:01" r="0" x="16.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1312 <i o="sands:01" r="0" x="15.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1313 <i o="sands:01" r="0" x="14.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1314 <i o="sands:01" r="0" x="13.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1315 <i o="sands:01" r="0" x="12.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1316 <i o="sands:01" r="0" x="11.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1317 <i o="sands:01" r="0" x="11.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1318 <i o="sands:01" r="0" x="10.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1319 <i o="sands:01" r="0" x="9.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1320 <i o="sands:01" r="0" x="8.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1321 <i o="sands:01" r="0" x="7.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1322 <i o="sands:01" r="0" x="6.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1323 <i o="sands:01" r="0" x="5.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1324 <i o="sands:01" r="0" x="4.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1325 <i o="sands:01" r="0" x="3.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1326 <i o="sands:01" r="0" x="3.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1327 <i o="sands:01" r="0" x="2.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1328 <i o="sands:01" r="0" x="1.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1329 <i o="sands:01" r="0" x="1.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1330 <i o="sands:01" r="0" x="0.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1331 <i o="sands:01" r="0" x="0.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1332 <i o="sands:01" r="0" x="2.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1333 <i o="sands:01" r="0" x="2.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1334 <i o="sands:01" r="0" x="1.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1335 <i o="sands:01" r="0" x="2.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1336 <i o="sands:01" r="0" x="3.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1337 <i o="sands:01" r="0" x="3.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1338 <i o="sands:01" r="0" x="4.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1339 <i o="sands:01" r="0" x="4.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1340 <i o="sands:01" r="0" x="5.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1341 <i o="sands:01" r="0" x="6.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1342 <i o="sands:01" r="0" x="7.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1343 <i o="sands:01" r="0" x="7.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1344 <i o="sands:01" r="0" x="8.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1345 <i o="sands:01" r="0" x="9.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1346 <i o="sands:01" r="0" x="7.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1347 <i o="sands:01" r="0" x="7.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1348 <i o="sands:01" r="0" x="6.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1349 <i o="sands:01" r="0" x="6.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1350 <i o="sands:01" r="0" x="5.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1351 <i o="sands:01" r="0" x="5.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1352 <i o="sands:01" r="0" x="4.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1353 <i o="sands:01" r="0" x="4.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1354 <i o="sands:01" r="0" x="4.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1355 <i o="sands:01" r="0" x="3.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1356 <i o="sands:01" r="0" x="5.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1357 <i o="sands:01" r="0" x="6.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1358 <i o="sands:01" r="0" x="7.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1359 <i o="sands:01" r="0" x="8.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1360 <i o="sands:01" r="0" x="8.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1361 <i o="sands:01" r="0" x="7.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1362 <i o="sands:01" r="0" x="6.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1363 <i o="sands:01" r="0" x="7.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1364 <i o="sands:01" r="0" x="8.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1365 <i o="sands:01" r="0" x="9.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1366 <i o="sands:01" r="0" x="9.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1367 <i o="sands:01" r="0" x="10.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1368 <i o="sands:01" r="0" x="8.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1369 <i o="sands:01" r="0" x="6.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1370 <i o="sands:01" r="0" x="7.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1371 <i o="sands:01" r="0" x="8.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1372 <i o="sands:01" r="0" x="9.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1373 <i o="sands:01" r="0" x="5.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1374 <i o="sands:01" r="0" x="9.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1375 <i o="sands:01" r="0" x="10.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1376 <i o="sands:01" r="0" x="11.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1377 <i o="sands:01" r="0" x="11.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1378 <i o="sands:01" r="0" x="12.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1379 <i o="sands:01" r="0" x="12.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1380 <i o="sands:01" r="0" x="13.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1381 <i o="sands:01" r="0" x="14.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1382 <i o="sands:01" r="0" x="15.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1383 <i o="sands:01" r="0" x="15.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1384 <i o="sands:01" r="0" x="15.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1385 <i o="sands:01" r="0" x="15.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1386 <i o="sands:01" r="0" x="16.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1387 <i o="sands:01" r="0" x="14.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1388 <i o="sands:01" r="0" x="14.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1389 <i o="sands:01" r="0" x="14.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1390 <i o="sands:01" r="0" x="13.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1391 <i o="sands:01" r="0" x="13.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1392 <i o="sands:01" r="0" x="12.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1393 <i o="sands:01" r="0" x="11.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1394 <i o="sands:01" r="0" x="11.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1395 <i o="sands:01" r="0" x="11.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1396 <i o="sands:01" r="0" x="10.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1397 <i o="sands:01" r="0" x="9.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1398 <i o="sands:01" r="0" x="9.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1399 <i o="sands:01" r="0" x="8.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1400 <i o="sands:01" r="0" x="9.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1401 <i o="sands:01" r="0" x="10.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1402 <i o="sands:01" r="0" x="10.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1403 <i o="sands:01" r="0" x="11.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1404 <i o="sands:01" r="0" x="12.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1405 <i o="sands:01" r="0" x="10.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1406 <i o="sands:01" r="0" x="15.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1407 <i o="sands:01" r="0" x="16.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1408 <i o="sands:01" r="0" x="17.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1409 <i o="sands:01" r="0" x="18.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1410 <i o="sands:01" r="0" x="19.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1411 <i o="sands:01" r="0" x="20.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1412 <i o="sands:01" r="0" x="21.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1413 <i o="sands:01" r="0" x="18.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1414 <i o="sands:01" r="0" x="17.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1415 <i o="sands:01" r="0" x="16.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1416 <i o="sands:01" r="0" x="14.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1417 <i o="sands:01" r="0" x="13.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1418 <i o="sands:01" r="0" x="12.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1419 <i o="sands:01" r="0" x="11.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1420 <i o="sands:01" r="0" x="11.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1421 <i o="sands:01" r="0" x="10.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1422 <i o="sands:01" r="0" x="9.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1423 <i o="sands:01" r="0" x="10.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1424 <i o="sands:01" r="0" x="11.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1425 <i o="sands:01" r="0" x="12.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1426 <i o="sands:01" r="0" x="13.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1427 <i o="sands:01" r="0" x="15.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1428 <i o="sands:01" r="0" x="16.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1429 <i o="sands:01" r="0" x="17.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1430 <i o="sands:01" r="0" x="18.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1431 <i o="sands:01" r="0" x="19.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1432 <i o="sands:01" r="0" x="20.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1433 <i o="sands:01" r="0" x="20.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1434 <i o="sands:01" r="0" x="21.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1435 <i o="sands:01" r="0" x="14.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1436 <i o="sands:01" r="0" x="13.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1437 <i o="sands:01" r="0" x="12.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1438 <i o="sands:01" r="0" x="11.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1439 <i o="sands:01" r="0" x="10.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1440 <i o="sands:01" r="0" x="14.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1441 <i o="sands:01" r="0" x="15.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1442 <i o="sands:01" r="0" x="16.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1443 <i o="sands:01" r="0" x="18.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1444 <i o="sands:01" r="0" x="19.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1445 <i o="sands:01" r="0" x="22.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1446 <i o="sands:01" r="0" x="17.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1447 <i o="sands:01" r="0" x="22.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1448 <i o="sands:01" r="0" x="19.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1449 <i o="sands:01" r="0" x="17.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1450 <i o="sands:01" r="0" x="16.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1451 <i o="sands:01" r="0" x="14.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1452 <i o="sands:01" r="0" x="13.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1453 <i o="sands:01" r="0" x="12.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1454 <i o="sands:01" r="0" x="15.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1455 <i o="sands:01" r="0" x="22.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1456 <i o="sands:01" r="0" x="21.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1457 <i o="sands:01" r="0" x="18.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1458 <i o="sands:01" r="0" x="15.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1459 <i o="sands:01" r="0" x="14.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1460 <i o="sands:01" r="0" x="14.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1461 <i o="sands:01" r="0" x="13.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1462 <i o="sands:01" r="0" x="15.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1463 <i o="sands:01" r="0" x="16.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1464 <i o="sands:01" r="0" x="16.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1465 <i o="sands:01" r="0" x="16.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1466 <i o="sands:01" r="0" x="16.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1467 <i o="sands:01" r="0" x="16.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1468 <i o="sands:01" r="0" x="17.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1469 <i o="sands:01" r="0" x="17.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1470 <i o="sands:01" r="0" x="18.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1471 <i o="sands:01" r="0" x="19.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1472 <i o="sands:01" r="0" x="20.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1473 <i o="sands:01" r="0" x="21.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1474 <i o="sands:01" r="0" x="20.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1475 <i o="sands:01" r="0" x="19.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1476 <i o="sands:01" r="0" x="19.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1477 <i o="sands:01" r="0" x="18.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1478 <i o="sands:01" r="0" x="17.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1479 <i o="sands:01" r="0" x="17.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1480 <i o="sands:01" r="0" x="17.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1481 <i o="sands:01" r="0" x="18.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1482 <i o="sands:01" r="0" x="19.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1483 <i o="sands:01" r="0" x="20.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1484 <i o="sands:01" r="0" x="21.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1485 <i o="sands:01" r="0" x="22.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1486 <i o="sands:01" r="0" x="21.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1487 <i o="sands:01" r="0" x="23.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1488 <i o="sands:01" r="0" x="23.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1489 <i o="sands:01" r="0" x="22.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1490 <i o="sands:01" r="0" x="22.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1491 <i o="sands:01" r="0" x="21.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1492 <i o="sands:01" r="0" x="20.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1493 <i o="sands:01" r="0" x="19.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1494 <i o="sands:01" r="0" x="19.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1495 <i o="sands:01" r="0" x="18.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1496 <i o="sands:01" r="0" x="19.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1497 <i o="sands:01" r="0" x="20.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1498 <i o="sands:01" r="0" x="21.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1499 <i o="sands:01" r="0" x="22.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1500 <i o="sands:01" r="0" x="23.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1501 <i o="sands:01" r="0" x="20.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1502 <i o="sands:01" r="0" x="21.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1503 <i o="sands:01" r="0" x="22.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1504 <i o="sands:01" r="0" x="22.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1505 <i o="sands:01" r="0" x="23.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1506 <i o="sands:01" r="0" x="23.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1507 <i o="sands:01" r="0" x="17.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1508 <i o="sands:01" r="0" x="-11.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1509 <i o="sands:01" r="0" x="-11.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1510 <i o="sands:01" r="0" x="-11.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1511 <i o="sands:01" r="0" x="-11.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1512 <i o="sands:01" r="0" x="-11.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1513 <i o="sands:01" r="0" x="-11.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1514 <i o="sands:01" r="0" x="-11.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1515 <i o="sands:01" r="0" x="-11.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1516 <i o="sands:01" r="0" x="-11.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1517 <i o="sands:01" r="0" x="-11.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1518 <i o="sands:01" r="0" x="-11.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1519 <i o="sands:01" r="0" x="-11.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1520 <i o="sands:01" r="0" x="-11.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1521 <i o="sands:01" r="0" x="-11.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1522 <i o="sands:01" r="0" x="-11.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1523 <i o="sands:01" r="0" x="-11.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1524 <i o="sands:01" r="0" x="-11.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1525 <i o="sands:01" r="0" x="-11.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1526 <i o="sands:01" r="0" x="-11.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1527 <i o="sands:01" r="0" x="-11.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1528 <i o="sands:01" r="0" x="-11.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1529 <i o="sands:01" r="0" x="-11.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1530 <i o="sands:01" r="0" x="-11.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1531 <i o="sands:01" r="0" x="-11.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1532 <i o="sands:01" r="0" x="-11.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1533 <i o="sands:01" r="0" x="-11.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1534 <i o="sands:01" r="0" x="-11.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1535 <i o="sands:01" r="0" x="-11.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1536 <i o="sands:01" r="0" x="-18.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1537 <i o="sands:01" r="0" x="-19.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1538 <i o="sands:01" r="0" x="-19.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1539 <i o="sands:01" r="0" x="-20.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1540 <i o="sands:01" r="0" x="-20.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1541 <i o="sands:01" r="0" x="-21.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1542 <i o="sands:01" r="0" x="-21.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1543 <i o="sands:01" r="0" x="-22.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1544 <i o="sands:01" r="0" x="-22.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1545 <i o="sands:01" r="0" x="-23.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1546 <i o="sands:01" r="0" x="-23.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1547 <i o="sands:01" r="0" x="-24.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1548 <i o="sands:01" r="0" x="-23.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1549 <i o="sands:01" r="0" x="-22.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1550 <i o="sands:01" r="0" x="-20.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1551 <i o="sands:01" r="0" x="-21.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1552 <i o="sands:01" r="0" x="-22.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1553 <i o="sands:01" r="0" x="-21.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1554 <i o="sands:01" r="0" x="-20.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1555 <i o="sands:01" r="0" x="-19.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1556 <i o="sands:01" r="0" x="-18.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1557 <i o="sands:01" r="0" x="-17.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1558 <i o="sands:01" r="0" x="-16.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1559 <i o="sands:01" r="0" x="-14.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1560 <i o="sands:01" r="0" x="-13.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1561 <i o="sands:01" r="0" x="-14.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1562 <i o="sands:01" r="0" x="-15.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1563 <i o="sands:01" r="0" x="-16.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1564 <i o="sands:01" r="0" x="-17.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1565 <i o="sands:01" r="0" x="-18.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1566 <i o="sands:01" r="0" x="-19.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1567 <i o="sands:01" r="0" x="-17.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1568 <i o="sands:01" r="0" x="-16.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1569 <i o="sands:01" r="0" x="-19.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1570 <i o="sands:01" r="0" x="-19.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1571 <i o="sands:01" r="0" x="-20.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1572 <i o="sands:01" r="0" x="-18.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1573 <i o="sands:01" r="0" x="-17.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1574 <i o="sands:01" r="0" x="-15.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1575 <i o="sands:01" r="0" x="-13.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1576 <i o="sands:01" r="0" x="-15.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1577 <i o="sands:01" r="0" x="-14.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1578 <i o="sands:01" r="0" x="-13.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1579 <i o="sands:01" r="0" x="-12.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1580 <i o="sands:01" r="0" x="-12.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1581 <i o="sands:01" r="0" x="-20.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1582 <i o="sands:01" r="0" x="-21.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1583 <i o="sands:01" r="0" x="-18.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1584 <i o="sands:01" r="0" x="-16.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1585 <i o="sands:01" r="0" x="-15.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1586 <i o="sands:01" r="0" x="-14.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1587 <i o="sands:01" r="0" x="-15.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1588 <i o="sands:01" r="0" x="-17.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1589 <i o="sands:01" r="0" x="-17.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1590 <i o="sands:01" r="0" x="-16.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1591 <i o="sands:01" r="0" x="-15.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1592 <i o="sands:01" r="0" x="-13.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1593 <i o="sands:01" r="0" x="-12.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1594 <i o="sands:01" r="0" x="-10.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1595 <i o="sands:01" r="0" x="-14.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1596 <i o="sands:01" r="0" x="-15.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1597 <i o="sands:01" r="0" x="-15.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1598 <i o="sands:01" r="0" x="-14.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1599 <i o="sands:01" r="0" x="-13.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1600 <i o="sands:01" r="0" x="-12.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1601 <i o="sands:01" r="0" x="-12.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1602 <i o="sands:01" r="0" x="-13.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1603 <i o="sands:01" r="0" x="-14.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1604 <i o="sands:01" r="0" x="-13.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1605 <i o="sands:01" r="0" x="-15.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1606 <i o="sands:01" r="0" x="-12.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1607 <i o="sands:01" r="0" x="-16.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1608 <i o="sands:01" r="0" x="-16.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1609 <i o="sands:01" r="0" x="-19.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1610 <i o="sands:01" r="0" x="-20.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1611 <i o="sands:01" r="0" x="-21.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1612 <i o="sands:01" r="0" x="-19.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1613 <i o="sands:01" r="0" x="-18.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1614 <i o="sands:01" r="0" x="-16.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1615 <i o="sands:01" r="0" x="-16.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1616 <i o="sands:01" r="0" x="-17.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1617 <i o="sands:01" r="0" x="-18.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1618 <i o="sands:01" r="0" x="-12.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1619 <i o="sands:01" r="0" x="-13.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1620 <i o="sands:01" r="0" x="-14.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1621 <i o="sands:01" r="0" x="-13.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1622 <i o="sands:01" r="0" x="-12.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1623 <i o="sands:01" r="0" x="-12.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1624 <i o="sands:01" r="0" x="-12.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1625 <i o="sands:01" r="0" x="-14.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1626 <i o="sands:01" r="0" x="-14.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1627 <i o="sands:01" r="0" x="-14.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1628 <i o="sands:01" r="0" x="-14.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1629 <i o="sands:01" r="0" x="-15.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1630 <i o="sands:01" r="0" x="-15.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1631 <i o="sands:01" r="0" x="-16.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1632 <i o="sands:01" r="0" x="-17.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1633 <i o="sands:01" r="0" x="-18.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1634 <i o="sands:01" r="0" x="-18.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1635 <i o="sands:01" r="0" x="-19.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1636 <i o="sands:01" r="0" x="-19.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1637 <i o="sands:01" r="0" x="-19.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1638 <i o="sands:01" r="0" x="-19.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1639 <i o="sands:01" r="0" x="-19.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1640 <i o="sands:01" r="0" x="-19.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1641 <i o="sands:01" r="0" x="-19.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1642 <i o="sands:01" r="0" x="-19.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1643 <i o="sands:01" r="0" x="-19.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1644 <i o="sands:01" r="0" x="-20.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1645 <i o="sands:01" r="0" x="-19.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1646 <i o="sands:01" r="0" x="-19.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1647 <i o="sands:01" r="0" x="-18.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1648 <i o="sands:01" r="0" x="-18.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1649 <i o="sands:01" r="0" x="-18.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1650 <i o="sands:01" r="0" x="-18.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1651 <i o="sands:01" r="0" x="-17.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1652 <i o="sands:01" r="0" x="-17.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1653 <i o="sands:01" r="0" x="-17.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1654 <i o="sands:01" r="0" x="-16.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1655 <i o="sands:01" r="0" x="-16.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1656 <i o="sands:01" r="0" x="-18.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1657 <i o="sands:01" r="0" x="-18.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1658 <i o="sands:01" r="0" x="-17.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1659 <i o="sands:01" r="0" x="-16.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1660 <i o="sands:01" r="0" x="-15.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1661 <i o="sands:01" r="0" x="-14.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1662 <i o="sands:01" r="0" x="-16.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1663 <i o="sands:01" r="0" x="-17.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1664 <i o="sands:01" r="0" x="-16.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1665 <i o="sands:01" r="0" x="-16.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1666 <i o="sands:01" r="0" x="-15.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1667 <i o="sands:01" r="0" x="-16.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1668 <i o="sands:01" r="0" x="-15.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1669 <i o="sands:01" r="0" x="-17.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1670 <i o="sands:01" r="0" x="-18.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1671 <i o="sands:01" r="0" x="-18.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1672 <i o="sands:01" r="0" x="-18.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1673 <i o="sands:01" r="0" x="-17.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1674 <i o="sands:01" r="0" x="-16.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1675 <i o="sands:01" r="0" x="-15.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1676 <i o="sands:01" r="0" x="-16.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1677 <i o="sands:01" r="0" x="-16.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1678 <i o="sands:01" r="0" x="-13.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1679 <i o="sands:01" r="0" x="-13.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1680 <i o="sands:01" r="0" x="-13.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1681 <i o="sands:01" r="0" x="-12.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1682 <i o="sands:01" r="0" x="-12.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1683 <i o="sands:01" r="0" x="-12.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1684 <i o="sands:01" r="0" x="-13.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1685 <i o="sands:01" r="0" x="-13.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1686 <i o="sands:01" r="0" x="-13.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1687 <i o="sands:01" r="0" x="-13.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1688 <i o="sands:01" r="0" x="-13.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1689 <i o="sands:01" r="0" x="-14.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1690 <i o="sands:01" r="0" x="-14.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1691 <i o="sands:01" r="0" x="-15.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1692 <i o="sands:01" r="0" x="-15.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1693 <i o="sands:01" r="0" x="-15.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1694 <i o="sands:01" r="0" x="-14.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1695 <i o="sands:01" r="0" x="-14.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1696 <i o="sands:01" r="0" x="-13.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1697 <i o="sands:01" r="0" x="-13.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1698 <i o="sands:01" r="0" x="-13.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1699 <i o="sands:01" r="0" x="-12.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1700 <i o="sands:01" r="0" x="-12.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1701 <i o="sands:01" r="0" x="-12.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1702 <i o="sands:01" r="0" x="-12.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1703 <i o="sands:01" r="0" x="-12.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1704 <i o="sands:01" r="0" x="-12.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1705 <i o="sands:01" r="0" x="-12.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1706 <i o="sands:01" r="0" x="-13.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1707 <i o="sands:01" r="0" x="-13.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1708 <i o="sands:01" r="0" x="-14.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1709 <i o="sands:01" r="0" x="-15.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1710 <i o="sands:01" r="0" x="-15.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1711 <i o="sands:01" r="0" x="-15.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1712 <i o="sands:01" r="0" x="-16.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1713 <i o="sands:01" r="0" x="-17.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1714 <i o="sands:01" r="0" x="-17.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1715 <i o="sands:01" r="0" x="-17.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1716 <i o="sands:01" r="0" x="-16.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1717 <i o="sands:01" r="0" x="-15.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1718 <i o="sands:01" r="0" x="-14.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1719 <i o="sands:01" r="0" x="-14.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1720 <i o="sands:01" r="0" x="-13.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1721 <i o="sands:01" r="0" x="-12.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1722 <i o="sands:01" r="0" x="-13.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1723 <i o="sands:01" r="0" x="-16.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1724 <i o="sands:01" r="0" x="-14.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1725 <i o="sands:01" r="0" x="-13.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1726 <i o="sands:01" r="0" x="-13.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1727 <i o="sands:01" r="0" x="-13.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1728 <i o="sands:01" r="0" x="-12.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1729 <i o="sands:01" r="0" x="-12.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1730 <i o="sands:01" r="0" x="-13.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1731 <i o="sands:01" r="0" x="-12.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1732 <i o="sands:01" r="0" x="-12.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1733 <i o="sands:01" r="0" x="-15.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1734 <i o="sands:01" r="0" x="-16.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1735 <i o="sands:01" r="0" x="-18.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1736 <i o="sands:01" r="0" x="-17.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1737 <i o="sands:01" r="0" x="-17.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1738 <i o="sands:01" r="0" x="-17.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1739 <i o="sands:01" r="0" x="-15.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1740 <i o="sands:01" r="0" x="-14.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1741 <i o="sands:01" r="0" x="-13.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1742 <i o="sands:01" r="0" x="-12.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1743 <i o="sands:01" r="0" x="-12.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1744 <i o="sands:01" r="0" x="-12.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1745 <i o="sands:01" r="0" x="-12.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1746 <i o="sands:01" r="0" x="-12.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1747 <i o="sands:01" r="0" x="-12.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1748 <i o="sands:01" r="0" x="-12.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1749 <i o="sands:01" r="0" x="-12.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1750 <i o="sands:01" r="0" x="-14.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1751 <i o="sands:01" r="0" x="-14.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1752 <i o="sands:01" r="0" x="-14.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1753 <i o="sands:01" r="0" x="-15.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1754 <i o="sands:01" r="0" x="1.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1755 <i o="sands:01" r="0" x="1.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1756 <i o="sands:01" r="0" x="1.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1757 <i o="sands:01" r="0" x="1.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1758 <i o="sands:01" r="0" x="0.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1759 <i o="sands:01" r="0" x="0.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1760 <i o="sands:01" r="0" x="0.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1761 <i o="sands:01" r="0" x="0.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1762 <i o="sands:01" r="0" x="1.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1763 <i o="sands:01" r="0" x="0.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1764 <i o="sands:01" r="0" x="0.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1765 <i o="sands:01" r="0" x="0.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1766 <i o="sands:01" r="0" x="0.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1767 <i o="sands:01" r="0" x="0.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1768 <i o="sands:01" r="0" x="0.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1769 <i o="sands:01" r="0" x="0.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1770 <i o="sands:01" r="0" x="0.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1771 <i o="sands:01" r="0" x="0.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1772 <i o="sands:01" r="0" x="0.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1773 <i o="sands:01" r="0" x="0.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1774 <i o="sands:01" r="0" x="0.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1775 <i o="sands:01" r="0" x="0.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1776 <i o="sands:01" r="0" x="0.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1777 <i o="sands:01" r="0" x="0.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1778 <i o="sands:01" r="0" x="-1.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1779 <i o="sands:01" r="0" x="-1.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1780 <i o="sands:01" r="0" x="-1.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1781 <i o="sands:01" r="0" x="-1.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1782 <i o="sands:01" r="0" x="-1.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1783 <i o="sands:01" r="0" x="-1.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1784 <i o="sands:01" r="0" x="0.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1785 <i o="sands:01" r="0" x="0.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1786 <i o="sands:01" r="0" x="0.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1787 <i o="sands:01" r="0" x="0.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1788 <i o="sands:01" r="0" x="0.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1789 <i o="sands:01" r="0" x="0.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1790 <i o="sands:01" r="0" x="0.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1791 <i o="sands:01" r="0" x="0.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1792 <i o="sands:01" r="0" x="0.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1793 <i o="sands:01" r="0" x="0.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1794 <i o="sands:01" r="0" x="1.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1795 <i o="sands:01" r="0" x="1.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1796 <i o="sands:01" r="0" x="1.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1797 <i o="sands:01" r="0" x="1.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1798 <i o="sands:01" r="0" x="1.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1799 <i o="sands:01" r="0" x="1.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1800 <i o="sands:01" r="0" x="1.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1801 <i o="sands:01" r="0" x="1.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1802 <i o="sands:01" r="0" x="1.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1803 <i o="sands:01" r="0" x="1.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1804 <i o="sands:01" r="0" x="1.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1805 <i o="sands:01" r="0" x="1.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1806 <i o="sands:01" r="0" x="1.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1807 <i o="sands:01" r="0" x="1.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1808 <i o="sands:01" r="0" x="1.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1809 <i o="sands:01" r="0" x="1.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1810 <i o="sands:01" r="0" x="1.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1811 <i o="sands:01" r="0" x="1.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1812 <i o="sands:01" r="0" x="1.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1813 <i o="sands:01" r="0" x="1.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1814 <i o="sands:01" r="0" x="1.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1815 <i o="sands:01" r="0" x="2.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1816 <i o="sands:01" r="0" x="2.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1817 <i o="sands:01" r="0" x="2.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1818 <i o="sands:01" r="0" x="2.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1819 <i o="sands:01" r="0" x="2.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1820 <i o="sands:01" r="0" x="2.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1821 <i o="sands:01" r="0" x="2.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1822 <i o="sands:01" r="0" x="2.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1823 <i o="sands:01" r="0" x="2.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1824 <i o="sands:01" r="0" x="2.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1825 <i o="sands:01" r="0" x="2.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1826 <i o="sands:01" r="0" x="1.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1827 <i o="sands:01" r="0" x="1.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1828 <i o="sands:01" r="0" x="1.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1829 <i o="sands:01" r="0" x="1.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1830 <i o="sands:01" r="0" x="2.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1831 <i o="sands:01" r="0" x="2.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1832 <i o="sands:01" r="0" x="2.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1833 <i o="sands:01" r="0" x="2.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1834 <i o="sands:01" r="0" x="1.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1835 <i o="sands:01" r="0" x="1.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1836 <i o="sands:01" r="0" x="1.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1837 <i o="sands:01" r="0" x="2.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1838 <i o="sands:01" r="0" x="2.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1839 <i o="sands:01" r="0" x="1.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1840 <i o="sands:01" r="0" x="1.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1841 <i o="sands:01" r="0" x="1.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1842 <i o="sands:01" r="0" x="2.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1843 <i o="sands:01" r="0" x="2.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1844 <i o="sands:01" r="0" x="2.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1845 <i o="sands:01" r="0" x="2.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1846 <i o="sands:01" r="0" x="2.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1847 <i o="sands:01" r="0" x="2.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1848 <i o="sands:01" r="0" x="2.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1849 <i o="sands:01" r="0" x="2.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1850 <i o="sands:01" r="0" x="2.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1851 <i o="sands:01" r="0" x="2.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1852 <i o="sands:01" r="0" x="2.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1853 <i o="sands:01" r="0" x="2.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1854 <i o="sands:01" r="0" x="2.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1855 <i o="sands:01" r="0" x="2.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1856 <i o="sands:01" r="0" x="2.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1857 <i o="sands:01" r="0" x="2.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1858 <i o="sands:01" r="0" x="2.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1859 <i o="sands:01" r="0" x="2.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1860 <i o="sands:01" r="0" x="2.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1861 <i o="sands:01" r="0" x="0.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1862 <i o="sands:01" r="0" x="-1.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1863 <i o="sands:01" r="0" x="-2.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1864 <i o="sands:01" r="0" x="-2.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1865 <i o="sands:01" r="0" x="-3.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1866 <i o="sands:01" r="0" x="-4.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1867 <i o="sands:01" r="0" x="-6.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1868 <i o="sands:01" r="0" x="-7.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1869 <i o="sands:01" r="0" x="-8.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1870 <i o="sands:01" r="0" x="-9.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1871 <i o="sands:01" r="0" x="-9.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1872 <i o="sands:01" r="0" x="-10.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1873 <i o="sands:01" r="0" x="-10.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1874 <i o="sands:01" r="0" x="-9.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1875 <i o="sands:01" r="0" x="-9.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1876 <i o="sands:01" r="0" x="-8.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1877 <i o="sands:01" r="0" x="-7.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1878 <i o="sands:01" r="0" x="-6.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1879 <i o="sands:01" r="0" x="-7.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1880 <i o="sands:01" r="0" x="-8.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1881 <i o="sands:01" r="0" x="-10.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1882 <i o="sands:01" r="0" x="-6.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1883 <i o="sands:01" r="0" x="-5.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1884 <i o="sands:01" r="0" x="-4.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1885 <i o="sands:01" r="0" x="-3.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1886 <i o="sands:01" r="0" x="-2.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1887 <i o="sands:01" r="0" x="-1.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1888 <i o="sands:01" r="0" x="0.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1889 <i o="sands:01" r="0" x="0.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1890 <i o="sands:01" r="0" x="-7.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1891 <i o="sands:01" r="0" x="-8.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1892 <i o="sands:01" r="0" x="-9.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1893 <i o="sands:01" r="0" x="-9.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1894 <i o="sands:01" r="0" x="-10.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1895 <i o="sands:01" r="0" x="-9.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1896 <i o="sands:01" r="0" x="-8.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1897 <i o="sands:01" r="0" x="-7.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1898 <i o="sands:01" r="0" x="-6.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1899 <i o="sands:01" r="0" x="-5.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1900 <i o="sands:01" r="0" x="-4.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1901 <i o="sands:01" r="0" x="-3.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1902 <i o="sands:01" r="0" x="-2.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1903 <i o="sands:01" r="0" x="-2.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1904 <i o="sands:01" r="0" x="-1.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1905 <i o="sands:01" r="0" x="-1.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1906 <i o="sands:01" r="0" x="-1.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1907 <i o="sands:01" r="0" x="-1.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1908 <i o="sands:01" r="0" x="-1.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1909 <i o="sands:01" r="0" x="-2.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1910 <i o="sands:01" r="0" x="-3.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1911 <i o="sands:01" r="0" x="-4.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1912 <i o="sands:01" r="0" x="-6.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1913 <i o="sands:01" r="0" x="-7.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1914 <i o="sands:01" r="0" x="-8.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1915 <i o="sands:01" r="0" x="-9.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1916 <i o="sands:01" r="0" x="-10.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1917 <i o="sands:01" r="0" x="-8.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1918 <i o="sands:01" r="0" x="-7.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1919 <i o="sands:01" r="0" x="-6.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1920 <i o="sands:01" r="0" x="-4.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1921 <i o="sands:01" r="0" x="-3.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1922 <i o="sands:01" r="0" x="-2.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1923 <i o="sands:01" r="0" x="-1.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1924 <i o="sands:01" r="0" x="-1.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1925 <i o="sands:01" r="0" x="-2.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1926 <i o="sands:01" r="0" x="-3.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1927 <i o="sands:01" r="0" x="-4.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1928 <i o="sands:01" r="0" x="-5.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1929 <i o="sands:01" r="0" x="-6.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1930 <i o="sands:01" r="0" x="-8.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1931 <i o="sands:01" r="0" x="-9.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1932 <i o="sands:01" r="0" x="-10.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1933 <i o="sands:01" r="0" x="-8.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1934 <i o="sands:01" r="0" x="-7.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1935 <i o="sands:01" r="0" x="-5.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1936 <i o="sands:01" r="0" x="-4.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1937 <i o="sands:01" r="0" x="-3.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1938 <i o="sands:01" r="0" x="-7.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1939 <i o="sands:01" r="0" x="-9.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1940 <i o="sands:01" r="0" x="-10.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1941 <i o="sands:01" r="0" x="-8.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1942 <i o="sands:01" r="0" x="-6.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1943 <i o="sands:01" r="0" x="-5.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1944 <i o="sands:01" r="0" x="-3.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1945 <i o="sands:01" r="0" x="-1.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1946 <i o="sands:01" r="0" x="-9.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1947 <i o="sands:01" r="0" x="-10.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1948 <i o="sands:01" r="0" x="-8.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1949 <i o="sands:01" r="0" x="-7.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1950 <i o="sands:01" r="0" x="-5.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1951 <i o="sands:01" r="0" x="-4.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1952 <i o="sands:01" r="0" x="-3.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1953 <i o="sands:01" r="0" x="-2.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1954 <i o="sands:01" r="0" x="-2.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1955 <i o="sands:01" r="0" x="-4.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1956 <i o="sands:01" r="0" x="-5.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1957 <i o="sands:01" r="0" x="-6.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1958 <i o="sands:01" r="0" x="-7.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1959 <i o="sands:01" r="0" x="-8.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1960 <i o="sands:01" r="0" x="-8.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1961 <i o="sands:01" r="0" x="-7.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1962 <i o="sands:01" r="0" x="-6.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1963 <i o="sands:01" r="0" x="-5.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1964 <i o="sands:01" r="0" x="-3.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1965 <i o="sands:01" r="0" x="-2.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1966 <i o="sands:01" r="0" x="-3.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1967 <i o="sands:01" r="0" x="-4.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1968 <i o="sands:01" r="0" x="-6.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1969 <i o="sands:01" r="0" x="-7.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1970 <i o="sands:01" r="0" x="-9.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1971 <i o="sands:01" r="0" x="-9.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1972 <i o="sands:01" r="0" x="-9.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1973 <i o="sands:01" r="0" x="-8.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1974 <i o="sands:01" r="0" x="-8.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1975 <i o="sands:01" r="0" x="-6.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1976 <i o="sands:01" r="0" x="-5.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1977 <i o="sands:01" r="0" x="-4.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1978 <i o="sands:01" r="0" x="-5.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1979 <i o="sands:01" r="0" x="-4.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1980 <i o="sands:01" r="0" x="-3.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1981 <i o="sands:01" r="0" x="-3.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1982 <i o="sands:01" r="0" x="-4.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1983 <i o="sands:01" r="0" x="-5.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1984 <i o="sands:01" r="0" x="-6.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1985 <i o="sands:01" r="0" x="-8.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1986 <i o="sands:01" r="0" x="-10.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1987 <i o="sands:01" r="0" x="-7.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1988 <i o="sands:01" r="0" x="-6.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1989 <i o="sands:01" r="0" x="-4.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1990 <i o="sands:01" r="0" x="-3.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1991 <i o="sands:01" r="0" x="-2.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1992 <i o="sands:01" r="0" x="-8.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1993 <i o="sands:01" r="0" x="-7.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1994 <i o="sands:01" r="0" x="-4.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1995 <i o="sands:01" r="0" x="-3.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1996 <i o="sands:01" r="0" x="-1.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1997 <i o="sands:01" r="0" x="-3.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1998 <i o="sands:01" r="0" x="-2.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1999 <i o="sands:01" r="0" x="-1.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2000 <i o="sands:01" r="0" x="-1.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2001 <i o="sands:01" r="0" x="-2.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2002 <i o="sands:01" r="0" x="-5.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2003 <i o="sands:01" r="0" x="-8.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2004 <i o="sands:01" r="0" x="-9.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2005 <i o="sands:01" r="0" x="-10.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2006 <i o="sands:01" r="0" x="-10.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2007 <i o="sands:01" r="0" x="-10.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2008 <i o="sands:01" r="0" x="-10.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2009 <i o="sands:01" r="0" x="-10.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2010 <i o="sands:01" r="0" x="-10.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2011 <i o="sands:01" r="0" x="-10.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2012 <i o="sands:01" r="0" x="-9.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2013 <i o="sands:01" r="0" x="-9.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2014 <i o="sands:01" r="0" x="-8.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2015 <i o="sands:01" r="0" x="-8.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2016 <i o="sands:01" r="0" x="-8.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2017 <i o="sands:01" r="0" x="-8.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2018 <i o="sands:01" r="0" x="-8.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2019 <i o="sands:01" r="0" x="-7.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2020 <i o="sands:01" r="0" x="-7.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2021 <i o="sands:01" r="0" x="-7.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2022 <i o="sands:01" r="0" x="-7.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2023 <i o="sands:01" r="0" x="-8.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2024 <i o="sands:01" r="0" x="-9.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2025 <i o="sands:01" r="0" x="-9.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2026 <i o="sands:01" r="0" x="-10.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2027 <i o="sands:01" r="0" x="-9.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2028 <i o="sands:01" r="0" x="-9.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2029 <i o="sands:01" r="0" x="-8.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2030 <i o="sands:01" r="0" x="-7.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2031 <i o="sands:01" r="0" x="-10.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2032 <i o="sands:01" r="0" x="-10.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2033 <i o="sands:01" r="0" x="-10.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2034 <i o="sands:01" r="0" x="-10.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2035 <i o="sands:01" r="0" x="-10.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2036 <i o="sands:01" r="0" x="-10.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2037 <i o="sands:01" r="0" x="-10.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2038 <i o="sands:01" r="0" x="-10.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2039 <i o="sands:01" r="0" x="-9.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2040 <i o="sands:01" r="0" x="-9.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2041 <i o="sands:01" r="0" x="-9.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2042 <i o="sands:01" r="0" x="-10.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2043 <i o="sands:01" r="0" x="-10.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2044 <i o="sands:01" r="0" x="-7.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2045 <i o="sands:01" r="0" x="-5.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2046 <i o="sands:01" r="0" x="-4.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2047 <i o="sands:01" r="0" x="-2.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2048 <i o="sands:01" r="0" x="-2.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2049 <i o="sands:01" r="0" x="-1.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2050 <i o="sands:01" r="0" x="-1.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2051 <i o="sands:01" r="0" x="-2.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2052 <i o="sands:01" r="0" x="-3.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2053 <i o="sands:01" r="0" x="-4.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2054 <i o="sands:01" r="0" x="-5.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2055 <i o="sands:01" r="0" x="-6.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2056 <i o="sands:01" r="0" x="-7.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2057 <i o="sands:01" r="0" x="-7.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2058 <i o="sands:01" r="0" x="-8.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2059 <i o="sands:01" r="0" x="-6.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2060 <i o="sands:01" r="0" x="-3.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2061 <i o="sands:01" r="0" x="-2.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2062 <i o="sands:01" r="0" x="-2.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2063 <i o="sands:01" r="0" x="-1.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2064 <i o="sands:01" r="0" x="-2.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2065 <i o="sands:01" r="0" x="-3.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2066 <i o="sands:01" r="0" x="-3.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2067 <i o="sands:01" r="0" x="-4.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2068 <i o="sands:01" r="0" x="-4.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2069 <i o="sands:01" r="0" x="-1.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2070 <i o="sands:01" r="0" x="-5.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2071 <i o="sands:01" r="0" x="-6.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2072 <i o="sands:01" r="0" x="-6.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2073 <i o="sands:01" r="0" x="-5.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2074 <i o="sands:01" r="0" x="-4.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2075 <i o="sands:01" r="0" x="-4.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2076 <i o="sands:01" r="0" x="-6.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2077 <i o="sands:01" r="0" x="-5.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2078 <i o="sands:01" r="0" x="-9.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2079 <i o="sands:01" r="0" x="-9.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2080 <i o="sands:01" r="0" x="-7.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2081 <i o="sands:01" r="0" x="-7.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2082 <i o="sands:01" r="0" x="-7.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2083 <i o="sands:01" r="0" x="-6.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2084 <i o="sands:01" r="0" x="-4.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2085 <i o="sands:01" r="0" x="-3.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2086 <i o="sands:01" r="0" x="-2.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2087 <i o="sands:01" r="0" x="-2.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2088 <i o="sands:01" r="0" x="-3.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2089 <i o="sands:01" r="0" x="-4.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2090 <i o="sands:01" r="0" x="-5.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2091 <i o="sands:01" r="0" x="-6.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2092 <i o="sands:01" r="0" x="-2.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2093 <i o="sands:01" r="0" x="-3.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2094 <i o="sands:01" r="0" x="-5.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2095 <i o="sands:01" r="0" x="-6.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2096 <i o="sands:01" r="0" x="-5.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2097 <i o="sands:01" r="0" x="-4.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2098 <i o="sands:01" r="0" x="-2.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2099 <i o="sands:01" r="0" x="-3.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2100 <i o="sands:01" r="0" x="-6.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2101 <i o="sands:01" r="0" x="-5.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2102 <i o="sands:01" r="0" x="-4.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2103 <i o="sands:01" r="0" x="-3.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2104 <i o="sands:01" r="0" x="-2.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2105 <i o="sands:01" r="0" x="-1.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2106 <i o="sands:01" r="0" x="-6.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2107 <i o="sands:01" r="0" x="-5.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2108 <i o="sands:01" r="0" x="-5.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2109 <i o="sands:01" r="0" x="-3.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2110 <i o="sands:01" r="0" x="-2.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2111 <i o="sands:01" r="0" x="-1.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2112 <i o="sands:01" r="0" x="-3.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2113 <i o="sands:01" r="0" x="-4.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2114 <i o="sands:01" r="0" x="-7.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2115 <i o="sands:01" r="0" x="-6.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2116 <i o="sands:01" r="0" x="-4.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2117 <i o="sands:01" r="0" x="-2.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2118 <i o="sands:01" r="0" x="-7.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2119 <i o="sands:01" r="0" x="-3.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2120 <i o="sands:01" r="0" x="-2.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2121 <i o="sands:01" r="0" x="-1.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2122 <i o="sands:01" r="0" x="-1.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2123 <i o="sands:01" r="0" x="-9.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2124 <i o="sands:01" r="0" x="-7.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2125 <i o="sands:01" r="0" x="-5.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2126 <i o="sands:01" r="0" x="-8.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2127 <i o="sands:01" r="0" x="-6.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2128 <i o="sands:01" r="0" x="-4.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2129 <i o="sands:01" r="0" x="-4.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2130 <i o="sands:01" r="0" x="-2.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2131 <i o="sands:01" r="0" x="-1.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2132 <i o="sands:01" r="0" x="-2.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2133 <i o="sands:01" r="0" x="-2.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2134 <i o="sands:01" r="0" x="-1.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2135 <i o="sands:01" r="0" x="-1.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2136 <i o="sands:01" r="0" x="-3.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2137 <i o="sands:01" r="0" x="-5.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2138 <i o="sands:01" r="0" x="-8.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2139 <i o="sands:01" r="0" x="-9.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2140 <i o="sands:01" r="0" x="-9.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2141 <i o="sands:01" r="0" x="-6.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2142 <i o="sands:01" r="0" x="-5.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2143 <i o="sands:01" r="0" x="-4.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2144 <i o="sands:01" r="0" x="-7.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2145 <i o="sands:01" r="0" x="-6.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2146 <i o="sands:01" r="0" x="-9.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2147 <i o="sands:01" r="0" x="-10.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2148 <i o="sands:01" r="0" x="-10.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2149 <i o="sands:01" r="0" x="-10.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2150 <i o="sands:01" r="0" x="-9.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2151 <i o="sands:01" r="0" x="-7.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2152 <i o="sands:01" r="0" x="-10.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2153 <i o="sands:01" r="0" x="-8.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2154 <i o="sands:01" r="0" x="-7.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2155 <i o="sands:01" r="0" x="-6.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2156 <i o="sands:01" r="0" x="-3.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2157 <i o="sands:01" r="0" x="-4.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2158 <i o="sands:01" r="0" x="-5.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2159 <i o="sands:01" r="0" x="-5.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2160 <i o="sands:01" r="0" x="-1.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2161 <i o="sands:01" r="0" x="-1.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2162 <i o="sands:01" r="0" x="-1.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2163 <i o="sands:01" r="0" x="-1.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2164 <i o="sands:01" r="0" x="-2.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2165 <i o="sands:01" r="0" x="-2.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2166 <i o="sands:01" r="0" x="-1.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2167 <i o="sands:01" r="0" x="-1.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2168 <i o="sands:01" r="0" x="-1.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2169 <i o="sands:01" r="0" x="-2.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2170 <i o="sands:01" r="0" x="-4.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2171 <i o="sands:01" r="0" x="-5.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2172 <i o="sands:01" r="0" x="-6.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2173 <i o="sands:01" r="0" x="-5.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2174 <i o="sands:01" r="0" x="-5.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2175 <i o="sands:01" r="0" x="-1.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2176 <i o="sands:01" r="0" x="0.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2177 <i o="sands:01" r="0" x="0.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2178 <i o="sands:01" r="0" x="0.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2179 <i o="sands:01" r="0" x="-3.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2180 <i o="sands:01" r="0" x="-2.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2181 <i o="sands:01" r="0" x="4.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2182 <i o="sands:01" r="0" x="3.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2183 <i o="sands:01" r="0" x="3.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2184 <i o="sands:01" r="0" x="5.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2185 <i o="sands:01" r="0" x="5.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2186 <i o="sands:01" r="0" x="6.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2187 <i o="sands:01" r="0" x="8.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2188 <i o="sands:01" r="0" x="9.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2189 <i o="sands:01" r="0" x="11.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2190 <i o="sands:01" r="0" x="12.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2191 <i o="sands:01" r="0" x="13.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2192 <i o="sands:01" r="0" x="14.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2193 <i o="sands:01" r="0" x="15.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2194 <i o="sands:01" r="0" x="16.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2195 <i o="sands:01" r="0" x="17.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2196 <i o="sands:01" r="0" x="18.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2197 <i o="sands:01" r="0" x="20.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2198 <i o="sands:01" r="0" x="21.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2199 <i o="sands:01" r="0" x="22.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2200 <i o="sands:01" r="0" x="23.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2201 <i o="sands:01" r="0" x="24.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2202 <i o="sands:01" r="0" x="25.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2203 <i o="sands:01" r="0" x="26.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2204 <i o="sands:01" r="0" x="25.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2205 <i o="sands:01" r="0" x="24.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2206 <i o="sands:01" r="0" x="23.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2207 <i o="sands:01" r="0" x="22.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2208 <i o="sands:01" r="0" x="21.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2209 <i o="sands:01" r="0" x="19.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2210 <i o="sands:01" r="0" x="18.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2211 <i o="sands:01" r="0" x="17.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2212 <i o="sands:01" r="0" x="16.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2213 <i o="sands:01" r="0" x="15.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2214 <i o="sands:01" r="0" x="14.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2215 <i o="sands:01" r="0" x="13.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2216 <i o="sands:01" r="0" x="12.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2217 <i o="sands:01" r="0" x="11.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2218 <i o="sands:01" r="0" x="10.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2219 <i o="sands:01" r="0" x="10.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2220 <i o="sands:01" r="0" x="7.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2221 <i o="sands:01" r="0" x="5.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2222 <i o="sands:01" r="0" x="4.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2223 <i o="sands:01" r="0" x="6.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2224 <i o="sands:01" r="0" x="7.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2225 <i o="sands:01" r="0" x="8.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2226 <i o="sands:01" r="0" x="9.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2227 <i o="sands:01" r="0" x="10.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2228 <i o="sands:01" r="0" x="11.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2229 <i o="sands:01" r="0" x="12.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2230 <i o="sands:01" r="0" x="13.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2231 <i o="sands:01" r="0" x="14.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2232 <i o="sands:01" r="0" x="14.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2233 <i o="sands:01" r="0" x="15.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2234 <i o="sands:01" r="0" x="20.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2235 <i o="sands:01" r="0" x="20.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2236 <i o="sands:01" r="0" x="17.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2237 <i o="sands:01" r="0" x="11.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2238 <i o="sands:01" r="0" x="12.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2239 <i o="sands:01" r="0" x="13.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2240 <i o="sands:01" r="0" x="14.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2241 <i o="sands:01" r="0" x="19.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2242 <i o="sands:01" r="0" x="20.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2243 <i o="sands:01" r="0" x="21.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2244 <i o="sands:01" r="0" x="24.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2245 <i o="sands:01" r="0" x="25.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2246 <i o="sands:01" r="0" x="26.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2247 <i o="sands:01" r="0" x="26.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2248 <i o="sands:01" r="0" x="26.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2249 <i o="sands:01" r="0" x="26.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2250 <i o="sands:01" r="0" x="25.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2251 <i o="sands:01" r="0" x="24.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2252 <i o="sands:01" r="0" x="24.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2253 <i o="sands:01" r="0" x="25.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2254 <i o="sands:01" r="0" x="26.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2255 <i o="sands:01" r="0" x="27.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2256 <i o="sands:01" r="0" x="27.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2257 <i o="sands:01" r="0" x="23.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2258 <i o="sands:01" r="0" x="22.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2259 <i o="sands:01" r="0" x="21.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2260 <i o="sands:01" r="0" x="20.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2261 <i o="sands:01" r="0" x="21.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2262 <i o="sands:01" r="0" x="25.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2263 <i o="sands:01" r="0" x="24.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2264 <i o="sands:01" r="0" x="23.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2265 <i o="sands:01" r="0" x="22.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2266 <i o="sands:01" r="0" x="20.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2267 <i o="sands:01" r="0" x="20.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2268 <i o="sands:01" r="0" x="21.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2269 <i o="sands:01" r="0" x="22.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2270 <i o="sands:01" r="0" x="19.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2271 <i o="sands:01" r="0" x="18.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2272 <i o="sands:01" r="0" x="19.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2273 <i o="sands:01" r="0" x="20.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2274 <i o="sands:01" r="0" x="21.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2275 <i o="sands:01" r="0" x="17.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2276 <i o="sands:01" r="0" x="23.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2277 <i o="sands:01" r="0" x="19.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2278 <i o="sands:01" r="0" x="18.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2279 <i o="sands:01" r="0" x="16.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2280 <i o="sands:01" r="0" x="13.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2281 <i o="sands:01" r="0" x="11.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2282 <i o="sands:01" r="0" x="9.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2283 <i o="sands:01" r="0" x="9.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2284 <i o="sands:01" r="0" x="10.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2285 <i o="sands:01" r="0" x="12.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2286 <i o="sands:01" r="0" x="14.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2287 <i o="sands:01" r="0" x="15.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2288 <i o="sands:01" r="0" x="16.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2289 <i o="sands:01" r="0" x="16.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2290 <i o="sands:01" r="0" x="15.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2291 <i o="sands:01" r="0" x="13.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2292 <i o="sands:01" r="0" x="10.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2293 <i o="sands:01" r="0" x="8.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2294 <i o="sands:01" r="0" x="6.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2295 <i o="sands:01" r="0" x="4.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2296 <i o="sands:01" r="0" x="5.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2297 <i o="sands:01" r="0" x="6.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2298 <i o="sands:01" r="0" x="7.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2299 <i o="sands:01" r="0" x="5.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2300 <i o="sands:01" r="0" x="3.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2301 <i o="sands:01" r="0" x="3.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2302 <i o="sands:01" r="0" x="6.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2303 <i o="sands:01" r="0" x="7.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2304 <i o="sands:01" r="0" x="8.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2305 <i o="sands:01" r="0" x="8.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2306 <i o="sands:01" r="0" x="7.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2307 <i o="sands:01" r="0" x="6.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2308 <i o="sands:01" r="0" x="4.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2309 <i o="sands:01" r="0" x="4.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2310 <i o="sands:01" r="0" x="3.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2311 <i o="sands:01" r="0" x="7.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2312 <i o="sands:01" r="0" x="9.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2313 <i o="sands:01" r="0" x="10.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2314 <i o="sands:01" r="0" x="10.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2315 <i o="sands:01" r="0" x="5.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2316 <i o="sands:01" r="0" x="8.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2317 <i o="sands:01" r="0" x="7.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2318 <i o="sands:01" r="0" x="5.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2319 <i o="sands:01" r="0" x="6.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2320 <i o="sands:01" r="0" x="4.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2321 <i o="sands:01" r="0" x="4.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2322 <i o="sands:01" r="0" x="3.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2323 <i o="sands:01" r="0" x="3.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2324 <i o="sands:01" r="0" x="3.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2325 <i o="sands:01" r="0" x="12.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2326 <i o="sands:01" r="0" x="14.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2327 <i o="sands:01" r="0" x="15.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2328 <i o="sands:01" r="0" x="16.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2329 <i o="sands:01" r="0" x="9.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2330 <i o="sands:01" r="0" x="4.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2331 <i o="sands:01" r="0" x="5.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2332 <i o="sands:01" r="0" x="4.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2333 <i o="sands:01" r="0" x="5.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2334 <i o="sands:01" r="0" x="6.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2335 <i o="sands:01" r="0" x="5.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2336 <i o="sands:01" r="0" x="4.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2337 <i o="sands:01" r="0" x="3.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2338 <i o="sands:01" r="0" x="3.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2339 <i o="sands:01" r="0" x="4.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2340 <i o="sands:01" r="0" x="5.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2341 <i o="sands:01" r="0" x="6.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2342 <i o="sands:01" r="0" x="8.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2343 <i o="sands:01" r="0" x="10.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2344 <i o="sands:01" r="0" x="11.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2345 <i o="sands:01" r="0" x="14.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2346 <i o="sands:01" r="0" x="17.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2347 <i o="sands:01" r="0" x="17.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2348 <i o="sands:01" r="0" x="11.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2349 <i o="sands:01" r="0" x="9.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2350 <i o="sands:01" r="0" x="13.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2351 <i o="sands:01" r="0" x="12.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2352 <i o="sands:01" r="0" x="9.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2353 <i o="sands:01" r="0" x="11.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2354 <i o="sands:01" r="0" x="13.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2355 <i o="sands:01" r="0" x="15.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2356 <i o="sands:01" r="0" x="14.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2357 <i o="sands:01" r="0" x="9.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2358 <i o="sands:01" r="0" x="7.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2359 <i o="sands:01" r="0" x="8.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2360 <i o="sands:01" r="0" x="12.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2361 <i o="sands:01" r="0" x="10.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2362 <i o="sands:01" r="0" x="6.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2363 <i o="sands:01" r="0" x="14.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2364 <i o="sands:01" r="0" x="15.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2365 <i o="sands:01" r="0" x="16.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2366 <i o="sands:01" r="0" x="17.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2367 <i o="sands:01" r="0" x="16.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2368 <i o="sands:01" r="0" x="15.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2369 <i o="sands:01" r="0" x="13.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2370 <i o="sands:01" r="0" x="9.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2371 <i o="sands:01" r="0" x="3.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2372 <i o="sands:01" r="0" x="3.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2373 <i o="sands:01" r="0" x="7.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2374 <i o="sands:01" r="0" x="8.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2375 <i o="sands:01" r="0" x="7.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2376 <i o="sands:01" r="0" x="17.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2377 <i o="sands:01" r="0" x="18.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2378 <i o="sands:01" r="0" x="18.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2379 <i o="sands:01" r="0" x="13.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2380 <i o="sands:01" r="0" x="10.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2381 <i o="sands:01" r="0" x="11.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2382 <i o="sands:01" r="0" x="12.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2383 <i o="sands:01" r="0" x="11.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2384 <i o="sands:01" r="0" x="8.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2385 <i o="sands:01" r="0" x="10.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2386 <i o="sands:01" r="0" x="18.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2387 <i o="sands:01" r="0" x="18.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2388 <i o="sands:01" r="0" x="16.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2389 <i o="sands:01" r="0" x="15.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2390 <i o="sands:01" r="0" x="13.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2391 <i o="sands:01" r="0" x="12.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2392 <i o="sands:01" r="0" x="15.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2393 <i o="sands:01" r="0" x="14.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2394 <i o="sands:01" r="0" x="19.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2395 <i o="sands:01" r="0" x="22.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2396 <i o="sands:01" r="0" x="22.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2397 <i o="sands:01" r="0" x="26.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2398 <i o="sands:01" r="0" x="23.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2399 <i o="sands:01" r="0" x="17.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2400 <i o="sands:01" r="0" x="16.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2401 <i o="sands:01" r="0" x="17.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2402 <i o="sands:01" r="0" x="11.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2403 <i o="sands:01" r="0" x="18.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2404 <i o="sands:01" r="0" x="17.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2405 <i o="sands:01" r="0" x="14.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2406 <i o="sands:01" r="0" x="18.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2407 <i o="sands:01" r="0" x="19.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2408 <i o="sands:01" r="0" x="17.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2409 <i o="sands:01" r="0" x="16.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2410 <i o="sands:01" r="0" x="19.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2411 <i o="sands:01" r="0" x="20.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2412 <i o="sands:01" r="0" x="12.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2413 <i o="sands:01" r="0" x="21.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2414 <i o="sands:01" r="0" x="24.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2415 <i o="sands:01" r="0" x="25.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2416 <i o="sands:01" r="0" x="23.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2417 <i o="sands:01" r="0" x="19.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2418 <i o="sands:01" r="0" x="20.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2419 <i o="sands:01" r="0" x="23.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2420 <i o="sands:01" r="0" x="22.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2421 <i o="sands:01" r="0" x="19.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2422 <i o="sands:01" r="0" x="21.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2423 <i o="sands:01" r="0" x="26.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2424 <i o="sands:01" r="0" x="20.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2425 <i o="sands:01" r="0" x="20.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2426 <i o="sands:01" r="0" x="24.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2427 <i o="sands:01" r="0" x="25.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2428 <i o="sands:01" r="0" x="26.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2429 <i o="sands:01" r="0" x="27.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2430 <i o="sands:01" r="0" x="22.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2431 <i o="sands:01" r="0" x="21.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2432 <i o="sands:01" r="0" x="20.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2433 <i o="sands:01" r="0" x="19.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2434 <i o="sands:01" r="0" x="23.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2435 <i o="sands:01" r="0" x="25.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2436 <i o="sands:01" r="0" x="26.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2437 <i o="sands:01" r="0" x="27.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2438 <i o="sands:01" r="0" x="26.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2439 <i o="sands:01" r="0" x="26.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2440 <i o="sands:01" r="0" x="25.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2441 <i o="sands:01" r="0" x="24.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2442 <i o="sands:01" r="0" x="23.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2443 <i o="sands:01" r="0" x="22.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2444 <i o="sands:01" r="0" x="18.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2445 <i o="sands:01" r="0" x="18.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2446 <i o="sands:01" r="0" x="22.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2447 <i o="sands:01" r="0" x="27.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2448 <i o="sands:01" r="0" x="25.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2449 <i o="sands:01" r="0" x="24.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2450 <i o="sands:01" r="0" x="23.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2451 <i o="sands:01" r="0" x="24.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2452 <i o="sands:01" r="0" x="27.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2453 <i o="sands:01" r="0" x="21.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2454 <i o="sands:01" r="0" x="22.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2455 <i o="sands:01" r="0" x="22.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2456 <i o="sands:01" r="0" x="5.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2457 <i o="sands:01" r="0" x="5.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2458 <i o="sands:01" r="0" x="4.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2459 <i o="sands:01" r="0" x="3.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2460 <i o="sands:01" r="0" x="4.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2461 <i o="sands:01" r="0" x="5.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2462 <i o="sands:01" r="0" x="6.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2463 <i o="sands:01" r="0" x="8.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2464 <i o="sands:01" r="0" x="8.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2465 <i o="sands:01" r="0" x="9.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2466 <i o="sands:01" r="0" x="10.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2467 <i o="sands:01" r="0" x="10.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2468 <i o="sands:01" r="0" x="8.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2469 <i o="sands:01" r="0" x="7.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2470 <i o="sands:01" r="0" x="5.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2471 <i o="sands:01" r="0" x="4.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2472 <i o="sands:01" r="0" x="9.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2473 <i o="sands:01" r="0" x="11.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2474 <i o="sands:01" r="0" x="14.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2475 <i o="sands:01" r="0" x="16.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2476 <i o="sands:01" r="0" x="19.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2477 <i o="sands:01" r="0" x="20.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2478 <i o="sands:01" r="0" x="20.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2479 <i o="sands:01" r="0" x="20.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2480 <i o="sands:01" r="0" x="19.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2481 <i o="sands:01" r="0" x="16.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2482 <i o="sands:01" r="0" x="14.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2483 <i o="sands:01" r="0" x="11.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2484 <i o="sands:01" r="0" x="9.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2485 <i o="sands:01" r="0" x="8.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2486 <i o="sands:01" r="0" x="7.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2487 <i o="sands:01" r="0" x="6.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2488 <i o="sands:01" r="0" x="7.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2489 <i o="sands:01" r="0" x="9.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2490 <i o="sands:01" r="0" x="10.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2491 <i o="sands:01" r="0" x="10.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2492 <i o="sands:01" r="0" x="11.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2493 <i o="sands:01" r="0" x="11.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2494 <i o="sands:01" r="0" x="10.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2495 <i o="sands:01" r="0" x="9.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2496 <i o="sands:01" r="0" x="7.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2497 <i o="sands:01" r="0" x="6.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2498 <i o="sands:01" r="0" x="5.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2499 <i o="sands:01" r="0" x="4.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2500 <i o="sands:01" r="0" x="4.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2501 <i o="sands:01" r="0" x="5.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2502 <i o="sands:01" r="0" x="6.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2503 <i o="sands:01" r="0" x="6.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2504 <i o="sands:01" r="0" x="6.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2505 <i o="sands:01" r="0" x="6.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2506 <i o="sands:01" r="0" x="5.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2507 <i o="sands:01" r="0" x="4.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2508 <i o="sands:01" r="0" x="3.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2509 <i o="sands:01" r="0" x="5.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2510 <i o="sands:01" r="0" x="4.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2511 <i o="sands:01" r="0" x="5.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2512 <i o="sands:01" r="0" x="4.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2513 <i o="sands:01" r="0" x="6.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2514 <i o="sands:01" r="0" x="7.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2515 <i o="sands:01" r="0" x="9.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2516 <i o="sands:01" r="0" x="9.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2517 <i o="sands:01" r="0" x="8.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2518 <i o="sands:01" r="0" x="8.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2519 <i o="sands:01" r="0" x="8.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2520 <i o="sands:01" r="0" x="9.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2521 <i o="sands:01" r="0" x="9.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2522 <i o="sands:01" r="0" x="10.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2523 <i o="sands:01" r="0" x="10.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2524 <i o="sands:01" r="0" x="11.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2525 <i o="sands:01" r="0" x="11.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2526 <i o="sands:01" r="0" x="11.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2527 <i o="sands:01" r="0" x="11.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2528 <i o="sands:01" r="0" x="11.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2529 <i o="sands:01" r="0" x="11.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2530 <i o="sands:01" r="0" x="12.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2531 <i o="sands:01" r="0" x="12.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2532 <i o="sands:01" r="0" x="12.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2533 <i o="sands:01" r="0" x="12.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2534 <i o="sands:01" r="0" x="12.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2535 <i o="sands:01" r="0" x="11.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2536 <i o="sands:01" r="0" x="11.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2537 <i o="sands:01" r="0" x="11.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2538 <i o="sands:01" r="0" x="11.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2539 <i o="sands:01" r="0" x="11.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2540 <i o="sands:01" r="0" x="11.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2541 <i o="sands:01" r="0" x="10.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2542 <i o="sands:01" r="0" x="10.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2543 <i o="sands:01" r="0" x="10.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2544 <i o="sands:01" r="0" x="11.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2545 <i o="sands:01" r="0" x="11.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2546 <i o="sands:01" r="0" x="11.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2547 <i o="sands:01" r="0" x="10.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2548 <i o="sands:01" r="0" x="10.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2549 <i o="sands:01" r="0" x="9.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2550 <i o="sands:01" r="0" x="8.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2551 <i o="sands:01" r="0" x="5.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2552 <i o="sands:01" r="0" x="6.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2553 <i o="sands:01" r="0" x="7.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2554 <i o="sands:01" r="0" x="7.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2555 <i o="sands:01" r="0" x="8.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2556 <i o="sands:01" r="0" x="8.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2557 <i o="sands:01" r="0" x="9.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2558 <i o="sands:01" r="0" x="9.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2559 <i o="sands:01" r="0" x="9.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2560 <i o="sands:01" r="0" x="8.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2561 <i o="sands:01" r="0" x="8.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2562 <i o="sands:01" r="0" x="7.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2563 <i o="sands:01" r="0" x="6.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2564 <i o="sands:01" r="0" x="4.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2565 <i o="sands:01" r="0" x="5.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2566 <i o="sands:01" r="0" x="3.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2567 <i o="sands:01" r="0" x="3.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2568 <i o="sands:01" r="0" x="4.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2569 <i o="sands:01" r="0" x="6.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2570 <i o="sands:01" r="0" x="7.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2571 <i o="sands:01" r="0" x="5.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2572 <i o="sands:01" r="0" x="3.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2573 <i o="sands:01" r="0" x="3.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2574 <i o="sands:01" r="0" x="5.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2575 <i o="sands:01" r="0" x="6.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2576 <i o="sands:01" r="0" x="6.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2577 <i o="sands:01" r="0" x="3.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2578 <i o="sands:01" r="0" x="3.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2579 <i o="sands:01" r="0" x="3.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2580 <i o="sands:01" r="0" x="6.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2581 <i o="sands:01" r="0" x="7.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2582 <i o="sands:01" r="0" x="3.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2583 <i o="sands:01" r="0" x="3.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2584 <i o="sands:01" r="0" x="3.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2585 <i o="sands:01" r="0" x="8.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2586 <i o="sands:01" r="0" x="7.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2587 <i o="sands:01" r="0" x="4.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2588 <i o="sands:01" r="0" x="3.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2589 <i o="sands:01" r="0" x="3.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2590 <i o="sands:01" r="0" x="4.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2591 <i o="sands:01" r="0" x="8.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2592 <i o="sands:01" r="0" x="10.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2593 <i o="sands:01" r="0" x="5.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2594 <i o="sands:01" r="0" x="7.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2595 <i o="sands:01" r="0" x="9.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2596 <i o="sands:01" r="0" x="12.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2597 <i o="sands:01" r="0" x="12.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2598 <i o="sands:01" r="0" x="13.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2599 <i o="sands:01" r="0" x="8.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2600 <i o="sands:01" r="0" x="14.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2601 <i o="sands:01" r="0" x="15.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2602 <i o="sands:01" r="0" x="13.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2603 <i o="sands:01" r="0" x="6.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2604 <i o="sands:01" r="0" x="12.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2605 <i o="sands:01" r="0" x="15.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2606 <i o="sands:01" r="0" x="17.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2607 <i o="sands:01" r="0" x="14.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2608 <i o="sands:01" r="0" x="12.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2609 <i o="sands:01" r="0" x="7.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2610 <i o="sands:01" r="0" x="5.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2611 <i o="sands:01" r="0" x="6.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2612 <i o="sands:01" r="0" x="8.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2613 <i o="sands:01" r="0" x="9.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2614 <i o="sands:01" r="0" x="8.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2615 <i o="sands:01" r="0" x="5.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2616 <i o="sands:01" r="0" x="4.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2617 <i o="sands:01" r="0" x="4.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2618 <i o="sands:01" r="0" x="7.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2619 <i o="sands:01" r="0" x="3.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2620 <i o="sands:01" r="0" x="3.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2621 <i o="sands:01" r="0" x="4.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2622 <i o="sands:01" r="0" x="8.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2623 <i o="sands:01" r="0" x="10.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2624 <i o="sands:01" r="0" x="5.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2625 <i o="sands:01" r="0" x="4.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2626 <i o="sands:01" r="0" x="11.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2627 <i o="sands:01" r="0" x="11.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2628 <i o="sands:01" r="0" x="4.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2629 <i o="sands:01" r="0" x="4.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2630 <i o="sands:01" r="0" x="7.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2631 <i o="sands:01" r="0" x="5.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2632 <i o="sands:01" r="0" x="10.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2633 <i o="sands:01" r="0" x="4.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2634 <i o="sands:01" r="0" x="3.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2635 <i o="sands:01" r="0" x="13.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2636 <i o="sands:01" r="0" x="8.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2637 <i o="sands:01" r="0" x="12.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2638 <i o="sands:01" r="0" x="13.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2639 <i o="sands:01" r="0" x="13.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2640 <i o="sands:01" r="0" x="3.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2641 <i o="sands:01" r="0" x="12.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2642 <i o="sands:01" r="0" x="13.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2643 <i o="sands:01" r="0" x="7.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2644 <i o="sands:01" r="0" x="9.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2645 <i o="sands:01" r="0" x="3.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2646 <i o="sands:01" r="0" x="6.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2647 <i o="sands:01" r="0" x="10.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2648 <i o="sands:01" r="0" x="10.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2649 <i o="sands:01" r="0" x="9.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2650 <i o="sands:01" r="0" x="6.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2651 <i o="sands:01" r="0" x="6.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2652 <i o="sands:01" r="0" x="5.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2653 <i o="sands:01" r="0" x="6.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2654 <i o="sands:01" r="0" x="6.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2655 <i o="sands:01" r="0" x="15.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2656 <i o="sands:01" r="0" x="16.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2657 <i o="sands:01" r="0" x="14.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2658 <i o="sands:01" r="0" x="9.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2659 <i o="sands:01" r="0" x="8.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2660 <i o="sands:01" r="0" x="7.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2661 <i o="sands:01" r="0" x="8.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2662 <i o="sands:01" r="0" x="18.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2663 <i o="sands:01" r="0" x="15.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2664 <i o="sands:01" r="0" x="10.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2665 <i o="sands:01" r="0" x="4.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2666 <i o="sands:01" r="0" x="5.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2667 <i o="sands:01" r="0" x="9.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2668 <i o="sands:01" r="0" x="4.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2669 <i o="sands:01" r="0" x="3.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2670 <i o="sands:01" r="0" x="4.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2671 <i o="sands:01" r="0" x="6.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2672 <i o="sands:01" r="0" x="3.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2673 <i o="sands:01" r="0" x="5.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2674 <i o="sands:01" r="0" x="7.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2675 <i o="sands:01" r="0" x="7.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2676 <i o="sands:01" r="0" x="7.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2677 <i o="sands:01" r="0" x="6.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2678 <i o="sands:01" r="0" x="8.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2679 <i o="sands:01" r="0" x="8.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2680 <i o="sands:01" r="0" x="6.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2681 <i o="sands:01" r="0" x="7.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2682 <i o="sands:01" r="0" x="7.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2683 <i o="sands:01" r="0" x="9.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2684 <i o="sands:01" r="0" x="10.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2685 <i o="sands:01" r="0" x="9.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2686 <i o="sands:01" r="0" x="13.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2687 <i o="sands:01" r="0" x="16.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2688 <i o="sands:01" r="0" x="15.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2689 <i o="sands:01" r="0" x="13.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2690 <i o="sands:01" r="0" x="14.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2691 <i o="sands:01" r="0" x="17.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2692 <i o="sands:01" r="0" x="17.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2693 <i o="sands:01" r="0" x="13.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2694 <i o="sands:01" r="0" x="19.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2695 <i o="sands:01" r="0" x="19.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2696 <i o="sands:01" r="0" x="20.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2697 <i o="sands:01" r="0" x="21.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2698 <i o="sands:01" r="0" x="21.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2699 <i o="sands:01" r="0" x="22.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2700 <i o="sands:01" r="0" x="23.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2701 <i o="sands:01" r="0" x="24.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2702 <i o="sands:01" r="0" x="24.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2703 <i o="sands:01" r="0" x="23.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2704 <i o="sands:01" r="0" x="22.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2705 <i o="sands:01" r="0" x="20.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2706 <i o="sands:01" r="0" x="18.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2707 <i o="sands:01" r="0" x="17.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2708 <i o="sands:01" r="0" x="16.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2709 <i o="sands:01" r="0" x="21.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2710 <i o="sands:01" r="0" x="13.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2711 <i o="sands:01" r="0" x="16.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2712 <i o="sands:01" r="0" x="14.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2713 <i o="sands:01" r="0" x="15.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2714 <i o="sands:01" r="0" x="12.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2715 <i o="sands:01" r="0" x="13.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2716 <i o="sands:01" r="0" x="14.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2717 <i o="sands:01" r="0" x="16.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2718 <i o="sands:01" r="0" x="18.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2719 <i o="sands:01" r="0" x="20.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2720 <i o="sands:01" r="0" x="21.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2721 <i o="sands:01" r="0" x="20.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2722 <i o="sands:01" r="0" x="19.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2723 <i o="sands:01" r="0" x="20.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2724 <i o="sands:01" r="0" x="21.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2725 <i o="sands:01" r="0" x="22.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2726 <i o="sands:01" r="0" x="24.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2727 <i o="sands:01" r="0" x="23.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2728 <i o="sands:01" r="0" x="18.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2729 <i o="sands:01" r="0" x="19.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2730 <i o="sands:01" r="0" x="23.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2731 <i o="sands:01" r="0" x="23.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2732 <i o="sands:01" r="0" x="23.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2733 <i o="sands:01" r="0" x="24.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2734 <i o="sands:01" r="0" x="24.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2735 <i o="sands:01" r="0" x="24.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2736 <i o="sands:01" r="0" x="24.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2737 <i o="sands:01" r="0" x="22.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2738 <i o="sands:01" r="0" x="17.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2739 <i o="sands:01" r="0" x="17.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2740 <i o="sands:01" r="0" x="17.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2741 <i o="sands:01" r="0" x="18.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2742 <i o="sands:01" r="0" x="16.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2743 <i o="sands:01" r="0" x="13.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2744 <i o="sands:01" r="0" x="14.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2745 <i o="sands:01" r="0" x="14.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2746 <i o="sands:01" r="0" x="15.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2747 <i o="sands:01" r="0" x="15.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2748 <i o="sands:01" r="0" x="13.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2749 <i o="sands:01" r="0" x="12.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2750 <i o="sands:01" r="0" x="9.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2751 <i o="sands:01" r="0" x="10.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2752 <i o="sands:01" r="0" x="14.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2753 <i o="sands:01" r="0" x="12.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2754 <i o="sands:01" r="0" x="15.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2755 <i o="sands:01" r="0" x="13.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2756 <i o="sands:01" r="0" x="13.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2757 <i o="sands:01" r="0" x="14.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2758 <i o="sands:01" r="0" x="14.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2759 <i o="sands:01" r="0" x="15.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2760 <i o="sands:01" r="0" x="12.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2761 <i o="sands:01" r="0" x="12.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2762 <i o="sands:01" r="0" x="13.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2763 <i o="sands:01" r="0" x="13.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2764 <i o="sands:01" r="0" x="11.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2765 <i o="sands:01" r="0" x="12.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2766 <i o="sands:01" r="0" x="14.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2767 <i o="sands:01" r="0" x="15.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2768 <i o="sands:01" r="0" x="16.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2769 <i o="sands:01" r="0" x="15.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2770 <i o="sands:01" r="0" x="16.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2771 <i o="sands:01" r="0" x="17.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2772 <i o="sands:01" r="0" x="17.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2773 <i o="sands:01" r="0" x="16.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2774 <i o="sands:01" r="0" x="18.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2775 <i o="sands:01" r="0" x="18.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2776 <i o="sands:01" r="0" x="17.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2777 <i o="sands:01" r="0" x="18.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2778 <i o="sands:01" r="0" x="19.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2779 <i o="sands:01" r="0" x="20.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2780 <i o="sands:01" r="0" x="21.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2781 <i o="sands:01" r="0" x="20.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2782 <i o="sands:01" r="0" x="19.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2783 <i o="sands:01" r="0" x="21.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2784 <i o="sands:01" r="0" x="21.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2785 <i o="sands:01" r="0" x="22.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2786 <i o="sands:01" r="0" x="22.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2787 <i o="sands:01" r="0" x="20.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2788 <i o="sands:01" r="0" x="22.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2789 <i o="sands:01" r="0" x="23.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2790 <i o="sands:01" r="0" x="21.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2791 <i o="sands:01" r="0" x="19.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2792 <i o="sands:01" r="0" x="19.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2793 <i o="sands:01" r="0" x="17.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2794 <i o="sands:01" r="0" x="22.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2795 <i o="sands:01" r="0" x="18.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2796 <i o="sands:01" r="0" x="18.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2797 <i o="sands:01" r="0" x="16.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2798 <i o="sands:01" r="0" x="19.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2799 <i o="sands:01" r="0" x="18.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2800 <i o="sands:01" r="0" x="17.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2801 <i o="sands:01" r="0" x="17.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2802 <i o="sands:01" r="0" x="16.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2803 <i o="sands:01" r="0" x="16.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2804 <i o="sands:01" r="0" x="16.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2805 <i o="sands:01" r="0" x="16.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2806 <i o="sands:01" r="0" x="17.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2807 <i o="sands:01" r="0" x="18.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2808 <i o="sands:01" r="0" x="19.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2809 <i o="sands:01" r="0" x="20.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2810 <i o="sands:01" r="0" x="21.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2811 <i o="sands:01" r="0" x="20.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2812 <i o="sands:01" r="0" x="18.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2813 <i o="sands:01" r="0" x="17.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2814 <i o="sands:01" r="0" x="16.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2815 <i o="sands:01" r="0" x="16.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2816 <i o="sands:01" r="0" x="15.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2817 <i o="sands:01" r="0" x="16.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2818 <i o="sands:01" r="0" x="15.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2819 <i o="sands:01" r="0" x="18.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2820 <i o="sands:01" r="0" x="19.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2821 <i o="sands:01" r="0" x="19.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2822 <i o="sands:01" r="0" x="22.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2823 <i o="sands:01" r="0" x="21.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2824 <i o="sands:01" r="0" x="20.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2825 <i o="sands:01" r="0" x="23.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2826 <i o="sands:01" r="0" x="17.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2827 <i o="sands:01" r="0" x="14.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2828 <i o="sands:01" r="0" x="13.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2829 <i o="sands:01" r="0" x="14.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2830 <i o="sands:01" r="0" x="12.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2831 <i o="sands:01" r="0" x="14.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2832 <i o="sands:01" r="0" x="14.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2833 <i o="sands:01" r="0" x="15.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2834 <i o="sands:01" r="0" x="15.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2835 <i o="sands:01" r="0" x="15.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2836 <i o="sands:01" r="0" x="15.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2837 <i o="sands:01" r="0" x="15.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2838 <i o="sands:01" r="0" x="17.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2839 <i o="sands:01" r="0" x="18.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2840 <i o="sands:01" r="0" x="19.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2841 <i o="sands:01" r="0" x="19.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2842 <i o="sands:01" r="0" x="20.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2843 <i o="sands:01" r="0" x="21.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2844 <i o="sands:01" r="0" x="23.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2845 <i o="sands:01" r="0" x="23.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2846 <i o="sands:01" r="0" x="23.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2847 <i o="sands:01" r="0" x="22.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2848 <i o="sands:01" r="0" x="22.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2849 <i o="sands:01" r="0" x="23.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2850 <i o="sands:01" r="0" x="23.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2851 <i o="sands:01" r="0" x="21.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2852 <i o="sands:01" r="0" x="19.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2853 <i o="sands:01" r="0" x="22.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2854 <i o="sands:01" r="0" x="23.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2855 <i o="sands:01" r="0" x="23.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2856 <i o="sands:01" r="0" x="20.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2857 <i o="sands:01" r="0" x="19.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2858 <i o="sands:01" r="0" x="18.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2859 <i o="sands:01" r="0" x="17.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2860 <i o="sands:01" r="0" x="17.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2861 <i o="sands:01" r="0" x="18.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2862 <i o="sands:01" r="0" x="15.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2863 <i o="sands:01" r="0" x="14.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2864 <i o="sands:01" r="0" x="14.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2865 <i o="sands:01" r="0" x="13.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2866 <i o="sands:01" r="0" x="12.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2867 <i o="sands:01" r="0" x="14.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2868 <i o="sands:01" r="0" x="13.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2869 <i o="sands:01" r="0" x="12.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2870 <i o="sands:01" r="0" x="13.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2871 <i o="sands:01" r="0" x="18.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2872 <i o="sands:01" r="0" x="20.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2873 <i o="sands:01" r="0" x="21.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2874 <i o="sands:01" r="0" x="21.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2875 <i o="sands:01" r="0" x="22.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2876 <i o="sands:01" r="0" x="20.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2877 <i o="sands:01" r="0" x="19.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2878 <i o="sands:01" r="0" x="18.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2879 <i o="sands:01" r="0" x="19.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2880 <i o="sands:01" r="0" x="21.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2881 <i o="sands:01" r="0" x="22.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2882 <i o="sands:01" r="0" x="20.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2883 <i o="sands:01" r="0" x="22.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2884 <i o="sands:01" r="0" x="22.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2885 <i o="sands:01" r="0" x="22.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2886 <i o="sands:01" r="0" x="22.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2887 <i o="sands:01" r="0" x="22.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2888 <i o="sands:01" r="0" x="22.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2889 <i o="sands:01" r="0" x="22.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2890 <i o="sands:01" r="0" x="23.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2891 <i o="sands:01" r="0" x="23.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2892 <i o="sands:01" r="0" x="23.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2893 <i o="sands:01" r="0" x="23.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2894 <i o="sands:01" r="0" x="23.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2895 <i o="sands:01" r="0" x="22.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2896 <i o="sands:01" r="0" x="21.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2897 <i o="sands:01" r="0" x="23.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2898 <i o="sands:01" r="0" x="20.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2899 <i o="sands:01" r="0" x="21.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2900 <i o="sands:01" r="0" x="21.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2901 <i o="sands:01" r="0" x="21.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2902 <i o="sands:01" r="0" x="21.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2903 <i o="sands:01" r="0" x="20.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2904 <i o="sands:01" r="0" x="21.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2905 <i o="sands:01" r="0" x="19.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2906 <i o="sands:01" r="0" x="18.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2907 <i o="sands:01" r="0" x="17.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2908 <i o="sands:01" r="0" x="18.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2909 <i o="sands:01" r="0" x="16.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2910 <i o="sands:01" r="0" x="16.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2911 <i o="sands:01" r="0" x="16.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2912 <i o="beach:03" r="90" x="-8.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2913 <i o="beach:03" r="90" x="-7.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2914 <i o="beach:03" r="90" x="-4.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2915 <i o="beach:03" r="90" x="7.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2916 <i o="beach:03" r="90" x="6.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2917 <i o="beach:03" r="90" x="13.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2918 <i o="beach:03" r="90" x="14.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2919 <i o="beach:03" r="90" x="18.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2920 <i o="beach:03" r="90" x="21.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2921 <i o="beach:03" r="90" x="22.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2922 <i o="beach:03" r="0" x="30.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2923 <i o="beach:03" r="0" x="34.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2924 <i o="beach:03" r="0" x="34.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2925 <i o="beach:03" r="0" x="34.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2926 <i o="beach:03" r="0" x="34.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2927 <i o="beach:03" r="0" x="31.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2928 <i o="beach:03" r="0" x="32.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2929 <i o="beach:03" r="0" x="32.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2930 <i o="beach:03" r="0" x="32.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2931 <i o="beach:03" r="0" x="32.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2932 <i o="beach:03" r="0" x="32.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2933 <i o="beach:03" r="270" x="24.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2934 <i o="beach:03" r="270" x="21.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2935 <i o="beach:03" r="270" x="19.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2936 <i o="beach:03" r="270" x="16.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2937 <i o="beach:03" r="270" x="15.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2938 <i o="beach:03" r="270" x="11.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2939 <i o="beach:03" r="270" x="8.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2940 <i o="beach:03" r="270" x="-5.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2941 <i o="beach:03" r="270" x="-10.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2942 <i o="beach:03" r="270" x="-11.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2943 <i o="beach:03" r="180" x="-22.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2944 <i o="beach:03" r="180" x="-21.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2945 <i o="beach:03" r="180" x="-21.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2946 <i o="beach:03" r="180" x="-31.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2947 <i o="beach:03" r="90" x="-25.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2948 <i o="beach:03" r="90" x="-24.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2949 <i o="beach:04" r="90" x="-20.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2950 <i o="beach:04" r="90" x="-15.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2951 <i o="beach:04" r="90" x="-14.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2952 <i o="beach:04" r="90" x="-12.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2953 <i o="beach:04" r="90" x="-6.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2954 <i o="beach:04" r="90" x="-3.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2955 <i o="beach:04" r="90" x="8.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2956 <i o="beach:04" r="90" x="15.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2957 <i o="beach:04" r="90" x="17.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2958 <i o="beach:04" r="90" x="20.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2959 <i o="beach:04" r="90" x="24.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2960 <i o="beach:04" r="0" x="34.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2961 <i o="beach:04" r="0" x="34.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2962 <i o="beach:04" r="0" x="32.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2963 <i o="beach:04" r="0" x="32.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2964 <i o="beach:04" r="0" x="32.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2965 <i o="beach:04" r="0" x="32.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2966 <i o="beach:04" r="270" x="20.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2967 <i o="beach:04" r="270" x="10.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2968 <i o="beach:04" r="180" x="-21.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2969 <i o="beach:05" r="90" x="-13.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2970 <i o="beach:05" r="90" x="-5.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2971 <i o="beach:05" r="90" x="16.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2972 <i o="beach:05" r="90" x="19.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2973 <i o="beach:05" r="90" x="23.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2974 <i o="beach:05" r="0" x="34.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2975 <i o="beach:05" r="0" x="32.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2976 <i o="beach:05" r="0" x="32.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2977 <i o="beach:02" r="180" x="-23.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2978 <i o="beach:02" r="90" x="-21.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2979 <i o="beach:02" r="90" x="-16.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2980 <i o="beach:02" r="180" x="-11.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2981 <i o="beach:02" r="90" x="-9.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2982 <i o="beach:05" r="0" x="12.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2983 <i o="beach:05" r="90" x="12.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2984 <i o="beach:03" r="90" x="11.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2985 <i o="beach:02" r="90" x="26.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2986 <i o="beach:02" r="90" x="28.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2987 <i o="beach:02" r="90" x="30.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2988 <i o="beach:02" r="0" x="31.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2989 <i o="beach:02" r="0" x="23.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2990 <i o="beach:02" r="0" x="26.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2991 <i o="beach:02" r="0" x="29.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2992 <i o="beach:02" r="270" x="12.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2993 <i o="beach:02" r="270" x="13.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2994 <i o="beach:02" r="270" x="-9.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2995 <i o="beach:02" r="270" x="-4.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2996 <i o="beach:02" r="270" x="-21.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2997 <i o="beach:02" r="180" x="-21.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2998 <i o="beach:04" r="180" x="-21.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2999 <i o="beach:02" r="180" x="-31.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3000 <i o="beach:01" r="0" x="-26.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3001 <i o="beach:02" r="180" x="-26.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3002 <i o="beach:01" r="0" x="-27.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3003 <i o="beach:02" r="180" x="-27.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3004 <i o="beach:01" r="0" x="-29.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3005 <i o="beach:01" r="0" x="-31.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3006 <i o="beach:01" r="270" x="-18.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3007 <i o="beach:01" r="0" x="-11.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3008 <i o="beach:01" r="270" x="-9.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3009 <i o="beach:04" r="90" x="-10.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3010 <i o="beach:01" r="270" x="0.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3011 <i o="beach:01" r="270" x="3.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3012 <i o="beach:01" r="0" x="4.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3013 <i o="beach:01" r="270" x="10.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3014 <i o="beach:01" r="270" x="26.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3015 <i o="beach:01" r="270" x="28.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3016 <i o="beach:01" r="270" x="30.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3017 <i o="beach:01" r="270" x="32.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3018 <i o="beach:01" r="270" x="33.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3019 <i o="beach:01" r="270" x="34.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3020 <i o="beach:01" r="180" x="34.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3021 <i o="beach:01" r="180" x="33.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3022 <i o="beach:01" r="180" x="31.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3023 <i o="beach:01" r="180" x="30.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3024 <i o="beach:01" r="180" x="29.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3025 <i o="beach:01" r="270" x="29.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3026 <i o="beach:01" r="270" x="30.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3027 <i o="beach:01" r="270" x="31.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3028 <i o="beach:01" r="270" x="32.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3029 <i o="beach:01" r="180" x="32.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3030 <i o="beach:01" r="180" x="30.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3031 <i o="beach:01" r="180" x="29.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3032 <i o="beach:01" r="180" x="28.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3033 <i o="beach:01" r="180" x="26.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3034 <i o="beach:01" r="180" x="23.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3035 <i o="beach:01" r="90" x="13.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3036 <i o="beach:01" r="90" x="6.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3037 <i o="beach:01" r="90" x="5.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3038 <i o="beach:01" r="90" x="4.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3039 <i o="beach:01" r="90" x="2.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3040 <i o="beach:01" r="90" x="1.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3041 <i o="beach:01" r="90" x="0.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3042 <i o="beach:01" r="90" x="-1.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3043 <i o="beach:01" r="90" x="-2.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3044 <i o="beach:01" r="90" x="-3.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3045 <i o="beach:01" r="90" x="-4.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3046 <i o="beach:01" r="90" x="-7.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3047 <i o="beach:01" r="90" x="-9.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3048 <i o="beach:01" r="90" x="-13.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3049 <i o="beach:01" r="90" x="-14.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3050 <i o="beach:01" r="90" x="-15.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3051 <i o="beach:01" r="90" x="-16.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3052 <i o="beach:01" r="90" x="-17.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3053 <i o="beach:01" r="90" x="-18.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3054 <i o="beach:01" r="90" x="-20.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3055 <i o="beach:01" r="90" x="-21.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3056 <i o="beach:01" r="90" x="-22.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3057 <i o="beach:01" r="0" x="-22.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3058 <i o="beach:01" r="90" x="-22.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3059 <i o="beach:01" r="90" x="-23.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3060 <i o="beach:01" r="90" x="-24.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3061 <i o="beach:01" r="90" x="-25.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3062 <i o="beach:01" r="90" x="-26.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3063 <i o="beach:01" r="90" x="-27.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3064 <i o="beach:01" r="90" x="-28.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3065 <i o="beach:01" r="90" x="-30.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3066 <i o="beach:01" r="90" x="-31.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3067 <i o="beach:01" r="90" x="-32.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3068 <i o="beach:01" r="90" x="-33.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3069 <i o="beach:01" r="0" x="-33.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3070 <i o="beach:01" r="0" x="-32.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3071 <i o="beach:01" r="270" x="-16.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3072 <i o="beach:02" r="90" x="-18.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3073 <i o="beach:02" r="90" x="0.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3074 <i o="beach:02" r="180" x="4.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3075 <i o="beach:02" r="90" x="3.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3076 <i o="beach:02" r="90" x="10.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3077 <i o="beach:02" r="90" x="31.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3078 <i o="beach:02" r="90" x="32.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3079 <i o="beach:02" r="90" x="33.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3080 <i o="beach:02" r="0" x="33.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3081 <i o="beach:02" r="0" x="32.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3082 <i o="beach:02" r="0" x="30.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3083 <i o="beach:02" r="0" x="29.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3084 <i o="beach:02" r="0" x="28.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3085 <i o="beach:02" r="90" x="28.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3086 <i o="beach:02" r="90" x="29.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3087 <i o="beach:02" r="90" x="30.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3088 <i o="beach:02" r="90" x="31.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3089 <i o="beach:02" r="0" x="30.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3090 <i o="beach:02" r="0" x="28.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3091 <i o="beach:02" r="270" x="6.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3092 <i o="beach:02" r="270" x="5.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3093 <i o="beach:02" r="270" x="4.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3094 <i o="beach:02" r="270" x="2.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3095 <i o="beach:02" r="270" x="1.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3096 <i o="beach:02" r="270" x="0.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3097 <i o="beach:02" r="270" x="-1.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3098 <i o="beach:02" r="270" x="-2.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3099 <i o="beach:02" r="270" x="-3.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3100 <i o="beach:02" r="270" x="-7.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3101 <i o="beach:02" r="270" x="-13.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3102 <i o="beach:02" r="270" x="-14.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3103 <i o="beach:02" r="270" x="-15.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3104 <i o="beach:02" r="270" x="-16.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3105 <i o="beach:02" r="270" x="-17.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3106 <i o="beach:02" r="270" x="-18.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3107 <i o="beach:02" r="270" x="-20.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3108 <i o="beach:02" r="270" x="-21.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3109 <i o="beach:02" r="270" x="-22.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3110 <i o="beach:02" r="270" x="-23.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3111 <i o="beach:02" r="270" x="-24.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3112 <i o="beach:02" r="270" x="-25.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3113 <i o="beach:02" r="270" x="-26.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3114 <i o="beach:02" r="270" x="-27.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3115 <i o="beach:02" r="270" x="-28.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3116 <i o="beach:02" r="270" x="-30.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3117 <i o="beach:02" r="270" x="-31.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3118 <i o="beach:02" r="270" x="-32.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3119 <i o="beach:02" r="180" x="-32.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3120 <i o="beach:02" r="180" x="-29.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3121 <i o="beach:03" r="90" x="-1.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3122 <i o="beach:03" r="90" x="-2.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3123 <i o="beach:03" r="90" x="2.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3124 <i o="beach:04" r="90" x="1.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3125 <i o="beach:04" r="90" x="5.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3126 <i o="beach:04" r="90" x="9.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3127 <i o="beach:04" r="90" x="25.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3128 <i o="beach:04" r="90" x="29.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3129 <i o="beach:04" r="90" x="27.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3130 <i o="beach:05" r="0" x="30.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3131 <i o="beach:05" r="0" x="34.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3132 <i o="beach:01" r="270" x="31.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3133 <i o="beach:03" r="0" x="34.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3134 <i o="beach:03" r="0" x="30.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3135 <i o="beach:04" r="0" x="33.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3136 <i o="beach:04" r="0" x="31.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3137 <i o="beach:03" r="0" x="32.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3138 <i o="beach:03" r="0" x="32.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3139 <i o="beach:04" r="270" x="31.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3140 <i o="beach:05" r="0" x="29.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3141 <i o="beach:04" r="270" x="27.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3142 <i o="beach:04" r="270" x="25.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3143 <i o="beach:05" r="0" x="23.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3144 <i o="beach:05" r="270" x="22.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3145 <i o="beach:02" r="0" x="18.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3146 <i o="beach:02" r="0" x="18.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3147 <i o="beach:01" r="180" x="18.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3148 <i o="beach:03" r="270" x="17.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3149 <i o="beach:04" r="270" x="14.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3150 <i o="beach:01" r="90" x="12.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3151 <i o="beach:04" r="270" x="9.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3152 <i o="beach:04" r="270" x="7.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3153 <i o="beach:05" r="270" x="3.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3154 <i o="beach:04" r="180" x="-2.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3155 <i o="beach:03" r="270" x="-6.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3156 <i o="beach:03" r="270" x="-8.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3157 <i o="beach:04" r="0" x="-12.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3158 <i o="beach:04" r="0" x="-12.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3159 <i o="beach:04" r="270" x="-12.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3160 <i o="beach:05" r="180" x="-15.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3161 <i o="beach:04" r="270" x="-19.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3162 <i o="beach:03" r="180" x="-22.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3163 <i o="beach:03" r="180" x="-22.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3164 <i o="beach:04" r="180" x="-22.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3165 <i o="beach:04" r="180" x="-25.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3166 <i o="beach:05" r="180" x="-27.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3167 <i o="beach:05" r="270" x="-29.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3168 <i o="beach:05" r="180" x="-33.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3169 <i o="beach:04" r="180" x="-33.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3170 <i o="beach:04" r="180" x="-32.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3171 <i o="beach:04" r="90" x="-28.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3172 <i o="beach:05" r="90" x="-30.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3173 <i o="beach:05" r="180" x="-31.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3174 <i o="beach:05" r="90" x="-19.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3175 <i o="beach:05" r="90" x="-17.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3176 <i o="beach:01" r="0" x="-23.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3177 <i o="beach:01" r="270" x="-21.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3178 <i o="beach:03" r="90" x="-22.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3179 <i o="water" r="0" x="-24.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3180 <i o="water" r="0" x="-25.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3181 <i o="water" r="0" x="-26.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3182 <i o="water" r="0" x="-27.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3183 <i o="water" r="0" x="-27.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3184 <i o="water" r="0" x="-28.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3185 <i o="water" r="0" x="-28.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3186 <i o="water" r="0" x="-29.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3187 <i o="water" r="0" x="-30.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3188 <i o="water" r="0" x="-30.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3189 <i o="water" r="0" x="-31.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3190 <i o="water" r="0" x="-33.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3191 <i o="water" r="0" x="-33.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3192 <i o="water" r="0" x="-33.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3193 <i o="water" r="0" x="-32.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3194 <i o="water" r="0" x="-33.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3195 <i o="water" r="0" x="-32.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3196 <i o="water" r="0" x="-33.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3197 <i o="water" r="0" x="-33.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3198 <i o="water" r="0" x="-33.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3199 <i o="water" r="0" x="-32.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3200 <i o="water" r="0" x="-32.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3201 <i o="water" r="0" x="-30.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3202 <i o="water" r="0" x="-30.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3203 <i o="water" r="0" x="-29.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3204 <i o="water" r="0" x="-28.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3205 <i o="water" r="0" x="-28.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3206 <i o="water" r="0" x="-29.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3207 <i o="water" r="0" x="-31.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3208 <i o="water" r="0" x="-32.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3209 <i o="water" r="0" x="-32.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3210 <i o="water" r="0" x="-32.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3211 <i o="water" r="0" x="-32.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3212 <i o="water" r="0" x="-31.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3213 <i o="water" r="0" x="-33.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3214 <i o="water" r="0" x="-33.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3215 <i o="water" r="0" x="-33.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3216 <i o="water" r="0" x="-31.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3217 <i o="water" r="0" x="-30.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3218 <i o="water" r="0" x="-30.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3219 <i o="water" r="0" x="-29.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3220 <i o="water" r="0" x="-29.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3221 <i o="water" r="0" x="-28.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3222 <i o="water" r="0" x="-31.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3223 <i o="water" r="0" x="-31.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3224 <i o="water" r="0" x="-30.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3225 <i o="water" r="0" x="-29.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3226 <i o="water" r="0" x="-29.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3227 <i o="water" r="0" x="-29.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3228 <i o="water" r="0" x="-29.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3229 <i o="water" r="0" x="-29.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3230 <i o="water" r="0" x="-28.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3231 <i o="water" r="0" x="-28.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3232 <i o="water" r="0" x="-28.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3233 <i o="water" r="0" x="-27.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3234 <i o="water" r="0" x="-27.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3235 <i o="water" r="0" x="-26.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3236 <i o="water" r="0" x="-26.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3237 <i o="water" r="0" x="-25.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3238 <i o="water" r="0" x="-25.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3239 <i o="water" r="0" x="-24.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3240 <i o="water" r="0" x="-23.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3241 <i o="water" r="0" x="-23.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3242 <i o="water" r="0" x="-23.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3243 <i o="water" r="0" x="-22.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3244 <i o="water" r="0" x="-22.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3245 <i o="water" r="0" x="-22.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3246 <i o="water" r="0" x="-22.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3247 <i o="water" r="0" x="-23.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3248 <i o="water" r="0" x="-23.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3249 <i o="water" r="0" x="-23.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3250 <i o="water" r="0" x="-24.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3251 <i o="water" r="0" x="-24.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3252 <i o="water" r="0" x="-24.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3253 <i o="water" r="0" x="-25.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3254 <i o="water" r="0" x="-25.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3255 <i o="water" r="0" x="-26.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3256 <i o="water" r="0" x="-26.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3257 <i o="water" r="0" x="-26.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3258 <i o="water" r="0" x="-27.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3259 <i o="water" r="0" x="-27.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3260 <i o="water" r="0" x="-26.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3261 <i o="water" r="0" x="-27.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3262 <i o="water" r="0" x="-28.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3263 <i o="water" r="0" x="-29.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3264 <i o="water" r="0" x="-28.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3265 <i o="water" r="0" x="-28.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3266 <i o="water" r="0" x="-28.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3267 <i o="water" r="0" x="-27.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3268 <i o="water" r="0" x="-27.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3269 <i o="water" r="0" x="-27.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3270 <i o="water" r="0" x="-27.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3271 <i o="water" r="0" x="-26.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3272 <i o="water" r="0" x="-26.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3273 <i o="water" r="0" x="-25.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3274 <i o="water" r="0" x="-25.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3275 <i o="water" r="0" x="-24.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3276 <i o="water" r="0" x="-24.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3277 <i o="water" r="0" x="-23.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3278 <i o="water" r="0" x="-23.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3279 <i o="water" r="0" x="-24.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3280 <i o="water" r="0" x="-24.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3281 <i o="water" r="0" x="-25.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3282 <i o="water" r="0" x="-26.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3283 <i o="water" r="0" x="-26.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3284 <i o="water" r="0" x="-25.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3285 <i o="water" r="0" x="-24.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3286 <i o="water" r="0" x="-28.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3287 <i o="water" r="0" x="-28.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3288 <i o="water" r="0" x="-28.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3289 <i o="water" r="0" x="-28.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3290 <i o="water" r="0" x="-27.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3291 <i o="water" r="0" x="-27.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3292 <i o="water" r="0" x="-27.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3293 <i o="water" r="0" x="-27.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3294 <i o="water" r="0" x="-28.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3295 <i o="water" r="0" x="-27.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3296 <i o="water" r="0" x="-28.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3297 <i o="water" r="0" x="-28.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3298 <i o="water" r="0" x="-28.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3299 <i o="water" r="0" x="-28.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3300 <i o="water" r="0" x="-28.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3301 <i o="water" r="0" x="-27.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3302 <i o="water" r="0" x="-27.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3303 <i o="water" r="0" x="-26.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3304 <i o="water" r="0" x="-26.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3305 <i o="water" r="0" x="-25.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3306 <i o="water" r="0" x="-24.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3307 <i o="water" r="0" x="-23.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3308 <i o="water" r="0" x="-22.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3309 <i o="water" r="0" x="-21.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3310 <i o="water" r="0" x="-21.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3311 <i o="water" r="0" x="-22.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3312 <i o="water" r="0" x="-23.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3313 <i o="water" r="0" x="-24.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3314 <i o="water" r="0" x="-25.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3315 <i o="water" r="0" x="-25.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3316 <i o="water" r="0" x="-28.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3317 <i o="water" r="0" x="-28.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3318 <i o="water" r="0" x="-27.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3319 <i o="water" r="0" x="-27.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3320 <i o="water" r="0" x="-26.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3321 <i o="water" r="0" x="-26.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3322 <i o="water" r="0" x="-27.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3323 <i o="water" r="0" x="-28.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3324 <i o="water" r="0" x="-27.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3325 <i o="water" r="0" x="-27.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3326 <i o="water" r="0" x="-26.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3327 <i o="water" r="0" x="-26.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3328 <i o="water" r="0" x="-26.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3329 <i o="water" r="0" x="-26.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3330 <i o="water" r="0" x="-26.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3331 <i o="water" r="0" x="-25.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3332 <i o="water" r="0" x="-24.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3333 <i o="water" r="0" x="-24.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3334 <i o="water" r="0" x="-23.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3335 <i o="water" r="0" x="-24.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3336 <i o="water" r="0" x="-24.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3337 <i o="water" r="0" x="-23.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3338 <i o="water" r="0" x="-23.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3339 <i o="water" r="0" x="-23.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3340 <i o="water" r="0" x="-23.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3341 <i o="water" r="0" x="-22.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3342 <i o="water" r="0" x="-24.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3343 <i o="water" r="0" x="-23.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3344 <i o="water" r="0" x="-22.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3345 <i o="water" r="0" x="-21.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3346 <i o="water" r="0" x="-21.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3347 <i o="water" r="0" x="-20.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3348 <i o="water" r="0" x="-20.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3349 <i o="water" r="0" x="-19.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3350 <i o="water" r="0" x="-20.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3351 <i o="water" r="0" x="-22.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3352 <i o="water" r="0" x="-23.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3353 <i o="water" r="0" x="-23.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3354 <i o="water" r="0" x="-23.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3355 <i o="water" r="0" x="-24.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3356 <i o="water" r="0" x="-24.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3357 <i o="water" r="0" x="-25.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3358 <i o="water" r="0" x="-25.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3359 <i o="water" r="0" x="-25.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3360 <i o="water" r="0" x="-25.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3361 <i o="water" r="0" x="-27.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3362 <i o="water" r="0" x="-26.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3363 <i o="water" r="0" x="-25.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3364 <i o="water" r="0" x="-25.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3365 <i o="water" r="0" x="-26.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3366 <i o="water" r="0" x="-26.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3367 <i o="water" r="0" x="-27.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3368 <i o="water" r="0" x="-24.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3369 <i o="water" r="0" x="-26.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3370 <i o="water" r="0" x="-28.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3371 <i o="water" r="0" x="-28.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3372 <i o="water" r="0" x="-27.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3373 <i o="water" r="0" x="-25.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3374 <i o="water" r="0" x="-25.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3375 <i o="water" r="0" x="-26.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3376 <i o="water" r="0" x="-14.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3377 <i o="water" r="0" x="-15.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3378 <i o="water" r="0" x="-16.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3379 <i o="water" r="0" x="-17.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3380 <i o="water" r="0" x="-18.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3381 <i o="water" r="0" x="-19.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3382 <i o="water" r="0" x="-19.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3383 <i o="water" r="0" x="-20.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3384 <i o="water" r="0" x="-21.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3385 <i o="water" r="0" x="-22.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3386 <i o="water" r="0" x="-22.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3387 <i o="water" r="0" x="-23.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3388 <i o="water" r="0" x="-24.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3389 <i o="water" r="0" x="-25.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3390 <i o="water" r="0" x="-25.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3391 <i o="water" r="0" x="-24.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3392 <i o="water" r="0" x="-23.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3393 <i o="water" r="0" x="-23.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3394 <i o="water" r="0" x="-23.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3395 <i o="water" r="0" x="-25.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3396 <i o="water" r="0" x="-26.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3397 <i o="water" r="0" x="-26.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3398 <i o="water" r="0" x="-27.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3399 <i o="water" r="0" x="-28.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3400 <i o="water" r="0" x="-28.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3401 <i o="water" r="0" x="-27.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3402 <i o="water" r="0" x="-28.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3403 <i o="water" r="0" x="-24.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3404 <i o="water" r="0" x="-23.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3405 <i o="water" r="0" x="-24.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3406 <i o="water" r="0" x="-24.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3407 <i o="water" r="0" x="-25.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3408 <i o="water" r="0" x="-26.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3409 <i o="water" r="0" x="-24.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3410 <i o="water" r="0" x="-23.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3411 <i o="water" r="0" x="-23.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3412 <i o="water" r="0" x="-22.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3413 <i o="water" r="0" x="-21.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3414 <i o="water" r="0" x="-19.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3415 <i o="water" r="0" x="-19.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3416 <i o="water" r="0" x="-18.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3417 <i o="water" r="0" x="-18.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3418 <i o="water" r="0" x="-18.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3419 <i o="water" r="0" x="-17.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3420 <i o="water" r="0" x="-17.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3421 <i o="water" r="0" x="-16.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3422 <i o="water" r="0" x="-16.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3423 <i o="water" r="0" x="-17.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3424 <i o="water" r="0" x="-17.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3425 <i o="water" r="0" x="-16.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3426 <i o="water" r="0" x="-15.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3427 <i o="water" r="0" x="-17.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3428 <i o="water" r="0" x="-18.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3429 <i o="water" r="0" x="-19.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3430 <i o="water" r="0" x="-20.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3431 <i o="water" r="0" x="-21.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3432 <i o="water" r="0" x="-22.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3433 <i o="water" r="0" x="-24.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3434 <i o="water" r="0" x="-21.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3435 <i o="water" r="0" x="-20.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3436 <i o="water" r="0" x="-20.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3437 <i o="water" r="0" x="-19.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3438 <i o="water" r="0" x="-19.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3439 <i o="water" r="0" x="-20.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3440 <i o="water" r="0" x="-18.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3441 <i o="water" r="0" x="-26.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3442 <i o="water" r="0" x="-27.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3443 <i o="water" r="0" x="-27.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3444 <i o="water" r="0" x="-28.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3445 <i o="water" r="0" x="-25.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3446 <i o="water" r="0" x="-25.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3447 <i o="water" r="0" x="-22.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3448 <i o="water" r="0" x="-21.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3449 <i o="water" r="0" x="-21.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3450 <i o="water" r="0" x="-17.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3451 <i o="water" r="0" x="-16.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3452 <i o="water" r="0" x="-16.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3453 <i o="water" r="0" x="-17.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3454 <i o="water" r="0" x="-17.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3455 <i o="water" r="0" x="-17.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3456 <i o="water" r="0" x="-17.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3457 <i o="water" r="0" x="-17.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3458 <i o="water" r="0" x="-17.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3459 <i o="water" r="0" x="-16.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3460 <i o="water" r="0" x="-16.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3461 <i o="water" r="0" x="-15.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3462 <i o="water" r="0" x="-15.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3463 <i o="water" r="0" x="-14.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3464 <i o="water" r="0" x="-13.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3465 <i o="water" r="0" x="-12.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3466 <i o="water" r="0" x="-11.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3467 <i o="water" r="0" x="-10.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3468 <i o="water" r="0" x="-9.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3469 <i o="water" r="0" x="-8.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3470 <i o="water" r="0" x="-7.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3471 <i o="water" r="0" x="-6.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3472 <i o="water" r="0" x="-5.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3473 <i o="water" r="0" x="-5.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3474 <i o="water" r="0" x="-5.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3475 <i o="water" r="0" x="-4.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3476 <i o="water" r="0" x="-4.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3477 <i o="water" r="0" x="-3.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3478 <i o="water" r="0" x="-3.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3479 <i o="water" r="0" x="-2.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3480 <i o="water" r="0" x="-6.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3481 <i o="water" r="0" x="-7.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3482 <i o="water" r="0" x="-8.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3483 <i o="water" r="0" x="-9.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3484 <i o="water" r="0" x="-10.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3485 <i o="water" r="0" x="-11.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3486 <i o="water" r="0" x="-12.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3487 <i o="water" r="0" x="-13.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3488 <i o="water" r="0" x="-13.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3489 <i o="water" r="0" x="-14.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3490 <i o="water" r="0" x="-14.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3491 <i o="water" r="0" x="-15.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3492 <i o="water" r="0" x="-16.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3493 <i o="water" r="0" x="-17.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3494 <i o="water" r="0" x="-17.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3495 <i o="water" r="0" x="-16.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3496 <i o="water" r="0" x="-16.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3497 <i o="water" r="0" x="-16.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3498 <i o="water" r="0" x="-15.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3499 <i o="water" r="0" x="-14.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3500 <i o="water" r="0" x="-15.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3501 <i o="water" r="0" x="-15.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3502 <i o="water" r="0" x="-14.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3503 <i o="water" r="0" x="-13.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3504 <i o="water" r="0" x="-12.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3505 <i o="water" r="0" x="-11.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3506 <i o="water" r="0" x="-11.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3507 <i o="water" r="0" x="-10.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3508 <i o="water" r="0" x="-10.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3509 <i o="water" r="0" x="-9.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3510 <i o="water" r="0" x="-8.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3511 <i o="water" r="0" x="-8.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3512 <i o="water" r="0" x="-7.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3513 <i o="water" r="0" x="-6.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3514 <i o="water" r="0" x="-6.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3515 <i o="water" r="0" x="-5.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3516 <i o="water" r="0" x="-5.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3517 <i o="water" r="0" x="-4.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3518 <i o="water" r="0" x="-4.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3519 <i o="water" r="0" x="-3.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3520 <i o="water" r="0" x="-3.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3521 <i o="water" r="0" x="-4.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3522 <i o="water" r="0" x="-5.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3523 <i o="water" r="0" x="-6.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3524 <i o="water" r="0" x="-7.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3525 <i o="water" r="0" x="-8.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3526 <i o="water" r="0" x="-9.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3527 <i o="water" r="0" x="-10.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3528 <i o="water" r="0" x="-10.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3529 <i o="water" r="0" x="-11.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3530 <i o="water" r="0" x="-12.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3531 <i o="water" r="0" x="-13.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3532 <i o="water" r="0" x="-15.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3533 <i o="water" r="0" x="-14.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3534 <i o="water" r="0" x="-14.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3535 <i o="water" r="0" x="-14.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3536 <i o="water" r="0" x="-13.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3537 <i o="water" r="0" x="-12.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3538 <i o="water" r="0" x="-12.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3539 <i o="water" r="0" x="-13.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3540 <i o="water" r="0" x="-15.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3541 <i o="water" r="0" x="-13.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3542 <i o="water" r="0" x="-12.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3543 <i o="water" r="0" x="-12.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3544 <i o="water" r="0" x="-11.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3545 <i o="water" r="0" x="-13.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3546 <i o="water" r="0" x="-10.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3547 <i o="water" r="0" x="-10.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3548 <i o="water" r="0" x="-11.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3549 <i o="water" r="0" x="-10.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3550 <i o="water" r="0" x="-10.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3551 <i o="water" r="0" x="-9.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3552 <i o="water" r="0" x="-9.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3553 <i o="water" r="0" x="-11.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3554 <i o="water" r="0" x="-9.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3555 <i o="water" r="0" x="-8.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3556 <i o="water" r="0" x="-8.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3557 <i o="water" r="0" x="-7.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3558 <i o="water" r="0" x="-7.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3559 <i o="water" r="0" x="-6.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3560 <i o="water" r="0" x="-7.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3561 <i o="water" r="0" x="-8.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3562 <i o="water" r="0" x="-5.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3563 <i o="water" r="0" x="-4.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3564 <i o="water" r="0" x="-4.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3565 <i o="water" r="0" x="-4.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3566 <i o="water" r="0" x="-4.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3567 <i o="water" r="0" x="-5.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3568 <i o="water" r="0" x="-5.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3569 <i o="water" r="0" x="-5.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3570 <i o="water" r="0" x="-5.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3571 <i o="water" r="0" x="-4.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3572 <i o="water" r="0" x="-3.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3573 <i o="water" r="0" x="-4.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3574 <i o="water" r="0" x="-4.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3575 <i o="water" r="0" x="-3.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3576 <i o="water" r="0" x="-3.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3577 <i o="water" r="0" x="-3.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3578 <i o="water" r="0" x="-2.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3579 <i o="water" r="0" x="-1.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3580 <i o="water" r="0" x="-1.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3581 <i o="water" r="0" x="-2.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3582 <i o="water" r="0" x="-3.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3583 <i o="water" r="0" x="-3.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3584 <i o="water" r="0" x="-2.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3585 <i o="water" r="0" x="-2.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3586 <i o="water" r="0" x="-2.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3587 <i o="water" r="0" x="-1.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3588 <i o="water" r="0" x="-3.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3589 <i o="water" r="0" x="-3.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3590 <i o="water" r="0" x="-1.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3591 <i o="water" r="0" x="-1.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3592 <i o="water" r="0" x="-1.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3593 <i o="water" r="0" x="-1.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3594 <i o="water" r="0" x="-1.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3595 <i o="water" r="0" x="0.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3596 <i o="water" r="0" x="0.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3597 <i o="water" r="0" x="1.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3598 <i o="water" r="0" x="0.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3599 <i o="water" r="0" x="-2.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3600 <i o="water" r="0" x="-2.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3601 <i o="water" r="0" x="-2.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3602 <i o="water" r="0" x="0.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3603 <i o="water" r="0" x="1.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3604 <i o="water" r="0" x="1.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3605 <i o="water" r="0" x="2.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3606 <i o="water" r="0" x="1.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3607 <i o="water" r="0" x="0.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3608 <i o="water" r="0" x="0.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3609 <i o="water" r="0" x="2.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3610 <i o="water" r="0" x="3.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3611 <i o="water" r="0" x="4.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3612 <i o="water" r="0" x="4.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3613 <i o="water" r="0" x="5.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3614 <i o="water" r="0" x="6.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3615 <i o="water" r="0" x="7.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3616 <i o="water" r="0" x="12.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3617 <i o="water" r="0" x="11.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3618 <i o="water" r="0" x="10.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3619 <i o="water" r="0" x="9.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3620 <i o="water" r="0" x="8.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3621 <i o="water" r="0" x="10.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3622 <i o="water" r="0" x="11.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3623 <i o="water" r="0" x="11.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3624 <i o="water" r="0" x="9.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3625 <i o="water" r="0" x="9.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3626 <i o="water" r="0" x="8.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3627 <i o="water" r="0" x="7.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3628 <i o="water" r="0" x="6.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3629 <i o="water" r="0" x="6.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3630 <i o="water" r="0" x="5.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3631 <i o="water" r="0" x="5.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3632 <i o="water" r="0" x="4.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3633 <i o="water" r="0" x="3.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3634 <i o="water" r="0" x="2.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3635 <i o="water" r="0" x="1.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3636 <i o="water" r="0" x="0.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3637 <i o="water" r="0" x="1.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3638 <i o="water" r="0" x="2.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3639 <i o="water" r="0" x="2.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3640 <i o="water" r="0" x="3.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3641 <i o="water" r="0" x="3.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3642 <i o="water" r="0" x="3.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3643 <i o="water" r="0" x="4.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3644 <i o="water" r="0" x="4.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3645 <i o="water" r="0" x="5.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3646 <i o="water" r="0" x="19.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3647 <i o="water" r="0" x="20.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3648 <i o="water" r="0" x="22.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3649 <i o="water" r="0" x="23.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3650 <i o="water" r="0" x="21.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3651 <i o="water" r="0" x="24.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3652 <i o="water" r="0" x="25.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3653 <i o="water" r="0" x="26.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3654 <i o="water" r="0" x="26.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3655 <i o="water" r="0" x="25.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3656 <i o="water" r="0" x="25.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3657 <i o="water" r="0" x="24.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3658 <i o="water" r="0" x="24.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3659 <i o="water" r="0" x="33.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3660 <i o="water" r="0" x="34.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3661 <i o="water" r="0" x="35.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3662 <i o="water" r="0" x="35.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3663 <i o="water" r="0" x="34.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3664 <i o="water" r="0" x="33.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3665 <i o="water" r="0" x="32.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3666 <i o="water" r="0" x="32.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3667 <i o="water" r="0" x="31.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3668 <i o="water" r="0" x="31.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3669 <i o="water" r="0" x="30.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3670 <i o="water" r="0" x="29.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3671 <i o="water" r="0" x="28.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3672 <i o="water" r="0" x="27.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3673 <i o="water" r="0" x="27.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3674 <i o="water" r="0" x="28.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3675 <i o="water" r="0" x="29.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3676 <i o="water" r="0" x="30.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3677 <i o="water" r="0" x="26.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3678 <i o="water" r="0" x="27.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3679 <i o="water" r="0" x="29.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3680 <i o="water" r="0" x="28.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3681 <i o="water" r="0" x="28.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3682 <i o="water" r="0" x="27.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3683 <i o="water" r="0" x="30.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3684 <i o="water" r="0" x="32.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3685 <i o="water" r="0" x="32.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3686 <i o="water" r="0" x="33.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3687 <i o="water" r="0" x="34.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3688 <i o="water" r="0" x="35.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3689 <i o="water" r="0" x="35.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3690 <i o="water" r="0" x="35.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3691 <i o="water" r="0" x="35.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3692 <i o="water" r="0" x="35.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3693 <i o="water" r="0" x="35.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3694 <i o="water" r="0" x="35.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3695 <i o="water" r="0" x="35.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3696 <i o="water" r="0" x="35.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3697 <i o="water" r="0" x="35.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3698 <i o="water" r="0" x="34.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3699 <i o="water" r="0" x="34.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3700 <i o="water" r="0" x="34.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3701 <i o="water" r="0" x="35.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3702 <i o="water" r="0" x="35.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3703 <i o="water" r="0" x="33.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3704 <i o="water" r="0" x="33.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3705 <i o="water" r="0" x="33.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3706 <i o="water" r="0" x="34.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3707 <i o="water" r="0" x="34.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3708 <i o="water" r="0" x="34.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3709 <i o="water" r="0" x="34.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3710 <i o="water" r="0" x="34.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3711 <i o="water" r="0" x="34.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3712 <i o="water" r="0" x="34.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3713 <i o="water" r="0" x="33.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3714 <i o="water" r="0" x="32.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3715 <i o="water" r="0" x="31.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3716 <i o="water" r="0" x="31.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3717 <i o="water" r="0" x="30.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3718 <i o="water" r="0" x="30.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3719 <i o="water" r="0" x="29.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3720 <i o="water" r="0" x="29.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3721 <i o="water" r="0" x="32.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3722 <i o="water" r="0" x="33.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3723 <i o="water" r="0" x="32.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3724 <i o="water" r="0" x="32.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3725 <i o="water" r="0" x="32.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3726 <i o="water" r="0" x="33.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3727 <i o="water" r="0" x="33.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3728 <i o="water" r="0" x="33.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3729 <i o="water" r="0" x="33.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3730 <i o="water" r="0" x="31.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3731 <i o="water" r="0" x="31.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3732 <i o="water" r="0" x="30.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3733 <i o="water" r="0" x="30.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3734 <i o="water" r="0" x="31.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3735 <i o="water" r="0" x="32.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3736 <i o="water" r="0" x="33.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3737 <i o="water" r="0" x="31.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3738 <i o="water" r="0" x="31.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3739 <i o="water" r="0" x="32.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3740 <i o="water" r="0" x="33.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3741 <i o="water" r="0" x="34.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3742 <i o="water" r="0" x="34.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3743 <i o="water" r="0" x="34.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3744 <i o="water" r="0" x="33.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3745 <i o="water" r="0" x="32.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3746 <i o="water" r="0" x="32.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3747 <i o="water" r="0" x="31.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3748 <i o="water" r="0" x="31.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3749 <i o="water" r="0" x="30.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3750 <i o="water" r="0" x="30.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3751 <i o="water" r="0" x="31.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3752 <i o="water" r="0" x="32.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3753 <i o="water" r="0" x="32.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3754 <i o="water" r="0" x="32.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3755 <i o="water" r="0" x="31.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3756 <i o="water" r="0" x="33.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3757 <i o="water" r="0" x="33.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3758 <i o="water" r="0" x="33.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3759 <i o="water" r="0" x="34.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3760 <i o="water" r="0" x="35.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3761 <i o="water" r="0" x="35.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3762 <i o="water" r="0" x="35.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3763 <i o="water" r="0" x="35.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3764 <i o="water" r="0" x="34.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3765 <i o="water" r="0" x="32.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3766 <i o="water" r="0" x="33.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3767 <i o="water" r="0" x="33.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3768 <i o="water" r="0" x="33.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3769 <i o="water" r="0" x="34.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3770 <i o="water" r="0" x="34.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3771 <i o="water" r="0" x="34.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3772 <i o="water" r="0" x="34.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3773 <i o="water" r="0" x="34.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3774 <i o="water" r="0" x="34.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3775 <i o="water" r="0" x="34.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3776 <i o="water" r="0" x="34.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3777 <i o="water" r="0" x="34.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3778 <i o="water" r="0" x="35.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3779 <i o="water" r="0" x="35.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3780 <i o="water" r="0" x="35.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3781 <i o="water" r="0" x="35.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3782 <i o="water" r="0" x="34.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3783 <i o="water" r="0" x="33.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3784 <i o="water" r="0" x="33.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3785 <i o="water" r="0" x="33.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3786 <i o="water" r="0" x="33.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3787 <i o="water" r="0" x="33.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3788 <i o="water" r="0" x="33.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3789 <i o="water" r="0" x="33.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3790 <i o="water" r="0" x="33.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3791 <i o="water" r="0" x="33.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3792 <i o="water" r="0" x="33.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3793 <i o="water" r="0" x="33.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3794 <i o="water" r="0" x="33.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3795 <i o="water" r="0" x="34.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3796 <i o="water" r="0" x="35.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3797 <i o="water" r="0" x="35.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3798 <i o="water" r="0" x="35.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3799 <i o="water" r="0" x="35.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3800 <i o="water" r="0" x="35.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3801 <i o="water" r="0" x="35.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3802 <i o="water" r="0" x="35.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3803 <i o="water" r="0" x="35.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3804 <i o="water" r="0" x="35.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3805 <i o="water" r="0" x="35.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3806 <i o="water" r="0" x="34.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3807 <i o="water" r="0" x="34.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3808 <i o="water" r="0" x="34.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3809 <i o="water" r="0" x="33.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3810 <i o="water" r="0" x="33.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3811 <i o="water" r="0" x="33.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3812 <i o="water" r="0" x="34.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3813 <i o="water" r="0" x="34.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3814 <i o="water" r="0" x="35.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3815 <i o="water" r="0" x="35.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3816 <i o="water" r="0" x="35.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3817 <i o="water" r="0" x="35.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3818 <i o="water" r="0" x="35.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3819 <i o="water" r="0" x="35.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3820 <i o="water" r="0" x="35.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3821 <i o="water" r="0" x="35.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3822 <i o="water" r="0" x="34.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3823 <i o="water" r="0" x="34.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3824 <i o="water" r="0" x="34.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3825 <i o="water" r="0" x="34.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3826 <i o="water" r="0" x="34.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3827 <i o="water" r="0" x="34.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3828 <i o="water" r="0" x="32.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3829 <i o="water" r="0" x="32.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3830 <i o="water" r="0" x="32.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3831 <i o="water" r="0" x="33.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3832 <i o="water" r="0" x="33.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3833 <i o="water" r="0" x="33.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3834 <i o="water" r="0" x="33.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3835 <i o="beach:01" r="180" x="32.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3836 <i o="water" r="0" x="35.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3837 <i o="water" r="0" x="35.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3838 <i o="water" r="0" x="35.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3839 <i o="water" r="0" x="35.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3840 <i o="water" r="0" x="35.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3841 <i o="water" r="0" x="35.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3842 <i o="water" r="0" x="35.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3843 <i o="water" r="0" x="35.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3844 <i o="water" r="0" x="35.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3845 <i o="water" r="0" x="35.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3846 <i o="water" r="0" x="35.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3847 <i o="water" r="0" x="35.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3848 <i o="water" r="0" x="35.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3849 <i o="water" r="0" x="34.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3850 <i o="water" r="0" x="34.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3851 <i o="water" r="0" x="24.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3852 <i o="water" r="0" x="24.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3853 <i o="water" r="0" x="24.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3854 <i o="water" r="0" x="25.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3855 <i o="water" r="0" x="25.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3856 <i o="water" r="0" x="24.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3857 <i o="water" r="0" x="24.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3858 <i o="water" r="0" x="24.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3859 <i o="water" r="0" x="27.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3860 <i o="water" r="0" x="27.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3861 <i o="water" r="0" x="27.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3862 <i o="water" r="0" x="26.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3863 <i o="water" r="0" x="25.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3864 <i o="water" r="0" x="26.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3865 <i o="water" r="0" x="25.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3866 <i o="water" r="0" x="27.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3867 <i o="water" r="0" x="27.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3868 <i o="water" r="0" x="27.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3869 <i o="water" r="0" x="28.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3870 <i o="water" r="0" x="28.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3871 <i o="water" r="0" x="29.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3872 <i o="water" r="0" x="30.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3873 <i o="water" r="0" x="30.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3874 <i o="water" r="0" x="29.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3875 <i o="water" r="0" x="31.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3876 <i o="water" r="0" x="31.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3877 <i o="water" r="0" x="32.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3878 <i o="water" r="0" x="32.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3879 <i o="water" r="0" x="32.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3880 <i o="water" r="0" x="31.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3881 <i o="water" r="0" x="31.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3882 <i o="water" r="0" x="32.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3883 <i o="water" r="0" x="32.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3884 <i o="water" r="0" x="33.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3885 <i o="water" r="0" x="33.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3886 <i o="water" r="0" x="33.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3887 <i o="water" r="0" x="34.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3888 <i o="water" r="0" x="33.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3889 <i o="water" r="0" x="32.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3890 <i o="water" r="0" x="35.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3891 <i o="water" r="0" x="34.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3892 <i o="water" r="0" x="34.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3893 <i o="water" r="0" x="34.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3894 <i o="water" r="0" x="34.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3895 <i o="water" r="0" x="33.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3896 <i o="water" r="0" x="33.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3897 <i o="water" r="0" x="32.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3898 <i o="water" r="0" x="32.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3899 <i o="water" r="0" x="31.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3900 <i o="water" r="0" x="31.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3901 <i o="water" r="0" x="30.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3902 <i o="water" r="0" x="30.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3903 <i o="water" r="0" x="30.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3904 <i o="water" r="0" x="29.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3905 <i o="water" r="0" x="28.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3906 <i o="water" r="0" x="27.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3907 <i o="water" r="0" x="26.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3908 <i o="water" r="0" x="28.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3909 <i o="water" r="0" x="29.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3910 <i o="water" r="0" x="28.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3911 <i o="water" r="0" x="25.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3912 <i o="water" r="0" x="29.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3913 <i o="water" r="0" x="27.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3914 <i o="water" r="0" x="26.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3915 <i o="water" r="0" x="26.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3916 <i o="water" r="0" x="25.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3917 <i o="water" r="0" x="26.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3918 <i o="water" r="0" x="26.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3919 <i o="water" r="0" x="27.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3920 <i o="water" r="0" x="28.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3921 <i o="water" r="0" x="26.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3922 <i o="water" r="0" x="28.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3923 <i o="water" r="0" x="29.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3924 <i o="water" r="0" x="30.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3925 <i o="water" r="0" x="31.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3926 <i o="water" r="0" x="32.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3927 <i o="water" r="0" x="32.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3928 <i o="water" r="0" x="33.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3929 <i o="water" r="0" x="27.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3930 <i o="water" r="0" x="28.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3931 <i o="water" r="0" x="29.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3932 <i o="water" r="0" x="30.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3933 <i o="water" r="0" x="31.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3934 <i o="water" r="0" x="32.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3935 <i o="water" r="0" x="32.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3936 <i o="water" r="0" x="33.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3937 <i o="water" r="0" x="33.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3938 <i o="water" r="0" x="34.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3939 <i o="water" r="0" x="35.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3940 <i o="water" r="0" x="35.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3941 <i o="water" r="0" x="35.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3942 <i o="water" r="0" x="35.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3943 <i o="water" r="0" x="35.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3944 <i o="water" r="0" x="35.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3945 <i o="water" r="0" x="35.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3946 <i o="water" r="0" x="35.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3947 <i o="water" r="0" x="35.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3948 <i o="water" r="0" x="35.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3949 <i o="water" r="0" x="34.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3950 <i o="water" r="0" x="33.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3951 <i o="water" r="0" x="33.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3952 <i o="water" r="0" x="32.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3953 <i o="water" r="0" x="31.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3954 <i o="water" r="0" x="30.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3955 <i o="water" r="0" x="30.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3956 <i o="water" r="0" x="29.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3957 <i o="water" r="0" x="31.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3958 <i o="water" r="0" x="31.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3959 <i o="water" r="0" x="32.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3960 <i o="water" r="0" x="32.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3961 <i o="water" r="0" x="33.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3962 <i o="water" r="0" x="34.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3963 <i o="water" r="0" x="34.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3964 <i o="water" r="0" x="34.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3965 <i o="water" r="0" x="33.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3966 <i o="water" r="0" x="32.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3967 <i o="water" r="0" x="33.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3968 <i o="water" r="0" x="34.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3969 <i o="water" r="0" x="34.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3970 <i o="water" r="0" x="33.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3971 <i o="water" r="0" x="32.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3972 <i o="water" r="0" x="34.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3973 <i o="water" r="0" x="34.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3974 <i o="water" r="0" x="34.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3975 <i o="water" r="0" x="35.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3976 <i o="water" r="0" x="11.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3977 <i o="water" r="0" x="11.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3978 <i o="water" r="0" x="11.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3979 <i o="water" r="0" x="11.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3980 <i o="water" r="0" x="11.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3981 <i o="water" r="0" x="11.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3982 <i o="water" r="0" x="12.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3983 <i o="water" r="0" x="12.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3984 <i o="water" r="0" x="13.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3985 <i o="water" r="0" x="13.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3986 <i o="water" r="0" x="13.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3987 <i o="water" r="0" x="14.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3988 <i o="water" r="0" x="14.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3989 <i o="water" r="0" x="15.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3990 <i o="water" r="0" x="16.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3991 <i o="water" r="0" x="17.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3992 <i o="water" r="0" x="18.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3993 <i o="water" r="0" x="19.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3994 <i o="water" r="0" x="20.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3995 <i o="water" r="0" x="21.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3996 <i o="water" r="0" x="22.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3997 <i o="water" r="0" x="22.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3998 <i o="water" r="0" x="23.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3999 <i o="water" r="0" x="21.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4000 <i o="water" r="0" x="20.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4001 <i o="water" r="0" x="19.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4002 <i o="water" r="0" x="18.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4003 <i o="water" r="0" x="17.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4004 <i o="water" r="0" x="17.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4005 <i o="water" r="0" x="16.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4006 <i o="water" r="0" x="16.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4007 <i o="water" r="0" x="15.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4008 <i o="water" r="0" x="14.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4009 <i o="water" r="0" x="13.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4010 <i o="water" r="0" x="13.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4011 <i o="water" r="0" x="12.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4012 <i o="water" r="0" x="12.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4013 <i o="water" r="0" x="13.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4014 <i o="water" r="0" x="13.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4015 <i o="water" r="0" x="13.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4016 <i o="water" r="0" x="12.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4017 <i o="water" r="0" x="14.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4018 <i o="water" r="0" x="15.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4019 <i o="water" r="0" x="16.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4020 <i o="water" r="0" x="17.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4021 <i o="water" r="0" x="18.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4022 <i o="water" r="0" x="19.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4023 <i o="water" r="0" x="20.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4024 <i o="water" r="0" x="21.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4025 <i o="water" r="0" x="19.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4026 <i o="water" r="0" x="20.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4027 <i o="water" r="0" x="22.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4028 <i o="water" r="0" x="23.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4029 <i o="water" r="0" x="23.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4030 <i o="water" r="0" x="21.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4031 <i o="water" r="0" x="18.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4032 <i o="water" r="0" x="17.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4033 <i o="water" r="0" x="17.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4034 <i o="water" r="0" x="16.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4035 <i o="water" r="0" x="15.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4036 <i o="water" r="0" x="14.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4037 <i o="water" r="0" x="12.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4038 <i o="water" r="0" x="14.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4039 <i o="water" r="0" x="15.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4040 <i o="water" r="0" x="15.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4041 <i o="water" r="0" x="16.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4042 <i o="water" r="0" x="16.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4043 <i o="water" r="0" x="17.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4044 <i o="water" r="0" x="17.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4045 <i o="water" r="0" x="18.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4046 <i o="water" r="0" x="19.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4047 <i o="water" r="0" x="20.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4048 <i o="water" r="0" x="21.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4049 <i o="water" r="0" x="22.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4050 <i o="water" r="0" x="22.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4051 <i o="water" r="0" x="23.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4052 <i o="water" r="0" x="22.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4053 <i o="water" r="0" x="23.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4054 <i o="water" r="0" x="21.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4055 <i o="water" r="0" x="20.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4056 <i o="water" r="0" x="19.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4057 <i o="water" r="0" x="18.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4058 <i o="water" r="0" x="23.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4059 <i o="water" r="0" x="17.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4060 <i o="water" r="0" x="15.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4061 <i o="water" r="0" x="10.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4062 <i o="water" r="0" x="10.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4063 <i o="water" r="0" x="9.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4064 <i o="water" r="0" x="8.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4065 <i o="water" r="0" x="7.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4066 <i o="water" r="0" x="6.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4067 <i o="water" r="0" x="5.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4068 <i o="water" r="0" x="-9.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4069 <i o="water" r="0" x="-9.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4070 <i o="water" r="0" x="-9.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4071 <i o="water" r="0" x="-8.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4072 <i o="water" r="0" x="-7.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4073 <i o="water" r="0" x="-6.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4074 <i o="water" r="0" x="-5.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4075 <i o="water" r="0" x="-6.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4076 <i o="water" r="0" x="-7.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4077 <i o="water" r="0" x="-7.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4078 <i o="water" r="0" x="-8.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4079 <i o="water" r="0" x="-8.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4080 <i o="water" r="0" x="-6.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4081 <i o="water" r="0" x="-6.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4082 <i o="water" r="0" x="-7.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4083 <i o="water" r="0" x="-8.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4084 <i o="water" r="0" x="-5.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4085 <i o="water" r="0" x="-4.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4086 <i o="water" r="0" x="-3.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4087 <i o="water" r="0" x="-2.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4088 <i o="water" r="0" x="-1.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4089 <i o="water" r="0" x="0.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4090 <i o="water" r="0" x="1.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4091 <i o="water" r="0" x="1.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4092 <i o="water" r="0" x="2.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4093 <i o="water" r="0" x="10.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4094 <i o="water" r="0" x="9.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4095 <i o="water" r="0" x="8.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4096 <i o="water" r="0" x="8.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4097 <i o="water" r="0" x="5.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4098 <i o="water" r="0" x="4.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4099 <i o="water" r="0" x="3.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4100 <i o="water" r="0" x="2.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4101 <i o="water" r="0" x="1.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4102 <i o="water" r="0" x="3.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4103 <i o="water" r="0" x="4.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4104 <i o="water" r="0" x="5.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4105 <i o="water" r="0" x="6.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4106 <i o="water" r="0" x="7.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4107 <i o="water" r="0" x="7.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4108 <i o="water" r="0" x="8.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4109 <i o="water" r="0" x="8.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4110 <i o="water" r="0" x="9.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4111 <i o="water" r="0" x="10.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4112 <i o="water" r="0" x="9.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4113 <i o="water" r="0" x="9.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4114 <i o="water" r="0" x="10.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4115 <i o="water" r="0" x="8.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4116 <i o="water" r="0" x="7.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4117 <i o="water" r="0" x="7.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4118 <i o="water" r="0" x="6.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4119 <i o="water" r="0" x="5.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4120 <i o="water" r="0" x="4.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4121 <i o="water" r="0" x="3.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4122 <i o="water" r="0" x="2.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4123 <i o="water" r="0" x="1.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4124 <i o="water" r="0" x="0.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4125 <i o="water" r="0" x="0.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4126 <i o="water" r="0" x="-1.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4127 <i o="water" r="0" x="-2.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4128 <i o="water" r="0" x="-3.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4129 <i o="water" r="0" x="-4.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4130 <i o="water" r="0" x="-4.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4131 <i o="water" r="0" x="-5.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4132 <i o="water" r="0" x="-5.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4133 <i o="water" r="0" x="-3.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4134 <i o="water" r="0" x="-3.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4135 <i o="water" r="0" x="-2.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4136 <i o="water" r="0" x="-1.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4137 <i o="water" r="0" x="-4.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4138 <i o="water" r="0" x="-3.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4139 <i o="water" r="0" x="-5.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4140 <i o="water" r="0" x="-4.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4141 <i o="water" r="0" x="0.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4142 <i o="water" r="0" x="-1.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4143 <i o="water" r="0" x="-1.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4144 <i o="water" r="0" x="-2.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4145 <i o="water" r="0" x="0.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4146 <i o="water" r="0" x="1.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4147 <i o="water" r="0" x="1.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4148 <i o="water" r="0" x="2.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4149 <i o="water" r="0" x="3.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4150 <i o="water" r="0" x="4.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4151 <i o="water" r="0" x="5.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4152 <i o="water" r="0" x="6.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4153 <i o="water" r="0" x="9.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4154 <i o="water" r="0" x="10.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4155 <i o="water" r="0" x="8.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4156 <i o="water" r="0" x="7.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4157 <i o="water" r="0" x="6.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4158 <i o="water" r="0" x="4.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4159 <i o="water" r="0" x="3.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4160 <i o="water" r="0" x="7.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4161 <i o="water" r="0" x="2.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4162 <i o="water" r="0" x="-21.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4163 <i o="water" r="0" x="-22.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4164 <i o="water" r="0" x="-23.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4165 <i o="water" r="0" x="-24.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4166 <i o="water" r="0" x="-25.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4167 <i o="water" r="0" x="-25.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4168 <i o="water" r="0" x="-20.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4169 <i o="water" r="0" x="-19.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4170 <i o="water" r="0" x="-20.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4171 <i o="water" r="0" x="-19.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4172 <i o="water" r="0" x="-18.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4173 <i o="water" r="0" x="-17.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4174 <i o="water" r="0" x="-17.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4175 <i o="water" r="0" x="-16.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4176 <i o="water" r="0" x="-18.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4177 <i o="water" r="0" x="-16.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4178 <i o="water" r="0" x="-16.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4179 <i o="water" r="0" x="-16.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4180 <i o="water" r="0" x="-15.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4181 <i o="water" r="0" x="-14.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4182 <i o="water" r="0" x="-14.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4183 <i o="water" r="0" x="-13.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4184 <i o="water" r="0" x="-12.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4185 <i o="water" r="0" x="-11.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4186 <i o="water" r="0" x="-11.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4187 <i o="water" r="0" x="-10.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4188 <i o="water" r="0" x="-10.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4189 <i o="water" r="0" x="-11.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4190 <i o="water" r="0" x="-10.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4191 <i o="water" r="0" x="-10.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4192 <i o="water" r="0" x="-11.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4193 <i o="water" r="0" x="-10.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4194 <i o="water" r="0" x="-12.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4195 <i o="water" r="0" x="-13.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4196 <i o="water" r="0" x="-14.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4197 <i o="water" r="0" x="-14.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4198 <i o="water" r="0" x="-14.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4199 <i o="water" r="0" x="-15.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4200 <i o="water" r="0" x="-17.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4201 <i o="water" r="0" x="-14.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4202 <i o="water" r="0" x="-15.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4203 <i o="water" r="0" x="-15.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4204 <i o="water" r="0" x="-15.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4205 <i o="water" r="0" x="-13.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4206 <i o="water" r="0" x="-12.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4207 <i o="water" r="0" x="-12.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4208 <i o="water" r="0" x="-13.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4209 <i o="water" r="0" x="-34.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4210 <i o="water" r="0" x="-34.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4211 <i o="water" r="0" x="-34.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4212 <i o="water" r="0" x="-34.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4213 <i o="water" r="0" x="-34.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4214 <i o="water" r="0" x="-34.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4215 <i o="water" r="0" x="-34.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4216 <i o="water" r="0" x="-34.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4217 <i o="water" r="0" x="-34.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4218 <i o="water" r="0" x="-33.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4219 <i o="water" r="0" x="-32.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4220 <i o="water" r="0" x="-31.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4221 <i o="water" r="0" x="-30.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4222 <i o="water" r="0" x="-29.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4223 <i o="water" r="0" x="-28.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4224 <i o="water" r="0" x="-27.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4225 <i o="water" r="0" x="-26.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4226 <i o="water" r="0" x="-28.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4227 <i o="water" r="0" x="-29.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4228 <i o="water" r="0" x="-32.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4229 <i o="water" r="0" x="-32.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4230 <i o="water" r="0" x="-33.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4231 <i o="water" r="0" x="-33.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4232 <i o="water" r="0" x="-33.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4233 <i o="water" r="0" x="-33.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4234 <i o="water" r="0" x="-32.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4235 <i o="water" r="0" x="-31.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4236 <i o="water" r="0" x="-31.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4237 <i o="water" r="0" x="-30.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4238 <i o="water" r="0" x="-32.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4239 <i o="water" r="0" x="-33.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4240 <i o="water" r="0" x="-33.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4241 <i o="water" r="0" x="-33.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4242 <i o="water" r="0" x="-32.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4243 <i o="water" r="0" x="-31.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4244 <i o="water" r="0" x="-30.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4245 <i o="water" r="0" x="-29.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4246 <i o="water" r="0" x="-34.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4247 <i o="water" r="0" x="-34.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4248 <i o="water" r="0" x="-34.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4249 <i o="water" r="0" x="-34.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4250 <i o="water" r="0" x="-34.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4251 <i o="water" r="0" x="-34.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4252 <i o="water" r="0" x="-34.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4253 <i o="water" r="0" x="-34.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4254 <i o="water" r="0" x="-34.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4255 <i o="water" r="0" x="-34.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4256 <i o="water" r="0" x="-34.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4257 <i o="water" r="0" x="-34.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4258 <i o="water" r="0" x="-34.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4259 <i o="water" r="0" x="-34.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4260 <i o="water" r="0" x="-34.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4261 <i o="water" r="0" x="-33.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4262 <i o="water" r="0" x="-30.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4263 <i o="water" r="0" x="-29.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4264 <i o="water" r="0" x="-29.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4265 <i o="water" r="0" x="-30.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4266 <i o="water" r="0" x="-29.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4267 <i o="water" r="0" x="-30.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4268 <i o="water" r="0" x="-31.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4269 <i o="water" r="0" x="-31.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4270 <i o="water" r="0" x="-32.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4271 <i o="water" r="0" x="-33.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4272 <i o="water" r="0" x="-33.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4273 <i o="water" r="0" x="-32.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4274 <i o="water" r="0" x="-33.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4275 <i o="water" r="0" x="-33.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4276 <i o="water" r="0" x="-32.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4277 <i o="water" r="0" x="-33.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4278 <i o="water" r="0" x="-32.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4279 <i o="water" r="0" x="-31.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4280 <i o="water" r="0" x="-31.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4281 <i o="water" r="0" x="-30.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4282 <i o="water" r="0" x="-30.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4283 <i o="water" r="0" x="-30.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4284 <i o="water" r="0" x="-30.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4285 <i o="water" r="0" x="-29.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4286 <i o="water" r="0" x="-29.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4287 <i o="water" r="0" x="-29.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4288 <i o="water" r="0" x="-30.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4289 <i o="water" r="0" x="-31.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4290 <i o="water" r="0" x="-31.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4291 <i o="water" r="0" x="-32.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4292 <i o="water" r="0" x="-33.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4293 <i o="water" r="0" x="-34.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4294 <i o="water" r="0" x="-34.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4295 <i o="water" r="0" x="-34.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4296 <i o="water" r="0" x="-34.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4297 <i o="water" r="0" x="-34.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4298 <i o="water" r="0" x="-34.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4299 <i o="water" r="0" x="-34.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4300 <i o="water" r="0" x="-34.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4301 <i o="water" r="0" x="-34.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4302 <i o="water" r="0" x="-34.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4303 <i o="water" r="0" x="-31.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4304 <i o="water" r="0" x="-32.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4305 <i o="water" r="0" x="-31.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4306 <i o="water" r="0" x="-32.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4307 <i o="water" r="0" x="-32.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4308 <i o="water" r="0" x="-32.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4309 <i o="water" r="0" x="-32.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4310 <i o="water" r="0" x="-31.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4311 <i o="water" r="0" x="-31.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4312 <i o="water" r="0" x="-31.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4313 <i o="water" r="0" x="-32.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4314 <i o="water" r="0" x="-33.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4315 <i o="water" r="0" x="-33.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4316 <i o="water" r="0" x="-33.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4317 <i o="water" r="0" x="-32.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4318 <i o="water" r="0" x="-32.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4319 <i o="water" r="0" x="-32.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4320 <i o="water" r="0" x="-33.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4321 <i o="water" r="0" x="-33.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4322 <i o="water" r="0" x="-31.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4323 <i o="water" r="0" x="-30.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4324 <i o="water" r="0" x="-29.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4325 <i o="water" r="0" x="-29.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4326 <i o="water" r="0" x="-30.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4327 <i o="water" r="0" x="-31.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4328 <i o="water" r="0" x="-31.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4329 <i o="water" r="0" x="-30.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4330 <i o="water" r="0" x="-30.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4331 <i o="water" r="0" x="-29.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4332 <i o="water" r="0" x="-29.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4333 <i o="water" r="0" x="-28.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4334 <i o="water" r="0" x="-29.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4335 <i o="water" r="0" x="-30.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4336 <i o="water" r="0" x="-31.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4337 <i o="water" r="0" x="-31.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4338 <i o="water" r="0" x="-32.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4339 <i o="water" r="0" x="-32.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4340 <i o="water" r="0" x="-33.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4341 <i o="water" r="0" x="-33.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4342 <i o="water" r="0" x="-33.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4343 <i o="water" r="0" x="-34.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4344 <i o="water" r="0" x="-34.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4345 <i o="water" r="0" x="-34.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4346 <i o="water" r="0" x="-34.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4347 <i o="water" r="0" x="-34.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4348 <i o="water" r="0" x="-34.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4349 <i o="water" r="0" x="-34.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4350 <i o="water" r="0" x="-34.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4351 <i o="water" r="0" x="-34.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4352 <i o="water" r="0" x="-34.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4353 <i o="water" r="0" x="-34.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4354 <i o="water" r="0" x="-33.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4355 <i o="water" r="0" x="-33.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4356 <i o="water" r="0" x="-33.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4357 <i o="water" r="0" x="-34.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4358 <i o="water" r="0" x="-34.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4359 <i o="water" r="0" x="-34.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4360 <i o="water" r="0" x="-34.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4361 <i o="water" r="0" x="-33.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4362 <i o="water" r="0" x="-32.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4363 <i o="water" r="0" x="-33.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4364 <i o="water" r="0" x="-33.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4365 <i o="water" r="0" x="-33.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4366 <i o="water" r="0" x="-33.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4367 <i o="water" r="0" x="-34.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4368 <i o="water" r="0" x="-34.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4369 <i o="water" r="0" x="-32.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4370 <i o="water" r="0" x="-32.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4371 <i o="water" r="0" x="-32.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4372 <i o="water" r="0" x="-32.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4373 <i o="water" r="0" x="-31.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4374 <i o="water" r="0" x="-30.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4375 <i o="water" r="0" x="-31.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4376 <i o="water" r="0" x="-29.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4377 <i o="water" r="0" x="-30.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4378 <i o="water" r="0" x="-33.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4379 <i o="water" r="0" x="-33.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4380 <i o="water" r="0" x="-33.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4381 <i o="water" r="0" x="-33.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4382 <i o="water" r="0" x="-33.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4383 <i o="water" r="0" x="-33.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4384 <i o="water" r="0" x="-33.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4385 <i o="water" r="0" x="-32.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4386 <i o="water" r="0" x="-32.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4387 <i o="water" r="0" x="-32.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4388 <i o="water" r="0" x="-31.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4389 <i o="water" r="0" x="-31.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4390 <i o="water" r="0" x="-30.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4391 <i o="water" r="0" x="-30.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4392 <i o="water" r="0" x="-29.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4393 <i o="water" r="0" x="-29.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4394 <i o="water" r="0" x="-29.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4395 <i o="water" r="0" x="-30.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4396 <i o="water" r="0" x="-30.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4397 <i o="water" r="0" x="-30.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4398 <i o="water" r="0" x="-29.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4399 <i o="water" r="0" x="-29.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4400 <i o="water" r="0" x="-30.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4401 <i o="water" r="0" x="-32.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4402 <i o="water" r="0" x="-31.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4403 <i o="water" r="0" x="-32.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4404 <i o="water" r="0" x="-32.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4405 <i o="water" r="0" x="-31.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4406 <i o="water" r="0" x="-31.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4407 <i o="water" r="0" x="-30.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4408 <i o="water" r="0" x="-29.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4409 <i o="water" r="0" x="-29.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4410 <i o="water" r="0" x="-29.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4411 <i o="water" r="0" x="-30.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4412 <i o="water" r="0" x="-30.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4413 <i o="water" r="0" x="-31.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4414 <i o="water" r="0" x="-31.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4415 <i o="water" r="0" x="-30.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4416 <i o="water" r="0" x="-29.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4417 <i o="water" r="0" x="-33.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4418 <i o="water" r="0" x="-33.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4419 <i o="water" r="0" x="-32.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4420 <i o="water" r="0" x="-29.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4421 <i o="water" r="0" x="-30.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4422 <i o="water" r="0" x="-30.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4423 <i o="water" r="0" x="-31.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4424 <i o="water" r="0" x="-32.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4425 <i o="water" r="0" x="-31.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4426 <i o="water" r="0" x="-29.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4427 <i o="water" r="0" x="-30.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4428 <i o="water" r="0" x="-30.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4429 <i o="water" r="0" x="-24.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4430 <i o="water" r="0" x="-24.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4431 <i o="water" r="0" x="-25.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4432 <i o="water" r="0" x="-25.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4433 <i o="water" r="0" x="-25.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4434 <i o="water" r="0" x="-25.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4435 <i o="water" r="0" x="-25.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4436 <i o="water" r="0" x="-26.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4437 <i o="water" r="0" x="-26.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4438 <i o="water" r="0" x="-27.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4439 <i o="water" r="0" x="-28.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4440 <i o="water" r="0" x="-29.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4441 <i o="water" r="0" x="-29.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4442 <i o="water" r="0" x="-30.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4443 <i o="water" r="0" x="-31.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4444 <i o="water" r="0" x="-32.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4445 <i o="water" r="0" x="-32.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4446 <i o="water" r="0" x="-33.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4447 <i o="water" r="0" x="-33.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4448 <i o="water" r="0" x="-34.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4449 <i o="water" r="0" x="-34.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4450 <i o="water" r="0" x="-34.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4451 <i o="water" r="0" x="-34.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4452 <i o="water" r="0" x="-34.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4453 <i o="water" r="0" x="-34.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4454 <i o="water" r="0" x="-34.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4455 <i o="water" r="0" x="-34.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4456 <i o="water" r="0" x="-34.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4457 <i o="water" r="0" x="-34.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4458 <i o="water" r="0" x="-34.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4459 <i o="water" r="0" x="-33.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4460 <i o="water" r="0" x="-33.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4461 <i o="water" r="0" x="-33.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4462 <i o="water" r="0" x="-33.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4463 <i o="water" r="0" x="-34.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4464 <i o="water" r="0" x="-34.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4465 <i o="water" r="0" x="-34.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4466 <i o="water" r="0" x="-32.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4467 <i o="water" r="0" x="-32.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4468 <i o="water" r="0" x="-32.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4469 <i o="water" r="0" x="-32.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4470 <i o="water" r="0" x="-32.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4471 <i o="water" r="0" x="-32.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4472 <i o="water" r="0" x="-32.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4473 <i o="water" r="0" x="-32.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4474 <i o="water" r="0" x="-32.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4475 <i o="water" r="0" x="-32.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4476 <i o="water" r="0" x="-31.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4477 <i o="water" r="0" x="-31.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4478 <i o="water" r="0" x="-29.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4479 <i o="water" r="0" x="-30.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4480 <i o="water" r="0" x="-31.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4481 <i o="water" r="0" x="-28.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4482 <i o="water" r="0" x="-32.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4483 <i o="water" r="0" x="-33.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4484 <i o="water" r="0" x="-33.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4485 <i o="water" r="0" x="-33.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4486 <i o="water" r="0" x="-33.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4487 <i o="water" r="0" x="-33.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4488 <i o="water" r="0" x="-33.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4489 <i o="water" r="0" x="-33.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4490 <i o="water" r="0" x="-33.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4491 <i o="water" r="0" x="-28.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4492 <i o="water" r="0" x="-28.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4493 <i o="water" r="0" x="-29.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4494 <i o="water" r="0" x="-29.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4495 <i o="water" r="0" x="-30.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4496 <i o="water" r="0" x="-30.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4497 <i o="water" r="0" x="-30.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4498 <i o="water" r="0" x="-31.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4499 <i o="water" r="0" x="-30.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4500 <i o="water" r="0" x="-30.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4501 <i o="water" r="0" x="-30.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4502 <i o="water" r="0" x="-30.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4503 <i o="water" r="0" x="-29.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4504 <i o="water" r="0" x="-29.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4505 <i o="water" r="0" x="-28.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4506 <i o="water" r="0" x="-28.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4507 <i o="water" r="0" x="-27.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4508 <i o="water" r="0" x="-27.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4509 <i o="water" r="0" x="-26.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4510 <i o="water" r="0" x="-26.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4511 <i o="water" r="0" x="-26.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4512 <i o="water" r="0" x="-27.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4513 <i o="water" r="0" x="-28.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4514 <i o="water" r="0" x="-29.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4515 <i o="water" r="0" x="-30.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4516 <i o="water" r="0" x="-27.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4517 <i o="water" r="0" x="-29.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4518 <i o="water" r="0" x="-29.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4519 <i o="water" r="0" x="-29.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4520 <i o="water" r="0" x="-29.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4521 <i o="water" r="0" x="-30.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4522 <i o="water" r="0" x="-31.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4523 <i o="water" r="0" x="-31.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4524 <i o="water" r="0" x="-31.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4525 <i o="water" r="0" x="-31.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4526 <i o="water" r="0" x="-31.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4527 <i o="water" r="0" x="-31.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4528 <i o="water" r="0" x="-30.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4529 <i o="water" r="0" x="-29.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4530 <i o="water" r="0" x="-31.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4531 <i o="water" r="0" x="-25.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4532 <i o="water" r="0" x="-26.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4533 <i o="water" r="0" x="-27.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4534 <i o="water" r="0" x="-28.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4535 <i o="water" r="0" x="-28.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4536 <i o="water" r="0" x="-29.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4537 <i o="water" r="0" x="-27.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4538 <i o="water" r="0" x="-27.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4539 <i o="water" r="0" x="-28.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4540 <i o="water" r="0" x="-27.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4541 <i o="water" r="0" x="-27.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4542 <i o="water" r="0" x="-26.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4543 <i o="water" r="0" x="-28.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4544 <i o="water" r="0" x="-28.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4545 <i o="water" r="0" x="-20.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4546 <i o="water" r="0" x="-20.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4547 <i o="water" r="0" x="-19.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4548 <i o="water" r="0" x="-19.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4549 <i o="water" r="0" x="-20.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4550 <i o="water" r="0" x="-21.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4551 <i o="water" r="0" x="-22.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4552 <i o="water" r="0" x="-23.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4553 <i o="water" r="0" x="-19.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4554 <i o="water" r="0" x="-18.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4555 <i o="water" r="0" x="-15.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4556 <i o="water" r="0" x="-16.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4557 <i o="water" r="0" x="-16.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4558 <i o="water" r="0" x="-17.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4559 <i o="water" r="0" x="-21.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4560 <i o="water" r="0" x="-22.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4561 <i o="water" r="0" x="-21.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4562 <i o="water" r="0" x="-20.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4563 <i o="water" r="0" x="-19.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4564 <i o="water" r="0" x="-18.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4565 <i o="water" r="0" x="-20.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4566 <i o="water" r="0" x="-23.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4567 <i o="water" r="0" x="-24.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4568 <i o="water" r="0" x="-24.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4569 <i o="water" r="0" x="-23.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4570 <i o="water" r="0" x="-22.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4571 <i o="water" r="0" x="-24.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4572 <i o="water" r="0" x="-22.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4573 <i o="water" r="0" x="-21.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4574 <i o="water" r="0" x="-19.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4575 <i o="water" r="0" x="-18.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4576 <i o="water" r="0" x="-20.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4577 <i o="water" r="0" x="-23.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4578 <i o="water" r="0" x="-26.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4579 <i o="water" r="0" x="-25.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4580 <i o="water" r="0" x="-25.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4581 <i o="water" r="0" x="-24.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4582 <i o="water" r="0" x="-23.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4583 <i o="water" r="0" x="-22.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4584 <i o="water" r="0" x="-21.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4585 <i o="water" r="0" x="-22.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4586 <i o="water" r="0" x="-23.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4587 <i o="water" r="0" x="-26.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4588 <i o="water" r="0" x="-23.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4589 <i o="water" r="0" x="-20.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4590 <i o="water" r="0" x="-19.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4591 <i o="water" r="0" x="-18.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4592 <i o="water" r="0" x="-19.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4593 <i o="water" r="0" x="-20.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4594 <i o="water" r="0" x="-21.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4595 <i o="water" r="0" x="-22.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4596 <i o="water" r="0" x="-20.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4597 <i o="water" r="0" x="-19.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4598 <i o="water" r="0" x="-18.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4599 <i o="water" r="0" x="-18.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4600 <i o="water" r="0" x="-21.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4601 <i o="water" r="0" x="-20.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4602 <i o="water" r="0" x="-19.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4603 <i o="water" r="0" x="-18.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4604 <i o="water" r="0" x="-19.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4605 <i o="water" r="0" x="-20.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4606 <i o="water" r="0" x="-22.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4607 <i o="water" r="0" x="-18.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4608 <i o="water" r="0" x="-18.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4609 <i o="water" r="0" x="-21.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4610 <i o="water" r="0" x="-23.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4611 <i o="water" r="0" x="-23.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4612 <i o="water" r="0" x="-24.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4613 <i o="water" r="0" x="-24.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4614 <i o="water" r="0" x="-25.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4615 <i o="water" r="0" x="-26.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4616 <i o="water" r="0" x="-27.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4617 <i o="water" r="0" x="-27.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4618 <i o="water" r="0" x="-27.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4619 <i o="water" r="0" x="-26.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4620 <i o="water" r="0" x="-25.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4621 <i o="water" r="0" x="-24.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4622 <i o="water" r="0" x="-23.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4623 <i o="water" r="0" x="-26.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4624 <i o="water" r="0" x="-28.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4625 <i o="water" r="0" x="-28.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4626 <i o="water" r="0" x="-23.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4627 <i o="water" r="0" x="-22.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4628 <i o="water" r="0" x="-24.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4629 <i o="water" r="0" x="-25.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4630 <i o="water" r="0" x="-25.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4631 <i o="water" r="0" x="-24.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4632 <i o="water" r="0" x="-24.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4633 <i o="water" r="0" x="-26.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4634 <i o="water" r="0" x="-25.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4635 <i o="water" r="0" x="-24.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4636 <i o="water" r="0" x="-24.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4637 <i o="water" r="0" x="-23.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4638 <i o="water" r="0" x="-22.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4639 <i o="water" r="0" x="-21.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4640 <i o="water" r="0" x="-20.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4641 <i o="water" r="0" x="-19.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4642 <i o="water" r="0" x="-18.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4643 <i o="water" r="0" x="-17.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4644 <i o="water" r="0" x="-16.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4645 <i o="water" r="0" x="-15.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4646 <i o="water" r="0" x="-14.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4647 <i o="water" r="0" x="-13.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4648 <i o="water" r="0" x="-12.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4649 <i o="water" r="0" x="-11.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4650 <i o="water" r="0" x="-10.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4651 <i o="water" r="0" x="-9.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4652 <i o="water" r="0" x="-8.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4653 <i o="water" r="0" x="-7.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4654 <i o="water" r="0" x="-6.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4655 <i o="water" r="0" x="-6.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4656 <i o="water" r="0" x="-6.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4657 <i o="water" r="0" x="-7.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4658 <i o="water" r="0" x="-8.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4659 <i o="water" r="0" x="-9.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4660 <i o="water" r="0" x="-10.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4661 <i o="water" r="0" x="-11.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4662 <i o="water" r="0" x="-12.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4663 <i o="water" r="0" x="-13.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4664 <i o="water" r="0" x="-14.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4665 <i o="water" r="0" x="-15.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4666 <i o="water" r="0" x="-15.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4667 <i o="water" r="0" x="-16.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4668 <i o="water" r="0" x="-16.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4669 <i o="water" r="0" x="-17.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4670 <i o="water" r="0" x="-18.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4671 <i o="water" r="0" x="-19.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4672 <i o="water" r="0" x="-20.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4673 <i o="water" r="0" x="-20.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4674 <i o="water" r="0" x="-21.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4675 <i o="water" r="0" x="-22.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4676 <i o="water" r="0" x="-17.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4677 <i o="water" r="0" x="-16.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4678 <i o="water" r="0" x="-7.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4679 <i o="water" r="0" x="-8.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4680 <i o="water" r="0" x="-9.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4681 <i o="water" r="0" x="-9.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4682 <i o="water" r="0" x="-10.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4683 <i o="water" r="0" x="-11.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4684 <i o="water" r="0" x="-12.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4685 <i o="water" r="0" x="-13.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4686 <i o="water" r="0" x="-14.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4687 <i o="water" r="0" x="-15.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4688 <i o="water" r="0" x="-18.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4689 <i o="water" r="0" x="-19.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4690 <i o="water" r="0" x="-19.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4691 <i o="water" r="0" x="-20.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4692 <i o="water" r="0" x="-20.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4693 <i o="water" r="0" x="-20.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4694 <i o="water" r="0" x="-21.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4695 <i o="water" r="0" x="-22.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4696 <i o="water" r="0" x="-21.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4697 <i o="water" r="0" x="-23.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4698 <i o="water" r="0" x="-22.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4699 <i o="water" r="0" x="-21.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4700 <i o="water" r="0" x="-21.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4701 <i o="water" r="0" x="-20.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4702 <i o="water" r="0" x="-20.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4703 <i o="water" r="0" x="-21.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4704 <i o="water" r="0" x="-22.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4705 <i o="water" r="0" x="-19.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4706 <i o="water" r="0" x="-19.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4707 <i o="water" r="0" x="-18.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4708 <i o="water" r="0" x="-17.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4709 <i o="water" r="0" x="-16.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4710 <i o="water" r="0" x="-15.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4711 <i o="water" r="0" x="-14.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4712 <i o="water" r="0" x="-17.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4713 <i o="water" r="0" x="-17.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4714 <i o="water" r="0" x="-18.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4715 <i o="water" r="0" x="-18.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4716 <i o="water" r="0" x="-17.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4717 <i o="water" r="0" x="-16.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4718 <i o="water" r="0" x="-18.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4719 <i o="water" r="0" x="-14.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4720 <i o="water" r="0" x="-13.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4721 <i o="water" r="0" x="-12.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4722 <i o="water" r="0" x="-11.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4723 <i o="water" r="0" x="-13.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4724 <i o="water" r="0" x="-13.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4725 <i o="water" r="0" x="-14.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4726 <i o="water" r="0" x="-15.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4727 <i o="water" r="0" x="-15.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4728 <i o="water" r="0" x="-15.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4729 <i o="water" r="0" x="-16.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4730 <i o="water" r="0" x="-13.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4731 <i o="water" r="0" x="-13.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4732 <i o="water" r="0" x="-11.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4733 <i o="water" r="0" x="-10.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4734 <i o="water" r="0" x="-8.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4735 <i o="water" r="0" x="-7.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4736 <i o="water" r="0" x="-6.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4737 <i o="water" r="0" x="-9.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4738 <i o="water" r="0" x="-12.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4739 <i o="water" r="0" x="-14.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4740 <i o="water" r="0" x="-13.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4741 <i o="water" r="0" x="-12.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4742 <i o="water" r="0" x="-8.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4743 <i o="water" r="0" x="-7.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4744 <i o="water" r="0" x="-6.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4745 <i o="water" r="0" x="-5.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4746 <i o="water" r="0" x="-5.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4747 <i o="water" r="0" x="-6.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4748 <i o="water" r="0" x="-7.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4749 <i o="water" r="0" x="-8.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4750 <i o="water" r="0" x="-8.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4751 <i o="water" r="0" x="-9.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4752 <i o="water" r="0" x="-10.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4753 <i o="water" r="0" x="-10.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4754 <i o="water" r="0" x="-10.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4755 <i o="water" r="0" x="-12.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4756 <i o="water" r="0" x="-11.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4757 <i o="water" r="0" x="-10.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4758 <i o="water" r="0" x="-9.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4759 <i o="water" r="0" x="-6.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4760 <i o="water" r="0" x="-6.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4761 <i o="water" r="0" x="-9.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4762 <i o="water" r="0" x="-11.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4763 <i o="water" r="0" x="-7.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4764 <i o="water" r="0" x="-5.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4765 <i o="water" r="0" x="-5.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4766 <i o="water" r="0" x="-8.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4767 <i o="water" r="0" x="-8.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4768 <i o="water" r="0" x="-35.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4769 <i o="water" r="0" x="-36.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4770 <i o="water" r="0" x="-36.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4771 <i o="water" r="0" x="-37.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4772 <i o="water" r="0" x="-37.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4773 <i o="water" r="0" x="-38.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4774 <i o="water" r="0" x="-38.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4775 <i o="water" r="0" x="-39.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4776 <i o="water" r="0" x="-40.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4777 <i o="water" r="0" x="-40.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4778 <i o="water" r="0" x="-41.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4779 <i o="water" r="0" x="-41.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4780 <i o="water" r="0" x="-41.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4781 <i o="water" r="0" x="-40.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4782 <i o="water" r="0" x="-39.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4783 <i o="water" r="0" x="-38.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4784 <i o="water" r="0" x="-38.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4785 <i o="water" r="0" x="-37.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4786 <i o="water" r="0" x="-37.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4787 <i o="water" r="0" x="-38.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4788 <i o="water" r="0" x="-39.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4789 <i o="water" r="0" x="-40.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4790 <i o="water" r="0" x="-41.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4791 <i o="water" r="0" x="-42.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4792 <i o="water" r="0" x="-39.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4793 <i o="water" r="0" x="-36.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4794 <i o="water" r="0" x="-36.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4795 <i o="water" r="0" x="-39.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4796 <i o="water" r="0" x="-42.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4797 <i o="water" r="0" x="-43.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4798 <i o="water" r="0" x="-44.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4799 <i o="water" r="0" x="-45.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4800 <i o="water" r="0" x="-43.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4801 <i o="water" r="0" x="-45.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4802 <i o="water" r="0" x="-46.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4803 <i o="water" r="0" x="-47.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4804 <i o="water" r="0" x="-48.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4805 <i o="water" r="0" x="-47.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4806 <i o="water" r="0" x="-46.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4807 <i o="water" r="0" x="-48.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4808 <i o="water" r="0" x="-46.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4809 <i o="water" r="0" x="-45.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4810 <i o="water" r="0" x="-44.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4811 <i o="water" r="0" x="-43.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4812 <i o="water" r="0" x="-42.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4813 <i o="water" r="0" x="-42.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4814 <i o="water" r="0" x="-43.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4815 <i o="water" r="0" x="-44.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4816 <i o="water" r="0" x="-47.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4817 <i o="water" r="0" x="-48.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4818 <i o="water" r="0" x="-48.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4819 <i o="water" r="0" x="-49.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4820 <i o="water" r="0" x="-47.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4821 <i o="water" r="0" x="-47.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4822 <i o="water" r="0" x="-46.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4823 <i o="water" r="0" x="-45.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4824 <i o="water" r="0" x="-44.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4825 <i o="water" r="0" x="-43.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4826 <i o="water" r="0" x="-43.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4827 <i o="water" r="0" x="-44.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4828 <i o="water" r="0" x="-45.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4829 <i o="water" r="0" x="-45.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4830 <i o="water" r="0" x="-46.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4831 <i o="water" r="0" x="-49.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4832 <i o="water" r="0" x="-49.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4833 <i o="water" r="0" x="-37.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4834 <i o="water" r="0" x="-41.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4835 <i o="water" r="0" x="-42.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4836 <i o="water" r="0" x="-44.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4837 <i o="water" r="0" x="-40.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4838 <i o="water" r="0" x="-36.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4839 <i o="water" r="0" x="-36.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4840 <i o="water" r="0" x="-42.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4841 <i o="water" r="0" x="-41.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4842 <i o="water" r="0" x="-40.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4843 <i o="water" r="0" x="-39.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4844 <i o="water" r="0" x="-38.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4845 <i o="water" r="0" x="-37.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4846 <i o="water" r="0" x="-38.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4847 <i o="water" r="0" x="-39.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4848 <i o="water" r="0" x="-42.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4849 <i o="water" r="0" x="-41.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4850 <i o="water" r="0" x="-40.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4851 <i o="water" r="0" x="-36.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4852 <i o="water" r="0" x="-37.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4853 <i o="water" r="0" x="-46.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4854 <i o="water" r="0" x="-47.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4855 <i o="water" r="0" x="-48.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4856 <i o="water" r="0" x="-48.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4857 <i o="water" r="0" x="-49.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4858 <i o="water" r="0" x="-49.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4859 <i o="water" r="0" x="-49.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4860 <i o="water" r="0" x="-49.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4861 <i o="water" r="0" x="-49.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4862 <i o="water" r="0" x="-48.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4863 <i o="water" r="0" x="-47.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4864 <i o="water" r="0" x="-45.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4865 <i o="water" r="0" x="-44.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4866 <i o="water" r="0" x="-43.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4867 <i o="water" r="0" x="-42.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4868 <i o="water" r="0" x="-41.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4869 <i o="water" r="0" x="-40.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4870 <i o="water" r="0" x="-38.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4871 <i o="water" r="0" x="-37.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4872 <i o="water" r="0" x="-37.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4873 <i o="water" r="0" x="-36.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4874 <i o="water" r="0" x="-36.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4875 <i o="water" r="0" x="-39.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4876 <i o="water" r="0" x="-43.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4877 <i o="water" r="0" x="-44.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4878 <i o="water" r="0" x="-45.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4879 <i o="water" r="0" x="-46.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4880 <i o="water" r="0" x="-47.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4881 <i o="water" r="0" x="-46.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4882 <i o="water" r="0" x="-48.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4883 <i o="water" r="0" x="-48.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4884 <i o="water" r="0" x="-47.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4885 <i o="water" r="0" x="-46.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4886 <i o="water" r="0" x="-45.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4887 <i o="water" r="0" x="-44.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4888 <i o="water" r="0" x="-44.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4889 <i o="water" r="0" x="-43.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4890 <i o="water" r="0" x="-42.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4891 <i o="water" r="0" x="-41.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4892 <i o="water" r="0" x="-38.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4893 <i o="water" r="0" x="-36.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4894 <i o="water" r="0" x="-38.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4895 <i o="water" r="0" x="-39.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4896 <i o="water" r="0" x="-40.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4897 <i o="water" r="0" x="-40.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4898 <i o="water" r="0" x="-39.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4899 <i o="water" r="0" x="-38.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4900 <i o="water" r="0" x="-37.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4901 <i o="water" r="0" x="-45.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4902 <i o="water" r="0" x="-45.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4903 <i o="water" r="0" x="-46.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4904 <i o="water" r="0" x="-46.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4905 <i o="water" r="0" x="-44.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4906 <i o="water" r="0" x="-45.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4907 <i o="water" r="0" x="-46.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4908 <i o="water" r="0" x="-47.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4909 <i o="water" r="0" x="-48.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4910 <i o="water" r="0" x="-49.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4911 <i o="water" r="0" x="-49.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4912 <i o="water" r="0" x="-49.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4913 <i o="water" r="0" x="-49.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4914 <i o="water" r="0" x="-49.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4915 <i o="water" r="0" x="-48.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4916 <i o="water" r="0" x="-47.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4917 <i o="water" r="0" x="-46.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4918 <i o="water" r="0" x="-47.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4919 <i o="water" r="0" x="-48.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4920 <i o="water" r="0" x="-48.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4921 <i o="water" r="0" x="-47.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4922 <i o="water" r="0" x="-46.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4923 <i o="water" r="0" x="-47.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4924 <i o="water" r="0" x="-48.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4925 <i o="water" r="0" x="-45.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4926 <i o="water" r="0" x="-43.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4927 <i o="water" r="0" x="-44.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4928 <i o="water" r="0" x="-43.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4929 <i o="water" r="0" x="-42.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4930 <i o="water" r="0" x="-41.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4931 <i o="water" r="0" x="-42.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4932 <i o="water" r="0" x="-40.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4933 <i o="water" r="0" x="-41.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4934 <i o="water" r="0" x="-36.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4935 <i o="water" r="0" x="-37.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4936 <i o="water" r="0" x="-39.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4937 <i o="water" r="0" x="-37.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4938 <i o="water" r="0" x="-36.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4939 <i o="water" r="0" x="-38.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4940 <i o="water" r="0" x="-39.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4941 <i o="water" r="0" x="-40.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4942 <i o="water" r="0" x="-41.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4943 <i o="water" r="0" x="-40.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4944 <i o="water" r="0" x="-39.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4945 <i o="water" r="0" x="-38.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4946 <i o="water" r="0" x="-37.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4947 <i o="water" r="0" x="-36.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4948 <i o="water" r="0" x="-37.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4949 <i o="water" r="0" x="-38.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4950 <i o="water" r="0" x="-39.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4951 <i o="water" r="0" x="-40.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4952 <i o="water" r="0" x="-41.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4953 <i o="water" r="0" x="-42.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4954 <i o="water" r="0" x="-43.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4955 <i o="water" r="0" x="-44.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4956 <i o="water" r="0" x="-45.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4957 <i o="water" r="0" x="-44.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4958 <i o="water" r="0" x="-43.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4959 <i o="water" r="0" x="-42.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4960 <i o="water" r="0" x="-42.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4961 <i o="water" r="0" x="-43.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4962 <i o="water" r="0" x="-41.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4963 <i o="water" r="0" x="-36.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4964 <i o="water" r="0" x="-45.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4965 <i o="water" r="0" x="-46.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4966 <i o="water" r="0" x="-47.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4967 <i o="water" r="0" x="-48.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4968 <i o="water" r="0" x="-49.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4969 <i o="water" r="0" x="-49.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4970 <i o="water" r="0" x="-49.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4971 <i o="water" r="0" x="-49.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4972 <i o="water" r="0" x="-49.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4973 <i o="water" r="0" x="-49.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4974 <i o="water" r="0" x="-49.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4975 <i o="water" r="0" x="-49.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4976 <i o="water" r="0" x="-47.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4977 <i o="water" r="0" x="-46.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4978 <i o="water" r="0" x="-44.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4979 <i o="water" r="0" x="-41.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4980 <i o="water" r="0" x="-40.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4981 <i o="water" r="0" x="-38.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4982 <i o="water" r="0" x="-37.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4983 <i o="water" r="0" x="-36.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4984 <i o="water" r="0" x="-36.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4985 <i o="water" r="0" x="-38.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4986 <i o="water" r="0" x="-39.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4987 <i o="water" r="0" x="-41.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4988 <i o="water" r="0" x="-40.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4989 <i o="water" r="0" x="-37.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4990 <i o="water" r="0" x="-36.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4991 <i o="water" r="0" x="-37.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4992 <i o="water" r="0" x="-38.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4993 <i o="water" r="0" x="-39.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4994 <i o="water" r="0" x="-41.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4995 <i o="water" r="0" x="-42.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4996 <i o="water" r="0" x="-43.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4997 <i o="water" r="0" x="-43.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4998 <i o="water" r="0" x="-42.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4999 <i o="water" r="0" x="-40.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5000 <i o="water" r="0" x="-45.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5001 <i o="water" r="0" x="-43.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5002 <i o="water" r="0" x="-44.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5003 <i o="water" r="0" x="-48.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5004 <i o="water" r="0" x="-47.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5005 <i o="water" r="0" x="-47.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5006 <i o="water" r="0" x="-47.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5007 <i o="water" r="0" x="-48.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5008 <i o="water" r="0" x="-48.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5009 <i o="water" r="0" x="-46.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5010 <i o="water" r="0" x="-45.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5011 <i o="water" r="0" x="-42.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5012 <i o="water" r="0" x="-41.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5013 <i o="water" r="0" x="-40.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5014 <i o="water" r="0" x="-37.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5015 <i o="water" r="0" x="-36.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5016 <i o="water" r="0" x="-38.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5017 <i o="water" r="0" x="-39.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5018 <i o="water" r="0" x="-40.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5019 <i o="water" r="0" x="-42.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5020 <i o="water" r="0" x="-42.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5021 <i o="water" r="0" x="-43.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5022 <i o="water" r="0" x="-41.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5023 <i o="water" r="0" x="-39.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5024 <i o="water" r="0" x="-38.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5025 <i o="water" r="0" x="-37.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5026 <i o="water" r="0" x="-43.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5027 <i o="water" r="0" x="-44.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5028 <i o="water" r="0" x="-45.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5029 <i o="water" r="0" x="-46.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5030 <i o="water" r="0" x="-46.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5031 <i o="water" r="0" x="-45.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5032 <i o="water" r="0" x="-46.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5033 <i o="water" r="0" x="-47.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5034 <i o="water" r="0" x="-48.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5035 <i o="water" r="0" x="-48.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5036 <i o="water" r="0" x="-48.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5037 <i o="water" r="0" x="-44.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5038 <i o="water" r="0" x="-43.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5039 <i o="water" r="0" x="-42.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5040 <i o="water" r="0" x="-44.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5041 <i o="water" r="0" x="-45.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5042 <i o="water" r="0" x="-44.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5043 <i o="water" r="0" x="-39.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5044 <i o="water" r="0" x="-36.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5045 <i o="water" r="0" x="-39.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5046 <i o="water" r="0" x="-38.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5047 <i o="water" r="0" x="-40.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5048 <i o="water" r="0" x="-37.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5049 <i o="water" r="0" x="-41.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5050 <i o="water" r="0" x="-49.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5051 <i o="water" r="0" x="-50.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5052 <i o="water" r="0" x="-50.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5053 <i o="water" r="0" x="-49.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5054 <i o="water" r="0" x="-49.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5055 <i o="water" r="0" x="-49.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5056 <i o="water" r="0" x="-50.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5057 <i o="water" r="0" x="-50.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5058 <i o="water" r="0" x="-50.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5059 <i o="water" r="0" x="-50.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5060 <i o="water" r="0" x="-50.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5061 <i o="water" r="0" x="-50.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5062 <i o="water" r="0" x="-48.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5063 <i o="water" r="0" x="-47.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5064 <i o="water" r="0" x="-46.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5065 <i o="water" r="0" x="-45.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5066 <i o="water" r="0" x="-46.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5067 <i o="water" r="0" x="-42.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5068 <i o="water" r="0" x="-41.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5069 <i o="water" r="0" x="-40.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5070 <i o="water" r="0" x="-39.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5071 <i o="water" r="0" x="-38.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5072 <i o="water" r="0" x="-37.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5073 <i o="water" r="0" x="-39.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5074 <i o="water" r="0" x="-41.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5075 <i o="water" r="0" x="-42.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5076 <i o="water" r="0" x="-43.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5077 <i o="water" r="0" x="-44.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5078 <i o="water" r="0" x="-40.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5079 <i o="water" r="0" x="-36.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5080 <i o="water" r="0" x="-36.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5081 <i o="water" r="0" x="-44.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5082 <i o="water" r="0" x="-45.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5083 <i o="water" r="0" x="-47.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5084 <i o="water" r="0" x="-48.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5085 <i o="water" r="0" x="-48.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5086 <i o="water" r="0" x="-48.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5087 <i o="water" r="0" x="-48.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5088 <i o="water" r="0" x="-49.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5089 <i o="water" r="0" x="-49.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5090 <i o="water" r="0" x="-49.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5091 <i o="water" r="0" x="-48.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5092 <i o="water" r="0" x="-47.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5093 <i o="water" r="0" x="-46.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5094 <i o="water" r="0" x="-45.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5095 <i o="water" r="0" x="-43.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5096 <i o="water" r="0" x="-42.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5097 <i o="water" r="0" x="-41.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5098 <i o="water" r="0" x="-40.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5099 <i o="water" r="0" x="-38.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5100 <i o="water" r="0" x="-37.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5101 <i o="water" r="0" x="-36.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5102 <i o="water" r="0" x="-37.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5103 <i o="water" r="0" x="-39.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5104 <i o="water" r="0" x="-40.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5105 <i o="water" r="0" x="-42.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5106 <i o="water" r="0" x="-43.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5107 <i o="water" r="0" x="-45.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5108 <i o="water" r="0" x="-46.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5109 <i o="water" r="0" x="-44.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5110 <i o="water" r="0" x="-39.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5111 <i o="water" r="0" x="-46.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5112 <i o="water" r="0" x="-45.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5113 <i o="water" r="0" x="-44.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5114 <i o="water" r="0" x="-43.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5115 <i o="water" r="0" x="-42.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5116 <i o="water" r="0" x="-41.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5117 <i o="water" r="0" x="-41.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5118 <i o="water" r="0" x="-42.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5119 <i o="water" r="0" x="-44.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5120 <i o="water" r="0" x="-47.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5121 <i o="water" r="0" x="-47.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5122 <i o="water" r="0" x="-48.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5123 <i o="water" r="0" x="-46.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5124 <i o="water" r="0" x="-47.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5125 <i o="water" r="0" x="-46.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5126 <i o="water" r="0" x="-45.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5127 <i o="water" r="0" x="-44.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5128 <i o="water" r="0" x="-44.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5129 <i o="water" r="0" x="-46.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5130 <i o="water" r="0" x="-45.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5131 <i o="water" r="0" x="-47.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5132 <i o="water" r="0" x="-43.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5133 <i o="water" r="0" x="-43.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5134 <i o="water" r="0" x="-42.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5135 <i o="water" r="0" x="-41.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5136 <i o="water" r="0" x="-40.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5137 <i o="water" r="0" x="-39.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5138 <i o="water" r="0" x="-38.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5139 <i o="water" r="0" x="-37.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5140 <i o="water" r="0" x="-36.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5141 <i o="water" r="0" x="-36.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5142 <i o="water" r="0" x="-37.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5143 <i o="water" r="0" x="-38.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5144 <i o="water" r="0" x="-38.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5145 <i o="water" r="0" x="-37.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5146 <i o="water" r="0" x="-36.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5147 <i o="water" r="0" x="-39.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5148 <i o="water" r="0" x="-36.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5149 <i o="water" r="0" x="-37.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5150 <i o="water" r="0" x="-39.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5151 <i o="water" r="0" x="-40.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5152 <i o="water" r="0" x="-40.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5153 <i o="water" r="0" x="-38.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5154 <i o="water" r="0" x="-36.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5155 <i o="water" r="0" x="-40.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5156 <i o="water" r="0" x="-39.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5157 <i o="water" r="0" x="-38.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5158 <i o="water" r="0" x="-41.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5159 <i o="water" r="0" x="-37.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5160 <i o="water" r="0" x="-42.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5161 <i o="water" r="0" x="-43.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5162 <i o="water" r="0" x="-43.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5163 <i o="water" r="0" x="-45.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5164 <i o="water" r="0" x="-44.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5165 <i o="water" r="0" x="-41.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5166 <i o="water" r="0" x="-36.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5167 <i o="water" r="0" x="-38.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5168 <i o="water" r="0" x="-47.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5169 <i o="water" r="0" x="-47.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5170 <i o="water" r="0" x="-50.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5171 <i o="water" r="0" x="-50.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5172 <i o="water" r="0" x="-50.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5173 <i o="water" r="0" x="-50.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5174 <i o="water" r="0" x="-50.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5175 <i o="water" r="0" x="-50.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5176 <i o="water" r="0" x="-50.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5177 <i o="water" r="0" x="-50.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5178 <i o="water" r="0" x="-50.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5179 <i o="water" r="0" x="-50.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5180 <i o="water" r="0" x="-50.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5181 <i o="water" r="0" x="-50.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5182 <i o="water" r="0" x="-50.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5183 <i o="water" r="0" x="-50.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5184 <i o="water" r="0" x="-50.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5185 <i o="water" r="0" x="-50.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5186 <i o="water" r="0" x="-51.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5187 <i o="water" r="0" x="-51.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5188 <i o="water" r="0" x="-51.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5189 <i o="water" r="0" x="-51.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5190 <i o="water" r="0" x="-50.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5191 <i o="water" r="0" x="-50.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5192 <i o="water" r="0" x="-50.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5193 <i o="water" r="0" x="-50.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5194 <i o="water" r="0" x="-51.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5195 <i o="water" r="0" x="-51.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5196 <i o="water" r="0" x="-51.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5197 <i o="water" r="0" x="-52.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5198 <i o="water" r="0" x="-53.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5199 <i o="water" r="0" x="-54.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5200 <i o="water" r="0" x="-55.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5201 <i o="water" r="0" x="-56.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5202 <i o="water" r="0" x="-56.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5203 <i o="water" r="0" x="-57.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5204 <i o="water" r="0" x="-58.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5205 <i o="water" r="0" x="-58.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5206 <i o="water" r="0" x="-59.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5207 <i o="water" r="0" x="-60.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5208 <i o="water" r="0" x="-59.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5209 <i o="water" r="0" x="-58.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5210 <i o="water" r="0" x="-57.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5211 <i o="water" r="0" x="-59.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5212 <i o="water" r="0" x="-60.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5213 <i o="water" r="0" x="-60.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5214 <i o="water" r="0" x="-61.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5215 <i o="water" r="0" x="-61.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5216 <i o="water" r="0" x="-61.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5217 <i o="water" r="0" x="-60.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5218 <i o="water" r="0" x="-59.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5219 <i o="water" r="0" x="-58.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5220 <i o="water" r="0" x="-57.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5221 <i o="water" r="0" x="-56.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5222 <i o="water" r="0" x="-55.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5223 <i o="water" r="0" x="-55.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5224 <i o="water" r="0" x="-57.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5225 <i o="water" r="0" x="-59.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5226 <i o="water" r="0" x="-55.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5227 <i o="water" r="0" x="-56.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5228 <i o="water" r="0" x="-57.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5229 <i o="water" r="0" x="-61.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5230 <i o="water" r="0" x="-58.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5231 <i o="water" r="0" x="-56.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5232 <i o="water" r="0" x="-54.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5233 <i o="water" r="0" x="-53.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5234 <i o="water" r="0" x="-52.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5235 <i o="water" r="0" x="-53.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5236 <i o="water" r="0" x="-54.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5237 <i o="water" r="0" x="-54.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5238 <i o="water" r="0" x="-53.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5239 <i o="water" r="0" x="-53.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5240 <i o="water" r="0" x="-54.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5241 <i o="water" r="0" x="-52.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5242 <i o="water" r="0" x="-52.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5243 <i o="water" r="0" x="-54.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5244 <i o="water" r="0" x="-55.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5245 <i o="water" r="0" x="-53.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5246 <i o="water" r="0" x="-52.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5247 <i o="water" r="0" x="-52.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5248 <i o="water" r="0" x="-53.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5249 <i o="water" r="0" x="-54.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5250 <i o="water" r="0" x="-51.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5251 <i o="water" r="0" x="-56.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5252 <i o="water" r="0" x="-55.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5253 <i o="water" r="0" x="-52.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5254 <i o="water" r="0" x="-55.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5255 <i o="water" r="0" x="-51.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5256 <i o="water" r="0" x="-58.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5257 <i o="water" r="0" x="-59.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5258 <i o="water" r="0" x="-60.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5259 <i o="water" r="0" x="-61.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5260 <i o="water" r="0" x="-62.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5261 <i o="water" r="0" x="-62.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5262 <i o="water" r="0" x="-60.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5263 <i o="water" r="0" x="-61.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5264 <i o="water" r="0" x="-62.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5265 <i o="water" r="0" x="-62.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5266 <i o="water" r="0" x="-62.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5267 <i o="water" r="0" x="-62.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5268 <i o="water" r="0" x="-58.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5269 <i o="water" r="0" x="-54.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5270 <i o="water" r="0" x="-53.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5271 <i o="water" r="0" x="-52.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5272 <i o="water" r="0" x="-51.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5273 <i o="water" r="0" x="-54.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5274 <i o="water" r="0" x="-55.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5275 <i o="water" r="0" x="-56.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5276 <i o="water" r="0" x="-56.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5277 <i o="water" r="0" x="-56.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5278 <i o="water" r="0" x="-57.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5279 <i o="water" r="0" x="-59.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5280 <i o="water" r="0" x="-60.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5281 <i o="water" r="0" x="-61.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5282 <i o="water" r="0" x="-61.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5283 <i o="water" r="0" x="-61.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5284 <i o="water" r="0" x="-62.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5285 <i o="water" r="0" x="-62.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5286 <i o="water" r="0" x="-62.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5287 <i o="water" r="0" x="-61.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5288 <i o="water" r="0" x="-60.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5289 <i o="water" r="0" x="-59.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5290 <i o="water" r="0" x="-57.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5291 <i o="water" r="0" x="-56.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5292 <i o="water" r="0" x="-53.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5293 <i o="water" r="0" x="-51.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5294 <i o="water" r="0" x="-56.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5295 <i o="water" r="0" x="-58.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5296 <i o="water" r="0" x="-57.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5297 <i o="water" r="0" x="-57.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5298 <i o="water" r="0" x="-58.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5299 <i o="water" r="0" x="-59.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5300 <i o="water" r="0" x="-60.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5301 <i o="water" r="0" x="-60.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5302 <i o="water" r="0" x="-59.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5303 <i o="water" r="0" x="-58.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5304 <i o="water" r="0" x="-57.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5305 <i o="water" r="0" x="-54.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5306 <i o="water" r="0" x="-53.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5307 <i o="water" r="0" x="-52.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5308 <i o="water" r="0" x="-55.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5309 <i o="water" r="0" x="-53.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5310 <i o="water" r="0" x="-52.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5311 <i o="water" r="0" x="-52.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5312 <i o="water" r="0" x="-53.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5313 <i o="water" r="0" x="-55.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5314 <i o="water" r="0" x="-57.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5315 <i o="water" r="0" x="-54.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5316 <i o="water" r="0" x="-55.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5317 <i o="water" r="0" x="-54.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5318 <i o="water" r="0" x="-52.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5319 <i o="water" r="0" x="-58.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5320 <i o="water" r="0" x="-62.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5321 <i o="water" r="0" x="-62.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5322 <i o="water" r="0" x="-62.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5323 <i o="water" r="0" x="-62.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5324 <i o="water" r="0" x="-62.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5325 <i o="water" r="0" x="-62.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5326 <i o="water" r="0" x="-62.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5327 <i o="water" r="0" x="-62.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5328 <i o="water" r="0" x="-61.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5329 <i o="water" r="0" x="-60.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5330 <i o="water" r="0" x="-59.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5331 <i o="water" r="0" x="-58.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5332 <i o="water" r="0" x="-55.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5333 <i o="water" r="0" x="-54.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5334 <i o="water" r="0" x="-52.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5335 <i o="water" r="0" x="-51.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5336 <i o="water" r="0" x="-53.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5337 <i o="water" r="0" x="-54.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5338 <i o="water" r="0" x="-56.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5339 <i o="water" r="0" x="-57.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5340 <i o="water" r="0" x="-56.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5341 <i o="water" r="0" x="-55.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5342 <i o="water" r="0" x="-54.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5343 <i o="water" r="0" x="-53.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5344 <i o="water" r="0" x="-52.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5345 <i o="water" r="0" x="-51.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5346 <i o="water" r="0" x="-57.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5347 <i o="water" r="0" x="-58.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5348 <i o="water" r="0" x="-58.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5349 <i o="water" r="0" x="-58.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5350 <i o="water" r="0" x="-59.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5351 <i o="water" r="0" x="-59.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5352 <i o="water" r="0" x="-60.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5353 <i o="water" r="0" x="-60.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5354 <i o="water" r="0" x="-60.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5355 <i o="water" r="0" x="-60.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5356 <i o="water" r="0" x="-60.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5357 <i o="water" r="0" x="-59.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5358 <i o="water" r="0" x="-59.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5359 <i o="water" r="0" x="-59.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5360 <i o="water" r="0" x="-61.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5361 <i o="water" r="0" x="-61.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5362 <i o="water" r="0" x="-61.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5363 <i o="water" r="0" x="-61.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5364 <i o="water" r="0" x="-60.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5365 <i o="water" r="0" x="-59.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5366 <i o="water" r="0" x="-61.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5367 <i o="water" r="0" x="-61.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5368 <i o="water" r="0" x="-57.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5369 <i o="water" r="0" x="-56.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5370 <i o="water" r="0" x="-55.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5371 <i o="water" r="0" x="-55.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5372 <i o="water" r="0" x="-56.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5373 <i o="water" r="0" x="-57.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5374 <i o="water" r="0" x="-53.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5375 <i o="water" r="0" x="-52.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5376 <i o="water" r="0" x="-51.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5377 <i o="water" r="0" x="-52.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5378 <i o="water" r="0" x="-55.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5379 <i o="water" r="0" x="-56.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5380 <i o="water" r="0" x="-54.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5381 <i o="water" r="0" x="-51.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5382 <i o="water" r="0" x="-53.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5383 <i o="water" r="0" x="-52.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5384 <i o="water" r="0" x="-51.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5385 <i o="water" r="0" x="-53.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5386 <i o="water" r="0" x="-54.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5387 <i o="water" r="0" x="-51.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5388 <i o="water" r="0" x="-55.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5389 <i o="water" r="0" x="-56.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5390 <i o="water" r="0" x="-57.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5391 <i o="water" r="0" x="-58.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5392 <i o="water" r="0" x="-58.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5393 <i o="water" r="0" x="-57.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5394 <i o="water" r="0" x="-60.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5395 <i o="water" r="0" x="-61.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5396 <i o="water" r="0" x="-61.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5397 <i o="water" r="0" x="-62.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5398 <i o="water" r="0" x="-62.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5399 <i o="water" r="0" x="-59.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5400 <i o="water" r="0" x="-57.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5401 <i o="water" r="0" x="-56.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5402 <i o="water" r="0" x="-54.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5403 <i o="water" r="0" x="-53.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5404 <i o="water" r="0" x="-52.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5405 <i o="water" r="0" x="-51.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5406 <i o="water" r="0" x="-55.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5407 <i o="water" r="0" x="-56.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5408 <i o="water" r="0" x="-51.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5409 <i o="water" r="0" x="-52.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5410 <i o="water" r="0" x="-53.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5411 <i o="water" r="0" x="-54.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5412 <i o="water" r="0" x="-55.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5413 <i o="water" r="0" x="-56.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5414 <i o="water" r="0" x="-53.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5415 <i o="water" r="0" x="-52.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5416 <i o="water" r="0" x="-55.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5417 <i o="water" r="0" x="-51.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5418 <i o="water" r="0" x="-58.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5419 <i o="water" r="0" x="-58.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5420 <i o="water" r="0" x="-57.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5421 <i o="water" r="0" x="-59.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5422 <i o="water" r="0" x="-60.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5423 <i o="water" r="0" x="-60.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5424 <i o="water" r="0" x="-59.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5425 <i o="water" r="0" x="-58.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5426 <i o="water" r="0" x="-57.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5427 <i o="water" r="0" x="-56.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5428 <i o="water" r="0" x="-61.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5429 <i o="water" r="0" x="-62.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5430 <i o="water" r="0" x="-62.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5431 <i o="water" r="0" x="-62.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5432 <i o="water" r="0" x="-62.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5433 <i o="water" r="0" x="-62.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5434 <i o="water" r="0" x="-62.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5435 <i o="water" r="0" x="-62.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5436 <i o="water" r="0" x="-62.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5437 <i o="water" r="0" x="-61.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5438 <i o="water" r="0" x="-61.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5439 <i o="water" r="0" x="-61.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5440 <i o="water" r="0" x="-60.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5441 <i o="water" r="0" x="-60.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5442 <i o="water" r="0" x="-59.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5443 <i o="water" r="0" x="-58.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5444 <i o="water" r="0" x="-57.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5445 <i o="water" r="0" x="-56.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5446 <i o="water" r="0" x="-55.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5447 <i o="water" r="0" x="-54.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5448 <i o="water" r="0" x="-51.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5449 <i o="water" r="0" x="-51.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5450 <i o="water" r="0" x="-53.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5451 <i o="water" r="0" x="-55.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5452 <i o="water" r="0" x="-57.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5453 <i o="water" r="0" x="-58.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5454 <i o="water" r="0" x="-59.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5455 <i o="water" r="0" x="-56.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5456 <i o="water" r="0" x="-56.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5457 <i o="water" r="0" x="-55.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5458 <i o="water" r="0" x="-54.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5459 <i o="water" r="0" x="-53.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5460 <i o="water" r="0" x="-53.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5461 <i o="water" r="0" x="-54.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5462 <i o="water" r="0" x="-58.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5463 <i o="water" r="0" x="-57.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5464 <i o="water" r="0" x="-59.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5465 <i o="water" r="0" x="-60.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5466 <i o="water" r="0" x="-61.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5467 <i o="water" r="0" x="-61.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5468 <i o="water" r="0" x="-61.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5469 <i o="water" r="0" x="-61.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5470 <i o="water" r="0" x="-60.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5471 <i o="water" r="0" x="-59.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5472 <i o="water" r="0" x="-59.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5473 <i o="water" r="0" x="-60.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5474 <i o="water" r="0" x="-60.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5475 <i o="water" r="0" x="-60.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5476 <i o="water" r="0" x="-61.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5477 <i o="water" r="0" x="-61.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5478 <i o="water" r="0" x="-62.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5479 <i o="water" r="0" x="-62.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5480 <i o="water" r="0" x="-62.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5481 <i o="water" r="0" x="-62.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5482 <i o="water" r="0" x="-61.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5483 <i o="water" r="0" x="-61.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5484 <i o="water" r="0" x="-58.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5485 <i o="water" r="0" x="-57.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5486 <i o="water" r="0" x="-55.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5487 <i o="water" r="0" x="-54.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5488 <i o="water" r="0" x="-53.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5489 <i o="water" r="0" x="-52.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5490 <i o="water" r="0" x="-52.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5491 <i o="water" r="0" x="-53.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5492 <i o="water" r="0" x="-54.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5493 <i o="water" r="0" x="-56.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5494 <i o="water" r="0" x="-50.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5495 <i o="water" r="0" x="-51.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5496 <i o="water" r="0" x="-57.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5497 <i o="water" r="0" x="-58.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5498 <i o="water" r="0" x="-59.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5499 <i o="water" r="0" x="-60.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5500 <i o="water" r="0" x="-59.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5501 <i o="water" r="0" x="-56.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5502 <i o="water" r="0" x="-55.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5503 <i o="water" r="0" x="-57.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5504 <i o="water" r="0" x="-54.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5505 <i o="water" r="0" x="-53.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5506 <i o="water" r="0" x="-54.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5507 <i o="water" r="0" x="-55.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5508 <i o="water" r="0" x="-58.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5509 <i o="water" r="0" x="-59.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5510 <i o="water" r="0" x="-59.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5511 <i o="water" r="0" x="-56.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5512 <i o="water" r="0" x="-56.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5513 <i o="water" r="0" x="-55.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5514 <i o="water" r="0" x="-58.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5515 <i o="water" r="0" x="-56.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5516 <i o="water" r="0" x="-60.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5517 <i o="water" r="0" x="-60.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5518 <i o="water" r="0" x="-60.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5519 <i o="water" r="0" x="-58.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5520 <i o="water" r="0" x="-61.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5521 <i o="water" r="0" x="-54.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5522 <i o="water" r="0" x="-53.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5523 <i o="water" r="0" x="-52.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5524 <i o="water" r="0" x="-57.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5525 <i o="water" r="0" x="-59.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5526 <i o="water" r="0" x="-57.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5527 <i o="water" r="0" x="-55.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5528 <i o="water" r="0" x="-58.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5529 <i o="water" r="0" x="-57.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5530 <i o="water" r="0" x="-57.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5531 <i o="water" r="0" x="-56.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5532 <i o="water" r="0" x="-55.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5533 <i o="water" r="0" x="-54.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5534 <i o="water" r="0" x="-59.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5535 <i o="water" r="0" x="-58.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5536 <i o="water" r="0" x="-57.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5537 <i o="water" r="0" x="-56.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5538 <i o="water" r="0" x="-58.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5539 <i o="water" r="0" x="-55.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5540 <i o="water" r="0" x="-55.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5541 <i o="water" r="0" x="-54.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5542 <i o="water" r="0" x="-54.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5543 <i o="water" r="0" x="-53.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5544 <i o="water" r="0" x="-52.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5545 <i o="water" r="0" x="-52.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5546 <i o="water" r="0" x="-51.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5547 <i o="water" r="0" x="-53.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5548 <i o="water" r="0" x="-52.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5549 <i o="water" r="0" x="-52.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5550 <i o="water" r="0" x="-51.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5551 <i o="water" r="0" x="-51.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5552 <i o="water" r="0" x="-51.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5553 <i o="water" r="0" x="-51.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5554 <i o="water" r="0" x="-52.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5555 <i o="water" r="0" x="-54.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5556 <i o="water" r="0" x="-51.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5557 <i o="water" r="0" x="-52.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5558 <i o="water" r="0" x="-59.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5559 <i o="water" r="0" x="-59.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5560 <i o="water" r="0" x="-60.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5561 <i o="water" r="0" x="-62.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5562 <i o="water" r="0" x="-62.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5563 <i o="water" r="0" x="-62.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5564 <i o="water" r="0" x="-62.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5565 <i o="water" r="0" x="-62.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5566 <i o="water" r="0" x="-62.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5567 <i o="water" r="0" x="-62.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5568 <i o="water" r="0" x="-62.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5569 <i o="water" r="0" x="-62.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5570 <i o="water" r="0" x="-62.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5571 <i o="water" r="0" x="-62.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5572 <i o="water" r="0" x="-62.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5573 <i o="water" r="0" x="-62.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5574 <i o="water" r="0" x="-62.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5575 <i o="water" r="0" x="-61.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5576 <i o="water" r="0" x="-61.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5577 <i o="water" r="0" x="-61.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5578 <i o="water" r="0" x="-61.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5579 <i o="water" r="0" x="-61.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5580 <i o="water" r="0" x="-62.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5581 <i o="water" r="0" x="-62.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5582 <i o="water" r="0" x="-62.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5583 <i o="water" r="0" x="-61.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5584 <i o="water" r="0" x="-61.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5585 <i o="water" r="0" x="-62.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5586 <i o="water" r="0" x="-62.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5587 <i o="water" r="0" x="-62.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5588 <i o="water" r="0" x="-62.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5589 <i o="water" r="0" x="-62.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5590 <i o="water" r="0" x="-62.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5591 <i o="water" r="0" x="-62.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5592 <i o="water" r="0" x="-62.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5593 <i o="water" r="0" x="-62.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5594 <i o="water" r="0" x="-63.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5595 <i o="water" r="0" x="-63.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5596 <i o="water" r="0" x="-63.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5597 <i o="water" r="0" x="-63.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5598 <i o="water" r="0" x="-63.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5599 <i o="water" r="0" x="-62.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5600 <i o="water" r="0" x="-61.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5601 <i o="water" r="0" x="-60.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5602 <i o="water" r="0" x="-61.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5603 <i o="water" r="0" x="-61.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5604 <i o="water" r="0" x="-62.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5605 <i o="water" r="0" x="-62.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5606 <i o="water" r="0" x="-61.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5607 <i o="water" r="0" x="-61.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5608 <i o="water" r="0" x="-61.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5609 <i o="water" r="0" x="-61.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5610 <i o="water" r="0" x="-62.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5611 <i o="water" r="0" x="-59.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5612 <i o="water" r="0" x="-60.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5613 <i o="water" r="0" x="-60.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5614 <i o="water" r="0" x="-60.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5615 <i o="water" r="0" x="-61.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5616 <i o="water" r="0" x="-61.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5617 <i o="water" r="0" x="-62.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5618 <i o="water" r="0" x="-62.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5619 <i o="water" r="0" x="-62.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5620 <i o="water" r="0" x="-61.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5621 <i o="water" r="0" x="-61.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5622 <i o="water" r="0" x="-59.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5623 <i o="water" r="0" x="-58.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5624 <i o="water" r="0" x="-57.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5625 <i o="water" r="0" x="-56.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5626 <i o="water" r="0" x="-56.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5627 <i o="water" r="0" x="-57.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5628 <i o="water" r="0" x="-58.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5629 <i o="water" r="0" x="-59.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5630 <i o="water" r="0" x="-62.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5631 <i o="water" r="0" x="-62.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5632 <i o="water" r="0" x="-61.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5633 <i o="water" r="0" x="-61.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5634 <i o="water" r="0" x="-60.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5635 <i o="water" r="0" x="-59.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5636 <i o="water" r="0" x="-58.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5637 <i o="water" r="0" x="-58.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5638 <i o="water" r="0" x="-59.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5639 <i o="water" r="0" x="-60.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5640 <i o="water" r="0" x="-59.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5641 <i o="water" r="0" x="-63.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5642 <i o="water" r="0" x="-64.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5643 <i o="water" r="0" x="-64.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5644 <i o="water" r="0" x="-63.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5645 <i o="water" r="0" x="-60.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5646 <i o="water" r="0" x="-57.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5647 <i o="water" r="0" x="-55.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5648 <i o="water" r="0" x="-55.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5649 <i o="water" r="0" x="-56.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5650 <i o="water" r="0" x="-58.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5651 <i o="water" r="0" x="-63.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5652 <i o="water" r="0" x="-63.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5653 <i o="water" r="0" x="-62.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5654 <i o="water" r="0" x="-62.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5655 <i o="water" r="0" x="-61.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5656 <i o="water" r="0" x="-65.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5657 <i o="water" r="0" x="-64.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5658 <i o="water" r="0" x="-59.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5659 <i o="water" r="0" x="-60.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5660 <i o="water" r="0" x="-64.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5661 <i o="water" r="0" x="-64.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5662 <i o="water" r="0" x="-57.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5663 <i o="water" r="0" x="-56.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5664 <i o="water" r="0" x="-55.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5665 <i o="water" r="0" x="-56.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5666 <i o="water" r="0" x="-58.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5667 <i o="water" r="0" x="-63.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5668 <i o="water" r="0" x="-65.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5669 <i o="water" r="0" x="-64.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5670 <i o="water" r="0" x="-55.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5671 <i o="water" r="0" x="-54.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5672 <i o="water" r="0" x="-65.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5673 <i o="water" r="0" x="-63.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5674 <i o="water" r="0" x="-58.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5675 <i o="water" r="0" x="-57.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5676 <i o="water" r="0" x="-55.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5677 <i o="water" r="0" x="-56.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5678 <i o="water" r="0" x="-56.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5679 <i o="water" r="0" x="-57.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5680 <i o="water" r="0" x="-54.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5681 <i o="water" r="0" x="-63.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5682 <i o="water" r="0" x="-64.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5683 <i o="water" r="0" x="-65.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5684 <i o="water" r="0" x="-65.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5685 <i o="water" r="0" x="-64.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5686 <i o="water" r="0" x="-63.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5687 <i o="water" r="0" x="-62.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5688 <i o="water" r="0" x="-61.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5689 <i o="water" r="0" x="-60.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5690 <i o="water" r="0" x="-59.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5691 <i o="water" r="0" x="-58.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5692 <i o="water" r="0" x="-57.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5693 <i o="water" r="0" x="-58.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5694 <i o="water" r="0" x="-59.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5695 <i o="water" r="0" x="-56.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5696 <i o="water" r="0" x="-55.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5697 <i o="water" r="0" x="-56.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5698 <i o="water" r="0" x="-57.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5699 <i o="water" r="0" x="-61.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5700 <i o="water" r="0" x="-64.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5701 <i o="water" r="0" x="-63.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5702 <i o="water" r="0" x="-62.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5703 <i o="water" r="0" x="-55.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5704 <i o="water" r="0" x="-54.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5705 <i o="water" r="0" x="-54.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5706 <i o="water" r="0" x="-55.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5707 <i o="water" r="0" x="-57.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5708 <i o="water" r="0" x="-63.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5709 <i o="water" r="0" x="-64.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5710 <i o="water" r="0" x="-62.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5711 <i o="water" r="0" x="-60.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5712 <i o="water" r="0" x="-56.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5713 <i o="water" r="0" x="-59.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5714 <i o="water" r="0" x="-58.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5715 <i o="water" r="0" x="-58.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5716 <i o="water" r="0" x="-61.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5717 <i o="water" r="0" x="-60.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5718 <i o="water" r="0" x="-60.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5719 <i o="water" r="0" x="-62.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5720 <i o="water" r="0" x="-61.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5721 <i o="water" r="0" x="-60.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5722 <i o="water" r="0" x="-59.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5723 <i o="water" r="0" x="-58.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5724 <i o="water" r="0" x="-57.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5725 <i o="water" r="0" x="-56.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5726 <i o="water" r="0" x="-55.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5727 <i o="water" r="0" x="-54.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5728 <i o="water" r="0" x="-53.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5729 <i o="water" r="0" x="-53.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5730 <i o="water" r="0" x="-54.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5731 <i o="water" r="0" x="-55.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5732 <i o="water" r="0" x="-60.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5733 <i o="water" r="0" x="-59.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5734 <i o="water" r="0" x="-58.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5735 <i o="water" r="0" x="-57.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5736 <i o="water" r="0" x="-56.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5737 <i o="water" r="0" x="-57.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5738 <i o="water" r="0" x="-59.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5739 <i o="water" r="0" x="-62.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5740 <i o="water" r="0" x="-61.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5741 <i o="water" r="0" x="-63.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5742 <i o="water" r="0" x="-64.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5743 <i o="water" r="0" x="-65.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5744 <i o="water" r="0" x="-55.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5745 <i o="water" r="0" x="-56.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5746 <i o="water" r="0" x="-57.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5747 <i o="water" r="0" x="-63.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5748 <i o="water" r="0" x="-64.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5749 <i o="water" r="0" x="-58.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5750 <i o="water" r="0" x="-51.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5751 <i o="water" r="0" x="-49.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5752 <i o="water" r="0" x="-48.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5753 <i o="water" r="0" x="-46.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5754 <i o="water" r="0" x="-45.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5755 <i o="water" r="0" x="-47.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5756 <i o="water" r="0" x="-48.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5757 <i o="water" r="0" x="-50.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5758 <i o="water" r="0" x="-53.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5759 <i o="water" r="0" x="-55.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5760 <i o="water" r="0" x="-56.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5761 <i o="water" r="0" x="-56.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5762 <i o="water" r="0" x="-55.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5763 <i o="water" r="0" x="-54.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5764 <i o="water" r="0" x="-54.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5765 <i o="water" r="0" x="-52.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5766 <i o="water" r="0" x="-51.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5767 <i o="water" r="0" x="-50.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5768 <i o="water" r="0" x="-50.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5769 <i o="water" r="0" x="-49.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5770 <i o="water" r="0" x="-49.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5771 <i o="water" r="0" x="-50.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5772 <i o="water" r="0" x="-51.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5773 <i o="water" r="0" x="-53.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5774 <i o="water" r="0" x="-55.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5775 <i o="water" r="0" x="-54.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5776 <i o="water" r="0" x="-53.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5777 <i o="water" r="0" x="-52.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5778 <i o="water" r="0" x="-52.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5779 <i o="water" r="0" x="-51.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5780 <i o="water" r="0" x="-51.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5781 <i o="water" r="0" x="-52.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5782 <i o="water" r="0" x="-54.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5783 <i o="water" r="0" x="-50.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5784 <i o="water" r="0" x="-49.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5785 <i o="water" r="0" x="-52.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5786 <i o="water" r="0" x="-53.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5787 <i o="water" r="0" x="-53.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5788 <i o="water" r="0" x="-52.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5789 <i o="water" r="0" x="-52.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5790 <i o="water" r="0" x="-54.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5791 <i o="water" r="0" x="-50.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5792 <i o="water" r="0" x="-51.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5793 <i o="water" r="0" x="-50.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5794 <i o="water" r="0" x="-48.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5795 <i o="water" r="0" x="-49.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5796 <i o="water" r="0" x="-52.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5797 <i o="water" r="0" x="-51.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5798 <i o="water" r="0" x="-50.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5799 <i o="water" r="0" x="-49.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5800 <i o="water" r="0" x="-49.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5801 <i o="water" r="0" x="-48.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5802 <i o="water" r="0" x="-47.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5803 <i o="water" r="0" x="-47.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5804 <i o="water" r="0" x="-46.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5805 <i o="water" r="0" x="-47.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5806 <i o="water" r="0" x="-48.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5807 <i o="water" r="0" x="-48.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5808 <i o="water" r="0" x="-46.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5809 <i o="water" r="0" x="-45.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5810 <i o="water" r="0" x="-44.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5811 <i o="water" r="0" x="-44.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5812 <i o="water" r="0" x="-45.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5813 <i o="water" r="0" x="-45.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5814 <i o="water" r="0" x="-43.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5815 <i o="water" r="0" x="-43.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5816 <i o="water" r="0" x="-47.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5817 <i o="water" r="0" x="-46.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5818 <i o="water" r="0" x="-42.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5819 <i o="water" r="0" x="-41.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5820 <i o="water" r="0" x="-40.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5821 <i o="water" r="0" x="-42.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5822 <i o="water" r="0" x="-41.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5823 <i o="water" r="0" x="-40.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5824 <i o="water" r="0" x="-41.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5825 <i o="water" r="0" x="-42.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5826 <i o="water" r="0" x="-44.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5827 <i o="water" r="0" x="-46.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5828 <i o="water" r="0" x="-47.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5829 <i o="water" r="0" x="-46.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5830 <i o="water" r="0" x="-45.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5831 <i o="water" r="0" x="-44.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5832 <i o="water" r="0" x="-43.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5833 <i o="water" r="0" x="-42.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5834 <i o="water" r="0" x="-51.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5835 <i o="water" r="0" x="-54.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5836 <i o="water" r="0" x="-53.0" y="-46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5837 <i o="water" r="0" x="-52.0" y="-46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5838 <i o="water" r="0" x="-51.0" y="-46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5839 <i o="water" r="0" x="-48.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5840 <i o="water" r="0" x="-48.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5841 <i o="water" r="0" x="-47.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5842 <i o="water" r="0" x="-45.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5843 <i o="water" r="0" x="-44.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5844 <i o="water" r="0" x="-43.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5845 <i o="water" r="0" x="-43.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5846 <i o="water" r="0" x="-42.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5847 <i o="water" r="0" x="-47.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5848 <i o="water" r="0" x="-46.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5849 <i o="water" r="0" x="-50.0" y="-46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5850 <i o="water" r="0" x="-49.0" y="-46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5851 <i o="water" r="0" x="-48.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5852 <i o="water" r="0" x="-46.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5853 <i o="water" r="0" x="-45.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5854 <i o="water" r="0" x="-53.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5855 <i o="water" r="0" x="-55.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5856 <i o="water" r="0" x="-56.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5857 <i o="water" r="0" x="-49.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5858 <i o="water" r="0" x="-47.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5859 <i o="water" r="0" x="-46.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5860 <i o="water" r="0" x="-45.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5861 <i o="water" r="0" x="-44.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5862 <i o="water" r="0" x="-43.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5863 <i o="water" r="0" x="-42.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5864 <i o="water" r="0" x="-41.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5865 <i o="water" r="0" x="-40.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5866 <i o="water" r="0" x="-40.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5867 <i o="water" r="0" x="-41.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5868 <i o="water" r="0" x="-42.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5869 <i o="water" r="0" x="-44.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5870 <i o="water" r="0" x="-48.0" y="-46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5871 <i o="water" r="0" x="-43.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5872 <i o="water" r="0" x="-40.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5873 <i o="water" r="0" x="-41.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5874 <i o="water" r="0" x="-39.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5875 <i o="water" r="0" x="-38.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5876 <i o="water" r="0" x="-39.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5877 <i o="water" r="0" x="-40.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5878 <i o="water" r="0" x="-42.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5879 <i o="water" r="0" x="-43.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5880 <i o="water" r="0" x="-44.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5881 <i o="water" r="0" x="-42.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5882 <i o="water" r="0" x="-40.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5883 <i o="water" r="0" x="-38.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5884 <i o="water" r="0" x="-37.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5885 <i o="water" r="0" x="-36.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5886 <i o="water" r="0" x="-37.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5887 <i o="water" r="0" x="-35.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5888 <i o="water" r="0" x="-35.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5889 <i o="water" r="0" x="-34.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5890 <i o="water" r="0" x="-33.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5891 <i o="water" r="0" x="-34.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5892 <i o="water" r="0" x="-38.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5893 <i o="water" r="0" x="-36.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5894 <i o="water" r="0" x="-39.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5895 <i o="water" r="0" x="-40.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5896 <i o="water" r="0" x="-41.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5897 <i o="water" r="0" x="-43.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5898 <i o="water" r="0" x="-39.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5899 <i o="water" r="0" x="-44.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5900 <i o="water" r="0" x="-40.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5901 <i o="water" r="0" x="-39.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5902 <i o="water" r="0" x="-38.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5903 <i o="water" r="0" x="-37.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5904 <i o="water" r="0" x="-37.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5905 <i o="water" r="0" x="-38.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5906 <i o="water" r="0" x="-39.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5907 <i o="water" r="0" x="-39.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5908 <i o="water" r="0" x="-38.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5909 <i o="water" r="0" x="-36.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5910 <i o="water" r="0" x="-36.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5911 <i o="water" r="0" x="-35.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5912 <i o="water" r="0" x="-34.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5913 <i o="water" r="0" x="-33.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5914 <i o="water" r="0" x="-32.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5915 <i o="water" r="0" x="-32.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5916 <i o="water" r="0" x="-33.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5917 <i o="water" r="0" x="-33.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5918 <i o="water" r="0" x="-34.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5919 <i o="water" r="0" x="-35.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5920 <i o="water" r="0" x="-35.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5921 <i o="water" r="0" x="-34.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5922 <i o="water" r="0" x="-36.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5923 <i o="water" r="0" x="-38.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5924 <i o="water" r="0" x="-37.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5925 <i o="water" r="0" x="-35.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5926 <i o="water" r="0" x="-41.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5927 <i o="water" r="0" x="-39.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5928 <i o="water" r="0" x="-37.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5929 <i o="water" r="0" x="-38.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5930 <i o="water" r="0" x="-37.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5931 <i o="water" r="0" x="-37.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5932 <i o="water" r="0" x="-38.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5933 <i o="water" r="0" x="-42.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5934 <i o="water" r="0" x="-40.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5935 <i o="water" r="0" x="-45.0" y="-44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5936 <i o="water" r="0" x="-44.0" y="-45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5937 <i o="water" r="0" x="-39.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5938 <i o="water" r="0" x="-38.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5939 <i o="water" r="0" x="-39.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5940 <i o="water" r="0" x="-41.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5941 <i o="water" r="0" x="-39.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5942 <i o="water" r="0" x="-38.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5943 <i o="water" r="0" x="-37.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5944 <i o="water" r="0" x="-36.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5945 <i o="water" r="0" x="-35.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5946 <i o="water" r="0" x="-35.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5947 <i o="water" r="0" x="-35.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5948 <i o="water" r="0" x="-36.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5949 <i o="water" r="0" x="-32.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5950 <i o="water" r="0" x="-33.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5951 <i o="water" r="0" x="-35.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5952 <i o="water" r="0" x="-36.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5953 <i o="water" r="0" x="-33.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5954 <i o="water" r="0" x="-32.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5955 <i o="water" r="0" x="-36.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5956 <i o="water" r="0" x="-37.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5957 <i o="water" r="0" x="-34.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5958 <i o="water" r="0" x="-34.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5959 <i o="water" r="0" x="-36.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5960 <i o="water" r="0" x="-34.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5961 <i o="water" r="0" x="-36.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5962 <i o="water" r="0" x="-37.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5963 <i o="water" r="0" x="-36.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5964 <i o="water" r="0" x="-35.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5965 <i o="water" r="0" x="-34.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5966 <i o="water" r="0" x="-32.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5967 <i o="water" r="0" x="-32.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5968 <i o="water" r="0" x="-31.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5969 <i o="water" r="0" x="-31.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5970 <i o="water" r="0" x="-30.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5971 <i o="water" r="0" x="-30.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5972 <i o="water" r="0" x="-29.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5973 <i o="water" r="0" x="-30.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5974 <i o="water" r="0" x="-31.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5975 <i o="water" r="0" x="-32.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5976 <i o="water" r="0" x="-33.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5977 <i o="water" r="0" x="-33.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5978 <i o="water" r="0" x="-32.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5979 <i o="water" r="0" x="-31.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5980 <i o="water" r="0" x="-32.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5981 <i o="water" r="0" x="-34.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5982 <i o="water" r="0" x="-35.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5983 <i o="water" r="0" x="-34.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5984 <i o="water" r="0" x="-33.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5985 <i o="water" r="0" x="-33.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5986 <i o="water" r="0" x="-33.0" y="-43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5987 <i o="water" r="0" x="-31.0" y="-42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5988 <i o="water" r="0" x="-29.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5989 <i o="water" r="0" x="-31.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5990 <i o="water" r="0" x="-28.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5991 <i o="water" r="0" x="-28.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5992 <i o="water" r="0" x="-28.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5993 <i o="water" r="0" x="-29.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5994 <i o="water" r="0" x="-31.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5995 <i o="water" r="0" x="-32.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5996 <i o="water" r="0" x="-33.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5997 <i o="water" r="0" x="-30.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5998 <i o="water" r="0" x="-30.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5999 <i o="water" r="0" x="-29.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6000 <i o="water" r="0" x="-34.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6001 <i o="water" r="0" x="-29.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6002 <i o="water" r="0" x="-29.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6003 <i o="water" r="0" x="-29.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6004 <i o="water" r="0" x="-29.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6005 <i o="water" r="0" x="-30.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6006 <i o="water" r="0" x="-31.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6007 <i o="water" r="0" x="-28.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6008 <i o="water" r="0" x="-27.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6009 <i o="water" r="0" x="-26.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6010 <i o="water" r="0" x="-32.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6011 <i o="water" r="0" x="-31.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6012 <i o="water" r="0" x="-30.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6013 <i o="water" r="0" x="-31.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6014 <i o="water" r="0" x="-31.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6015 <i o="water" r="0" x="-30.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6016 <i o="water" r="0" x="-28.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6017 <i o="water" r="0" x="-26.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6018 <i o="water" r="0" x="-27.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6019 <i o="water" r="0" x="-30.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6020 <i o="water" r="0" x="-25.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6021 <i o="water" r="0" x="-23.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6022 <i o="water" r="0" x="-22.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6023 <i o="water" r="0" x="-21.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6024 <i o="water" r="0" x="-24.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6025 <i o="water" r="0" x="-26.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6026 <i o="water" r="0" x="-27.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6027 <i o="water" r="0" x="-25.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6028 <i o="water" r="0" x="-23.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6029 <i o="water" r="0" x="-22.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6030 <i o="water" r="0" x="-20.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6031 <i o="water" r="0" x="-25.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6032 <i o="water" r="0" x="-24.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6033 <i o="water" r="0" x="-21.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6034 <i o="water" r="0" x="-23.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6035 <i o="water" r="0" x="-28.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6036 <i o="water" r="0" x="-24.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6037 <i o="water" r="0" x="-23.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6038 <i o="water" r="0" x="-25.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6039 <i o="water" r="0" x="-26.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6040 <i o="water" r="0" x="-22.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6041 <i o="water" r="0" x="-21.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6042 <i o="water" r="0" x="-20.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6043 <i o="water" r="0" x="-19.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6044 <i o="water" r="0" x="-20.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6045 <i o="water" r="0" x="-21.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6046 <i o="water" r="0" x="-27.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6047 <i o="water" r="0" x="-26.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6048 <i o="water" r="0" x="-25.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6049 <i o="water" r="0" x="-27.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6050 <i o="water" r="0" x="-26.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6051 <i o="water" r="0" x="-25.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6052 <i o="water" r="0" x="-23.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6053 <i o="water" r="0" x="-22.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6054 <i o="water" r="0" x="-27.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6055 <i o="water" r="0" x="-24.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6056 <i o="water" r="0" x="-27.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6057 <i o="water" r="0" x="-26.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6058 <i o="water" r="0" x="-24.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6059 <i o="water" r="0" x="-23.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6060 <i o="water" r="0" x="-21.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6061 <i o="water" r="0" x="-28.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6062 <i o="water" r="0" x="-29.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6063 <i o="water" r="0" x="-28.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6064 <i o="water" r="0" x="-27.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6065 <i o="water" r="0" x="-26.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6066 <i o="water" r="0" x="-25.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6067 <i o="water" r="0" x="-25.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6068 <i o="water" r="0" x="-28.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6069 <i o="water" r="0" x="-27.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6070 <i o="water" r="0" x="-29.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6071 <i o="water" r="0" x="-28.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6072 <i o="water" r="0" x="-26.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6073 <i o="water" r="0" x="-30.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6074 <i o="water" r="0" x="-27.0" y="-41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6075 <i o="water" r="0" x="-25.0" y="-40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6076 <i o="water" r="0" x="-23.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6077 <i o="water" r="0" x="-23.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6078 <i o="water" r="0" x="-21.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6079 <i o="water" r="0" x="-19.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6080 <i o="water" r="0" x="-18.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6081 <i o="water" r="0" x="-18.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6082 <i o="water" r="0" x="-19.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6083 <i o="water" r="0" x="-22.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6084 <i o="water" r="0" x="-20.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6085 <i o="water" r="0" x="-18.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6086 <i o="water" r="0" x="-17.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6087 <i o="water" r="0" x="-16.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6088 <i o="water" r="0" x="-17.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6089 <i o="water" r="0" x="-16.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6090 <i o="water" r="0" x="-16.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6091 <i o="water" r="0" x="-17.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6092 <i o="water" r="0" x="-18.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6093 <i o="water" r="0" x="-19.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6094 <i o="water" r="0" x="-15.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6095 <i o="water" r="0" x="-14.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6096 <i o="water" r="0" x="-14.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6097 <i o="water" r="0" x="-15.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6098 <i o="water" r="0" x="-16.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6099 <i o="water" r="0" x="-13.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6100 <i o="water" r="0" x="-20.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6101 <i o="water" r="0" x="-18.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6102 <i o="water" r="0" x="-19.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6103 <i o="water" r="0" x="-17.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6104 <i o="water" r="0" x="-24.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6105 <i o="water" r="0" x="-24.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6106 <i o="water" r="0" x="-20.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6107 <i o="water" r="0" x="-22.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6108 <i o="water" r="0" x="-21.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6109 <i o="water" r="0" x="-22.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6110 <i o="water" r="0" x="-21.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6111 <i o="water" r="0" x="-20.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6112 <i o="water" r="0" x="-20.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6113 <i o="water" r="0" x="-19.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6114 <i o="water" r="0" x="-24.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6115 <i o="water" r="0" x="-22.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6116 <i o="water" r="0" x="-19.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6117 <i o="water" r="0" x="-18.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6118 <i o="water" r="0" x="-17.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6119 <i o="water" r="0" x="-16.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6120 <i o="water" r="0" x="-17.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6121 <i o="water" r="0" x="-18.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6122 <i o="water" r="0" x="-19.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6123 <i o="water" r="0" x="-16.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6124 <i o="water" r="0" x="-15.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6125 <i o="water" r="0" x="-16.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6126 <i o="water" r="0" x="-18.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6127 <i o="water" r="0" x="-17.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6128 <i o="water" r="0" x="-14.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6129 <i o="water" r="0" x="-15.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6130 <i o="water" r="0" x="-15.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6131 <i o="water" r="0" x="-14.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6132 <i o="water" r="0" x="-14.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6133 <i o="water" r="0" x="-15.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6134 <i o="water" r="0" x="-16.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6135 <i o="water" r="0" x="-13.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6136 <i o="water" r="0" x="-17.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6137 <i o="water" r="0" x="-15.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6138 <i o="water" r="0" x="-13.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6139 <i o="water" r="0" x="-12.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6140 <i o="water" r="0" x="-12.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6141 <i o="water" r="0" x="-10.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6142 <i o="water" r="0" x="-9.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6143 <i o="water" r="0" x="-8.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6144 <i o="water" r="0" x="-7.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6145 <i o="water" r="0" x="-10.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6146 <i o="water" r="0" x="-11.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6147 <i o="water" r="0" x="-9.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6148 <i o="water" r="0" x="-8.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6149 <i o="water" r="0" x="-7.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6150 <i o="water" r="0" x="-8.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6151 <i o="water" r="0" x="-9.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6152 <i o="water" r="0" x="-10.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6153 <i o="water" r="0" x="-11.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6154 <i o="water" r="0" x="-12.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6155 <i o="water" r="0" x="-6.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6156 <i o="water" r="0" x="-6.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6157 <i o="water" r="0" x="-12.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6158 <i o="water" r="0" x="-10.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6159 <i o="water" r="0" x="-9.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6160 <i o="water" r="0" x="-9.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6161 <i o="water" r="0" x="-10.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6162 <i o="water" r="0" x="-12.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6163 <i o="water" r="0" x="-13.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6164 <i o="water" r="0" x="-11.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6165 <i o="water" r="0" x="-12.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6166 <i o="water" r="0" x="-11.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6167 <i o="water" r="0" x="-13.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6168 <i o="water" r="0" x="-14.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6169 <i o="water" r="0" x="-13.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6170 <i o="water" r="0" x="-11.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6171 <i o="water" r="0" x="-10.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6172 <i o="water" r="0" x="-11.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6173 <i o="water" r="0" x="-15.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6174 <i o="water" r="0" x="-14.0" y="-39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6175 <i o="water" r="0" x="-13.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6176 <i o="water" r="0" x="-12.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6177 <i o="water" r="0" x="-14.0" y="-38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6178 <i o="water" r="0" x="-11.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6179 <i o="water" r="0" x="-9.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6180 <i o="water" r="0" x="-10.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6181 <i o="water" r="0" x="-8.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6182 <i o="water" r="0" x="-7.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6183 <i o="water" r="0" x="-4.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6184 <i o="water" r="0" x="-3.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6185 <i o="water" r="0" x="-2.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6186 <i o="water" r="0" x="-1.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6187 <i o="water" r="0" x="-2.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6188 <i o="water" r="0" x="-5.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6189 <i o="water" r="0" x="-6.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6190 <i o="water" r="0" x="-5.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6191 <i o="water" r="0" x="-4.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6192 <i o="water" r="0" x="-4.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6193 <i o="water" r="0" x="-7.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6194 <i o="water" r="0" x="-6.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6195 <i o="water" r="0" x="-3.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6196 <i o="water" r="0" x="-3.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6197 <i o="water" r="0" x="-4.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6198 <i o="water" r="0" x="-5.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6199 <i o="water" r="0" x="-5.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6200 <i o="water" r="0" x="-6.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6201 <i o="water" r="0" x="-5.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6202 <i o="water" r="0" x="-3.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6203 <i o="water" r="0" x="-2.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6204 <i o="water" r="0" x="-7.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6205 <i o="water" r="0" x="-8.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6206 <i o="water" r="0" x="-4.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6207 <i o="water" r="0" x="-8.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6208 <i o="water" r="0" x="-1.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6209 <i o="water" r="0" x="0.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6210 <i o="water" r="0" x="1.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6211 <i o="water" r="0" x="0.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6212 <i o="water" r="0" x="-1.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6213 <i o="water" r="0" x="1.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6214 <i o="water" r="0" x="-2.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6215 <i o="water" r="0" x="2.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6216 <i o="water" r="0" x="3.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6217 <i o="water" r="0" x="2.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6218 <i o="water" r="0" x="1.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6219 <i o="water" r="0" x="0.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6220 <i o="water" r="0" x="1.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6221 <i o="water" r="0" x="2.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6222 <i o="water" r="0" x="0.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6223 <i o="water" r="0" x="-3.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6224 <i o="water" r="0" x="-7.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6225 <i o="water" r="0" x="-1.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6226 <i o="water" r="0" x="-1.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6227 <i o="water" r="0" x="-2.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6228 <i o="water" r="0" x="1.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6229 <i o="water" r="0" x="0.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6230 <i o="water" r="0" x="2.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6231 <i o="water" r="0" x="3.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6232 <i o="water" r="0" x="3.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6233 <i o="water" r="0" x="4.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6234 <i o="water" r="0" x="4.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6235 <i o="water" r="0" x="4.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6236 <i o="water" r="0" x="2.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6237 <i o="water" r="0" x="3.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6238 <i o="water" r="0" x="7.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6239 <i o="water" r="0" x="8.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6240 <i o="water" r="0" x="9.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6241 <i o="water" r="0" x="11.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6242 <i o="water" r="0" x="13.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6243 <i o="water" r="0" x="14.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6244 <i o="water" r="0" x="8.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6245 <i o="water" r="0" x="9.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6246 <i o="water" r="0" x="14.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6247 <i o="water" r="0" x="16.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6248 <i o="water" r="0" x="19.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6249 <i o="water" r="0" x="20.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6250 <i o="water" r="0" x="21.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6251 <i o="water" r="0" x="20.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6252 <i o="water" r="0" x="18.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6253 <i o="water" r="0" x="12.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6254 <i o="water" r="0" x="7.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6255 <i o="water" r="0" x="7.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6256 <i o="water" r="0" x="8.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6257 <i o="water" r="0" x="10.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6258 <i o="water" r="0" x="12.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6259 <i o="water" r="0" x="15.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6260 <i o="water" r="0" x="16.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6261 <i o="water" r="0" x="15.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6262 <i o="water" r="0" x="13.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6263 <i o="water" r="0" x="6.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6264 <i o="water" r="0" x="5.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6265 <i o="water" r="0" x="6.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6266 <i o="water" r="0" x="9.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6267 <i o="water" r="0" x="5.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6268 <i o="water" r="0" x="6.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6269 <i o="water" r="0" x="7.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6270 <i o="water" r="0" x="8.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6271 <i o="water" r="0" x="5.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6272 <i o="water" r="0" x="4.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6273 <i o="water" r="0" x="5.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6274 <i o="water" r="0" x="6.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6275 <i o="water" r="0" x="6.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6276 <i o="water" r="0" x="4.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6277 <i o="water" r="0" x="10.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6278 <i o="water" r="0" x="5.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6279 <i o="water" r="0" x="9.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6280 <i o="water" r="0" x="11.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6281 <i o="water" r="0" x="13.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6282 <i o="water" r="0" x="15.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6283 <i o="water" r="0" x="16.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6284 <i o="water" r="0" x="10.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6285 <i o="water" r="0" x="11.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6286 <i o="water" r="0" x="11.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6287 <i o="water" r="0" x="14.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6288 <i o="water" r="0" x="12.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6289 <i o="water" r="0" x="12.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6290 <i o="water" r="0" x="13.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6291 <i o="water" r="0" x="10.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6292 <i o="water" r="0" x="11.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6293 <i o="water" r="0" x="12.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6294 <i o="water" r="0" x="13.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6295 <i o="water" r="0" x="14.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6296 <i o="water" r="0" x="14.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6297 <i o="water" r="0" x="8.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6298 <i o="water" r="0" x="10.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6299 <i o="water" r="0" x="7.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6300 <i o="water" r="0" x="9.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6301 <i o="water" r="0" x="3.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6302 <i o="water" r="0" x="16.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6303 <i o="water" r="0" x="19.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6304 <i o="water" r="0" x="24.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6305 <i o="water" r="0" x="27.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6306 <i o="water" r="0" x="28.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6307 <i o="water" r="0" x="28.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6308 <i o="water" r="0" x="27.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6309 <i o="water" r="0" x="23.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6310 <i o="water" r="0" x="17.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6311 <i o="water" r="0" x="15.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6312 <i o="water" r="0" x="17.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6313 <i o="water" r="0" x="19.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6314 <i o="water" r="0" x="20.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6315 <i o="water" r="0" x="17.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6316 <i o="water" r="0" x="21.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6317 <i o="water" r="0" x="23.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6318 <i o="water" r="0" x="24.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6319 <i o="water" r="0" x="23.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6320 <i o="water" r="0" x="21.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6321 <i o="water" r="0" x="20.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6322 <i o="water" r="0" x="19.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6323 <i o="water" r="0" x="24.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6324 <i o="water" r="0" x="25.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6325 <i o="water" r="0" x="28.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6326 <i o="water" r="0" x="30.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6327 <i o="water" r="0" x="31.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6328 <i o="water" r="0" x="26.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6329 <i o="water" r="0" x="22.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6330 <i o="water" r="0" x="19.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6331 <i o="water" r="0" x="23.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6332 <i o="water" r="0" x="29.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6333 <i o="water" r="0" x="25.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6334 <i o="water" r="0" x="27.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6335 <i o="water" r="0" x="27.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6336 <i o="water" r="0" x="18.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6337 <i o="water" r="0" x="17.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6338 <i o="water" r="0" x="16.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6339 <i o="water" r="0" x="17.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6340 <i o="water" r="0" x="20.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6341 <i o="water" r="0" x="23.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6342 <i o="water" r="0" x="18.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6343 <i o="water" r="0" x="15.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6344 <i o="water" r="0" x="18.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6345 <i o="water" r="0" x="22.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6346 <i o="water" r="0" x="29.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6347 <i o="water" r="0" x="29.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6348 <i o="water" r="0" x="30.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6349 <i o="water" r="0" x="25.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6350 <i o="water" r="0" x="21.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6351 <i o="water" r="0" x="21.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6352 <i o="water" r="0" x="24.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6353 <i o="water" r="0" x="22.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6354 <i o="water" r="0" x="25.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6355 <i o="water" r="0" x="26.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6356 <i o="water" r="0" x="26.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6357 <i o="water" r="0" x="18.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6358 <i o="water" r="0" x="22.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6359 <i o="water" r="0" x="22.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6360 <i o="water" r="0" x="26.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6361 <i o="water" r="0" x="26.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6362 <i o="water" r="0" x="25.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6363 <i o="water" r="0" x="24.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6364 <i o="water" r="0" x="27.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6365 <i o="water" r="0" x="28.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6366 <i o="water" r="0" x="29.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6367 <i o="water" r="0" x="31.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6368 <i o="water" r="0" x="33.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6369 <i o="water" r="0" x="30.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6370 <i o="water" r="0" x="29.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6371 <i o="water" r="0" x="30.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6372 <i o="water" r="0" x="31.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6373 <i o="water" r="0" x="32.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6374 <i o="water" r="0" x="28.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6375 <i o="water" r="0" x="33.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6376 <i o="water" r="0" x="34.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6377 <i o="water" r="0" x="32.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6378 <i o="water" r="0" x="32.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6379 <i o="water" r="0" x="32.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6380 <i o="water" r="0" x="33.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6381 <i o="water" r="0" x="33.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6382 <i o="water" r="0" x="30.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6383 <i o="water" r="0" x="30.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6384 <i o="water" r="0" x="31.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6385 <i o="water" r="0" x="29.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6386 <i o="water" r="0" x="31.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6387 <i o="water" r="0" x="31.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6388 <i o="water" r="0" x="32.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6389 <i o="water" r="0" x="32.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6390 <i o="water" r="0" x="33.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6391 <i o="water" r="0" x="34.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6392 <i o="water" r="0" x="34.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6393 <i o="water" r="0" x="34.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6394 <i o="water" r="0" x="35.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6395 <i o="water" r="0" x="35.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6396 <i o="water" r="0" x="36.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6397 <i o="water" r="0" x="37.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6398 <i o="water" r="0" x="37.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6399 <i o="water" r="0" x="37.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6400 <i o="water" r="0" x="36.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6401 <i o="water" r="0" x="35.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6402 <i o="water" r="0" x="38.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6403 <i o="water" r="0" x="38.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6404 <i o="water" r="0" x="37.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6405 <i o="water" r="0" x="37.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6406 <i o="water" r="0" x="36.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6407 <i o="water" r="0" x="36.0" y="-34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6408 <i o="water" r="0" x="38.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6409 <i o="water" r="0" x="36.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6410 <i o="water" r="0" x="34.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6411 <i o="water" r="0" x="35.0" y="-33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6412 <i o="water" r="0" x="37.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6413 <i o="water" r="0" x="35.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6414 <i o="water" r="0" x="38.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6415 <i o="water" r="0" x="39.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6416 <i o="water" r="0" x="41.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6417 <i o="water" r="0" x="40.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6418 <i o="water" r="0" x="38.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6419 <i o="water" r="0" x="39.0" y="-32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6420 <i o="water" r="0" x="39.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6421 <i o="water" r="0" x="40.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6422 <i o="water" r="0" x="41.0" y="-31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6423 <i o="water" r="0" x="41.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6424 <i o="water" r="0" x="40.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6425 <i o="water" r="0" x="39.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6426 <i o="water" r="0" x="40.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6427 <i o="water" r="0" x="38.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6428 <i o="water" r="0" x="37.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6429 <i o="water" r="0" x="37.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6430 <i o="water" r="0" x="42.0" y="-30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6431 <i o="water" r="0" x="42.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6432 <i o="water" r="0" x="42.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6433 <i o="water" r="0" x="38.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6434 <i o="water" r="0" x="37.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6435 <i o="water" r="0" x="41.0" y="-29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6436 <i o="water" r="0" x="41.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6437 <i o="water" r="0" x="42.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6438 <i o="water" r="0" x="42.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6439 <i o="water" r="0" x="41.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6440 <i o="water" r="0" x="40.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6441 <i o="water" r="0" x="39.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6442 <i o="water" r="0" x="38.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6443 <i o="water" r="0" x="37.0" y="-26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6444 <i o="water" r="0" x="37.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6445 <i o="water" r="0" x="39.0" y="-28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6446 <i o="water" r="0" x="39.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6447 <i o="water" r="0" x="39.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6448 <i o="water" r="0" x="38.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6449 <i o="water" r="0" x="37.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6450 <i o="water" r="0" x="40.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6451 <i o="water" r="0" x="40.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6452 <i o="water" r="0" x="38.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6453 <i o="water" r="0" x="41.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6454 <i o="water" r="0" x="41.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6455 <i o="water" r="0" x="39.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6456 <i o="water" r="0" x="38.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6457 <i o="water" r="0" x="40.0" y="-27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6458 <i o="water" r="0" x="42.0" y="-25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6459 <i o="water" r="0" x="42.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6460 <i o="water" r="0" x="42.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6461 <i o="water" r="0" x="41.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6462 <i o="water" r="0" x="40.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6463 <i o="water" r="0" x="37.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6464 <i o="water" r="0" x="43.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6465 <i o="water" r="0" x="42.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6466 <i o="water" r="0" x="41.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6467 <i o="water" r="0" x="39.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6468 <i o="water" r="0" x="40.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6469 <i o="water" r="0" x="40.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6470 <i o="water" r="0" x="42.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6471 <i o="water" r="0" x="38.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6472 <i o="water" r="0" x="38.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6473 <i o="water" r="0" x="37.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6474 <i o="water" r="0" x="39.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6475 <i o="water" r="0" x="38.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6476 <i o="water" r="0" x="37.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6477 <i o="water" r="0" x="38.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6478 <i o="water" r="0" x="38.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6479 <i o="water" r="0" x="39.0" y="-22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6480 <i o="water" r="0" x="39.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6481 <i o="water" r="0" x="40.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6482 <i o="water" r="0" x="37.0" y="-24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6483 <i o="water" r="0" x="41.0" y="-23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6484 <i o="water" r="0" x="43.0" y="-21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6485 <i o="water" r="0" x="43.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6486 <i o="water" r="0" x="44.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6487 <i o="water" r="0" x="43.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6488 <i o="water" r="0" x="41.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6489 <i o="water" r="0" x="40.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6490 <i o="water" r="0" x="42.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6491 <i o="water" r="0" x="42.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6492 <i o="water" r="0" x="41.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6493 <i o="water" r="0" x="41.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6494 <i o="water" r="0" x="40.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6495 <i o="water" r="0" x="39.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6496 <i o="water" r="0" x="37.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6497 <i o="water" r="0" x="35.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6498 <i o="water" r="0" x="40.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6499 <i o="water" r="0" x="39.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6500 <i o="water" r="0" x="38.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6501 <i o="water" r="0" x="37.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6502 <i o="water" r="0" x="37.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6503 <i o="water" r="0" x="37.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6504 <i o="water" r="0" x="38.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6505 <i o="water" r="0" x="38.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6506 <i o="water" r="0" x="38.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6507 <i o="water" r="0" x="42.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6508 <i o="water" r="0" x="37.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6509 <i o="water" r="0" x="39.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6510 <i o="water" r="0" x="39.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6511 <i o="water" r="0" x="41.0" y="-20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6512 <i o="water" r="0" x="42.0" y="-19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6513 <i o="water" r="0" x="43.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6514 <i o="water" r="0" x="43.0" y="-17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6515 <i o="water" r="0" x="41.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6516 <i o="water" r="0" x="42.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6517 <i o="water" r="0" x="40.0" y="-18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6518 <i o="water" r="0" x="38.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6519 <i o="water" r="0" x="37.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6520 <i o="water" r="0" x="37.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6521 <i o="water" r="0" x="39.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6522 <i o="water" r="0" x="40.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6523 <i o="water" r="0" x="41.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6524 <i o="water" r="0" x="42.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6525 <i o="water" r="0" x="43.0" y="-16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6526 <i o="water" r="0" x="43.0" y="-15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6527 <i o="water" r="0" x="43.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6528 <i o="water" r="0" x="43.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6529 <i o="water" r="0" x="43.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6530 <i o="water" r="0" x="43.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6531 <i o="water" r="0" x="42.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6532 <i o="water" r="0" x="42.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6533 <i o="water" r="0" x="41.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6534 <i o="water" r="0" x="41.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6535 <i o="water" r="0" x="40.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6536 <i o="water" r="0" x="40.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6537 <i o="water" r="0" x="39.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6538 <i o="water" r="0" x="40.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6539 <i o="water" r="0" x="39.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6540 <i o="water" r="0" x="38.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6541 <i o="water" r="0" x="38.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6542 <i o="water" r="0" x="39.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6543 <i o="water" r="0" x="41.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6544 <i o="water" r="0" x="42.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6545 <i o="water" r="0" x="42.0" y="-14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6546 <i o="water" r="0" x="38.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6547 <i o="water" r="0" x="37.0" y="-12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6548 <i o="water" r="0" x="37.0" y="-13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6549 <i o="water" r="0" x="37.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6550 <i o="water" r="0" x="37.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6551 <i o="water" r="0" x="37.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6552 <i o="water" r="0" x="38.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6553 <i o="water" r="0" x="38.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6554 <i o="water" r="0" x="39.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6555 <i o="water" r="0" x="39.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6556 <i o="water" r="0" x="41.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6557 <i o="water" r="0" x="42.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6558 <i o="water" r="0" x="44.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6559 <i o="water" r="0" x="41.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6560 <i o="water" r="0" x="40.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6561 <i o="water" r="0" x="39.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6562 <i o="water" r="0" x="39.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6563 <i o="water" r="0" x="40.0" y="-11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6564 <i o="water" r="0" x="38.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6565 <i o="water" r="0" x="41.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6566 <i o="water" r="0" x="40.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6567 <i o="water" r="0" x="37.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6568 <i o="water" r="0" x="40.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6569 <i o="water" r="0" x="40.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6570 <i o="water" r="0" x="39.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6571 <i o="water" r="0" x="40.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6572 <i o="water" r="0" x="39.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6573 <i o="water" r="0" x="38.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6574 <i o="water" r="0" x="38.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6575 <i o="water" r="0" x="41.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6576 <i o="water" r="0" x="41.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6577 <i o="water" r="0" x="37.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6578 <i o="water" r="0" x="37.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6579 <i o="water" r="0" x="42.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6580 <i o="water" r="0" x="42.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6581 <i o="water" r="0" x="43.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6582 <i o="water" r="0" x="43.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6583 <i o="water" r="0" x="42.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6584 <i o="water" r="0" x="42.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6585 <i o="water" r="0" x="41.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6586 <i o="water" r="0" x="43.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6587 <i o="water" r="0" x="43.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6588 <i o="water" r="0" x="44.0" y="-10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6589 <i o="water" r="0" x="44.0" y="-9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6590 <i o="water" r="0" x="44.0" y="-8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6591 <i o="water" r="0" x="44.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6592 <i o="water" r="0" x="44.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6593 <i o="water" r="0" x="42.0" y="-7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6594 <i o="water" r="0" x="43.0" y="-6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6595 <i o="water" r="0" x="42.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6596 <i o="water" r="0" x="41.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6597 <i o="water" r="0" x="41.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6598 <i o="water" r="0" x="40.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6599 <i o="water" r="0" x="39.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6600 <i o="water" r="0" x="38.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6601 <i o="water" r="0" x="38.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6602 <i o="water" r="0" x="39.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6603 <i o="water" r="0" x="38.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6604 <i o="water" r="0" x="37.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6605 <i o="water" r="0" x="37.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6606 <i o="water" r="0" x="40.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6607 <i o="water" r="0" x="39.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6608 <i o="water" r="0" x="40.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6609 <i o="water" r="0" x="41.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6610 <i o="water" r="0" x="38.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6611 <i o="water" r="0" x="39.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6612 <i o="water" r="0" x="37.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6613 <i o="water" r="0" x="37.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6614 <i o="water" r="0" x="43.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6615 <i o="water" r="0" x="44.0" y="-4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6616 <i o="water" r="0" x="44.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6617 <i o="water" r="0" x="44.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6618 <i o="water" r="0" x="43.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6619 <i o="water" r="0" x="42.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6620 <i o="water" r="0" x="41.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6621 <i o="water" r="0" x="40.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6622 <i o="water" r="0" x="39.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6623 <i o="water" r="0" x="40.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6624 <i o="water" r="0" x="40.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6625 <i o="water" r="0" x="41.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6626 <i o="water" r="0" x="42.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6627 <i o="water" r="0" x="42.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6628 <i o="water" r="0" x="41.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6629 <i o="water" r="0" x="39.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6630 <i o="water" r="0" x="43.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6631 <i o="water" r="0" x="44.0" y="-5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6632 <i o="water" r="0" x="44.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6633 <i o="water" r="0" x="43.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6634 <i o="water" r="0" x="42.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6635 <i o="water" r="0" x="43.0" y="-2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6636 <i o="water" r="0" x="43.0" y="-3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6637 <i o="water" r="0" x="43.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6638 <i o="water" r="0" x="42.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6639 <i o="water" r="0" x="41.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6640 <i o="water" r="0" x="40.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6641 <i o="water" r="0" x="38.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6642 <i o="water" r="0" x="37.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6643 <i o="water" r="0" x="38.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6644 <i o="water" r="0" x="40.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6645 <i o="water" r="0" x="39.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6646 <i o="water" r="0" x="38.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6647 <i o="water" r="0" x="37.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6648 <i o="water" r="0" x="38.0" y="-1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6649 <i o="water" r="0" x="41.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6650 <i o="water" r="0" x="39.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6651 <i o="water" r="0" x="38.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6652 <i o="water" r="0" x="37.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6653 <i o="water" r="0" x="37.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6654 <i o="water" r="0" x="37.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6655 <i o="water" r="0" x="38.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6656 <i o="water" r="0" x="38.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6657 <i o="water" r="0" x="38.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6658 <i o="water" r="0" x="39.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6659 <i o="water" r="0" x="39.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6660 <i o="water" r="0" x="40.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6661 <i o="water" r="0" x="42.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6662 <i o="water" r="0" x="37.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6663 <i o="water" r="0" x="39.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6664 <i o="water" r="0" x="37.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6665 <i o="water" r="0" x="39.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6666 <i o="water" r="0" x="41.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6667 <i o="water" r="0" x="42.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6668 <i o="water" r="0" x="41.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6669 <i o="water" r="0" x="40.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6670 <i o="water" r="0" x="40.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6671 <i o="water" r="0" x="38.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6672 <i o="water" r="0" x="40.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6673 <i o="water" r="0" x="37.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6674 <i o="water" r="0" x="37.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6675 <i o="water" r="0" x="42.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6676 <i o="water" r="0" x="43.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6677 <i o="water" r="0" x="38.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6678 <i o="water" r="0" x="38.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6679 <i o="water" r="0" x="37.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6680 <i o="water" r="0" x="39.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6681 <i o="water" r="0" x="39.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6682 <i o="water" r="0" x="40.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6683 <i o="water" r="0" x="40.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6684 <i o="water" r="0" x="40.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6685 <i o="water" r="0" x="39.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6686 <i o="water" r="0" x="41.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6687 <i o="water" r="0" x="37.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6688 <i o="water" r="0" x="41.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6689 <i o="water" r="0" x="42.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6690 <i o="water" r="0" x="41.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6691 <i o="water" r="0" x="42.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6692 <i o="water" r="0" x="42.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6693 <i o="water" r="0" x="43.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6694 <i o="water" r="0" x="43.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6695 <i o="water" r="0" x="43.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6696 <i o="water" r="0" x="44.0" y="1.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6697 <i o="water" r="0" x="44.0" y="0.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6698 <i o="water" r="0" x="44.0" y="2.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6699 <i o="water" r="0" x="44.0" y="3.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6700 <i o="water" r="0" x="44.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6701 <i o="water" r="0" x="44.0" y="5.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6702 <i o="water" r="0" x="44.0" y="6.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6703 <i o="water" r="0" x="43.0" y="4.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6704 <i o="water" r="0" x="44.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6705 <i o="water" r="0" x="44.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6706 <i o="water" r="0" x="43.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6707 <i o="water" r="0" x="42.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6708 <i o="water" r="0" x="41.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6709 <i o="water" r="0" x="40.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6710 <i o="water" r="0" x="39.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6711 <i o="water" r="0" x="38.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6712 <i o="water" r="0" x="37.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6713 <i o="water" r="0" x="41.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6714 <i o="water" r="0" x="40.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6715 <i o="water" r="0" x="38.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6716 <i o="water" r="0" x="37.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6717 <i o="water" r="0" x="37.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6718 <i o="water" r="0" x="38.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6719 <i o="water" r="0" x="38.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6720 <i o="water" r="0" x="39.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6721 <i o="water" r="0" x="37.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6722 <i o="water" r="0" x="39.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6723 <i o="water" r="0" x="39.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6724 <i o="water" r="0" x="41.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6725 <i o="water" r="0" x="43.0" y="7.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6726 <i o="water" r="0" x="43.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6727 <i o="water" r="0" x="42.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6728 <i o="water" r="0" x="42.0" y="8.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6729 <i o="water" r="0" x="43.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6730 <i o="water" r="0" x="44.0" y="9.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6731 <i o="water" r="0" x="44.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6732 <i o="water" r="0" x="43.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6733 <i o="water" r="0" x="43.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6734 <i o="water" r="0" x="43.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6735 <i o="water" r="0" x="43.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6736 <i o="water" r="0" x="42.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6737 <i o="water" r="0" x="43.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6738 <i o="water" r="0" x="42.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6739 <i o="water" r="0" x="41.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6740 <i o="water" r="0" x="41.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6741 <i o="water" r="0" x="40.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6742 <i o="water" r="0" x="39.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6743 <i o="water" r="0" x="39.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6744 <i o="water" r="0" x="39.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6745 <i o="water" r="0" x="40.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6746 <i o="water" r="0" x="40.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6747 <i o="water" r="0" x="41.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6748 <i o="water" r="0" x="41.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6749 <i o="water" r="0" x="40.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6750 <i o="water" r="0" x="38.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6751 <i o="water" r="0" x="37.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6752 <i o="water" r="0" x="41.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6753 <i o="water" r="0" x="42.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6754 <i o="water" r="0" x="42.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6755 <i o="water" r="0" x="41.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6756 <i o="water" r="0" x="42.0" y="11.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6757 <i o="water" r="0" x="44.0" y="10.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6758 <i o="water" r="0" x="44.0" y="12.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6759 <i o="water" r="0" x="44.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6760 <i o="water" r="0" x="45.0" y="13.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6761 <i o="water" r="0" x="45.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6762 <i o="water" r="0" x="45.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6763 <i o="water" r="0" x="45.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6764 <i o="water" r="0" x="44.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6765 <i o="water" r="0" x="43.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6766 <i o="water" r="0" x="44.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6767 <i o="water" r="0" x="44.0" y="14.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6768 <i o="water" r="0" x="42.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6769 <i o="water" r="0" x="40.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6770 <i o="water" r="0" x="40.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6771 <i o="water" r="0" x="41.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6772 <i o="water" r="0" x="42.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6773 <i o="water" r="0" x="38.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6774 <i o="water" r="0" x="38.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6775 <i o="water" r="0" x="38.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6776 <i o="water" r="0" x="38.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6777 <i o="water" r="0" x="39.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6778 <i o="water" r="0" x="38.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6779 <i o="water" r="0" x="37.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6780 <i o="water" r="0" x="37.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6781 <i o="water" r="0" x="37.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6782 <i o="water" r="0" x="37.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6783 <i o="water" r="0" x="37.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6784 <i o="water" r="0" x="38.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6785 <i o="water" r="0" x="39.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6786 <i o="water" r="0" x="38.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6787 <i o="water" r="0" x="37.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6788 <i o="water" r="0" x="37.0" y="15.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6789 <i o="water" r="0" x="42.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6790 <i o="water" r="0" x="42.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6791 <i o="water" r="0" x="41.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6792 <i o="water" r="0" x="41.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6793 <i o="water" r="0" x="40.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6794 <i o="water" r="0" x="41.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6795 <i o="water" r="0" x="42.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6796 <i o="water" r="0" x="40.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6797 <i o="water" r="0" x="40.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6798 <i o="water" r="0" x="41.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6799 <i o="water" r="0" x="43.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6800 <i o="water" r="0" x="44.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6801 <i o="water" r="0" x="44.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6802 <i o="water" r="0" x="43.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6803 <i o="water" r="0" x="44.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6804 <i o="water" r="0" x="44.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6805 <i o="water" r="0" x="44.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6806 <i o="water" r="0" x="45.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6807 <i o="water" r="0" x="45.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6808 <i o="water" r="0" x="45.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6809 <i o="water" r="0" x="43.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6810 <i o="water" r="0" x="42.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6811 <i o="water" r="0" x="43.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6812 <i o="water" r="0" x="39.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6813 <i o="water" r="0" x="39.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6814 <i o="water" r="0" x="39.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6815 <i o="water" r="0" x="40.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6816 <i o="water" r="0" x="39.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6817 <i o="water" r="0" x="40.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6818 <i o="water" r="0" x="43.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6819 <i o="water" r="0" x="43.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6820 <i o="water" r="0" x="43.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6821 <i o="water" r="0" x="42.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6822 <i o="water" r="0" x="41.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6823 <i o="water" r="0" x="41.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6824 <i o="water" r="0" x="40.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6825 <i o="water" r="0" x="40.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6826 <i o="water" r="0" x="39.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6827 <i o="water" r="0" x="39.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6828 <i o="water" r="0" x="38.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6829 <i o="water" r="0" x="37.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6830 <i o="water" r="0" x="37.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6831 <i o="water" r="0" x="38.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6832 <i o="water" r="0" x="40.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6833 <i o="water" r="0" x="39.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6834 <i o="water" r="0" x="38.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6835 <i o="water" r="0" x="41.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6836 <i o="water" r="0" x="37.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6837 <i o="water" r="0" x="43.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6838 <i o="water" r="0" x="42.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6839 <i o="water" r="0" x="41.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6840 <i o="water" r="0" x="42.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6841 <i o="water" r="0" x="41.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6842 <i o="water" r="0" x="41.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6843 <i o="water" r="0" x="42.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6844 <i o="water" r="0" x="42.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6845 <i o="water" r="0" x="40.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6846 <i o="water" r="0" x="40.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6847 <i o="water" r="0" x="39.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6848 <i o="water" r="0" x="39.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6849 <i o="water" r="0" x="38.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6850 <i o="water" r="0" x="37.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6851 <i o="water" r="0" x="38.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6852 <i o="water" r="0" x="38.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6853 <i o="water" r="0" x="37.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6854 <i o="water" r="0" x="37.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6855 <i o="water" r="0" x="38.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6856 <i o="water" r="0" x="39.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6857 <i o="water" r="0" x="40.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6858 <i o="water" r="0" x="41.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6859 <i o="water" r="0" x="41.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6860 <i o="water" r="0" x="42.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6861 <i o="water" r="0" x="40.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6862 <i o="water" r="0" x="39.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6863 <i o="water" r="0" x="38.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6864 <i o="water" r="0" x="37.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6865 <i o="water" r="0" x="38.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6866 <i o="water" r="0" x="39.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6867 <i o="water" r="0" x="37.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6868 <i o="water" r="0" x="37.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6869 <i o="water" r="0" x="42.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6870 <i o="water" r="0" x="41.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6871 <i o="water" r="0" x="42.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6872 <i o="water" r="0" x="45.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6873 <i o="water" r="0" x="45.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6874 <i o="water" r="0" x="44.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6875 <i o="water" r="0" x="44.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6876 <i o="water" r="0" x="44.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6877 <i o="water" r="0" x="44.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6878 <i o="water" r="0" x="45.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6879 <i o="water" r="0" x="45.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6880 <i o="water" r="0" x="45.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6881 <i o="water" r="0" x="45.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6882 <i o="water" r="0" x="44.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6883 <i o="water" r="0" x="44.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6884 <i o="water" r="0" x="44.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6885 <i o="water" r="0" x="44.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6886 <i o="water" r="0" x="45.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6887 <i o="water" r="0" x="45.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6888 <i o="water" r="0" x="45.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6889 <i o="water" r="0" x="45.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6890 <i o="water" r="0" x="46.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6891 <i o="water" r="0" x="46.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6892 <i o="water" r="0" x="46.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6893 <i o="water" r="0" x="46.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6894 <i o="water" r="0" x="45.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6895 <i o="water" r="0" x="44.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6896 <i o="water" r="0" x="43.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6897 <i o="water" r="0" x="43.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6898 <i o="water" r="0" x="43.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6899 <i o="water" r="0" x="43.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6900 <i o="water" r="0" x="43.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6901 <i o="water" r="0" x="42.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6902 <i o="water" r="0" x="43.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6903 <i o="water" r="0" x="40.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6904 <i o="water" r="0" x="39.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6905 <i o="water" r="0" x="38.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6906 <i o="water" r="0" x="37.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6907 <i o="water" r="0" x="40.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6908 <i o="water" r="0" x="37.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6909 <i o="water" r="0" x="36.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6910 <i o="water" r="0" x="36.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6911 <i o="water" r="0" x="35.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6912 <i o="water" r="0" x="35.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6913 <i o="water" r="0" x="43.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6914 <i o="water" r="0" x="43.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6915 <i o="water" r="0" x="41.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6916 <i o="water" r="0" x="39.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6917 <i o="water" r="0" x="37.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6918 <i o="water" r="0" x="41.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6919 <i o="water" r="0" x="38.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6920 <i o="water" r="0" x="40.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6921 <i o="water" r="0" x="38.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6922 <i o="water" r="0" x="39.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6923 <i o="water" r="0" x="42.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6924 <i o="water" r="0" x="42.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6925 <i o="water" r="0" x="41.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6926 <i o="water" r="0" x="40.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6927 <i o="water" r="0" x="35.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6928 <i o="water" r="0" x="34.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6929 <i o="water" r="0" x="35.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6930 <i o="water" r="0" x="36.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6931 <i o="water" r="0" x="36.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6932 <i o="water" r="0" x="35.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6933 <i o="water" r="0" x="34.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6934 <i o="water" r="0" x="33.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6935 <i o="water" r="0" x="32.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6936 <i o="water" r="0" x="31.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6937 <i o="water" r="0" x="32.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6938 <i o="water" r="0" x="31.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6939 <i o="water" r="0" x="33.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6940 <i o="water" r="0" x="30.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6941 <i o="water" r="0" x="31.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6942 <i o="water" r="0" x="34.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6943 <i o="water" r="0" x="29.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6944 <i o="water" r="0" x="29.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6945 <i o="water" r="0" x="30.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6946 <i o="water" r="0" x="32.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6947 <i o="water" r="0" x="33.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6948 <i o="water" r="0" x="34.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6949 <i o="water" r="0" x="31.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6950 <i o="water" r="0" x="29.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6951 <i o="water" r="0" x="30.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6952 <i o="water" r="0" x="31.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6953 <i o="water" r="0" x="32.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6954 <i o="water" r="0" x="33.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6955 <i o="water" r="0" x="33.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6956 <i o="water" r="0" x="30.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6957 <i o="water" r="0" x="31.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6958 <i o="water" r="0" x="32.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6959 <i o="water" r="0" x="32.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6960 <i o="water" r="0" x="34.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6961 <i o="water" r="0" x="30.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6962 <i o="water" r="0" x="30.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6963 <i o="water" r="0" x="29.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6964 <i o="water" r="0" x="27.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6965 <i o="water" r="0" x="28.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6966 <i o="water" r="0" x="28.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6967 <i o="water" r="0" x="27.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6968 <i o="water" r="0" x="27.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6969 <i o="water" r="0" x="28.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6970 <i o="water" r="0" x="31.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6971 <i o="water" r="0" x="29.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6972 <i o="water" r="0" x="28.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6973 <i o="water" r="0" x="27.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6974 <i o="water" r="0" x="26.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6975 <i o="water" r="0" x="29.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6976 <i o="water" r="0" x="30.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6977 <i o="water" r="0" x="26.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6978 <i o="water" r="0" x="24.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6979 <i o="water" r="0" x="23.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6980 <i o="water" r="0" x="22.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6981 <i o="water" r="0" x="24.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6982 <i o="water" r="0" x="25.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6983 <i o="water" r="0" x="26.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6984 <i o="water" r="0" x="27.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6985 <i o="water" r="0" x="24.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6986 <i o="water" r="0" x="26.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6987 <i o="water" r="0" x="27.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6988 <i o="water" r="0" x="29.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6989 <i o="water" r="0" x="26.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6990 <i o="water" r="0" x="28.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6991 <i o="water" r="0" x="24.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6992 <i o="water" r="0" x="22.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6993 <i o="water" r="0" x="21.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6994 <i o="water" r="0" x="20.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6995 <i o="water" r="0" x="23.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6996 <i o="water" r="0" x="25.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6997 <i o="water" r="0" x="25.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6998 <i o="water" r="0" x="25.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6999 <i o="water" r="0" x="22.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7000 <i o="water" r="0" x="21.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7001 <i o="water" r="0" x="20.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7002 <i o="water" r="0" x="19.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7003 <i o="water" r="0" x="21.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7004 <i o="water" r="0" x="22.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7005 <i o="water" r="0" x="23.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7006 <i o="water" r="0" x="25.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7007 <i o="water" r="0" x="26.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7008 <i o="water" r="0" x="27.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7009 <i o="water" r="0" x="26.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7010 <i o="water" r="0" x="28.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7011 <i o="water" r="0" x="28.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7012 <i o="water" r="0" x="24.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7013 <i o="water" r="0" x="25.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7014 <i o="water" r="0" x="23.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7015 <i o="water" r="0" x="25.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7016 <i o="water" r="0" x="23.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7017 <i o="water" r="0" x="23.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7018 <i o="water" r="0" x="24.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7019 <i o="water" r="0" x="21.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7020 <i o="water" r="0" x="22.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7021 <i o="water" r="0" x="23.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7022 <i o="water" r="0" x="24.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7023 <i o="water" r="0" x="22.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7024 <i o="water" r="0" x="21.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7025 <i o="water" r="0" x="22.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7026 <i o="water" r="0" x="19.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7027 <i o="water" r="0" x="19.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7028 <i o="water" r="0" x="20.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7029 <i o="water" r="0" x="19.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7030 <i o="water" r="0" x="20.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7031 <i o="water" r="0" x="18.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7032 <i o="water" r="0" x="18.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7033 <i o="water" r="0" x="19.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7034 <i o="water" r="0" x="17.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7035 <i o="water" r="0" x="17.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7036 <i o="water" r="0" x="15.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7037 <i o="water" r="0" x="16.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7038 <i o="water" r="0" x="18.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7039 <i o="water" r="0" x="18.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7040 <i o="water" r="0" x="17.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7041 <i o="water" r="0" x="16.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7042 <i o="water" r="0" x="15.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7043 <i o="water" r="0" x="15.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7044 <i o="water" r="0" x="16.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7045 <i o="water" r="0" x="17.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7046 <i o="water" r="0" x="18.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7047 <i o="water" r="0" x="17.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7048 <i o="water" r="0" x="20.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7049 <i o="water" r="0" x="20.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7050 <i o="water" r="0" x="21.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7051 <i o="water" r="0" x="21.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7052 <i o="water" r="0" x="22.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7053 <i o="water" r="0" x="19.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7054 <i o="water" r="0" x="18.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7055 <i o="water" r="0" x="21.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7056 <i o="water" r="0" x="20.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7057 <i o="water" r="0" x="19.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7058 <i o="water" r="0" x="18.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7059 <i o="water" r="0" x="17.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7060 <i o="water" r="0" x="15.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7061 <i o="water" r="0" x="16.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7062 <i o="water" r="0" x="17.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7063 <i o="water" r="0" x="18.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7064 <i o="water" r="0" x="19.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7065 <i o="water" r="0" x="20.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7066 <i o="water" r="0" x="16.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7067 <i o="water" r="0" x="14.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7068 <i o="water" r="0" x="13.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7069 <i o="water" r="0" x="12.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7070 <i o="water" r="0" x="16.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7071 <i o="water" r="0" x="16.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7072 <i o="water" r="0" x="14.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7073 <i o="water" r="0" x="13.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7074 <i o="water" r="0" x="12.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7075 <i o="water" r="0" x="12.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7076 <i o="water" r="0" x="12.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7077 <i o="water" r="0" x="15.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7078 <i o="water" r="0" x="15.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7079 <i o="water" r="0" x="15.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7080 <i o="water" r="0" x="14.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7081 <i o="water" r="0" x="13.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7082 <i o="water" r="0" x="14.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7083 <i o="water" r="0" x="15.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7084 <i o="water" r="0" x="14.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7085 <i o="water" r="0" x="16.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7086 <i o="water" r="0" x="17.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7087 <i o="water" r="0" x="15.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7088 <i o="water" r="0" x="14.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7089 <i o="water" r="0" x="13.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7090 <i o="water" r="0" x="13.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7091 <i o="water" r="0" x="13.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7092 <i o="water" r="0" x="14.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7093 <i o="water" r="0" x="16.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7094 <i o="water" r="0" x="16.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7095 <i o="water" r="0" x="16.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7096 <i o="water" r="0" x="15.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7097 <i o="water" r="0" x="14.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7098 <i o="water" r="0" x="12.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7099 <i o="water" r="0" x="17.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7100 <i o="water" r="0" x="17.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7101 <i o="water" r="0" x="15.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7102 <i o="water" r="0" x="14.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7103 <i o="water" r="0" x="13.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7104 <i o="water" r="0" x="12.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7105 <i o="water" r="0" x="13.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7106 <i o="water" r="0" x="14.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7107 <i o="water" r="0" x="13.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7108 <i o="water" r="0" x="11.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7109 <i o="water" r="0" x="10.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7110 <i o="water" r="0" x="12.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7111 <i o="water" r="0" x="11.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7112 <i o="water" r="0" x="13.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7113 <i o="water" r="0" x="12.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7114 <i o="water" r="0" x="11.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7115 <i o="water" r="0" x="10.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7116 <i o="water" r="0" x="11.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7117 <i o="water" r="0" x="12.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7118 <i o="water" r="0" x="12.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7119 <i o="water" r="0" x="11.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7120 <i o="water" r="0" x="10.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7121 <i o="water" r="0" x="10.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7122 <i o="water" r="0" x="10.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7123 <i o="water" r="0" x="11.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7124 <i o="water" r="0" x="11.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7125 <i o="water" r="0" x="10.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7126 <i o="water" r="0" x="10.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7127 <i o="water" r="0" x="9.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7128 <i o="water" r="0" x="8.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7129 <i o="water" r="0" x="11.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7130 <i o="water" r="0" x="11.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7131 <i o="water" r="0" x="10.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7132 <i o="water" r="0" x="9.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7133 <i o="water" r="0" x="8.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7134 <i o="water" r="0" x="7.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7135 <i o="water" r="0" x="7.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7136 <i o="water" r="0" x="8.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7137 <i o="water" r="0" x="8.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7138 <i o="water" r="0" x="9.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7139 <i o="water" r="0" x="9.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7140 <i o="water" r="0" x="9.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7141 <i o="water" r="0" x="8.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7142 <i o="water" r="0" x="9.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7143 <i o="water" r="0" x="8.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7144 <i o="water" r="0" x="8.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7145 <i o="water" r="0" x="9.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7146 <i o="water" r="0" x="9.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7147 <i o="water" r="0" x="10.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7148 <i o="water" r="0" x="8.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7149 <i o="water" r="0" x="11.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7150 <i o="water" r="0" x="9.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7151 <i o="water" r="0" x="8.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7152 <i o="water" r="0" x="7.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7153 <i o="water" r="0" x="7.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7154 <i o="water" r="0" x="7.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7155 <i o="water" r="0" x="6.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7156 <i o="water" r="0" x="7.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7157 <i o="water" r="0" x="7.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7158 <i o="water" r="0" x="8.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7159 <i o="water" r="0" x="9.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7160 <i o="water" r="0" x="6.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7161 <i o="water" r="0" x="10.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7162 <i o="water" r="0" x="10.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7163 <i o="water" r="0" x="9.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7164 <i o="water" r="0" x="8.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7165 <i o="water" r="0" x="6.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7166 <i o="water" r="0" x="5.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7167 <i o="water" r="0" x="4.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7168 <i o="water" r="0" x="4.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7169 <i o="water" r="0" x="5.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7170 <i o="water" r="0" x="5.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7171 <i o="water" r="0" x="6.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7172 <i o="water" r="0" x="6.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7173 <i o="water" r="0" x="5.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7174 <i o="water" r="0" x="5.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7175 <i o="water" r="0" x="6.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7176 <i o="water" r="0" x="3.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7177 <i o="water" r="0" x="3.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7178 <i o="water" r="0" x="3.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7179 <i o="water" r="0" x="3.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7180 <i o="water" r="0" x="4.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7181 <i o="water" r="0" x="4.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7182 <i o="water" r="0" x="5.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7183 <i o="water" r="0" x="6.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7184 <i o="water" r="0" x="6.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7185 <i o="water" r="0" x="7.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7186 <i o="water" r="0" x="7.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7187 <i o="water" r="0" x="5.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7188 <i o="water" r="0" x="5.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7189 <i o="water" r="0" x="5.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7190 <i o="water" r="0" x="6.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7191 <i o="water" r="0" x="6.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7192 <i o="water" r="0" x="7.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7193 <i o="water" r="0" x="4.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7194 <i o="water" r="0" x="3.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7195 <i o="water" r="0" x="4.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7196 <i o="water" r="0" x="4.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7197 <i o="water" r="0" x="3.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7198 <i o="water" r="0" x="2.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7199 <i o="water" r="0" x="0.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7200 <i o="water" r="0" x="-2.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7201 <i o="water" r="0" x="-3.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7202 <i o="water" r="0" x="-4.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7203 <i o="water" r="0" x="1.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7204 <i o="water" r="0" x="-1.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7205 <i o="water" r="0" x="-5.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7206 <i o="water" r="0" x="-6.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7207 <i o="water" r="0" x="-3.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7208 <i o="water" r="0" x="0.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7209 <i o="water" r="0" x="6.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7210 <i o="water" r="0" x="7.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7211 <i o="water" r="0" x="6.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7212 <i o="water" r="0" x="5.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7213 <i o="water" r="0" x="1.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7214 <i o="water" r="0" x="-3.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7215 <i o="water" r="0" x="-6.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7216 <i o="water" r="0" x="-7.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7217 <i o="water" r="0" x="-5.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7218 <i o="water" r="0" x="1.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7219 <i o="water" r="0" x="7.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7220 <i o="water" r="0" x="5.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7221 <i o="water" r="0" x="0.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7222 <i o="water" r="0" x="-3.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7223 <i o="water" r="0" x="-4.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7224 <i o="water" r="0" x="4.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7225 <i o="water" r="0" x="2.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7226 <i o="water" r="0" x="-6.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7227 <i o="water" r="0" x="-1.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7228 <i o="water" r="0" x="1.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7229 <i o="water" r="0" x="2.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7230 <i o="water" r="0" x="1.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7231 <i o="water" r="0" x="-1.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7232 <i o="water" r="0" x="-5.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7233 <i o="water" r="0" x="-7.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7234 <i o="water" r="0" x="-8.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7235 <i o="water" r="0" x="-4.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7236 <i o="water" r="0" x="-2.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7237 <i o="water" r="0" x="0.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7238 <i o="water" r="0" x="0.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7239 <i o="water" r="0" x="-1.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7240 <i o="water" r="0" x="-2.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7241 <i o="water" r="0" x="-6.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7242 <i o="water" r="0" x="-7.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7243 <i o="water" r="0" x="-1.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7244 <i o="water" r="0" x="-1.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7245 <i o="water" r="0" x="-5.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7246 <i o="water" r="0" x="-10.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7247 <i o="water" r="0" x="-10.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7248 <i o="water" r="0" x="-9.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7249 <i o="water" r="0" x="-2.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7250 <i o="water" r="0" x="-6.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7251 <i o="water" r="0" x="-10.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7252 <i o="water" r="0" x="-10.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7253 <i o="water" r="0" x="-5.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7254 <i o="water" r="0" x="-11.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7255 <i o="water" r="0" x="-9.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7256 <i o="water" r="0" x="-5.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7257 <i o="water" r="0" x="-11.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7258 <i o="water" r="0" x="-10.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7259 <i o="water" r="0" x="-7.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7260 <i o="water" r="0" x="-5.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7261 <i o="water" r="0" x="-2.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7262 <i o="water" r="0" x="-7.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7263 <i o="water" r="0" x="-9.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7264 <i o="water" r="0" x="-8.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7265 <i o="water" r="0" x="-6.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7266 <i o="water" r="0" x="-4.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7267 <i o="water" r="0" x="-1.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7268 <i o="water" r="0" x="1.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7269 <i o="water" r="0" x="-1.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7270 <i o="water" r="0" x="1.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7271 <i o="water" r="0" x="4.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7272 <i o="water" r="0" x="4.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7273 <i o="water" r="0" x="4.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7274 <i o="water" r="0" x="2.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7275 <i o="water" r="0" x="3.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7276 <i o="water" r="0" x="3.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7277 <i o="water" r="0" x="2.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7278 <i o="water" r="0" x="0.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7279 <i o="water" r="0" x="-1.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7280 <i o="water" r="0" x="0.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7281 <i o="water" r="0" x="2.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7282 <i o="water" r="0" x="3.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7283 <i o="water" r="0" x="1.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7284 <i o="water" r="0" x="-2.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7285 <i o="water" r="0" x="-1.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7286 <i o="water" r="0" x="1.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7287 <i o="water" r="0" x="2.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7288 <i o="water" r="0" x="1.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7289 <i o="water" r="0" x="0.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7290 <i o="water" r="0" x="-2.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7291 <i o="water" r="0" x="-3.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7292 <i o="water" r="0" x="-1.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7293 <i o="water" r="0" x="2.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7294 <i o="water" r="0" x="-4.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7295 <i o="water" r="0" x="-5.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7296 <i o="water" r="0" x="-3.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7297 <i o="water" r="0" x="-7.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7298 <i o="water" r="0" x="-6.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7299 <i o="water" r="0" x="0.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7300 <i o="water" r="0" x="-3.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7301 <i o="water" r="0" x="-5.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7302 <i o="water" r="0" x="2.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7303 <i o="water" r="0" x="0.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7304 <i o="water" r="0" x="-1.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7305 <i o="water" r="0" x="2.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7306 <i o="water" r="0" x="2.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7307 <i o="water" r="0" x="0.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7308 <i o="water" r="0" x="1.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7309 <i o="water" r="0" x="3.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7310 <i o="water" r="0" x="-3.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7311 <i o="water" r="0" x="-2.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7312 <i o="water" r="0" x="4.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7313 <i o="water" r="0" x="3.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7314 <i o="water" r="0" x="5.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7315 <i o="water" r="0" x="1.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7316 <i o="water" r="0" x="3.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7317 <i o="water" r="0" x="2.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7318 <i o="water" r="0" x="-1.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7319 <i o="water" r="0" x="0.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7320 <i o="water" r="0" x="1.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7321 <i o="water" r="0" x="-2.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7322 <i o="water" r="0" x="2.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7323 <i o="water" r="0" x="-3.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7324 <i o="water" r="0" x="-3.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7325 <i o="water" r="0" x="-4.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7326 <i o="water" r="0" x="-2.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7327 <i o="water" r="0" x="-4.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7328 <i o="water" r="0" x="-5.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7329 <i o="water" r="0" x="2.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7330 <i o="water" r="0" x="1.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7331 <i o="water" r="0" x="0.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7332 <i o="water" r="0" x="-3.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7333 <i o="water" r="0" x="-4.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7334 <i o="water" r="0" x="-8.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7335 <i o="water" r="0" x="-6.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7336 <i o="water" r="0" x="-7.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7337 <i o="water" r="0" x="-9.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7338 <i o="water" r="0" x="-8.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7339 <i o="water" r="0" x="-11.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7340 <i o="water" r="0" x="-12.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7341 <i o="water" r="0" x="-8.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7342 <i o="water" r="0" x="-9.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7343 <i o="water" r="0" x="-8.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7344 <i o="water" r="0" x="-7.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7345 <i o="water" r="0" x="-4.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7346 <i o="water" r="0" x="-8.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7347 <i o="water" r="0" x="-6.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7348 <i o="water" r="0" x="-4.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7349 <i o="water" r="0" x="-2.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7350 <i o="water" r="0" x="-3.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7351 <i o="water" r="0" x="-5.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7352 <i o="water" r="0" x="-2.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7353 <i o="water" r="0" x="-4.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7354 <i o="water" r="0" x="-5.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7355 <i o="water" r="0" x="-3.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7356 <i o="water" r="0" x="-2.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7357 <i o="water" r="0" x="-4.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7358 <i o="water" r="0" x="-9.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7359 <i o="water" r="0" x="-11.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7360 <i o="water" r="0" x="-12.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7361 <i o="water" r="0" x="-11.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7362 <i o="water" r="0" x="-10.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7363 <i o="water" r="0" x="-8.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7364 <i o="water" r="0" x="-8.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7365 <i o="water" r="0" x="-9.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7366 <i o="water" r="0" x="-10.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7367 <i o="water" r="0" x="-6.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7368 <i o="water" r="0" x="-10.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7369 <i o="water" r="0" x="-7.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7370 <i o="water" r="0" x="-6.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7371 <i o="water" r="0" x="-10.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7372 <i o="water" r="0" x="-9.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7373 <i o="water" r="0" x="-8.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7374 <i o="water" r="0" x="-7.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7375 <i o="water" r="0" x="-9.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7376 <i o="water" r="0" x="-13.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7377 <i o="water" r="0" x="-14.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7378 <i o="water" r="0" x="-15.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7379 <i o="water" r="0" x="-14.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7380 <i o="water" r="0" x="-13.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7381 <i o="water" r="0" x="-12.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7382 <i o="water" r="0" x="-13.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7383 <i o="water" r="0" x="-12.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7384 <i o="water" r="0" x="-13.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7385 <i o="water" r="0" x="-12.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7386 <i o="water" r="0" x="-11.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7387 <i o="water" r="0" x="-13.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7388 <i o="water" r="0" x="-14.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7389 <i o="water" r="0" x="-15.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7390 <i o="water" r="0" x="-14.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7391 <i o="water" r="0" x="-14.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7392 <i o="water" r="0" x="-17.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7393 <i o="water" r="0" x="-18.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7394 <i o="water" r="0" x="-18.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7395 <i o="water" r="0" x="-16.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7396 <i o="water" r="0" x="-14.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7397 <i o="water" r="0" x="-19.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7398 <i o="water" r="0" x="-18.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7399 <i o="water" r="0" x="-18.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7400 <i o="water" r="0" x="-17.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7401 <i o="water" r="0" x="-16.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7402 <i o="water" r="0" x="-16.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7403 <i o="water" r="0" x="-17.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7404 <i o="water" r="0" x="-21.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7405 <i o="water" r="0" x="-20.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7406 <i o="water" r="0" x="-19.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7407 <i o="water" r="0" x="-20.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7408 <i o="water" r="0" x="-20.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7409 <i o="water" r="0" x="-17.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7410 <i o="water" r="0" x="-19.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7411 <i o="water" r="0" x="-15.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7412 <i o="water" r="0" x="-16.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7413 <i o="water" r="0" x="-15.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7414 <i o="water" r="0" x="-11.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7415 <i o="water" r="0" x="-13.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7416 <i o="water" r="0" x="-12.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7417 <i o="water" r="0" x="-12.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7418 <i o="water" r="0" x="-15.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7419 <i o="water" r="0" x="-15.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7420 <i o="water" r="0" x="-14.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7421 <i o="water" r="0" x="-16.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7422 <i o="water" r="0" x="-19.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7423 <i o="water" r="0" x="-18.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7424 <i o="water" r="0" x="-17.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7425 <i o="water" r="0" x="-18.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7426 <i o="water" r="0" x="-17.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7427 <i o="water" r="0" x="-16.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7428 <i o="water" r="0" x="-15.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7429 <i o="water" r="0" x="-20.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7430 <i o="water" r="0" x="-20.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7431 <i o="water" r="0" x="-19.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7432 <i o="water" r="0" x="-18.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7433 <i o="water" r="0" x="-17.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7434 <i o="water" r="0" x="-13.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7435 <i o="water" r="0" x="-16.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7436 <i o="water" r="0" x="-15.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7437 <i o="water" r="0" x="-14.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7438 <i o="water" r="0" x="-16.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7439 <i o="water" r="0" x="-17.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7440 <i o="water" r="0" x="-12.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7441 <i o="water" r="0" x="-14.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7442 <i o="water" r="0" x="-13.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7443 <i o="water" r="0" x="-13.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7444 <i o="water" r="0" x="-12.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7445 <i o="water" r="0" x="-11.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7446 <i o="water" r="0" x="-12.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7447 <i o="water" r="0" x="-11.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7448 <i o="water" r="0" x="-13.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7449 <i o="water" r="0" x="-15.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7450 <i o="water" r="0" x="-16.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7451 <i o="water" r="0" x="-18.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7452 <i o="water" r="0" x="-20.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7453 <i o="water" r="0" x="-21.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7454 <i o="water" r="0" x="-18.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7455 <i o="water" r="0" x="-17.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7456 <i o="water" r="0" x="-17.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7457 <i o="water" r="0" x="-14.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7458 <i o="water" r="0" x="-15.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7459 <i o="water" r="0" x="-18.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7460 <i o="water" r="0" x="-19.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7461 <i o="water" r="0" x="-16.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7462 <i o="water" r="0" x="-19.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7463 <i o="water" r="0" x="-19.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7464 <i o="water" r="0" x="-20.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7465 <i o="water" r="0" x="-20.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7466 <i o="water" r="0" x="-20.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7467 <i o="water" r="0" x="-19.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7468 <i o="water" r="0" x="-21.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7469 <i o="water" r="0" x="-22.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7470 <i o="water" r="0" x="-22.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7471 <i o="water" r="0" x="-23.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7472 <i o="water" r="0" x="-23.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7473 <i o="water" r="0" x="-23.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7474 <i o="water" r="0" x="-23.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7475 <i o="water" r="0" x="-23.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7476 <i o="water" r="0" x="-23.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7477 <i o="water" r="0" x="-22.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7478 <i o="water" r="0" x="-21.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7479 <i o="water" r="0" x="-21.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7480 <i o="water" r="0" x="-22.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7481 <i o="water" r="0" x="-24.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7482 <i o="water" r="0" x="-25.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7483 <i o="water" r="0" x="-25.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7484 <i o="water" r="0" x="-24.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7485 <i o="water" r="0" x="-21.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7486 <i o="water" r="0" x="-22.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7487 <i o="water" r="0" x="-23.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7488 <i o="water" r="0" x="-25.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7489 <i o="water" r="0" x="-27.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7490 <i o="water" r="0" x="-27.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7491 <i o="water" r="0" x="-27.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7492 <i o="water" r="0" x="-26.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7493 <i o="water" r="0" x="-25.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7494 <i o="water" r="0" x="-24.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7495 <i o="water" r="0" x="-24.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7496 <i o="water" r="0" x="-25.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7497 <i o="water" r="0" x="-27.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7498 <i o="water" r="0" x="-28.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7499 <i o="water" r="0" x="-26.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7500 <i o="water" r="0" x="-21.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7501 <i o="water" r="0" x="-26.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7502 <i o="water" r="0" x="-26.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7503 <i o="water" r="0" x="-24.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7504 <i o="water" r="0" x="-20.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7505 <i o="water" r="0" x="-22.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7506 <i o="water" r="0" x="-24.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7507 <i o="water" r="0" x="-25.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7508 <i o="water" r="0" x="-23.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7509 <i o="water" r="0" x="-23.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7510 <i o="water" r="0" x="-22.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7511 <i o="water" r="0" x="-19.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7512 <i o="water" r="0" x="-28.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7513 <i o="water" r="0" x="-28.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7514 <i o="water" r="0" x="-26.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7515 <i o="water" r="0" x="-24.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7516 <i o="water" r="0" x="-28.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7517 <i o="water" r="0" x="-29.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7518 <i o="water" r="0" x="-29.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7519 <i o="water" r="0" x="-29.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7520 <i o="water" r="0" x="-27.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7521 <i o="water" r="0" x="-27.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7522 <i o="water" r="0" x="-28.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7523 <i o="water" r="0" x="-31.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7524 <i o="water" r="0" x="-30.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7525 <i o="water" r="0" x="-27.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7526 <i o="water" r="0" x="-26.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7527 <i o="water" r="0" x="-26.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7528 <i o="water" r="0" x="-27.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7529 <i o="water" r="0" x="-27.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7530 <i o="water" r="0" x="-28.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7531 <i o="water" r="0" x="-29.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7532 <i o="water" r="0" x="-29.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7533 <i o="water" r="0" x="-28.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7534 <i o="water" r="0" x="-25.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7535 <i o="water" r="0" x="-24.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7536 <i o="water" r="0" x="-25.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7537 <i o="water" r="0" x="-30.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7538 <i o="water" r="0" x="-30.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7539 <i o="water" r="0" x="-29.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7540 <i o="water" r="0" x="-28.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7541 <i o="water" r="0" x="-26.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7542 <i o="water" r="0" x="-28.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7543 <i o="water" r="0" x="-31.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7544 <i o="water" r="0" x="-31.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7545 <i o="water" r="0" x="-30.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7546 <i o="water" r="0" x="-25.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7547 <i o="water" r="0" x="-27.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7548 <i o="water" r="0" x="-25.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7549 <i o="water" r="0" x="-26.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7550 <i o="water" r="0" x="-24.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7551 <i o="water" r="0" x="-24.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7552 <i o="water" r="0" x="-26.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7553 <i o="water" r="0" x="-25.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7554 <i o="water" r="0" x="-24.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7555 <i o="water" r="0" x="-23.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7556 <i o="water" r="0" x="-23.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7557 <i o="water" r="0" x="-22.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7558 <i o="water" r="0" x="-21.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7559 <i o="water" r="0" x="-21.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7560 <i o="water" r="0" x="-22.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7561 <i o="water" r="0" x="-21.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7562 <i o="water" r="0" x="-22.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7563 <i o="water" r="0" x="-22.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7564 <i o="water" r="0" x="-31.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7565 <i o="water" r="0" x="-33.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7566 <i o="water" r="0" x="-34.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7567 <i o="water" r="0" x="-33.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7568 <i o="water" r="0" x="-32.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7569 <i o="water" r="0" x="-32.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7570 <i o="water" r="0" x="-32.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7571 <i o="water" r="0" x="-32.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7572 <i o="water" r="0" x="-33.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7573 <i o="water" r="0" x="-35.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7574 <i o="water" r="0" x="-34.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7575 <i o="water" r="0" x="-34.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7576 <i o="water" r="0" x="-33.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7577 <i o="water" r="0" x="-30.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7578 <i o="water" r="0" x="-31.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7579 <i o="water" r="0" x="-32.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7580 <i o="water" r="0" x="-34.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7581 <i o="water" r="0" x="-33.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7582 <i o="water" r="0" x="-30.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7583 <i o="water" r="0" x="-29.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7584 <i o="water" r="0" x="-29.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7585 <i o="water" r="0" x="-30.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7586 <i o="water" r="0" x="-30.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7587 <i o="water" r="0" x="-31.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7588 <i o="water" r="0" x="-32.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7589 <i o="water" r="0" x="-31.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7590 <i o="water" r="0" x="-28.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7591 <i o="water" r="0" x="-32.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7592 <i o="water" r="0" x="-29.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7593 <i o="water" r="0" x="-31.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7594 <i o="water" r="0" x="-32.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7595 <i o="water" r="0" x="-29.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7596 <i o="water" r="0" x="-28.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7597 <i o="water" r="0" x="-27.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7598 <i o="water" r="0" x="-26.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7599 <i o="water" r="0" x="-30.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7600 <i o="water" r="0" x="-30.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7601 <i o="water" r="0" x="-31.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7602 <i o="water" r="0" x="-31.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7603 <i o="water" r="0" x="-29.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7604 <i o="water" r="0" x="-33.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7605 <i o="water" r="0" x="-32.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7606 <i o="water" r="0" x="-30.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7607 <i o="water" r="0" x="-29.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7608 <i o="water" r="0" x="-34.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7609 <i o="water" r="0" x="-33.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7610 <i o="water" r="0" x="-35.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7611 <i o="water" r="0" x="-36.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7612 <i o="water" r="0" x="-35.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7613 <i o="water" r="0" x="-32.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7614 <i o="water" r="0" x="-31.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7615 <i o="water" r="0" x="-34.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7616 <i o="water" r="0" x="-32.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7617 <i o="water" r="0" x="-33.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7618 <i o="water" r="0" x="-35.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7619 <i o="water" r="0" x="-35.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7620 <i o="water" r="0" x="-37.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7621 <i o="water" r="0" x="-37.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7622 <i o="water" r="0" x="-36.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7623 <i o="water" r="0" x="-38.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7624 <i o="water" r="0" x="-36.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7625 <i o="water" r="0" x="-35.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7626 <i o="water" r="0" x="-36.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7627 <i o="water" r="0" x="-36.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7628 <i o="water" r="0" x="-33.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7629 <i o="water" r="0" x="-35.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7630 <i o="water" r="0" x="-37.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7631 <i o="water" r="0" x="-36.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7632 <i o="water" r="0" x="-34.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7633 <i o="water" r="0" x="-34.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7634 <i o="water" r="0" x="-35.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7635 <i o="water" r="0" x="-33.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7636 <i o="water" r="0" x="-35.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7637 <i o="water" r="0" x="-36.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7638 <i o="water" r="0" x="-34.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7639 <i o="water" r="0" x="-38.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7640 <i o="water" r="0" x="-39.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7641 <i o="water" r="0" x="-39.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7642 <i o="water" r="0" x="-38.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7643 <i o="water" r="0" x="-37.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7644 <i o="water" r="0" x="-40.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7645 <i o="water" r="0" x="-40.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7646 <i o="water" r="0" x="-39.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7647 <i o="water" r="0" x="-38.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7648 <i o="water" r="0" x="-36.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7649 <i o="water" r="0" x="-35.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7650 <i o="water" r="0" x="-38.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7651 <i o="water" r="0" x="-37.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7652 <i o="water" r="0" x="-33.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7653 <i o="water" r="0" x="-38.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7654 <i o="water" r="0" x="-37.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7655 <i o="water" r="0" x="-36.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7656 <i o="water" r="0" x="-35.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7657 <i o="water" r="0" x="-39.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7658 <i o="water" r="0" x="-40.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7659 <i o="water" r="0" x="-40.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7660 <i o="water" r="0" x="-39.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7661 <i o="water" r="0" x="-38.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7662 <i o="water" r="0" x="-37.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7663 <i o="water" r="0" x="-38.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7664 <i o="water" r="0" x="-39.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7665 <i o="water" r="0" x="-37.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7666 <i o="water" r="0" x="-34.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7667 <i o="water" r="0" x="-36.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7668 <i o="water" r="0" x="-38.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7669 <i o="water" r="0" x="-34.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7670 <i o="water" r="0" x="-37.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7671 <i o="water" r="0" x="-43.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7672 <i o="water" r="0" x="-42.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7673 <i o="water" r="0" x="-41.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7674 <i o="water" r="0" x="-41.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7675 <i o="water" r="0" x="-42.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7676 <i o="water" r="0" x="-43.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7677 <i o="water" r="0" x="-42.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7678 <i o="water" r="0" x="-41.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7679 <i o="water" r="0" x="-44.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7680 <i o="water" r="0" x="-43.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7681 <i o="water" r="0" x="-42.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7682 <i o="water" r="0" x="-45.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7683 <i o="water" r="0" x="-46.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7684 <i o="water" r="0" x="-47.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7685 <i o="water" r="0" x="-37.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7686 <i o="water" r="0" x="-38.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7687 <i o="water" r="0" x="-40.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7688 <i o="water" r="0" x="-42.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7689 <i o="water" r="0" x="-43.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7690 <i o="water" r="0" x="-44.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7691 <i o="water" r="0" x="-44.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7692 <i o="water" r="0" x="-43.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7693 <i o="water" r="0" x="-40.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7694 <i o="water" r="0" x="-41.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7695 <i o="water" r="0" x="-42.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7696 <i o="water" r="0" x="-38.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7697 <i o="water" r="0" x="-36.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7698 <i o="water" r="0" x="-36.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7699 <i o="water" r="0" x="-37.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7700 <i o="water" r="0" x="-39.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7701 <i o="water" r="0" x="-40.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7702 <i o="water" r="0" x="-39.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7703 <i o="water" r="0" x="-37.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7704 <i o="water" r="0" x="-41.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7705 <i o="water" r="0" x="-41.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7706 <i o="water" r="0" x="-43.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7707 <i o="water" r="0" x="-42.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7708 <i o="water" r="0" x="-40.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7709 <i o="water" r="0" x="-38.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7710 <i o="water" r="0" x="-35.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7711 <i o="water" r="0" x="-39.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7712 <i o="water" r="0" x="-41.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7713 <i o="water" r="0" x="-41.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7714 <i o="water" r="0" x="-41.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7715 <i o="water" r="0" x="-43.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7716 <i o="water" r="0" x="-42.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7717 <i o="water" r="0" x="-43.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7718 <i o="water" r="0" x="-44.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7719 <i o="water" r="0" x="-46.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7720 <i o="water" r="0" x="-48.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7721 <i o="water" r="0" x="-48.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7722 <i o="water" r="0" x="-44.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7723 <i o="water" r="0" x="-45.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7724 <i o="water" r="0" x="-46.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7725 <i o="water" r="0" x="-47.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7726 <i o="water" r="0" x="-47.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7727 <i o="water" r="0" x="-45.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7728 <i o="water" r="0" x="-44.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7729 <i o="water" r="0" x="-45.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7730 <i o="water" r="0" x="-46.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7731 <i o="water" r="0" x="-46.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7732 <i o="water" r="0" x="-42.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7733 <i o="water" r="0" x="-43.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7734 <i o="water" r="0" x="-47.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7735 <i o="water" r="0" x="-44.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7736 <i o="water" r="0" x="-46.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7737 <i o="water" r="0" x="-47.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7738 <i o="water" r="0" x="-48.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7739 <i o="water" r="0" x="-46.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7740 <i o="water" r="0" x="-48.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7741 <i o="water" r="0" x="-48.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7742 <i o="water" r="0" x="-48.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7743 <i o="water" r="0" x="-47.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7744 <i o="water" r="0" x="-45.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7745 <i o="water" r="0" x="-45.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7746 <i o="water" r="0" x="-46.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7747 <i o="water" r="0" x="-45.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7748 <i o="water" r="0" x="-44.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7749 <i o="water" r="0" x="-42.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7750 <i o="water" r="0" x="-41.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7751 <i o="water" r="0" x="-40.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7752 <i o="water" r="0" x="-42.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7753 <i o="water" r="0" x="-41.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7754 <i o="water" r="0" x="-40.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7755 <i o="water" r="0" x="-39.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7756 <i o="water" r="0" x="-40.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7757 <i o="water" r="0" x="-39.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7758 <i o="water" r="0" x="-41.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7759 <i o="water" r="0" x="-42.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7760 <i o="water" r="0" x="-43.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7761 <i o="water" r="0" x="-39.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7762 <i o="water" r="0" x="-43.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7763 <i o="water" r="0" x="-44.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7764 <i o="water" r="0" x="-45.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7765 <i o="water" r="0" x="-44.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7766 <i o="water" r="0" x="-43.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7767 <i o="water" r="0" x="-40.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7768 <i o="water" r="0" x="-46.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7769 <i o="water" r="0" x="-46.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7770 <i o="water" r="0" x="-47.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7771 <i o="water" r="0" x="-46.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7772 <i o="water" r="0" x="-45.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7773 <i o="water" r="0" x="-44.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7774 <i o="water" r="0" x="-48.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7775 <i o="water" r="0" x="-45.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7776 <i o="water" r="0" x="-45.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7777 <i o="water" r="0" x="-46.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7778 <i o="water" r="0" x="-47.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7779 <i o="water" r="0" x="-49.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7780 <i o="water" r="0" x="-49.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7781 <i o="water" r="0" x="-48.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7782 <i o="water" r="0" x="-47.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7783 <i o="water" r="0" x="-48.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7784 <i o="water" r="0" x="-45.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7785 <i o="water" r="0" x="-47.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7786 <i o="water" r="0" x="-48.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7787 <i o="water" r="0" x="-49.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7788 <i o="water" r="0" x="-52.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7789 <i o="water" r="0" x="-53.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7790 <i o="water" r="0" x="-52.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7791 <i o="water" r="0" x="-51.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7792 <i o="water" r="0" x="-50.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7793 <i o="water" r="0" x="-49.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7794 <i o="water" r="0" x="-50.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7795 <i o="water" r="0" x="-51.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7796 <i o="water" r="0" x="-51.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7797 <i o="water" r="0" x="-52.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7798 <i o="water" r="0" x="-53.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7799 <i o="water" r="0" x="-53.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7800 <i o="water" r="0" x="-52.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7801 <i o="water" r="0" x="-50.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7802 <i o="water" r="0" x="-48.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7803 <i o="water" r="0" x="-47.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7804 <i o="water" r="0" x="-49.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7805 <i o="water" r="0" x="-49.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7806 <i o="water" r="0" x="-49.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7807 <i o="water" r="0" x="-48.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7808 <i o="water" r="0" x="-47.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7809 <i o="water" r="0" x="-47.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7810 <i o="water" r="0" x="-44.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7811 <i o="water" r="0" x="-51.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7812 <i o="water" r="0" x="-51.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7813 <i o="water" r="0" x="-50.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7814 <i o="water" r="0" x="-52.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7815 <i o="water" r="0" x="-50.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7816 <i o="water" r="0" x="-49.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7817 <i o="water" r="0" x="-50.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7818 <i o="water" r="0" x="-52.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7819 <i o="water" r="0" x="-52.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7820 <i o="water" r="0" x="-51.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7821 <i o="water" r="0" x="-50.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7822 <i o="water" r="0" x="-50.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7823 <i o="water" r="0" x="-51.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7824 <i o="water" r="0" x="-52.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7825 <i o="water" r="0" x="-50.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7826 <i o="water" r="0" x="-49.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7827 <i o="water" r="0" x="-48.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7828 <i o="water" r="0" x="-51.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7829 <i o="water" r="0" x="-53.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7830 <i o="water" r="0" x="-53.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7831 <i o="water" r="0" x="-50.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7832 <i o="water" r="0" x="-51.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7833 <i o="water" r="0" x="-49.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7834 <i o="water" r="0" x="-49.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7835 <i o="water" r="0" x="-51.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7836 <i o="water" r="0" x="-53.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7837 <i o="water" r="0" x="-53.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7838 <i o="water" r="0" x="-54.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7839 <i o="water" r="0" x="-55.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7840 <i o="water" r="0" x="-55.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7841 <i o="water" r="0" x="-56.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7842 <i o="water" r="0" x="-56.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7843 <i o="water" r="0" x="-57.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7844 <i o="water" r="0" x="-57.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7845 <i o="water" r="0" x="-56.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7846 <i o="water" r="0" x="-55.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7847 <i o="water" r="0" x="-54.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7848 <i o="water" r="0" x="-56.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7849 <i o="water" r="0" x="-55.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7850 <i o="water" r="0" x="-54.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7851 <i o="water" r="0" x="-54.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7852 <i o="water" r="0" x="-55.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7853 <i o="water" r="0" x="-57.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7854 <i o="water" r="0" x="-57.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7855 <i o="water" r="0" x="-58.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7856 <i o="water" r="0" x="-57.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7857 <i o="water" r="0" x="-56.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7858 <i o="water" r="0" x="-56.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7859 <i o="water" r="0" x="-57.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7860 <i o="water" r="0" x="-57.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7861 <i o="water" r="0" x="-58.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7862 <i o="water" r="0" x="-58.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7863 <i o="water" r="0" x="-55.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7864 <i o="water" r="0" x="-55.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7865 <i o="water" r="0" x="-56.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7866 <i o="water" r="0" x="-55.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7867 <i o="water" r="0" x="-56.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7868 <i o="water" r="0" x="-54.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7869 <i o="water" r="0" x="-54.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7870 <i o="water" r="0" x="-55.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7871 <i o="water" r="0" x="-54.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7872 <i o="water" r="0" x="-53.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7873 <i o="water" r="0" x="-52.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7874 <i o="water" r="0" x="-54.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7875 <i o="water" r="0" x="-54.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7876 <i o="water" r="0" x="-54.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7877 <i o="water" r="0" x="-53.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7878 <i o="water" r="0" x="-55.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7879 <i o="water" r="0" x="-53.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7880 <i o="water" r="0" x="-50.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7881 <i o="water" r="0" x="-50.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7882 <i o="water" r="0" x="-51.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7883 <i o="water" r="0" x="-52.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7884 <i o="water" r="0" x="-52.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7885 <i o="water" r="0" x="-51.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7886 <i o="water" r="0" x="-51.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7887 <i o="water" r="0" x="-49.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7888 <i o="water" r="0" x="-48.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7889 <i o="water" r="0" x="-49.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7890 <i o="water" r="0" x="-50.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7891 <i o="water" r="0" x="-49.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7892 <i o="water" r="0" x="-52.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7893 <i o="water" r="0" x="-53.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7894 <i o="water" r="0" x="-52.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7895 <i o="water" r="0" x="-54.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7896 <i o="water" r="0" x="-53.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7897 <i o="water" r="0" x="-53.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7898 <i o="water" r="0" x="-54.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7899 <i o="water" r="0" x="-55.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7900 <i o="water" r="0" x="-56.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7901 <i o="water" r="0" x="-55.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7902 <i o="water" r="0" x="-54.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7903 <i o="water" r="0" x="-51.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7904 <i o="water" r="0" x="-50.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7905 <i o="water" r="0" x="-51.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7906 <i o="water" r="0" x="-52.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7907 <i o="water" r="0" x="-53.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7908 <i o="water" r="0" x="-53.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7909 <i o="water" r="0" x="-50.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7910 <i o="water" r="0" x="-52.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7911 <i o="water" r="0" x="-54.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7912 <i o="water" r="0" x="-56.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7913 <i o="water" r="0" x="-56.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7914 <i o="water" r="0" x="-55.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7915 <i o="water" r="0" x="-53.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7916 <i o="water" r="0" x="-54.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7917 <i o="water" r="0" x="-55.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7918 <i o="water" r="0" x="-54.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7919 <i o="water" r="0" x="-57.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7920 <i o="water" r="0" x="-57.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7921 <i o="water" r="0" x="-55.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7922 <i o="water" r="0" x="-57.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7923 <i o="water" r="0" x="-58.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7924 <i o="water" r="0" x="-58.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7925 <i o="water" r="0" x="-56.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7926 <i o="water" r="0" x="-57.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7927 <i o="water" r="0" x="-56.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7928 <i o="water" r="0" x="-54.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7929 <i o="water" r="0" x="-55.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7930 <i o="water" r="0" x="-53.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7931 <i o="water" r="0" x="-54.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7932 <i o="water" r="0" x="-57.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7933 <i o="water" r="0" x="-59.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7934 <i o="water" r="0" x="-53.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7935 <i o="water" r="0" x="-56.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7936 <i o="water" r="0" x="-56.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7937 <i o="water" r="0" x="-57.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7938 <i o="water" r="0" x="-52.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7939 <i o="water" r="0" x="-52.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7940 <i o="water" r="0" x="-53.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7941 <i o="water" r="0" x="-54.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7942 <i o="water" r="0" x="-55.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7943 <i o="water" r="0" x="-55.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7944 <i o="water" r="0" x="-59.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7945 <i o="water" r="0" x="-56.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7946 <i o="water" r="0" x="-58.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7947 <i o="water" r="0" x="-58.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7948 <i o="water" r="0" x="-57.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7949 <i o="water" r="0" x="-57.0" y="50.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7950 <i o="water" r="0" x="-58.0" y="50.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7951 <i o="water" r="0" x="-59.0" y="50.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7952 <i o="water" r="0" x="-59.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7953 <i o="water" r="0" x="-60.0" y="49.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7954 <i o="water" r="0" x="-60.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7955 <i o="water" r="0" x="-60.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7956 <i o="water" r="0" x="-60.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7957 <i o="water" r="0" x="-58.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7958 <i o="water" r="0" x="-52.0" y="46.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7959 <i o="water" r="0" x="-59.0" y="48.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7960 <i o="water" r="0" x="-59.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7961 <i o="water" r="0" x="-58.0" y="47.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7962 <i o="water" r="0" x="-61.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7963 <i o="water" r="0" x="-62.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7964 <i o="water" r="0" x="-62.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7965 <i o="water" r="0" x="-63.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7966 <i o="water" r="0" x="-63.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7967 <i o="water" r="0" x="-62.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7968 <i o="water" r="0" x="-61.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7969 <i o="water" r="0" x="-60.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7970 <i o="water" r="0" x="-59.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7971 <i o="water" r="0" x="-60.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7972 <i o="water" r="0" x="-63.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7973 <i o="water" r="0" x="-64.0" y="45.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7974 <i o="water" r="0" x="-64.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7975 <i o="water" r="0" x="-64.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7976 <i o="water" r="0" x="-64.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7977 <i o="water" r="0" x="-63.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7978 <i o="water" r="0" x="-62.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7979 <i o="water" r="0" x="-61.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7980 <i o="water" r="0" x="-60.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7981 <i o="water" r="0" x="-59.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7982 <i o="water" r="0" x="-60.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7983 <i o="water" r="0" x="-63.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7984 <i o="water" r="0" x="-62.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7985 <i o="water" r="0" x="-61.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7986 <i o="water" r="0" x="-61.0" y="44.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7987 <i o="water" r="0" x="-60.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7988 <i o="water" r="0" x="-59.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7989 <i o="water" r="0" x="-60.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7990 <i o="water" r="0" x="-59.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7991 <i o="water" r="0" x="-57.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7992 <i o="water" r="0" x="-57.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7993 <i o="water" r="0" x="-58.0" y="43.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7994 <i o="water" r="0" x="-58.0" y="42.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7995 <i o="water" r="0" x="-58.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7996 <i o="water" r="0" x="-57.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7997 <i o="water" r="0" x="-57.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7998 <i o="water" r="0" x="-56.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7999 <i o="water" r="0" x="-56.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8000 <i o="water" r="0" x="-59.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8001 <i o="water" r="0" x="-60.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8002 <i o="water" r="0" x="-59.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8003 <i o="water" r="0" x="-58.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8004 <i o="water" r="0" x="-61.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8005 <i o="water" r="0" x="-55.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8006 <i o="water" r="0" x="-56.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8007 <i o="water" r="0" x="-59.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8008 <i o="water" r="0" x="-62.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8009 <i o="water" r="0" x="-62.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8010 <i o="water" r="0" x="-61.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8011 <i o="water" r="0" x="-60.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8012 <i o="water" r="0" x="-58.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8013 <i o="water" r="0" x="-58.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8014 <i o="water" r="0" x="-57.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8015 <i o="water" r="0" x="-58.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8016 <i o="water" r="0" x="-59.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8017 <i o="water" r="0" x="-60.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8018 <i o="water" r="0" x="-59.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8019 <i o="water" r="0" x="-58.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8020 <i o="water" r="0" x="-58.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8021 <i o="water" r="0" x="-58.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8022 <i o="water" r="0" x="-59.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8023 <i o="water" r="0" x="-59.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8024 <i o="water" r="0" x="-59.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8025 <i o="water" r="0" x="-60.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8026 <i o="water" r="0" x="-59.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8027 <i o="water" r="0" x="-59.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8028 <i o="water" r="0" x="-60.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8029 <i o="water" r="0" x="-61.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8030 <i o="water" r="0" x="-61.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8031 <i o="water" r="0" x="-61.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8032 <i o="water" r="0" x="-61.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8033 <i o="water" r="0" x="-61.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8034 <i o="water" r="0" x="-61.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8035 <i o="water" r="0" x="-60.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8036 <i o="water" r="0" x="-60.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8037 <i o="water" r="0" x="-60.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8038 <i o="water" r="0" x="-60.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8039 <i o="water" r="0" x="-61.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8040 <i o="water" r="0" x="-62.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8041 <i o="water" r="0" x="-62.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8042 <i o="water" r="0" x="-61.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8043 <i o="water" r="0" x="-62.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8044 <i o="water" r="0" x="-62.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8045 <i o="water" r="0" x="-62.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8046 <i o="water" r="0" x="-63.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8047 <i o="water" r="0" x="-63.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8048 <i o="water" r="0" x="-64.0" y="36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8049 <i o="water" r="0" x="-64.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8050 <i o="water" r="0" x="-64.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8051 <i o="water" r="0" x="-63.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8052 <i o="water" r="0" x="-63.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8053 <i o="water" r="0" x="-63.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8054 <i o="water" r="0" x="-63.0" y="37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8055 <i o="water" r="0" x="-62.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8056 <i o="water" r="0" x="-63.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8057 <i o="water" r="0" x="-63.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8058 <i o="water" r="0" x="-62.0" y="38.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8059 <i o="water" r="0" x="-62.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8060 <i o="water" r="0" x="-64.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8061 <i o="water" r="0" x="-64.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8062 <i o="water" r="0" x="-64.0" y="35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8063 <i o="water" r="0" x="-63.0" y="34.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8064 <i o="water" r="0" x="-63.0" y="33.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8065 <i o="water" r="0" x="-64.0" y="39.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8066 <i o="water" r="0" x="-64.0" y="40.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8067 <i o="water" r="0" x="-64.0" y="41.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8068 <i o="water" r="0" x="-65.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8069 <i o="water" r="0" x="-65.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8070 <i o="water" r="0" x="-65.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8071 <i o="water" r="0" x="-65.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8072 <i o="water" r="0" x="-64.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8073 <i o="water" r="0" x="-64.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8074 <i o="water" r="0" x="-64.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8075 <i o="water" r="0" x="-64.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8076 <i o="water" r="0" x="-64.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8077 <i o="water" r="0" x="-63.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8078 <i o="water" r="0" x="-65.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8079 <i o="water" r="0" x="-65.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8080 <i o="water" r="0" x="-65.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8081 <i o="water" r="0" x="-63.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8082 <i o="water" r="0" x="-65.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8083 <i o="water" r="0" x="-63.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8084 <i o="water" r="0" x="-66.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8085 <i o="water" r="0" x="-66.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8086 <i o="water" r="0" x="-67.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8087 <i o="water" r="0" x="-67.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8088 <i o="water" r="0" x="-66.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8089 <i o="water" r="0" x="-67.0" y="32.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8090 <i o="water" r="0" x="-68.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8091 <i o="water" r="0" x="-68.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8092 <i o="water" r="0" x="-67.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8093 <i o="water" r="0" x="-66.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8094 <i o="water" r="0" x="-67.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8095 <i o="water" r="0" x="-69.0" y="31.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8096 <i o="water" r="0" x="-69.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8097 <i o="water" r="0" x="-69.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8098 <i o="water" r="0" x="-68.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8099 <i o="water" r="0" x="-70.0" y="30.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8100 <i o="water" r="0" x="-70.0" y="29.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8101 <i o="water" r="0" x="-70.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8102 <i o="water" r="0" x="-69.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8103 <i o="water" r="0" x="-69.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8104 <i o="water" r="0" x="-68.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8105 <i o="water" r="0" x="-66.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8106 <i o="water" r="0" x="-67.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8107 <i o="water" r="0" x="-66.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8108 <i o="water" r="0" x="-70.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8109 <i o="water" r="0" x="-70.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8110 <i o="water" r="0" x="-70.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8111 <i o="water" r="0" x="-69.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8112 <i o="water" r="0" x="-68.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8113 <i o="water" r="0" x="-67.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8114 <i o="water" r="0" x="-66.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8115 <i o="water" r="0" x="-64.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8116 <i o="water" r="0" x="-69.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8117 <i o="water" r="0" x="-69.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8118 <i o="water" r="0" x="-68.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8119 <i o="water" r="0" x="-67.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8120 <i o="water" r="0" x="-68.0" y="28.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8121 <i o="water" r="0" x="-68.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8122 <i o="water" r="0" x="-67.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8123 <i o="water" r="0" x="-64.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8124 <i o="water" r="0" x="-63.0" y="27.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8125 <i o="water" r="0" x="-66.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8126 <i o="water" r="0" x="-65.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8127 <i o="water" r="0" x="-64.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8128 <i o="water" r="0" x="-63.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8129 <i o="water" r="0" x="-63.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8130 <i o="water" r="0" x="-63.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8131 <i o="water" r="0" x="-64.0" y="25.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8132 <i o="water" r="0" x="-66.0" y="26.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8133 <i o="water" r="0" x="-67.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8134 <i o="water" r="0" x="-66.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8135 <i o="water" r="0" x="-69.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8136 <i o="water" r="0" x="-68.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8137 <i o="water" r="0" x="-68.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8138 <i o="water" r="0" x="-70.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8139 <i o="water" r="0" x="-69.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8140 <i o="water" r="0" x="-68.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8141 <i o="water" r="0" x="-67.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8142 <i o="water" r="0" x="-66.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8143 <i o="water" r="0" x="-65.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8144 <i o="water" r="0" x="-65.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8145 <i o="water" r="0" x="-71.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8146 <i o="water" r="0" x="-72.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8147 <i o="water" r="0" x="-72.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8148 <i o="water" r="0" x="-71.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8149 <i o="water" r="0" x="-70.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8150 <i o="water" r="0" x="-69.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8151 <i o="water" r="0" x="-67.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8152 <i o="water" r="0" x="-70.0" y="24.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8153 <i o="water" r="0" x="-71.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8154 <i o="water" r="0" x="-72.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8155 <i o="water" r="0" x="-73.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8156 <i o="water" r="0" x="-73.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8157 <i o="water" r="0" x="-72.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8158 <i o="water" r="0" x="-71.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8159 <i o="water" r="0" x="-70.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8160 <i o="water" r="0" x="-69.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8161 <i o="water" r="0" x="-68.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8162 <i o="water" r="0" x="-66.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8163 <i o="water" r="0" x="-65.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8164 <i o="water" r="0" x="-63.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8165 <i o="water" r="0" x="-63.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8166 <i o="water" r="0" x="-64.0" y="23.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8167 <i o="water" r="0" x="-64.0" y="22.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8168 <i o="water" r="0" x="-66.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8169 <i o="water" r="0" x="-64.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8170 <i o="water" r="0" x="-68.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8171 <i o="water" r="0" x="-67.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8172 <i o="water" r="0" x="-65.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8173 <i o="water" r="0" x="-67.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8174 <i o="water" r="0" x="-71.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8175 <i o="water" r="0" x="-71.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8176 <i o="water" r="0" x="-70.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8177 <i o="water" r="0" x="-70.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8178 <i o="water" r="0" x="-69.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8179 <i o="water" r="0" x="-68.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8180 <i o="water" r="0" x="-66.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8181 <i o="water" r="0" x="-65.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8182 <i o="water" r="0" x="-64.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8183 <i o="water" r="0" x="-64.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8184 <i o="water" r="0" x="-63.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8185 <i o="water" r="0" x="-63.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8186 <i o="water" r="0" x="-63.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8187 <i o="water" r="0" x="-65.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8188 <i o="water" r="0" x="-64.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8189 <i o="water" r="0" x="-63.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8190 <i o="water" r="0" x="-67.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8191 <i o="water" r="0" x="-66.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8192 <i o="water" r="0" x="-65.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8193 <i o="water" r="0" x="-66.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8194 <i o="water" r="0" x="-64.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8195 <i o="water" r="0" x="-69.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8196 <i o="water" r="0" x="-70.0" y="21.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8197 <i o="water" r="0" x="-72.0" y="19.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8198 <i o="water" r="0" x="-71.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8199 <i o="water" r="0" x="-72.0" y="20.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8200 <i o="water" r="0" x="-72.0" y="18.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8201 <i o="water" r="0" x="-71.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8202 <i o="water" r="0" x="-70.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8203 <i o="water" r="0" x="-69.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8204 <i o="water" r="0" x="-68.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8205 <i o="water" r="0" x="-67.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8206 <i o="water" r="0" x="-63.0" y="17.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8207 <i o="water" r="0" x="-66.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8208 <i o="water" r="0" x="-65.0" y="16.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8209 <i o="water" r="0" x="-51.0" y="-35.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8210 <i o="water" r="0" x="-51.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8211 <i o="water" r="0" x="-52.0" y="-36.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8212 <i o="water" r="0" x="-52.0" y="-37.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8213 </instances>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8214 <lights>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8215 </lights>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8216 </layer>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8217 <layer transparency="0" id="GroundLayer" x_offset="0.0" x_scale="0.5" pathing="cell_edges_and_diagonals" y_scale="0.5" grid_type="square" y_offset="0.0" rotation="0.0">
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8218 <instances>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8219 <i o="quays:06" r="0" x="-17.0" y="-63.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8220 <i o="quays:06" r="0" x="-17.0" y="-62.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8221 <i o="quays:06" r="0" x="-17.0" y="-61.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8222 <i o="quays:06" r="0" x="-17.0" y="-60.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8223 <i o="quays:06" r="0" x="-17.0" y="-59.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8224 <i o="quays:06" r="0" x="-17.0" y="-58.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8225 <i o="quays:06" r="0" x="-17.0" y="-57.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8226 <i o="quays:06" r="0" x="-17.0" y="-56.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8227 <i o="quays:06" r="0" x="-17.0" y="-55.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8228 <i o="quays:06" r="0" x="-17.0" y="-54.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8229 <i o="quays:06" r="0" x="-17.0" y="-53.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8230 <i o="quays:06" r="0" x="-17.0" y="-52.0" stackpos="0" z="0.0"></i>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8231 </instances>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8232 <lights>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8233 </lights>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8234 </layer>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8235 <layer transparency="0" id="ObjectLayer" x_offset="0.0" x_scale="0.5" pathing="cell_edges_and_diagonals" y_scale="0.5" grid_type="square" y_offset="0.0" rotation="0.0">
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8236 <instances>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8237 </instances>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8238 <lights>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8239 </lights>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8240 </layer>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8241 <camera ref_layer_id="TileLayer" id="main" tilt="-42.0" zoom="0.348906160188" ref_cell_width="128" ref_cell_height="96" rotation="45.0">
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8242 </camera>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8243 <camera ref_layer_id="TileLayer" id="small" tilt="-42.0" viewport="10,10,400,250" zoom="1.0" ref_cell_width="128" ref_cell_height="96" rotation="45.0">
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8244 </camera>
55a5798d4d69 Modified currently unused tourist_beach map for testing purposes:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8245 </map>