Page MenuHomeWildfire Games

No OneTemporary

This file is larger than 256 KB, so syntax highlighting was skipped.
Index: ps/trunk/binaries/data/mods/public/art/actors/props/units/shields/rome_scutum_legionnaire.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/art/actors/props/units/shields/rome_scutum_legionnaire.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/art/actors/props/units/shields/rome_scutum_legionnaire.xml (revision 22818)
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<actor version="1">
-
- <castshadow/>
-
- <group>
- <variant frequency="1" name="shield1">
- <mesh>props/shield/scutum_j_f.dae</mesh>
- <props>
- <prop actor="props/units/shields/rome_scutum_imp_back1.xml" attachpoint="back"/>
- </props>
- </variant>
- <variant frequency="1" name="shield2">
- <mesh>props/shield/scutum_k_f.dae</mesh>
- <props>
- <prop actor="props/units/shields/rome_scutum_imp_back2.xml" attachpoint="back"/>
- </props>
- </variant>
- <variant frequency="1" name="shield3">
- <mesh>props/shield/scutum_l_f.dae</mesh>
- <props>
- <prop actor="props/units/shields/rome_scutum_imp_back2.xml" attachpoint="back"/>
- </props>
- </variant>
- </group>
-
- <group>
- <variant frequency="1" name="shield-scutum-a">
- <textures><texture file="props/shield/rome_imp_scutum_a.dds" name="baseTex"/></textures>
- </variant>
- <variant frequency="1" name="shield-scutum-b">
- <textures><texture file="props/shield/rome_imp_scutum_b.dds" name="baseTex"/></textures>
- </variant>
- <variant frequency="1" name="shield-scutum-c">
- <textures><texture file="props/shield/rome_imp_scutum_c.dds" name="baseTex"/></textures>
- </variant>
- <variant frequency="1" name="shield-scutum-d">
- <textures><texture file="props/shield/rome_imp_scutum_d.dds" name="baseTex"/></textures>
- </variant>
- </group>
-
- <material>player_trans.xml</material>
-
-</actor>
Index: ps/trunk/binaries/data/mods/public/art/actors/units/romans/infantry_swordsman_c3.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/art/actors/units/romans/infantry_swordsman_c3.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/art/actors/units/romans/infantry_swordsman_c3.xml (revision 22818)
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<actor version="1">
<castshadow/>
<group>
<variant file="biped/base_swordsman_shield_ready.xml">
<mesh>skeletal/new/m_armor_tunic_long.dae</mesh>
<props>
<prop actor="props/units/heads/new/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/helmets/rome_helmet_imperial_gallic.xml" attachpoint="helmet"/>
<prop actor="props/units/weapons/gladus.xml" attachpoint="weapon_R"/>
- <prop actor="props/units/shields/rome_scutum_legionnaire.xml" attachpoint="shield"/>
+ <prop actor="props/units/shields/rome_scutum_legionary.xml" attachpoint="shield"/>
</props>
<textures>
<texture file="skeletal/rome_su4_imperial_legion.dds" name="baseTex"/>
</textures>
</variant>
<variant file="biped/attack_capture.xml"/>
<variant file="biped/death_infantry.xml"/>
<variant file="biped/formations/testudo_top.xml"/>
<variant file="biped/formations/testudo_front.xml"/>
<variant file="biped/formations/testudo_front_left.xml"/>
<variant file="biped/formations/testudo_front_right.xml"/>
<variant file="biped/formations/testudo_left.xml"/>
<variant file="biped/formations/testudo_right.xml"/>
</group>
<material>player_trans.xml</material>
</actor>
Index: ps/trunk/binaries/data/mods/public/maps/random/extinct_volcano_triggers.js
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/random/extinct_volcano_triggers.js (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/random/extinct_volcano_triggers.js (revision 22818)
@@ -1,198 +1,198 @@
/**
* Whether to log the water levels and which units became killed or transformed to visual actors.
*/
var debugLog = false;
/**
* Whether to rise the water to the maximum level in a minute or two.
*/
var debugWaterRise = false;
/**
* Time in minutes when the water level starts to rise.
* Allow players to build up the economy and military for some time.
*/
var waterRiseStartTime = [22, 26];
/**
* Duration in minutes for which the notification will be shown that states that the water will rise soon.
*/
var waterRiseNotificationDuration = 1;
/**
* Time in minutes between increases of the water level.
* If the water rises too fast, the hills are of no strategic importance,
* building structures would be pointless.
*
* At height 27, most trees are not gatherable anymore and enemies not reachable.
* At height 37 most hills are barely usable.
*
* At min 30 stuff at the ground level should not be gatherable anymore.
* At min 45 CC should be destroyed.
*
* Notice regular and military docks will raise with the water!
*/
var waterIncreaseTime = [0.5, 1];
/**
* Number of meters the waterheight increases each step.
* Each time the water level is changed, the pathfinder grids have to be recomputed.
* Therefore raising the level should occur as rarely as possible, i.e. have the value
* as big as possible, but as small as needed to keep it visually authentic.
*/
var waterLevelIncreaseHeight = 1;
/**
* At which height to stop increasing the water level.
* Since players can survive on ships, don't endlessly raise the water.
*/
var maxWaterLevel = 70;
/**
* Let buildings, relics and siege engines become actors, but kill organic units.
*/
var drownClass = "Organic";
/**
* Maximum height that units and structures can be submerged before drowning or becoming destructed.
*/
var drownHeight = 1;
/**
* One of these warnings is printed some minutes before the water level starts to rise.
*/
var waterWarningTexts = [
markForTranslation("It keeps on raining, we will have to evacuate soon!"),
markForTranslation("The rivers are standing high, we need to find a safe place!"),
markForTranslation("We have to find dry ground, our lands will drown soon!"),
markForTranslation("The lakes start swallowing the land, we have to find shelter!")
];
/**
* Units to be garrisoned in the wooden towers.
*/
-var garrisonedUnits = "units/rome_legionnaire_marian";
+var garrisonedUnits = "units/rome_champion_infantry_swordsman_02";
Trigger.prototype.RaisingWaterNotification = function()
{
Engine.QueryInterface(SYSTEM_ENTITY, IID_GuiInterface).AddTimeNotification({
"message": pickRandom(waterWarningTexts),
"translateMessage": true
}, waterRiseNotificationDuration * 60 * 1000);
};
Trigger.prototype.DebugLog = function(txt)
{
if (!debugLog)
return;
print("DEBUG [" + Math.round(TriggerHelper.GetMinutes()) + "] " + txt + "\n");
};
Trigger.prototype.GarrisonWoodenTowers = function()
{
for (let gaiaEnt of Engine.QueryInterface(SYSTEM_ENTITY, IID_RangeManager).GetEntitiesByPlayer(0))
{
let cmpIdentity = Engine.QueryInterface(gaiaEnt, IID_Identity);
if (!cmpIdentity || !cmpIdentity.HasClass("DefenseTower"))
continue;
let cmpGarrisonHolder = Engine.QueryInterface(gaiaEnt, IID_GarrisonHolder);
if (!cmpGarrisonHolder)
continue;
for (let newEnt of TriggerHelper.SpawnUnits(gaiaEnt, garrisonedUnits, cmpGarrisonHolder.GetCapacity(), 0))
if (Engine.QueryInterface(gaiaEnt, IID_GarrisonHolder).Garrison(newEnt))
Engine.QueryInterface(newEnt, IID_UnitAI).Autogarrison(gaiaEnt);
}
};
Trigger.prototype.RaiseWaterLevelStep = function()
{
let cmpTimer = Engine.QueryInterface(SYSTEM_ENTITY, IID_Timer);
let time = cmpTimer.GetTime();
let cmpWaterManager = Engine.QueryInterface(SYSTEM_ENTITY, IID_WaterManager);
let newLevel = cmpWaterManager.GetWaterLevel() + waterLevelIncreaseHeight;
cmpWaterManager.SetWaterLevel(newLevel);
this.DebugLog("Raising water level to " + Math.round(newLevel) + " took " + (cmpTimer.GetTime() - time));
if (newLevel < maxWaterLevel)
this.DoAfterDelay((debugWaterRise ? 10 : randFloat(...waterIncreaseTime) * 60) * 1000, "RaiseWaterLevelStep", {});
else
this.DebugLog("Water reached final level");
let actorTemplates = {};
let killedTemplates = {};
let cmpTemplateManager = Engine.QueryInterface(SYSTEM_ENTITY, IID_TemplateManager);
let cmpRangeManager = Engine.QueryInterface(SYSTEM_ENTITY, IID_RangeManager);
for (let ent of cmpRangeManager.GetGaiaAndNonGaiaEntities())
{
let cmpPosition = Engine.QueryInterface(ent, IID_Position);
if (!cmpPosition || !cmpPosition.IsInWorld())
continue;
let pos = cmpPosition.GetPosition();
if (pos.y + drownHeight >= newLevel)
continue;
let cmpIdentity = Engine.QueryInterface(ent, IID_Identity);
if (!cmpIdentity)
continue;
let templateName = cmpTemplateManager.GetCurrentTemplateName(ent);
// Animals and units drown
let cmpHealth = Engine.QueryInterface(ent, IID_Health);
if (cmpHealth && cmpIdentity.HasClass(drownClass))
{
cmpHealth.Kill();
if (debugLog)
killedTemplates[templateName] = (killedTemplates[templateName] || 0) + 1;
continue;
}
// Resources and buildings become actors
// Do not use ChangeEntityTemplate for performance and
// because we don't need nor want the effects of MT_EntityRenamed
let cmpVisualActor = Engine.QueryInterface(ent, IID_Visual);
if (!cmpVisualActor)
continue;
let height = cmpPosition.GetHeightOffset();
let rot = cmpPosition.GetRotation();
let actorTemplate = cmpTemplateManager.GetTemplate(templateName).VisualActor.Actor;
let seed = cmpVisualActor.GetActorSeed();
Engine.DestroyEntity(ent);
let newEnt = Engine.AddEntity("actor|" + actorTemplate);
Engine.QueryInterface(newEnt, IID_Visual).SetActorSeed(seed);
let cmpNewPos = Engine.QueryInterface(newEnt, IID_Position);
cmpNewPos.JumpTo(pos.x, pos.z);
cmpNewPos.SetHeightOffset(height);
cmpNewPos.SetXZRotation(rot.x, rot.z);
cmpNewPos.SetYRotation(rot.y);
if (debugLog)
actorTemplates[templateName] = (actorTemplates[templateName] || 0) + 1;
}
this.DebugLog("Checking entities took " + (cmpTimer.GetTime() - time));
this.DebugLog("Killed: " + uneval(killedTemplates));
this.DebugLog("Converted to actors: " + uneval(actorTemplates));
};
{
let waterRiseTime = debugWaterRise ? 0 : randFloat(...waterRiseStartTime);
let cmpTrigger = Engine.QueryInterface(SYSTEM_ENTITY, IID_Trigger);
cmpTrigger.GarrisonWoodenTowers();
cmpTrigger.DoAfterDelay((waterRiseTime - waterRiseNotificationDuration) * 60 * 1000, "RaisingWaterNotification", {});
cmpTrigger.DoAfterDelay(waterRiseTime * 60 * 1000, "RaiseWaterLevelStep", {});
}
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Cinema_Demo.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Cinema_Demo.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Cinema_Demo.xml (revision 22818)
@@ -1,14138 +1,14138 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>sunny</SkySet>
<SunColor r="0.737255" g="0.713726" b="0.537255"/>
<SunElevation angle="0.711767"/>
<SunRotation angle="-1.61599"/>
<TerrainAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<UnitsAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<Fog>
<FogFactor>0.004</FogFactor>
<FogThickness>0.2</FogThickness>
<FogColor r="0.8" g="0.756863" b="0.603922"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0.286275" g="0.337255" b="0.686275"/>
<Tint r="0.54902" g="0.537255" b="0.431373"/>
<Height>19.9</Height>
<Waviness>8</Waviness>
<Murkiness>0.83</Murkiness>
<WindAngle>0</WindAngle>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1.15</Contrast>
<Saturation>0.84</Saturation>
<Bloom>0.08</Bloom>
<PostEffect>hdr</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="527.877" y="62.4886" z="799.048"/>
<Rotation angle="-0.427546"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"BaseHeight": 1,
"BaseTerrain": [
"desert_dirt_rocks_1",
"desert_dirt_cracks"
],
"CircularMap": true,
"Description": "Demo map for cinematic camera movements.",
"Keywords": [
"demo"
],
"LockTeams": false,
"Name": "Cinema Demo",
"PlayerData": [
null,
{
"Civ": "pers",
"Color": {
"b": 0,
"g": 128,
"r": 255
},
"Name": "Xerxes I",
"PopulationLimit": 1000,
"Resources": {
"food": 10000,
"metal": 10000,
"stone": 10000,
"wood": 10000
},
"StartingCamera": {
"Position": {
"x": 495.029,
"y": 21,
"z": 864.484
},
"Rotation": {
"x": 35,
"y": 0,
"z": 0
}
},
"Team": 0
},
{
"AI": "",
"Civ": "sele",
"Color": {
"b": 20,
"g": 20,
"r": 150
},
"Name": "You",
"Team": 1
}
],
"Preview": "",
"RevealMap": false,
"Script": "syria.js",
"Seed": 0,
"Size": 256,
"XXXXXX": "Optionally define other things here, like we would for a scenario",
"mapType": "random",
"TriggerScripts": [
"scenarios/Cinema_Demo.js",
"scripts/TriggerHelper.js"
],
"VictoryConditions": [
"conquest"
]
}
]]></ScriptSettings>
<Entities>
<Entity uid="150">
<Template>structures/pers_civil_centre</Template>
<Player>1</Player>
<Position x="487.96749" z="869.59334"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="151">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="396.07621" z="869.2046"/>
<Orientation y="3.927"/>
</Entity>
<Entity uid="152">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="401.73304" z="863.54773"/>
<Orientation y="3.927"/>
</Entity>
<Entity uid="153">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="407.3899" z="857.89094"/>
<Orientation y="3.927"/>
</Entity>
<Entity uid="154">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="413.04673" z="852.23407"/>
<Orientation y="3.927"/>
</Entity>
<Entity uid="155">
<Template>units/pers_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="513.77375" z="880.2782"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="156">
<Template>units/pers_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="519.43061" z="885.93506"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="157">
<Template>units/pers_infantry_archer_b</Template>
<Player>1</Player>
<Position x="509.18068" z="882.32126"/>
<Orientation y="0.78541"/>
</Entity>
<Entity uid="158">
<Template>units/pers_infantry_archer_b</Template>
<Player>1</Player>
<Position x="503.52384" z="887.97812"/>
<Orientation y="0.78541"/>
</Entity>
<Entity uid="159">
<Template>units/pers_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="470.99692" z="886.56391"/>
<Orientation y="-0.78541"/>
</Entity>
<Entity uid="160">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="522.81025" z="885.27564"/>
<Orientation y="-1.735"/>
</Entity>
<Entity uid="161">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="522.38544" z="888.69886"/>
<Orientation y="1.23923"/>
</Entity>
<Entity uid="162">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="529.18293" z="890.70856"/>
<Orientation y="-0.00178"/>
</Entity>
<Entity uid="163">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="526.7237" z="879.49927"/>
<Orientation y="-1.46854"/>
</Entity>
<Entity uid="164">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="519.18964" z="881.72815"/>
<Orientation y="-3.26792"/>
</Entity>
<Entity uid="165">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="415.37027" z="854.22999"/>
<Orientation y="0.86175"/>
</Entity>
<Entity uid="166">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="406.10514" z="849.89917"/>
<Orientation y="0.5556"/>
</Entity>
<Entity uid="167">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="412.3978" z="859.31672"/>
<Orientation y="-0.87352"/>
</Entity>
<Entity uid="168">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="414.11265" z="859.40387"/>
<Orientation y="-0.88381"/>
</Entity>
<Entity uid="169">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="411.3187" z="851.14258"/>
<Orientation y="0.98993"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="419.07435" z="873.32972"/>
<Orientation y="-0.79871"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="421.65186" z="858.9162"/>
<Orientation y="-3.56934"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="428.92096" z="867.53534"/>
<Orientation y="-3.92884"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="419.2884" z="863.7757"/>
<Orientation y="-1.90162"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="424.3412" z="861.47944"/>
<Orientation y="-3.06177"/>
</Entity>
<Entity uid="175">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="498" z="914"/>
<Orientation y="1.25977"/>
</Entity>
<Entity uid="176">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="502.44826" z="913.40172"/>
<Orientation y="0.74944"/>
</Entity>
<Entity uid="177">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="498.55114" z="919.78222"/>
<Orientation y="1.01836"/>
</Entity>
<Entity uid="178">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="470.40308" z="910.91523"/>
<Orientation y="0.52335"/>
</Entity>
<Entity uid="179">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="475.17376" z="910.2891"/>
<Orientation y="-3.48697"/>
</Entity>
<Entity uid="180">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="469.42594" z="904.94671"/>
<Orientation y="-1.33201"/>
</Entity>
<Entity uid="181">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="464.52152" z="905.36924"/>
<Orientation y="-3.53772"/>
</Entity>
<Entity uid="182">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="530.6595" z="863.91655"/>
<Orientation y="1.13321"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="535.95577" z="853.12308"/>
<Orientation y="-1.20594"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="536.79088" z="863.41173"/>
<Orientation y="-4.04159"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="478" z="554"/>
<Orientation y="5.26282"/>
</Entity>
<Entity uid="186">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="490" z="570"/>
<Orientation y="4.4894"/>
</Entity>
<Entity uid="187">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458" z="562"/>
<Orientation y="4.59137"/>
</Entity>
<Entity uid="188">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="462" z="554"/>
<Orientation y="0.44327"/>
</Entity>
<Entity uid="189">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="554"/>
<Orientation y="1.21993"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="566"/>
<Orientation y="2.46712"/>
</Entity>
<Entity uid="191">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="482" z="574"/>
<Orientation y="4.47631"/>
</Entity>
<Entity uid="192">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="558"/>
<Orientation y="1.30272"/>
</Entity>
<Entity uid="193">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="478" z="570"/>
<Orientation y="6.15146"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="734" z="522"/>
<Orientation y="4.7208"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="742" z="522"/>
<Orientation y="5.36602"/>
</Entity>
<Entity uid="196">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="734" z="534"/>
<Orientation y="3.5152"/>
</Entity>
<Entity uid="198">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="703.56501" z="432.71454"/>
<Orientation y="5.76352"/>
</Entity>
<Entity uid="199">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="707.56501" z="452.71454"/>
<Orientation y="0.85982"/>
</Entity>
<Entity uid="200">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="715.56501" z="448.71454"/>
<Orientation y="3.38729"/>
</Entity>
<Entity uid="201">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="715.56501" z="436.71454"/>
<Orientation y="1.03673"/>
</Entity>
<Entity uid="202">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="711.56501" z="436.71454"/>
<Orientation y="3.25341"/>
</Entity>
<Entity uid="203">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="586" z="626"/>
<Orientation y="2.90836"/>
</Entity>
<Entity uid="204">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="590" z="638"/>
<Orientation y="1.84688"/>
</Entity>
<Entity uid="205">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="602" z="634"/>
<Orientation y="1.26388"/>
</Entity>
<Entity uid="206">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="606" z="630"/>
<Orientation y="0.90951"/>
</Entity>
<Entity uid="207">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="602" z="610"/>
<Orientation y="2.45385"/>
</Entity>
<Entity uid="208">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="618" z="618"/>
<Orientation y="3.74015"/>
</Entity>
<Entity uid="209">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="594" z="630"/>
<Orientation y="4.11396"/>
</Entity>
<Entity uid="210">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="602" z="618"/>
<Orientation y="3.70214"/>
</Entity>
<Entity uid="211">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="598" z="630"/>
<Orientation y="3.13974"/>
</Entity>
<Entity uid="212">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="598" z="626"/>
<Orientation y="2.26771"/>
</Entity>
<Entity uid="213">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="186" z="342"/>
<Orientation y="4.9463"/>
</Entity>
<Entity uid="214">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="194" z="334"/>
<Orientation y="4.28437"/>
</Entity>
<Entity uid="215">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="202" z="370"/>
<Orientation y="3.70463"/>
</Entity>
<Entity uid="216">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="198" z="350"/>
<Orientation y="5.27092"/>
</Entity>
<Entity uid="217">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="190" z="358"/>
<Orientation y="0.68616"/>
</Entity>
<Entity uid="218">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="194" z="354"/>
<Orientation y="0.9455"/>
</Entity>
<Entity uid="219">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="746" z="902"/>
<Orientation y="3.72843"/>
</Entity>
<Entity uid="220">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="766" z="910"/>
<Orientation y="1.512"/>
</Entity>
<Entity uid="221">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="762" z="914"/>
<Orientation y="1.87745"/>
</Entity>
<Entity uid="222">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="746" z="914"/>
<Orientation y="2.21534"/>
</Entity>
<Entity uid="223">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="750" z="906"/>
<Orientation y="0.1675"/>
</Entity>
<Entity uid="224">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="754" z="898"/>
<Orientation y="1.48665"/>
</Entity>
<Entity uid="225">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="758" z="918"/>
<Orientation y="6.17952"/>
</Entity>
<Entity uid="226">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="754" z="910"/>
<Orientation y="5.17847"/>
</Entity>
<Entity uid="227">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="754" z="914"/>
<Orientation y="3.09768"/>
</Entity>
<Entity uid="228">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="226" z="262"/>
<Orientation y="0.88286"/>
</Entity>
<Entity uid="229">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="230" z="266"/>
<Orientation y="5.033"/>
</Entity>
<Entity uid="230">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238" z="266"/>
<Orientation y="4.33046"/>
</Entity>
<Entity uid="231">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="230" z="262"/>
<Orientation y="0.09493"/>
</Entity>
<Entity uid="232">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="958" z="518"/>
<Orientation y="2.68462"/>
</Entity>
<Entity uid="233">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="506"/>
<Orientation y="0.68947"/>
</Entity>
<Entity uid="234">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="958" z="522"/>
<Orientation y="1.92356"/>
</Entity>
<Entity uid="235">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="530"/>
<Orientation y="1.69973"/>
</Entity>
<Entity uid="236">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="978" z="526"/>
<Orientation y="6.1115"/>
</Entity>
<Entity uid="237">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="970" z="518"/>
<Orientation y="0.1864"/>
</Entity>
<Entity uid="238">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="514"/>
<Orientation y="1.3766"/>
</Entity>
<Entity uid="239">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="978" z="522"/>
<Orientation y="1.10705"/>
</Entity>
<Entity uid="240">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="290" z="402"/>
<Orientation y="0.71233"/>
</Entity>
<Entity uid="241">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="290" z="406"/>
<Orientation y="4.25774"/>
</Entity>
<Entity uid="242">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="298" z="394"/>
<Orientation y="3.85445"/>
</Entity>
<Entity uid="243">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="306" z="402"/>
<Orientation y="3.92467"/>
</Entity>
<Entity uid="244">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="302" z="410"/>
<Orientation y="0.70423"/>
</Entity>
<Entity uid="245">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="82" z="502"/>
<Orientation y="0.11443"/>
</Entity>
<Entity uid="246">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="94" z="486"/>
<Orientation y="3.03502"/>
</Entity>
<Entity uid="247">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="94" z="514"/>
<Orientation y="4.77321"/>
</Entity>
<Entity uid="248">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="106" z="502"/>
<Orientation y="1.7948"/>
</Entity>
<Entity uid="249">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="94" z="494"/>
<Orientation y="1.93726"/>
</Entity>
<Entity uid="250">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="106" z="494"/>
<Orientation y="3.3873"/>
</Entity>
<Entity uid="251">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="102" z="506"/>
<Orientation y="5.00355"/>
</Entity>
<Entity uid="252">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="94" z="498"/>
<Orientation y="5.17316"/>
</Entity>
<Entity uid="253">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="98" z="502"/>
<Orientation y="5.22458"/>
</Entity>
<Entity uid="254">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="426"/>
<Orientation y="5.34058"/>
</Entity>
<Entity uid="255">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="434"/>
<Orientation y="5.91782"/>
</Entity>
<Entity uid="256">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="978" z="434"/>
<Orientation y="1.66556"/>
</Entity>
<Entity uid="257">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="982" z="442"/>
<Orientation y="5.94059"/>
</Entity>
<Entity uid="258">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="418"/>
<Orientation y="0.62821"/>
</Entity>
<Entity uid="259">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="994" z="422"/>
<Orientation y="1.8639"/>
</Entity>
<Entity uid="260">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="450"/>
<Orientation y="2.80819"/>
</Entity>
<Entity uid="261">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="978" z="422"/>
<Orientation y="4.06307"/>
</Entity>
<Entity uid="262">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="994" z="430"/>
<Orientation y="0.97612"/>
</Entity>
<Entity uid="263">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="442"/>
<Orientation y="1.85836"/>
</Entity>
<Entity uid="264">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="430"/>
<Orientation y="4.46438"/>
</Entity>
<Entity uid="265">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="434"/>
<Orientation y="5.9911"/>
</Entity>
<Entity uid="266">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="410" z="298"/>
<Orientation y="5.51847"/>
</Entity>
<Entity uid="267">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="414" z="298"/>
<Orientation y="1.81838"/>
</Entity>
<Entity uid="268">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="418" z="306"/>
<Orientation y="4.46021"/>
</Entity>
<Entity uid="269">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="426" z="306"/>
<Orientation y="1.5955"/>
</Entity>
<Entity uid="270">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="430" z="306"/>
<Orientation y="1.72828"/>
</Entity>
<Entity uid="271">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="430" z="294"/>
<Orientation y="5.29641"/>
</Entity>
<Entity uid="272">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="410" z="290"/>
<Orientation y="2.47692"/>
</Entity>
<Entity uid="273">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="410" z="286"/>
<Orientation y="4.24427"/>
</Entity>
<Entity uid="274">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="414" z="282"/>
<Orientation y="1.92296"/>
</Entity>
<Entity uid="275">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="426" z="298"/>
<Orientation y="5.13752"/>
</Entity>
<Entity uid="276">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="422" z="286"/>
<Orientation y="3.13918"/>
</Entity>
<Entity uid="277">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="810" z="162"/>
<Orientation y="1.0911"/>
</Entity>
<Entity uid="278">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="822" z="186"/>
<Orientation y="0.74404"/>
</Entity>
<Entity uid="279">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="822" z="162"/>
<Orientation y="0.05167"/>
</Entity>
<Entity uid="280">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="802" z="182"/>
<Orientation y="1.79012"/>
</Entity>
<Entity uid="281">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="806" z="178"/>
<Orientation y="3.67418"/>
</Entity>
<Entity uid="282">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="810" z="174"/>
<Orientation y="5.5436"/>
</Entity>
<Entity uid="283">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="814" z="186"/>
<Orientation y="5.57763"/>
</Entity>
<Entity uid="284">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="818" z="166"/>
<Orientation y="0.83886"/>
</Entity>
<Entity uid="285">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="814" z="178"/>
<Orientation y="0.7247"/>
</Entity>
<Entity uid="286">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="818" z="170"/>
<Orientation y="4.56424"/>
</Entity>
<Entity uid="287">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="130" z="298"/>
<Orientation y="3.4907"/>
</Entity>
<Entity uid="288">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="118" z="322"/>
<Orientation y="3.52514"/>
</Entity>
<Entity uid="289">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="106" z="298"/>
<Orientation y="0.42309"/>
</Entity>
<Entity uid="290">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="118" z="306"/>
<Orientation y="3.9418"/>
</Entity>
<Entity uid="291">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="634" z="378"/>
<Orientation y="4.84672"/>
</Entity>
<Entity uid="292">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="638" z="354"/>
<Orientation y="5.2729"/>
</Entity>
<Entity uid="293">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="654" z="366"/>
<Orientation y="3.59069"/>
</Entity>
<Entity uid="294">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="638" z="358"/>
<Orientation y="5.08536"/>
</Entity>
<Entity uid="295">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="626" z="358"/>
<Orientation y="3.68638"/>
</Entity>
<Entity uid="296">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="642" z="366"/>
<Orientation y="3.91439"/>
</Entity>
<Entity uid="297">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="230" z="158"/>
<Orientation y="0.34585"/>
</Entity>
<Entity uid="298">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="210" z="178"/>
<Orientation y="0.93496"/>
</Entity>
<Entity uid="299">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="226" z="166"/>
<Orientation y="4.85564"/>
</Entity>
<Entity uid="300">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="210" z="186"/>
<Orientation y="3.86716"/>
</Entity>
<Entity uid="301">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218" z="186"/>
<Orientation y="3.54435"/>
</Entity>
<Entity uid="302">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="226" z="186"/>
<Orientation y="0.02875"/>
</Entity>
<Entity uid="303">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="226" z="150"/>
<Orientation y="3.50281"/>
</Entity>
<Entity uid="304">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218" z="182"/>
<Orientation y="5.22652"/>
</Entity>
<Entity uid="305">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218" z="162"/>
<Orientation y="0.36252"/>
</Entity>
<Entity uid="306">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218" z="174"/>
<Orientation y="1.17191"/>
</Entity>
<Entity uid="307">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="222" z="154"/>
<Orientation y="0.78672"/>
</Entity>
<Entity uid="308">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="390" z="174"/>
<Orientation y="5.06533"/>
</Entity>
<Entity uid="309">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="370" z="190"/>
<Orientation y="3.23903"/>
</Entity>
<Entity uid="310">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="382" z="186"/>
<Orientation y="1.27077"/>
</Entity>
<Entity uid="311">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="182"/>
<Orientation y="0.26398"/>
</Entity>
<Entity uid="312">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="178"/>
<Orientation y="1.12681"/>
</Entity>
<Entity uid="313">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="894" z="506"/>
<Orientation y="5.77338"/>
</Entity>
<Entity uid="314">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="910" z="502"/>
<Orientation y="1.61954"/>
</Entity>
<Entity uid="315">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="902" z="522"/>
<Orientation y="5.79935"/>
</Entity>
<Entity uid="316">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="914" z="506"/>
<Orientation y="4.0709"/>
</Entity>
<Entity uid="317">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="898" z="514"/>
<Orientation y="0.0089"/>
</Entity>
<Entity uid="318">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="898" z="518"/>
<Orientation y="5.34334"/>
</Entity>
<Entity uid="319">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="902" z="514"/>
<Orientation y="6.08333"/>
</Entity>
<Entity uid="320">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="902" z="510"/>
<Orientation y="1.31475"/>
</Entity>
<Entity uid="321">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="738" z="722"/>
<Orientation y="1.3242"/>
</Entity>
<Entity uid="322">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="774" z="238"/>
<Orientation y="1.07488"/>
</Entity>
<Entity uid="323">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="794" z="246"/>
<Orientation y="1.63646"/>
</Entity>
<Entity uid="324">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="794" z="254"/>
<Orientation y="4.65091"/>
</Entity>
<Entity uid="325">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="778" z="234"/>
<Orientation y="5.93339"/>
</Entity>
<Entity uid="326">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="782" z="230"/>
<Orientation y="5.07815"/>
</Entity>
<Entity uid="327">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="782" z="234"/>
<Orientation y="1.51023"/>
</Entity>
<Entity uid="328">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="782" z="242"/>
<Orientation y="2.58074"/>
</Entity>
<Entity uid="329">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="790" z="238"/>
<Orientation y="6.17168"/>
</Entity>
<Entity uid="330">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="786" z="234"/>
<Orientation y="2.49883"/>
</Entity>
<Entity uid="331">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="786" z="242"/>
<Orientation y="5.1636"/>
</Entity>
<Entity uid="332">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="858" z="310"/>
<Orientation y="2.15412"/>
</Entity>
<Entity uid="333">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="870" z="302"/>
<Orientation y="2.6314"/>
</Entity>
<Entity uid="334">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="882" z="306"/>
<Orientation y="1.54267"/>
</Entity>
<Entity uid="335">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="882" z="314"/>
<Orientation y="3.31873"/>
</Entity>
<Entity uid="336">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878" z="298"/>
<Orientation y="0.8134"/>
</Entity>
<Entity uid="337">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="874" z="306"/>
<Orientation y="4.60944"/>
</Entity>
<Entity uid="338">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="874" z="310"/>
<Orientation y="5.15378"/>
</Entity>
<Entity uid="339">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="206" z="626"/>
<Orientation y="2.87252"/>
</Entity>
<Entity uid="340">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="202" z="638"/>
<Orientation y="1.3383"/>
</Entity>
<Entity uid="341">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="202" z="618"/>
<Orientation y="1.68667"/>
</Entity>
<Entity uid="342">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="202" z="630"/>
<Orientation y="1.5271"/>
</Entity>
<Entity uid="343">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="198" z="622"/>
<Orientation y="4.57663"/>
</Entity>
<Entity uid="344">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="530" z="634"/>
<Orientation y="6.15503"/>
</Entity>
<Entity uid="345">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="530" z="638"/>
<Orientation y="0.50902"/>
</Entity>
<Entity uid="346">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="538" z="630"/>
<Orientation y="2.53658"/>
</Entity>
<Entity uid="347">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="542" z="638"/>
<Orientation y="5.65584"/>
</Entity>
<Entity uid="348">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="542" z="614"/>
<Orientation y="4.61425"/>
</Entity>
<Entity uid="349">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="542" z="622"/>
<Orientation y="0.93828"/>
</Entity>
<Entity uid="350">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="530" z="610"/>
<Orientation y="5.89931"/>
</Entity>
<Entity uid="351">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="622" z="958"/>
<Orientation y="6.02118"/>
</Entity>
<Entity uid="352">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="638" z="958"/>
<Orientation y="2.32435"/>
</Entity>
<Entity uid="353">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="642" z="954"/>
<Orientation y="2.52294"/>
</Entity>
<Entity uid="354">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="622" z="938"/>
<Orientation y="0.71476"/>
</Entity>
<Entity uid="355">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="622" z="934"/>
<Orientation y="4.86727"/>
</Entity>
<Entity uid="356">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="626" z="958"/>
<Orientation y="3.02828"/>
</Entity>
<Entity uid="357">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="626" z="962"/>
<Orientation y="1.49682"/>
</Entity>
<Entity uid="358">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="638" z="950"/>
<Orientation y="4.84763"/>
</Entity>
<Entity uid="359">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="634" z="946"/>
<Orientation y="1.60001"/>
</Entity>
<Entity uid="360">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="630" z="946"/>
<Orientation y="4.32036"/>
</Entity>
<Entity uid="361">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="742"/>
<Orientation y="2.86927"/>
</Entity>
<Entity uid="362">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="474" z="738"/>
<Orientation y="5.87992"/>
</Entity>
<Entity uid="363">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="462" z="734"/>
<Orientation y="2.83172"/>
</Entity>
<Entity uid="364">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="462" z="742"/>
<Orientation y="1.78502"/>
</Entity>
<Entity uid="365">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="542" z="558"/>
<Orientation y="4.62615"/>
</Entity>
<Entity uid="366">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="534" z="550"/>
<Orientation y="2.19262"/>
</Entity>
<Entity uid="367">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="294" z="146"/>
<Orientation y="2.86033"/>
</Entity>
<Entity uid="368">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="294" z="130"/>
<Orientation y="3.87424"/>
</Entity>
<Entity uid="369">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="310" z="150"/>
<Orientation y="6.20693"/>
</Entity>
<Entity uid="370">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="318" z="142"/>
<Orientation y="1.96853"/>
</Entity>
<Entity uid="371">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="310" z="146"/>
<Orientation y="3.26781"/>
</Entity>
<Entity uid="372">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238" z="554"/>
<Orientation y="6.26566"/>
</Entity>
<Entity uid="373">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238" z="558"/>
<Orientation y="1.3119"/>
</Entity>
<Entity uid="374">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218" z="546"/>
<Orientation y="0.6835"/>
</Entity>
<Entity uid="375">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="214" z="550"/>
<Orientation y="1.85155"/>
</Entity>
<Entity uid="376">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="550" z="354"/>
<Orientation y="0.20693"/>
</Entity>
<Entity uid="377">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="526" z="362"/>
<Orientation y="2.86675"/>
</Entity>
<Entity uid="378">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="542" z="354"/>
<Orientation y="4.74126"/>
</Entity>
<Entity uid="379">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="530" z="358"/>
<Orientation y="2.89826"/>
</Entity>
<Entity uid="380">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="534" z="354"/>
<Orientation y="1.69819"/>
</Entity>
<Entity uid="381">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="846" z="878"/>
<Orientation y="2.22765"/>
</Entity>
<Entity uid="382">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="778" z="574"/>
<Orientation y="0.45047"/>
</Entity>
<Entity uid="383">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="774" z="582"/>
<Orientation y="4.78728"/>
</Entity>
<Entity uid="384">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="758" z="594"/>
<Orientation y="5.51345"/>
</Entity>
<Entity uid="385">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="766" z="602"/>
<Orientation y="2.08272"/>
</Entity>
<Entity uid="386">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="770" z="602"/>
<Orientation y="2.15236"/>
</Entity>
<Entity uid="387">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="770" z="574"/>
<Orientation y="1.85151"/>
</Entity>
<Entity uid="388">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="770" z="578"/>
<Orientation y="1.38793"/>
</Entity>
<Entity uid="389">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="766" z="586"/>
<Orientation y="4.95794"/>
</Entity>
<Entity uid="390">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="178" z="682"/>
<Orientation y="1.6275"/>
</Entity>
<Entity uid="391">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="186" z="690"/>
<Orientation y="2.20919"/>
</Entity>
<Entity uid="392">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="182" z="702"/>
<Orientation y="3.768"/>
</Entity>
<Entity uid="393">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="162" z="686"/>
<Orientation y="5.58892"/>
</Entity>
<Entity uid="394">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="162" z="690"/>
<Orientation y="2.861"/>
</Entity>
<Entity uid="395">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="166" z="694"/>
<Orientation y="3.48864"/>
</Entity>
<Entity uid="396">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="174" z="710"/>
<Orientation y="0.7831"/>
</Entity>
<Entity uid="397">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="178" z="702"/>
<Orientation y="5.27259"/>
</Entity>
<Entity uid="398">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="166" z="682"/>
<Orientation y="3.00849"/>
</Entity>
<Entity uid="399">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="262" z="938"/>
<Orientation y="0.59105"/>
</Entity>
<Entity uid="400">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="270" z="942"/>
<Orientation y="2.3701"/>
</Entity>
<Entity uid="401">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="270" z="930"/>
<Orientation y="6.12772"/>
</Entity>
<Entity uid="402">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="262" z="934"/>
<Orientation y="5.70174"/>
</Entity>
<Entity uid="403">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="266" z="934"/>
<Orientation y="5.70464"/>
</Entity>
<Entity uid="404">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="270" z="938"/>
<Orientation y="5.57378"/>
</Entity>
<Entity uid="405">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="426" z="58"/>
<Orientation y="0.74492"/>
</Entity>
<Entity uid="406">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="426" z="62"/>
<Orientation y="4.86182"/>
</Entity>
<Entity uid="407">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="422" z="74"/>
<Orientation y="2.27363"/>
</Entity>
<Entity uid="408">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="530" z="262"/>
<Orientation y="3.8384"/>
</Entity>
<Entity uid="409">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="522" z="282"/>
<Orientation y="2.24115"/>
</Entity>
<Entity uid="410">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="506" z="274"/>
<Orientation y="4.85924"/>
</Entity>
<Entity uid="411">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="518" z="266"/>
<Orientation y="2.05872"/>
</Entity>
<Entity uid="412">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="522" z="270"/>
<Orientation y="1.93157"/>
</Entity>
<Entity uid="413">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="134" z="770"/>
<Orientation y="0.90136"/>
</Entity>
<Entity uid="414">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="150" z="782"/>
<Orientation y="1.92821"/>
</Entity>
<Entity uid="415">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="366" z="966"/>
<Orientation y="4.07174"/>
</Entity>
<Entity uid="416">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="654" z="310"/>
<Orientation y="3.54882"/>
</Entity>
<Entity uid="417">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="658" z="302"/>
<Orientation y="1.05088"/>
</Entity>
<Entity uid="418">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="666" z="318"/>
<Orientation y="2.70783"/>
</Entity>
<Entity uid="419">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="674" z="310"/>
<Orientation y="3.39329"/>
</Entity>
<Entity uid="420">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="230" z="782"/>
<Orientation y="5.34092"/>
</Entity>
<Entity uid="421">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238" z="790"/>
<Orientation y="5.21538"/>
</Entity>
<Entity uid="422">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="222" z="798"/>
<Orientation y="6.24827"/>
</Entity>
<Entity uid="423">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238" z="806"/>
<Orientation y="1.05947"/>
</Entity>
<Entity uid="424">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="230" z="794"/>
<Orientation y="0.32808"/>
</Entity>
<Entity uid="425">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="902" z="686"/>
<Orientation y="0.83652"/>
</Entity>
<Entity uid="426">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="906" z="678"/>
<Orientation y="0.72031"/>
</Entity>
<Entity uid="427">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="910" z="678"/>
<Orientation y="4.01815"/>
</Entity>
<Entity uid="428">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="914" z="678"/>
<Orientation y="5.63294"/>
</Entity>
<Entity uid="429">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="358" z="46"/>
<Orientation y="1.63872"/>
</Entity>
<Entity uid="430">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="378" z="42"/>
<Orientation y="5.24094"/>
</Entity>
<Entity uid="431">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="358" z="66"/>
<Orientation y="4.77407"/>
</Entity>
<Entity uid="432">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="366" z="66"/>
<Orientation y="3.82961"/>
</Entity>
<Entity uid="433">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="362" z="62"/>
<Orientation y="1.11564"/>
</Entity>
<Entity uid="434">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="366" z="54"/>
<Orientation y="0.98356"/>
</Entity>
<Entity uid="435">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458" z="226"/>
<Orientation y="1.45592"/>
</Entity>
<Entity uid="436">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458" z="230"/>
<Orientation y="0.36219"/>
</Entity>
<Entity uid="437">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458" z="238"/>
<Orientation y="5.93364"/>
</Entity>
<Entity uid="438">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="222"/>
<Orientation y="0.33402"/>
</Entity>
<Entity uid="439">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="474" z="218"/>
<Orientation y="4.0122"/>
</Entity>
<Entity uid="440">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="230"/>
<Orientation y="0.48961"/>
</Entity>
<Entity uid="441">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="466" z="226"/>
<Orientation y="4.55326"/>
</Entity>
<Entity uid="442">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="226"/>
<Orientation y="1.1675"/>
</Entity>
<Entity uid="443">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="466" z="230"/>
<Orientation y="0.91514"/>
</Entity>
<Entity uid="444">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="58" z="402"/>
<Orientation y="1.44864"/>
</Entity>
<Entity uid="445">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="50" z="390"/>
<Orientation y="4.35012"/>
</Entity>
<Entity uid="446">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="50" z="402"/>
<Orientation y="0.00843"/>
</Entity>
<Entity uid="447">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="50" z="382"/>
<Orientation y="3.59868"/>
</Entity>
<Entity uid="448">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="66" z="382"/>
<Orientation y="1.24366"/>
</Entity>
<Entity uid="449">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="74" z="390"/>
<Orientation y="2.32761"/>
</Entity>
<Entity uid="450">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="58" z="394"/>
<Orientation y="2.72275"/>
</Entity>
<Entity uid="451">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="62" z="390"/>
<Orientation y="3.40828"/>
</Entity>
<Entity uid="452">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="58" z="390"/>
<Orientation y="1.87642"/>
</Entity>
<Entity uid="453">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="918" z="578"/>
<Orientation y="1.78444"/>
</Entity>
<Entity uid="454">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="922" z="586"/>
<Orientation y="0.09359"/>
</Entity>
<Entity uid="455">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="922" z="574"/>
<Orientation y="1.97896"/>
</Entity>
<Entity uid="456">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="934" z="578"/>
<Orientation y="5.5688"/>
</Entity>
<Entity uid="457">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="942" z="582"/>
<Orientation y="4.72696"/>
</Entity>
<Entity uid="458">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="934" z="590"/>
<Orientation y="4.7171"/>
</Entity>
<Entity uid="459">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="930" z="586"/>
<Orientation y="0.3755"/>
</Entity>
<Entity uid="460">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="346" z="634"/>
<Orientation y="0.25071"/>
</Entity>
<Entity uid="461">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="358" z="630"/>
<Orientation y="0.45295"/>
</Entity>
<Entity uid="462">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="362" z="642"/>
<Orientation y="5.65201"/>
</Entity>
<Entity uid="463">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="854" z="414"/>
<Orientation y="5.15912"/>
</Entity>
<Entity uid="464">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="862" z="398"/>
<Orientation y="4.7891"/>
</Entity>
<Entity uid="465">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="874" z="406"/>
<Orientation y="2.92351"/>
</Entity>
<Entity uid="466">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="870" z="414"/>
<Orientation y="2.84391"/>
</Entity>
<Entity uid="467">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="858" z="414"/>
<Orientation y="1.30681"/>
</Entity>
<Entity uid="468">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="858" z="422"/>
<Orientation y="2.65363"/>
</Entity>
<Entity uid="469">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="866" z="422"/>
<Orientation y="5.46425"/>
</Entity>
<Entity uid="470">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="866" z="426"/>
<Orientation y="2.14571"/>
</Entity>
<Entity uid="471">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="862" z="418"/>
<Orientation y="0.98926"/>
</Entity>
<Entity uid="472">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="54" z="634"/>
<Orientation y="0.79091"/>
</Entity>
<Entity uid="473">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="54" z="638"/>
<Orientation y="4.11947"/>
</Entity>
<Entity uid="474">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="54" z="642"/>
<Orientation y="0.84534"/>
</Entity>
<Entity uid="475">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="74" z="622"/>
<Orientation y="3.73594"/>
</Entity>
<Entity uid="476">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="58" z="626"/>
<Orientation y="5.36232"/>
</Entity>
<Entity uid="477">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="58" z="630"/>
<Orientation y="3.98803"/>
</Entity>
<Entity uid="478">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="62" z="622"/>
<Orientation y="3.83001"/>
</Entity>
<Entity uid="479">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="58" z="642"/>
<Orientation y="1.91747"/>
</Entity>
<Entity uid="480">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="74" z="646"/>
<Orientation y="2.2643"/>
</Entity>
<Entity uid="481">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="78" z="634"/>
<Orientation y="2.54168"/>
</Entity>
<Entity uid="482">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="62" z="638"/>
<Orientation y="3.62049"/>
</Entity>
<Entity uid="483">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="74" z="638"/>
<Orientation y="5.0521"/>
</Entity>
<Entity uid="484">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="578" z="682"/>
<Orientation y="5.09186"/>
</Entity>
<Entity uid="485">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="566" z="690"/>
<Orientation y="1.8616"/>
</Entity>
<Entity uid="486">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="570" z="690"/>
<Orientation y="4.08866"/>
</Entity>
<Entity uid="487">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458" z="478"/>
<Orientation y="4.9243"/>
</Entity>
<Entity uid="488">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="462" z="494"/>
<Orientation y="0.6257"/>
</Entity>
<Entity uid="489">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="466" z="494"/>
<Orientation y="3.0973"/>
</Entity>
<Entity uid="490">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="466" z="486"/>
<Orientation y="3.87664"/>
</Entity>
<Entity uid="491">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="470" z="486"/>
<Orientation y="2.77382"/>
</Entity>
<Entity uid="492">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="438" z="486"/>
<Orientation y="3.06456"/>
</Entity>
<Entity uid="493">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="454" z="482"/>
<Orientation y="0.9027"/>
</Entity>
<Entity uid="494">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458" z="490"/>
<Orientation y="2.45727"/>
</Entity>
<Entity uid="495">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="450" z="486"/>
<Orientation y="0.26214"/>
</Entity>
<Entity uid="496">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="454" z="486"/>
<Orientation y="5.57111"/>
</Entity>
<Entity uid="497">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="758" z="366"/>
<Orientation y="1.27251"/>
</Entity>
<Entity uid="498">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="766" z="370"/>
<Orientation y="2.95011"/>
</Entity>
<Entity uid="499">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="782" z="374"/>
<Orientation y="4.61161"/>
</Entity>
<Entity uid="500">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="786" z="370"/>
<Orientation y="2.40046"/>
</Entity>
<Entity uid="501">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="754" z="358"/>
<Orientation y="6.19835"/>
</Entity>
<Entity uid="502">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="758" z="346"/>
<Orientation y="3.62465"/>
</Entity>
<Entity uid="503">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="774" z="358"/>
<Orientation y="1.50547"/>
</Entity>
<Entity uid="504">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="786" z="366"/>
<Orientation y="3.32165"/>
</Entity>
<Entity uid="505">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="774" z="362"/>
<Orientation y="2.14634"/>
</Entity>
<Entity uid="506">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="370" z="802"/>
<Orientation y="5.08843"/>
</Entity>
<Entity uid="507">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="370" z="814"/>
<Orientation y="4.55723"/>
</Entity>
<Entity uid="508">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="378" z="798"/>
<Orientation y="5.20205"/>
</Entity>
<Entity uid="509">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="378" z="822"/>
<Orientation y="2.81151"/>
</Entity>
<Entity uid="510">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="382" z="798"/>
<Orientation y="3.1581"/>
</Entity>
<Entity uid="511">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="386" z="802"/>
<Orientation y="1.46264"/>
</Entity>
<Entity uid="512">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="410" z="810"/>
<Orientation y="3.94581"/>
</Entity>
<Entity uid="513">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="402" z="802"/>
<Orientation y="5.81073"/>
</Entity>
<Entity uid="514">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="382" z="810"/>
<Orientation y="5.08869"/>
</Entity>
<Entity uid="515">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="390" z="806"/>
<Orientation y="4.36545"/>
</Entity>
<Entity uid="516">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="394" z="822"/>
<Orientation y="5.87763"/>
</Entity>
<Entity uid="517">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="398" z="822"/>
<Orientation y="1.96523"/>
</Entity>
<Entity uid="518">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="378" z="806"/>
<Orientation y="1.2099"/>
</Entity>
<Entity uid="519">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="394" z="818"/>
<Orientation y="1.96937"/>
</Entity>
<Entity uid="520">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="866" z="590"/>
<Orientation y="2.27872"/>
</Entity>
<Entity uid="521">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878" z="566"/>
<Orientation y="4.01116"/>
</Entity>
<Entity uid="522">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="354" z="114"/>
<Orientation y="5.83637"/>
</Entity>
<Entity uid="523">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="362" z="122"/>
<Orientation y="5.27392"/>
</Entity>
<Entity uid="524">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="366" z="122"/>
<Orientation y="6.26046"/>
</Entity>
<Entity uid="525">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="118"/>
<Orientation y="2.87946"/>
</Entity>
<Entity uid="526">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="166" z="550"/>
<Orientation y="2.90786"/>
</Entity>
<Entity uid="527">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="146" z="534"/>
<Orientation y="2.30996"/>
</Entity>
<Entity uid="528">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="134" z="550"/>
<Orientation y="3.79612"/>
</Entity>
<Entity uid="529">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="146" z="542"/>
<Orientation y="0.17255"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="146" z="546"/>
<Orientation y="3.27106"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="142" z="554"/>
<Orientation y="0.28118"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="158" z="554"/>
<Orientation y="0.77923"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="158" z="550"/>
<Orientation y="4.88445"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="574" z="394"/>
<Orientation y="2.96297"/>
</Entity>
<Entity uid="535">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="586" z="398"/>
<Orientation y="4.00802"/>
</Entity>
<Entity uid="536">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="578"/>
<Orientation y="0.55327"/>
</Entity>
<Entity uid="537">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="378" z="578"/>
<Orientation y="5.51375"/>
</Entity>
<Entity uid="538">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="386" z="582"/>
<Orientation y="0.57967"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="406" z="578"/>
<Orientation y="5.47194"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="378" z="562"/>
<Orientation y="4.90394"/>
</Entity>
<Entity uid="541">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="382" z="562"/>
<Orientation y="0.57902"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="386" z="566"/>
<Orientation y="4.3262"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="402" z="574"/>
<Orientation y="0.05752"/>
</Entity>
<Entity uid="544">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="390" z="570"/>
<Orientation y="5.21573"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="394" z="570"/>
<Orientation y="3.35781"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="362" z="426"/>
<Orientation y="4.3956"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="366" z="426"/>
<Orientation y="1.85512"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="358" z="418"/>
<Orientation y="1.09392"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="410"/>
<Orientation y="3.57398"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="370" z="418"/>
<Orientation y="5.36764"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="582" z="278"/>
<Orientation y="5.85293"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="574" z="262"/>
<Orientation y="3.59482"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="582" z="270"/>
<Orientation y="3.45311"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="586" z="278"/>
<Orientation y="5.6074"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="330" z="514"/>
<Orientation y="1.24416"/>
</Entity>
<Entity uid="556">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="334" z="534"/>
<Orientation y="4.01903"/>
</Entity>
<Entity uid="557">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="338" z="534"/>
<Orientation y="2.37548"/>
</Entity>
<Entity uid="558">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="338" z="526"/>
<Orientation y="5.86619"/>
</Entity>
<Entity uid="559">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="342" z="526"/>
<Orientation y="2.38434"/>
</Entity>
<Entity uid="560">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="338" z="530"/>
<Orientation y="4.59012"/>
</Entity>
<Entity uid="561">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="326" z="546"/>
<Orientation y="2.22806"/>
</Entity>
<Entity uid="562">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="326" z="526"/>
<Orientation y="1.77594"/>
</Entity>
<Entity uid="563">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="330" z="522"/>
<Orientation y="0.2939"/>
</Entity>
<Entity uid="564">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="330" z="538"/>
<Orientation y="2.05393"/>
</Entity>
<Entity uid="565">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="334" z="526"/>
<Orientation y="0.98052"/>
</Entity>
<Entity uid="566">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="326" z="534"/>
<Orientation y="5.48627"/>
</Entity>
<Entity uid="567">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="318" z="770"/>
<Orientation y="4.67441"/>
</Entity>
<Entity uid="568">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="330" z="774"/>
<Orientation y="4.26922"/>
</Entity>
<Entity uid="569">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="326" z="782"/>
<Orientation y="1.27048"/>
</Entity>
<Entity uid="570">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="310" z="778"/>
<Orientation y="4.33236"/>
</Entity>
<Entity uid="571">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="326" z="786"/>
<Orientation y="2.23794"/>
</Entity>
<Entity uid="572">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="558" z="34"/>
<Orientation y="0.64916"/>
</Entity>
<Entity uid="573">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="566" z="38"/>
<Orientation y="4.49643"/>
</Entity>
<Entity uid="574">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238" z="670"/>
<Orientation y="4.81783"/>
</Entity>
<Entity uid="575">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="242" z="678"/>
<Orientation y="0.68636"/>
</Entity>
<Entity uid="576">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="706" z="130"/>
<Orientation y="0.44802"/>
</Entity>
<Entity uid="577">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="710" z="106"/>
<Orientation y="1.846"/>
</Entity>
<Entity uid="578">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="714" z="134"/>
<Orientation y="4.23"/>
</Entity>
<Entity uid="579">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="718" z="126"/>
<Orientation y="1.07755"/>
</Entity>
<Entity uid="580">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="706" z="106"/>
<Orientation y="2.87049"/>
</Entity>
<Entity uid="581">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="710" z="126"/>
<Orientation y="3.47124"/>
</Entity>
<Entity uid="582">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="706" z="110"/>
<Orientation y="4.75881"/>
</Entity>
<Entity uid="583">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="714" z="114"/>
<Orientation y="4.86998"/>
</Entity>
<Entity uid="584">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="702" z="266"/>
<Orientation y="1.48893"/>
</Entity>
<Entity uid="585">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="714" z="266"/>
<Orientation y="2.32049"/>
</Entity>
<Entity uid="586">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="710" z="270"/>
<Orientation y="1.84548"/>
</Entity>
<Entity uid="587">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="474" z="70"/>
<Orientation y="0.20121"/>
</Entity>
<Entity uid="588">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="486" z="62"/>
<Orientation y="1.0605"/>
</Entity>
<Entity uid="589">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="478" z="58"/>
<Orientation y="2.53664"/>
</Entity>
<Entity uid="590">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="482" z="58"/>
<Orientation y="2.52385"/>
</Entity>
<Entity uid="591">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="478" z="78"/>
<Orientation y="5.55947"/>
</Entity>
<Entity uid="592">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="198" z="434"/>
<Orientation y="5.59487"/>
</Entity>
<Entity uid="593">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="202" z="438"/>
<Orientation y="6.03212"/>
</Entity>
<Entity uid="594">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="206" z="414"/>
<Orientation y="0.36207"/>
</Entity>
<Entity uid="595">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="214" z="414"/>
<Orientation y="5.05478"/>
</Entity>
<Entity uid="596">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="206" z="426"/>
<Orientation y="4.35354"/>
</Entity>
<Entity uid="597">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="206" z="418"/>
<Orientation y="6.17998"/>
</Entity>
<Entity uid="598">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="502" z="674"/>
<Orientation y="5.13942"/>
</Entity>
<Entity uid="599">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="516.24866" z="678.1933"/>
<Orientation y="0.70513"/>
</Entity>
<Entity uid="600">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="508.4097" z="680.14313"/>
<Orientation y="4.30132"/>
</Entity>
<Entity uid="601">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="578" z="454"/>
<Orientation y="0.34693"/>
</Entity>
<Entity uid="602">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="574" z="442"/>
<Orientation y="2.82331"/>
</Entity>
<Entity uid="603">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="586" z="442"/>
<Orientation y="1.43741"/>
</Entity>
<Entity uid="604">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="586" z="450"/>
<Orientation y="0.78354"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="594" z="442"/>
<Orientation y="1.40891"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="562" z="446"/>
<Orientation y="1.6058"/>
</Entity>
<Entity uid="607">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="562" z="450"/>
<Orientation y="5.59076"/>
</Entity>
<Entity uid="608">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="586" z="446"/>
<Orientation y="0.534"/>
</Entity>
<Entity uid="609">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="818" z="482"/>
<Orientation y="4.73226"/>
</Entity>
<Entity uid="610">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="818" z="486"/>
<Orientation y="5.0574"/>
</Entity>
<Entity uid="611">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="822" z="486"/>
<Orientation y="4.34093"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="846" z="478"/>
<Orientation y="2.47846"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="370" z="878"/>
<Orientation y="2.81476"/>
</Entity>
<Entity uid="614">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="866"/>
<Orientation y="1.85116"/>
</Entity>
<Entity uid="615">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="374" z="882"/>
<Orientation y="3.4142"/>
</Entity>
<Entity uid="616">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="390" z="874"/>
<Orientation y="1.74381"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="926" z="398"/>
<Orientation y="6.24791"/>
</Entity>
<Entity uid="618">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="494" z="402"/>
<Orientation y="5.99024"/>
</Entity>
<Entity uid="619">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="490" z="406"/>
<Orientation y="2.48371"/>
</Entity>
<Entity uid="620">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="486" z="394"/>
<Orientation y="5.76285"/>
</Entity>
<Entity uid="621">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="510" z="410"/>
<Orientation y="4.05602"/>
</Entity>
<Entity uid="622">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="626" z="738"/>
<Orientation y="1.24791"/>
</Entity>
<Entity uid="623">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="614" z="742"/>
<Orientation y="1.19368"/>
</Entity>
<Entity uid="624">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="618" z="742"/>
<Orientation y="4.12174"/>
</Entity>
<Entity uid="625">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="634" z="806"/>
<Orientation y="1.51566"/>
</Entity>
<Entity uid="626">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="634" z="822"/>
<Orientation y="4.14754"/>
</Entity>
<Entity uid="627">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="630" z="802"/>
<Orientation y="0.3454"/>
</Entity>
<Entity uid="628">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="646" z="822"/>
<Orientation y="3.98624"/>
</Entity>
<Entity uid="629">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="650" z="822"/>
<Orientation y="5.31356"/>
</Entity>
<Entity uid="630">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="658" z="814"/>
<Orientation y="3.47214"/>
</Entity>
<Entity uid="631">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="654" z="798"/>
<Orientation y="1.0193"/>
</Entity>
<Entity uid="632">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="670" z="806"/>
<Orientation y="1.05828"/>
</Entity>
<Entity uid="633">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="666" z="810"/>
<Orientation y="4.40137"/>
</Entity>
<Entity uid="634">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="634" z="794"/>
<Orientation y="3.06255"/>
</Entity>
<Entity uid="635">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="642" z="802"/>
<Orientation y="5.24515"/>
</Entity>
<Entity uid="636">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="642" z="810"/>
<Orientation y="1.9735"/>
</Entity>
<Entity uid="637">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="646" z="806"/>
<Orientation y="1.83501"/>
</Entity>
<Entity uid="638">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="654" z="806"/>
<Orientation y="0.87288"/>
</Entity>
<Entity uid="639">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="854" z="646"/>
<Orientation y="5.88497"/>
</Entity>
<Entity uid="640">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="882" z="838"/>
<Orientation y="4.59046"/>
</Entity>
<Entity uid="641">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="874" z="834"/>
<Orientation y="4.7822"/>
</Entity>
<Entity uid="642">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="890" z="830"/>
<Orientation y="2.98487"/>
</Entity>
<Entity uid="643">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="874" z="826"/>
<Orientation y="5.3082"/>
</Entity>
<Entity uid="644">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878" z="822"/>
<Orientation y="4.63785"/>
</Entity>
<Entity uid="645">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878" z="834"/>
<Orientation y="4.04645"/>
</Entity>
<Entity uid="646">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="882" z="834"/>
<Orientation y="1.85174"/>
</Entity>
<Entity uid="647">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878" z="826"/>
<Orientation y="1.21996"/>
</Entity>
<Entity uid="648">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="882" z="830"/>
<Orientation y="3.28292"/>
</Entity>
<Entity uid="649">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="778" z="650"/>
<Orientation y="5.53365"/>
</Entity>
<Entity uid="650">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="790" z="646"/>
<Orientation y="5.60314"/>
</Entity>
<Entity uid="651">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="778" z="666"/>
<Orientation y="5.04198"/>
</Entity>
<Entity uid="652">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="786" z="662"/>
<Orientation y="0.04474"/>
</Entity>
<Entity uid="653">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="774" z="654"/>
<Orientation y="2.86434"/>
</Entity>
<Entity uid="654">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="790" z="650"/>
<Orientation y="0.73113"/>
</Entity>
<Entity uid="655">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="782" z="658"/>
<Orientation y="2.30376"/>
</Entity>
<Entity uid="656">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="790" z="658"/>
<Orientation y="3.32358"/>
</Entity>
<Entity uid="657">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="794" z="662"/>
<Orientation y="1.45035"/>
</Entity>
<Entity uid="658">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="262" z="846"/>
<Orientation y="5.38071"/>
</Entity>
<Entity uid="659">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="266" z="842"/>
<Orientation y="0.57114"/>
</Entity>
<Entity uid="660">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="270" z="842"/>
<Orientation y="5.3879"/>
</Entity>
<Entity uid="661">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="274" z="854"/>
<Orientation y="2.69872"/>
</Entity>
<Entity uid="662">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="266" z="850"/>
<Orientation y="1.0925"/>
</Entity>
<Entity uid="663">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="270" z="846"/>
<Orientation y="3.98121"/>
</Entity>
<Entity uid="664">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="258" z="866"/>
<Orientation y="5.38166"/>
</Entity>
<Entity uid="665">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="262" z="858"/>
<Orientation y="5.70351"/>
</Entity>
<Entity uid="666">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="966" z="698"/>
<Orientation y="5.83985"/>
</Entity>
<Entity uid="667">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="622" z="94"/>
<Orientation y="0.04758"/>
</Entity>
<Entity uid="668">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="626" z="94"/>
<Orientation y="3.79534"/>
</Entity>
<Entity uid="669">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="642" z="94"/>
<Orientation y="0.19219"/>
</Entity>
<Entity uid="670">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="290" z="202"/>
<Orientation y="1.70362"/>
</Entity>
<Entity uid="671">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="294" z="194"/>
<Orientation y="5.92286"/>
</Entity>
<Entity uid="672">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="314" z="194"/>
<Orientation y="1.50779"/>
</Entity>
<Entity uid="673">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="294" z="198"/>
<Orientation y="5.91494"/>
</Entity>
<Entity uid="674">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="298" z="198"/>
<Orientation y="1.54264"/>
</Entity>
<Entity uid="675">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="298" z="202"/>
<Orientation y="2.1549"/>
</Entity>
<Entity uid="676">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="626" z="478"/>
<Orientation y="3.59562"/>
</Entity>
<Entity uid="677">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="630" z="478"/>
<Orientation y="4.84163"/>
</Entity>
<Entity uid="678">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="634" z="490"/>
<Orientation y="5.38627"/>
</Entity>
<Entity uid="679">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="650" z="490"/>
<Orientation y="0.82222"/>
</Entity>
<Entity uid="680">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="654" z="486"/>
<Orientation y="1.34861"/>
</Entity>
<Entity uid="681">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="662" z="486"/>
<Orientation y="3.09076"/>
</Entity>
<Entity uid="682">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="663.1153" z="481.75721"/>
<Orientation y="5.46508"/>
</Entity>
<Entity uid="683">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="622" z="482"/>
<Orientation y="5.4076"/>
</Entity>
<Entity uid="684">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="626" z="486"/>
<Orientation y="5.9723"/>
</Entity>
<Entity uid="685">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="638" z="478"/>
<Orientation y="4.98517"/>
</Entity>
<Entity uid="686">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="637.03644" z="472.17521"/>
<Orientation y="6.04586"/>
</Entity>
<Entity uid="687">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="634" z="486"/>
<Orientation y="0.66691"/>
</Entity>
<Entity uid="688">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="638" z="486"/>
<Orientation y="5.44788"/>
</Entity>
<Entity uid="689">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="658" z="482"/>
<Orientation y="5.37508"/>
</Entity>
<Entity uid="690">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="650" z="478"/>
<Orientation y="4.1771"/>
</Entity>
<Entity uid="691">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="638" z="482"/>
<Orientation y="3.23446"/>
</Entity>
<Entity uid="692">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="334" z="334"/>
<Orientation y="5.42273"/>
</Entity>
<Entity uid="693">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="342" z="330"/>
<Orientation y="3.85494"/>
</Entity>
<Entity uid="694">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="350" z="330"/>
<Orientation y="5.8145"/>
</Entity>
<Entity uid="695">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="354" z="334"/>
<Orientation y="1.12833"/>
</Entity>
<Entity uid="696">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="346" z="346"/>
<Orientation y="0.45217"/>
</Entity>
<Entity uid="697">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="346" z="338"/>
<Orientation y="0.0477"/>
</Entity>
<Entity uid="698">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="342" z="342"/>
<Orientation y="3.60184"/>
</Entity>
<Entity uid="699">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="514" z="462"/>
<Orientation y="0.97298"/>
</Entity>
<Entity uid="700">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="658" z="230"/>
<Orientation y="5.4261"/>
</Entity>
<Entity uid="701">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="654" z="206"/>
<Orientation y="5.80233"/>
</Entity>
<Entity uid="702">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="646" z="218"/>
<Orientation y="1.37609"/>
</Entity>
<Entity uid="703">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="650" z="210"/>
<Orientation y="2.33803"/>
</Entity>
<Entity uid="704">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="650" z="218"/>
<Orientation y="2.0769"/>
</Entity>
<Entity uid="705">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="654" z="226"/>
<Orientation y="2.87139"/>
</Entity>
<Entity uid="706">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="666" z="210"/>
<Orientation y="1.74483"/>
</Entity>
<Entity uid="707">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="670" z="206"/>
<Orientation y="6.14214"/>
</Entity>
<Entity uid="708">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="654" z="214"/>
<Orientation y="4.15421"/>
</Entity>
<Entity uid="709">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="186" z="882"/>
<Orientation y="2.28743"/>
</Entity>
<Entity uid="710">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="458" z="154"/>
<Orientation y="5.3436"/>
</Entity>
<Entity uid="711">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="458" z="158"/>
<Orientation y="2.14792"/>
</Entity>
<Entity uid="712">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="462" z="150"/>
<Orientation y="0.99695"/>
</Entity>
<Entity uid="713">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="466" z="142"/>
<Orientation y="0.11791"/>
</Entity>
<Entity uid="714">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="470" z="138"/>
<Orientation y="2.0452"/>
</Entity>
<Entity uid="715">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="474" z="170"/>
<Orientation y="3.6185"/>
</Entity>
<Entity uid="716">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="486" z="150"/>
<Orientation y="2.55308"/>
</Entity>
<Entity uid="717">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="486" z="138"/>
<Orientation y="2.25696"/>
</Entity>
<Entity uid="718">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="466" z="170"/>
<Orientation y="1.18145"/>
</Entity>
<Entity uid="719">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="466" z="158"/>
<Orientation y="4.18445"/>
</Entity>
<Entity uid="720">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="470" z="158"/>
<Orientation y="0.85401"/>
</Entity>
<Entity uid="721">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="474" z="154"/>
<Orientation y="2.08257"/>
</Entity>
<Entity uid="722">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="466" z="166"/>
<Orientation y="0.70348"/>
</Entity>
<Entity uid="723">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="466" z="162"/>
<Orientation y="2.01146"/>
</Entity>
<Entity uid="724">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="686" z="690"/>
<Orientation y="0.30774"/>
</Entity>
<Entity uid="725">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="694" z="686"/>
<Orientation y="1.95675"/>
</Entity>
<Entity uid="726">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="698" z="686"/>
<Orientation y="1.49097"/>
</Entity>
<Entity uid="727">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="630" z="534"/>
<Orientation y="4.3176"/>
</Entity>
<Entity uid="728">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="630" z="538"/>
<Orientation y="2.59694"/>
</Entity>
<Entity uid="729">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="634" z="546"/>
<Orientation y="1.39533"/>
</Entity>
<Entity uid="730">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="638" z="546"/>
<Orientation y="3.18053"/>
</Entity>
<Entity uid="731">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="646" z="550"/>
<Orientation y="2.32015"/>
</Entity>
<Entity uid="732">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="642" z="538"/>
<Orientation y="2.61866"/>
</Entity>
<Entity uid="733">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="626" z="542"/>
<Orientation y="2.31344"/>
</Entity>
<Entity uid="734">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="650" z="546"/>
<Orientation y="2.18015"/>
</Entity>
<Entity uid="735">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="650" z="542"/>
<Orientation y="0.787"/>
</Entity>
<Entity uid="736">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="638" z="542"/>
<Orientation y="0.7289"/>
</Entity>
<Entity uid="737">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="646" z="542"/>
<Orientation y="4.24056"/>
</Entity>
<Entity uid="738">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="686" z="54"/>
<Orientation y="4.74335"/>
</Entity>
<Entity uid="739">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="222" z="722"/>
<Orientation y="3.42583"/>
</Entity>
<Entity uid="740">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="222" z="730"/>
<Orientation y="3.6137"/>
</Entity>
<Entity uid="741">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="230" z="730"/>
<Orientation y="0.91004"/>
</Entity>
<Entity uid="742">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="234" z="722"/>
<Orientation y="5.05935"/>
</Entity>
<Entity uid="743">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="506" z="1002"/>
<Orientation y="3.61236"/>
</Entity>
<Entity uid="744">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="514" z="1006"/>
<Orientation y="3.86828"/>
</Entity>
<Entity uid="745">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="310" z="466"/>
<Orientation y="4.08841"/>
</Entity>
<Entity uid="746">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="314" z="470"/>
<Orientation y="4.66283"/>
</Entity>
<Entity uid="747">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="318" z="454"/>
<Orientation y="3.01296"/>
</Entity>
<Entity uid="748">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="326" z="458"/>
<Orientation y="4.98449"/>
</Entity>
<Entity uid="749">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="330" z="462"/>
<Orientation y="4.90452"/>
</Entity>
<Entity uid="750">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="318" z="462"/>
<Orientation y="5.17116"/>
</Entity>
<Entity uid="751">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="318" z="466"/>
<Orientation y="5.1757"/>
</Entity>
<Entity uid="752">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="698" z="842"/>
<Orientation y="1.45246"/>
</Entity>
<Entity uid="753">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="710" z="830"/>
<Orientation y="0.91411"/>
</Entity>
<Entity uid="754">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="722" z="838"/>
<Orientation y="4.28827"/>
</Entity>
<Entity uid="755">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="706" z="842"/>
<Orientation y="1.41445"/>
</Entity>
<Entity uid="756">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="706" z="846"/>
<Orientation y="0.8481"/>
</Entity>
<Entity uid="757">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="710" z="838"/>
<Orientation y="1.6501"/>
</Entity>
<Entity uid="758">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="710" z="846"/>
<Orientation y="4.12891"/>
</Entity>
<Entity uid="759">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="714" z="850"/>
<Orientation y="1.69564"/>
</Entity>
<Entity uid="760">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="714" z="858"/>
<Orientation y="0.71322"/>
</Entity>
<Entity uid="761">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="722" z="854"/>
<Orientation y="1.41558"/>
</Entity>
<Entity uid="762">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="714" z="846"/>
<Orientation y="3.04824"/>
</Entity>
<Entity uid="763">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="718" z="846"/>
<Orientation y="2.6051"/>
</Entity>
<Entity uid="764">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="718" z="850"/>
<Orientation y="5.1612"/>
</Entity>
<Entity uid="765">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="954" z="322"/>
<Orientation y="4.22323"/>
</Entity>
<Entity uid="766">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="946" z="322"/>
<Orientation y="6.0616"/>
</Entity>
<Entity uid="767">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="930" z="310"/>
<Orientation y="2.73835"/>
</Entity>
<Entity uid="768">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="930" z="314"/>
<Orientation y="1.3477"/>
</Entity>
<Entity uid="769">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="950" z="306"/>
<Orientation y="3.86515"/>
</Entity>
<Entity uid="770">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="942" z="334"/>
<Orientation y="4.03583"/>
</Entity>
<Entity uid="771">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="958" z="310"/>
<Orientation y="3.86532"/>
</Entity>
<Entity uid="772">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="938" z="314"/>
<Orientation y="3.58022"/>
</Entity>
<Entity uid="773">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="438" z="698"/>
<Orientation y="1.48414"/>
</Entity>
<Entity uid="774">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="438" z="694"/>
<Orientation y="2.6166"/>
</Entity>
<Entity uid="775">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="426" z="694"/>
<Orientation y="2.61725"/>
</Entity>
<Entity uid="776">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="430" z="690"/>
<Orientation y="1.21416"/>
</Entity>
<Entity uid="777">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="442" z="686"/>
<Orientation y="1.38485"/>
</Entity>
<Entity uid="778">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="426" z="702"/>
<Orientation y="3.11901"/>
</Entity>
<Entity uid="779">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="430" z="694"/>
<Orientation y="2.37307"/>
</Entity>
<Entity uid="780">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="434" z="694"/>
<Orientation y="1.57873"/>
</Entity>
<Entity uid="781">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="466" z="346"/>
<Orientation y="5.44886"/>
</Entity>
<Entity uid="782">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="458" z="354"/>
<Orientation y="0.42891"/>
</Entity>
<Entity uid="783">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="462" z="354"/>
<Orientation y="2.79218"/>
</Entity>
<Entity uid="784">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="322" z="902"/>
<Orientation y="1.5585"/>
</Entity>
<Entity uid="785">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="58" z="326"/>
<Orientation y="5.45875"/>
</Entity>
<Entity uid="786">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="254" z="494"/>
<Orientation y="3.55846"/>
</Entity>
<Entity uid="787">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="254" z="506"/>
<Orientation y="2.20224"/>
</Entity>
<Entity uid="788">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="242" z="498"/>
<Orientation y="2.95064"/>
</Entity>
<Entity uid="789">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="354" z="238"/>
<Orientation y="6.27028"/>
</Entity>
<Entity uid="790">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="358" z="254"/>
<Orientation y="5.83057"/>
</Entity>
<Entity uid="791">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="366" z="254"/>
<Orientation y="1.72312"/>
</Entity>
<Entity uid="792">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="370" z="250"/>
<Orientation y="2.63241"/>
</Entity>
<Entity uid="793">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="366" z="250"/>
<Orientation y="3.7027"/>
</Entity>
<Entity uid="794">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="266" z="322"/>
<Orientation y="1.1942"/>
</Entity>
<Entity uid="795">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="294" z="250"/>
<Orientation y="1.72712"/>
</Entity>
<Entity uid="796">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="306" z="250"/>
<Orientation y="0.47263"/>
</Entity>
<Entity uid="797">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="302" z="254"/>
<Orientation y="2.26568"/>
</Entity>
<Entity uid="798">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="290" z="262"/>
<Orientation y="3.5277"/>
</Entity>
<Entity uid="799">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="310" z="250"/>
<Orientation y="4.27663"/>
</Entity>
<Entity uid="800">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="310" z="262"/>
<Orientation y="6.01674"/>
</Entity>
<Entity uid="801">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="302" z="258"/>
<Orientation y="1.0279"/>
</Entity>
<Entity uid="802">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="278" z="714"/>
<Orientation y="4.35718"/>
</Entity>
<Entity uid="803">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="286" z="710"/>
<Orientation y="5.16903"/>
</Entity>
<Entity uid="804">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="282" z="714"/>
<Orientation y="0.42725"/>
</Entity>
<Entity uid="805">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="702" z="942"/>
<Orientation y="0.77642"/>
</Entity>
<Entity uid="806">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="686" z="946"/>
<Orientation y="1.01021"/>
</Entity>
<Entity uid="807">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="690" z="958"/>
<Orientation y="1.69764"/>
</Entity>
<Entity uid="808">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="694" z="958"/>
<Orientation y="2.76523"/>
</Entity>
<Entity uid="809">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="694" z="962"/>
<Orientation y="2.74247"/>
</Entity>
<Entity uid="810">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="694" z="926"/>
<Orientation y="1.03657"/>
</Entity>
<Entity uid="811">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="698" z="954"/>
<Orientation y="3.31571"/>
</Entity>
<Entity uid="812">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="694" z="950"/>
<Orientation y="5.14873"/>
</Entity>
<Entity uid="813">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="562" z="218"/>
<Orientation y="3.83172"/>
</Entity>
<Entity uid="814">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="582" z="206"/>
<Orientation y="5.12206"/>
</Entity>
<Entity uid="815">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="570" z="198"/>
<Orientation y="5.48203"/>
</Entity>
<Entity uid="816">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="586" z="214"/>
<Orientation y="2.4765"/>
</Entity>
<Entity uid="817">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="406" z="626"/>
<Orientation y="6.06383"/>
</Entity>
<Entity uid="818">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="406" z="650"/>
<Orientation y="0.56824"/>
</Entity>
<Entity uid="819">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="410" z="642"/>
<Orientation y="4.41306"/>
</Entity>
<Entity uid="820">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="414" z="638"/>
<Orientation y="0.95669"/>
</Entity>
<Entity uid="821">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="422" z="634"/>
<Orientation y="6.16126"/>
</Entity>
<Entity uid="822">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="402" z="622"/>
<Orientation y="2.774"/>
</Entity>
<Entity uid="823">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="142" z="442"/>
<Orientation y="0.65581"/>
</Entity>
<Entity uid="824">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="162" z="458"/>
<Orientation y="1.84882"/>
</Entity>
<Entity uid="825">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="146" z="466"/>
<Orientation y="1.13892"/>
</Entity>
<Entity uid="826">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="154" z="466"/>
<Orientation y="2.09244"/>
</Entity>
<Entity uid="827">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="150" z="438"/>
<Orientation y="1.69105"/>
</Entity>
<Entity uid="828">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="146" z="454"/>
<Orientation y="0.35615"/>
</Entity>
<Entity uid="829">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="22" z="518"/>
<Orientation y="4.37038"/>
</Entity>
<Entity uid="830">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="166" z="234"/>
<Orientation y="6.2437"/>
</Entity>
<Entity uid="831">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="166" z="238"/>
<Orientation y="1.2149"/>
</Entity>
<Entity uid="832">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="166" z="242"/>
<Orientation y="3.87505"/>
</Entity>
<Entity uid="833">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="146" z="230"/>
<Orientation y="3.36294"/>
</Entity>
<Entity uid="834">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="146" z="242"/>
<Orientation y="0.9907"/>
</Entity>
<Entity uid="835">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="146" z="246"/>
<Orientation y="4.96346"/>
</Entity>
<Entity uid="836">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="154" z="246"/>
<Orientation y="5.73366"/>
</Entity>
<Entity uid="837">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="154" z="250"/>
<Orientation y="1.8387"/>
</Entity>
<Entity uid="838">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="158" z="242"/>
<Orientation y="1.50206"/>
</Entity>
<Entity uid="839">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="154" z="238"/>
<Orientation y="2.80988"/>
</Entity>
<Entity uid="840">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="326" z="950"/>
<Orientation y="3.01098"/>
</Entity>
<Entity uid="841">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="318" z="958"/>
<Orientation y="1.71682"/>
</Entity>
<Entity uid="842">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="314" z="962"/>
<Orientation y="4.34647"/>
</Entity>
<Entity uid="843">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="810" z="426"/>
<Orientation y="3.5823"/>
</Entity>
<Entity uid="844">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="806" z="810"/>
<Orientation y="4.81156"/>
</Entity>
<Entity uid="845">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="810" z="830"/>
<Orientation y="4.82288"/>
</Entity>
<Entity uid="846">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="814" z="822"/>
<Orientation y="5.34662"/>
</Entity>
<Entity uid="847">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="794" z="838"/>
<Orientation y="0.01105"/>
</Entity>
<Entity uid="848">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="806" z="846"/>
<Orientation y="0.27376"/>
</Entity>
<Entity uid="849">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="810" z="846"/>
<Orientation y="4.16909"/>
</Entity>
<Entity uid="850">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="798" z="834"/>
<Orientation y="4.23285"/>
</Entity>
<Entity uid="851">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="810" z="814"/>
<Orientation y="5.3895"/>
</Entity>
<Entity uid="852">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="806" z="838"/>
<Orientation y="3.00889"/>
</Entity>
<Entity uid="853">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="814" z="818"/>
<Orientation y="1.12653"/>
</Entity>
<Entity uid="854">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="798" z="842"/>
<Orientation y="6.13357"/>
</Entity>
<Entity uid="855">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="806" z="822"/>
<Orientation y="0.35929"/>
</Entity>
<Entity uid="856">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="286" z="610"/>
<Orientation y="2.65445"/>
</Entity>
<Entity uid="857">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="294" z="630"/>
<Orientation y="6.1669"/>
</Entity>
<Entity uid="858">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="302" z="614"/>
<Orientation y="2.04244"/>
</Entity>
<Entity uid="859">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="282" z="630"/>
<Orientation y="3.86467"/>
</Entity>
<Entity uid="860">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="286" z="630"/>
<Orientation y="5.33764"/>
</Entity>
<Entity uid="861">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="286" z="618"/>
<Orientation y="2.26464"/>
</Entity>
<Entity uid="862">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="290" z="618"/>
<Orientation y="0.98693"/>
</Entity>
<Entity uid="863">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="298" z="610"/>
<Orientation y="5.0795"/>
</Entity>
<Entity uid="864">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="298" z="618"/>
<Orientation y="4.38366"/>
</Entity>
<Entity uid="865">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="286" z="622"/>
<Orientation y="0.07811"/>
</Entity>
<Entity uid="866">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="290" z="622"/>
<Orientation y="0.54426"/>
</Entity>
<Entity uid="867">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="822" z="714"/>
<Orientation y="2.92408"/>
</Entity>
<Entity uid="868">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="834" z="722"/>
<Orientation y="2.56858"/>
</Entity>
<Entity uid="869">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="838" z="726"/>
<Orientation y="0.18862"/>
</Entity>
<Entity uid="870">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="814" z="726"/>
<Orientation y="4.60291"/>
</Entity>
<Entity uid="871">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="818" z="726"/>
<Orientation y="5.25469"/>
</Entity>
<Entity uid="872">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="818" z="730"/>
<Orientation y="2.59162"/>
</Entity>
<Entity uid="873">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="830" z="738"/>
<Orientation y="1.23548"/>
</Entity>
<Entity uid="874">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="818" z="718"/>
<Orientation y="0.62348"/>
</Entity>
<Entity uid="875">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="818" z="722"/>
<Orientation y="0.76297"/>
</Entity>
<Entity uid="876">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="822" z="722"/>
<Orientation y="1.8885"/>
</Entity>
<Entity uid="877">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="830" z="726"/>
<Orientation y="6.27816"/>
</Entity>
<Entity uid="878">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="822" z="726"/>
<Orientation y="2.42585"/>
</Entity>
<Entity uid="879">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="746" z="202"/>
<Orientation y="1.4785"/>
</Entity>
<Entity uid="880">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="746" z="198"/>
<Orientation y="6.02446"/>
</Entity>
<Entity uid="881">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="730" z="194"/>
<Orientation y="2.94205"/>
</Entity>
<Entity uid="882">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="738" z="182"/>
<Orientation y="3.28632"/>
</Entity>
<Entity uid="883">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="754" z="178"/>
<Orientation y="0.99396"/>
</Entity>
<Entity uid="884">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="738" z="190"/>
<Orientation y="2.31559"/>
</Entity>
<Entity uid="885">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="746" z="186"/>
<Orientation y="1.24762"/>
</Entity>
<Entity uid="886">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="878" z="234"/>
<Orientation y="3.69741"/>
</Entity>
<Entity uid="887">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="878" z="246"/>
<Orientation y="2.1747"/>
</Entity>
<Entity uid="888">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="878" z="250"/>
<Orientation y="2.99816"/>
</Entity>
<Entity uid="889">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="882" z="246"/>
<Orientation y="5.33593"/>
</Entity>
<Entity uid="890">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="874" z="250"/>
<Orientation y="1.53364"/>
</Entity>
<Entity uid="891">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="854" z="234"/>
<Orientation y="2.84647"/>
</Entity>
<Entity uid="892">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="866" z="250"/>
<Orientation y="2.4532"/>
</Entity>
<Entity uid="893">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="862" z="226"/>
<Orientation y="5.45257"/>
</Entity>
<Entity uid="894">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="866" z="226"/>
<Orientation y="4.33193"/>
</Entity>
<Entity uid="895">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="866" z="230"/>
<Orientation y="3.33112"/>
</Entity>
<Entity uid="896">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="870" z="226"/>
<Orientation y="2.92492"/>
</Entity>
<Entity uid="897">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="870" z="230"/>
<Orientation y="2.72275"/>
</Entity>
<Entity uid="898">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="574" z="78"/>
<Orientation y="0.34179"/>
</Entity>
<Entity uid="899">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="570" z="86"/>
<Orientation y="1.41915"/>
</Entity>
<Entity uid="900">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="578" z="94"/>
<Orientation y="5.69123"/>
</Entity>
<Entity uid="901">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="574" z="86"/>
<Orientation y="5.05553"/>
</Entity>
<Entity uid="902">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="178" z="830"/>
<Orientation y="3.9868"/>
</Entity>
<Entity uid="903">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="142" z="626"/>
<Orientation y="1.23642"/>
</Entity>
<Entity uid="904">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="146" z="634"/>
<Orientation y="3.45978"/>
</Entity>
<Entity uid="905">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="126" z="626"/>
<Orientation y="5.44994"/>
</Entity>
<Entity uid="906">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="130" z="622"/>
<Orientation y="2.83477"/>
</Entity>
<Entity uid="907">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="138" z="618"/>
<Orientation y="6.13015"/>
</Entity>
<Entity uid="908">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="134" z="638"/>
<Orientation y="2.22493"/>
</Entity>
<Entity uid="909">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="138" z="638"/>
<Orientation y="1.90928"/>
</Entity>
<Entity uid="910">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="130" z="630"/>
<Orientation y="0.44637"/>
</Entity>
<Entity uid="911">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="350" z="722"/>
<Orientation y="4.0273"/>
</Entity>
<Entity uid="912">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="354" z="722"/>
<Orientation y="5.97942"/>
</Entity>
<Entity uid="913">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="358" z="722"/>
<Orientation y="1.90957"/>
</Entity>
<Entity uid="914">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="362" z="726"/>
<Orientation y="6.02196"/>
</Entity>
<Entity uid="915">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="366" z="726"/>
<Orientation y="0.73476"/>
</Entity>
<Entity uid="916">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="694" z="374"/>
<Orientation y="4.8998"/>
</Entity>
<Entity uid="917">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="706" z="366"/>
<Orientation y="4.36652"/>
</Entity>
<Entity uid="918">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="710" z="378"/>
<Orientation y="3.41303"/>
</Entity>
<Entity uid="919">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="702" z="378"/>
<Orientation y="5.8227"/>
</Entity>
<Entity uid="920">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="462" z="970"/>
<Orientation y="4.16953"/>
</Entity>
<Entity uid="921">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="882" z="750"/>
<Orientation y="5.89541"/>
</Entity>
<Entity uid="922">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="890" z="758"/>
<Orientation y="0.66242"/>
</Entity>
<Entity uid="923">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="902" z="730"/>
<Orientation y="1.89913"/>
</Entity>
<Entity uid="924">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="894" z="762"/>
<Orientation y="1.84375"/>
</Entity>
<Entity uid="925">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="898" z="766"/>
<Orientation y="3.07447"/>
</Entity>
<Entity uid="926">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="902" z="734"/>
<Orientation y="4.49624"/>
</Entity>
<Entity uid="927">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="886" z="738"/>
<Orientation y="4.20327"/>
</Entity>
<Entity uid="928">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="886" z="750"/>
<Orientation y="3.81977"/>
</Entity>
<Entity uid="929">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="890" z="750"/>
<Orientation y="2.16982"/>
</Entity>
<Entity uid="930">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="902" z="750"/>
<Orientation y="2.36382"/>
</Entity>
<Entity uid="931">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="906" z="742"/>
<Orientation y="1.20199"/>
</Entity>
<Entity uid="932">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="890" z="746"/>
<Orientation y="0.02312"/>
</Entity>
<Entity uid="933">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="894" z="746"/>
<Orientation y="5.78954"/>
</Entity>
<Entity uid="934">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="898" z="746"/>
<Orientation y="4.27047"/>
</Entity>
<Entity uid="935">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="894" z="738"/>
<Orientation y="0.91922"/>
</Entity>
<Entity uid="936">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="86" z="758"/>
<Orientation y="1.80514"/>
</Entity>
<Entity uid="937">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="118" z="694"/>
<Orientation y="3.15163"/>
</Entity>
<Entity uid="938">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="122" z="706"/>
<Orientation y="1.59507"/>
</Entity>
<Entity uid="939">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="110" z="710"/>
<Orientation y="4.89928"/>
</Entity>
<Entity uid="940">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="114" z="714"/>
<Orientation y="4.08028"/>
</Entity>
<Entity uid="941">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="118" z="714"/>
<Orientation y="3.20005"/>
</Entity>
<Entity uid="942">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="122" z="710"/>
<Orientation y="3.17273"/>
</Entity>
<Entity uid="943">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="822" z="558"/>
<Orientation y="4.89051"/>
</Entity>
<Entity uid="944">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="830" z="550"/>
<Orientation y="0.29072"/>
</Entity>
<Entity uid="945">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="582" z="510"/>
<Orientation y="2.60378"/>
</Entity>
<Entity uid="946">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="582" z="850"/>
<Orientation y="0.08443"/>
</Entity>
<Entity uid="947">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="398" z="346"/>
<Orientation y="4.10854"/>
</Entity>
<Entity uid="948">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="398" z="358"/>
<Orientation y="1.8168"/>
</Entity>
<Entity uid="949">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="402" z="354"/>
<Orientation y="6.19362"/>
</Entity>
<Entity uid="950">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="258.99044" z="487.28475"/>
<Orientation y="-1.17006"/>
</Entity>
<Entity uid="951">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="269.85998" z="500.38495"/>
<Orientation y="1.5394"/>
</Entity>
<Entity uid="952">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="268.05874" z="503.317"/>
<Orientation y="-0.46229"/>
</Entity>
<Entity uid="953">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="269.6488" z="499.1233"/>
<Orientation y="0.60773"/>
</Entity>
<Entity uid="954">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="270.0231" z="498.15539"/>
<Orientation y="-3.0586"/>
</Entity>
<Entity uid="955">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="766.07226" z="701.78472"/>
<Orientation y="-2.13575"/>
</Entity>
<Entity uid="956">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="762.48147" z="701.70852"/>
<Orientation y="-2.90883"/>
</Entity>
<Entity uid="957">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="768.01346" z="702.71142"/>
<Orientation y="-0.55582"/>
</Entity>
<Entity uid="958">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="768.55246" z="707.03107"/>
<Orientation y="-4.68218"/>
</Entity>
<Entity uid="959">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="762.13529" z="707.6795"/>
<Orientation y="-1.26735"/>
</Entity>
<Entity uid="960">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="437.5587" z="266.09833"/>
<Orientation y="-1.9828"/>
</Entity>
<Entity uid="961">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="444.0141" z="267.2646"/>
<Orientation y="-2.50141"/>
</Entity>
<Entity uid="962">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="438.54499" z="265.6951"/>
<Orientation y="-1.1329"/>
</Entity>
<Entity uid="963">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="440.22814" z="269.44921"/>
<Orientation y="-3.95934"/>
</Entity>
<Entity uid="964">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="431.10511" z="264.613"/>
<Orientation y="-0.73188"/>
</Entity>
<Entity uid="965">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="433.02022" z="270.69471"/>
<Orientation y="-2.25013"/>
</Entity>
<Entity uid="966">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="234.3928" z="530.63707"/>
<Orientation y="-2.63108"/>
</Entity>
<Entity uid="967">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="243.70774" z="542.63659"/>
<Orientation y="-2.76674"/>
</Entity>
<Entity uid="968">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="244.04627" z="541.90865"/>
<Orientation y="-0.34968"/>
</Entity>
<Entity uid="969">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="240.69323" z="542.14736"/>
<Orientation y="0.84644"/>
</Entity>
<Entity uid="970">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="349.27912" z="837.03869"/>
<Orientation y="-1.64731"/>
</Entity>
<Entity uid="971">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="337.70402" z="835.13323"/>
<Orientation y="-1.392"/>
</Entity>
<Entity uid="972">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="342.5455" z="835.39695"/>
<Orientation y="-2.11994"/>
</Entity>
<Entity uid="973">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="335.31902" z="839.42502"/>
<Orientation y="-3.47245"/>
</Entity>
<Entity uid="974">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="341.84205" z="842.00806"/>
<Orientation y="-4.57711"/>
</Entity>
<Entity uid="975">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="341.22664" z="842.0413"/>
<Orientation y="-2.29343"/>
</Entity>
<Entity uid="976">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="338.65026" z="846.04691"/>
<Orientation y="0.88648"/>
</Entity>
<Entity uid="977">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="338.47196" z="845.76063"/>
<Orientation y="-2.8893"/>
</Entity>
<Entity uid="978">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="326.3485" z="240.80364"/>
<Orientation y="-3.81704"/>
</Entity>
<Entity uid="979">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="329.22876" z="248.8332"/>
<Orientation y="-0.31081"/>
</Entity>
<Entity uid="980">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="328.78269" z="241.30323"/>
<Orientation y="-1.78946"/>
</Entity>
<Entity uid="981">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="326.84792" z="249.54648"/>
<Orientation y="-4.6083"/>
</Entity>
<Entity uid="982">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="327.31124" z="245.57558"/>
<Orientation y="-1.2404"/>
</Entity>
<Entity uid="983">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="617.19918" z="854.29891"/>
<Orientation y="-2.14744"/>
</Entity>
<Entity uid="984">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="605.28557" z="864.57956"/>
<Orientation y="-3.41079"/>
</Entity>
<Entity uid="985">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="611.93099" z="851.05903"/>
<Orientation y="-0.4155"/>
</Entity>
<Entity uid="986">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="611.75873" z="856.37188"/>
<Orientation y="-3.46338"/>
</Entity>
<Entity uid="987">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="610.25832" z="855.30634"/>
<Orientation y="-1.4175"/>
</Entity>
<Entity uid="988">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="611.10027" z="858.49756"/>
<Orientation y="0.6838"/>
</Entity>
<Entity uid="989">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="612.4089" z="851.16544"/>
<Orientation y="-4.51229"/>
</Entity>
<Entity uid="990">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="846.36791" z="604.58477"/>
<Orientation y="-0.74613"/>
</Entity>
<Entity uid="991">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="841.06687" z="592.40354"/>
<Orientation y="0.04859"/>
</Entity>
<Entity uid="992">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="840.847" z="591.16544"/>
<Orientation y="-1.89419"/>
</Entity>
<Entity uid="993">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="831.01848" z="598.99064"/>
<Orientation y="-2.83861"/>
</Entity>
<Entity uid="994">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="841.167" z="595.12241"/>
<Orientation y="0.79651"/>
</Entity>
<Entity uid="995">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="840.5932" z="602.32587"/>
<Orientation y="-3.92325"/>
</Entity>
<Entity uid="996">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="308.24782" z="651.47217"/>
<Orientation y="-3.24381"/>
</Entity>
<Entity uid="997">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="313.03452" z="656.79691"/>
<Orientation y="-2.77994"/>
</Entity>
<Entity uid="998">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="316.76958" z="658.99077"/>
<Orientation y="0.22709"/>
</Entity>
<Entity uid="999">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="314.85274" z="659.2459"/>
<Orientation y="0.00831"/>
</Entity>
<Entity uid="1000">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="129.79368" z="397.30356"/>
<Orientation y="-0.05298"/>
</Entity>
<Entity uid="1001">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="134.41556" z="390.72666"/>
<Orientation y="-0.9445"/>
</Entity>
<Entity uid="1002">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="137.29267" z="398.04247"/>
<Orientation y="-3.50571"/>
</Entity>
<Entity uid="1003">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="131.20064" z="400.15372"/>
<Orientation y="-3.99675"/>
</Entity>
<Entity uid="1004">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="140.45101" z="402.58465"/>
<Orientation y="0.71558"/>
</Entity>
<Entity uid="1005">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="343.21929" z="500.37258"/>
<Orientation y="-1.77006"/>
</Entity>
<Entity uid="1006">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="340.40827" z="492.43902"/>
<Orientation y="-3.29554"/>
</Entity>
<Entity uid="1007">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="334.22741" z="494.7226"/>
<Orientation y="-0.59568"/>
</Entity>
<Entity uid="1008">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="340.65261" z="498.72983"/>
<Orientation y="0.95212"/>
</Entity>
<Entity uid="1009">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="337.25898" z="498.45987"/>
<Orientation y="-2.71088"/>
</Entity>
<Entity uid="1010">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="386.81856" z="81.19727"/>
<Orientation y="0.3842"/>
</Entity>
<Entity uid="1011">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="385.74714" z="79.99622"/>
<Orientation y="-4.34285"/>
</Entity>
<Entity uid="1012">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="391.30782" z="80.02216"/>
<Orientation y="-0.19324"/>
</Entity>
<Entity uid="1013">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="395.65134" z="83.37333"/>
<Orientation y="-4.12714"/>
</Entity>
<Entity uid="1014">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="395.25664" z="79.26655"/>
<Orientation y="-1.91292"/>
</Entity>
<Entity uid="1015">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="371.52347" z="745.91512"/>
<Orientation y="-1.60875"/>
</Entity>
<Entity uid="1016">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="369.93119" z="744.96442"/>
<Orientation y="-0.96225"/>
</Entity>
<Entity uid="1017">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="121.50843" z="790.09853"/>
<Orientation y="-0.13483"/>
</Entity>
<Entity uid="1018">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="890.08451" z="433.55243"/>
<Orientation y="-3.20542"/>
</Entity>
<Entity uid="1019">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="168.74357" z="745.41297"/>
<Orientation y="-1.2866"/>
</Entity>
<Entity uid="1020">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="170.2902" z="745.93602"/>
<Orientation y="-0.00417"/>
</Entity>
<Entity uid="1021">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="168.95368" z="746.97008"/>
<Orientation y="-1.3858"/>
</Entity>
<Entity uid="1022">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="265.08931" z="810.50438"/>
<Orientation y="0.14263"/>
</Entity>
<Entity uid="1023">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="260.05279" z="809.83866"/>
<Orientation y="-0.80684"/>
</Entity>
<Entity uid="1024">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="261.96993" z="810.8041"/>
<Orientation y="-0.96674"/>
</Entity>
<Entity uid="1025">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="423.6728" z="936.75214"/>
<Orientation y="-4.29395"/>
</Entity>
<Entity uid="1026">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="425.44431" z="934.92028"/>
<Orientation y="-2.28269"/>
</Entity>
<Entity uid="1027">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="425.74427" z="932.72742"/>
<Orientation y="-0.99418"/>
</Entity>
<Entity uid="1028">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="573.38001" z="921.02387"/>
<Orientation y="-2.28376"/>
</Entity>
<Entity uid="1029">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="574.74123" z="922.01507"/>
<Orientation y="0.68613"/>
</Entity>
<Entity uid="1030">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="570.66971" z="922.13566"/>
<Orientation y="0.3599"/>
</Entity>
<Entity uid="1031">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="282.56415" z="633.41031"/>
<Orientation y="-1.6041"/>
</Entity>
<Entity uid="1035">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="482.46814" z="595.36214"/>
<Orientation y="-0.70963"/>
</Entity>
<Entity uid="1036">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="481.56662" z="598.3709"/>
<Orientation y="-2.87005"/>
</Entity>
<Entity uid="1037">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="481.42544" z="598.0215"/>
<Orientation y="-1.42469"/>
</Entity>
<Entity uid="1038">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="219.19764" z="904.64773"/>
<Orientation y="-1.36698"/>
</Entity>
<Entity uid="1039">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="222.80486" z="903.9261"/>
<Orientation y="0.58349"/>
</Entity>
<Entity uid="1040">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="52.90665" z="472.31946"/>
<Orientation y="0.95617"/>
</Entity>
<Entity uid="1041">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="54.05123" z="476.21407"/>
<Orientation y="-3.22603"/>
</Entity>
<Entity uid="1042">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="53.7252" z="472.36231"/>
<Orientation y="1.2622"/>
</Entity>
<Entity uid="1043">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="919.88828" z="730.86307"/>
<Orientation y="-2.92824"/>
</Entity>
<Entity uid="1044">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="587.76465" z="645.13854"/>
<Orientation y="-0.1022"/>
</Entity>
<Entity uid="1045">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="590.27846" z="646.18488"/>
<Orientation y="-3.12237"/>
</Entity>
<Entity uid="1046">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="589.93537" z="645.88706"/>
<Orientation y="-4.07065"/>
</Entity>
<Entity uid="1047">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="950.27195" z="698.48501"/>
<Orientation y="0.0448"/>
</Entity>
<Entity uid="1048">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="947.58338" z="696.18009"/>
<Orientation y="-4.19071"/>
</Entity>
<Entity uid="1049">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="65.75298" z="557.85112"/>
<Orientation y="1.09238"/>
</Entity>
<Entity uid="1050">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="66.22344" z="556.75611"/>
<Orientation y="0.35531"/>
</Entity>
<Entity uid="1051">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="413.3191" z="91.6817"/>
<Orientation y="-4.37188"/>
</Entity>
<Entity uid="1052">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="275.60833" z="529.74088"/>
<Orientation y="-1.38906"/>
</Entity>
<Entity uid="1053">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="275.36373" z="532.57416"/>
<Orientation y="1.13227"/>
</Entity>
<Entity uid="1057">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="276.80747" z="601.55478"/>
<Orientation y="-3.24895"/>
</Entity>
<Entity uid="1058">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="734.89496" z="296.31768"/>
<Orientation y="-0.78052"/>
</Entity>
<Entity uid="1059">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="365.70957" z="441.88196"/>
<Orientation y="-2.56386"/>
</Entity>
<Entity uid="1060">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="365.05054" z="442.97725"/>
<Orientation y="-2.50998"/>
</Entity>
<Entity uid="1061">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="365.96904" z="442.02218"/>
<Orientation y="-1.1546"/>
</Entity>
<Entity uid="1062">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="350.1963" z="277.40075"/>
<Orientation y="-2.3061"/>
</Entity>
<Entity uid="1063">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="349.12961" z="278.61231"/>
<Orientation y="-1.41243"/>
</Entity>
<Entity uid="1064">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="344.93012" z="581.63404"/>
<Orientation y="-3.85454"/>
</Entity>
<Entity uid="1065">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="346.07291" z="582.03043"/>
<Orientation y="-0.5713"/>
</Entity>
<Entity uid="1066">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="284.26742" z="432.92055"/>
<Orientation y="-0.79415"/>
</Entity>
<Entity uid="1067">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="657.41654" z="121.89386"/>
<Orientation y="-3.27341"/>
</Entity>
<Entity uid="1069">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="471.08765" z="968.95307"/>
<Orientation y="-2.06862"/>
</Entity>
<Entity uid="1070">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="741.35308" z="846.35647"/>
<Orientation y="-4.35209"/>
</Entity>
<Entity uid="1071">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="738.98266" z="848.39733"/>
<Orientation y="-1.80436"/>
</Entity>
<Entity uid="1072">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="969.60676" z="537.60502"/>
<Orientation y="1.2282"/>
</Entity>
<Entity uid="1073">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="967.66944" z="538.28492"/>
<Orientation y="-3.2043"/>
</Entity>
<Entity uid="1074">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="544.54082" z="544.43007"/>
<Orientation y="-3.61593"/>
</Entity>
<Entity uid="1075">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="546.12217" z="540.87856"/>
<Orientation y="-4.15551"/>
</Entity>
<Entity uid="1076">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="836.04029" z="668.6218"/>
<Orientation y="1.1373"/>
</Entity>
<Entity uid="1077">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="838.83892" z="667.46021"/>
<Orientation y="-2.53522"/>
</Entity>
<Entity uid="1078">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="234.03982" z="669.84731"/>
<Orientation y="-0.78707"/>
</Entity>
<Entity uid="1079">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="230.4223" z="671.654"/>
<Orientation y="0.17157"/>
</Entity>
<Entity uid="1080">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="337.70432" z="537.88352"/>
<Orientation y="0.03502"/>
</Entity>
<Entity uid="1081">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="601.70072" z="565.76375"/>
<Orientation y="0.75779"/>
</Entity>
<Entity uid="1082">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="603.11762" z="563.62005"/>
<Orientation y="0.86997"/>
</Entity>
<Entity uid="1083">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="538.2385" z="333.48789"/>
<Orientation y="-2.61176"/>
</Entity>
<Entity uid="1084">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="542.01571" z="334.81212"/>
<Orientation y="0.75362"/>
</Entity>
<Entity uid="1085">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="542.50875" z="335.20858"/>
<Orientation y="1.22603"/>
</Entity>
<Entity uid="1086">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="869.99744" z="501.2818"/>
<Orientation y="-2.47117"/>
</Entity>
<Entity uid="1087">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="884.2031" z="244.95627"/>
<Orientation y="-0.36466"/>
</Entity>
<Entity uid="1088">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="173.5054" z="610.38207"/>
<Orientation y="1.20678"/>
</Entity>
<Entity uid="1089">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="174.55645" z="610.0241"/>
<Orientation y="-3.1239"/>
</Entity>
<Entity uid="1090">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="172.04976" z="607.80456"/>
<Orientation y="-4.35041"/>
</Entity>
<Entity uid="1091">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="501.3273" z="212.62345"/>
<Orientation y="-1.05367"/>
</Entity>
<Entity uid="1092">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="502.33541" z="213.97262"/>
<Orientation y="-2.83581"/>
</Entity>
<Entity uid="1093">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="501.00057" z="213.69045"/>
<Orientation y="1.38059"/>
</Entity>
<Entity uid="1094">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="927.5035" z="512.78876"/>
<Orientation y="1.34276"/>
</Entity>
<Entity uid="1095">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="924.84845" z="511.20693"/>
<Orientation y="-0.11553"/>
</Entity>
<Entity uid="1096">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="835.03116" z="237.11731"/>
<Orientation y="-2.24488"/>
</Entity>
<Entity uid="1097">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="835.2828" z="238.16135"/>
<Orientation y="-3.07673"/>
</Entity>
<Entity uid="1098">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="833.48266" z="237.81521"/>
<Orientation y="-3.31185"/>
</Entity>
<Entity uid="1099">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="238.3013" z="299.45446"/>
<Orientation y="-2.4543"/>
</Entity>
<Entity uid="1101">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="327.0995" z="335.37804"/>
<Orientation y="-2.17696"/>
</Entity>
<Entity uid="1102">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="326.64095" z="338.18871"/>
<Orientation y="-1.71883"/>
</Entity>
<Entity uid="1103">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="310.88347" z="656.30481"/>
<Orientation y="-4.05921"/>
</Entity>
<Entity uid="1104">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="311.56428" z="656.30576"/>
<Orientation y="-4.4375"/>
</Entity>
<Entity uid="1105">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="550.47994" z="925.21856"/>
<Orientation y="-1.83095"/>
</Entity>
<Entity uid="1106">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="549.0777" z="922.02936"/>
<Orientation y="0.96334"/>
</Entity>
<Entity uid="1107">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="307.58751" z="212.079"/>
<Orientation y="-4.46747"/>
</Entity>
<Entity uid="1108">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="308.93421" z="213.00017"/>
<Orientation y="1.53718"/>
</Entity>
<Entity uid="1109">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="313.92539" z="210.26989"/>
<Orientation y="1.08181"/>
</Entity>
<Entity uid="1110">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="758.0287" z="239.96065"/>
<Orientation y="0.18813"/>
</Entity>
<Entity uid="1111">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="761.7221" z="237.89351"/>
<Orientation y="0.03685"/>
</Entity>
<Entity uid="1112">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="689.98401" z="719.59075"/>
<Orientation y="-3.28458"/>
</Entity>
<Entity uid="1113">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="514.08256" z="582.18685"/>
<Orientation y="-3.82432"/>
</Entity>
<Entity uid="1114">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="511.30832" z="583.37644"/>
<Orientation y="-2.36538"/>
</Entity>
<Entity uid="1115">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="516.75794" z="582.62053"/>
<Orientation y="-1.32361"/>
</Entity>
<Entity uid="1116">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="730.40484" z="107.26061"/>
<Orientation y="-3.14271"/>
</Entity>
<Entity uid="1117">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="729.94138" z="109.60756"/>
<Orientation y="0.14318"/>
</Entity>
<Entity uid="1118">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="730.08689" z="113.78496"/>
<Orientation y="-0.19967"/>
</Entity>
<Entity uid="1119">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="305.33202" z="485.91202"/>
<Orientation y="-1.31695"/>
</Entity>
<Entity uid="1122">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="112.83439" z="620.6799"/>
<Orientation y="1.14034"/>
</Entity>
<Entity uid="1123">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="112.20756" z="616.73772"/>
<Orientation y="-2.59466"/>
</Entity>
<Entity uid="1124">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="654.46697" z="841.52254"/>
<Orientation y="-4.61979"/>
</Entity>
<Entity uid="1125">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="652.60836" z="839.87844"/>
<Orientation y="-3.65792"/>
</Entity>
<Entity uid="1126">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="977.05185" z="507.73562"/>
<Orientation y="-2.6112"/>
</Entity>
<Entity uid="1127">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="376.28655" z="236.05335"/>
<Orientation y="-3.56508"/>
</Entity>
<Entity uid="1128">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="556.79006" z="416.37563"/>
<Orientation y="-1.1848"/>
</Entity>
<Entity uid="1129">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="551.82416" z="417.20563"/>
<Orientation y="-1.90825"/>
</Entity>
<Entity uid="1130">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="777.66889" z="674.40754"/>
<Orientation y="-1.13411"/>
</Entity>
<Entity uid="1131">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="137.43049" z="826.12897"/>
<Orientation y="-1.27245"/>
</Entity>
<Entity uid="1132">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="19.36063" z="530.81063"/>
<Orientation y="-3.64348"/>
</Entity>
<Entity uid="1135">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="724.30945" z="499.10381"/>
<Orientation y="-3.35587"/>
</Entity>
<Entity uid="1136">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="727.24672" z="504.97321"/>
<Orientation y="-2.34786"/>
</Entity>
<Entity uid="1137">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="901.71895" z="274.84495"/>
<Orientation y="-4.05095"/>
</Entity>
<Entity uid="1138">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="902.12026" z="274.10361"/>
<Orientation y="-0.23995"/>
</Entity>
<Entity uid="1139">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="386.05698" z="655.20452"/>
<Orientation y="1.4921"/>
</Entity>
<Entity uid="1140">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="385.15638" z="657.18255"/>
<Orientation y="1.00782"/>
</Entity>
<Entity uid="1141">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="238.74981" z="379.08143"/>
<Orientation y="-3.88883"/>
</Entity>
<Entity uid="1142">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="242.48498" z="377.36654"/>
<Orientation y="-4.59664"/>
</Entity>
<Entity uid="1143">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="244.03075" z="376.98687"/>
<Orientation y="-0.28791"/>
</Entity>
<Entity uid="1144">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="78.47538" z="316.73267"/>
<Orientation y="-0.39368"/>
</Entity>
<Entity uid="1145">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="78.89698" z="320.29809"/>
<Orientation y="-3.9404"/>
</Entity>
<Entity uid="1146">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="82.28705" z="317.93206"/>
<Orientation y="-3.00098"/>
</Entity>
<Entity uid="1147">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="830.34925" z="585.60451"/>
<Orientation y="0.4641"/>
</Entity>
<Entity uid="1148">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="386.89936" z="479.98345"/>
<Orientation y="-1.04264"/>
</Entity>
<Entity uid="1149">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="675.01418" z="777.25733"/>
<Orientation y="-1.16562"/>
</Entity>
<Entity uid="1150">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="673.66274" z="774.06449"/>
<Orientation y="-4.49938"/>
</Entity>
<Entity uid="1151">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="673.64524" z="773.75576"/>
<Orientation y="-1.53267"/>
</Entity>
<Entity uid="1152">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="422.02134" z="138.02042"/>
<Orientation y="-3.81075"/>
</Entity>
<Entity uid="1153">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="627.83188" z="35.23675"/>
<Orientation y="-3.19352"/>
</Entity>
<Entity uid="1154">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="629.18714" z="37.24106"/>
<Orientation y="-0.94234"/>
</Entity>
<Entity uid="1155">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="628.78736" z="39.1054"/>
<Orientation y="-4.36088"/>
</Entity>
<Entity uid="1156">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="687.25521" z="397.5331"/>
<Orientation y="-2.875"/>
</Entity>
<Entity uid="1157">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="687.2983" z="398.07523"/>
<Orientation y="0.47"/>
</Entity>
<Entity uid="1158">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="548.8075" z="372.57442"/>
<Orientation y="-0.07624"/>
</Entity>
<Entity uid="1159">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="545.92153" z="370.80312"/>
<Orientation y="-0.22376"/>
</Entity>
<Entity uid="1160">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="548.51467" z="371.27875"/>
<Orientation y="-4.22466"/>
</Entity>
<Entity uid="1161">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="31.14577" z="617.85213"/>
<Orientation y="-2.32584"/>
</Entity>
<Entity uid="1163">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="351.50838" z="106.79571"/>
<Orientation y="-2.14635"/>
</Entity>
<Entity uid="1164">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="348.23798" z="112.64107"/>
<Orientation y="-0.25715"/>
</Entity>
<Entity uid="1165">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="351.7219" z="106.66762"/>
<Orientation y="-4.49851"/>
</Entity>
<Entity uid="1166">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="342.06669" z="832.53736"/>
<Orientation y="0.43767"/>
</Entity>
<Entity uid="1167">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="339.72522" z="832.54828"/>
<Orientation y="0.3851"/>
</Entity>
<Entity uid="1170">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="667.92975" z="101.09453"/>
<Orientation y="-0.29657"/>
</Entity>
<Entity uid="1171">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="669.97811" z="102.52686"/>
<Orientation y="-0.23856"/>
</Entity>
<Entity uid="1172">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="670.17351" z="101.88111"/>
<Orientation y="1.24364"/>
</Entity>
<Entity uid="1173">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="280.34543" z="937.85415"/>
<Orientation y="-1.17096"/>
</Entity>
<Entity uid="1174">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="281.9276" z="936.83092"/>
<Orientation y="-2.5215"/>
</Entity>
<Entity uid="1175">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="639.0401" z="727.14834"/>
<Orientation y="-0.13926"/>
</Entity>
<Entity uid="1176">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="422.0475" z="630.04229"/>
<Orientation y="1.06621"/>
</Entity>
<Entity uid="1177">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="422.57049" z="629.89489"/>
<Orientation y="-2.4894"/>
</Entity>
<Entity uid="1178">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="620.88941" z="406.25475"/>
<Orientation y="-2.48652"/>
</Entity>
<Entity uid="1179">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="535.64811" z="764.89917"/>
<Orientation y="-3.45524"/>
</Entity>
<Entity uid="1180">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="540.3297" z="763.3842"/>
<Orientation y="-2.61765"/>
</Entity>
<Entity uid="1181">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="173.06249" z="535.21131"/>
<Orientation y="-3.874"/>
</Entity>
<Entity uid="1182">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="172.25043" z="532.54474"/>
<Orientation y="-1.52297"/>
</Entity>
<Entity uid="1183">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="369.07519" z="658.29394"/>
<Orientation y="-3.41604"/>
</Entity>
<Entity uid="1184">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="945.19802" z="432.03454"/>
<Orientation y="-0.90067"/>
</Entity>
<Entity uid="1185">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="944.79557" z="429.86321"/>
<Orientation y="1.19591"/>
</Entity>
<Entity uid="1186">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="328.48224" z="570.9079"/>
<Orientation y="-3.4266"/>
</Entity>
<Entity uid="1187">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="329.62972" z="570.10444"/>
<Orientation y="-0.40578"/>
</Entity>
<Entity uid="1188">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="330.31466" z="571.74544"/>
<Orientation y="-1.05842"/>
</Entity>
<Entity uid="1189">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="35.90667" z="527.52591"/>
<Orientation y="-0.89992"/>
</Entity>
<Entity uid="1190">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="34.84247" z="525.44512"/>
<Orientation y="-0.79395"/>
</Entity>
<Entity uid="1191">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="346.3514" z="250.08454"/>
<Orientation y="-1.47063"/>
</Entity>
<Entity uid="1192">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="347.41144" z="248.57"/>
<Orientation y="-3.56222"/>
</Entity>
<Entity uid="1193">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="344.47039" z="254.44771"/>
<Orientation y="-0.24761"/>
</Entity>
<Entity uid="1194">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="320.44381" z="611.19492"/>
<Orientation y="1.1336"/>
</Entity>
<Entity uid="1195">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="324.92127" z="614.3239"/>
<Orientation y="-3.12522"/>
</Entity>
<Entity uid="1196">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="299.41153" z="120.90474"/>
<Orientation y="-3.87932"/>
</Entity>
<Entity uid="1197">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="295.76726" z="120.39693"/>
<Orientation y="-0.8436"/>
</Entity>
<Entity uid="1198">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="301.93332" z="118.23844"/>
<Orientation y="-3.51885"/>
</Entity>
<Entity uid="1199">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="299.23522" z="115.86753"/>
<Orientation y="-0.96586"/>
</Entity>
<Entity uid="1200">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.64994" z="46.58993"/>
<Orientation y="0.80834"/>
</Entity>
<Entity uid="1201">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="588.37989" z="50.4359"/>
<Orientation y="-4.23855"/>
</Entity>
<Entity uid="1202">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="588.24785" z="52.83463"/>
<Orientation y="-0.78776"/>
</Entity>
<Entity uid="1203">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="591.99253" z="40.57378"/>
<Orientation y="0.28795"/>
</Entity>
<Entity uid="1205">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="317.48885" z="61.74"/>
<Orientation y="-0.3036"/>
</Entity>
<Entity uid="1206">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="314.84737" z="68.85563"/>
<Orientation y="-0.72147"/>
</Entity>
<Entity uid="1207">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="482.55323" z="331.61019"/>
<Orientation y="-3.27344"/>
</Entity>
<Entity uid="1208">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="483.93265" z="331.56127"/>
<Orientation y="0.50153"/>
</Entity>
<Entity uid="1209">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="486.98882" z="324.23104"/>
<Orientation y="-2.55785"/>
</Entity>
<Entity uid="1210">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="478.3458" z="332.90091"/>
<Orientation y="-4.62885"/>
</Entity>
<Entity uid="1211">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="480.36403" z="333.08324"/>
<Orientation y="-0.7995"/>
</Entity>
<Entity uid="1212">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="692.20893" z="285.72626"/>
<Orientation y="1.20264"/>
</Entity>
<Entity uid="1213">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="692.91201" z="286.47596"/>
<Orientation y="0.52259"/>
</Entity>
<Entity uid="1214">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="684.99909" z="284.63462"/>
<Orientation y="0.88451"/>
</Entity>
<Entity uid="1215">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="688.95852" z="284.89927"/>
<Orientation y="-0.33288"/>
</Entity>
<Entity uid="1216">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="458.09351" z="450.45432"/>
<Orientation y="1.41788"/>
</Entity>
<Entity uid="1217">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="456.6252" z="449.53725"/>
<Orientation y="-3.08544"/>
</Entity>
<Entity uid="1218">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="510.40383" z="723.34635"/>
<Orientation y="-4.07563"/>
</Entity>
<Entity uid="1219">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="510.61625" z="722.54531"/>
<Orientation y="0.33425"/>
</Entity>
<Entity uid="1220">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="509.06978" z="721.00303"/>
<Orientation y="-4.27994"/>
</Entity>
<Entity uid="1221">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="509.16636" z="723.09513"/>
<Orientation y="-2.73055"/>
</Entity>
<Entity uid="1222">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="510.80198" z="721.56347"/>
<Orientation y="-2.08947"/>
</Entity>
<Entity uid="1223">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="357.09206" z="176.32613"/>
<Orientation y="-0.57247"/>
</Entity>
<Entity uid="1224">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="352.36994" z="179.6095"/>
<Orientation y="1.01755"/>
</Entity>
<Entity uid="1225">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="365.57708" z="821.08318"/>
<Orientation y="0.63578"/>
</Entity>
<Entity uid="1226">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="368.06504" z="818.97352"/>
<Orientation y="-4.02369"/>
</Entity>
<Entity uid="1227">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="365.44318" z="821.24366"/>
<Orientation y="-1.99425"/>
</Entity>
<Entity uid="1228">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="593.51951" z="30.42527"/>
<Orientation y="1.19913"/>
</Entity>
<Entity uid="1229">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="593.86361" z="29.86985"/>
<Orientation y="-0.16002"/>
</Entity>
<Entity uid="1230">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="596.5885" z="30.8048"/>
<Orientation y="-4.37824"/>
</Entity>
<Entity uid="1231">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="589.54894" z="32.99207"/>
<Orientation y="-4.38947"/>
</Entity>
<Entity uid="1232">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="593.02291" z="425.20873"/>
<Orientation y="-3.64173"/>
</Entity>
<Entity uid="1233">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="592.76534" z="429.66144"/>
<Orientation y="-1.96569"/>
</Entity>
<Entity uid="1234">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.28313" z="427.16213"/>
<Orientation y="-1.82735"/>
</Entity>
<Entity uid="1235">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="594.64155" z="433.1991"/>
<Orientation y="1.00652"/>
</Entity>
<Entity uid="1236">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="599.69527" z="424.82151"/>
<Orientation y="-4.55394"/>
</Entity>
<Entity uid="1237">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="262.66962" z="181.11796"/>
<Orientation y="-0.9518"/>
</Entity>
<Entity uid="1238">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="264.03098" z="177.46987"/>
<Orientation y="-2.0283"/>
</Entity>
<Entity uid="1239">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="261.13209" z="177.82119"/>
<Orientation y="-4.05024"/>
</Entity>
<Entity uid="1240">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="261.5032" z="182.51592"/>
<Orientation y="-0.65578"/>
</Entity>
<Entity uid="1241">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="489.85004" z="42.24718"/>
<Orientation y="0.29482"/>
</Entity>
<Entity uid="1242">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="490.24387" z="41.36507"/>
<Orientation y="0.55781"/>
</Entity>
<Entity uid="1243">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="490.2447" z="35.94831"/>
<Orientation y="-2.30546"/>
</Entity>
<Entity uid="1244">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="488.04181" z="49.5368"/>
<Orientation y="-4.22391"/>
</Entity>
<Entity uid="1245">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="490.17008" z="42.89895"/>
<Orientation y="-1.2134"/>
</Entity>
<Entity uid="1246">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="681.6931" z="582.04865"/>
<Orientation y="-2.18931"/>
</Entity>
<Entity uid="1247">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="683.6461" z="581.34006"/>
<Orientation y="-0.09884"/>
</Entity>
<Entity uid="1248">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="686.02553" z="575.94307"/>
<Orientation y="-0.40679"/>
</Entity>
<Entity uid="1249">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="835.1482" z="156.951"/>
<Orientation y="-0.75927"/>
</Entity>
<Entity uid="1250">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="832.32694" z="150.96048"/>
<Orientation y="0.16031"/>
</Entity>
<Entity uid="1251">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="833.74892" z="153.85735"/>
<Orientation y="-2.36332"/>
</Entity>
<Entity uid="1252">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="833.98154" z="153.61147"/>
<Orientation y="-0.27627"/>
</Entity>
<Entity uid="1253">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="873.65558" z="393.60473"/>
<Orientation y="-3.67521"/>
</Entity>
<Entity uid="1254">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="873.70781" z="394.54415"/>
<Orientation y="-4.54049"/>
</Entity>
<Entity uid="1255">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="873.6395" z="399.75545"/>
<Orientation y="-4.39614"/>
</Entity>
<Entity uid="1256">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="874.18284" z="394.161"/>
<Orientation y="0.19962"/>
</Entity>
<Entity uid="1257">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="191.25878" z="379.7667"/>
<Orientation y="0.0749"/>
</Entity>
<Entity uid="1258">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="192.35576" z="378.81868"/>
<Orientation y="-4.46177"/>
</Entity>
<Entity uid="1259">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="187.76548" z="374.29027"/>
<Orientation y="-1.84443"/>
</Entity>
<Entity uid="1260">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="186.71872" z="374.94475"/>
<Orientation y="-2.97114"/>
</Entity>
<Entity uid="1261">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="486.10015" z="266.06521"/>
<Orientation y="-2.62873"/>
</Entity>
<Entity uid="1262">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="485.93342" z="265.95354"/>
<Orientation y="1.11442"/>
</Entity>
<Entity uid="1263">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="180.10708" z="674.59644"/>
<Orientation y="-4.13479"/>
</Entity>
<Entity uid="1264">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="180.52793" z="671.21045"/>
<Orientation y="-1.82265"/>
</Entity>
<Entity uid="1265">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="182.45629" z="667.44625"/>
<Orientation y="-1.52207"/>
</Entity>
<Entity uid="1266">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="180.56376" z="670.19738"/>
<Orientation y="-0.48166"/>
</Entity>
<Entity uid="1267">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="445.93564" z="589.989"/>
<Orientation y="0.2629"/>
</Entity>
<Entity uid="1268">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="443.58658" z="590.10741"/>
<Orientation y="-2.09098"/>
</Entity>
<Entity uid="1269">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="446.89043" z="589.83173"/>
<Orientation y="-3.09983"/>
</Entity>
<Entity uid="1270">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="444.59595" z="589.02428"/>
<Orientation y="-3.06601"/>
</Entity>
<Entity uid="1271">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="468.73197" z="324.602"/>
<Orientation y="-0.68813"/>
</Entity>
<Entity uid="1272">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="469.78823" z="323.70818"/>
<Orientation y="-0.12337"/>
</Entity>
<Entity uid="1273">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="467.15258" z="323.36806"/>
<Orientation y="-4.26589"/>
</Entity>
<Entity uid="1274">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="576.8273" z="136.74259"/>
<Orientation y="-1.7759"/>
</Entity>
<Entity uid="1275">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="576.49178" z="130.94382"/>
<Orientation y="-1.10044"/>
</Entity>
<Entity uid="1276">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="578.42403" z="134.9842"/>
<Orientation y="-0.25754"/>
</Entity>
<Entity uid="1277">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="929.02024" z="669.89026"/>
<Orientation y="0.34472"/>
</Entity>
<Entity uid="1278">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="924.5798" z="662.88788"/>
<Orientation y="-1.50446"/>
</Entity>
<Entity uid="1279">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="925.42132" z="663.20272"/>
<Orientation y="-1.46926"/>
</Entity>
<Entity uid="1280">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="929.67751" z="665.14237"/>
<Orientation y="-1.96947"/>
</Entity>
<Entity uid="1281">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="595.73157" z="35.77384"/>
<Orientation y="0.62656"/>
</Entity>
<Entity uid="1282">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="600.80752" z="37.92907"/>
<Orientation y="1.42666"/>
</Entity>
<Entity uid="1283">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="592.51857" z="37.0518"/>
<Orientation y="-2.6429"/>
</Entity>
<Entity uid="1284">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="593.9997" z="36.2322"/>
<Orientation y="-1.21096"/>
</Entity>
<Entity uid="1285">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="461.61356" z="266.1339"/>
<Orientation y="-0.0823"/>
</Entity>
<Entity uid="1286">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="465.3116" z="264.5307"/>
<Orientation y="-2.31228"/>
</Entity>
<Entity uid="1287">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="463.55173" z="273.4312"/>
<Orientation y="-3.66678"/>
</Entity>
<Entity uid="1288">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="462.56107" z="266.07982"/>
<Orientation y="-4.44787"/>
</Entity>
<Entity uid="1289">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="901.8154" z="325.79622"/>
<Orientation y="-3.01922"/>
</Entity>
<Entity uid="1290">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="901.97591" z="325.10546"/>
<Orientation y="0.28754"/>
</Entity>
<Entity uid="1291">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="900.63782" z="325.80529"/>
<Orientation y="-1.36388"/>
</Entity>
<Entity uid="1292">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="901.91988" z="327.21685"/>
<Orientation y="-1.55953"/>
</Entity>
<Entity uid="1293">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="897.20159" z="329.93505"/>
<Orientation y="-4.2455"/>
</Entity>
<Entity uid="1294">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="604.91388" z="925.48746"/>
<Orientation y="-4.39522"/>
</Entity>
<Entity uid="1295">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="600.96958" z="924.42522"/>
<Orientation y="-1.22294"/>
</Entity>
<Entity uid="1296">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="789.57325" z="733.30582"/>
<Orientation y="-4.18625"/>
</Entity>
<Entity uid="1297">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="788.56568" z="737.86103"/>
<Orientation y="-3.39612"/>
</Entity>
<Entity uid="1298">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="791.71488" z="729.17447"/>
<Orientation y="1.45392"/>
</Entity>
<Entity uid="1299">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="298.15928" z="941.96392"/>
<Orientation y="0.26969"/>
</Entity>
<Entity uid="1300">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="300.6569" z="935.22445"/>
<Orientation y="0.44979"/>
</Entity>
<Entity uid="1301">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="298.17957" z="941.98168"/>
<Orientation y="-1.11071"/>
</Entity>
<Entity uid="1303">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="604.44065" z="450.90856"/>
<Orientation y="-1.95246"/>
</Entity>
<Entity uid="1304">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="612.06931" z="453.76626"/>
<Orientation y="-1.26857"/>
</Entity>
<Entity uid="1305">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="602.58953" z="449.9517"/>
<Orientation y="-3.28734"/>
</Entity>
<Entity uid="1306">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="286.24955" z="818.12363"/>
<Orientation y="-3.43241"/>
</Entity>
<Entity uid="1307">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="286.85784" z="816.6156"/>
<Orientation y="-0.00666"/>
</Entity>
<Entity uid="1308">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="282.71436" z="813.40247"/>
<Orientation y="-1.60465"/>
</Entity>
<Entity uid="1309">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="288.22568" z="814.5428"/>
<Orientation y="0.65448"/>
</Entity>
<Entity uid="1310">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="573.67399" z="175.31086"/>
<Orientation y="-0.25371"/>
</Entity>
<Entity uid="1311">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="573.95698" z="173.96139"/>
<Orientation y="0.42144"/>
</Entity>
<Entity uid="1312">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="570.75524" z="170.5148"/>
<Orientation y="0.53011"/>
</Entity>
<Entity uid="1313">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="575.29778" z="178.11571"/>
<Orientation y="0.30591"/>
</Entity>
<Entity uid="1314">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="575.61472" z="181.72323"/>
<Orientation y="-4.5924"/>
</Entity>
<Entity uid="1315">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="739.4967" z="481.47991"/>
<Orientation y="0.73943"/>
</Entity>
<Entity uid="1316">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="738.02317" z="481.99077"/>
<Orientation y="-1.46282"/>
</Entity>
<Entity uid="1317">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="738.09188" z="482.01093"/>
<Orientation y="-3.04972"/>
</Entity>
<Entity uid="1318">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="737.38974" z="481.42287"/>
<Orientation y="-1.31144"/>
</Entity>
<Entity uid="1319">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="731.6886" z="480.54798"/>
<Orientation y="-2.33788"/>
</Entity>
<Entity uid="1320">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="373.67315" z="261.79366"/>
<Orientation y="-0.42475"/>
</Entity>
<Entity uid="1321">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="372.83156" z="266.25582"/>
<Orientation y="-2.98072"/>
</Entity>
<Entity uid="1322">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="153.73345" z="653.85381"/>
<Orientation y="0.12734"/>
</Entity>
<Entity uid="1323">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="156.7125" z="652.9641"/>
<Orientation y="-0.3313"/>
</Entity>
<Entity uid="1324">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="148.9409" z="651.65523"/>
<Orientation y="-0.1615"/>
</Entity>
<Entity uid="1325">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="414.17882" z="499.42763"/>
<Orientation y="0.82531"/>
</Entity>
<Entity uid="1326">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="416.90404" z="506.0717"/>
<Orientation y="-0.98491"/>
</Entity>
<Entity uid="1327">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="418.94413" z="507.43961"/>
<Orientation y="-2.93606"/>
</Entity>
<Entity uid="1328">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="945.9406" z="394.1565"/>
<Orientation y="-3.63041"/>
</Entity>
<Entity uid="1329">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="948.09935" z="396.36646"/>
<Orientation y="1.27248"/>
</Entity>
<Entity uid="1330">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="945.58606" z="393.38334"/>
<Orientation y="1.18696"/>
</Entity>
<Entity uid="1331">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="950.12407" z="396.50161"/>
<Orientation y="0.63263"/>
</Entity>
<Entity uid="1332">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="948.9632" z="386.9864"/>
<Orientation y="0.5892"/>
</Entity>
<Entity uid="1333">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="183.46192" z="536.95019"/>
<Orientation y="-4.19625"/>
</Entity>
<Entity uid="1334">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="186.5963" z="535.6895"/>
<Orientation y="-0.18232"/>
</Entity>
<Entity uid="1335">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="182.49646" z="541.28058"/>
<Orientation y="-1.19823"/>
</Entity>
<Entity uid="1336">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="193.33536" z="535.36733"/>
<Orientation y="-1.94785"/>
</Entity>
<Entity uid="1337">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="132.66492" z="395.87339"/>
<Orientation y="-0.8689"/>
</Entity>
<Entity uid="1338">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="132.28963" z="398.98613"/>
<Orientation y="-0.05777"/>
</Entity>
<Entity uid="1339">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="129.82334" z="397.47603"/>
<Orientation y="-1.14902"/>
</Entity>
<Entity uid="1340">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="507.37906" z="355.05546"/>
<Orientation y="-2.19942"/>
</Entity>
<Entity uid="1341">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="505.71521" z="351.65363"/>
<Orientation y="-4.59061"/>
</Entity>
<Entity uid="1342">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="499.88958" z="358.20817"/>
<Orientation y="-0.97896"/>
</Entity>
<Entity uid="1343">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="706.00617" z="930.04094"/>
<Orientation y="-3.31505"/>
</Entity>
<Entity uid="1344">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="706.98668" z="929.68313"/>
<Orientation y="1.44085"/>
</Entity>
<Entity uid="1345">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="708.05681" z="927.35634"/>
<Orientation y="-1.40465"/>
</Entity>
<Entity uid="1346">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="406.35476" z="930.1788"/>
<Orientation y="-1.12502"/>
</Entity>
<Entity uid="1347">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="409.22094" z="927.61431"/>
<Orientation y="1.07769"/>
</Entity>
<Entity uid="1348">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="408.28931" z="929.45415"/>
<Orientation y="-4.4395"/>
</Entity>
<Entity uid="1349">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="409.83747" z="825.4573"/>
<Orientation y="-1.55401"/>
</Entity>
<Entity uid="1350">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="413.48815" z="831.08443"/>
<Orientation y="-2.76558"/>
</Entity>
<Entity uid="1351">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="412.17193" z="823.94451"/>
<Orientation y="-1.59237"/>
</Entity>
<Entity uid="1352">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="668.58321" z="569.31748"/>
<Orientation y="0.69822"/>
</Entity>
<Entity uid="1353">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="665.90568" z="566.92132"/>
<Orientation y="0.6606"/>
</Entity>
<Entity uid="1354">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="673.18142" z="572.06397"/>
<Orientation y="-0.88097"/>
</Entity>
<Entity uid="1355">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="662.90613" z="563.25712"/>
<Orientation y="-4.29859"/>
</Entity>
<Entity uid="1356">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="662.63183" z="566.6792"/>
<Orientation y="-4.22225"/>
</Entity>
<Entity uid="1357">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="498.15284" z="278.72036"/>
<Orientation y="-1.98986"/>
</Entity>
<Entity uid="1358">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="502.67063" z="277.74053"/>
<Orientation y="0.7563"/>
</Entity>
<Entity uid="1359">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="497.70461" z="278.6539"/>
<Orientation y="-1.3353"/>
</Entity>
<Entity uid="1360">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="381.23435" z="531.64242"/>
<Orientation y="1.21441"/>
</Entity>
<Entity uid="1361">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="381.4461" z="534.82642"/>
<Orientation y="-0.42246"/>
</Entity>
<Entity uid="1362">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="381.44317" z="539.04993"/>
<Orientation y="-3.43535"/>
</Entity>
<Entity uid="1363">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="376.80021" z="537.74386"/>
<Orientation y="0.4221"/>
</Entity>
<Entity uid="1364">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="381.90661" z="533.9517"/>
<Orientation y="-1.13494"/>
</Entity>
<Entity uid="1365">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="870.79538" z="213.28147"/>
<Orientation y="-0.35627"/>
</Entity>
<Entity uid="1366">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="869.84899" z="209.70844"/>
<Orientation y="-2.58947"/>
</Entity>
<Entity uid="1367">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="871.4269" z="211.28922"/>
<Orientation y="0.51395"/>
</Entity>
<Entity uid="1368">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="869.95421" z="209.47295"/>
<Orientation y="-3.0786"/>
</Entity>
<Entity uid="1369">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="627.76653" z="595.38048"/>
<Orientation y="1.29519"/>
</Entity>
<Entity uid="1370">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.54514" z="602.51148"/>
<Orientation y="1.54691"/>
</Entity>
<Entity uid="1371">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="755.20517" z="582.0267"/>
<Orientation y="0.22233"/>
</Entity>
<Entity uid="1372">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="754.34145" z="581.56644"/>
<Orientation y="-0.21441"/>
</Entity>
<Entity uid="1373">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="750.6069" z="579.76284"/>
<Orientation y="-3.60409"/>
</Entity>
<Entity uid="1374">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.8867" z="277.02532"/>
<Orientation y="-3.60935"/>
</Entity>
<Entity uid="1375">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="928.02927" z="278.08385"/>
<Orientation y="1.01345"/>
</Entity>
<Entity uid="1376">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.38474" z="283.97193"/>
<Orientation y="-3.57062"/>
</Entity>
<Entity uid="1377">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.93775" z="275.7144"/>
<Orientation y="-1.12357"/>
</Entity>
<Entity uid="1378">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="534.67595" z="790.07544"/>
<Orientation y="-1.48537"/>
</Entity>
<Entity uid="1379">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="532.33158" z="786.50634"/>
<Orientation y="-0.32389"/>
</Entity>
<Entity uid="1380">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="569.35375" z="968.11257"/>
<Orientation y="-3.01693"/>
</Entity>
<Entity uid="1381">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="571.7105" z="969.46132"/>
<Orientation y="-3.17066"/>
</Entity>
<Entity uid="1382">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="337.9555" z="797.99367"/>
<Orientation y="-2.36928"/>
</Entity>
<Entity uid="1383">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="343.93172" z="799.567"/>
<Orientation y="-3.21282"/>
</Entity>
<Entity uid="1384">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="339.95073" z="794.4184"/>
<Orientation y="1.00388"/>
</Entity>
<Entity uid="1385">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="339.08788" z="804.72774"/>
<Orientation y="-1.50446"/>
</Entity>
<Entity uid="1386">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="830.61901" z="377.43413"/>
<Orientation y="-1.25043"/>
</Entity>
<Entity uid="1387">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="831.32386" z="371.48946"/>
<Orientation y="-4.48842"/>
</Entity>
<Entity uid="1388">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="829.51034" z="374.0283"/>
<Orientation y="-3.76743"/>
</Entity>
<Entity uid="1389">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="827.36438" z="370.85918"/>
<Orientation y="-3.46082"/>
</Entity>
<Entity uid="1390">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="794.6223" z="858.80092"/>
<Orientation y="0.10526"/>
</Entity>
<Entity uid="1391">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="795.10514" z="855.73522"/>
<Orientation y="-4.05982"/>
</Entity>
<Entity uid="1392">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="482.7572" z="135.90008"/>
<Orientation y="-0.72092"/>
</Entity>
<Entity uid="1393">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="481.64347" z="134.96404"/>
<Orientation y="-4.52254"/>
</Entity>
<Entity uid="1394">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="486.75084" z="135.04255"/>
<Orientation y="-1.13152"/>
</Entity>
<Entity uid="1395">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="485.97637" z="135.19831"/>
<Orientation y="-3.54102"/>
</Entity>
<Entity uid="1396">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="320.54651" z="825.2594"/>
<Orientation y="-1.04282"/>
</Entity>
<Entity uid="1397">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="316.94411" z="827.79175"/>
<Orientation y="-0.97573"/>
</Entity>
<Entity uid="1398">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="314.4336" z="827.6527"/>
<Orientation y="-2.13071"/>
</Entity>
<Entity uid="1399">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="317.81725" z="829.28782"/>
<Orientation y="-0.16704"/>
</Entity>
<Entity uid="1400">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="973.04545" z="497.72909"/>
<Orientation y="-3.49444"/>
</Entity>
<Entity uid="1401">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="977.59902" z="497.77094"/>
<Orientation y="-2.15352"/>
</Entity>
<Entity uid="1402">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="972.29046" z="500.49514"/>
<Orientation y="-2.9996"/>
</Entity>
<Entity uid="1403">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="972.49166" z="497.433"/>
<Orientation y="-3.46013"/>
</Entity>
<Entity uid="1404">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="974.82192" z="499.18284"/>
<Orientation y="-3.25199"/>
</Entity>
<Entity uid="1405">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="317.1275" z="789.32839"/>
<Orientation y="-3.52631"/>
</Entity>
<Entity uid="1406">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="313.59261" z="785.273"/>
<Orientation y="-0.88613"/>
</Entity>
<Entity uid="1407">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="315.71598" z="788.83884"/>
<Orientation y="-0.5313"/>
</Entity>
<Entity uid="1408">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="311.92154" z="788.75864"/>
<Orientation y="1.10495"/>
</Entity>
<Entity uid="1409">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="433.982" z="497.98557"/>
<Orientation y="-2.20453"/>
</Entity>
<Entity uid="1410">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="428.108" z="501.70919"/>
<Orientation y="-3.26914"/>
</Entity>
<Entity uid="1411">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="435.70223" z="497.87215"/>
<Orientation y="-1.7894"/>
</Entity>
<Entity uid="1412">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="565.47443" z="955.18866"/>
<Orientation y="-1.68162"/>
</Entity>
<Entity uid="1413">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="560.48836" z="957.02802"/>
<Orientation y="-1.90273"/>
</Entity>
<Entity uid="1414">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="565.81536" z="948.85228"/>
<Orientation y="0.41523"/>
</Entity>
<Entity uid="1415">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="228.03154" z="524.41977"/>
<Orientation y="-0.99895"/>
</Entity>
<Entity uid="1416">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="222.58165" z="521.30332"/>
<Orientation y="-1.45571"/>
</Entity>
<Entity uid="1417">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="223.71352" z="522.00921"/>
<Orientation y="-3.54812"/>
</Entity>
<Entity uid="1418">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="222.65728" z="526.40468"/>
<Orientation y="-2.69591"/>
</Entity>
<Entity uid="1419">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="608.18203" z="104.06655"/>
<Orientation y="-1.17353"/>
</Entity>
<Entity uid="1420">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="612.56902" z="99.55825"/>
<Orientation y="-1.08887"/>
</Entity>
<Entity uid="1421">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="612.26063" z="102.99582"/>
<Orientation y="-4.68931"/>
</Entity>
<Entity uid="1422">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="187.09037" z="224.59687"/>
<Orientation y="-4.5407"/>
</Entity>
<Entity uid="1423">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="186.41846" z="225.9748"/>
<Orientation y="-3.30797"/>
</Entity>
<Entity uid="1424">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="186.83526" z="225.2712"/>
<Orientation y="-3.84806"/>
</Entity>
<Entity uid="1425">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="190.29358" z="220.26516"/>
<Orientation y="-2.13048"/>
</Entity>
<Entity uid="1426">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="834.57482" z="865.46892"/>
<Orientation y="-0.48827"/>
</Entity>
<Entity uid="1427">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="834.45055" z="866.16831"/>
<Orientation y="-0.58925"/>
</Entity>
<Entity uid="1428">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="840.06847" z="863.12302"/>
<Orientation y="-3.8251"/>
</Entity>
<Entity uid="1429">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="833.51456" z="869.66134"/>
<Orientation y="-2.10944"/>
</Entity>
<Entity uid="1430">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.0357" z="260.85505"/>
<Orientation y="0.03594"/>
</Entity>
<Entity uid="1431">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="622.10656" z="257.92597"/>
<Orientation y="-2.78896"/>
</Entity>
<Entity uid="1432">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.32714" z="256.95223"/>
<Orientation y="-0.3343"/>
</Entity>
<Entity uid="1433">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="469.8985" z="757.74915"/>
<Orientation y="-1.78011"/>
</Entity>
<Entity uid="1434">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="469.04773" z="755.79973"/>
<Orientation y="-2.69393"/>
</Entity>
<Entity uid="1435">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="469.23136" z="760.42307"/>
<Orientation y="-2.69509"/>
</Entity>
<Entity uid="1436">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="474.89821" z="752.06243"/>
<Orientation y="0.49671"/>
</Entity>
<Entity uid="1437">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="257.93879" z="250.01461"/>
<Orientation y="0.80022"/>
</Entity>
<Entity uid="1438">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="257.8322" z="249.67003"/>
<Orientation y="-1.40464"/>
</Entity>
<Entity uid="1439">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="259.96897" z="253.93938"/>
<Orientation y="-2.95476"/>
</Entity>
<Entity uid="1440">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="255.98595" z="249.10627"/>
<Orientation y="-0.80341"/>
</Entity>
<Entity uid="1441">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="261.50176" z="242.89864"/>
<Orientation y="0.52366"/>
</Entity>
<Entity uid="1449">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="455.61852" z="169.49393"/>
<Orientation y="-3.74527"/>
</Entity>
<Entity uid="1450">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="457.82134" z="172.12848"/>
<Orientation y="-0.00501"/>
</Entity>
<Entity uid="1451">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="453.8446" z="166.47933"/>
<Orientation y="-4.67594"/>
</Entity>
<Entity uid="1452">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="456.47646" z="174.27671"/>
<Orientation y="-2.15198"/>
</Entity>
<Entity uid="1453">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="958.34438" z="558.91141"/>
<Orientation y="-4.60097"/>
</Entity>
<Entity uid="1454">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="957.81102" z="557.22208"/>
<Orientation y="1.50797"/>
</Entity>
<Entity uid="1455">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="963.00634" z="556.4432"/>
<Orientation y="-2.71293"/>
</Entity>
<Entity uid="1456">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="961.68444" z="562.78045"/>
<Orientation y="-4.2241"/>
</Entity>
<Entity uid="1457">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="609.3821" z="117.36483"/>
<Orientation y="-0.386"/>
</Entity>
<Entity uid="1458">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="609.59067" z="118.92763"/>
<Orientation y="-3.76774"/>
</Entity>
<Entity uid="1459">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="610.45604" z="112.74112"/>
<Orientation y="-4.37671"/>
</Entity>
<Entity uid="1460">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="481.5972" z="286.1947"/>
<Orientation y="0.42258"/>
</Entity>
<Entity uid="1461">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="481.98867" z="286.04361"/>
<Orientation y="-3.72005"/>
</Entity>
<Entity uid="1462">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="480.40763" z="292.64731"/>
<Orientation y="-4.39843"/>
</Entity>
<Entity uid="1463">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="313.1164" z="363.26273"/>
<Orientation y="-3.92402"/>
</Entity>
<Entity uid="1464">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="318.99299" z="365.05468"/>
<Orientation y="-1.27504"/>
</Entity>
<Entity uid="1465">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="311.07612" z="364.11455"/>
<Orientation y="-3.3214"/>
</Entity>
<Entity uid="1466">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="589.2119" z="283.72738"/>
<Orientation y="-1.04703"/>
</Entity>
<Entity uid="1467">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="588.32136" z="279.22263"/>
<Orientation y="-2.7776"/>
</Entity>
<Entity uid="1468">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="595.38604" z="282.86951"/>
<Orientation y="-3.38678"/>
</Entity>
<Entity uid="1469">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="592.19838" z="282.7005"/>
<Orientation y="-3.86295"/>
</Entity>
<Entity uid="1470">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="218.12511" z="663.61615"/>
<Orientation y="-1.33445"/>
</Entity>
<Entity uid="1471">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="222.12603" z="656.58553"/>
<Orientation y="0.72277"/>
</Entity>
<Entity uid="1472">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="218.319" z="660.41172"/>
<Orientation y="-0.83597"/>
</Entity>
<Entity uid="1473">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="349.66808" z="790.2442"/>
<Orientation y="-2.77334"/>
</Entity>
<Entity uid="1474">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="347.11274" z="792.32714"/>
<Orientation y="-4.22033"/>
</Entity>
<Entity uid="1475">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="346.8697" z="792.67656"/>
<Orientation y="-1.72928"/>
</Entity>
<Entity uid="1476">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="353.08658" z="740.31025"/>
<Orientation y="-2.58004"/>
</Entity>
<Entity uid="1477">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="351.42252" z="738.76"/>
<Orientation y="-0.64515"/>
</Entity>
<Entity uid="1478">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="359.12641" z="741.81382"/>
<Orientation y="0.46984"/>
</Entity>
<Entity uid="1479">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="353.41332" z="743.75583"/>
<Orientation y="0.12197"/>
</Entity>
<Entity uid="1480">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="356.35467" z="737.61226"/>
<Orientation y="-0.21032"/>
</Entity>
<Entity uid="1481">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="308.7141" z="350.35848"/>
<Orientation y="-2.19372"/>
</Entity>
<Entity uid="1482">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="308.09939" z="349.36381"/>
<Orientation y="0.16024"/>
</Entity>
<Entity uid="1483">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="310.34803" z="348.88727"/>
<Orientation y="-0.96576"/>
</Entity>
<Entity uid="1484">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="312.8804" z="351.1883"/>
<Orientation y="-0.07062"/>
</Entity>
<Entity uid="1485">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="65.94103" z="342.73234"/>
<Orientation y="-1.73136"/>
</Entity>
<Entity uid="1486">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="67.47185" z="341.28577"/>
<Orientation y="-1.90049"/>
</Entity>
<Entity uid="1487">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="61.45064" z="342.43766"/>
<Orientation y="-3.3739"/>
</Entity>
<Entity uid="1488">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="59.49364" z="341.72832"/>
<Orientation y="0.39664"/>
</Entity>
<Entity uid="1489">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="659.29076" z="765.05286"/>
<Orientation y="0.79748"/>
</Entity>
<Entity uid="1490">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="660.32029" z="757.23006"/>
<Orientation y="-1.52256"/>
</Entity>
<Entity uid="1491">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="658.71377" z="761.65897"/>
<Orientation y="-1.46554"/>
</Entity>
<Entity uid="1492">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="787.11886" z="183.3508"/>
<Orientation y="-3.49396"/>
</Entity>
<Entity uid="1493">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="790.59911" z="191.36533"/>
<Orientation y="-0.34539"/>
</Entity>
<Entity uid="1494">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="790.0149" z="186.47475"/>
<Orientation y="-3.31832"/>
</Entity>
<Entity uid="1495">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="727.82625" z="741.38769"/>
<Orientation y="-2.33056"/>
</Entity>
<Entity uid="1496">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="722.87511" z="741.85038"/>
<Orientation y="1.32782"/>
</Entity>
<Entity uid="1497">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="733.55918" z="740.15564"/>
<Orientation y="-2.12101"/>
</Entity>
<Entity uid="1498">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="730.6092" z="735.16349"/>
<Orientation y="-1.44057"/>
</Entity>
<Entity uid="1499">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="356.48485" z="634.68543"/>
<Orientation y="-4.63186"/>
</Entity>
<Entity uid="1500">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="360.03417" z="633.64927"/>
<Orientation y="-0.94881"/>
</Entity>
<Entity uid="1501">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="361.00972" z="637.34314"/>
<Orientation y="0.61272"/>
</Entity>
<Entity uid="1502">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="362.8952" z="638.51836"/>
<Orientation y="-3.7401"/>
</Entity>
<Entity uid="1503">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="497.59725" z="450.20461"/>
<Orientation y="-2.34592"/>
</Entity>
<Entity uid="1504">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="497.11867" z="448.02877"/>
<Orientation y="-1.40803"/>
</Entity>
<Entity uid="1505">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="493.59008" z="455.46354"/>
<Orientation y="0.76906"/>
</Entity>
<Entity uid="1506">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="498.68168" z="456.19962"/>
<Orientation y="-3.75438"/>
</Entity>
<Entity uid="1507">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="493.04145" z="444.8542"/>
<Orientation y="1.5534"/>
</Entity>
<Entity uid="1508">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="650.98627" z="51.29212"/>
<Orientation y="0.35053"/>
</Entity>
<Entity uid="1509">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="653.86313" z="57.07181"/>
<Orientation y="-4.6851"/>
</Entity>
<Entity uid="1510">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="348.5954" z="496.80358"/>
<Orientation y="-2.75371"/>
</Entity>
<Entity uid="1511">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="355.76705" z="497.96232"/>
<Orientation y="0.64089"/>
</Entity>
<Entity uid="1512">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="346.80802" z="498.06586"/>
<Orientation y="-2.80329"/>
</Entity>
<Entity uid="1513">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.32808" z="310.31394"/>
<Orientation y="1.48356"/>
</Entity>
<Entity uid="1514">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="294.50268" z="312.97277"/>
<Orientation y="-0.16381"/>
</Entity>
<Entity uid="1515">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.00184" z="309.25295"/>
<Orientation y="1.11606"/>
</Entity>
<Entity uid="1516">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.44309" z="308.38103"/>
<Orientation y="-3.7035"/>
</Entity>
<Entity uid="1517">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.2459" z="307.7738"/>
<Orientation y="-1.1198"/>
</Entity>
<Entity uid="1518">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="503.83056" z="170.27562"/>
<Orientation y="0.296"/>
</Entity>
<Entity uid="1519">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="503.27543" z="169.87192"/>
<Orientation y="-2.05491"/>
</Entity>
<Entity uid="1520">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="249.30352" z="173.6175"/>
<Orientation y="-0.60276"/>
</Entity>
<Entity uid="1521">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="252.53234" z="178.2204"/>
<Orientation y="-1.48731"/>
</Entity>
<Entity uid="1522">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="624.66442" z="214.47936"/>
<Orientation y="-1.46254"/>
</Entity>
<Entity uid="1523">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.77787" z="216.86957"/>
<Orientation y="-1.83118"/>
</Entity>
<Entity uid="1524">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="626.75416" z="210.73467"/>
<Orientation y="1.54091"/>
</Entity>
<Entity uid="1525">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="629.46378" z="212.68569"/>
<Orientation y="-3.34157"/>
</Entity>
<Entity uid="1526">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="679.66837" z="793.54371"/>
<Orientation y="-0.56998"/>
</Entity>
<Entity uid="1527">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="682.77038" z="786.15217"/>
<Orientation y="-4.55451"/>
</Entity>
<Entity uid="1528">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="678.00405" z="790.00155"/>
<Orientation y="-4.42193"/>
</Entity>
<Entity uid="1529">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="396.26269" z="221.62829"/>
<Orientation y="-3.43554"/>
</Entity>
<Entity uid="1530">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="393.81211" z="222.64635"/>
<Orientation y="-3.10163"/>
</Entity>
<Entity uid="1531">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="387.82927" z="225.52178"/>
<Orientation y="-0.65322"/>
</Entity>
<Entity uid="1532">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="394.07122" z="221.52117"/>
<Orientation y="0.1225"/>
</Entity>
<Entity uid="1533">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="835.73214" z="589.04587"/>
<Orientation y="-4.2653"/>
</Entity>
<Entity uid="1534">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="827.44938" z="590.54693"/>
<Orientation y="1.55843"/>
</Entity>
<Entity uid="1535">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="834.62244" z="582.55774"/>
<Orientation y="-0.29139"/>
</Entity>
<Entity uid="1536">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="841.4105" z="589.67824"/>
<Orientation y="-4.69617"/>
</Entity>
<Entity uid="1537">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="333.00344" z="646.21348"/>
<Orientation y="-2.96285"/>
</Entity>
<Entity uid="1538">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="334.24354" z="645.83858"/>
<Orientation y="-0.0669"/>
</Entity>
<Entity uid="1539">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="337.83216" z="646.64783"/>
<Orientation y="-4.70336"/>
</Entity>
<Entity uid="1540">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="333.03286" z="653.68973"/>
<Orientation y="1.5371"/>
</Entity>
<Entity uid="1541">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="165.1843" z="513.33014"/>
<Orientation y="-0.53377"/>
</Entity>
<Entity uid="1542">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="169.91108" z="513.87142"/>
<Orientation y="1.07526"/>
</Entity>
<Entity uid="1543">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="166.43956" z="514.29665"/>
<Orientation y="1.38534"/>
</Entity>
<Entity uid="1544">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="609.61074" z="261.23072"/>
<Orientation y="-3.04078"/>
</Entity>
<Entity uid="1545">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="613.52402" z="263.77726"/>
<Orientation y="-1.80103"/>
</Entity>
<Entity uid="1546">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="105.41324" z="281.58844"/>
<Orientation y="-1.9379"/>
</Entity>
<Entity uid="1547">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="106.06302" z="282.2047"/>
<Orientation y="-3.15998"/>
</Entity>
<Entity uid="1548">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="105.15996" z="277.91295"/>
<Orientation y="-4.03234"/>
</Entity>
<Entity uid="1549">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="103.21885" z="283.07589"/>
<Orientation y="0.55521"/>
</Entity>
<Entity uid="1550">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="540.2455" z="404.40862"/>
<Orientation y="-4.44143"/>
</Entity>
<Entity uid="1551">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="542.33222" z="408.92241"/>
<Orientation y="1.14039"/>
</Entity>
<Entity uid="1552">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="544.71573" z="403.0381"/>
<Orientation y="-4.07151"/>
</Entity>
<Entity uid="1553">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="585.24167" z="142.52183"/>
<Orientation y="-2.85012"/>
</Entity>
<Entity uid="1554">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="585.51372" z="143.73321"/>
<Orientation y="-1.75651"/>
</Entity>
<Entity uid="1555">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="586.54296" z="139.7178"/>
<Orientation y="1.48127"/>
</Entity>
<Entity uid="1556">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="584.3551" z="139.28191"/>
<Orientation y="0.07322"/>
</Entity>
<Entity uid="1557">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="585.27671" z="142.69497"/>
<Orientation y="-0.74112"/>
</Entity>
<Entity uid="1558">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="109.95133" z="521.72892"/>
<Orientation y="-0.80018"/>
</Entity>
<Entity uid="1559">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="113.30056" z="520.40975"/>
<Orientation y="1.09968"/>
</Entity>
<Entity uid="1560">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="112.86257" z="527.74875"/>
<Orientation y="-2.27244"/>
</Entity>
<Entity uid="1561">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="823.84647" z="849.34864"/>
<Orientation y="1.08991"/>
</Entity>
<Entity uid="1562">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="827.50902" z="846.42222"/>
<Orientation y="0.90734"/>
</Entity>
<Entity uid="1563">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="88.35061" z="288.81827"/>
<Orientation y="-2.56551"/>
</Entity>
<Entity uid="1564">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="92.69326" z="290.30915"/>
<Orientation y="-2.75634"/>
</Entity>
<Entity uid="1565">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="87.22402" z="290.74878"/>
<Orientation y="-2.31563"/>
</Entity>
<Entity uid="1566">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="90.93767" z="289.45203"/>
<Orientation y="0.62533"/>
</Entity>
<Entity uid="1567">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="376.18598" z="410.93723"/>
<Orientation y="-2.9594"/>
</Entity>
<Entity uid="1568">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="380.64435" z="412.4252"/>
<Orientation y="0.40058"/>
</Entity>
<Entity uid="1569">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="379.60311" z="414.50849"/>
<Orientation y="0.47345"/>
</Entity>
<Entity uid="1570">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="382.67501" z="409.46164"/>
<Orientation y="-2.9132"/>
</Entity>
<Entity uid="1571">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="163.49511" z="827.75892"/>
<Orientation y="-2.78258"/>
</Entity>
<Entity uid="1572">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="163.9242" z="823.78795"/>
<Orientation y="-0.70093"/>
</Entity>
<Entity uid="1573">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="161.09647" z="824.6458"/>
<Orientation y="0.85961"/>
</Entity>
<Entity uid="1574">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.84432" z="694.4605"/>
<Orientation y="-1.9576"/>
</Entity>
<Entity uid="1575">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.92652" z="693.69153"/>
<Orientation y="-4.32753"/>
</Entity>
<Entity uid="1576">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="625.977" z="692.52343"/>
<Orientation y="-1.35125"/>
</Entity>
<Entity uid="1577">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="696.20109" z="540.34411"/>
<Orientation y="-1.17658"/>
</Entity>
<Entity uid="1578">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="694.84571" z="530.53147"/>
<Orientation y="-1.96962"/>
</Entity>
<Entity uid="1579">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="694.00028" z="537.60216"/>
<Orientation y="-2.35326"/>
</Entity>
<Entity uid="1580">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="692.86635" z="530.37705"/>
<Orientation y="-2.57685"/>
</Entity>
<Entity uid="1581">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="145.51714" z="397.86426"/>
<Orientation y="-1.3903"/>
</Entity>
<Entity uid="1582">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="147.42975" z="398.86918"/>
<Orientation y="0.56685"/>
</Entity>
<Entity uid="1583">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="147.72693" z="400.4123"/>
<Orientation y="-3.29859"/>
</Entity>
<Entity uid="1584">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="146.25513" z="391.14986"/>
<Orientation y="-2.68474"/>
</Entity>
<Entity uid="1585">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="674.50182" z="686.00316"/>
<Orientation y="-0.6885"/>
</Entity>
<Entity uid="1586">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="674.03234" z="685.78974"/>
<Orientation y="-4.0824"/>
</Entity>
<Entity uid="1587">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="674.13796" z="688.2281"/>
<Orientation y="-3.9785"/>
</Entity>
<Entity uid="1588">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="177.53298" z="550.57744"/>
<Orientation y="-1.11951"/>
</Entity>
<Entity uid="1589">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="172.72689" z="546.91341"/>
<Orientation y="-3.78481"/>
</Entity>
<Entity uid="1590">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="717.51207" z="399.78342"/>
<Orientation y="0.87761"/>
</Entity>
<Entity uid="1591">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="713.895" z="403.19965"/>
<Orientation y="1.12224"/>
</Entity>
<Entity uid="1592">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="718.63855" z="398.92811"/>
<Orientation y="-2.77511"/>
</Entity>
<Entity uid="1593">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="718.993" z="405.46972"/>
<Orientation y="-4.50496"/>
</Entity>
<Entity uid="1594">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="592.82691" z="366.34865"/>
<Orientation y="0.93123"/>
</Entity>
<Entity uid="1595">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.01558" z="365.81554"/>
<Orientation y="0.73502"/>
</Entity>
<Entity uid="1596">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="589.29618" z="367.87717"/>
<Orientation y="0.8452"/>
</Entity>
<Entity uid="1597">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="403.54978" z="183.10965"/>
<Orientation y="-4.53287"/>
</Entity>
<Entity uid="1598">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="404.14101" z="179.92939"/>
<Orientation y="-2.28431"/>
</Entity>
<Entity uid="1599">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="405.4522" z="186.81022"/>
<Orientation y="-1.92161"/>
</Entity>
<Entity uid="1600">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="292.35996" z="670.11376"/>
<Orientation y="1.11841"/>
</Entity>
<Entity uid="1601">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="299.05605" z="668.17788"/>
<Orientation y="0.29213"/>
</Entity>
<Entity uid="1602">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="289.46883" z="668.07891"/>
<Orientation y="-4.23327"/>
</Entity>
<Entity uid="1603">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="292.14112" z="663.97741"/>
<Orientation y="-0.2442"/>
</Entity>
<Entity uid="1604">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="705.55713" z="519.22014"/>
<Orientation y="-0.16488"/>
</Entity>
<Entity uid="1605">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="700.70861" z="517.39847"/>
<Orientation y="-3.25028"/>
</Entity>
<Entity uid="1606">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="706.06484" z="517.19545"/>
<Orientation y="-0.0418"/>
</Entity>
<Entity uid="1607">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="629.33643" z="568.1327"/>
<Orientation y="-1.55925"/>
</Entity>
<Entity uid="1608">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="630.84559" z="568.18198"/>
<Orientation y="-1.3931"/>
</Entity>
<Entity uid="1609">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="630.13083" z="566.02471"/>
<Orientation y="-3.90444"/>
</Entity>
<Entity uid="1610">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="630.44272" z="567.75882"/>
<Orientation y="-0.89573"/>
</Entity>
<Entity uid="1611">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="626.69922" z="561.75737"/>
<Orientation y="-0.40297"/>
</Entity>
<Entity uid="1612">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="287.21618" z="360.17258"/>
<Orientation y="-4.70131"/>
</Entity>
<Entity uid="1613">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="289.84722" z="358.0107"/>
<Orientation y="-2.80079"/>
</Entity>
<Entity uid="1614">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="292.12314" z="356.71406"/>
<Orientation y="-0.56551"/>
</Entity>
<Entity uid="1615">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="181.9173" z="621.99552"/>
<Orientation y="1.12719"/>
</Entity>
<Entity uid="1616">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="180.50591" z="622.72815"/>
<Orientation y="1.19962"/>
</Entity>
<Entity uid="1617">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="183.11094" z="617.2394"/>
<Orientation y="-0.16897"/>
</Entity>
<Entity uid="1618">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="525.93882" z="329.73761"/>
<Orientation y="1.53977"/>
</Entity>
<Entity uid="1619">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="524.15772" z="329.1351"/>
<Orientation y="-4.12331"/>
</Entity>
<Entity uid="1620">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="525.3879" z="333.57728"/>
<Orientation y="1.5344"/>
</Entity>
<Entity uid="1621">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="525.60589" z="330.33574"/>
<Orientation y="0.42058"/>
</Entity>
<Entity uid="1622">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="523.49894" z="325.07714"/>
<Orientation y="-2.85102"/>
</Entity>
<Entity uid="1623">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="623.8083" z="60.44776"/>
<Orientation y="1.42904"/>
</Entity>
<Entity uid="1624">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="621.90055" z="58.45508"/>
<Orientation y="-0.15072"/>
</Entity>
<Entity uid="1625">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="629.81791" z="62.40275"/>
<Orientation y="-0.20974"/>
</Entity>
<Entity uid="1626">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="580.28043" z="810.42878"/>
<Orientation y="-0.65607"/>
</Entity>
<Entity uid="1627">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="583.70995" z="812.01801"/>
<Orientation y="-0.16037"/>
</Entity>
<Entity uid="1628">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="587.92939" z="811.62421"/>
<Orientation y="-1.28364"/>
</Entity>
<Entity uid="1629">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="587.6218" z="815.0039"/>
<Orientation y="-3.3725"/>
</Entity>
<Entity uid="1630">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="164.61736" z="427.60811"/>
<Orientation y="-2.56998"/>
</Entity>
<Entity uid="1631">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="165.23017" z="426.41807"/>
<Orientation y="-3.38074"/>
</Entity>
<Entity uid="1632">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="164.4897" z="427.71615"/>
<Orientation y="-0.9612"/>
</Entity>
<Entity uid="1633">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="158.78898" z="421.69518"/>
<Orientation y="-4.56461"/>
</Entity>
<Entity uid="1634">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="592.706" z="520.85172"/>
<Orientation y="0.68569"/>
</Entity>
<Entity uid="1635">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.11706" z="524.81717"/>
<Orientation y="-2.69788"/>
</Entity>
<Entity uid="1636">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.88306" z="521.6094"/>
<Orientation y="-1.65375"/>
</Entity>
<Entity uid="1637">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="611.2816" z="526.39516"/>
<Orientation y="-4.51269"/>
</Entity>
<Entity uid="1638">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="610.17023" z="533.80312"/>
<Orientation y="0.68125"/>
</Entity>
<Entity uid="1639">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="603.02662" z="533.57001"/>
<Orientation y="-0.9018"/>
</Entity>
<Entity uid="1640">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="612.29996" z="524.84162"/>
<Orientation y="0.9973"/>
</Entity>
<Entity uid="1641">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1001.34937" z="498.3148"/>
<Orientation y="0.81254"/>
</Entity>
<Entity uid="1642">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="996.66158" z="497.47231"/>
<Orientation y="-2.606"/>
</Entity>
<Entity uid="1643">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="995.96015" z="503.28272"/>
<Orientation y="-2.13175"/>
</Entity>
<Entity uid="1647">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="308.96442" z="354.83414"/>
<Orientation y="-0.02173"/>
</Entity>
<Entity uid="1648">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="307.67287" z="356.30523"/>
<Orientation y="-3.33909"/>
</Entity>
<Entity uid="1649">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="305.69532" z="358.57377"/>
<Orientation y="-0.1156"/>
</Entity>
<Entity uid="1650">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="311.90514" z="359.3645"/>
<Orientation y="-0.62592"/>
</Entity>
<Entity uid="1651">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="313.02236" z="354.91703"/>
<Orientation y="1.4232"/>
</Entity>
<Entity uid="1652">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="168.11788" z="608.06212"/>
<Orientation y="0.06714"/>
</Entity>
<Entity uid="1653">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="173.37212" z="610.35647"/>
<Orientation y="-0.09267"/>
</Entity>
<Entity uid="1654">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="530.32865" z="413.45286"/>
<Orientation y="0.46805"/>
</Entity>
<Entity uid="1655">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="525.8345" z="414.51001"/>
<Orientation y="-0.21158"/>
</Entity>
<Entity uid="1656">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="530.40586" z="416.81621"/>
<Orientation y="-3.03652"/>
</Entity>
<Entity uid="1657">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="840.32445" z="493.03205"/>
<Orientation y="1.15029"/>
</Entity>
<Entity uid="1658">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="839.87391" z="496.38657"/>
<Orientation y="0.4811"/>
</Entity>
<Entity uid="1659">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="843.68502" z="493.5641"/>
<Orientation y="-0.71402"/>
</Entity>
<Entity uid="1660">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="841.19077" z="493.32633"/>
<Orientation y="-1.66111"/>
</Entity>
<Entity uid="1661">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="241.02947" z="879.8685"/>
<Orientation y="1.3022"/>
</Entity>
<Entity uid="1662">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="245.6489" z="881.8749"/>
<Orientation y="-2.53878"/>
</Entity>
<Entity uid="1663">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="240.14608" z="882.21172"/>
<Orientation y="-2.58216"/>
</Entity>
<Entity uid="1664">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="369.16292" z="937.37703"/>
<Orientation y="1.20199"/>
</Entity>
<Entity uid="1665">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="373.47095" z="934.77225"/>
<Orientation y="0.67075"/>
</Entity>
<Entity uid="1666">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="365.75043" z="934.10004"/>
<Orientation y="-2.89084"/>
</Entity>
<Entity uid="1667">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="856.52784" z="559.50622"/>
<Orientation y="0.08991"/>
</Entity>
<Entity uid="1668">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="854.74056" z="561.8797"/>
<Orientation y="-4.2185"/>
</Entity>
<Entity uid="1669">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="848.28006" z="566.06312"/>
<Orientation y="0.82944"/>
</Entity>
<Entity uid="1670">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="852.21998" z="567.92083"/>
<Orientation y="-2.25011"/>
</Entity>
<Entity uid="1671">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="404.72335" z="257.58153"/>
<Orientation y="-3.09253"/>
</Entity>
<Entity uid="1672">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="405.92171" z="261.19767"/>
<Orientation y="-4.47165"/>
</Entity>
<Entity uid="1673">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="408.14255" z="259.5261"/>
<Orientation y="-3.26952"/>
</Entity>
<Entity uid="1674">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="401.31615" z="257.31423"/>
<Orientation y="-1.47208"/>
</Entity>
<Entity uid="1678">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="55.81612" z="323.80755"/>
<Orientation y="-2.4469"/>
</Entity>
<Entity uid="1679">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="679.20041" z="556.59993"/>
<Orientation y="-3.09147"/>
</Entity>
<Entity uid="1680">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="682.31183" z="554.41408"/>
<Orientation y="-3.28461"/>
</Entity>
<Entity uid="1681">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="678.15633" z="553.79354"/>
<Orientation y="-0.93598"/>
</Entity>
<Entity uid="1682">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="585.49877" z="526.42908"/>
<Orientation y="-3.0909"/>
</Entity>
<Entity uid="1683">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="585.78454" z="526.26418"/>
<Orientation y="-4.43688"/>
</Entity>
<Entity uid="1684">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="593.15453" z="523.66221"/>
<Orientation y="-3.82476"/>
</Entity>
<Entity uid="1685">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="584.36593" z="528.88147"/>
<Orientation y="-2.73108"/>
</Entity>
<Entity uid="1686">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="333.41558" z="243.09458"/>
<Orientation y="-4.06543"/>
</Entity>
<Entity uid="1687">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="323.09905" z="241.1498"/>
<Orientation y="-1.56171"/>
</Entity>
<Entity uid="1688">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="335.27564" z="236.0024"/>
<Orientation y="-0.743"/>
</Entity>
<Entity uid="1689">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="323.06864" z="244.6189"/>
<Orientation y="-2.257"/>
</Entity>
<Entity uid="1690">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="281.2054" z="404.24744"/>
<Orientation y="0.85119"/>
</Entity>
<Entity uid="1691">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="277.98763" z="400.95165"/>
<Orientation y="0.28322"/>
</Entity>
<Entity uid="1692">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="277.63218" z="401.7463"/>
<Orientation y="-1.90813"/>
</Entity>
<Entity uid="1693">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="277.68563" z="406.66942"/>
<Orientation y="-3.01314"/>
</Entity>
<Entity uid="1694">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="505.09763" z="724.12031"/>
<Orientation y="-3.74892"/>
</Entity>
<Entity uid="1695">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="503.42836" z="723.84333"/>
<Orientation y="-2.39852"/>
</Entity>
<Entity uid="1696">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="505.4004" z="720.20101"/>
<Orientation y="-3.83376"/>
</Entity>
<Entity uid="1697">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="505.68969" z="726.0684"/>
<Orientation y="-2.28972"/>
</Entity>
<Entity uid="1698">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="682.30358" z="329.79223"/>
<Orientation y="0.5334"/>
</Entity>
<Entity uid="1699">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="684.00667" z="331.43996"/>
<Orientation y="-3.49679"/>
</Entity>
<Entity uid="1700">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="685.59527" z="332.59733"/>
<Orientation y="-0.32628"/>
</Entity>
<Entity uid="1701">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="680.45708" z="327.75652"/>
<Orientation y="-0.57557"/>
</Entity>
<Entity uid="1702">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="251.8606" z="513.15204"/>
<Orientation y="1.42966"/>
</Entity>
<Entity uid="1703">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="251.53315" z="512.9724"/>
<Orientation y="0.5741"/>
</Entity>
<Entity uid="1704">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="248.67328" z="514.86673"/>
<Orientation y="-0.53904"/>
</Entity>
<Entity uid="1705">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="250.34783" z="515.8019"/>
<Orientation y="-0.47834"/>
</Entity>
<Entity uid="1706">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="893.37587" z="399.76354"/>
<Orientation y="-4.41668"/>
</Entity>
<Entity uid="1707">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="887.53296" z="399.70669"/>
<Orientation y="-1.97654"/>
</Entity>
<Entity uid="1708">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="634.08503" z="442.03653"/>
<Orientation y="-2.40658"/>
</Entity>
<Entity uid="1709">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="632.80492" z="437.20226"/>
<Orientation y="0.58806"/>
</Entity>
<Entity uid="1710">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="633.64896" z="441.46119"/>
<Orientation y="-3.08622"/>
</Entity>
<Entity uid="1711">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="635.7027" z="440.5221"/>
<Orientation y="0.41637"/>
</Entity>
<Entity uid="1712">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="831.26064" z="667.75104"/>
<Orientation y="-4.52836"/>
</Entity>
<Entity uid="1713">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="833.72347" z="663.95174"/>
<Orientation y="-0.48336"/>
</Entity>
<Entity uid="1714">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="834.24103" z="667.63717"/>
<Orientation y="-3.14635"/>
</Entity>
<Entity uid="1715">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="835.94059" z="672.57053"/>
<Orientation y="-0.22457"/>
</Entity>
<Entity uid="1716">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="829.18099" z="663.12185"/>
<Orientation y="-1.23725"/>
</Entity>
<Entity uid="1717">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="701.44324" z="455.64698"/>
<Orientation y="-1.51293"/>
</Entity>
<Entity uid="1718">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="703.85184" z="452.29572"/>
<Orientation y="-0.38965"/>
</Entity>
<Entity uid="1719">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="699.24402" z="460.17183"/>
<Orientation y="-3.8248"/>
</Entity>
<Entity uid="1720">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="696.46431" z="455.7029"/>
<Orientation y="-2.76157"/>
</Entity>
<Entity uid="1721">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="699.74128" z="460.87642"/>
<Orientation y="-4.13274"/>
</Entity>
<Entity uid="1722">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="882.32074" z="277.9476"/>
<Orientation y="-0.79863"/>
</Entity>
<Entity uid="1723">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="884.56673" z="278.58234"/>
<Orientation y="-3.2013"/>
</Entity>
<Entity uid="1724">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="878.2602" z="275.73427"/>
<Orientation y="-3.68772"/>
</Entity>
<Entity uid="1725">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="881.0537" z="279.30541"/>
<Orientation y="-1.3141"/>
</Entity>
<Entity uid="1726">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="883.31638" z="282.20728"/>
<Orientation y="-1.98272"/>
</Entity>
<Entity uid="1727">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="212.70354" z="905.00843"/>
<Orientation y="1.01467"/>
</Entity>
<Entity uid="1731">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="472.243" z="990.81861"/>
<Orientation y="0.7246"/>
</Entity>
<Entity uid="1732">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="475.80068" z="986.81231"/>
<Orientation y="-1.64153"/>
</Entity>
<Entity uid="1733">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="726.45952" z="562.29938"/>
<Orientation y="-0.478"/>
</Entity>
<Entity uid="1734">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="726.18834" z="562.17151"/>
<Orientation y="0.37758"/>
</Entity>
<Entity uid="1735">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="722.49279" z="564.92461"/>
<Orientation y="-0.36983"/>
</Entity>
<Entity uid="1736">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="291.60943" z="278.619"/>
<Orientation y="-0.51642"/>
</Entity>
<Entity uid="1737">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="290.71946" z="276.95102"/>
<Orientation y="-3.24936"/>
</Entity>
<Entity uid="1738">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="291.22057" z="281.04685"/>
<Orientation y="-2.09211"/>
</Entity>
<Entity uid="1739">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="293.00268" z="274.53864"/>
<Orientation y="-1.16709"/>
</Entity>
<Entity uid="1740">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="288.4522" z="281.23006"/>
<Orientation y="0.8996"/>
</Entity>
<Entity uid="1741">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="527.45817" z="980.73942"/>
<Orientation y="-4.15111"/>
</Entity>
<Entity uid="1742">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="530.27063" z="976.11632"/>
<Orientation y="1.26212"/>
</Entity>
<Entity uid="1743">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="525.9547" z="974.48116"/>
<Orientation y="-0.42168"/>
</Entity>
<Entity uid="1744">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="526.83562" z="984.94547"/>
<Orientation y="-3.80317"/>
</Entity>
<Entity uid="1745">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="846.89173" z="238.03972"/>
<Orientation y="-2.33951"/>
</Entity>
<Entity uid="1746">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="843.52903" z="237.90822"/>
<Orientation y="1.36684"/>
</Entity>
<Entity uid="1747">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="844.63711" z="230.83104"/>
<Orientation y="-1.85825"/>
</Entity>
<Entity uid="1748">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="909.99883" z="442.00242"/>
<Orientation y="-0.47358"/>
</Entity>
<Entity uid="1749">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="905.42916" z="445.6613"/>
<Orientation y="-3.31803"/>
</Entity>
<Entity uid="1750">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="809.68586" z="741.81788"/>
<Orientation y="0.3392"/>
</Entity>
<Entity uid="1751">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="810.65293" z="744.42898"/>
<Orientation y="-1.03272"/>
</Entity>
<Entity uid="1752">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="811.0754" z="736.8434"/>
<Orientation y="-1.20707"/>
</Entity>
<Entity uid="1753">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="805.28367" z="741.1263"/>
<Orientation y="-0.44208"/>
</Entity>
<Entity uid="1754">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="810.3003" z="738.1307"/>
<Orientation y="1.37003"/>
</Entity>
<Entity uid="1755">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="707.98781" z="282.26056"/>
<Orientation y="-3.9141"/>
</Entity>
<Entity uid="1756">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="707.73229" z="285.12217"/>
<Orientation y="-0.3518"/>
</Entity>
<Entity uid="1757">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="705.86701" z="285.99393"/>
<Orientation y="-0.21187"/>
</Entity>
<Entity uid="1758">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="706.7353" z="280.70614"/>
<Orientation y="-0.91111"/>
</Entity>
<Entity uid="1759">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="443.78063" z="452.41427"/>
<Orientation y="0.24523"/>
</Entity>
<Entity uid="1760">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="445.55977" z="454.91588"/>
<Orientation y="-1.25495"/>
</Entity>
<Entity uid="1761">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="446.14246" z="453.59038"/>
<Orientation y="-2.5075"/>
</Entity>
<Entity uid="1762">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="445.21576" z="447.5338"/>
<Orientation y="-3.78415"/>
</Entity>
<Entity uid="1763">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="592.00347" z="675.19816"/>
<Orientation y="-2.6506"/>
</Entity>
<Entity uid="1764">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.79874" z="679.05993"/>
<Orientation y="0.46096"/>
</Entity>
<Entity uid="1765">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.69442" z="678.20936"/>
<Orientation y="-3.53093"/>
</Entity>
<Entity uid="1766">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="780.12522" z="518.06113"/>
<Orientation y="0.04218"/>
</Entity>
<Entity uid="1767">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="782.79398" z="517.86744"/>
<Orientation y="-2.70704"/>
</Entity>
<Entity uid="1768">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="779.91828" z="520.75805"/>
<Orientation y="1.15654"/>
</Entity>
<Entity uid="1769">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="783.71947" z="518.586"/>
<Orientation y="-4.56987"/>
</Entity>
<Entity uid="1770">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="779.65233" z="524.0046"/>
<Orientation y="-1.93627"/>
</Entity>
<Entity uid="1771">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="148.08217" z="593.81095"/>
<Orientation y="-1.0178"/>
</Entity>
<Entity uid="1772">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="148.33857" z="594.98273"/>
<Orientation y="0.37287"/>
</Entity>
<Entity uid="1773">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="153.35215" z="594.8449"/>
<Orientation y="-2.26464"/>
</Entity>
<Entity uid="1774">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="856.48339" z="447.8617"/>
<Orientation y="-0.64443"/>
</Entity>
<Entity uid="1775">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="862.30266" z="451.72634"/>
<Orientation y="-4.04151"/>
</Entity>
<Entity uid="1776">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.35119" z="418.23308"/>
<Orientation y="-0.4791"/>
</Entity>
<Entity uid="1777">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="590.16259" z="417.39936"/>
<Orientation y="0.3437"/>
</Entity>
<Entity uid="1778">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="589.51357" z="415.06502"/>
<Orientation y="-4.4437"/>
</Entity>
<Entity uid="1779">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="583.42663" z="415.35874"/>
<Orientation y="1.16723"/>
</Entity>
<Entity uid="1780">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="239.46393" z="578.74807"/>
<Orientation y="-0.11936"/>
</Entity>
<Entity uid="1781">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="235.41373" z="575.70089"/>
<Orientation y="1.43061"/>
</Entity>
<Entity uid="1782">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="237.09728" z="585.5456"/>
<Orientation y="-1.63898"/>
</Entity>
<Entity uid="1783">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="236.0179" z="578.20311"/>
<Orientation y="1.10743"/>
</Entity>
<Entity uid="1784">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="537.9498" z="458.34694"/>
<Orientation y="-0.89344"/>
</Entity>
<Entity uid="1785">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="537.91198" z="457.5523"/>
<Orientation y="-2.22402"/>
</Entity>
<Entity uid="1786">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="537.963" z="459.09836"/>
<Orientation y="-2.78905"/>
</Entity>
<Entity uid="1787">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="359.2084" z="509.37125"/>
<Orientation y="-0.24131"/>
</Entity>
<Entity uid="1788">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="358.11461" z="510.72925"/>
<Orientation y="-0.31005"/>
</Entity>
<Entity uid="1789">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="360.85967" z="510.43241"/>
<Orientation y="-0.80414"/>
</Entity>
<Entity uid="1790">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="511.58803" z="644.17019"/>
<Orientation y="-3.234"/>
</Entity>
<Entity uid="1791">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="510.18836" z="641.88868"/>
<Orientation y="-3.79664"/>
</Entity>
<Entity uid="1792">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="507.27602" z="645.01247"/>
<Orientation y="-1.3981"/>
</Entity>
<Entity uid="1793">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="512.18403" z="640.91976"/>
<Orientation y="-2.79027"/>
</Entity>
<Entity uid="1794">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="393.06379" z="858.32732"/>
<Orientation y="0.61951"/>
</Entity>
<Entity uid="1795">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="391.6341" z="860.81025"/>
<Orientation y="0.59612"/>
</Entity>
<Entity uid="1796">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="387.70572" z="855.92533"/>
<Orientation y="-2.13263"/>
</Entity>
<Entity uid="1797">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="393.88482" z="858.02366"/>
<Orientation y="-0.8945"/>
</Entity>
<Entity uid="1798">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="188.99151" z="485.83799"/>
<Orientation y="-1.94129"/>
</Entity>
<Entity uid="1799">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="187.37334" z="482.93876"/>
<Orientation y="-0.32183"/>
</Entity>
<Entity uid="1800">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="189.32586" z="482.15947"/>
<Orientation y="-1.2909"/>
</Entity>
<Entity uid="1801">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="254.77468" z="894.00687"/>
<Orientation y="0.41349"/>
</Entity>
<Entity uid="1802">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="255.86872" z="893.79261"/>
<Orientation y="0.6169"/>
</Entity>
<Entity uid="1803">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="247.99106" z="891.67736"/>
<Orientation y="-0.75217"/>
</Entity>
<Entity uid="1804">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="256.66955" z="892.92374"/>
<Orientation y="-2.729"/>
</Entity>
<Entity uid="1805">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="845.69896" z="474.66694"/>
<Orientation y="0.20643"/>
</Entity>
<Entity uid="1806">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="840.26545" z="470.99775"/>
<Orientation y="0.63633"/>
</Entity>
<Entity uid="1807">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="846.60914" z="471.27938"/>
<Orientation y="0.93195"/>
</Entity>
<Entity uid="1808">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="846.60094" z="475.5631"/>
<Orientation y="-2.49064"/>
</Entity>
<Entity uid="1813">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="564.1049" z="837.50654"/>
<Orientation y="-0.5625"/>
</Entity>
<Entity uid="1814">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="565.40468" z="836.67737"/>
<Orientation y="0.74428"/>
</Entity>
<Entity uid="1815">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="564.15299" z="832.94568"/>
<Orientation y="-1.24032"/>
</Entity>
<Entity uid="1816">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="561.44515" z="830.0493"/>
<Orientation y="-1.28942"/>
</Entity>
<Entity uid="1817">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="838.45536" z="191.41207"/>
<Orientation y="-4.16572"/>
</Entity>
<Entity uid="1818">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="844.66839" z="190.63701"/>
<Orientation y="-1.52092"/>
</Entity>
<Entity uid="1819">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="818.53507" z="270.76757"/>
<Orientation y="-2.15204"/>
</Entity>
<Entity uid="1820">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="820.18841" z="269.72103"/>
<Orientation y="-1.97655"/>
</Entity>
<Entity uid="1821">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="820.34942" z="274.36881"/>
<Orientation y="-1.10685"/>
</Entity>
<Entity uid="1822">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="821.03376" z="268.18187"/>
<Orientation y="0.56521"/>
</Entity>
<Entity uid="1823">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="339.78757" z="437.82222"/>
<Orientation y="-3.9827"/>
</Entity>
<Entity uid="1824">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="338.04883" z="441.0549"/>
<Orientation y="-4.318"/>
</Entity>
<Entity uid="1825">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="338.03348" z="437.99781"/>
<Orientation y="-4.42583"/>
</Entity>
<Entity uid="1826">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="339.07126" z="437.3255"/>
<Orientation y="0.75524"/>
</Entity>
<Entity uid="1827">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="333.32692" z="431.97768"/>
<Orientation y="-1.18477"/>
</Entity>
<Entity uid="1829">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="26.15651" z="598.09151"/>
<Orientation y="-2.13651"/>
</Entity>
<Entity uid="1830">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="434.21184" z="287.90876"/>
<Orientation y="0.54291"/>
</Entity>
<Entity uid="1831">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="433.68052" z="288.1531"/>
<Orientation y="0.78426"/>
</Entity>
<Entity uid="1832">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="434.5414" z="291.22854"/>
<Orientation y="-1.92573"/>
</Entity>
<Entity uid="1833">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="846.22823" z="834.05097"/>
<Orientation y="-2.2521"/>
</Entity>
<Entity uid="1834">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="849.26313" z="847.00263"/>
<Orientation y="-2.84943"/>
</Entity>
<Entity uid="1835">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="847.48455" z="856.15506"/>
<Orientation y="1.2305"/>
</Entity>
<Entity uid="1836">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="847.3766" z="842.81344"/>
<Orientation y="-2.72114"/>
</Entity>
<Entity uid="1837">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="837.29426" z="847.65818"/>
<Orientation y="-4.10698"/>
</Entity>
<Entity uid="1838">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="847.76148" z="829.2158"/>
<Orientation y="-2.81914"/>
</Entity>
<Entity uid="1839">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="239.13991" z="781.31583"/>
<Orientation y="-4.52503"/>
</Entity>
<Entity uid="1840">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="240.36831" z="781.29229"/>
<Orientation y="-3.61577"/>
</Entity>
<Entity uid="1841">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="236.94516" z="781.95348"/>
<Orientation y="-4.6341"/>
</Entity>
<Entity uid="1842">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="237.65152" z="781.98867"/>
<Orientation y="-1.33873"/>
</Entity>
<Entity uid="1843">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="245.51719" z="777.02537"/>
<Orientation y="1.44175"/>
</Entity>
<Entity uid="1844">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="241.90488" z="778.82158"/>
<Orientation y="0.8297"/>
</Entity>
<Entity uid="1845">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="286.98728" z="603.34876"/>
<Orientation y="-0.50158"/>
</Entity>
<Entity uid="1846">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="302.47986" z="602.55384"/>
<Orientation y="-3.28701"/>
</Entity>
<Entity uid="1847">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="305.26397" z="604.25596"/>
<Orientation y="0.65836"/>
</Entity>
<Entity uid="1848">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="302.50007" z="592.63903"/>
<Orientation y="-4.59818"/>
</Entity>
<Entity uid="1849">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="293.04981" z="599.70057"/>
<Orientation y="-1.74303"/>
</Entity>
<Entity uid="1850">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="315.5751" z="612.81073"/>
<Orientation y="-2.63762"/>
</Entity>
<Entity uid="1851">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="300.81597" z="603.1717"/>
<Orientation y="1.3079"/>
</Entity>
<Entity uid="1852">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="123.77427" z="219.14972"/>
<Orientation y="-3.60317"/>
</Entity>
<Entity uid="1853">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="118.25307" z="225.5207"/>
<Orientation y="-2.5214"/>
</Entity>
<Entity uid="1854">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="118.08405" z="225.63547"/>
<Orientation y="-2.40426"/>
</Entity>
<Entity uid="1856">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="893.25277" z="493.1832"/>
<Orientation y="-2.05712"/>
</Entity>
<Entity uid="1857">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="888.50062" z="497.37661"/>
<Orientation y="-2.12128"/>
</Entity>
<Entity uid="1858">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="80.11258" z="516.93573"/>
<Orientation y="-2.14071"/>
</Entity>
<Entity uid="1859">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="85.39696" z="516.89037"/>
<Orientation y="0.09827"/>
</Entity>
<Entity uid="1860">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="92.45781" z="520.85558"/>
<Orientation y="0.37134"/>
</Entity>
<Entity uid="1861">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="677.91956" z="187.08956"/>
<Orientation y="0.94988"/>
</Entity>
<Entity uid="1862">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="237.64135" z="852.51296"/>
<Orientation y="-1.61608"/>
</Entity>
<Entity uid="1863">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="91.3686" z="379.26873"/>
<Orientation y="-3.51893"/>
</Entity>
<Entity uid="1864">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="272.62934" z="125.43052"/>
<Orientation y="-3.71557"/>
</Entity>
<Entity uid="1865">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="178.92766" z="375.4047"/>
<Orientation y="0.37865"/>
</Entity>
<Entity uid="1866">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="654.41315" z="153.33957"/>
<Orientation y="-2.03737"/>
</Entity>
<Entity uid="1867">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="830.4324" z="151.14614"/>
<Orientation y="0.74576"/>
</Entity>
<Entity uid="1868">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="560.94103" z="362.79815"/>
<Orientation y="1.37748"/>
</Entity>
<Entity uid="1869">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="651.6229" z="100.09697"/>
<Orientation y="-2.5955"/>
</Entity>
<Entity uid="1870">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="226.3791" z="237.87594"/>
<Orientation y="-2.3582"/>
</Entity>
<Entity uid="1871">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="771.75947" z="753.56435"/>
<Orientation y="-3.40886"/>
</Entity>
<Entity uid="1872">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="777.91166" z="185.94593"/>
<Orientation y="0.69239"/>
</Entity>
<Entity uid="1873">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="56.47768" z="371.26494"/>
<Orientation y="-1.64632"/>
</Entity>
<Entity uid="1874">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="809.23485" z="205.98481"/>
<Orientation y="-2.36149"/>
</Entity>
<Entity uid="1875">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="349.2253" z="476.32004"/>
<Orientation y="-1.18042"/>
</Entity>
<Entity uid="1876">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="498.3489" z="559.26867"/>
<Orientation y="0.50786"/>
</Entity>
<Entity uid="1877">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="478.11487" z="530.63225"/>
<Orientation y="-4.47584"/>
</Entity>
<Entity uid="1878">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="514.58658" z="413.02396"/>
<Orientation y="-0.05131"/>
</Entity>
<Entity uid="1879">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="100.30111" z="535.21004"/>
<Orientation y="-0.21962"/>
</Entity>
<Entity uid="1880">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="455.3564" z="207.18772"/>
<Orientation y="-0.63715"/>
</Entity>
<Entity uid="1881">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="495.51551" z="667.29932"/>
<Orientation y="1.2811"/>
</Entity>
<Entity uid="1882">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="496.41301" z="949.2672"/>
<Orientation y="-4.08361"/>
</Entity>
<Entity uid="1883">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="689.28368" z="575.2402"/>
<Orientation y="-2.41996"/>
</Entity>
<Entity uid="1884">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="221.95353" z="499.30018"/>
<Orientation y="-2.95012"/>
</Entity>
<Entity uid="1885">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="143.46964" z="203.2624"/>
<Orientation y="-3.28907"/>
</Entity>
<Entity uid="1886">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="444.20527" z="198.19838"/>
<Orientation y="1.36475"/>
</Entity>
<Entity uid="1887">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="341.27767" z="402.61457"/>
<Orientation y="-0.5701"/>
</Entity>
<Entity uid="1888">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="130.54334" z="697.21283"/>
<Orientation y="-1.73403"/>
</Entity>
<Entity uid="1889">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="418.20443" z="37.89823"/>
<Orientation y="0.68123"/>
</Entity>
<Entity uid="1890">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="513.17418" z="285.86716"/>
<Orientation y="-0.29148"/>
</Entity>
<Entity uid="1891">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="800.17403" z="166.93987"/>
<Orientation y="-2.98697"/>
</Entity>
<Entity uid="1892">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="648.42421" z="289.72577"/>
<Orientation y="0.1281"/>
</Entity>
<Entity uid="1893">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="933.86606" z="525.99331"/>
<Orientation y="0.18445"/>
</Entity>
<Entity uid="1894">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="142.80761" z="309.92235"/>
<Orientation y="-0.36463"/>
</Entity>
<Entity uid="1895">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="84.03269" z="592.69565"/>
<Orientation y="-1.83748"/>
</Entity>
<Entity uid="1896">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="274.65386" z="550.96874"/>
<Orientation y="-4.66602"/>
</Entity>
<Entity uid="1897">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="597.16622" z="75.53142"/>
<Orientation y="-0.72487"/>
</Entity>
<Entity uid="1898">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="413.1239" z="159.35883"/>
<Orientation y="-0.77091"/>
</Entity>
<Entity uid="1899">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="397.0674" z="120.49358"/>
<Orientation y="-4.64953"/>
</Entity>
<Entity uid="1900">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="526.67238" z="722.10763"/>
<Orientation y="0.6565"/>
</Entity>
<Entity uid="1901">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="544.39808" z="394.10998"/>
<Orientation y="0.55353"/>
</Entity>
<Entity uid="1902">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="144.5249" z="328.8616"/>
<Orientation y="-0.47533"/>
</Entity>
<Entity uid="1904">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="175.18615" z="386.08915"/>
<Orientation y="-0.35793"/>
</Entity>
<Entity uid="1905">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="385.81505" z="517.98021"/>
<Orientation y="-4.07155"/>
</Entity>
<Entity uid="1906">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="78.69994" z="469.05951"/>
<Orientation y="-4.51894"/>
</Entity>
<Entity uid="1907">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="228.54775" z="769.7032"/>
<Orientation y="1.17568"/>
</Entity>
<Entity uid="1908">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="641.73798" z="758.29796"/>
<Orientation y="0.29151"/>
</Entity>
<Entity uid="1909">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="729.94945" z="207.70456"/>
<Orientation y="-3.56057"/>
</Entity>
<Entity uid="1910">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="363.20665" z="531.52614"/>
<Orientation y="-2.64272"/>
</Entity>
<Entity uid="1911">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="413.88965" z="423.81814"/>
<Orientation y="-0.99752"/>
</Entity>
<Entity uid="1912">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="552.37714" z="253.11013"/>
<Orientation y="-1.92647"/>
</Entity>
<Entity uid="1913">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878.53617" z="267.1646"/>
<Orientation y="-2.83912"/>
</Entity>
<Entity uid="1914">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="943.80941" z="424.11217"/>
<Orientation y="1.402"/>
</Entity>
<Entity uid="1915">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="760.5895" z="662.36467"/>
<Orientation y="-0.43877"/>
</Entity>
<Entity uid="1916">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="614.62238" z="131.61083"/>
<Orientation y="-2.52462"/>
</Entity>
<Entity uid="1917">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="735.48881" z="306.92713"/>
<Orientation y="-1.70798"/>
</Entity>
<Entity uid="1918">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="785.16187" z="523.23952"/>
<Orientation y="-4.55901"/>
</Entity>
<Entity uid="1919">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="763.8498" z="414.21328"/>
<Orientation y="0.76032"/>
</Entity>
<Entity uid="1920">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="908.61345" z="695.18932"/>
<Orientation y="-2.76682"/>
</Entity>
<Entity uid="1921">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="734.31118" z="230.03417"/>
<Orientation y="-3.1942"/>
</Entity>
<Entity uid="1922">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="927.76673" z="705.29958"/>
<Orientation y="-0.00182"/>
</Entity>
<Entity uid="1923">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="405.86673" z="170.34708"/>
<Orientation y="-0.60286"/>
</Entity>
<Entity uid="1924">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="658.64341" z="837.69784"/>
<Orientation y="-0.09401"/>
</Entity>
<Entity uid="1925">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="183.84343" z="636.68172"/>
<Orientation y="-1.81572"/>
</Entity>
<Entity uid="1926">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="176.05884" z="545.72078"/>
<Orientation y="-2.75954"/>
</Entity>
<Entity uid="1927">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="743.58207" z="679.9809"/>
<Orientation y="-4.11458"/>
</Entity>
<Entity uid="1928">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="782.81325" z="209.5546"/>
<Orientation y="-0.50072"/>
</Entity>
<Entity uid="1930">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="484.74907" z="775.192"/>
<Orientation y="-4.06603"/>
</Entity>
<Entity uid="1931">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="529.68528" z="416.15261"/>
<Orientation y="0.24625"/>
</Entity>
<Entity uid="1932">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="230.1706" z="203.47115"/>
<Orientation y="1.35837"/>
</Entity>
<Entity uid="1933">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="377.5151" z="434.67182"/>
<Orientation y="-1.3519"/>
</Entity>
<Entity uid="1934">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="458.14426" z="122.28194"/>
<Orientation y="-2.70473"/>
</Entity>
<Entity uid="1935">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="427.47262" z="667.95701"/>
<Orientation y="-0.97133"/>
</Entity>
<Entity uid="1936">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="830.43525" z="531.64492"/>
<Orientation y="-1.42864"/>
</Entity>
<Entity uid="1937">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="288.83967" z="675.30164"/>
<Orientation y="-0.75503"/>
</Entity>
<Entity uid="1938">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="269.51052" z="426.69581"/>
<Orientation y="0.42615"/>
</Entity>
<Entity uid="1939">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="793.48371" z="331.03202"/>
<Orientation y="-1.7727"/>
</Entity>
<Entity uid="1940">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="347.16115" z="619.35196"/>
<Orientation y="-2.2785"/>
</Entity>
<Entity uid="1941">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="854.53296" z="602.40862"/>
<Orientation y="-2.10573"/>
</Entity>
<Entity uid="1942">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="248.23719" z="653.19346"/>
<Orientation y="-3.44794"/>
</Entity>
<Entity uid="1943">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="592.03739" z="491.4533"/>
<Orientation y="-3.59128"/>
</Entity>
<Entity uid="1944">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="610.89368" z="720.88656"/>
<Orientation y="-4.60337"/>
</Entity>
<Entity uid="1945">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="606.13991" z="774.73227"/>
<Orientation y="-0.00484"/>
</Entity>
<Entity uid="1946">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="469.10378" z="621.04233"/>
<Orientation y="-2.55071"/>
</Entity>
<Entity uid="1947">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="427.96633" z="590.01375"/>
<Orientation y="-1.92595"/>
</Entity>
<Entity uid="1948">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="400.64518" z="678.82433"/>
<Orientation y="-4.60445"/>
</Entity>
<Entity uid="1949">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="806.21271" z="643.01827"/>
<Orientation y="-0.10145"/>
</Entity>
<Entity uid="1950">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="713.97886" z="730.6537"/>
<Orientation y="-3.70321"/>
</Entity>
<Entity uid="1951">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="662.9675" z="420.00225"/>
<Orientation y="-4.5545"/>
</Entity>
<Entity uid="1952">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="617.5642" z="468.4404"/>
<Orientation y="-2.50889"/>
</Entity>
<Entity uid="1953">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="890.3536" z="281.12131"/>
<Orientation y="0.64275"/>
</Entity>
<Entity uid="1954">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="469.51575" z="630.33426"/>
<Orientation y="0.31472"/>
</Entity>
<Entity uid="1955">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="808.47187" z="458.21454"/>
<Orientation y="-2.28762"/>
</Entity>
<Entity uid="1956">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="417.27858" z="430.6998"/>
<Orientation y="-1.54868"/>
</Entity>
<Entity uid="1957">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="731.81585" z="618.99851"/>
<Orientation y="-2.82024"/>
</Entity>
<Entity uid="1958">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="874.88257" z="209.38065"/>
<Orientation y="-1.79094"/>
</Entity>
<Entity uid="1959">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="669.77442" z="654.95159"/>
<Orientation y="0.83121"/>
</Entity>
<Entity uid="1960">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="259.5411" z="817.42867"/>
<Orientation y="0.20813"/>
</Entity>
<Entity uid="1961">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="927.7674" z="564.3166"/>
<Orientation y="-4.64368"/>
</Entity>
<Entity uid="1962">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="495.84958" z="631.6843"/>
<Orientation y="-3.33745"/>
</Entity>
<Entity uid="1963">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="276.56131" z="638.66436"/>
<Orientation y="-3.00217"/>
</Entity>
<Entity uid="1964">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="153.07128" z="282.48516"/>
<Orientation y="-1.60105"/>
</Entity>
<Entity uid="1965">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="461.16636" z="578.99729"/>
<Orientation y="1.03278"/>
</Entity>
<Entity uid="1966">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="840.94188" z="148.65413"/>
<Orientation y="-3.09142"/>
</Entity>
<Entity uid="1967">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="390.94808" z="910.67598"/>
<Orientation y="0.47365"/>
</Entity>
<Entity uid="1968">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="245.98534" z="644.8305"/>
<Orientation y="-1.47136"/>
</Entity>
<Entity uid="1969">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="447.47252" z="683.82204"/>
<Orientation y="-4.39007"/>
</Entity>
<Entity uid="1970">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="643.67835" z="302.0837"/>
<Orientation y="0.51462"/>
</Entity>
<Entity uid="1971">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="149.59247" z="485.65017"/>
<Orientation y="-0.03788"/>
</Entity>
<Entity uid="1972">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="778.97237" z="604.95044"/>
<Orientation y="-1.43624"/>
</Entity>
<Entity uid="1973">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="387.198" z="356.1709"/>
<Orientation y="-2.99527"/>
</Entity>
<Entity uid="1974">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="130.98293" z="242.86773"/>
<Orientation y="-2.5864"/>
</Entity>
<Entity uid="1975">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="426.50077" z="192.22887"/>
<Orientation y="-1.4549"/>
</Entity>
<Entity uid="1976">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="814.63654" z="361.75451"/>
<Orientation y="-2.98008"/>
</Entity>
<Entity uid="1977">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="281.94266" z="342.55257"/>
<Orientation y="-1.83484"/>
</Entity>
<Entity uid="1978">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="739.89301" z="921.20981"/>
<Orientation y="-1.40897"/>
</Entity>
<Entity uid="1979">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="497.08236" z="482.26375"/>
<Orientation y="0.48899"/>
</Entity>
<Entity uid="1981">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="374.34151" z="198.9069"/>
<Orientation y="-1.54305"/>
</Entity>
<Entity uid="1982">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="202.48951" z="567.74291"/>
<Orientation y="-2.91083"/>
</Entity>
<Entity uid="1983">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="269.16761" z="216.1707"/>
<Orientation y="-0.46547"/>
</Entity>
<Entity uid="1984">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="316.2302" z="269.84038"/>
<Orientation y="1.4491"/>
</Entity>
<Entity uid="1985">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="737.91568" z="274.80483"/>
<Orientation y="-2.59813"/>
</Entity>
<Entity uid="1986">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="981.69292" z="587.56838"/>
<Orientation y="-3.07383"/>
</Entity>
<Entity uid="1987">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="648.85547" z="348.89242"/>
<Orientation y="0.19059"/>
</Entity>
<Entity uid="1988">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="756.10318" z="138.02994"/>
<Orientation y="-1.47455"/>
</Entity>
<Entity uid="1989">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="479.116" z="665.35357"/>
<Orientation y="-3.40522"/>
</Entity>
<Entity uid="1990">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="413.70708" z="762.03348"/>
<Orientation y="-2.68322"/>
</Entity>
<Entity uid="1991">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="845.74288" z="748.65058"/>
<Orientation y="0.44686"/>
</Entity>
<Entity uid="1992">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="39.41187" z="504.5702"/>
<Orientation y="-0.75638"/>
</Entity>
<Entity uid="1993">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="140.3557" z="569.2782"/>
<Orientation y="-4.38202"/>
</Entity>
<Entity uid="1994">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="697.59615" z="76.59849"/>
<Orientation y="0.93589"/>
</Entity>
<Entity uid="1995">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="131.25347" z="200.8983"/>
<Orientation y="-2.4342"/>
</Entity>
<Entity uid="1996">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="300.88991" z="693.90467"/>
<Orientation y="-4.0261"/>
</Entity>
<Entity uid="1997">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="416.50686" z="566.31853"/>
<Orientation y="-2.41625"/>
</Entity>
<Entity uid="1998">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="557.40166" z="483.581"/>
<Orientation y="-2.86402"/>
</Entity>
<Entity uid="1999">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="556.24242" z="272.80613"/>
<Orientation y="1.24312"/>
</Entity>
<Entity uid="2000">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="781.27173" z="517.01258"/>
<Orientation y="-1.45275"/>
</Entity>
<Entity uid="2001">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="894.26958" z="370.49767"/>
<Orientation y="-1.07465"/>
</Entity>
<Entity uid="2002">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="957.33211" z="453.7125"/>
<Orientation y="1.14385"/>
</Entity>
<Entity uid="2003">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="559.60785" z="533.75008"/>
<Orientation y="-3.54291"/>
</Entity>
<Entity uid="2004">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="460.19393" z="84.87797"/>
<Orientation y="-1.56649"/>
</Entity>
<Entity uid="2005">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="149.68665" z="660.32767"/>
<Orientation y="-0.30211"/>
</Entity>
<Entity uid="2006">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="631.90345" z="77.88978"/>
<Orientation y="0.70542"/>
</Entity>
<Entity uid="2007">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="731.92" z="384.23922"/>
<Orientation y="-0.27363"/>
</Entity>
<Entity uid="2008">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="244.89925" z="780.62897"/>
<Orientation y="-1.38813"/>
</Entity>
<Entity uid="2009">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="517.6013" z="503.45759"/>
<Orientation y="0.6182"/>
</Entity>
<Entity uid="2010">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="666.94616" z="951.39847"/>
<Orientation y="-1.4217"/>
</Entity>
<Entity uid="2011">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="740.96767" z="543.52384"/>
<Orientation y="-2.60174"/>
</Entity>
<Entity uid="2012">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="416.02067" z="529.56408"/>
<Orientation y="-1.46225"/>
</Entity>
<Entity uid="2013">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="187.23005" z="458.0533"/>
<Orientation y="-4.31325"/>
</Entity>
<Entity uid="2014">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="974.70728" z="484.25972"/>
<Orientation y="-3.78657"/>
</Entity>
<Entity uid="2015">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="289.93554" z="904.81798"/>
<Orientation y="-0.66758"/>
</Entity>
<Entity uid="2016">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="911.84295" z="374.44573"/>
<Orientation y="-0.44051"/>
</Entity>
<Entity uid="2017">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="852.37748" z="663.89228"/>
<Orientation y="-3.1878"/>
</Entity>
<Entity uid="2018">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="923.2521" z="616.58083"/>
<Orientation y="1.51642"/>
</Entity>
<Entity uid="2019">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="742.626" z="332.89498"/>
<Orientation y="-4.6822"/>
</Entity>
<Entity uid="2020">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="361.1375" z="954.4419"/>
<Orientation y="-3.76783"/>
</Entity>
<Entity uid="2021">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="415.11196" z="573.98365"/>
<Orientation y="0.89725"/>
</Entity>
<Entity uid="2022">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="889.58495" z="194.63434"/>
<Orientation y="-1.34421"/>
</Entity>
<Entity uid="2023">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="711.6915" z="771.66059"/>
<Orientation y="-0.59919"/>
</Entity>
<Entity uid="2024">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="376.20827" z="673.08864"/>
<Orientation y="-3.46479"/>
</Entity>
<Entity uid="2025">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="909.6074" z="274.28747"/>
<Orientation y="-4.6621"/>
</Entity>
<Entity uid="2026">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="972.7449" z="465.51127"/>
<Orientation y="-2.20705"/>
</Entity>
<Entity uid="2027">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="551.69277" z="693.65539"/>
<Orientation y="-0.67461"/>
</Entity>
<Entity uid="2028">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="720.24437" z="371.5286"/>
<Orientation y="-1.2757"/>
</Entity>
<Entity uid="2029">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="883.15973" z="345.28304"/>
<Orientation y="-4.1449"/>
</Entity>
<Entity uid="2030">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="655.44726" z="87.21311"/>
<Orientation y="-2.49775"/>
</Entity>
<Entity uid="2031">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="825.8633" z="441.6831"/>
<Orientation y="-4.36716"/>
</Entity>
<Entity uid="2032">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="135.9345" z="229.99277"/>
<Orientation y="-0.60837"/>
</Entity>
<Entity uid="2033">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="260.2266" z="130.19462"/>
<Orientation y="-3.22582"/>
</Entity>
<Entity uid="2034">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="740.33127" z="818.4957"/>
<Orientation y="1.08394"/>
</Entity>
<Entity uid="2035">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="847.52022" z="409.89097"/>
<Orientation y="-3.33864"/>
</Entity>
<Entity uid="2036">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="187.94835" z="206.2174"/>
<Orientation y="-3.81838"/>
</Entity>
<Entity uid="2037">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="902.20394" z="226.20815"/>
<Orientation y="0.33999"/>
</Entity>
<Entity uid="2038">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="538.55008" z="517.47034"/>
<Orientation y="-0.74996"/>
</Entity>
<Entity uid="2039">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="184.22378" z="676.98458"/>
<Orientation y="-0.55741"/>
</Entity>
<Entity uid="2041">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="788.65513" z="825.10106"/>
<Orientation y="-4.06858"/>
</Entity>
<Entity uid="2042">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="920.51542" z="730.50261"/>
<Orientation y="-1.95351"/>
</Entity>
<Entity uid="2043">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="335.74437" z="935.80582"/>
<Orientation y="0.02993"/>
</Entity>
<Entity uid="2044">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="985.66149" z="487.51005"/>
<Orientation y="1.56356"/>
</Entity>
<Entity uid="2045">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="415.40217" z="517.90052"/>
<Orientation y="-2.01629"/>
</Entity>
<Entity uid="2046">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="34.40445" z="401.11988"/>
<Orientation y="-0.9616"/>
</Entity>
<Entity uid="2047">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="885.4387" z="616.43636"/>
<Orientation y="-2.08677"/>
</Entity>
<Entity uid="2048">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="132.7533" z="404.14365"/>
<Orientation y="0.83411"/>
</Entity>
<Entity uid="2049">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="664.43912" z="622.6008"/>
<Orientation y="-2.24025"/>
</Entity>
<Entity uid="2050">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="630.65992" z="769.63802"/>
<Orientation y="-0.7317"/>
</Entity>
<Entity uid="2051">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="972.52083" z="608.67913"/>
<Orientation y="-4.6961"/>
</Entity>
<Entity uid="2052">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="623.3218" z="472.7706"/>
<Orientation y="0.22626"/>
</Entity>
<Entity uid="2053">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="369.55422" z="458.52562"/>
<Orientation y="-1.17325"/>
</Entity>
<Entity uid="2054">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="681.63128" z="544.09865"/>
<Orientation y="-0.77378"/>
</Entity>
<Entity uid="2056">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="235.64896" z="217.39736"/>
<Orientation y="1.5"/>
</Entity>
<Entity uid="2057">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="338.91604" z="872.59626"/>
<Orientation y="-4.50901"/>
</Entity>
<Entity uid="2058">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="499.2261" z="140.81289"/>
<Orientation y="-4.02103"/>
</Entity>
<Entity uid="2059">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="410.65029" z="925.03638"/>
<Orientation y="-3.01748"/>
</Entity>
<Entity uid="2060">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="774.18242" z="382.5807"/>
<Orientation y="-1.3275"/>
</Entity>
<Entity uid="2061">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="674.83428" z="560.54055"/>
<Orientation y="-3.08147"/>
</Entity>
<Entity uid="2062">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="308.8651" z="742.04278"/>
<Orientation y="-2.79949"/>
</Entity>
<Entity uid="2063">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="303.06075" z="537.84086"/>
<Orientation y="-3.80655"/>
</Entity>
<Entity uid="2064">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="404.48794" z="243.72248"/>
<Orientation y="-1.71111"/>
</Entity>
<Entity uid="2065">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="196.91118" z="247.32071"/>
<Orientation y="-4.58414"/>
</Entity>
<Entity uid="2066">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="358.94928" z="804.00785"/>
<Orientation y="-0.35904"/>
</Entity>
<Entity uid="2067">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="376.1493" z="737.7781"/>
<Orientation y="-4.48977"/>
</Entity>
<Entity uid="2068">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="347.79995" z="407.58663"/>
<Orientation y="-1.14066"/>
</Entity>
<Entity uid="2069">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="252.23458" z="375.89412"/>
<Orientation y="0.08651"/>
</Entity>
<Entity uid="2070">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="734.81391" z="89.58745"/>
<Orientation y="-0.48012"/>
</Entity>
<Entity uid="2071">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="220.78316" z="519.71845"/>
<Orientation y="-1.77529"/>
</Entity>
<Entity uid="2072">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="114.82323" z="524.343"/>
<Orientation y="-3.98594"/>
</Entity>
<Entity uid="2073">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="555.52788" z="504.97696"/>
<Orientation y="-1.64571"/>
</Entity>
<Entity uid="2074">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="920.62258" z="644.2872"/>
<Orientation y="1.33352"/>
</Entity>
<Entity uid="2075">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="817.81025" z="751.52504"/>
<Orientation y="-4.52234"/>
</Entity>
<Entity uid="2076">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="797.71917" z="678.30149"/>
<Orientation y="-1.68073"/>
</Entity>
<Entity uid="2077">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="707.10763" z="251.74412"/>
<Orientation y="-0.34461"/>
</Entity>
<Entity uid="2078">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="242.24634" z="723.02073"/>
<Orientation y="0.56008"/>
</Entity>
<Entity uid="2079">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="488.10254" z="271.96727"/>
<Orientation y="-1.38355"/>
</Entity>
<Entity uid="2081">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="611.28087" z="267.51783"/>
<Orientation y="-1.85766"/>
</Entity>
<Entity uid="2082">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="217.81466" z="370.46312"/>
<Orientation y="0.0276"/>
</Entity>
<Entity uid="2083">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="247.24241" z="533.41654"/>
<Orientation y="-0.93868"/>
</Entity>
<Entity uid="2084">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="419.10917" z="336.09107"/>
<Orientation y="-1.539"/>
</Entity>
<Entity uid="2085">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="250.10732" z="572.64747"/>
<Orientation y="-2.91974"/>
</Entity>
<Entity uid="2086">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="982.4364" z="386.55913"/>
<Orientation y="-0.02146"/>
</Entity>
<Entity uid="2087">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="354.5649" z="294.32917"/>
<Orientation y="0.3323"/>
</Entity>
<Entity uid="2088">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="958.02916" z="491.83054"/>
<Orientation y="-2.6807"/>
</Entity>
<Entity uid="2089">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="453.77457" z="961.23597"/>
<Orientation y="-0.51296"/>
</Entity>
<Entity uid="2090">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="673.08666" z="848.88126"/>
<Orientation y="-3.12963"/>
</Entity>
<Entity uid="2091">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="703.2523" z="519.44471"/>
<Orientation y="-1.9737"/>
</Entity>
<Entity uid="2092">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="172.83745" z="842.50892"/>
<Orientation y="0.8076"/>
</Entity>
<Entity uid="2093">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="154.76267" z="752.15503"/>
<Orientation y="-1.38392"/>
</Entity>
<Entity uid="2094">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="849.96493" z="726.55155"/>
<Orientation y="0.18647"/>
</Entity>
<Entity uid="2095">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="765.82395" z="635.51066"/>
<Orientation y="-2.10425"/>
</Entity>
<Entity uid="2096">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="190.88851" z="606.99456"/>
<Orientation y="-2.61541"/>
</Entity>
<Entity uid="2097">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="358.7534" z="966.56231"/>
<Orientation y="-1.1437"/>
</Entity>
<Entity uid="2098">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="380.22796" z="850.04772"/>
<Orientation y="-2.4163"/>
</Entity>
<Entity uid="2099">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="321.3693" z="106.13085"/>
<Orientation y="0.44278"/>
</Entity>
<Entity uid="2100">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="536.66112" z="57.38134"/>
<Orientation y="-3.13965"/>
</Entity>
<Entity uid="2101">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="740.87339" z="357.4035"/>
<Orientation y="-4.3238"/>
</Entity>
<Entity uid="2102">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="506.85926" z="944.52387"/>
<Orientation y="-4.2035"/>
</Entity>
<Entity uid="2103">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="830.0112" z="522.2158"/>
<Orientation y="0.30361"/>
</Entity>
<Entity uid="2104">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="889.5981" z="473.45424"/>
<Orientation y="-2.79011"/>
</Entity>
<Entity uid="2105">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="741.707" z="423.4839"/>
<Orientation y="1.53388"/>
</Entity>
<Entity uid="2106">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="206.47374" z="197.61974"/>
<Orientation y="1.07616"/>
</Entity>
<Entity uid="2107">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="634.04531" z="700.1336"/>
<Orientation y="-2.38511"/>
</Entity>
<Entity uid="2108">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="137.77814" z="246.78086"/>
<Orientation y="-2.25441"/>
</Entity>
<Entity uid="2109">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="613.27765" z="160.77086"/>
<Orientation y="-0.92363"/>
</Entity>
<Entity uid="2110">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="624.89777" z="411.73436"/>
<Orientation y="0.06695"/>
</Entity>
<Entity uid="2111">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="954.16547" z="641.38434"/>
<Orientation y="-0.24389"/>
</Entity>
<Entity uid="2112">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="772.73899" z="289.92692"/>
<Orientation y="1.54677"/>
</Entity>
<Entity uid="2113">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="141.03144" z="350.64032"/>
<Orientation y="-2.7439"/>
</Entity>
<Entity uid="2114">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="630.67399" z="141.79245"/>
<Orientation y="0.84612"/>
</Entity>
<Entity uid="2115">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="900.14425" z="594.80866"/>
<Orientation y="-1.87716"/>
</Entity>
<Entity uid="2116">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="437.79171" z="545.08783"/>
<Orientation y="0.72936"/>
</Entity>
<Entity uid="2117">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="708.76415" z="161.73932"/>
<Orientation y="-1.68987"/>
</Entity>
<Entity uid="2118">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="896.00477" z="611.19471"/>
<Orientation y="-3.31357"/>
</Entity>
<Entity uid="2119">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="584.72986" z="748.12421"/>
<Orientation y="-1.84701"/>
</Entity>
<Entity uid="2120">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="574.42066" z="794.84411"/>
<Orientation y="-0.5351"/>
</Entity>
<Entity uid="2121">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="550.43932" z="767.53437"/>
<Orientation y="-3.71843"/>
</Entity>
<Entity uid="2122">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="540.04908" z="822.35718"/>
<Orientation y="1.12706"/>
</Entity>
<Entity uid="2123">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="511.04606" z="811.74573"/>
<Orientation y="1.56513"/>
</Entity>
<Entity uid="2124">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="538.61722" z="988.15033"/>
<Orientation y="-1.72226"/>
</Entity>
<Entity uid="2125">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="566.13825" z="780.28756"/>
<Orientation y="-4.41764"/>
</Entity>
<Entity uid="2126">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="454.69056" z="765.84144"/>
<Orientation y="-0.18836"/>
</Entity>
<Entity uid="2127">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="571.87856" z="739.3553"/>
<Orientation y="-2.11345"/>
</Entity>
<Entity uid="2128">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="538.55723" z="773.80056"/>
<Orientation y="-0.25287"/>
</Entity>
<Entity uid="2129">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="579.55224" z="775.90932"/>
<Orientation y="1.48147"/>
</Entity>
<Entity uid="2130">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="462.52094" z="760.87928"/>
<Orientation y="-0.91494"/>
</Entity>
<Entity uid="2131">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="559.50959" z="930.59195"/>
<Orientation y="-1.5908"/>
</Entity>
<Entity uid="2132">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="523.31614" z="768.98145"/>
<Orientation y="-2.5395"/>
</Entity>
<Entity uid="2133">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="558.0034" z="915.07189"/>
<Orientation y="-4.52802"/>
</Entity>
<Entity uid="2134">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="525.9654" z="773.38985"/>
<Orientation y="0.04632"/>
</Entity>
<Entity uid="2135">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="570.11855" z="778.65741"/>
<Orientation y="-4.53348"/>
</Entity>
<Entity uid="2138">
<Template>structures/sele_civil_centre</Template>
<Player>2</Player>
<Position x="614.2873" z="202.41031"/>
<Orientation y="2.35621"/>
<Actor seed="24196"/>
</Entity>
<Entity uid="2139">
<Template>structures/sele_corral</Template>
<Player>2</Player>
<Position x="590.97584" z="184.60486"/>
<Orientation y="2.35621"/>
<Actor seed="58982"/>
</Entity>
<Entity uid="2140">
<Template>structures/sele_defense_tower</Template>
<Player>2</Player>
<Position x="585.57721" z="199.06763"/>
<Orientation y="2.35621"/>
<Actor seed="58930"/>
</Entity>
<Entity uid="2141">
<Template>structures/sele_defense_tower</Template>
<Player>2</Player>
<Position x="614.00031" z="232.7017"/>
<Orientation y="2.35621"/>
<Actor seed="2136"/>
</Entity>
<Entity uid="2142">
<Template>structures/sele_barracks</Template>
<Player>2</Player>
<Position x="575.8548" z="168.80405"/>
<Orientation y="2.35621"/>
<Actor seed="62874"/>
</Entity>
<Entity uid="2143">
<Template>structures/sele_defense_tower</Template>
<Player>2</Player>
<Position x="553.70612" z="167.86826"/>
<Orientation y="2.35621"/>
<Actor seed="47806"/>
</Entity>
<Entity uid="2144">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="619.4756" z="178.36216"/>
<Orientation y="2.35621"/>
<Actor seed="16760"/>
</Entity>
<Entity uid="2145">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="623.0138" z="181.45899"/>
<Orientation y="2.35621"/>
<Actor seed="38442"/>
</Entity>
<Entity uid="2146">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="627.22645" z="184.91184"/>
<Orientation y="2.35621"/>
<Actor seed="50498"/>
</Entity>
<Entity uid="2147">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="631.68122" z="188.2186"/>
<Orientation y="2.35621"/>
<Actor seed="40784"/>
</Entity>
<Entity uid="2148">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="635.94233" z="190.46393"/>
<Orientation y="2.35621"/>
<Actor seed="36482"/>
</Entity>
<Entity uid="2149">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="639.11335" z="193.15391"/>
<Orientation y="2.35621"/>
<Actor seed="44716"/>
</Entity>
<Entity uid="2150">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="542.16651" z="307.9141"/>
<Orientation y="-0.97587"/>
<Actor seed="54098"/>
</Entity>
<Entity uid="2151">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="540.13337" z="306.4579"/>
<Orientation y="-0.97587"/>
<Actor seed="27360"/>
</Entity>
<Entity uid="2152">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="538.15241" z="305.16272"/>
<Orientation y="-0.97587"/>
<Actor seed="21776"/>
</Entity>
<Entity uid="2153">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="536.32044" z="303.96888"/>
<Orientation y="-0.97587"/>
<Actor seed="49094"/>
</Entity>
<Entity uid="2154">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="534.58039" z="302.48954"/>
<Orientation y="-0.97587"/>
<Actor seed="53296"/>
</Entity>
<Entity uid="2155">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="532.48597" z="301.03385"/>
<Orientation y="-0.97587"/>
<Actor seed="51256"/>
</Entity>
<Entity uid="2156">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="530.60853" z="299.60871"/>
<Orientation y="-0.97587"/>
<Actor seed="37808"/>
</Entity>
<Entity uid="2157">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="528.56336" z="298.03183"/>
<Orientation y="-0.97587"/>
<Actor seed="2160"/>
</Entity>
<Entity uid="2158">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="530.09888" z="295.81794"/>
<Orientation y="-0.97585"/>
<Actor seed="2160"/>
</Entity>
<Entity uid="2159">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="532.14405" z="297.39481"/>
<Orientation y="-0.97585"/>
<Actor seed="37808"/>
</Entity>
<Entity uid="2160">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="534.02149" z="298.81995"/>
<Orientation y="-0.97585"/>
<Actor seed="51256"/>
</Entity>
<Entity uid="2161">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="536.11591" z="300.27564"/>
<Orientation y="-0.97585"/>
<Actor seed="53296"/>
</Entity>
<Entity uid="2162">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="537.85596" z="301.75498"/>
<Orientation y="-0.97585"/>
<Actor seed="49094"/>
</Entity>
<Entity uid="2163">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="539.68793" z="302.94883"/>
<Orientation y="-0.97585"/>
<Actor seed="21776"/>
</Entity>
<Entity uid="2164">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="541.66889" z="304.244"/>
<Orientation y="-0.97585"/>
<Actor seed="27360"/>
</Entity>
<Entity uid="2165">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="543.70203" z="305.7002"/>
<Orientation y="-0.97585"/>
<Actor seed="54098"/>
</Entity>
<Entity uid="2166">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="503.71647" z="250.84787"/>
<Orientation y="-1.62049"/>
<Actor seed="54098"/>
</Entity>
<Entity uid="2167">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="502.96641" z="248.46216"/>
<Orientation y="-1.62049"/>
<Actor seed="27360"/>
</Entity>
<Entity uid="2168">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="502.16126" z="246.23655"/>
<Orientation y="-1.62049"/>
<Actor seed="21776"/>
</Entity>
<Entity uid="2169">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="501.41431" z="244.18143"/>
<Orientation y="-1.62049"/>
<Actor seed="49094"/>
</Entity>
<Entity uid="2170">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="500.91242" z="241.95337"/>
<Orientation y="-1.62049"/>
<Actor seed="53296"/>
</Entity>
<Entity uid="2171">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="500.11304" z="239.53125"/>
<Orientation y="-1.62049"/>
<Actor seed="51256"/>
</Entity>
<Entity uid="2172">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="499.46875" z="237.26395"/>
<Orientation y="-1.62049"/>
<Actor seed="37808"/>
</Entity>
<Entity uid="2173">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="498.78156" z="234.77457"/>
<Orientation y="-1.62049"/>
<Actor seed="2160"/>
</Entity>
<Entity uid="2174">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="496.22385" z="235.62146"/>
<Orientation y="-1.62052"/>
<Actor seed="2160"/>
</Entity>
<Entity uid="2175">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="496.91102" z="238.11084"/>
<Orientation y="-1.62052"/>
<Actor seed="37808"/>
</Entity>
<Entity uid="2176">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="497.5553" z="240.37815"/>
<Orientation y="-1.62052"/>
<Actor seed="51256"/>
</Entity>
<Entity uid="2177">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="498.35468" z="242.80027"/>
<Orientation y="-1.62052"/>
<Actor seed="53296"/>
</Entity>
<Entity uid="2178">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="498.8566" z="245.02836"/>
<Orientation y="-1.62052"/>
<Actor seed="49094"/>
</Entity>
<Entity uid="2179">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="499.60355" z="247.08347"/>
<Orientation y="-1.62052"/>
<Actor seed="21776"/>
</Entity>
<Entity uid="2180">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="500.40867" z="249.30909"/>
<Orientation y="-1.62052"/>
<Actor seed="27360"/>
</Entity>
<Entity uid="2181">
<Template>units/sele_infantry_archer_merc_a</Template>
<Player>2</Player>
<Position x="501.15876" z="251.6948"/>
<Orientation y="-1.62052"/>
<Actor seed="54098"/>
</Entity>
<Entity uid="2182">
<Template>units/pers_hero_xerxes_chariot</Template>
<Player>1</Player>
<Position x="502.18833" z="854.26935"/>
<Orientation y="-2.30327"/>
<Actor seed="55306"/>
</Entity>
<Entity uid="2186">
<Template>structures/pers_field</Template>
<Player>0</Player>
<Position x="430.5318" z="836.68854"/>
<Orientation y="2.35621"/>
<Actor seed="24086"/>
</Entity>
<Entity uid="2187">
<Template>structures/pers_field</Template>
<Player>0</Player>
<Position x="453.3827" z="813.30353"/>
<Orientation y="2.35621"/>
<Actor seed="5830"/>
</Entity>
<Entity uid="2188">
<Template>structures/pers_farmstead</Template>
<Player>1</Player>
<Position x="403.7729" z="882.70069"/>
<Orientation y="2.35621"/>
<Actor seed="40098"/>
</Entity>
<Entity uid="2189">
<Template>structures/pers_market</Template>
<Player>1</Player>
<Position x="464.41733" z="850.11384"/>
<Orientation y="2.35621"/>
<Actor seed="57708"/>
</Entity>
<Entity uid="2190">
<Template>structures/pers_field</Template>
<Player>1</Player>
<Position x="446.82486" z="894.69715"/>
<Orientation y="2.35621"/>
<Actor seed="23172"/>
</Entity>
<Entity uid="2191">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="421.45826" z="881.41938"/>
<Orientation y="-0.79871"/>
<Actor seed="170"/>
</Entity>
<Entity uid="2192">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="430.83597" z="876.87488"/>
<Orientation y="-3.06177"/>
<Actor seed="174"/>
</Entity>
<Entity uid="2193">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="425.78318" z="879.17115"/>
<Orientation y="-1.90163"/>
<Actor seed="173"/>
</Entity>
<Entity uid="2194">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="428.14664" z="874.31165"/>
<Orientation y="-3.56934"/>
<Actor seed="171"/>
</Entity>
<Entity uid="2195">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="422.38025" z="866.8935"/>
<Orientation y="-0.79871"/>
<Actor seed="170"/>
</Entity>
<Entity uid="2196">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="437.18036" z="873.31696"/>
<Orientation y="-0.79871"/>
<Actor seed="170"/>
</Entity>
<Entity uid="2197">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="429.9405" z="883.8219"/>
<Orientation y="-0.79871"/>
<Actor seed="170"/>
</Entity>
<Entity uid="2198">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="419.60386" z="888.8307"/>
<Orientation y="-0.79871"/>
<Actor seed="170"/>
</Entity>
<Entity uid="2199">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="435.68201" z="867.37018"/>
<Orientation y="-0.79871"/>
<Actor seed="170"/>
</Entity>
<Entity uid="2200">
<Template>units/pers_infantry_archer_b</Template>
<Player>1</Player>
<Position x="464.26978" z="901.75477"/>
<Orientation y="0.78542"/>
<Actor seed="158"/>
</Entity>
<Entity uid="2201">
<Template>units/pers_infantry_archer_b</Template>
<Player>1</Player>
<Position x="469.92664" z="896.09791"/>
<Orientation y="0.78542"/>
<Actor seed="157"/>
</Entity>
<Entity uid="2202">
<Template>units/pers_infantry_archer_b</Template>
<Player>1</Player>
<Position x="452.55738" z="913.37287"/>
<Orientation y="0.78542"/>
<Actor seed="158"/>
</Entity>
<Entity uid="2203">
<Template>units/pers_infantry_archer_b</Template>
<Player>1</Player>
<Position x="458.21424" z="907.71601"/>
<Orientation y="0.78542"/>
<Actor seed="157"/>
</Entity>
<Entity uid="2204">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="438.96369" z="917.9574"/>
<Orientation y="2.3653"/>
<Actor seed="154"/>
</Entity>
<Entity uid="2205">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="433.25565" z="912.35224"/>
<Orientation y="2.3653"/>
<Actor seed="153"/>
</Entity>
<Entity uid="2206">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="427.54764" z="906.74701"/>
<Orientation y="2.3653"/>
<Actor seed="152"/>
</Entity>
<Entity uid="2207">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="421.8396" z="901.14185"/>
<Orientation y="2.3653"/>
<Actor seed="151"/>
</Entity>
<Entity uid="2208">
<Template>structures/pers_barracks</Template>
<Player>1</Player>
<Position x="512.90247" z="826.51752"/>
<Orientation y="2.35621"/>
<Actor seed="31596"/>
</Entity>
<Entity uid="2209">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="500.41944" z="816.49341"/>
<Orientation y="2.35621"/>
<Actor seed="41828"/>
</Entity>
<Entity uid="2210">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="489.54249" z="806.5594"/>
<Orientation y="2.35621"/>
<Actor seed="58438"/>
</Entity>
<Entity uid="2211">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="525.37678" z="847.2074"/>
<Orientation y="2.35621"/>
<Actor seed="58696"/>
</Entity>
<Entity uid="2212">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="535.4007" z="837.58252"/>
<Orientation y="2.35621"/>
<Actor seed="60966"/>
</Entity>
<Entity uid="2213">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="543.95905" z="848.56171"/>
<Orientation y="2.35621"/>
<Actor seed="11064"/>
</Entity>
<Entity uid="2214">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="548.68012" z="828.64606"/>
<Orientation y="2.35621"/>
<Actor seed="36132"/>
</Entity>
<Entity uid="2215">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="544.89515" z="812.08558"/>
<Orientation y="2.35621"/>
<Actor seed="12500"/>
</Entity>
<Entity uid="2216">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="534.52295" z="802.23139"/>
<Orientation y="2.35621"/>
<Actor seed="720"/>
</Entity>
<Entity uid="2217">
<Template>structures/pers_house_a</Template>
<Player>1</Player>
<Position x="560.03107" z="821.09583"/>
<Orientation y="2.35621"/>
<Actor seed="57168"/>
</Entity>
<Entity uid="2218">
<Template>structures/pers_inn</Template>
<Player>1</Player>
<Position x="561.97846" z="845.62378"/>
<Orientation y="2.35621"/>
<Actor seed="27096"/>
</Entity>
<Entity uid="2219">
<Template>structures/pers_house_b</Template>
<Player>1</Player>
<Position x="520.02338" z="793.39008"/>
<Orientation y="-0.74247"/>
<Actor seed="53264"/>
</Entity>
<Entity uid="2220">
<Template>structures/pers_house_a</Template>
<Player>1</Player>
<Position x="476.83536" z="796.40082"/>
<Orientation y="2.35621"/>
<Actor seed="65507"/>
</Entity>
<Entity uid="2221">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="490.72907" z="787.86994"/>
<Orientation y="2.35621"/>
<Actor seed="33212"/>
</Entity>
<Entity uid="2222">
<Template>structures/pers_blacksmith</Template>
<Player>1</Player>
<Position x="505.49479" z="776.6778"/>
<Orientation y="2.35621"/>
<Actor seed="28070"/>
</Entity>
<Entity uid="2223">
<Template>structures/pers_hall</Template>
<Player>1</Player>
<Position x="515.86207" z="745.64307"/>
<Orientation y="2.35621"/>
<Actor seed="15752"/>
</Entity>
<Entity uid="2224">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="485.90766" z="744.10022"/>
<Orientation y="2.35621"/>
<Actor seed="39308"/>
</Entity>
<Entity uid="2225">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="473.6432" z="754.61078"/>
<Orientation y="2.35621"/>
<Actor seed="39780"/>
</Entity>
<Entity uid="2226">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="470.52585" z="775.17847"/>
<Orientation y="2.35621"/>
<Actor seed="34606"/>
</Entity>
<Entity uid="2227">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="460.86606" z="786.69965"/>
<Orientation y="2.35621"/>
<Actor seed="63158"/>
</Entity>
<Entity uid="2228">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="449.24393" z="776.26496"/>
<Orientation y="2.35621"/>
<Actor seed="31442"/>
</Entity>
<Entity uid="2229">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="530.3946" z="783.76764"/>
<Orientation y="2.35621"/>
<Actor seed="46140"/>
</Entity>
<Entity uid="2230">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="544.23328" z="792.95582"/>
<Orientation y="2.35621"/>
<Actor seed="32038"/>
</Entity>
<Entity uid="2231">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="437.58753" z="790.63337"/>
<Orientation y="2.35621"/>
<Actor seed="61396"/>
</Entity>
<Entity uid="2232">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="424.40857" z="802.07813"/>
<Orientation y="2.35621"/>
<Actor seed="10462"/>
</Entity>
<Entity uid="2233">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="415.97043" z="818.16755"/>
<Orientation y="2.35621"/>
<Actor seed="24164"/>
</Entity>
<Entity uid="2234">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="404.87122" z="829.60615"/>
<Orientation y="2.35621"/>
<Actor seed="57412"/>
</Entity>
<Entity uid="2235">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="551.72962" z="865.19068"/>
<Orientation y="2.35621"/>
<Actor seed="9780"/>
</Entity>
<Entity uid="2236">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="536.9676" z="881.00977"/>
<Orientation y="2.35621"/>
<Actor seed="55568"/>
</Entity>
<Entity uid="2237">
<Template>structures/pers_storehouse</Template>
<Player>1</Player>
<Position x="481.22477" z="929.16004"/>
<Orientation y="2.35621"/>
<Actor seed="2818"/>
</Entity>
<Entity uid="2238">
<Template>structures/pers_wall_gate</Template>
<Player>1</Player>
<Position x="540.84327" z="720.5741"/>
<Orientation y="5.54087"/>
<Obstruction group="2239" group2="2240"/>
<Actor seed="37588"/>
</Entity>
<Entity uid="2239">
<Template>structures/pers_wall_tower</Template>
<Player>1</Player>
<Position x="526.16224" z="705.87555"/>
<Orientation y="2.35621"/>
<Actor seed="63658"/>
</Entity>
<Entity uid="2240">
<Template>structures/pers_wall_tower</Template>
<Player>1</Player>
<Position x="556.26612" z="734.30774"/>
<Orientation y="2.35621"/>
<Actor seed="36512"/>
</Entity>
<Entity uid="2241">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="509.69312" z="691.78382"/>
<Orientation y="2.4607"/>
<Obstruction group="2239" group2="2242"/>
<Actor seed="57768"/>
</Entity>
<Entity uid="2242">
<Template>structures/pers_wall_tower</Template>
<Player>0</Player>
<Position x="492.99808" z="678.44361"/>
<Orientation y="2.44794"/>
<Actor seed="43604"/>
</Entity>
<Entity uid="2243">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="571.01917" z="749.1172"/>
<Orientation y="2.35621"/>
<Obstruction group="2240" group2="2244"/>
<Actor seed="34346"/>
</Entity>
<Entity uid="2244">
<Template>structures/pers_wall_tower</Template>
<Player>1</Player>
<Position x="585.96937" z="763.80951"/>
<Orientation y="2.35621"/>
<Actor seed="43414"/>
</Entity>
<Entity uid="2245">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="597.54938" z="780.47992"/>
<Orientation y="2.16906"/>
<Obstruction group="2244" group2="2246"/>
<Actor seed="34346"/>
</Entity>
<Entity uid="2246">
<Template>structures/pers_wall_tower</Template>
<Player>1</Player>
<Position x="609.5047" z="797.6974"/>
<Orientation y="2.16906"/>
<Actor seed="43414"/>
</Entity>
<Entity uid="2247">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="616.26325" z="816.89289"/>
<Orientation y="1.873"/>
<Obstruction group="2246" group2="2248"/>
<Actor seed="34346"/>
</Entity>
<Entity uid="2248">
<Template>structures/pers_wall_tower</Template>
<Player>1</Player>
<Position x="622.675" z="836.8495"/>
<Orientation y="1.873"/>
<Actor seed="43414"/>
</Entity>
<Entity uid="2249">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="621.9643" z="857.43812"/>
<Orientation y="1.53162"/>
<Obstruction group="2248"/>
<Actor seed="28628"/>
</Entity>
<Entity uid="2250">
<Template>structures/pers_barracks</Template>
<Player>1</Player>
<Position x="507.86438" z="715.82837"/>
<Orientation y="1.26043"/>
<Actor seed="62212"/>
</Entity>
<Entity uid="2251">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="499.6507" z="732.25147"/>
<Orientation y="2.35621"/>
<Actor seed="24104"/>
</Entity>
<Entity uid="2252">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="484.53861" z="725.21741"/>
<Orientation y="2.35621"/>
<Actor seed="22288"/>
</Entity>
<Entity uid="2253">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="490.49991" z="710.10456"/>
<Orientation y="2.78264"/>
<Actor seed="51720"/>
</Entity>
<Entity uid="2254">
<Template>structures/pers_house</Template>
<Player>1</Player>
<Position x="468.2999" z="719.46454"/>
<Orientation y="2.35621"/>
<Actor seed="38258"/>
</Entity>
<Entity uid="2255">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="475.17737" z="676.52216"/>
<Orientation y="3.1219"/>
<Obstruction group="2242" group2="2256"/>
<Actor seed="57768"/>
</Entity>
<Entity uid="2256">
<Template>structures/pers_wall_tower</Template>
<Player>0</Player>
<Position x="453.80896" z="676.24506"/>
<Orientation y="3.10914"/>
<Actor seed="43604"/>
</Entity>
<Entity uid="2257">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="434.75025" z="681.86994"/>
<Orientation y="3.51159"/>
<Obstruction group="2256" group2="2258"/>
<Actor seed="57768"/>
</Entity>
<Entity uid="2258">
<Template>structures/pers_wall_tower</Template>
<Player>0</Player>
<Position x="414.87861" z="689.73145"/>
<Orientation y="3.49883"/>
<Actor seed="43604"/>
</Entity>
<Entity uid="2259">
<Template>structures/pers_wall_long</Template>
<Player>1</Player>
<Position x="398.47477" z="702.05817"/>
<Orientation y="3.79947"/>
<Obstruction group="2258" group2="2260"/>
<Actor seed="57768"/>
</Entity>
<Entity uid="2260">
<Template>structures/pers_wall_tower</Template>
<Player>1</Player>
<Position x="381.65317" z="715.23841"/>
<Orientation y="3.78672"/>
<Actor seed="43604"/>
</Entity>
<Entity uid="2293">
<Template>structures/rome_outpost</Template>
<Player>1</Player>
<Position x="617.65687" z="583.94996"/>
<Orientation y="2.35621"/>
<Actor seed="54186"/>
</Entity>
<Entity uid="2294">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="622.28022" z="579.06568"/>
<Orientation y="2.35621"/>
<Actor seed="32908"/>
</Entity>
<Entity uid="2308">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="684.19172" z="470.89078"/>
<Orientation y="2.35621"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2309">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="687.22272" z="471.5181"/>
<Orientation y="2.35621"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2310">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="690.20447" z="471.89283"/>
<Orientation y="2.35621"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2311">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="692.89026" z="472.57715"/>
<Orientation y="2.35621"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2312">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="695.4369" z="473.38279"/>
<Orientation y="2.35621"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2315">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="698.1819" z="473.68076"/>
<Orientation y="2.35621"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2316">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="700.60456" z="474.14457"/>
<Orientation y="2.35621"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2318">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="685.90278" z="466.96943"/>
<Orientation y="2.35621"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2319">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="688.86164" z="467.72565"/>
<Orientation y="2.35621"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2320">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="691.48249" z="468.54593"/>
<Orientation y="2.35621"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2321">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="694.00092" z="469.20713"/>
<Orientation y="2.35621"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2322">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="696.86268" z="469.94352"/>
<Orientation y="2.35621"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2325">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="698.55396" z="469.96378"/>
<Orientation y="2.35621"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2326">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="700.91303" z="470.65326"/>
<Orientation y="2.35621"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2327">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="699.93921" z="477.2339"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2328">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="697.58014" z="476.54441"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2329">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="695.88886" z="476.52414"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2330">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="693.0271" z="475.78776"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2331">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="690.50867" z="475.12656"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2332">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="687.88782" z="474.30628"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2333">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="684.92896" z="473.55005"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2334">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="699.63074" z="480.7252"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2335">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="697.20807" z="480.26139"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2336">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="694.46308" z="479.96341"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2337">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="691.91645" z="479.15778"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2338">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="689.23066" z="478.47345"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2339">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="686.24891" z="478.09873"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2340">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="683.2179" z="477.47141"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2341">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="698.41022" z="483.95939"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2342">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="696.05115" z="483.2699"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2343">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="694.35987" z="483.24964"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2344">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="691.49811" z="482.51325"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2345">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="688.97968" z="481.85206"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2346">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="686.35883" z="481.03177"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2347">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="683.39997" z="480.27555"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2348">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="698.10175" z="487.45069"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2349">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="695.67908" z="486.98688"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2350">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="692.93409" z="486.68891"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2351">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="690.38746" z="485.88328"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2352">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="687.70167" z="485.19895"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2353">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="684.71991" z="484.82422"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2354">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="681.68891" z="484.1969"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2355">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="642.2494" z="474.91645"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2356">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="645.2804" z="475.54377"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2357">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="648.26215" z="475.9185"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2358">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="650.94794" z="476.60282"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2359">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="653.49457" z="477.40845"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2360">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="656.23957" z="477.70643"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2361">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="658.66224" z="478.17023"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2362">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="643.96045" z="470.9951"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2363">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="646.91932" z="471.75132"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2364">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="649.54017" z="472.5716"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2365">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="652.0586" z="473.2328"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2366">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="654.92035" z="473.96918"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2367">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="656.61164" z="473.98945"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2368">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="658.97071" z="474.67893"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2369">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="643.77839" z="468.19095"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2370">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="646.8094" z="468.81827"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2371">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="649.79114" z="469.193"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2372">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="652.47693" z="469.87732"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2373">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="655.02356" z="470.68296"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2374">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="657.76856" z="470.98093"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2375">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="660.19123" z="471.44474"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2376">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="645.48945" z="464.2696"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2377">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="648.44831" z="465.02582"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2378">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="651.06916" z="465.8461"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2379">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="653.5876" z="466.5073"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2380">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="656.44935" z="467.24369"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2381">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="658.14063" z="467.26395"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2382">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="660.4997" z="467.95344"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2383">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="661.47352" z="461.37281"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2384">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="659.11445" z="460.68332"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2385">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="657.42316" z="460.66306"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2386">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="654.56141" z="459.92667"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2387">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="652.04297" z="459.26548"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2388">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="649.42212" z="458.4452"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2389">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="646.46326" z="457.68897"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2390">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="661.16504" z="464.86411"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2391">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="658.74238" z="464.4003"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2392">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="655.99738" z="464.10233"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2393">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="653.45075" z="463.2967"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2394">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="650.76496" z="462.61237"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2395">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="647.78321" z="462.23765"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2396">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="644.7522" z="461.61033"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2397">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="661.86658" z="478.99125"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2398">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="664.89759" z="479.61857"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2399">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="667.87934" z="479.9933"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2400">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="670.56513" z="480.67762"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2401">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="673.11176" z="481.48325"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2402">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="675.85676" z="481.78122"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2403">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="678.27942" z="482.24503"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2404">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="663.57764" z="475.0699"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2405">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="666.5365" z="475.82612"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2406">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="669.15735" z="476.6464"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2407">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="671.67579" z="477.3076"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2408">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="674.53754" z="478.04398"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2409">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="676.22883" z="478.06424"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2410">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="678.5879" z="478.75373"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2411">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="663.39557" z="472.26575"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2412">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="666.42658" z="472.89307"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2413">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="669.40833" z="473.2678"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2414">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="672.09412" z="473.95212"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2415">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="674.64075" z="474.75776"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2416">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="677.38575" z="475.05573"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2417">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="679.80842" z="475.51954"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2418">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="665.10663" z="468.3444"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2419">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="668.0655" z="469.10062"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2420">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="670.68635" z="469.9209"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2421">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="673.20478" z="470.5821"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2422">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="676.06653" z="471.31849"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2423">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="677.75782" z="471.33875"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2424">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="680.11689" z="472.02823"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2425">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="681.0907" z="465.44761"/>
<Orientation y="2.35622"/>
<Actor seed="33698"/>
</Entity>
<Entity uid="2426">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="678.73163" z="464.75812"/>
<Orientation y="2.35622"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="2427">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="677.04035" z="464.73786"/>
<Orientation y="2.35622"/>
<Actor seed="24148"/>
</Entity>
<Entity uid="2428">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="674.1786" z="464.00147"/>
<Orientation y="2.35622"/>
<Actor seed="10148"/>
</Entity>
<Entity uid="2429">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="671.66016" z="463.34028"/>
<Orientation y="2.35622"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="2430">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="669.03931" z="462.52"/>
<Orientation y="2.35622"/>
<Actor seed="37880"/>
</Entity>
<Entity uid="2431">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="666.08045" z="461.76377"/>
<Orientation y="2.35622"/>
<Actor seed="57272"/>
</Entity>
<Entity uid="2432">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="680.78223" z="468.93891"/>
<Orientation y="2.35622"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="2433">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="678.35956" z="468.4751"/>
<Orientation y="2.35622"/>
<Actor seed="55548"/>
</Entity>
<Entity uid="2434">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="675.61457" z="468.17713"/>
<Orientation y="2.35622"/>
<Actor seed="36356"/>
</Entity>
<Entity uid="2435">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="673.06794" z="467.3715"/>
<Orientation y="2.35622"/>
<Actor seed="38860"/>
</Entity>
<Entity uid="2436">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="670.38215" z="466.68717"/>
<Orientation y="2.35622"/>
<Actor seed="48014"/>
</Entity>
<Entity uid="2437">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="667.4004" z="466.31244"/>
<Orientation y="2.35622"/>
<Actor seed="25794"/>
</Entity>
<Entity uid="2438">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="664.3694" z="465.68512"/>
<Orientation y="2.35622"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="2439">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="671.17505" z="442.49766"/>
<Orientation y="2.8862"/>
<Actor seed="52710"/>
</Entity>
<Entity uid="2440">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="673.07422" z="442.88984"/>
<Orientation y="2.8862"/>
<Actor seed="34670"/>
</Entity>
<Entity uid="2441">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="675.09467" z="443.63279"/>
<Orientation y="2.8862"/>
<Actor seed="62882"/>
</Entity>
<Entity uid="2442">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="677.50019" z="443.78855"/>
<Orientation y="2.8862"/>
<Actor seed="10752"/>
</Entity>
<Entity uid="2444">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="679.61152" z="443.908"/>
<Orientation y="2.8862"/>
<Actor seed="50654"/>
</Entity>
<Entity uid="2445">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="681.77485" z="444.06263"/>
<Orientation y="2.8862"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="2446">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="684.12739" z="443.88437"/>
<Orientation y="2.8862"/>
<Actor seed="4120"/>
</Entity>
<Entity uid="2448">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="672.31122" z="436.19758"/>
<Orientation y="2.8862"/>
<Actor seed="45764"/>
</Entity>
<Entity uid="2449">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="673.8531" z="436.64216"/>
<Orientation y="2.8862"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="2450">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="675.84992" z="437.54731"/>
<Orientation y="2.8862"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="2451">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="678.04462" z="438.39148"/>
<Orientation y="2.8862"/>
<Actor seed="34582"/>
</Entity>
<Entity uid="2452">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="680.37678" z="438.69925"/>
<Orientation y="2.8862"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="2453">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="682.55134" z="438.70557"/>
<Orientation y="2.8862"/>
<Actor seed="54620"/>
</Entity>
<Entity uid="2454">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="684.88929" z="438.77143"/>
<Orientation y="2.8862"/>
<Actor seed="46610"/>
</Entity>
<Entity uid="2455">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="682.6081" z="450.3863"/>
<Orientation y="2.88622"/>
<Actor seed="46610"/>
</Entity>
<Entity uid="2456">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="680.27015" z="450.32044"/>
<Orientation y="2.88622"/>
<Actor seed="54620"/>
</Entity>
<Entity uid="2457">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="678.09559" z="450.31412"/>
<Orientation y="2.88622"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="2458">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="675.76343" z="450.00635"/>
<Orientation y="2.88622"/>
<Actor seed="34582"/>
</Entity>
<Entity uid="2459">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="673.56873" z="449.16218"/>
<Orientation y="2.88622"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="2460">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="671.57197" z="448.25705"/>
<Orientation y="2.88622"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="2461">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="670.03003" z="447.81244"/>
<Orientation y="2.88622"/>
<Actor seed="45764"/>
</Entity>
<Entity uid="2462">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="681.8462" z="455.49924"/>
<Orientation y="2.88622"/>
<Actor seed="4120"/>
</Entity>
<Entity uid="2463">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="679.49372" z="455.6775"/>
<Orientation y="2.88622"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="2464">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="677.33033" z="455.52286"/>
<Orientation y="2.88622"/>
<Actor seed="50654"/>
</Entity>
<Entity uid="2465">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="675.219" z="455.40342"/>
<Orientation y="2.88622"/>
<Actor seed="10752"/>
</Entity>
<Entity uid="2466">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="672.81348" z="455.24766"/>
<Orientation y="2.88622"/>
<Actor seed="62882"/>
</Entity>
<Entity uid="2467">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="670.79303" z="454.5047"/>
<Orientation y="2.88622"/>
<Actor seed="34670"/>
</Entity>
<Entity uid="2468">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="668.89386" z="454.11252"/>
<Orientation y="2.88622"/>
<Actor seed="52710"/>
</Entity>
<Entity uid="2469">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="650.69367" z="450.47437"/>
<Orientation y="2.88622"/>
<Actor seed="52710"/>
</Entity>
<Entity uid="2470">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="652.59284" z="450.86655"/>
<Orientation y="2.88622"/>
<Actor seed="34670"/>
</Entity>
<Entity uid="2471">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="654.61329" z="451.6095"/>
<Orientation y="2.88622"/>
<Actor seed="62882"/>
</Entity>
<Entity uid="2472">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="657.0188" z="451.76526"/>
<Orientation y="2.88622"/>
<Actor seed="10752"/>
</Entity>
<Entity uid="2473">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="659.13013" z="451.88471"/>
<Orientation y="2.88622"/>
<Actor seed="50654"/>
</Entity>
<Entity uid="2474">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="661.29352" z="452.03934"/>
<Orientation y="2.88622"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="2475">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="663.646" z="451.86109"/>
<Orientation y="2.88622"/>
<Actor seed="4120"/>
</Entity>
<Entity uid="2476">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="651.82984" z="444.1743"/>
<Orientation y="2.88622"/>
<Actor seed="45764"/>
</Entity>
<Entity uid="2477">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="653.37177" z="444.6189"/>
<Orientation y="2.88622"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="2478">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="655.36854" z="445.52402"/>
<Orientation y="2.88622"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="2479">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="657.56324" z="446.3682"/>
<Orientation y="2.88622"/>
<Actor seed="34582"/>
</Entity>
<Entity uid="2480">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="659.8954" z="446.67597"/>
<Orientation y="2.88622"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="2481">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="662.06995" z="446.68229"/>
<Orientation y="2.88622"/>
<Actor seed="54620"/>
</Entity>
<Entity uid="2482">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="664.4079" z="446.74814"/>
<Orientation y="2.88622"/>
<Actor seed="46610"/>
</Entity>
<Entity uid="2483">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="666.6891" z="435.13328"/>
<Orientation y="2.8862"/>
<Actor seed="46610"/>
</Entity>
<Entity uid="2484">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="664.35114" z="435.06742"/>
<Orientation y="2.8862"/>
<Actor seed="54620"/>
</Entity>
<Entity uid="2485">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="662.17658" z="435.0611"/>
<Orientation y="2.8862"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="2486">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="659.84443" z="434.75333"/>
<Orientation y="2.8862"/>
<Actor seed="34582"/>
</Entity>
<Entity uid="2487">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="657.64972" z="433.90915"/>
<Orientation y="2.8862"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="2488">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="655.6529" z="433.004"/>
<Orientation y="2.8862"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="2489">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="654.11103" z="432.55942"/>
<Orientation y="2.8862"/>
<Actor seed="45764"/>
</Entity>
<Entity uid="2490">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="665.9272" z="440.24622"/>
<Orientation y="2.8862"/>
<Actor seed="4120"/>
</Entity>
<Entity uid="2491">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="663.57465" z="440.42447"/>
<Orientation y="2.8862"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="2492">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="661.41132" z="440.26984"/>
<Orientation y="2.8862"/>
<Actor seed="50654"/>
</Entity>
<Entity uid="2493">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="659.3" z="440.1504"/>
<Orientation y="2.8862"/>
<Actor seed="10752"/>
</Entity>
<Entity uid="2494">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="656.89448" z="439.99463"/>
<Orientation y="2.8862"/>
<Actor seed="62882"/>
</Entity>
<Entity uid="2495">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="654.87403" z="439.25168"/>
<Orientation y="2.8862"/>
<Actor seed="34670"/>
</Entity>
<Entity uid="2496">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="652.97486" z="438.8595"/>
<Orientation y="2.8862"/>
<Actor seed="52710"/>
</Entity>
<Entity uid="2497">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="686.13038" z="458.08283"/>
<Orientation y="2.88622"/>
<Actor seed="52710"/>
</Entity>
<Entity uid="2498">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="688.02955" z="458.47501"/>
<Orientation y="2.88622"/>
<Actor seed="34670"/>
</Entity>
<Entity uid="2499">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="690.05" z="459.21796"/>
<Orientation y="2.88622"/>
<Actor seed="62882"/>
</Entity>
<Entity uid="2500">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="692.45551" z="459.37372"/>
<Orientation y="2.88622"/>
<Actor seed="10752"/>
</Entity>
<Entity uid="2501">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="694.56684" z="459.49317"/>
<Orientation y="2.88622"/>
<Actor seed="50654"/>
</Entity>
<Entity uid="2502">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="696.73023" z="459.6478"/>
<Orientation y="2.88622"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="2503">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="699.08271" z="459.46955"/>
<Orientation y="2.88622"/>
<Actor seed="4120"/>
</Entity>
<Entity uid="2504">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="687.26655" z="451.78275"/>
<Orientation y="2.88622"/>
<Actor seed="45764"/>
</Entity>
<Entity uid="2505">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="688.80848" z="452.22736"/>
<Orientation y="2.88622"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="2506">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="690.80524" z="453.13248"/>
<Orientation y="2.88622"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="2507">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="692.99994" z="453.97666"/>
<Orientation y="2.88622"/>
<Actor seed="34582"/>
</Entity>
<Entity uid="2508">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="695.3321" z="454.28443"/>
<Orientation y="2.88622"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="2509">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="697.50666" z="454.29075"/>
<Orientation y="2.88622"/>
<Actor seed="54620"/>
</Entity>
<Entity uid="2510">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="699.84461" z="454.3566"/>
<Orientation y="2.88622"/>
<Actor seed="46610"/>
</Entity>
<Entity uid="2511">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="702.1258" z="442.74173"/>
<Orientation y="2.8862"/>
<Actor seed="46610"/>
</Entity>
<Entity uid="2512">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="699.78785" z="442.67588"/>
<Orientation y="2.8862"/>
<Actor seed="54620"/>
</Entity>
<Entity uid="2513">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="697.61329" z="442.66956"/>
<Orientation y="2.8862"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="2514">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="695.28113" z="442.3618"/>
<Orientation y="2.8862"/>
<Actor seed="34582"/>
</Entity>
<Entity uid="2515">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="693.08643" z="441.51761"/>
<Orientation y="2.8862"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="2516">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="691.0896" z="440.61246"/>
<Orientation y="2.8862"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="2517">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="689.54773" z="440.16788"/>
<Orientation y="2.8862"/>
<Actor seed="45764"/>
</Entity>
<Entity uid="2518">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="701.3639" z="447.85468"/>
<Orientation y="2.8862"/>
<Actor seed="4120"/>
</Entity>
<Entity uid="2519">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="699.01136" z="448.03293"/>
<Orientation y="2.8862"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="2520">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="696.84803" z="447.8783"/>
<Orientation y="2.8862"/>
<Actor seed="50654"/>
</Entity>
<Entity uid="2521">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="694.7367" z="447.75886"/>
<Orientation y="2.8862"/>
<Actor seed="10752"/>
</Entity>
<Entity uid="2522">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="692.33118" z="447.6031"/>
<Orientation y="2.8862"/>
<Actor seed="62882"/>
</Entity>
<Entity uid="2523">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="690.31073" z="446.86014"/>
<Orientation y="2.8862"/>
<Actor seed="34670"/>
</Entity>
<Entity uid="2524">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="688.41157" z="446.46796"/>
<Orientation y="2.8862"/>
<Actor seed="52710"/>
</Entity>
<Entity uid="2526">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="851.50232" z="376.72941"/>
<Orientation y="-2.45691"/>
<Actor seed="40716"/>
</Entity>
<Entity uid="2527">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="853.36384" z="376.0087"/>
<Orientation y="-1.1324"/>
<Actor seed="16300"/>
</Entity>
<Entity uid="2528">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="855.1933" z="375.39469"/>
<Orientation y="-1.1761"/>
<Actor seed="51278"/>
</Entity>
<Entity uid="2529">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="856.98133" z="374.6613"/>
<Orientation y="-1.11391"/>
<Actor seed="52556"/>
</Entity>
<Entity uid="2530">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="859.12348" z="373.82541"/>
<Orientation y="-1.12992"/>
<Actor seed="15748"/>
</Entity>
<Entity uid="2531">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="860.93946" z="372.64988"/>
<Orientation y="-0.95356"/>
<Actor seed="56236"/>
</Entity>
<Entity uid="2532">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="862.85645" z="371.67554"/>
<Orientation y="-1.04146"/>
<Actor seed="28576"/>
</Entity>
<Entity uid="2533">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="864.8628" z="370.76444"/>
<Orientation y="-1.08025"/>
<Actor seed="14304"/>
</Entity>
<Entity uid="2534">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="866.8111" z="369.52335"/>
<Orientation y="-0.95955"/>
<Actor seed="25774"/>
</Entity>
<Entity uid="2535">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="868.81531" z="368.33304"/>
<Orientation y="-0.98551"/>
<Actor seed="38902"/>
</Entity>
<Entity uid="2536">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="871.02558" z="367.23682"/>
<Orientation y="-1.05002"/>
<Actor seed="29160"/>
</Entity>
<Entity uid="2540">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="850.07795" z="373.10026"/>
<Orientation y="0.44275"/>
<Actor seed="594"/>
</Entity>
<Entity uid="2541">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="851.90387" z="372.28455"/>
<Orientation y="-1.08576"/>
<Actor seed="30478"/>
</Entity>
<Entity uid="2542">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="853.71839" z="371.32996"/>
<Orientation y="-1.0293"/>
<Actor seed="50870"/>
</Entity>
<Entity uid="2543">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="855.39643" z="370.36762"/>
<Orientation y="-0.9983"/>
<Actor seed="62766"/>
</Entity>
<Entity uid="2544">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="857.15815" z="369.51505"/>
<Orientation y="-1.05854"/>
<Actor seed="10838"/>
</Entity>
<Entity uid="2545">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="858.99842" z="368.73676"/>
<Orientation y="-1.10393"/>
<Actor seed="32404"/>
</Entity>
<Entity uid="2546">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="860.78034" z="368.04505"/>
<Orientation y="-1.13155"/>
<Actor seed="34452"/>
</Entity>
<Entity uid="2547">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="862.6551" z="366.95405"/>
<Orientation y="-0.99297"/>
<Actor seed="16576"/>
</Entity>
<Entity uid="2548">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="864.6501" z="365.94306"/>
<Orientation y="-1.04252"/>
<Actor seed="31388"/>
</Entity>
<Entity uid="2549">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="866.61316" z="364.78284"/>
<Orientation y="-0.9873"/>
<Actor seed="30530"/>
</Entity>
<Entity uid="2550">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="868.69031" z="364.01072"/>
<Orientation y="-1.14513"/>
<Actor seed="22652"/>
</Entity>
<Entity uid="2551">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="872.70368" z="370.97376"/>
<Orientation y="-2.65481"/>
<Actor seed="22652"/>
</Entity>
<Entity uid="2552">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="870.62653" z="371.74585"/>
<Orientation y="1.99646"/>
<Actor seed="30530"/>
</Entity>
<Entity uid="2553">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="868.66346" z="372.90607"/>
<Orientation y="2.15432"/>
<Actor seed="31388"/>
</Entity>
<Entity uid="2554">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="866.66846" z="373.91709"/>
<Orientation y="2.09911"/>
<Actor seed="16576"/>
</Entity>
<Entity uid="2555">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="864.79377" z="375.0081"/>
<Orientation y="2.14866"/>
<Actor seed="34452"/>
</Entity>
<Entity uid="2556">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="863.01185" z="375.69977"/>
<Orientation y="2.01005"/>
<Actor seed="32404"/>
</Entity>
<Entity uid="2557">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="861.17151" z="376.4781"/>
<Orientation y="2.03768"/>
<Actor seed="10838"/>
</Entity>
<Entity uid="2558">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="859.40986" z="377.33063"/>
<Orientation y="2.08307"/>
<Actor seed="62766"/>
</Entity>
<Entity uid="2559">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="857.73176" z="378.293"/>
<Orientation y="2.14332"/>
<Actor seed="50870"/>
</Entity>
<Entity uid="2560">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="855.91724" z="379.2476"/>
<Orientation y="2.11231"/>
<Actor seed="30478"/>
</Entity>
<Entity uid="2561">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="854.09131" z="380.0633"/>
<Orientation y="2.05585"/>
<Actor seed="594"/>
</Entity>
<Entity uid="2562">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="875.03895" z="374.19986"/>
<Orientation y="-2.4569"/>
<Actor seed="29160"/>
</Entity>
<Entity uid="2563">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="872.82868" z="375.29609"/>
<Orientation y="2.09159"/>
<Actor seed="38902"/>
</Entity>
<Entity uid="2564">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="870.82447" z="376.4864"/>
<Orientation y="2.1561"/>
<Actor seed="25774"/>
</Entity>
<Entity uid="2565">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="868.87616" z="377.72748"/>
<Orientation y="2.18206"/>
<Actor seed="14304"/>
</Entity>
<Entity uid="2566">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="866.86982" z="378.63855"/>
<Orientation y="2.06135"/>
<Actor seed="28576"/>
</Entity>
<Entity uid="2567">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="864.95282" z="379.61292"/>
<Orientation y="2.10015"/>
<Actor seed="56236"/>
</Entity>
<Entity uid="2568">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="863.13685" z="380.78843"/>
<Orientation y="2.18805"/>
<Actor seed="15748"/>
</Entity>
<Entity uid="2569">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="860.9947" z="381.62433"/>
<Orientation y="2.01171"/>
<Actor seed="52556"/>
</Entity>
<Entity uid="2570">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="859.20667" z="382.35773"/>
<Orientation y="2.0277"/>
<Actor seed="51278"/>
</Entity>
<Entity uid="2571">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="857.3772" z="382.97175"/>
<Orientation y="1.96552"/>
<Actor seed="16300"/>
</Entity>
<Entity uid="2572">
<Template>units/rome_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="855.51575" z="383.69245"/>
<Orientation y="2.00924"/>
<Actor seed="40716"/>
</Entity>
<Entity uid="2576">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="816.61847" z="281.16718"/>
<Orientation y="0.67469"/>
<Actor seed="23284"/>
</Entity>
<Entity uid="2577">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="814.39625" z="282.44123"/>
<Orientation y="0.67469"/>
<Actor seed="22238"/>
</Entity>
<Entity uid="2578">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="812.02247" z="283.31498"/>
<Orientation y="0.67469"/>
<Actor seed="442"/>
</Entity>
<Entity uid="2579">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="809.49256" z="284.20756"/>
<Orientation y="0.67469"/>
<Actor seed="24674"/>
</Entity>
<Entity uid="2580">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="807.02247" z="285.41706"/>
<Orientation y="0.67469"/>
<Actor seed="4388"/>
</Entity>
<Entity uid="2581">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="804.67109" z="286.28263"/>
<Orientation y="0.67469"/>
<Actor seed="22922"/>
</Entity>
<Entity uid="2582">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="802.28296" z="287.16901"/>
<Orientation y="0.67469"/>
<Actor seed="44458"/>
</Entity>
<Entity uid="2583">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="818.52491" z="285.29358"/>
<Orientation y="0.67469"/>
<Actor seed="61752"/>
</Entity>
<Entity uid="2584">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="816.46216" z="286.22574"/>
<Orientation y="0.67469"/>
<Actor seed="36642"/>
</Entity>
<Entity uid="2585">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="814.09827" z="287.25095"/>
<Orientation y="0.67469"/>
<Actor seed="33414"/>
</Entity>
<Entity uid="2586">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="812.01313" z="287.961"/>
<Orientation y="0.67469"/>
<Actor seed="44112"/>
</Entity>
<Entity uid="2587">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="809.49878" z="288.9733"/>
<Orientation y="0.67469"/>
<Actor seed="24816"/>
</Entity>
<Entity uid="2588">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="807.24244" z="289.68769"/>
<Orientation y="0.67469"/>
<Actor seed="29562"/>
</Entity>
<Entity uid="2589">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="805.23292" z="290.63703"/>
<Orientation y="0.67469"/>
<Actor seed="55180"/>
</Entity>
<Entity uid="2590">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="801.8144" z="283.5178"/>
<Orientation y="0.6747"/>
<Actor seed="55180"/>
</Entity>
<Entity uid="2591">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="803.82398" z="282.56846"/>
<Orientation y="0.6747"/>
<Actor seed="29562"/>
</Entity>
<Entity uid="2592">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="806.08027" z="281.85407"/>
<Orientation y="0.6747"/>
<Actor seed="24816"/>
</Entity>
<Entity uid="2593">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="808.59461" z="280.84174"/>
<Orientation y="0.6747"/>
<Actor seed="44112"/>
</Entity>
<Entity uid="2594">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="810.67981" z="280.13169"/>
<Orientation y="0.6747"/>
<Actor seed="33414"/>
</Entity>
<Entity uid="2595">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="813.04365" z="279.10651"/>
<Orientation y="0.6747"/>
<Actor seed="36642"/>
</Entity>
<Entity uid="2596">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="815.10639" z="278.17435"/>
<Orientation y="0.6747"/>
<Actor seed="61752"/>
</Entity>
<Entity uid="2597">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="798.86445" z="280.04978"/>
<Orientation y="0.6747"/>
<Actor seed="44458"/>
</Entity>
<Entity uid="2598">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="801.25263" z="279.1634"/>
<Orientation y="0.6747"/>
<Actor seed="22922"/>
</Entity>
<Entity uid="2599">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="803.60395" z="278.29783"/>
<Orientation y="0.6747"/>
<Actor seed="4388"/>
</Entity>
<Entity uid="2600">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="806.07404" z="277.0883"/>
<Orientation y="0.6747"/>
<Actor seed="24674"/>
</Entity>
<Entity uid="2601">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="808.60395" z="276.19574"/>
<Orientation y="0.6747"/>
<Actor seed="442"/>
</Entity>
<Entity uid="2602">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="810.97773" z="275.322"/>
<Orientation y="0.6747"/>
<Actor seed="22238"/>
</Entity>
<Entity uid="2603">
<Template>units/sele_infantry_spearman_a</Template>
<Player>2</Player>
<Position x="813.20002" z="274.04795"/>
<Orientation y="0.6747"/>
<Actor seed="23284"/>
</Entity>
<Entity uid="2615">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>1</Player>
<Position x="667.85694" z="473.02417"/>
<Orientation y="2.3376"/>
<Actor seed="32624"/>
</Entity>
<Entity uid="2616">
<Template>units/pers_support_trader</Template>
<Player>1</Player>
<Position x="458.72797" z="863.68897"/>
<Orientation y="2.06174"/>
<Actor seed="37184"/>
</Entity>
<Entity uid="2618">
<Template>units/pers_support_trader</Template>
<Player>1</Player>
<Position x="479.72315" z="843.31666"/>
<Orientation y="1.11573"/>
<Actor seed="15810"/>
</Entity>
<Entity uid="2619">
<Template>units/pers_support_trader</Template>
<Player>1</Player>
<Position x="472.61893" z="837.50635"/>
<Orientation y="2.58324"/>
<Actor seed="61260"/>
</Entity>
<Entity uid="2623">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="529.8827" z="832.11622"/>
<Orientation y="1.0954"/>
<Actor seed="434"/>
</Entity>
<Entity uid="2624">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="533.28693" z="829.51661"/>
<Orientation y="0.4503"/>
<Actor seed="53942"/>
</Entity>
<Entity uid="2626">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="500.4994" z="805.81562"/>
<Orientation y="2.35621"/>
<Actor seed="14714"/>
</Entity>
<Entity uid="2627">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="479.85801" z="787.7782"/>
<Orientation y="-3.04046"/>
<Actor seed="23034"/>
</Entity>
<Entity uid="2628">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="479.13865" z="785.95795"/>
<Orientation y="1.48609"/>
<Actor seed="23708"/>
</Entity>
<Entity uid="2630">
<Template>units/pers_support_female_citizen</Template>
<Player>1</Player>
<Position x="481.12818" z="785.8896"/>
<Orientation y="-0.67304"/>
<Actor seed="44722"/>
</Entity>
<Entity uid="2631">
<Template>units/pers_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="518.2757" z="818.41785"/>
<Orientation y="2.35621"/>
<Actor seed="32514"/>
</Entity>
<Entity uid="2632">
<Template>units/pers_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="522.02222" z="821.77961"/>
<Orientation y="2.35621"/>
<Actor seed="10968"/>
</Entity>
<Entity uid="2633">
<Template>units/pers_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="514.31379" z="824.99506"/>
<Orientation y="-2.2119"/>
<Actor seed="3730"/>
</Entity>
<Entity uid="2635">
<Template>units/pers_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="514.3083" z="822.38465"/>
<Orientation y="-2.2251"/>
<Actor seed="47072"/>
</Entity>
<Entity uid="2646">
<Template>units/pers_infantry_archer_a</Template>
<Player>1</Player>
<Position x="517.28693" z="815.46528"/>
<Orientation y="2.35621"/>
<Actor seed="46970"/>
</Entity>
<Entity uid="2647">
<Template>units/pers_infantry_archer_a</Template>
<Player>1</Player>
<Position x="516.23188" z="814.07807"/>
<Orientation y="2.35621"/>
<Actor seed="17348"/>
</Entity>
<Entity uid="2648">
<Template>units/pers_infantry_archer_a</Template>
<Player>1</Player>
<Position x="515.2782" z="812.79334"/>
<Orientation y="2.35621"/>
<Actor seed="28198"/>
</Entity>
<Entity uid="2649">
<Template>units/pers_infantry_archer_a</Template>
<Player>1</Player>
<Position x="514.28998" z="811.42011"/>
<Orientation y="2.35621"/>
<Actor seed="21738"/>
</Entity>
<Entity uid="2650">
<Template>units/pers_infantry_archer_a</Template>
<Player>1</Player>
<Position x="513.19404" z="810.15754"/>
<Orientation y="2.35621"/>
<Actor seed="36024"/>
</Entity>
<Entity uid="2651">
<Template>units/pers_infantry_archer_a</Template>
<Player>1</Player>
<Position x="512.38331" z="809.09424"/>
<Orientation y="2.35621"/>
<Actor seed="18280"/>
</Entity>
<Entity uid="2658">
<Template>units/pers_infantry_archer_e</Template>
<Player>1</Player>
<Position x="500.19928" z="802.29383"/>
<Orientation y="1.96337"/>
<Actor seed="15900"/>
</Entity>
<Entity uid="2659">
<Template>units/pers_infantry_archer_e</Template>
<Player>1</Player>
<Position x="500.71296" z="800.0334"/>
<Orientation y="-0.37714"/>
<Actor seed="15054"/>
</Entity>
<Entity uid="2662">
<Template>units/pers_infantry_archer_e</Template>
<Player>1</Player>
<Position x="502.89905" z="801.58405"/>
<Orientation y="-1.78925"/>
<Actor seed="8982"/>
</Entity>
<Entity uid="2663">
<Template>units/pers_hero_cyrus</Template>
<Player>1</Player>
<Position x="487.53135" z="764.43305"/>
<Orientation y="2.35621"/>
<Actor seed="18748"/>
</Entity>
<Entity uid="2664">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="481.81464" z="763.59058"/>
<Orientation y="2.35621"/>
<Actor seed="54934"/>
</Entity>
<Entity uid="2665">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="483.34513" z="765.07258"/>
<Orientation y="2.35621"/>
<Actor seed="54578"/>
</Entity>
<Entity uid="2666">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="486.4203" z="767.69532"/>
<Orientation y="2.35621"/>
<Actor seed="9434"/>
</Entity>
<Entity uid="2667">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="488.17246" z="769.46735"/>
<Orientation y="2.35621"/>
<Actor seed="25294"/>
</Entity>
<Entity uid="2668">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="489.94776" z="770.995"/>
<Orientation y="2.35621"/>
<Actor seed="29712"/>
</Entity>
<Entity uid="2669">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="479.98011" z="761.7444"/>
<Orientation y="2.35621"/>
<Actor seed="26956"/>
</Entity>
<Entity uid="2670">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="476.9784" z="766.21137"/>
<Orientation y="2.35621"/>
<Actor seed="61296"/>
</Entity>
<Entity uid="2671">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="479.32117" z="768.23316"/>
<Orientation y="2.35621"/>
<Actor seed="2270"/>
</Entity>
<Entity uid="2672">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="481.32911" z="769.84137"/>
<Orientation y="2.35621"/>
<Actor seed="41194"/>
</Entity>
<Entity uid="2673">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="482.79792" z="771.34314"/>
<Orientation y="2.35621"/>
<Actor seed="62498"/>
</Entity>
<Entity uid="2674">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="484.55158" z="773.16181"/>
<Orientation y="2.35621"/>
<Actor seed="53060"/>
</Entity>
<Entity uid="2675">
<Template>units/pers_cavalry_swordsman_e_trireme</Template>
<Player>1</Player>
<Position x="486.70212" z="775.2884"/>
<Orientation y="2.35621"/>
<Actor seed="51932"/>
</Entity>
<Entity uid="2694">
<Template>units/pers_kardakes_hoplite</Template>
<Player>1</Player>
<Position x="528.41364" z="737.05048"/>
<Orientation y="2.35621"/>
<Actor seed="33478"/>
</Entity>
<Entity uid="2695">
<Template>units/pers_kardakes_hoplite</Template>
<Player>1</Player>
<Position x="524.6067" z="733.45917"/>
<Orientation y="2.35621"/>
<Actor seed="12990"/>
</Entity>
<Entity uid="2696">
<Template>units/pers_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="535.32612" z="741.8567"/>
<Orientation y="-2.82958"/>
<Actor seed="6980"/>
</Entity>
<Entity uid="2697">
<Template>units/pers_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="538.01032" z="742.27948"/>
<Orientation y="-2.77645"/>
<Actor seed="53848"/>
</Entity>
<Entity uid="2698">
<Template>units/pers_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="540.6515" z="742.61799"/>
<Orientation y="-2.75406"/>
<Actor seed="33168"/>
</Entity>
<Entity uid="2701">
<Template>units/pers_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="543.23646" z="743.2574"/>
<Orientation y="-2.64477"/>
<Actor seed="23286"/>
</Entity>
<Entity uid="2702">
<Template>units/pers_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="545.93824" z="744.9502"/>
<Orientation y="-2.70696"/>
<Actor seed="744"/>
</Entity>
</Entities>
<Paths>
<Path name="test" timescale="1" orientation="target" mode="ease_inout" style="default">
<Node deltatime="0">
<Target x="450.11701" y="15" z="910.41565"/>
<Position x="467.2" y="40.87" z="887.26"/>
</Node>
<Node deltatime="2">
<Position x="492.32" y="35.87" z="865.55"/>
</Node>
<Node deltatime="2">
<Position x="503.32" y="25.6" z="853.55"/>
</Node>
<Node deltatime="3">
<Position x="525.2" y="23.8692" z="832.43"/>
<Target x="501.76276" y="25" z="857.89399"/>
</Node>
<Node deltatime="2.2">
<Position x="525.62" y="22.8692" z="810.47"/>
</Node>
<Node deltatime="2.4">
<Position x="507.84" y="22.8692" z="798.29"/>
</Node>
<Node deltatime="2.6">
<Position x="509.53" y="22.8692" z="787"/>
<Target x="499.78394" y="25" z="811.89142"/>
</Node>
<Node deltatime="2.8">
<Position x="503.54" y="22.8692" z="777.62"/>
</Node>
<Node deltatime="2">
<Position x="507.2" y="22.8692" z="768.43"/>
</Node>
<Node deltatime="2.2">
<Position x="505.27" y="23.4" z="760.34"/>
<Target x="451.78394" y="25" z="814.89142"/>
</Node>
<Node deltatime="2.4">
<Position x="508.48" y="25.09" z="753.97"/>
</Node>
<Node deltatime="2.8">
<Position x="516.42" y="29.48" z="740.41"/>
</Node>
<Node deltatime="2">
<Position x="524.55" y="27.03" z="736.43"/>
</Node>
<Node deltatime="2.2">
<Position x="544.82" y="23.48" z="716.39"/>
</Node>
<Node deltatime="2.4">
<Position x="547.46" y="25" z="713.51"/>
</Node>
<Node deltatime="3.6">
<Position x="600.99" y="25.87" z="631.85"/>
</Node>
<Node deltatime="2.8">
<Position x="618.55" y="32.2" z="584.01"/>
</Node>
<Node deltatime="2.8">
<Position x="658.83" y="27.73" z="514.22"/>
<Target x="534.1839" y="25.14963" z="628.47107"/>
</Node>
<Node deltatime="3.1">
<Position x="680.53" y="23.21" z="482.5"/>
</Node>
<Node deltatime="5.1">
<Position x="688.99" y="32.36" z="416.08"/>
</Node>
<Node deltatime="5.1">
<Position x="688.99" y="32.36" z="406.08"/>
</Node>
</Path>
</Paths>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Miletus.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Miletus.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Miletus.xml (revision 22818)
@@ -1,6694 +1,6694 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>cumulus</SkySet>
<SunColor r="0.858824" g="0.803922" b="0.666667"/>
<SunElevation angle="0.773126"/>
<SunRotation angle="0.374291"/>
<TerrainAmbientColor r="0.337255" g="0.403922" b="0.466667"/>
<UnitsAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<Water>
<WaterBody>
<Type>lake</Type>
<Color r="0.294118" g="0.34902" b="0.694118"/>
<Height>18.1508</Height>
<Waviness>5.0</Waviness>
<Murkiness>0.701172</Murkiness>
<Tint r="0.329412" g="0.521569" b="0.721569"/>
</WaterBody>
</Water>
</Environment>
<Camera>
<Position x="308.587" y="125.769" z="-20.6812"/>
<Rotation angle="0"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"Description": "A sandbox scenario for one player.",
"Keywords": [
"demo"
],
"Name": "Miletus",
"PlayerData": [
{
"AI": "",
"Civ": "athen",
"Color": {
"b": 200,
"g": 46,
"r": 46
},
"Name": "Miletus",
"PopulationLimit": 1000,
"Resources": {
"food": 1000,
"metal": 1000,
"stone": 1000,
"wood": 1000
},
"StartingCamera": {
"Position": {
"x": 225.878,
"y": 22.3825,
"z": 237.098
},
"Rotation": {
"x": 30,
"y": 0,
"z": 0
}
},
"Team": -1
},
{
"AI": "",
"Civ": "rome",
"Color": {
"b": 20,
"g": 20,
"r": 150
},
"Name": "Romans",
"StartingCamera": {
"Position": {
"x": 39.0925,
"y": 22.3825,
"z": 58.3799
},
"Rotation": {
"x": 30,
"y": 0,
"z": 0
}
},
"Team": -1
}
],
"VictoryConditions": [
"conquest"
]
}
]]></ScriptSettings>
<Entities>
<Entity uid="13">
<Template>template_structure_civic_hellenic_royal_stoa</Template>
<Player>1</Player>
<Position x="249.42031" z="219.11031"/>
<Orientation y="-0.79975"/>
</Entity>
<Entity uid="14">
<Template>other/hellenic_stoa</Template>
<Player>1</Player>
<Position x="244.84145" z="270.95362"/>
<Orientation y="-2.32988"/>
</Entity>
<Entity uid="15">
<Template>structures/athen_civil_centre</Template>
<Player>1</Player>
<Position x="221.48003" z="248.74674"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="23">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="195.67298" z="228.02814"/>
<Orientation y="2.5995"/>
</Entity>
<Entity uid="30">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="116.31821" z="15.70263"/>
<Orientation y="-2.14773"/>
</Entity>
<Entity uid="31">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="147.78962" z="29.48971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="32">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="146.5879" z="16.02657"/>
<Orientation y="-0.09792"/>
</Entity>
<Entity uid="33">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="135.6662" z="24.80871"/>
<Orientation y="-1.72243"/>
</Entity>
<Entity uid="34">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="125.07724" z="26.45977"/>
<Orientation y="0.1319"/>
</Entity>
<Entity uid="35">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="115.14689" z="21.82808"/>
<Orientation y="-1.35741"/>
</Entity>
<Entity uid="36">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="121.57589" z="20.72832"/>
<Orientation y="1.1877"/>
</Entity>
<Entity uid="37">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="130.12775" z="16.65087"/>
<Orientation y="-1.95444"/>
</Entity>
<Entity uid="38">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="134.18372" z="16.90198"/>
<Orientation y="0.93026"/>
</Entity>
<Entity uid="39">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="126.1223" z="20.33216"/>
<Orientation y="1.06196"/>
</Entity>
<Entity uid="40">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="139.10132" z="14.90914"/>
<Orientation y="-1.50884"/>
</Entity>
<Entity uid="41">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="108.15961" z="15.80478"/>
<Orientation y="-1.79746"/>
</Entity>
<Entity uid="42">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="121.99146" z="13.96209"/>
<Orientation y="-2.44532"/>
</Entity>
<Entity uid="43">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="168.9318" z="275.56312"/>
<Orientation y="0.17948"/>
</Entity>
<Entity uid="44">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="180.7669" z="272.60596"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="45">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="190.01572" z="278.89393"/>
<Orientation y="-2.94693"/>
</Entity>
<Entity uid="46">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="185.86027" z="260.93107"/>
<Orientation y="-0.01992"/>
</Entity>
<Entity uid="47">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="192.06313" z="268.56315"/>
<Orientation y="-2.34429"/>
</Entity>
<Entity uid="48">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="173.77189" z="267.01572"/>
<Orientation y="0.14763"/>
</Entity>
<Entity uid="49">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="168.13192" z="257.14948"/>
<Orientation y="-2.30961"/>
</Entity>
<Entity uid="50">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="170.88282" z="248.01252"/>
<Orientation y="0.73"/>
</Entity>
<Entity uid="51">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="160.12954" z="259.6118"/>
<Orientation y="-0.53324"/>
</Entity>
<Entity uid="52">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="158.72461" z="271.77283"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="65">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="313.99878" z="106.94742"/>
<Orientation y="1.60703"/>
</Entity>
<Entity uid="66">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="339.35697" z="162.01983"/>
<Orientation y="2.40772"/>
</Entity>
<Entity uid="67">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="343.68882" z="166.46813"/>
<Orientation y="2.39055"/>
</Entity>
<Entity uid="68">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="313.93851" z="113.20711"/>
<Orientation y="1.76275"/>
</Entity>
<Entity uid="70">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="373.85459" z="114.81807"/>
<Orientation y="-2.58451"/>
</Entity>
<Entity uid="71">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="413.1493" z="45.5554"/>
<Orientation y="-1.29482"/>
</Entity>
<Entity uid="72">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="431.62519" z="93.16385"/>
<Orientation y="-0.43316"/>
</Entity>
<Entity uid="82">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="555.32215" z="47.5836"/>
<Orientation y="-1.87813"/>
</Entity>
<Entity uid="83">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="509.28861" z="53.45112"/>
<Orientation y="0.4099"/>
</Entity>
<Entity uid="84">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="541.05628" z="137.34884"/>
<Orientation y="-2.74862"/>
</Entity>
<Entity uid="85">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="598.18299" z="193.13065"/>
<Orientation y="0.0275"/>
</Entity>
<Entity uid="86">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="686.22321" z="183.06064"/>
<Orientation y="-2.53373"/>
</Entity>
<Entity uid="87">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="638.4206" z="81.34327"/>
<Orientation y="0.79203"/>
</Entity>
<Entity uid="88">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="711.4596" z="100.88999"/>
<Orientation y="-2.0752"/>
</Entity>
<Entity uid="89">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="607.96344" z="120.99048"/>
<Orientation y="-2.17045"/>
</Entity>
<Entity uid="90">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="639.39454" z="248.09046"/>
<Orientation y="1.53232"/>
</Entity>
<Entity uid="91">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="729.97529" z="296.31284"/>
<Orientation y="-1.59641"/>
</Entity>
<Entity uid="92">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="599.41901" z="303.50745"/>
<Orientation y="0.72074"/>
</Entity>
<Entity uid="93">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="664.25782" z="344.24112"/>
<Orientation y="-2.46767"/>
</Entity>
<Entity uid="94">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="533.3708" z="431.0683"/>
<Orientation y="-2.94941"/>
</Entity>
<Entity uid="95">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="614.88538" z="389.10578"/>
<Orientation y="0.57038"/>
</Entity>
<Entity uid="96">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="707.9054" z="498.47721"/>
<Orientation y="-2.51841"/>
</Entity>
<Entity uid="97">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="582.10389" z="543.10096"/>
<Orientation y="0.37052"/>
</Entity>
<Entity uid="98">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="717.58411" z="639.05127"/>
<Orientation y="-2.53293"/>
</Entity>
<Entity uid="99">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="559.83527" z="632.13721"/>
<Orientation y="-2.30578"/>
</Entity>
<Entity uid="100">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="460.32557" z="622.39759"/>
<Orientation y="1.14605"/>
</Entity>
<Entity uid="101">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="607.65918" z="619.6297"/>
<Orientation y="-2.93596"/>
</Entity>
<Entity uid="102">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="492.91819" z="498.77897"/>
<Orientation y="-0.81052"/>
</Entity>
<Entity uid="103">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="338.97632" z="642.14124"/>
<Orientation y="-2.626"/>
</Entity>
<Entity uid="104">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="252.11231" z="570.02546"/>
<Orientation y="0.92284"/>
</Entity>
<Entity uid="105">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="215.88155" z="662.39417"/>
<Orientation y="-2.69842"/>
</Entity>
<Entity uid="106">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="132.96753" z="597.42914"/>
<Orientation y="0.06321"/>
</Entity>
<Entity uid="107">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="80.95276" z="674.42817"/>
<Orientation y="-2.87734"/>
</Entity>
<Entity uid="108">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="44.70032" z="547.07795"/>
<Orientation y="0.36606"/>
</Entity>
<Entity uid="109">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="105.97475" z="552.96216"/>
<Orientation y="-2.5217"/>
</Entity>
<Entity uid="110">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="28.06382" z="484.32694"/>
<Orientation y="0.20658"/>
</Entity>
<Entity uid="111">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="19.29003" z="648.3625"/>
<Orientation y="-3.08681"/>
</Entity>
<Entity uid="112">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="53.45582" z="584.65735"/>
<Orientation y="1.03454"/>
</Entity>
<Entity uid="113">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="182.56841" z="546.3368"/>
<Orientation y="0.3858"/>
</Entity>
<Entity uid="114">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="742.93464" z="21.87763"/>
<Orientation y="-1.69201"/>
</Entity>
<Entity uid="115">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="656.54487" z="16.18351"/>
<Orientation y="0.75446"/>
</Entity>
<Entity uid="116">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="436.43293" z="1.37702"/>
<Orientation y="-1.59049"/>
</Entity>
<Entity uid="117">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="133.3077" z="209.87746"/>
<Orientation y="-0.0692"/>
</Entity>
<Entity uid="118">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="123.81804" z="224.49083"/>
<Orientation y="1.92608"/>
</Entity>
<Entity uid="119">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="113.49808" z="238.75898"/>
<Orientation y="-1.1161"/>
</Entity>
<Entity uid="120">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="104.76452" z="250.26357"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="121">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="91.90685" z="245.67693"/>
<Orientation y="-3.0179"/>
</Entity>
<Entity uid="122">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="100.93192" z="233.71651"/>
<Orientation y="-1.54026"/>
</Entity>
<Entity uid="123">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="109.4799" z="219.31205"/>
<Orientation y="0.0506"/>
</Entity>
<Entity uid="124">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="120.6319" z="204.09017"/>
<Orientation y="2.9083"/>
</Entity>
<Entity uid="125">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="111.68628" z="195.22495"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="126">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="102.47004" z="205.97776"/>
<Orientation y="-2.31415"/>
</Entity>
<Entity uid="127">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="93.67153" z="219.62768"/>
<Orientation y="1.79026"/>
</Entity>
<Entity uid="128">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="85.38738" z="231.0184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="129">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="76.02736" z="218.24976"/>
<Orientation y="0.14917"/>
</Entity>
<Entity uid="130">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="84.5421" z="205.60906"/>
<Orientation y="0.605"/>
</Entity>
<Entity uid="131">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="93.54947" z="193.08347"/>
<Orientation y="0.45818"/>
</Entity>
<Entity uid="132">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="102.513" z="182.43184"/>
<Orientation y="-1.19611"/>
</Entity>
<Entity uid="133">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="77.16173" z="88.59543"/>
<Orientation y="-0.32544"/>
</Entity>
<Entity uid="134">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="80.57374" z="90.81159"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="135">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="84.2282" z="94.1712"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="136">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="88.3989" z="97.61782"/>
<Orientation y="1.95055"/>
</Entity>
<Entity uid="137">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="90.99404" z="99.79204"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="138">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="93.54026" z="102.01488"/>
<Orientation y="-1.13906"/>
</Entity>
<Entity uid="139">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="99.7364" z="106.57813"/>
<Orientation y="1.9458"/>
</Entity>
<Entity uid="140">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="104.04995" z="109.26047"/>
<Orientation y="2.2909"/>
</Entity>
<Entity uid="141">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="106.82685" z="111.36106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="142">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="102.06255" z="108.14727"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="143">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="97.4464" z="105.03341"/>
<Orientation y="-0.21715"/>
</Entity>
<Entity uid="144">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="95.31188" z="103.81481"/>
<Orientation y="-2.6964"/>
</Entity>
<Entity uid="145">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="82.47561" z="92.64957"/>
<Orientation y="-0.08167"/>
</Entity>
<Entity uid="146">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="78.43978" z="90.15416"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="147">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="86.26165" z="95.81551"/>
<Orientation y="-0.89792"/>
</Entity>
<Entity uid="148">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="109.2989" z="106.57813"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="149">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="107.1438" z="105.4943"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="150">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="104.97304" z="103.9663"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="151">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="103.04842" z="102.76081"/>
<Orientation y="2.95717"/>
</Entity>
<Entity uid="152">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="101.50206" z="102.0149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="153">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="99.1267" z="100.24773"/>
<Orientation y="-0.52805"/>
</Entity>
<Entity uid="154">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="97.31318" z="98.79947"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="155">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="94.95644" z="96.94904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="156">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="92.46528" z="95.27247"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="157">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="90.16463" z="92.81266"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="158">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="88.45891" z="90.81159"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="159">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="87.09266" z="88.85338"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="160">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="84.34304" z="87.571"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="161">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="82.06383" z="86.05597"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="162">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="79.76174" z="84.81278"/>
<Orientation y="1.3681"/>
</Entity>
<Entity uid="163">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="83.12436" z="80.25736"/>
<Orientation y="-0.87832"/>
</Entity>
<Entity uid="164">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="85.733" z="81.7615"/>
<Orientation y="1.34794"/>
</Entity>
<Entity uid="165">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="88.14338" z="82.91924"/>
<Orientation y="-2.19037"/>
</Entity>
<Entity uid="166">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="90.03649" z="84.10334"/>
<Orientation y="0.76272"/>
</Entity>
<Entity uid="167">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="92.4766" z="86.30408"/>
<Orientation y="-0.57888"/>
</Entity>
<Entity uid="168">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="94.13834" z="89.2978"/>
<Orientation y="2.24404"/>
</Entity>
<Entity uid="169">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="96.22306" z="91.08465"/>
<Orientation y="0.6618"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="98.1436" z="93.2124"/>
<Orientation y="3.00893"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="99.95394" z="94.35488"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="101.96271" z="95.81551"/>
<Orientation y="-1.06742"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="104.15734" z="97.11162"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="105.82522" z="98.12836"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="175">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="108.25878" z="99.47657"/>
<Orientation y="1.61318"/>
</Entity>
<Entity uid="176">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="111.06756" z="100.96302"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="113.07859" z="101.82897"/>
<Orientation y="-2.12076"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="85.86686" z="75.45675"/>
<Orientation y="-2.19156"/>
</Entity>
<Entity uid="179">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="88.02816" z="77.23757"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="180">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="90.14" z="78.43793"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="181">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="91.40268" z="80.03551"/>
<Orientation y="-2.54688"/>
</Entity>
<Entity uid="182">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="92.97304" z="81.3813"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="94.74827" z="83.86437"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="97.09488" z="85.47834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="98.78562" z="86.97396"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="186">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="101.25391" z="88.42556"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="187">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="103.68787" z="90.4527"/>
<Orientation y="2.88692"/>
</Entity>
<Entity uid="188">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="105.25721" z="91.35767"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="189">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="106.75734" z="92.27744"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="108.73938" z="93.87607"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="191">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="110.67933" z="95.12931"/>
<Orientation y="-2.71462"/>
</Entity>
<Entity uid="192">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="113.01162" z="96.11208"/>
<Orientation y="-0.11873"/>
</Entity>
<Entity uid="193">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="286.4998" z="90.36472"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="282.72825" z="110.43081"/>
<Orientation y="-1.66308"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="277.73218" z="117.46859"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="196">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="282.34748" z="126.88634"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="197">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="285.40302" z="111.65525"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="198">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="285.17637" z="121.72373"/>
<Orientation y="-2.60843"/>
</Entity>
<Entity uid="199">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="321.8765" z="182.156"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="200">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="327.44306" z="189.22902"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="201">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="328.75013" z="196.41628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="202">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="323.3266" z="191.27401"/>
<Orientation y="-2.09134"/>
</Entity>
<Entity uid="203">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="332.05881" z="193.3695"/>
<Orientation y="-2.73507"/>
</Entity>
<Entity uid="204">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="277.98295" z="54.1282"/>
<Orientation y="0.02102"/>
</Entity>
<Entity uid="205">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="282.52149" z="52.09142"/>
<Orientation y="-2.80468"/>
</Entity>
<Entity uid="210">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="278.16099" z="57.79287"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="212">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="265.79581" z="18.46604"/>
<Orientation y="-1.54223"/>
</Entity>
<Entity uid="213">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="249.98815" z="57.04232"/>
<Orientation y="0.01821"/>
</Entity>
<Entity uid="214">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="254.45044" z="76.85306"/>
<Orientation y="-0.40053"/>
</Entity>
<Entity uid="215">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="273.73362" z="161.87134"/>
<Orientation y="-2.31418"/>
</Entity>
<Entity uid="216">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="297.762" z="195.07218"/>
<Orientation y="0.452"/>
</Entity>
<Entity uid="217">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="33.68844" z="370.37415"/>
<Orientation y="-0.13372"/>
</Entity>
<Entity uid="218">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="33.76926" z="380.28657"/>
<Orientation y="1.13218"/>
</Entity>
<Entity uid="219">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="39.59118" z="383.75623"/>
<Orientation y="2.7963"/>
</Entity>
<Entity uid="220">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="42.73978" z="373.12073"/>
<Orientation y="3.06247"/>
</Entity>
<Entity uid="221">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="43.44262" z="368.7021"/>
<Orientation y="1.99863"/>
</Entity>
<Entity uid="222">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="51.6811" z="371.54404"/>
<Orientation y="0.06606"/>
</Entity>
<Entity uid="223">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="52.5785" z="379.80866"/>
<Orientation y="1.06542"/>
</Entity>
<Entity uid="224">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="56.7184" z="384.10068"/>
<Orientation y="2.42328"/>
</Entity>
<Entity uid="225">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="58.7378" z="379.52961"/>
<Orientation y="3.0256"/>
</Entity>
<Entity uid="226">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="58.78174" z="366.60401"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="227">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="49.87462" z="359.70588"/>
<Orientation y="0.98482"/>
</Entity>
<Entity uid="237">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="199.95513" z="445.63904"/>
<Orientation y="0.20821"/>
</Entity>
<Entity uid="238">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="201.73694" z="459.7428"/>
<Orientation y="1.38201"/>
</Entity>
<Entity uid="239">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="211.47234" z="462.05854"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="240">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="213.45946" z="462.05854"/>
<Orientation y="1.4656"/>
</Entity>
<Entity uid="241">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="226.82485" z="470.91132"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="242">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="231.7692" z="472.5417"/>
<Orientation y="2.89406"/>
</Entity>
<Entity uid="243">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="233.2034" z="468.12098"/>
<Orientation y="-2.58111"/>
</Entity>
<Entity uid="244">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="221.4601" z="451.15705"/>
<Orientation y="-2.8056"/>
</Entity>
<Entity uid="245">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="216.86951" z="446.42524"/>
<Orientation y="-2.54287"/>
</Entity>
<Entity uid="246">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="206.32174" z="436.72974"/>
<Orientation y="0.35911"/>
</Entity>
<Entity uid="247">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="220.30097" z="462.52854"/>
<Orientation y="-2.30858"/>
</Entity>
<Entity uid="248">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="106.72448" z="381.71058"/>
<Orientation y="1.16597"/>
</Entity>
<Entity uid="249">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="118.32592" z="377.46839"/>
<Orientation y="-2.41576"/>
</Entity>
<Entity uid="250">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="81.5997" z="297.88227"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="251">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="25.478" z="172.83544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="252">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="23.01366" z="162.85288"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="253">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="26.83971" z="152.58227"/>
<Orientation y="2.97802"/>
</Entity>
<Entity uid="254">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="27.59905" z="145.46673"/>
<Orientation y="2.57178"/>
</Entity>
<Entity uid="255">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="37.9791" z="154.09197"/>
<Orientation y="-0.21906"/>
</Entity>
<Entity uid="256">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="34.37894" z="165.58272"/>
<Orientation y="-3.10991"/>
</Entity>
<Entity uid="257">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="47.49186" z="156.07859"/>
<Orientation y="0.17603"/>
</Entity>
<Entity uid="258">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="48.11773" z="143.08754"/>
<Orientation y="-1.8887"/>
</Entity>
<Entity uid="259">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="36.5294" z="140.7869"/>
<Orientation y="0.72736"/>
</Entity>
<Entity uid="260">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="41.71517" z="145.46673"/>
<Orientation y="-2.41573"/>
</Entity>
<Entity uid="261">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="29.24321" z="133.22028"/>
<Orientation y="0.48951"/>
</Entity>
<Entity uid="262">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="23.3735" z="137.59842"/>
<Orientation y="-3.05886"/>
</Entity>
<Entity uid="263">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="38.66024" z="120.69043"/>
<Orientation y="0.56472"/>
</Entity>
<Entity uid="264">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="47.00771" z="120.91114"/>
<Orientation y="-2.88472"/>
</Entity>
<Entity uid="265">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="56.14937" z="113.65049"/>
<Orientation y="0.5982"/>
</Entity>
<Entity uid="266">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="55.13756" z="127.00458"/>
<Orientation y="-2.66787"/>
</Entity>
<Entity uid="267">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="49.81685" z="113.35058"/>
<Orientation y="0.60181"/>
</Entity>
<Entity uid="268">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="63.43482" z="116.40714"/>
<Orientation y="-2.40641"/>
</Entity>
<Entity uid="269">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="70.02366" z="110.41855"/>
<Orientation y="0.45458"/>
</Entity>
<Entity uid="270">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="63.30224" z="121.80053"/>
<Orientation y="-2.69257"/>
</Entity>
<Entity uid="271">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="21.9132" z="109.3001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="272">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="26.00911" z="100.68702"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="273">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="33.7257" z="89.85222"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="274">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="37.51178" z="92.82335"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="275">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="41.36187" z="96.28005"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="276">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="47.37429" z="90.4407"/>
<Orientation y="2.4458"/>
</Entity>
<Entity uid="277">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="52.0949" z="85.6226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="278">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="54.26406" z="98.25635"/>
<Orientation y="-2.02047"/>
</Entity>
<Entity uid="279">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="173.69751" z="209.80054"/>
<Orientation y="0.30253"/>
</Entity>
<Entity uid="280">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="186.11254" z="214.48136"/>
<Orientation y="-1.76029"/>
</Entity>
<Entity uid="281">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="174.17591" z="226.32734"/>
<Orientation y="2.50768"/>
</Entity>
<Entity uid="282">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="181.72471" z="233.97017"/>
<Orientation y="-1.16526"/>
</Entity>
<Entity uid="283">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="186.33338" z="241.72376"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="284">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="193.80327" z="237.73038"/>
<Orientation y="-2.70948"/>
</Entity>
<Entity uid="285">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="192.5978" z="172.00216"/>
<Orientation y="2.00507"/>
</Entity>
<Entity uid="286">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="197.63978" z="186.16547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="287">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="198.3463" z="190.49679"/>
<Orientation y="-1.50475"/>
</Entity>
<Entity uid="288">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="205.60175" z="186.06138"/>
<Orientation y="-0.11091"/>
</Entity>
<Entity uid="289">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="210.01497" z="193.56798"/>
<Orientation y="2.49198"/>
</Entity>
<Entity uid="290">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="213.51645" z="202.16126"/>
<Orientation y="-2.77935"/>
</Entity>
<Entity uid="291">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="139.25138" z="166.93754"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="292">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="168.02504" z="162.30021"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="293">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="147.5947" z="168.31022"/>
<Orientation y="-0.20452"/>
</Entity>
<Entity uid="294">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="160.39795" z="150.44442"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="295">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="156.02457" z="178.02929"/>
<Orientation y="0.61265"/>
</Entity>
<Entity uid="296">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="168.22158" z="76.51966"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="297">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="174.55185" z="67.44477"/>
<Orientation y="2.40227"/>
</Entity>
<Entity uid="298">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="183.77053" z="59.3642"/>
<Orientation y="2.14458"/>
</Entity>
<Entity uid="299">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="193.51255" z="55.10955"/>
<Orientation y="2.10582"/>
</Entity>
<Entity uid="300">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="197.94016" z="52.14327"/>
<Orientation y="-2.96369"/>
</Entity>
<Entity uid="301">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="196.8901" z="45.06063"/>
<Orientation y="2.46857"/>
</Entity>
<Entity uid="302">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="201.85628" z="43.84881"/>
<Orientation y="1.63897"/>
</Entity>
<Entity uid="303">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="212.56449" z="48.15152"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="304">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="214.22941" z="50.04938"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="305">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="223.88671" z="56.28476"/>
<Orientation y="0.73055"/>
</Entity>
<Entity uid="306">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="217.0641" z="62.8862"/>
<Orientation y="-2.15333"/>
</Entity>
<Entity uid="307">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="206.5135" z="59.71157"/>
<Orientation y="-1.42362"/>
</Entity>
<Entity uid="308">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="197.33478" z="64.50687"/>
<Orientation y="-0.77602"/>
</Entity>
<Entity uid="309">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="187.5032" z="76.51964"/>
<Orientation y="-0.68075"/>
</Entity>
<Entity uid="310">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="180.58436" z="86.3202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="311">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="152.84018" z="57.13178"/>
<Orientation y="0.8065"/>
</Entity>
<Entity uid="312">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="165.00223" z="47.37047"/>
<Orientation y="-2.66596"/>
</Entity>
<Entity uid="313">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="169.85524" z="39.85846"/>
<Orientation y="2.33324"/>
</Entity>
<Entity uid="314">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="176.03647" z="34.90362"/>
<Orientation y="-2.82554"/>
</Entity>
<Entity uid="315">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="172.74279" z="26.30024"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="316">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="181.05213" z="25.41692"/>
<Orientation y="1.5708"/>
</Entity>
<Entity uid="317">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="186.51026" z="25.9207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="318">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="189.67022" z="24.16883"/>
<Orientation y="1.91796"/>
</Entity>
<Entity uid="319">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="152.36612" z="265.6367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="320">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="148.82181" z="277.58701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="321">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="143.44645" z="280.43451"/>
<Orientation y="-2.07186"/>
</Entity>
<Entity uid="322">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="137.79247" z="276.41663"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="323">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="131.2531" z="286.04914"/>
<Orientation y="0.70414"/>
</Entity>
<Entity uid="324">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="42.43158" z="17.94832"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="325">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="57.5626" z="17.98911"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="326">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="56.43873" z="31.20615"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="327">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="54.32496" z="35.77457"/>
<Orientation y="-0.27338"/>
</Entity>
<Entity uid="328">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="48.57816" z="56.39187"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="329">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="50.11048" z="69.61121"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="330">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="66.46796" z="57.39254"/>
<Orientation y="-3.09794"/>
</Entity>
<Entity uid="331">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="70.34321" z="33.72606"/>
<Orientation y="2.75264"/>
</Entity>
<Entity uid="332">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="78.07874" z="22.23081"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="333">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="77.83172" z="17.51128"/>
<Orientation y="-2.06545"/>
</Entity>
<Entity uid="334">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="74.45385" z="23.6843"/>
<Orientation y="0.7773"/>
</Entity>
<Entity uid="335">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="213.41953" z="312.44162"/>
<Orientation y="0.76"/>
</Entity>
<Entity uid="336">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="195.04447" z="301.09034"/>
<Orientation y="-0.92438"/>
</Entity>
<Entity uid="337">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="205.29181" z="338.5699"/>
<Orientation y="-2.17495"/>
</Entity>
<Entity uid="338">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="193.05732" z="337.81321"/>
<Orientation y="-1.19553"/>
</Entity>
<Entity uid="339">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="169.02259" z="355.94108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="340">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="78.68792" z="430.25928"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="341">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="89.75951" z="433.54935"/>
<Orientation y="3.12113"/>
</Entity>
<Entity uid="343">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="96.16446" z="448.5672"/>
<Orientation y="1.93224"/>
</Entity>
<Entity uid="344">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="129.92458" z="457.09577"/>
<Orientation y="-0.62937"/>
</Entity>
<Entity uid="347">
<Template>units/athen_ship_fishing</Template>
<Player>1</Player>
<Position x="125.52878" z="453.59147"/>
<Orientation y="-0.65941"/>
</Entity>
<Entity uid="348">
<Template>structures/athen_dock</Template>
<Player>1</Player>
<Position x="129.82836" z="452.27125"/>
<Orientation y="-0.641"/>
</Entity>
<Entity uid="349">
<Template>structures/athen_dock</Template>
<Player>1</Player>
<Position x="337.87977" z="167.43519"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="350">
<Template>structures/athen_dock</Template>
<Player>1</Player>
<Position x="309.74686" z="110.4787"/>
<Orientation y="1.68105"/>
<Obstruction group="399"/>
</Entity>
<Entity uid="360">
<Template>other/hellenic_epic_temple</Template>
<Player>1</Player>
<Position x="348.88273" z="360.96283"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="361">
<Template>structures/athen_royal_stoa</Template>
<Player>1</Player>
<Position x="305.39911" z="353.96195"/>
<Orientation y="0.78559"/>
</Entity>
<Entity uid="362">
<Template>structures/athen_royal_stoa</Template>
<Player>1</Player>
<Position x="327.86326" z="330.16218"/>
<Orientation y="0.78383"/>
</Entity>
<Entity uid="363">
<Template>other/hellenic_stoa</Template>
<Player>1</Player>
<Position x="291.5966" z="384.29517"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="364">
<Template>other/hellenic_stoa</Template>
<Player>1</Player>
<Position x="314.94446" z="406.20496"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="365">
<Template>gaia/ruins/unfinished_greek_temple</Template>
<Player>1</Player>
<Position x="363.79706" z="409.69764"/>
<Orientation y="-2.43496"/>
</Entity>
<Entity uid="366">
<Template>structures/athen_temple</Template>
<Player>1</Player>
<Position x="381.4319" z="393.19236"/>
<Orientation y="-2.4247"/>
</Entity>
<Entity uid="367">
<Template>structures/athen_temple</Template>
<Player>1</Player>
<Position x="403.00736" z="372.68033"/>
<Orientation y="-2.37703"/>
</Entity>
<Entity uid="369">
<Template>structures/athen_temple</Template>
<Player>1</Player>
<Position x="343.34324" z="309.42219"/>
<Orientation y="0.77427"/>
</Entity>
<Entity uid="385">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="88.05324" z="355.6208"/>
<Orientation y="-1.83333"/>
<Obstruction group="408"/>
</Entity>
<Entity uid="386">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="97.19506" z="330.2305"/>
<Orientation y="-2.02245"/>
<Obstruction group="407" group2="408"/>
</Entity>
<Entity uid="387">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="108.8316" z="305.60505"/>
<Orientation y="-2.02468"/>
<Obstruction group="407"/>
</Entity>
<Entity uid="388">
<Template>structures/athen_wall_gate</Template>
<Player>1</Player>
<Position x="119.11757" z="278.73725"/>
<Orientation y="-1.88987"/>
</Entity>
<Entity uid="389">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="129.19886" z="252.23505"/>
<Orientation y="-2.00577"/>
<Obstruction group="406"/>
</Entity>
<Entity uid="390">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="140.1839" z="227.48037"/>
<Orientation y="-2.045"/>
<Obstruction group="405" group2="406"/>
</Entity>
<Entity uid="391">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="154.02756" z="203.12046"/>
<Orientation y="-2.17086"/>
<Obstruction group="405"/>
</Entity>
<Entity uid="392">
<Template>structures/athen_wall_gate</Template>
<Player>1</Player>
<Position x="170.52096" z="178.82493"/>
<Orientation y="-2.19143"/>
</Entity>
<Entity uid="393">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="189.46093" z="156.40963"/>
<Orientation y="-2.38155"/>
<Obstruction group="404"/>
</Entity>
<Entity uid="394">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="210.08765" z="138.2883"/>
<Orientation y="-2.47277"/>
<Obstruction group="403" group2="404"/>
</Entity>
<Entity uid="395">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="231.77189" z="121.92678"/>
<Orientation y="-2.55973"/>
<Obstruction group="403"/>
</Entity>
<Entity uid="397">
<Template>structures/athen_wall_gate</Template>
<Player>1</Player>
<Position x="258.34913" z="109.5331"/>
<Orientation y="-2.79352"/>
</Entity>
<Entity uid="398">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="286.5651" z="100.93021"/>
<Orientation y="-2.90026"/>
<Obstruction group="399"/>
</Entity>
<Entity uid="399">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="297.03394" z="98.3595"/>
<Orientation y="-2.98395"/>
</Entity>
<Entity uid="400">
<Template>structures/athen_wall_gate</Template>
<Player>1</Player>
<Position x="80.24045" z="381.29145"/>
<Orientation y="-1.86008"/>
</Entity>
<Entity uid="401">
<Template>structures/athen_wall_medium</Template>
<Player>1</Player>
<Position x="71.46808" z="409.0763"/>
<Orientation y="-1.83523"/>
<Obstruction group="402"/>
</Entity>
<Entity uid="402">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="67.53586" z="423.0477"/>
<Orientation y="-1.79796"/>
</Entity>
<Entity uid="403">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="219.73098" z="129.57929"/>
<Orientation y="-2.46506"/>
</Entity>
<Entity uid="404">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="198.67359" z="147.03997"/>
<Orientation y="-2.39408"/>
</Entity>
<Entity uid="405">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="145.98894" z="214.40061"/>
<Orientation y="-2.10462"/>
</Entity>
<Entity uid="406">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="133.15261" z="240.50725"/>
<Orientation y="-2.01339"/>
</Entity>
<Entity uid="407">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="102.0681" z="319.03296"/>
<Orientation y="-2.0135"/>
</Entity>
<Entity uid="408">
<Template>structures/athen_wall_tower</Template>
<Player>1</Player>
<Position x="90.78463" z="342.8017"/>
<Orientation y="-1.97165"/>
</Entity>
<Entity uid="409">
<Template>gaia/geology_metal_mediterranean_slabs</Template>
<Player>0</Player>
<Position x="56.43813" z="185.5019"/>
<Orientation y="-0.83982"/>
</Entity>
<Entity uid="410">
<Template>gaia/geology_metal_mediterranean_slabs</Template>
<Player>0</Player>
<Position x="41.39527" z="31.29845"/>
<Orientation y="2.13936"/>
</Entity>
<Entity uid="444">
<Template>units/athen_support_female_citizen</Template>
<Player>1</Player>
<Position x="226.94291" z="223.62903"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="445">
<Template>units/athen_support_female_citizen</Template>
<Player>1</Player>
<Position x="229.88494" z="227.09919"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="446">
<Template>units/athen_support_female_citizen</Template>
<Player>1</Player>
<Position x="233.62517" z="231.14275"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="447">
<Template>units/athen_support_female_citizen</Template>
<Player>1</Player>
<Position x="236.26621" z="234.83996"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="448">
<Template>units/athen_support_female_citizen</Template>
<Player>1</Player>
<Position x="239.8227" z="238.99088"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="449">
<Template>units/athen_support_female_citizen</Template>
<Player>1</Player>
<Position x="244.00495" z="243.07711"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="450">
<Template>units/athen_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="215.25173" z="223.5607"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="451">
<Template>units/athen_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="213.18368" z="222.08136"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="452">
<Template>units/athen_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="210.90885" z="220.58223"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="453">
<Template>units/athen_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="208.56626" z="219.00513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="456">
<Template>units/athen_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="203.29609" z="215.02785"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="461">
<Template>units/athen_infantry_marine_archer_b</Template>
<Player>1</Player>
<Position x="205.77401" z="225.15702"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="462">
<Template>units/athen_infantry_marine_archer_a</Template>
<Player>1</Player>
<Position x="199.74018" z="220.3263"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="465">
<Template>units/athen_infantry_marine_archer_e</Template>
<Player>1</Player>
<Position x="207.90168" z="226.22664"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="466">
<Template>units/athen_infantry_marine_archer_e</Template>
<Player>1</Player>
<Position x="209.29848" z="227.46726"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="467">
<Template>units/athen_infantry_marine_archer_e</Template>
<Player>1</Player>
<Position x="211.02697" z="229.19568"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="469">
<Template>units/athen_infantry_javelinist_b</Template>
<Player>1</Player>
<Position x="188.12703" z="208.36316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="470">
<Template>units/athen_infantry_javelinist_b</Template>
<Player>1</Player>
<Position x="189.37447" z="209.44892"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="471">
<Template>units/athen_infantry_javelinist_e</Template>
<Player>1</Player>
<Position x="191.49611" z="210.25925"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="472">
<Template>units/athen_infantry_javelinist_e</Template>
<Player>1</Player>
<Position x="193.22074" z="210.63831"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="473">
<Template>units/athen_infantry_javelinist_e</Template>
<Player>1</Player>
<Position x="194.45702" z="212.18313"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="475">
<Template>units/athen_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="183.05208" z="205.23212"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="476">
<Template>units/athen_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="184.50623" z="206.26728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="477">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="51.21482" z="347.53544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="478">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="46.53621" z="340.18244"/>
<Orientation y="-0.06847"/>
</Entity>
<Entity uid="479">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="60.65604" z="350.20762"/>
<Orientation y="-2.75191"/>
</Entity>
<Entity uid="480">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="46.27855" z="333.97187"/>
<Orientation y="0.06418"/>
</Entity>
<Entity uid="481">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="68.56032" z="342.11384"/>
<Orientation y="-0.14504"/>
</Entity>
<Entity uid="487">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="234.0788" z="23.17725"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="488">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="241.00902" z="28.8501"/>
<Orientation y="0.3479"/>
</Entity>
<Entity uid="489">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="225.67266" z="24.47565"/>
<Orientation y="-2.3569"/>
</Entity>
<Entity uid="490">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="219.29809" z="32.47344"/>
<Orientation y="-0.81766"/>
</Entity>
<Entity uid="491">
<Template>gaia/geology_stone_mediterranean</Template>
<Player>0</Player>
<Position x="219.1544" z="43.40511"/>
<Orientation y="2.40674"/>
</Entity>
<Entity uid="492">
<Template>gaia/geology_metal_mediterranean_slabs</Template>
<Player>0</Player>
<Position x="260.34583" z="177.62528"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="493">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="219.55251" z="359.25956"/>
<Orientation y="2.48816"/>
</Entity>
<Entity uid="494">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="215.56485" z="348.25355"/>
<Orientation y="2.51005"/>
</Entity>
<Entity uid="495">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="196.27343" z="360.25116"/>
<Orientation y="0.64908"/>
</Entity>
<Entity uid="496">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="212.34629" z="373.01035"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="497">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="201.09662" z="377.46296"/>
<Orientation y="2.55176"/>
</Entity>
<Entity uid="498">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="204.03846" z="357.5243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="499">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="209.7962" z="353.7107"/>
<Orientation y="-0.92357"/>
</Entity>
<Entity uid="500">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="265.20911" z="299.78846"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="501">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="279.95508" z="300.40491"/>
<Orientation y="0.61905"/>
</Entity>
<Entity uid="502">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="275.06037" z="289.68128"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="503">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="264.43717" z="313.59067"/>
<Orientation y="-3.0338"/>
</Entity>
<Entity uid="504">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="269.47284" z="302.52558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="505">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="262.87168" z="306.73197"/>
<Orientation y="0.83985"/>
</Entity>
<Entity uid="506">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="274.58756" z="314.7223"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="507">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="274.92368" z="314.34107"/>
<Orientation y="2.95311"/>
</Entity>
<Entity uid="508">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="277.52613" z="307.72837"/>
<Orientation y="-2.80343"/>
</Entity>
<Entity uid="509">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="274.01899" z="298.47501"/>
<Orientation y="2.97077"/>
</Entity>
<Entity uid="510">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="280.98951" z="292.71247"/>
<Orientation y="1.57082"/>
</Entity>
<Entity uid="511">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="284.6496" z="299.3783"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="512">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="287.03104" z="291.97294"/>
<Orientation y="-2.85727"/>
</Entity>
<Entity uid="513">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="290.74445" z="289.35499"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="514">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="289.06003" z="279.29017"/>
<Orientation y="1.08941"/>
</Entity>
<Entity uid="515">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="293.79212" z="283.8465"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="516">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="295.55311" z="287.5659"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="517">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="269.54773" z="318.08436"/>
<Orientation y="0.94471"/>
</Entity>
<Entity uid="518">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="268.84134" z="311.81122"/>
<Orientation y="-2.5164"/>
</Entity>
<Entity uid="519">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="217.85341" z="351.857"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="520">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="193.44611" z="369.3108"/>
<Orientation y="0.51281"/>
</Entity>
<Entity uid="521">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="209.6962" z="366.28843"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="522">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="213.06086" z="355.96314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="523">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="201.56266" z="364.27149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="524">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="191.01319" z="384.43604"/>
<Orientation y="0.68271"/>
</Entity>
<Entity uid="525">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="214.99927" z="364.66584"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="526">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="207.95865" z="391.36408"/>
<Orientation y="-0.72017"/>
</Entity>
<Entity uid="527">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="201.22545" z="395.93061"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="528">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="202.84629" z="404.20215"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="529">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="207.4991" z="399.09733"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="195.80131" z="399.57166"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="210.80646" z="405.63096"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.88926" z="412.36243"/>
<Orientation y="2.38946"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="210.3221" z="414.39115"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="193.72704" z="408.14811"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="535">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="195.01375" z="385.08735"/>
<Orientation y="3.04134"/>
</Entity>
<Entity uid="536">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="200.85576" z="383.09116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="537">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="209.32613" z="384.90906"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="538">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="206.38753" z="378.47675"/>
<Orientation y="0.45357"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="321.46607" z="261.78638"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="326.46885" z="260.48951"/>
<Orientation y="1.05909"/>
</Entity>
<Entity uid="541">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="334.55686" z="260.0047"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="337.82981" z="259.80893"/>
<Orientation y="1.23124"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="346.52573" z="260.43903"/>
<Orientation y="0.83577"/>
</Entity>
<Entity uid="544">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="351.10401" z="262.55698"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="359.7711" z="231.22162"/>
<Orientation y="-0.95298"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="351.31388" z="235.77625"/>
<Orientation y="-2.1625"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="348.06937" z="234.04136"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="344.68339" z="233.32813"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="339.84607" z="234.65922"/>
<Orientation y="-1.73449"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="335.33494" z="236.81431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="333.13474" z="238.67286"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="325.28028" z="243.32398"/>
<Orientation y="1.27002"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="257.58518" z="157.88862"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="249.92682" z="161.88511"/>
<Orientation y="-1.20675"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="238.09064" z="165.50907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="556">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="237.96532" z="169.09034"/>
<Orientation y="-0.27945"/>
</Entity>
<Entity uid="574">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="275.3985" z="77.51555"/>
<Orientation y="-1.94343"/>
</Entity>
<Entity uid="577">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="334.73957" z="186.18885"/>
<Orientation y="-2.11394"/>
</Entity>
<Entity uid="578">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="21.91623" z="385.69764"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="579">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="14.43308" z="385.54267"/>
<Orientation y="-1.0441"/>
</Entity>
<Entity uid="580">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="22.98038" z="378.1746"/>
<Orientation y="-1.08082"/>
</Entity>
<Entity uid="581">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="99.65526" z="157.77773"/>
<Orientation y="0.9054"/>
</Entity>
<Entity uid="582">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="106.98293" z="162.49387"/>
<Orientation y="-3.11461"/>
</Entity>
<Entity uid="583">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="102.70138" z="149.70974"/>
<Orientation y="0.85502"/>
</Entity>
<Entity uid="584">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="112.5047" z="156.30481"/>
<Orientation y="-2.22526"/>
</Entity>
<Entity uid="585">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="97.59134" z="164.23498"/>
<Orientation y="0.39419"/>
</Entity>
<Entity uid="586">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="103.47153" z="165.8025"/>
<Orientation y="-2.75618"/>
</Entity>
<Entity uid="587">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="93.91843" z="152.69645"/>
<Orientation y="0.14441"/>
</Entity>
<Entity uid="588">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="197.2779" z="32.27935"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="589">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="196.9726" z="16.09562"/>
<Orientation y="0.58623"/>
</Entity>
<Entity uid="590">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="203.05308" z="17.96369"/>
<Orientation y="-2.44097"/>
</Entity>
<Entity uid="591">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="183.83666" z="13.26433"/>
<Orientation y="0.8446"/>
</Entity>
<Entity uid="592">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="193.78872" z="21.78797"/>
<Orientation y="-2.78972"/>
</Entity>
<Entity uid="593">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="187.0772" z="12.44422"/>
<Orientation y="1.61176"/>
</Entity>
<Entity uid="594">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="192.56707" z="15.90056"/>
<Orientation y="-0.4953"/>
</Entity>
<Entity uid="595">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="23.93686" z="304.03779"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="596">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="29.75933" z="310.7349"/>
<Orientation y="0.20449"/>
</Entity>
<Entity uid="597">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="32.4574" z="318.56244"/>
<Orientation y="0.32699"/>
</Entity>
<Entity uid="598">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="40.44385" z="319.16883"/>
<Orientation y="-2.04006"/>
</Entity>
<Entity uid="599">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="28.54123" z="298.61414"/>
<Orientation y="0.70524"/>
</Entity>
<Entity uid="600">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="37.42318" z="311.11524"/>
<Orientation y="-2.19126"/>
</Entity>
<Entity uid="601">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="36.64385" z="305.7085"/>
<Orientation y="1.14458"/>
</Entity>
<Entity uid="602">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="46.1136" z="319.9817"/>
<Orientation y="-0.21544"/>
</Entity>
<Entity uid="603">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="41.80137" z="333.93409"/>
<Orientation y="-0.26539"/>
</Entity>
<Entity uid="604">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="38.59086" z="349.41352"/>
<Orientation y="-2.73923"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="139.93537" z="333.22132"/>
<Orientation y="1.07415"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="145.48188" z="327.52851"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="607">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="150.8524" z="321.2104"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="608">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="155.57833" z="317.01001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="609">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="158.03786" z="314.97568"/>
<Orientation y="-0.39463"/>
</Entity>
<Entity uid="610">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="142.64223" z="330.36783"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="611">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="149.0497" z="323.70221"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="153.16457" z="319.48536"/>
<Orientation y="0.21749"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="137.14194" z="329.04606"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="614">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="140.93792" z="324.75431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="615">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="143.64477" z="321.20746"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="616">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="148.92318" z="315.57172"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="146.75759" z="318.1633"/>
<Orientation y="0.12578"/>
</Entity>
<Entity uid="618">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="151.50683" z="312.23145"/>
<Orientation y="0.09354"/>
</Entity>
<Entity uid="619">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="154.07882" z="310.39194"/>
<Orientation y="-0.15258"/>
</Entity>
<Entity uid="620">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="156.87319" z="307.68506"/>
<Orientation y="-0.0714"/>
</Entity>
<Entity uid="630">
<Template>structures/athen_theatron</Template>
<Player>1</Player>
<Position x="241.83031" z="333.793"/>
<Orientation y="0.96265"/>
</Entity>
<Entity uid="631">
<Template>structures/athen_temple</Template>
<Player>1</Player>
<Position x="263.69471" z="252.12467"/>
<Orientation y="-2.36956"/>
</Entity>
<Entity uid="632">
<Template>gaia/ruins/unfinished_greek_temple</Template>
<Player>0</Player>
<Position x="375.88596" z="227.79838"/>
<Orientation y="-1.65445"/>
</Entity>
<Entity uid="633">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="372.05018" z="322.25669"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="634">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="375.8625" z="326.53849"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="635">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="380.57877" z="330.55387"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="636">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="384.62739" z="335.02131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="637">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="388.95981" z="338.91749"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="638">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="393.30018" z="343.39283"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="639">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="397.41938" z="347.9546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="640">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="401.63175" z="352.02588"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="641">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="367.85804" z="317.68992"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="642">
<Template>other/column_doric</Template>
<Player>1</Player>
<Position x="363.68921" z="313.62552"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="643">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="10.22033" z="62.89571"/>
<Orientation y="-3.12531"/>
</Entity>
<Entity uid="644">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="10.02331" z="54.88163"/>
<Orientation y="-2.81226"/>
</Entity>
<Entity uid="645">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="8.22677" z="49.4201"/>
<Orientation y="3.1202"/>
</Entity>
<Entity uid="648">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="22.09217" z="43.15098"/>
<Orientation y="0.36759"/>
</Entity>
<Entity uid="652">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="30.95186" z="67.45478"/>
<Orientation y="2.83437"/>
</Entity>
<Entity uid="653">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="32.65738" z="55.06336"/>
<Orientation y="-2.98812"/>
</Entity>
<Entity uid="654">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="30.50667" z="45.57741"/>
<Orientation y="-2.51584"/>
</Entity>
<Entity uid="655">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="7.64824" z="8.82662"/>
<Orientation y="0.82105"/>
</Entity>
<Entity uid="656">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="17.09356" z="16.19709"/>
<Orientation y="1.19246"/>
</Entity>
<Entity uid="657">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="24.25011" z="15.93757"/>
<Orientation y="-3.01343"/>
</Entity>
<Entity uid="658">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="22.79583" z="6.89902"/>
<Orientation y="1.86446"/>
</Entity>
<Entity uid="659">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="20.66454" z="18.89345"/>
<Orientation y="0.5547"/>
</Entity>
<Entity uid="660">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="42.79554" z="16.04014"/>
<Orientation y="0.04352"/>
</Entity>
<Entity uid="661">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="32.58275" z="28.03907"/>
<Orientation y="0.13904"/>
</Entity>
<Entity uid="662">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="34.0775" z="32.81987"/>
<Orientation y="0.80924"/>
</Entity>
<Entity uid="663">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="40.43775" z="38.43534"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="664">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="19.89086" z="60.63807"/>
<Orientation y="-2.47902"/>
</Entity>
<Entity uid="665">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="50.77616" z="27.57137"/>
<Orientation y="-2.65873"/>
</Entity>
<Entity uid="666">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="48.73147" z="23.91511"/>
<Orientation y="-2.54323"/>
</Entity>
<Entity uid="667">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="12.05138" z="40.0697"/>
<Orientation y="-0.08944"/>
</Entity>
<Entity uid="668">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="42.88175" z="21.2578"/>
<Orientation y="2.37278"/>
</Entity>
<Entity uid="669">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="17.41024" z="48.61051"/>
<Orientation y="1.87708"/>
</Entity>
<Entity uid="670">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="38.53438" z="23.82081"/>
<Orientation y="1.23403"/>
</Entity>
<Entity uid="671">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="26.14718" z="28.20931"/>
<Orientation y="-1.00345"/>
</Entity>
<Entity uid="672">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="21.76409" z="30.7266"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="673">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="34.01214" z="41.8969"/>
<Orientation y="0.25007"/>
</Entity>
<Entity uid="674">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="37.43435" z="50.82972"/>
<Orientation y="1.29899"/>
</Entity>
<Entity uid="675">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="33.08204" z="87.92746"/>
<Orientation y="-1.96366"/>
</Entity>
<Entity uid="676">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="25.47866" z="86.17176"/>
<Orientation y="-0.95255"/>
</Entity>
<Entity uid="677">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="19.30593" z="91.03353"/>
<Orientation y="0.05593"/>
</Entity>
<Entity uid="678">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="21.93532" z="97.5571"/>
<Orientation y="0.49434"/>
</Entity>
<Entity uid="679">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="29.07535" z="100.51406"/>
<Orientation y="-2.92742"/>
</Entity>
<Entity uid="680">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="8.64592" z="70.4154"/>
<Orientation y="0.1245"/>
</Entity>
<Entity uid="681">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="17.76661" z="86.79564"/>
<Orientation y="-0.80823"/>
</Entity>
<Entity uid="682">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="6.45141" z="93.3677"/>
<Orientation y="-2.04007"/>
</Entity>
<Entity uid="683">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="19.52105" z="74.33265"/>
<Orientation y="0.34723"/>
</Entity>
<Entity uid="684">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="39.02222" z="92.15642"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="685">
<Template>actor|props/flora/grass_soft_dry_small_tall.xml</Template>
<Position x="12.72992" z="23.55527"/>
<Orientation y="-0.71721"/>
</Entity>
<Entity uid="686">
<Template>actor|props/flora/grass_soft_dry_small_tall.xml</Template>
<Position x="7.40387" z="29.86466"/>
<Orientation y="-0.06878"/>
</Entity>
<Entity uid="687">
<Template>actor|props/flora/grass_soft_dry_small_tall.xml</Template>
<Position x="12.71297" z="16.40912"/>
<Orientation y="2.66742"/>
</Entity>
<Entity uid="688">
<Template>actor|props/flora/grass_soft_dry_small_tall.xml</Template>
<Position x="16.99936" z="6.14382"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="689">
<Template>actor|props/flora/grass_soft_dry_small_tall.xml</Template>
<Position x="36.17611" z="24.33382"/>
<Orientation y="-2.20792"/>
</Entity>
<Entity uid="690">
<Template>actor|props/flora/grass_soft_dry_small_tall.xml</Template>
<Position x="8.39721" z="58.64832"/>
<Orientation y="-0.62113"/>
</Entity>
<Entity uid="691">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="13.56197" z="104.44938"/>
<Orientation y="-1.24074"/>
</Entity>
<Entity uid="692">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="10.92026" z="105.55463"/>
<Orientation y="-1.4441"/>
</Entity>
<Entity uid="693">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="7.8883" z="103.49018"/>
<Orientation y="1.9497"/>
</Entity>
<Entity uid="694">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="10.09061" z="102.73636"/>
<Orientation y="1.58599"/>
</Entity>
<Entity uid="695">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="11.92598" z="102.70847"/>
<Orientation y="2.63303"/>
</Entity>
<Entity uid="696">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="15.50095" z="96.38299"/>
<Orientation y="-2.29773"/>
</Entity>
<Entity uid="697">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="14.01073" z="95.0576"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="698">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="13.75586" z="93.92086"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="699">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="16.63155" z="100.82654"/>
<Orientation y="0.08727"/>
</Entity>
<Entity uid="700">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="16.74282" z="106.00628"/>
<Orientation y="-0.4555"/>
</Entity>
<Entity uid="701">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="15.33587" z="109.95669"/>
<Orientation y="0.68628"/>
</Entity>
<Entity uid="702">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="19.3785" z="114.35279"/>
<Orientation y="-2.76145"/>
</Entity>
<Entity uid="703">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="47.59943" z="84.48742"/>
<Orientation y="-2.82058"/>
</Entity>
<Entity uid="704">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="42.5387" z="72.52097"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="705">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="43.50034" z="69.80027"/>
<Orientation y="2.64534"/>
</Entity>
<Entity uid="706">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="182.19607" z="156.375"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="707">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="49.67891" z="61.0946"/>
<Orientation y="-2.6794"/>
</Entity>
<Entity uid="708">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="45.45025" z="53.12661"/>
<Orientation y="-2.53978"/>
</Entity>
<Entity uid="709">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="43.39718" z="49.7924"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="710">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="50.61492" z="44.09537"/>
<Orientation y="3.033"/>
</Entity>
<Entity uid="711">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="16.26944" z="123.27259"/>
<Orientation y="0.7761"/>
</Entity>
<Entity uid="712">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="7.61011" z="128.1234"/>
<Orientation y="-0.20885"/>
</Entity>
<Entity uid="713">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="3.30095" z="141.99276"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="714">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="2.55964" z="148.77076"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="715">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="79.94462" z="138.25805"/>
<Orientation y="-1.82668"/>
</Entity>
<Entity uid="716">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="68.78223" z="136.73417"/>
<Orientation y="-2.93303"/>
</Entity>
<Entity uid="717">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="70.37282" z="130.4844"/>
<Orientation y="2.3129"/>
</Entity>
<Entity uid="718">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="75.63231" z="129.21139"/>
<Orientation y="0.90088"/>
</Entity>
<Entity uid="719">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="144.54387" z="126.08873"/>
<Orientation y="-1.78444"/>
</Entity>
<Entity uid="720">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="131.01833" z="124.98855"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="721">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="130.47532" z="120.46074"/>
<Orientation y="2.83472"/>
</Entity>
<Entity uid="722">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="135.95968" z="100.60903"/>
<Orientation y="-3.09191"/>
</Entity>
<Entity uid="723">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="135.57016" z="94.28882"/>
<Orientation y="0.69628"/>
</Entity>
<Entity uid="724">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="144.2493" z="104.19118"/>
<Orientation y="2.51847"/>
</Entity>
<Entity uid="725">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="147.70295" z="98.98711"/>
<Orientation y="2.18158"/>
</Entity>
<Entity uid="726">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="156.14727" z="103.55771"/>
<Orientation y="0.26679"/>
</Entity>
<Entity uid="727">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="160.53975" z="119.47255"/>
<Orientation y="-0.30671"/>
</Entity>
<Entity uid="728">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="156.00094" z="128.76734"/>
<Orientation y="1.33651"/>
</Entity>
<Entity uid="729">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="165.89826" z="132.54087"/>
<Orientation y="2.01143"/>
</Entity>
<Entity uid="730">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="177.3427" z="131.50593"/>
<Orientation y="2.54152"/>
</Entity>
<Entity uid="731">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="186.232" z="137.65235"/>
<Orientation y="2.06716"/>
</Entity>
<Entity uid="732">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="193.76528" z="146.71572"/>
<Orientation y="1.80143"/>
</Entity>
<Entity uid="733">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="206.94005" z="113.26386"/>
<Orientation y="2.77988"/>
</Entity>
<Entity uid="734">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="207.01021" z="97.37247"/>
<Orientation y="-2.41543"/>
</Entity>
<Entity uid="735">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="194.85306" z="90.05367"/>
<Orientation y="-1.7737"/>
</Entity>
<Entity uid="736">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="185.83448" z="85.47394"/>
<Orientation y="-3.13021"/>
</Entity>
<Entity uid="737">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="186.41553" z="71.7447"/>
<Orientation y="-3.07242"/>
</Entity>
<Entity uid="738">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="185.19835" z="64.90714"/>
<Orientation y="-2.28158"/>
</Entity>
<Entity uid="739">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="154.51458" z="97.74463"/>
<Orientation y="-2.0465"/>
</Entity>
<Entity uid="740">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="134.78762" z="80.8379"/>
<Orientation y="2.53057"/>
</Entity>
<Entity uid="741">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="142.60387" z="75.30556"/>
<Orientation y="2.62826"/>
</Entity>
<Entity uid="742">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="147.9222" z="65.95763"/>
<Orientation y="-2.80643"/>
</Entity>
<Entity uid="743">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="138.8421" z="61.57061"/>
<Orientation y="-1.10543"/>
</Entity>
<Entity uid="744">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="125.29982" z="66.01055"/>
<Orientation y="-0.11794"/>
</Entity>
<Entity uid="745">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="126.1099" z="80.85331"/>
<Orientation y="0.23458"/>
</Entity>
<Entity uid="746">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="127.93342" z="93.32444"/>
<Orientation y="-1.49227"/>
</Entity>
<Entity uid="747">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="113.26636" z="93.95095"/>
<Orientation y="-2.69483"/>
</Entity>
<Entity uid="748">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="109.08266" z="90.70466"/>
<Orientation y="2.90793"/>
</Entity>
<Entity uid="749">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="114.43662" z="80.45086"/>
<Orientation y="0.99968"/>
</Entity>
<Entity uid="750">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="130.57488" z="92.61548"/>
<Orientation y="-0.0218"/>
</Entity>
<Entity uid="751">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="126.49871" z="107.84682"/>
<Orientation y="-0.83913"/>
</Entity>
<Entity uid="752">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="112.41871" z="121.98562"/>
<Orientation y="-0.24349"/>
</Entity>
<Entity uid="753">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="109.73424" z="139.55373"/>
<Orientation y="0.14208"/>
</Entity>
<Entity uid="754">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="110.16211" z="144.28707"/>
<Orientation y="-0.94112"/>
</Entity>
<Entity uid="755">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="102.16776" z="151.20025"/>
<Orientation y="-1.27424"/>
</Entity>
<Entity uid="756">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="119.00272" z="180.06914"/>
<Orientation y="1.27068"/>
</Entity>
<Entity uid="757">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="125.86283" z="188.59002"/>
<Orientation y="-0.56226"/>
</Entity>
<Entity uid="758">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="112.05015" z="197.3441"/>
<Orientation y="3.10625"/>
</Entity>
<Entity uid="759">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="116.13572" z="169.88566"/>
<Orientation y="1.40397"/>
</Entity>
<Entity uid="760">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="128.8675" z="175.0922"/>
<Orientation y="0.68682"/>
</Entity>
<Entity uid="761">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="136.2737" z="187.61573"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="762">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="137.9658" z="178.2921"/>
<Orientation y="-3.1013"/>
</Entity>
<Entity uid="763">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="133.23647" z="160.31495"/>
<Orientation y="-1.89837"/>
</Entity>
<Entity uid="764">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="104.5169" z="157.77881"/>
<Orientation y="-1.13978"/>
</Entity>
<Entity uid="765">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="79.70656" z="173.03034"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="766">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="52.20981" z="190.32345"/>
<Orientation y="-0.66182"/>
</Entity>
<Entity uid="767">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="44.947" z="216.72155"/>
<Orientation y="0.82052"/>
</Entity>
<Entity uid="768">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="61.34525" z="220.82116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="769">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="71.71415" z="245.38962"/>
<Orientation y="-0.97625"/>
</Entity>
<Entity uid="770">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="22.44338" z="266.02784"/>
<Orientation y="1.40229"/>
</Entity>
<Entity uid="771">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="33.64037" z="276.91486"/>
<Orientation y="0.96279"/>
</Entity>
<Entity uid="772">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="54.75336" z="295.1053"/>
<Orientation y="-3.10286"/>
</Entity>
<Entity uid="773">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="44.13505" z="273.15503"/>
<Orientation y="-0.56826"/>
</Entity>
<Entity uid="774">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="37.21442" z="305.771"/>
<Orientation y="0.82705"/>
</Entity>
<Entity uid="775">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="59.58703" z="325.99262"/>
<Orientation y="2.9462"/>
</Entity>
<Entity uid="776">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="62.85566" z="307.31058"/>
<Orientation y="2.84919"/>
</Entity>
<Entity uid="777">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="66.62504" z="291.87372"/>
<Orientation y="3.08805"/>
</Entity>
<Entity uid="778">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="67.09351" z="290.68052"/>
<Orientation y="0.80871"/>
</Entity>
<Entity uid="779">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="78.93186" z="314.6139"/>
<Orientation y="-0.82871"/>
</Entity>
<Entity uid="780">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="59.43429" z="334.71656"/>
<Orientation y="-0.9789"/>
</Entity>
<Entity uid="781">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="31.89563" z="344.29487"/>
<Orientation y="2.39568"/>
</Entity>
<Entity uid="782">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="132.37508" z="335.51508"/>
<Orientation y="-2.42414"/>
</Entity>
<Entity uid="783">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="126.88437" z="336.08106"/>
<Orientation y="-0.23934"/>
</Entity>
<Entity uid="784">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="118.892" z="353.7516"/>
<Orientation y="-1.1771"/>
</Entity>
<Entity uid="785">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="109.03461" z="359.78785"/>
<Orientation y="1.38331"/>
</Entity>
<Entity uid="786">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="129.22309" z="365.06019"/>
<Orientation y="1.48234"/>
</Entity>
<Entity uid="787">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="167.38468" z="382.51996"/>
<Orientation y="0.91683"/>
</Entity>
<Entity uid="788">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="194.29506" z="392.92173"/>
<Orientation y="-3.13683"/>
</Entity>
<Entity uid="789">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="185.72854" z="348.97068"/>
<Orientation y="-2.56287"/>
</Entity>
<Entity uid="790">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="171.4696" z="330.86667"/>
<Orientation y="2.79746"/>
</Entity>
<Entity uid="791">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="175.8497" z="321.69224"/>
<Orientation y="2.42904"/>
</Entity>
<Entity uid="792">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="187.97344" z="314.82136"/>
<Orientation y="-2.4872"/>
</Entity>
<Entity uid="793">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="173.44861" z="309.63398"/>
<Orientation y="-1.28917"/>
</Entity>
<Entity uid="794">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="159.44126" z="319.75818"/>
<Orientation y="0.10073"/>
</Entity>
<Entity uid="795">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="162.39991" z="342.43238"/>
<Orientation y="1.07311"/>
</Entity>
<Entity uid="796">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="180.1155" z="348.41028"/>
<Orientation y="-0.01882"/>
</Entity>
<Entity uid="797">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="172.60178" z="374.30793"/>
<Orientation y="-0.53653"/>
</Entity>
<Entity uid="798">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="159.64193" z="392.22309"/>
<Orientation y="-1.68662"/>
</Entity>
<Entity uid="799">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="138.42353" z="385.97077"/>
<Orientation y="-2.21201"/>
</Entity>
<Entity uid="800">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="133.70856" z="383.51453"/>
<Orientation y="0.85264"/>
</Entity>
<Entity uid="801">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="164.67333" z="403.98926"/>
<Orientation y="2.0008"/>
</Entity>
<Entity uid="802">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="184.05968" z="400.01825"/>
<Orientation y="-2.99823"/>
</Entity>
<Entity uid="803">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="179.8415" z="366.52921"/>
<Orientation y="-3.08732"/>
</Entity>
<Entity uid="804">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="177.99042" z="335.19086"/>
<Orientation y="3.07157"/>
</Entity>
<Entity uid="805">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="180.01236" z="320.31196"/>
<Orientation y="2.20545"/>
</Entity>
<Entity uid="806">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="307.73496" z="189.78805"/>
<Orientation y="-2.1891"/>
</Entity>
<Entity uid="807">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="291.76426" z="178.16428"/>
<Orientation y="-2.06202"/>
</Entity>
<Entity uid="808">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="281.41434" z="189.11493"/>
<Orientation y="0.38418"/>
</Entity>
<Entity uid="809">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="290.27613" z="223.4821"/>
<Orientation y="-2.81536"/>
</Entity>
<Entity uid="810">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="244.69834" z="143.01417"/>
<Orientation y="1.13352"/>
</Entity>
<Entity uid="811">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="258.14588" z="136.75654"/>
<Orientation y="1.25501"/>
</Entity>
<Entity uid="812">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="222.7598" z="85.54361"/>
<Orientation y="-1.55561"/>
</Entity>
<Entity uid="813">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="210.58501" z="94.64553"/>
<Orientation y="-0.78856"/>
</Entity>
<Entity uid="814">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="195.57616" z="106.83616"/>
<Orientation y="-2.79543"/>
</Entity>
<Entity uid="815">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="190.61567" z="83.71111"/>
<Orientation y="2.46685"/>
</Entity>
<Entity uid="816">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="201.47298" z="75.17423"/>
<Orientation y="2.05826"/>
</Entity>
<Entity uid="817">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="209.08115" z="73.72722"/>
<Orientation y="1.79116"/>
</Entity>
<Entity uid="818">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="227.82662" z="73.95183"/>
<Orientation y="0.16582"/>
</Entity>
<Entity uid="819">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="229.58515" z="88.0685"/>
<Orientation y="0.23282"/>
</Entity>
<Entity uid="820">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="237.58986" z="82.99735"/>
<Orientation y="-3.06031"/>
</Entity>
<Entity uid="821">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="232.3969" z="55.54952"/>
<Orientation y="3.12804"/>
</Entity>
<Entity uid="822">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="236.78104" z="37.24584"/>
<Orientation y="1.06211"/>
</Entity>
<Entity uid="823">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="233.81012" z="44.40363"/>
<Orientation y="-1.19811"/>
</Entity>
<Entity uid="824">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="212.0348" z="47.72857"/>
<Orientation y="-2.68866"/>
</Entity>
<Entity uid="825">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="205.15041" z="21.01778"/>
<Orientation y="2.61396"/>
</Entity>
<Entity uid="826">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="219.18454" z="11.41298"/>
<Orientation y="1.83541"/>
</Entity>
<Entity uid="827">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="237.22916" z="9.55808"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="828">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="240.98113" z="15.07285"/>
<Orientation y="-2.7845"/>
</Entity>
<Entity uid="829">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="227.96302" z="0"/>
<Orientation y="-1.39374"/>
</Entity>
<Entity uid="830">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="210.41056" z="8.74445"/>
<Orientation y="-1.27681"/>
</Entity>
<Entity uid="831">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="200.93503" z="14.00164"/>
<Orientation y="-1.42653"/>
</Entity>
<Entity uid="832">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="181.85543" z="18.24854"/>
<Orientation y="-1.763"/>
</Entity>
<Entity uid="833">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="160.5391" z="15.558"/>
<Orientation y="-1.72458"/>
</Entity>
<Entity uid="834">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="165.28168" z="19.11612"/>
<Orientation y="-2.09629"/>
</Entity>
<Entity uid="835">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="158.64307" z="13.01964"/>
<Orientation y="-2.02402"/>
</Entity>
<Entity uid="836">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="163.09086" z="34.41317"/>
<Orientation y="-1.97678"/>
</Entity>
<Entity uid="837">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="119.08419" z="30.5801"/>
<Orientation y="-1.22495"/>
</Entity>
<Entity uid="838">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="84.0758" z="39.10988"/>
<Orientation y="-2.01183"/>
</Entity>
<Entity uid="839">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="60.2881" z="14.51409"/>
<Orientation y="-2.84554"/>
</Entity>
<Entity uid="840">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="75.13585" z="8.19721"/>
<Orientation y="-2.28014"/>
</Entity>
<Entity uid="841">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="66.20989" z="8.54657"/>
<Orientation y="0.06786"/>
</Entity>
<Entity uid="842">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="72.74762" z="49.21941"/>
<Orientation y="-0.00942"/>
</Entity>
<Entity uid="843">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="61.96758" z="80.44906"/>
<Orientation y="-0.46813"/>
</Entity>
<Entity uid="844">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="55.13366" z="109.91153"/>
<Orientation y="0.96636"/>
</Entity>
<Entity uid="845">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="84.29435" z="122.99915"/>
<Orientation y="-0.19961"/>
</Entity>
<Entity uid="846">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="60.44985" z="149.0854"/>
<Orientation y="-1.67891"/>
</Entity>
<Entity uid="847">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="33.35795" z="159.94616"/>
<Orientation y="0.64846"/>
</Entity>
<Entity uid="848">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="69.16192" z="188.49425"/>
<Orientation y="2.80637"/>
</Entity>
<Entity uid="849">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="51.82094" z="196.87195"/>
<Orientation y="-1.00716"/>
</Entity>
<Entity uid="850">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="21.964" z="219.95228"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="851">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="41.98427" z="246.10544"/>
<Orientation y="1.34255"/>
</Entity>
<Entity uid="852">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="60.39757" z="263.61527"/>
<Orientation y="-1.12609"/>
</Entity>
<Entity uid="853">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="12.09212" z="284.3603"/>
<Orientation y="0.04166"/>
</Entity>
<Entity uid="854">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="28.36619" z="285.2144"/>
<Orientation y="1.17377"/>
</Entity>
<Entity uid="855">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="54.29104" z="309.7793"/>
<Orientation y="-0.66936"/>
</Entity>
<Entity uid="856">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="14.63915" z="332.1297"/>
<Orientation y="1.1745"/>
</Entity>
<Entity uid="857">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="42.3001" z="340.65085"/>
<Orientation y="0.25239"/>
</Entity>
<Entity uid="858">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="36.22167" z="359.1265"/>
<Orientation y="-1.00551"/>
</Entity>
<Entity uid="859">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="35.22857" z="383.41572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="860">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="40.12609" z="356.15363"/>
<Orientation y="0.41822"/>
</Entity>
<Entity uid="861">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="4.56154" z="330.94343"/>
<Orientation y="-3.07435"/>
</Entity>
<Entity uid="862">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="18.27327" z="243.86019"/>
<Orientation y="-2.94378"/>
</Entity>
<Entity uid="863">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="9.9027" z="207.8988"/>
<Orientation y="-3.1099"/>
</Entity>
<Entity uid="864">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="7.57851" z="173.73627"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="865">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="6.0311" z="151.98333"/>
<Orientation y="2.32474"/>
</Entity>
<Entity uid="866">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="5.15418" z="19.92328"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="867">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="10.07407" z="21.31734"/>
<Orientation y="1.048"/>
</Entity>
<Entity uid="868">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="24.0965" z="31.23392"/>
<Orientation y="2.1599"/>
</Entity>
<Entity uid="869">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="29.1553" z="27.4124"/>
<Orientation y="-0.12218"/>
</Entity>
<Entity uid="871">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="14.25774" z="70.63299"/>
<Orientation y="0.6484"/>
</Entity>
<Entity uid="872">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="18.654" z="74.84841"/>
<Orientation y="1.18592"/>
</Entity>
<Entity uid="873">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="32.49537" z="83.46189"/>
<Orientation y="1.40568"/>
</Entity>
<Entity uid="874">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="43.79365" z="79.47756"/>
<Orientation y="-3.11498"/>
</Entity>
<Entity uid="875">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="13.74299" z="43.6351"/>
<Orientation y="-2.69372"/>
</Entity>
<Entity uid="876">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="39.02733" z="55.02225"/>
<Orientation y="2.43273"/>
</Entity>
<Entity uid="877">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="33.4021" z="5.93186"/>
<Orientation y="1.586"/>
</Entity>
<Entity uid="878">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="97.4869" z="10.79772"/>
<Orientation y="-2.19201"/>
</Entity>
<Entity uid="879">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="91.2218" z="6.02501"/>
<Orientation y="-2.1242"/>
</Entity>
<Entity uid="880">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="79.47761" z="5.79798"/>
<Orientation y="0.15876"/>
</Entity>
<Entity uid="881">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="88.16205" z="20.54923"/>
<Orientation y="0.33344"/>
</Entity>
<Entity uid="882">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="89.10837" z="28.41726"/>
<Orientation y="-0.0575"/>
</Entity>
<Entity uid="883">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="88.29123" z="21.853"/>
<Orientation y="1.28655"/>
</Entity>
<Entity uid="884">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="85.36385" z="50.62632"/>
<Orientation y="1.44529"/>
</Entity>
<Entity uid="885">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="98.46924" z="53.18876"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="886">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="94.74613" z="43.56623"/>
<Orientation y="-3.13201"/>
</Entity>
<Entity uid="887">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="96.10175" z="23.80098"/>
<Orientation y="2.08574"/>
</Entity>
<Entity uid="888">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="108.35708" z="1.8183"/>
<Orientation y="1.57044"/>
</Entity>
<Entity uid="889">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="40.53805" z="262.33027"/>
<Orientation y="1.25794"/>
</Entity>
<Entity uid="890">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="75.25129" z="149.19974"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="891">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="22.14293" z="35.76536"/>
<Orientation y="1.53052"/>
</Entity>
<Entity uid="892">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="17.90661" z="21.68519"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="893">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="7.84702" z="0.55127"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="894">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="43.58634" z="8.76291"/>
<Orientation y="0.86957"/>
</Entity>
<Entity uid="895">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1.85242" z="39.20791"/>
<Orientation y="1.18342"/>
</Entity>
<Entity uid="896">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="18.3436" z="81.08365"/>
<Orientation y="-0.80018"/>
</Entity>
<Entity uid="897">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="37.41625" z="70.81026"/>
<Orientation y="0.72381"/>
</Entity>
<Entity uid="898">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="40.0847" z="263.25727"/>
<Orientation y="0.88688"/>
</Entity>
<Entity uid="899">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="45.54468" z="268.75202"/>
<Orientation y="0.59986"/>
</Entity>
<Entity uid="900">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="49.30642" z="275.10474"/>
<Orientation y="1.20371"/>
</Entity>
<Entity uid="901">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="51.32041" z="275.87916"/>
<Orientation y="-3.06919"/>
</Entity>
<Entity uid="902">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="50.3899" z="267.82142"/>
<Orientation y="-2.85755"/>
</Entity>
<Entity uid="903">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="47.85276" z="259.23966"/>
<Orientation y="-2.96392"/>
</Entity>
<Entity uid="904">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="46.93787" z="253.02193"/>
<Orientation y="2.56841"/>
</Entity>
<Entity uid="905">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="35.31247" z="254.70588"/>
<Orientation y="1.39019"/>
</Entity>
<Entity uid="906">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="42.90864" z="258.23774"/>
<Orientation y="0.0208"/>
</Entity>
<Entity uid="907">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="41.68708" z="263.23292"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="908">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="30.05158" z="273.15931"/>
<Orientation y="-3.01848"/>
</Entity>
<Entity uid="909">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="26.95748" z="266.13517"/>
<Orientation y="-3.0078"/>
</Entity>
<Entity uid="910">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="23.46331" z="258.31971"/>
<Orientation y="-2.76926"/>
</Entity>
<Entity uid="911">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="31.47063" z="246.0011"/>
<Orientation y="1.82502"/>
</Entity>
<Entity uid="912">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="40.10665" z="245.33613"/>
<Orientation y="1.586"/>
</Entity>
<Entity uid="913">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="49.96549" z="244.39371"/>
<Orientation y="2.60483"/>
</Entity>
<Entity uid="914">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="52.49834" z="242.79834"/>
<Orientation y="0.70081"/>
</Entity>
<Entity uid="915">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="57.56615" z="252.86045"/>
<Orientation y="0.02623"/>
</Entity>
<Entity uid="916">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="59.33437" z="258.52466"/>
<Orientation y="1.53476"/>
</Entity>
<Entity uid="917">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="64.32296" z="259.20673"/>
<Orientation y="-2.44431"/>
</Entity>
<Entity uid="918">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="31.99408" z="258.61472"/>
<Orientation y="-2.22399"/>
</Entity>
<Entity uid="919">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="25.20202" z="252.7898"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="920">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="34.48681" z="264.91984"/>
<Orientation y="0.3947"/>
</Entity>
<Entity uid="921">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="37.46843" z="269.05356"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="922">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="37.83564" z="275.46015"/>
<Orientation y="-2.29696"/>
</Entity>
<Entity uid="923">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="13.87368" z="270.34821"/>
<Orientation y="-3.08153"/>
</Entity>
<Entity uid="924">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="12.17968" z="260.06418"/>
<Orientation y="-2.6877"/>
</Entity>
<Entity uid="925">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="10.42305" z="241.72997"/>
<Orientation y="0.77167"/>
</Entity>
<Entity uid="926">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="15.39214" z="233.5026"/>
<Orientation y="-2.3701"/>
</Entity>
<Entity uid="927">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="14.74514" z="224.29178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="928">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="54.0892" z="228.43371"/>
<Orientation y="2.95011"/>
</Entity>
<Entity uid="929">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="53.55396" z="214.28321"/>
<Orientation y="0.56542"/>
</Entity>
<Entity uid="930">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="56.35727" z="220.04107"/>
<Orientation y="-2.09829"/>
</Entity>
<Entity uid="931">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="49.08944" z="224.33065"/>
<Orientation y="1.11286"/>
</Entity>
<Entity uid="932">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="55.91799" z="236.16735"/>
<Orientation y="-3.0511"/>
</Entity>
<Entity uid="933">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="65.72347" z="248.45258"/>
<Orientation y="0.43905"/>
</Entity>
<Entity uid="934">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="45.83944" z="235.39371"/>
<Orientation y="0.83266"/>
</Entity>
<Entity uid="935">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="88.04966" z="291.08722"/>
<Orientation y="-2.33693"/>
</Entity>
<Entity uid="936">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="79.19" z="295.4076"/>
<Orientation y="0.07471"/>
</Entity>
<Entity uid="937">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="86.81591" z="303.20933"/>
<Orientation y="-2.62967"/>
</Entity>
<Entity uid="938">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="79.73951" z="300.90088"/>
<Orientation y="0.78142"/>
</Entity>
<Entity uid="939">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="91.13141" z="298.38605"/>
<Orientation y="0.53864"/>
</Entity>
<Entity uid="940">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="81.0602" z="361.92298"/>
<Orientation y="3.03254"/>
</Entity>
<Entity uid="941">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="80.91247" z="354.9249"/>
<Orientation y="2.80013"/>
</Entity>
<Entity uid="942">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="83.14498" z="349.60041"/>
<Orientation y="2.82805"/>
</Entity>
<Entity uid="943">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="88.33" z="340.4145"/>
<Orientation y="2.80964"/>
</Entity>
<Entity uid="944">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="89.20539" z="331.98038"/>
<Orientation y="3.0235"/>
</Entity>
<Entity uid="945">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="96.63247" z="323.78437"/>
<Orientation y="-2.51471"/>
</Entity>
<Entity uid="946">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="152.69431" z="199.96378"/>
<Orientation y="-2.10738"/>
</Entity>
<Entity uid="947">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="144.19861" z="207.28907"/>
<Orientation y="1.11292"/>
</Entity>
<Entity uid="948">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="240.98612" z="110.31768"/>
<Orientation y="-2.2934"/>
</Entity>
<Entity uid="949">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="235.01777" z="113.54082"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="950">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="222.03869" z="124.5388"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="951">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="215.86173" z="129.31876"/>
<Orientation y="0.6857"/>
</Entity>
<Entity uid="952">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="161.15297" z="186.0395"/>
<Orientation y="-2.40947"/>
</Entity>
<Entity uid="953">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="139.799" z="218.26285"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="954">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="124.25341" z="255.59818"/>
<Orientation y="2.9603"/>
</Entity>
<Entity uid="955">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="126.6054" z="242.35299"/>
<Orientation y="-2.52674"/>
</Entity>
<Entity uid="956">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="127.25669" z="247.92962"/>
<Orientation y="-2.72925"/>
</Entity>
<Entity uid="957">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="119.53144" z="266.2641"/>
<Orientation y="0.7892"/>
</Entity>
<Entity uid="958">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="108.93172" z="297.47333"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="959">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="103.74895" z="303.08686"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="960">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="101.46016" z="302.39472"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="961">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="101.92821" z="314.53275"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="962">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="95.598" z="317.44532"/>
<Orientation y="-2.24032"/>
</Entity>
<Entity uid="963">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="84.82943" z="321.14026"/>
<Orientation y="2.62945"/>
</Entity>
<Entity uid="964">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="89.81475" z="311.94636"/>
<Orientation y="2.81399"/>
</Entity>
<Entity uid="965">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="92.56028" z="304.29194"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="966">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="107.59185" z="326.15885"/>
<Orientation y="-0.21151"/>
</Entity>
<Entity uid="967">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="106.32807" z="332.52143"/>
<Orientation y="-0.17795"/>
</Entity>
<Entity uid="968">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="104.14957" z="338.6066"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="969">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="97.78794" z="344.91764"/>
<Orientation y="-0.13326"/>
</Entity>
<Entity uid="970">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="94.12383" z="360.54719"/>
<Orientation y="-2.99402"/>
</Entity>
<Entity uid="971">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="94.15452" z="348.80137"/>
<Orientation y="0.545"/>
</Entity>
<Entity uid="972">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="98.65108" z="353.41391"/>
<Orientation y="-2.84815"/>
</Entity>
<Entity uid="973">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="189.74775" z="151.60981"/>
<Orientation y="-2.11536"/>
</Entity>
<Entity uid="974">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="176.76618" z="163.17872"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="975">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="205.07314" z="136.83309"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="976">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="200.7479" z="132.79523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="977">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="198.66938" z="137.93598"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="978">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="200.9737" z="139.78635"/>
<Orientation y="1.00884"/>
</Entity>
<Entity uid="979">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="226.20092" z="120.80837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="980">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="216.74962" z="122.46158"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="981">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="211.77811" z="124.91642"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="982">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="268.45466" z="97.97414"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="983">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="267.34668" z="102.40516"/>
<Orientation y="1.1475"/>
</Entity>
<Entity uid="984">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="274.91996" z="101.06284"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="985">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="275.35138" z="99.62072"/>
<Orientation y="2.84862"/>
</Entity>
<Entity uid="986">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="277.00037" z="96.76703"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="987">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="292.94983" z="96.8356"/>
<Orientation y="-2.24131"/>
</Entity>
<Entity uid="988">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="291.45197" z="97.41439"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="989">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="300.38212" z="96.1656"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="990">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="208.39368" z="131.50376"/>
<Orientation y="1.22443"/>
</Entity>
<Entity uid="991">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="174.07442" z="142.3906"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="992">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="205.8477" z="118.94007"/>
<Orientation y="-2.33284"/>
</Entity>
<Entity uid="993">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="119.63524" z="193.36625"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="994">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="236.56803" z="190.03104"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="995">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="201.73797" z="175.09034"/>
<Orientation y="0.3884"/>
</Entity>
<Entity uid="996">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="200.57961" z="186.5832"/>
<Orientation y="-2.60672"/>
</Entity>
<Entity uid="997">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="156.44105" z="235.12447"/>
<Orientation y="1.01645"/>
</Entity>
<Entity uid="998">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="183.56891" z="307.16022"/>
<Orientation y="-2.8296"/>
</Entity>
<Entity uid="999">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="176.88691" z="298.91022"/>
<Orientation y="0.77416"/>
</Entity>
<Entity uid="1000">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="187.45835" z="355.58646"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1001">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="186.40447" z="377.1984"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1002">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="132.19541" z="402.21155"/>
<Orientation y="-2.53577"/>
</Entity>
<Entity uid="1003">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="119.36558" z="405.43458"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1004">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="89.58536" z="383.75907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1005">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="225.71375" z="289.92124"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1006">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="408.62131" z="267.42182"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1007">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="408.37266" z="275.24863"/>
<Orientation y="0.55515"/>
</Entity>
<Entity uid="1008">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="365.67853" z="283.74866"/>
<Orientation y="-2.94115"/>
</Entity>
<Entity uid="1009">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="431.3036" z="304.51362"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1010">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="442.17783" z="320.60248"/>
<Orientation y="1.04778"/>
</Entity>
<Entity uid="1011">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="447.59336" z="325.22114"/>
<Orientation y="-0.23127"/>
</Entity>
<Entity uid="1012">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="441.95542" z="339.59284"/>
<Orientation y="-0.28612"/>
</Entity>
<Entity uid="1013">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="435.76981" z="353.48853"/>
<Orientation y="-0.45003"/>
</Entity>
<Entity uid="1014">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="428.89002" z="367.17185"/>
<Orientation y="-1.04197"/>
</Entity>
<Entity uid="1015">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="425.23176" z="370.38263"/>
<Orientation y="2.34134"/>
</Entity>
<Entity uid="1016">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="442.06934" z="348.32117"/>
<Orientation y="3.0755"/>
</Entity>
<Entity uid="1017">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="442.65564" z="338.91648"/>
<Orientation y="3.12958"/>
</Entity>
<Entity uid="1018">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="445.72068" z="317.73667"/>
<Orientation y="0.80889"/>
</Entity>
<Entity uid="1019">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="436.73725" z="315.31696"/>
<Orientation y="-3.07178"/>
</Entity>
<Entity uid="1020">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="305.91205" z="324.52668"/>
<Orientation y="-2.03107"/>
</Entity>
<Entity uid="1021">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="297.87629" z="334.96851"/>
<Orientation y="-1.49265"/>
</Entity>
<Entity uid="1022">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="290.8383" z="339.03559"/>
<Orientation y="-1.38347"/>
</Entity>
<Entity uid="1023">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="279.66022" z="349.25376"/>
<Orientation y="-0.2029"/>
</Entity>
<Entity uid="1024">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="265.50242" z="357.98374"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1025">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="285.89246" z="336.12122"/>
<Orientation y="0.96334"/>
</Entity>
<Entity uid="1026">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="255.75312" z="378.41422"/>
<Orientation y="1.17861"/>
</Entity>
<Entity uid="1027">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="262.71006" z="385.64917"/>
<Orientation y="-0.23075"/>
</Entity>
<Entity uid="1028">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="255.39193" z="396.95273"/>
<Orientation y="-2.26423"/>
</Entity>
<Entity uid="1029">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="248.74003" z="391.3219"/>
<Orientation y="-3.01868"/>
</Entity>
<Entity uid="1030">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="246.06426" z="384.15894"/>
<Orientation y="0.21517"/>
</Entity>
<Entity uid="1031">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="271.0829" z="403.65195"/>
<Orientation y="-0.13228"/>
</Entity>
<Entity uid="1032">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="270.22516" z="413.9597"/>
<Orientation y="1.58599"/>
</Entity>
<Entity uid="1033">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="282.4207" z="414.29618"/>
<Orientation y="2.39545"/>
</Entity>
<Entity uid="1034">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="285.29981" z="413.73066"/>
<Orientation y="1.11258"/>
</Entity>
<Entity uid="1035">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="297.32795" z="426.57483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1036">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="268.67554" z="389.97315"/>
<Orientation y="1.0188"/>
</Entity>
<Entity uid="1037">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="262.97623" z="403.77515"/>
<Orientation y="-2.33368"/>
</Entity>
<Entity uid="1038">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="344.17832" z="286.34473"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1039">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="347.38483" z="293.20981"/>
<Orientation y="0.67573"/>
</Entity>
<Entity uid="1040">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="361.96995" z="287.10218"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1041">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="326.00861" z="296.7783"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1042">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="340.68616" z="261.35166"/>
<Orientation y="-2.8248"/>
</Entity>
<Entity uid="1043">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="283.69828" z="269.94611"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1044">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="277.6038" z="277.92621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1045">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="270.94672" z="287.27884"/>
<Orientation y="-0.86455"/>
</Entity>
<Entity uid="1046">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="261.2468" z="293.9297"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1047">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="255.26848" z="301.92359"/>
<Orientation y="0.83059"/>
</Entity>
<Entity uid="1048">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="299.48627" z="240.14266"/>
<Orientation y="2.93737"/>
</Entity>
<Entity uid="1049">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="302.04966" z="226.18511"/>
<Orientation y="-3.11835"/>
</Entity>
<Entity uid="1050">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="300.20005" z="210.3753"/>
<Orientation y="2.64074"/>
</Entity>
<Entity uid="1051">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="315.46998" z="210.80985"/>
<Orientation y="-2.24032"/>
</Entity>
<Entity uid="1052">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="121.07844" z="88.0634"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1053">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="85.17194" z="8.68313"/>
<Orientation y="1.50396"/>
</Entity>
<Entity uid="1054">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="24.08574" z="5.42975"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1055">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="35.12162" z="77.03602"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1056">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="86.02067" z="72.26793"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1057">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="75.86921" z="66.22591"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1058">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="75.45954" z="52.4846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1059">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="76.01072" z="68.11171"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1060">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="66.82377" z="74.6295"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1061">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="89.07944" z="123.30985"/>
<Orientation y="1.932"/>
</Entity>
<Entity uid="1062">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="61.80068" z="82.30144"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1063">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="84.18024" z="118.412"/>
<Orientation y="1.9373"/>
</Entity>
<Entity uid="1064">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="98.1946" z="114.2111"/>
<Orientation y="1.06121"/>
</Entity>
<Entity uid="1065">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="111.63048" z="125.4187"/>
<Orientation y="0.78077"/>
</Entity>
<Entity uid="1066">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="119.68355" z="133.43631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1067">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="146.84835" z="109.26262"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1068">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="201.02625" z="68.10622"/>
<Orientation y="2.52857"/>
</Entity>
<Entity uid="1069">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="207.33942" z="62.94593"/>
<Orientation y="1.83994"/>
</Entity>
<Entity uid="1070">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="213.74457" z="63.01137"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1071">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="213.90934" z="69.41707"/>
<Orientation y="-0.70224"/>
</Entity>
<Entity uid="1072">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="208.5913" z="75.87215"/>
<Orientation y="-1.16929"/>
</Entity>
<Entity uid="1073">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="203.84629" z="78.13445"/>
<Orientation y="-0.7789"/>
</Entity>
<Entity uid="1074">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="199.59595" z="89.0536"/>
<Orientation y="-2.79024"/>
</Entity>
<Entity uid="1075">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="183.58341" z="70.59844"/>
<Orientation y="-0.2226"/>
</Entity>
<Entity uid="1076">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="180.1155" z="78.29317"/>
<Orientation y="-2.4272"/>
</Entity>
<Entity uid="1077">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="199.74047" z="51.33217"/>
<Orientation y="-2.4529"/>
</Entity>
<Entity uid="1078">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="209.64872" z="48.1624"/>
<Orientation y="0.39022"/>
</Entity>
<Entity uid="1079">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="214.65429" z="45.84275"/>
<Orientation y="-2.49106"/>
</Entity>
<Entity uid="1080">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="186.56113" z="57.07471"/>
<Orientation y="-0.07026"/>
</Entity>
<Entity uid="1081">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="220.89461" z="74.72938"/>
<Orientation y="-3.05741"/>
</Entity>
<Entity uid="1082">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="205.53997" z="50.43453"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1083">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="187.57697" z="63.71651"/>
<Orientation y="0.72561"/>
</Entity>
<Entity uid="1084">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="186.76833" z="92.22706"/>
<Orientation y="-2.6768"/>
</Entity>
<Entity uid="1085">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="175.1331" z="76.05845"/>
<Orientation y="1.96949"/>
</Entity>
<Entity uid="1086">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="175.9426" z="65.74344"/>
<Orientation y="-2.81545"/>
</Entity>
<Entity uid="1087">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="192.22721" z="51.24433"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1088">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="176.87586" z="26.44771"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1089">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="175.40181" z="39.63567"/>
<Orientation y="-2.51029"/>
</Entity>
<Entity uid="1090">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="163.22446" z="49.80161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1091">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="168.8174" z="30.585"/>
<Orientation y="-2.91765"/>
</Entity>
<Entity uid="1092">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="194.73304" z="18.45801"/>
<Orientation y="0.79159"/>
</Entity>
<Entity uid="1093">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="200.5544" z="22.35863"/>
<Orientation y="3.0797"/>
</Entity>
<Entity uid="1094">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="192.38102" z="28.18982"/>
<Orientation y="2.47643"/>
</Entity>
<Entity uid="1095">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="213.63074" z="18.17087"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1096">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="218.82042" z="9.36677"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1097">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="226.57251" z="18.62816"/>
<Orientation y="-2.48752"/>
</Entity>
<Entity uid="1098">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="180.06507" z="7.02189"/>
<Orientation y="1.03109"/>
</Entity>
<Entity uid="1118">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="553.19617" z="441.64722"/>
<Orientation y="-2.57"/>
</Entity>
<Entity uid="1119">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="485.00062" z="450.4831"/>
<Orientation y="-1.4522"/>
</Entity>
<Entity uid="1120">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="554.76978" z="429.36936"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1121">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="547.86219" z="433.1627"/>
<Orientation y="-0.02411"/>
</Entity>
<Entity uid="1122">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="485.91932" z="429.74335"/>
<Orientation y="-2.55494"/>
</Entity>
<Entity uid="1123">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="291.73887" z="45.37015"/>
<Orientation y="2.96287"/>
</Entity>
<Entity uid="1124">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="547.8227" z="536.45752"/>
<Orientation y="-0.75858"/>
</Entity>
<Entity uid="1125">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="594.61927" z="681.80909"/>
<Orientation y="-2.69248"/>
</Entity>
<Entity uid="1126">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="523.91791" z="726.34736"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1127">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="577.64026" z="686.95356"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1128">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="586.22992" z="687.41852"/>
<Orientation y="0.08745"/>
</Entity>
<Entity uid="1129">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="578.16272" z="682.64045"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1130">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="558.78968" z="754.66272"/>
<Orientation y="-2.99482"/>
</Entity>
<Entity uid="1131">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="548.79542" z="746.1819"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1132">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="570.60224" z="754.65577"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1133">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="542.75641" z="757.48414"/>
<Orientation y="-2.48601"/>
</Entity>
<Entity uid="1134">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="536.39039" z="744.39258"/>
<Orientation y="0.27007"/>
</Entity>
<Entity uid="1135">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="589.47962" z="735.5995"/>
<Orientation y="3.10805"/>
</Entity>
<Entity uid="1136">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="590.45289" z="720.27448"/>
<Orientation y="-2.77431"/>
</Entity>
<Entity uid="1139">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="589.93085" z="706.10926"/>
<Orientation y="0.30112"/>
</Entity>
<Entity uid="1140">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="582.24872" z="717.79975"/>
<Orientation y="-0.53437"/>
</Entity>
<Entity uid="1141">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="598.07221" z="726.09711"/>
<Orientation y="-0.07435"/>
</Entity>
<Entity uid="1154">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="594.1142" z="746.19214"/>
<Orientation y="0.56997"/>
</Entity>
<Entity uid="1155">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="594.69709" z="753.68287"/>
<Orientation y="0.12053"/>
</Entity>
<Entity uid="1156">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="599.5362" z="747.74659"/>
<Orientation y="0.34223"/>
</Entity>
<Entity uid="1157">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="599.5459" z="758.44574"/>
<Orientation y="0.144"/>
</Entity>
<Entity uid="1158">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="532.86976" z="755.7635"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1162">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="539.23792" z="726.3932"/>
<Orientation y="-2.78687"/>
</Entity>
<Entity uid="1163">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="545.74451" z="714.37427"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1164">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="541.65406" z="706.26679"/>
<Orientation y="-2.07387"/>
</Entity>
<Entity uid="1165">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="533.71583" z="713.99958"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1166">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="540.1291" z="717.73365"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1171">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="550.055" z="733.74244"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1172">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="578.25757" z="757.38819"/>
<Orientation y="-2.78002"/>
</Entity>
<Entity uid="1174">
<Template>gaia/geology_metal_mediterranean_slabs</Template>
<Player>0</Player>
<Position x="575.22071" z="738.45392"/>
<Orientation y="0.7754"/>
</Entity>
<Entity uid="1175">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="571.11255" z="728.85193"/>
<Orientation y="-3.02437"/>
</Entity>
<Entity uid="1176">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="573.38624" z="726.1001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1177">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="576.92261" z="727.74042"/>
<Orientation y="0.53507"/>
</Entity>
<Entity uid="1178">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="580.7995" z="733.44825"/>
<Orientation y="0.11973"/>
</Entity>
<Entity uid="1179">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="580.56385" z="747.98292"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1180">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="580.94648" z="760.72034"/>
<Orientation y="-1.96401"/>
</Entity>
<Entity uid="1181">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="566.33021" z="754.237"/>
<Orientation y="-1.66808"/>
</Entity>
<Entity uid="1182">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="563.19855" z="753.31843"/>
<Orientation y="-2.89882"/>
</Entity>
<Entity uid="1183">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="548.70337" z="720.18366"/>
<Orientation y="2.64696"/>
</Entity>
<Entity uid="1184">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="566.91608" z="740.02796"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="1185">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="568.27796" z="748.32953"/>
<Orientation y="0.18844"/>
</Entity>
<Entity uid="1186">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="571.01221" z="758.7693"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1187">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="575.10236" z="757.42591"/>
<Orientation y="2.66674"/>
</Entity>
<Entity uid="1188">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="572.86982" z="740.34607"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1189">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="572.33454" z="738.1424"/>
<Orientation y="-3.11023"/>
</Entity>
<Entity uid="1190">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="573.0605" z="730.97584"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1191">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="575.45411" z="737.67707"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1192">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="575.08771" z="739.55286"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1193">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="578.40302" z="740.82532"/>
<Orientation y="3.13555"/>
</Entity>
<Entity uid="1194">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="578.3758" z="736.90693"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1195">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="577.10578" z="734.63563"/>
<Orientation y="-1.51503"/>
</Entity>
<Entity uid="1196">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="568.41419" z="737.987"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1197">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="569.51746" z="738.92328"/>
<Orientation y="0.89945"/>
</Entity>
<Entity uid="1198">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="576.97815" z="746.099"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1199">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="586.735" z="752.40845"/>
<Orientation y="-2.75864"/>
</Entity>
<Entity uid="1200">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="563.63758" z="720.32911"/>
<Orientation y="0.7287"/>
</Entity>
<Entity uid="1201">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="581.8487" z="701.44105"/>
<Orientation y="-2.4223"/>
</Entity>
<Entity uid="1202">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="555.89942" z="699.91395"/>
<Orientation y="1.71622"/>
</Entity>
<Entity uid="1203">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="553.93519" z="723.45423"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1204">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="599.38563" z="707.69062"/>
<Orientation y="-2.74373"/>
</Entity>
<Entity uid="1205">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="550.43604" z="718.727"/>
<Orientation y="0.30443"/>
</Entity>
<Entity uid="1206">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="559.42786" z="716.5788"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1207">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="535.8816" z="733.13062"/>
<Orientation y="-0.3946"/>
</Entity>
<Entity uid="1208">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="528.74634" z="747.3371"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1209">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="565.36316" z="743.45496"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1210">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="604.66913" z="729.3827"/>
<Orientation y="1.72516"/>
</Entity>
<Entity uid="1211">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="552.52881" z="717.10584"/>
<Orientation y="2.82197"/>
</Entity>
<Entity uid="1212">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="554.00336" z="719.91999"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1213">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="563.09198" z="716.85438"/>
<Orientation y="-2.43221"/>
</Entity>
<Entity uid="1214">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="549.6139" z="715.91803"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1215">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="224.52834" z="171.82625"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1216">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="256.6201" z="171.51267"/>
<Orientation y="0.91768"/>
</Entity>
<Entity uid="1217">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="259.02497" z="174.89127"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1218">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="255.82105" z="180.49502"/>
<Orientation y="2.08408"/>
</Entity>
<Entity uid="1219">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="264.9227" z="169.38047"/>
<Orientation y="0.79241"/>
</Entity>
<Entity uid="1220">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="40.12308" z="23.0941"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1221">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="44.11358" z="22.24543"/>
<Orientation y="-1.96682"/>
</Entity>
<Entity uid="1222">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="47.22909" z="34.24637"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1223">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="40.10021" z="40.3108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1224">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="30.23894" z="37.62922"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1225">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="26.80944" z="41.23397"/>
<Orientation y="-0.16561"/>
</Entity>
<Entity uid="1226">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="21.03498" z="24.89945"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1227">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="49.66814" z="34.71685"/>
<Orientation y="3.11118"/>
</Entity>
<Entity uid="1228">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="37.02265" z="22.13541"/>
<Orientation y="0.56547"/>
</Entity>
<Entity uid="1229">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="12.12836" z="7.77433"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1230">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="9.96003" z="58.02964"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1231">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="8.9346" z="67.98546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1232">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="11.80517" z="63.9145"/>
<Orientation y="1.32464"/>
</Entity>
<Entity uid="1233">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="8.26175" z="61.86347"/>
<Orientation y="-2.40673"/>
</Entity>
<Entity uid="1234">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="33.62655" z="68.639"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1235">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="36.35158" z="63.51633"/>
<Orientation y="3.11507"/>
</Entity>
<Entity uid="1236">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="36.81801" z="58.05851"/>
<Orientation y="2.63907"/>
</Entity>
<Entity uid="1237">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="40.65683" z="54.28576"/>
<Orientation y="1.19512"/>
</Entity>
<Entity uid="1238">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="60.68743" z="35.40618"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1239">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="64.13688" z="41.60792"/>
<Orientation y="-2.90011"/>
</Entity>
<Entity uid="1240">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="117.03097" z="72.68656"/>
<Orientation y="-3.13138"/>
</Entity>
<Entity uid="1241">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="173.21544" z="19.81937"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1242">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="183.60209" z="20.99918"/>
<Orientation y="1.8337"/>
</Entity>
<Entity uid="1243">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="193.98841" z="17.4687"/>
<Orientation y="2.67406"/>
</Entity>
<Entity uid="1244">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="201.57094" z="11.44867"/>
<Orientation y="1.69979"/>
</Entity>
<Entity uid="1245">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="246.70382" z="20.60642"/>
<Orientation y="2.20812"/>
</Entity>
<Entity uid="1246">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="221.93104" z="28.06353"/>
<Orientation y="0.32354"/>
</Entity>
<Entity uid="1247">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="218.39081" z="25.04319"/>
<Orientation y="2.58202"/>
</Entity>
<Entity uid="1248">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="228.46052" z="24.36095"/>
<Orientation y="2.85398"/>
</Entity>
<Entity uid="1249">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="234.28626" z="23.05544"/>
<Orientation y="2.6432"/>
</Entity>
<Entity uid="1250">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="236.9288" z="22.13511"/>
<Orientation y="0.48194"/>
</Entity>
<Entity uid="1251">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="240.1582" z="27.79584"/>
<Orientation y="-1.22445"/>
</Entity>
<Entity uid="1252">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="239.44799" z="25.72971"/>
<Orientation y="1.97007"/>
</Entity>
<Entity uid="1253">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="223.12737" z="28.6803"/>
<Orientation y="-2.79715"/>
</Entity>
<Entity uid="1254">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="219.48938" z="20.66149"/>
<Orientation y="-0.62185"/>
</Entity>
<Entity uid="1255">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="213.72698" z="32.47777"/>
<Orientation y="0.87247"/>
</Entity>
<Entity uid="1256">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="219.66697" z="38.09043"/>
<Orientation y="0.22765"/>
</Entity>
<Entity uid="1257">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="220.4186" z="43.20424"/>
<Orientation y="-1.11426"/>
</Entity>
<Entity uid="1258">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="217.25524" z="53.53264"/>
<Orientation y="1.08838"/>
</Entity>
<Entity uid="1259">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="230.91935" z="61.15166"/>
<Orientation y="2.96837"/>
</Entity>
<Entity uid="1260">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="232.1312" z="54.02262"/>
<Orientation y="-2.6425"/>
</Entity>
<Entity uid="1261">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="220.2313" z="32.47777"/>
<Orientation y="1.53904"/>
</Entity>
<Entity uid="1262">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="227.19455" z="43.23501"/>
<Orientation y="0.99273"/>
</Entity>
<Entity uid="1263">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="248.90915" z="47.22838"/>
<Orientation y="-1.34168"/>
</Entity>
<Entity uid="1264">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="241.76006" z="49.54381"/>
<Orientation y="-2.86638"/>
</Entity>
<Entity uid="1265">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="237.8831" z="31.83306"/>
<Orientation y="-2.8423"/>
</Entity>
<Entity uid="1266">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="238.37806" z="30.45348"/>
<Orientation y="-3.05465"/>
</Entity>
<Entity uid="1267">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="265.41639" z="5.24695"/>
<Orientation y="0.3779"/>
</Entity>
<Entity uid="1268">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="268.52485" z="21.1229"/>
<Orientation y="2.90775"/>
</Entity>
<Entity uid="1269">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="282.4188" z="26.43737"/>
<Orientation y="-2.64777"/>
</Entity>
<Entity uid="1270">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="287.84845" z="49.32906"/>
<Orientation y="-0.02532"/>
</Entity>
<Entity uid="1271">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="286.47861" z="64.10186"/>
<Orientation y="0.16401"/>
</Entity>
<Entity uid="1272">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="289.29828" z="74.43038"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1273">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="260.83277" z="67.50483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1274">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="254.1924" z="73.67466"/>
<Orientation y="3.07853"/>
</Entity>
<Entity uid="1275">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="255.26473" z="61.15166"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1276">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="267.91877" z="75.20768"/>
<Orientation y="-0.0847"/>
</Entity>
<Entity uid="1277">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="265.2689" z="87.47155"/>
<Orientation y="-0.57595"/>
</Entity>
<Entity uid="1278">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="260.0275" z="96.28478"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1279">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="305.10492" z="153.74767"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1280">
<Template>units/rome_ship_quinquereme</Template>
<Player>2</Player>
<Position x="739.43073" z="612.06177"/>
<Orientation y="-2.71056"/>
</Entity>
<Entity uid="1281">
<Template>units/rome_ship_quinquereme</Template>
<Player>2</Player>
<Position x="735.95844" z="686.79004"/>
<Orientation y="-2.5016"/>
</Entity>
<Entity uid="1282">
<Template>units/pers_ship_trireme</Template>
<Player>2</Player>
<Position x="731.64252" z="52.8734"/>
<Orientation y="-1.59856"/>
</Entity>
<Entity uid="1283">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="16.88445" z="37.39734"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1284">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="13.7681" z="33.08231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1285">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="10.1762" z="45.70826"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1286">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="12.31333" z="48.85494"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1287">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="14.91372" z="46.27784"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1288">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="12.95907" z="43.36368"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1289">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="11.11799" z="40.43818"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1290">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="15.54982" z="35.20032"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1291">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="12.02053" z="35.12447"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1292">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="13.77384" z="37.69744"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1293">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="15.58873" z="39.93795"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1294">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="17.60178" z="41.97428"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1295">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="15.33684" z="52.27466"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1296">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="16.94474" z="54.92777"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1297">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="18.99834" z="57.36953"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1298">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="20.38732" z="59.65162"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1299">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="23.00147" z="57.1912"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1300">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="21.61869" z="53.91625"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1301">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="19.60817" z="51.71277"/>
<Orientation y="2.51706"/>
</Entity>
<Entity uid="1302">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="17.77796" z="49.37565"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1303">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="20.39039" z="46.42791"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1304">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="22.19607" z="49.91092"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1305">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="24.14605" z="52.03306"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1306">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="25.89962" z="54.33524"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1307">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="24.21499" z="64.25712"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1308">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="25.81394" z="66.3287"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1309">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="27.49544" z="68.12128"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1310">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="29.43155" z="70.45197"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1311">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="27.33132" z="61.14271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1312">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="29.06658" z="63.33532"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1313">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="30.73038" z="66.15282"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1314">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="32.09141" z="68.12128"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1315">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="29.53608" z="57.91727"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1316">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="31.31853" z="60.12104"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1317">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="32.98877" z="62.75745"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1318">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="34.44426" z="64.42655"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1319">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="315.88007" z="171.73995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1320">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="263.0069" z="208.22413"/>
<Orientation y="0.4137"/>
</Entity>
<Entity uid="1321">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="252.70975" z="203.50712"/>
<Orientation y="-2.75408"/>
</Entity>
<Entity uid="1322">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="138.09098" z="405.79584"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1323">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="137.56743" z="429.85901"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1324">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="153.82525" z="426.28547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1325">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="161.63003" z="414.07126"/>
<Orientation y="0.78089"/>
</Entity>
<Entity uid="1326">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="153.80698" z="405.77466"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1327">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="141.71995" z="397.83863"/>
<Orientation y="0.45008"/>
</Entity>
<Entity uid="1328">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="149.7866" z="433.51612"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1329">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="134.01658" z="409.60798"/>
<Orientation y="-0.121"/>
</Entity>
<Entity uid="1330">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="138.295" z="415.46784"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1331">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="146.61472" z="423.85062"/>
<Orientation y="-2.64078"/>
</Entity>
<Entity uid="1332">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="146.61146" z="415.08777"/>
<Orientation y="0.5582"/>
</Entity>
<Entity uid="1333">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="151.14026" z="415.97132"/>
<Orientation y="-2.59545"/>
</Entity>
<Entity uid="1334">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="151.3167" z="405.88642"/>
<Orientation y="2.76456"/>
</Entity>
<Entity uid="1335">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="143.25293" z="408.07624"/>
<Orientation y="-2.06983"/>
</Entity>
<Entity uid="1336">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="141.92823" z="417.66898"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1337">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="141.807" z="422.85108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1338">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="150.29657" z="409.25992"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1339">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="154.70701" z="409.97513"/>
<Orientation y="-0.44486"/>
</Entity>
<Entity uid="1340">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="142.20601" z="413.15876"/>
<Orientation y="-0.06916"/>
</Entity>
<Entity uid="1341">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="145.88112" z="401.95087"/>
<Orientation y="-2.41892"/>
</Entity>
<Entity uid="1342">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="271.30683" z="48.28287"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1343">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="274.94986" z="30.14106"/>
<Orientation y="-0.44602"/>
</Entity>
<Entity uid="1344">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="260.26539" z="45.54699"/>
<Orientation y="-2.08208"/>
</Entity>
<Entity uid="1345">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="267.50406" z="37.62473"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1346">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="279.92728" z="73.06746"/>
<Orientation y="-0.68516"/>
</Entity>
<Entity uid="1347">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="264.23401" z="142.3281"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1348">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="277.91068" z="241.0972"/>
<Orientation y="-0.02443"/>
</Entity>
<Entity uid="1349">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="251.52874" z="280.84803"/>
<Orientation y="-2.70595"/>
</Entity>
<Entity uid="1350">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="199.83698" z="283.9408"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1351">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="86.08585" z="329.5788"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1352">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="89.97384" z="313.57361"/>
<Orientation y="2.88033"/>
</Entity>
<Entity uid="1353">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="98.06014" z="305.85337"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1354">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="102.43282" z="294.33417"/>
<Orientation y="3.03074"/>
</Entity>
<Entity uid="1355">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="105.71052" z="286.07453"/>
<Orientation y="-2.1184"/>
</Entity>
<Entity uid="1356">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="434.00126" z="294.36878"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1357">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="440.82798" z="301.52421"/>
<Orientation y="0.2892"/>
</Entity>
<Entity uid="1358">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.29517" z="315.9787"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1359">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="446.267" z="324.0784"/>
<Orientation y="0.033"/>
</Entity>
<Entity uid="1360">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="446.2407" z="333.88553"/>
<Orientation y="-0.19715"/>
</Entity>
<Entity uid="1361">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.56061" z="343.93976"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1362">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="267.17032" z="419.16102"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1363">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="262.14716" z="417.29706"/>
<Orientation y="-1.9609"/>
</Entity>
<Entity uid="1364">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="254.12804" z="417.84113"/>
<Orientation y="-2.39098"/>
</Entity>
<Entity uid="1365">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="251.59278" z="408.73774"/>
<Orientation y="-2.42392"/>
</Entity>
<Entity uid="1366">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="246.84958" z="402.79218"/>
<Orientation y="-3.02648"/>
</Entity>
<Entity uid="1367">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="245.94652" z="390.8437"/>
<Orientation y="2.9508"/>
</Entity>
<Entity uid="1368">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="247.8317" z="383.35465"/>
<Orientation y="2.7099"/>
</Entity>
<Entity uid="1369">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="253.57233" z="377.84253"/>
<Orientation y="2.53956"/>
</Entity>
<Entity uid="1370">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="351.53476" z="291.15928"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1371">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="419.9532" z="385.44587"/>
<Orientation y="-0.44617"/>
</Entity>
<Entity uid="1372">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="346.89121" z="430.02024"/>
<Orientation y="-0.17623"/>
</Entity>
<Entity uid="1373">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="249.78707" z="389.0091"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1374">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="251.77884" z="400.76752"/>
<Orientation y="-0.65058"/>
</Entity>
<Entity uid="1375">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="444.38608" z="346.19599"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1376">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="442.88697" z="360.4654"/>
<Orientation y="0.59197"/>
</Entity>
<Entity uid="1377">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="428.49064" z="288.87607"/>
<Orientation y="-1.91733"/>
</Entity>
<Entity uid="1378">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="421.78711" z="281.25104"/>
<Orientation y="-2.58378"/>
</Entity>
<Entity uid="1379">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="415.98881" z="274.62616"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1380">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="413.41282" z="265.76822"/>
<Orientation y="-2.92019"/>
</Entity>
<Entity uid="1381">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="411.08344" z="253.82555"/>
<Orientation y="-2.78777"/>
</Entity>
<Entity uid="1382">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="407.4939" z="243.8793"/>
<Orientation y="-2.66099"/>
</Entity>
<Entity uid="1383">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="400.17298" z="229.56011"/>
<Orientation y="-2.76296"/>
</Entity>
<Entity uid="1384">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="604.84644" z="749.80042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1385">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="525.63752" z="748.08521"/>
<Orientation y="-2.08718"/>
</Entity>
<Entity uid="1386">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="227.96671" z="107.84717"/>
<Orientation y="-3.10785"/>
</Entity>
<Entity uid="1387">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="286.24445" z="345.86438"/>
<Orientation y="2.07352"/>
</Entity>
<Entity uid="1388">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="292.74894" z="340.30091"/>
<Orientation y="0.42104"/>
</Entity>
<Entity uid="1389">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="294.14011" z="337.78013"/>
<Orientation y="2.31432"/>
</Entity>
<Entity uid="1390">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="302.57267" z="328.27625"/>
<Orientation y="2.5128"/>
</Entity>
<Entity uid="1391">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="306.18409" z="323.30787"/>
<Orientation y="2.63604"/>
</Entity>
<Entity uid="1392">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="310.18393" z="321.77796"/>
<Orientation y="2.55478"/>
</Entity>
<Entity uid="1393">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="318.00571" z="314.13724"/>
<Orientation y="0.36971"/>
</Entity>
<Entity uid="1394">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="89.55266" z="36.63581"/>
<Orientation y="0.49166"/>
</Entity>
<Entity uid="1395">
<Template>structures/athen_prytaneion</Template>
<Player>1</Player>
<Position x="209.13964" z="296.71506"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1396">
<Template>structures/athen_defense_tower</Template>
<Player>1</Player>
<Position x="122.42179" z="419.35407"/>
<Orientation y="2.74119"/>
</Entity>
<Entity uid="1397">
<Template>structures/athen_storehouse</Template>
<Player>1</Player>
<Position x="172.0235" z="419.26978"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1399">
<Template>gaia/geology_stonemine_medit_quarry</Template>
<Player>0</Player>
<Position x="141.12732" z="366.61445"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1400">
<Template>gaia/geology_stonemine_medit_quarry</Template>
<Player>0</Player>
<Position x="555.73377" z="719.76172"/>
<Orientation y="1.51554"/>
</Entity>
<Entity uid="1401">
<Template>structures/athen_defense_tower</Template>
<Player>1</Player>
<Position x="296.49451" z="122.10045"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1402">
<Template>structures/athen_fortress</Template>
<Player>1</Player>
<Position x="98.88323" z="397.69077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1403">
<Template>units/rome_ship_bireme</Template>
<Player>2</Player>
<Position x="35.77845" z="718.29664"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1404">
<Template>units/rome_ship_trireme</Template>
<Player>2</Player>
<Position x="115.25162" z="711.9994"/>
<Orientation y="-2.5694"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Britons.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Britons.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Britons.xml (revision 22818)
@@ -1,22604 +1,22604 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>sunset</SkySet>
<SunColor r="1.30078" g="0.652941" b="0"/>
<SunElevation angle="0.368155"/>
<SunRotation angle="-1.03084"/>
<TerrainAmbientColor r="0.392157" g="0.47451" b="0.654902"/>
<UnitsAmbientColor r="0.447059" g="0.509804" b="0.54902"/>
<Fog>
<FogFactor>0.00386719</FogFactor>
<FogThickness>0.101563</FogThickness>
<FogColor r="0.737255" g="0.592157" b="0.27451"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0.219608" g="0.247059" b="0.356863"/>
<Height>21.0885</Height>
<Waviness>4.0</Waviness>
<Murkiness>0.871094</Murkiness>
<Tint r="0.592157" g="0.639216" b="0.756863"/>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1</Contrast>
<Saturation>0.984375</Saturation>
<Bloom>0.120313</Bloom>
<PostEffect>hdr</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="537.619" y="64.0602" z="407.17"/>
<Rotation angle="0"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"CircularMap": true,
"Description": "Play around with the Gallic faction in an idyllic sandbox setting.",
"Keywords": [
"demo"
],
"LockTeams": false,
"Name": "Sandbox - The Britons",
"PlayerData": [
{
"AI": "",
"Civ": "brit",
"Color": {
"b": 200,
"g": 46,
"r": 46
},
"Name": "Player 1",
"Resources": {
"food": 20000,
"metal": 20000,
"stone": 20000,
"wood": 20000
},
"StartingCamera": {
"Position": {
"x": 545.093,
"y": 22.3825,
"z": 454.219
},
"Rotation": {
"x": 35,
"y": 0,
"z": 0
}
},
"Team": 0
},
{
"AI": "",
"Civ": "brit",
"Color": {
"b": 64,
"g": 128,
"r": 255
},
"Name": "Player 2",
"Resources": {
"food": 400,
"metal": 400,
"stone": 400,
"wood": 400
},
"StartingCamera": {
"Position": {
"x": 692.891,
"y": 22.3825,
"z": 314.201
},
"Rotation": {
"x": 30,
"y": 0,
"z": 0
}
},
"Team": 1
},
{
"AI": "",
"Civ": "brit",
"Color": {
"b": 5,
"g": 165,
"r": 50
},
"Name": "Player 3",
"Resources": {
"food": 400,
"metal": 400,
"stone": 400,
"wood": 400
},
"StartingCamera": {
"Position": {
"x": 525.212,
"y": 22.3825,
"z": 740.907
},
"Rotation": {
"x": 30,
"y": 0,
"z": 0
}
},
"Team": 2
},
{
"AI": "",
"Civ": "rome",
"Color": {
"b": 39,
"g": 39,
"r": 131
},
"Name": "Roman Interlopers",
"Team": -1
}
],
"Preview": "sandbox-thebritons.png",
"RevealMap": false,
"VictoryConditions": []
}
]]></ScriptSettings>
<Entities>
<Entity uid="11">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="482.20899" z="466.5011"/>
<Orientation y="0.798"/>
</Entity>
<Entity uid="12">
<Template>other/palisades_rocks_fort</Template>
<Player>1</Player>
<Position x="476.24488" z="485.9672"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="13">
<Template>other/palisades_rocks_curve</Template>
<Player>1</Player>
<Position x="474.18104" z="477.94306"/>
<Orientation y="-3.13718"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="14">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="478.70936" z="470.50977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="15">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="471.67286" z="483.37357"/>
<Orientation y="3.01175"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="16">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="476.61084" z="492.29947"/>
<Orientation y="-2.15049"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="17">
<Template>other/palisades_small_spikes</Template>
<Player>1</Player>
<Position x="469.74146" z="484.21293"/>
<Orientation y="-3.02302"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="18">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="483.19153" z="490.37943"/>
<Orientation y="0.89289"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="19">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="610.99646" z="511.39365"/>
<Orientation y="2.45415"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="21">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="487.53614" z="493.36875"/>
<Orientation y="2.45597"/>
</Entity>
<Entity uid="22">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="514.24177" z="388.66071"/>
<Orientation y="0.78141"/>
</Entity>
<Entity uid="23">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="518.357" z="384.61481"/>
<Orientation y="-0.85848"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="24">
<Template>other/palisades_rocks_curve</Template>
<Player>1</Player>
<Position x="526.18671" z="380.61622"/>
<Orientation y="1.6486"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="25">
<Template>other/palisades_rocks_fort</Template>
<Player>1</Player>
<Position x="533.08259" z="381.76783"/>
<Orientation y="-0.80591"/>
</Entity>
<Entity uid="29">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="607.53028" z="515.9892"/>
<Orientation y="-2.36693"/>
</Entity>
<Entity uid="30">
<Template>other/palisades_rocks_fort</Template>
<Player>1</Player>
<Position x="616.34473" z="507.865"/>
<Orientation y="-2.31174"/>
</Entity>
<Entity uid="31">
<Template>other/palisades_rocks_curve</Template>
<Player>1</Player>
<Position x="618.3755" z="499.64411"/>
<Orientation y="-0.07187"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="32">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="614.79957" z="492.62623"/>
<Orientation y="-2.28614"/>
</Entity>
<Entity uid="33">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="536.74286" z="387.66364"/>
<Orientation y="0.78063"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="34">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="528.35297" z="377.89344"/>
<Orientation y="1.46691"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="35">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="538.6479" z="385.08393"/>
<Orientation y="-2.65601"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="36">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="610.68348" z="489.12134"/>
<Orientation y="-0.93099"/>
</Entity>
<Entity uid="37">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="540.60822" z="391.53864"/>
<Orientation y="-0.77671"/>
</Entity>
<Entity uid="38">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="475.37781" z="469.84174"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="39">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="517.82917" z="381.92432"/>
<Orientation y="-0.83996"/>
</Entity>
<Entity uid="40">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="614.49573" z="513.33027"/>
<Orientation y="1.99071"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="41">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="622.45093" z="502.36292"/>
<Orientation y="-0.08655"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="44">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="618.1869" z="490.72931"/>
<Orientation y="0.84478"/>
</Entity>
<Entity uid="45">
<Template>other/palisades_small_spikes</Template>
<Player>1</Player>
<Position x="539.58967" z="383.23609"/>
<Orientation y="-2.54506"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="58">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="528.98426" z="523.93824"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="59">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="521.3584" z="531.83594"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="60">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="512.36524" z="532.22291"/>
<Orientation y="0.8262"/>
</Entity>
<Entity uid="62">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="527.65522" z="516.28693"/>
<Orientation y="-2.32161"/>
</Entity>
<Entity uid="63">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="480.51575" z="497.88965"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="64">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="620.88758" z="510.52118"/>
<Orientation y="2.35621"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="69">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="238.25123" z="438.2533"/>
<Orientation y="2.48906"/>
</Entity>
<Entity uid="70">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="244.51584" z="431.6208"/>
<Orientation y="2.23803"/>
</Entity>
<Entity uid="71">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="259.25254" z="420.08454"/>
<Orientation y="2.48005"/>
</Entity>
<Entity uid="72">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="263.72388" z="414.59202"/>
<Orientation y="2.6886"/>
</Entity>
<Entity uid="73">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="267.68464" z="405.53278"/>
<Orientation y="2.86448"/>
</Entity>
<Entity uid="74">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="269.25904" z="399.61051"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="75">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="250.23145" z="421.2768"/>
<Orientation y="1.03467"/>
</Entity>
<Entity uid="76">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="238.45632" z="496.74122"/>
<Orientation y="2.86615"/>
</Entity>
<Entity uid="77">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="245.64061" z="480.61652"/>
<Orientation y="2.53742"/>
</Entity>
<Entity uid="78">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="253.35721" z="471.38254"/>
<Orientation y="2.40514"/>
</Entity>
<Entity uid="79">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="266.41468" z="457.34375"/>
<Orientation y="2.59365"/>
</Entity>
<Entity uid="80">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="272.30942" z="449.9134"/>
<Orientation y="2.11651"/>
</Entity>
<Entity uid="81">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="282.39917" z="446.18201"/>
<Orientation y="2.30533"/>
</Entity>
<Entity uid="82">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="290.93253" z="439.55726"/>
<Orientation y="2.6335"/>
</Entity>
<Entity uid="83">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="293.64728" z="434.60462"/>
<Orientation y="2.49447"/>
</Entity>
<Entity uid="84">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="302.16388" z="425.78168"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="85">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="293.16776" z="426.87797"/>
<Orientation y="-0.54163"/>
</Entity>
<Entity uid="86">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="278.08228" z="445.0543"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="87">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="261.52048" z="463.63569"/>
<Orientation y="0.71279"/>
</Entity>
<Entity uid="88">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="340.5889" z="314.58576"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="89">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="342.3332" z="313.84553"/>
<Orientation y="2.39977"/>
</Entity>
<Entity uid="90">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="348.48078" z="306.8537"/>
<Orientation y="2.56388"/>
</Entity>
<Entity uid="91">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="353.70176" z="302.36036"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="92">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="359.46366" z="298.80817"/>
<Orientation y="2.2158"/>
</Entity>
<Entity uid="93">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="364.1595" z="295.3906"/>
<Orientation y="2.20852"/>
</Entity>
<Entity uid="94">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="369.0589" z="291.0782"/>
<Orientation y="2.90351"/>
</Entity>
<Entity uid="95">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="402.46213" z="257.04441"/>
<Orientation y="-2.92504"/>
</Entity>
<Entity uid="96">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="377.53003" z="278.30317"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="97">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="387.58008" z="308.14435"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="98">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="385.27976" z="314.19977"/>
<Orientation y="-0.5566"/>
</Entity>
<Entity uid="99">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="378.76246" z="324.1543"/>
<Orientation y="-0.20388"/>
</Entity>
<Entity uid="100">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="374.67948" z="336.73646"/>
<Orientation y="-0.55973"/>
</Entity>
<Entity uid="101">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="290.5778" z="311.7776"/>
<Orientation y="-2.35506"/>
</Entity>
<Entity uid="102">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="281.80079" z="303.26539"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="103">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="278.34406" z="301.2982"/>
<Orientation y="-2.40024"/>
</Entity>
<Entity uid="104">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="271.45606" z="294.1775"/>
<Orientation y="-2.39713"/>
</Entity>
<Entity uid="105">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="265.15244" z="287.67365"/>
<Orientation y="-2.28284"/>
</Entity>
<Entity uid="106">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="258.9391" z="282.8125"/>
<Orientation y="-2.488"/>
</Entity>
<Entity uid="107">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="255.18404" z="277.125"/>
<Orientation y="3.11283"/>
</Entity>
<Entity uid="108">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="234.75342" z="300.99021"/>
<Orientation y="0.87215"/>
</Entity>
<Entity uid="109">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="242.87693" z="306.81312"/>
<Orientation y="0.70948"/>
</Entity>
<Entity uid="110">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="247.04867" z="312.29438"/>
<Orientation y="0.3988"/>
</Entity>
<Entity uid="111">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="252.09331" z="323.99549"/>
<Orientation y="0.73098"/>
</Entity>
<Entity uid="112">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="256.9639" z="330.4101"/>
<Orientation y="0.71447"/>
</Entity>
<Entity uid="113">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="262.71293" z="336.95942"/>
<Orientation y="0.804"/>
</Entity>
<Entity uid="114">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="267.80387" z="342.70124"/>
<Orientation y="0.81031"/>
</Entity>
<Entity uid="115">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="272.83353" z="347.80097"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="116">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="361.6984" z="408.85013"/>
<Orientation y="0.93187"/>
</Entity>
<Entity uid="117">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="373.05604" z="417.11976"/>
<Orientation y="0.98157"/>
</Entity>
<Entity uid="118">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="381.21503" z="425.05011"/>
<Orientation y="0.82218"/>
</Entity>
<Entity uid="119">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="388.19904" z="429.8733"/>
<Orientation y="1.35778"/>
</Entity>
<Entity uid="120">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="402.52695" z="432.23218"/>
<Orientation y="1.27407"/>
</Entity>
<Entity uid="121">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="409.99552" z="434.96253"/>
<Orientation y="1.38659"/>
</Entity>
<Entity uid="122">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="398.83106" z="478.1897"/>
<Orientation y="-1.62537"/>
</Entity>
<Entity uid="123">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="388.93934" z="475.3274"/>
<Orientation y="-2.11982"/>
</Entity>
<Entity uid="124">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="384.26383" z="472.71137"/>
<Orientation y="-2.17907"/>
</Entity>
<Entity uid="125">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="376.70374" z="469.0138"/>
<Orientation y="-2.09295"/>
</Entity>
<Entity uid="126">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="370.16327" z="467.01072"/>
<Orientation y="-2.03772"/>
</Entity>
<Entity uid="127">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="365.1247" z="464.34986"/>
<Orientation y="-2.1341"/>
</Entity>
<Entity uid="128">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="357.07612" z="458.9662"/>
<Orientation y="-2.50753"/>
</Entity>
<Entity uid="129">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="352.71488" z="453.37092"/>
<Orientation y="-2.49958"/>
</Entity>
<Entity uid="130">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="345.78614" z="444.23713"/>
<Orientation y="-2.376"/>
</Entity>
<Entity uid="131">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="341.58738" z="438.95661"/>
<Orientation y="-2.61646"/>
</Entity>
<Entity uid="132">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="336.16568" z="430.84406"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="133">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="400.18812" z="346.10712"/>
<Orientation y="1.25857"/>
</Entity>
<Entity uid="134">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="423.14008" z="385.2945"/>
<Orientation y="-2.86912"/>
</Entity>
<Entity uid="135">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="319.57078" z="251.33707"/>
<Orientation y="-2.2203"/>
</Entity>
<Entity uid="137">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="333.61612" z="216.77665"/>
<Orientation y="0.54502"/>
</Entity>
<Entity uid="138">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="289.92829" z="246.42161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="139">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="193.18534" z="323.5"/>
<Orientation y="0.39107"/>
</Entity>
<Entity uid="140">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.33603" z="346.50016"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="141">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="205.94718" z="445.98301"/>
<Orientation y="-0.85184"/>
</Entity>
<Entity uid="142">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="185.77414" z="427.24915"/>
<Orientation y="0.14026"/>
</Entity>
<Entity uid="143">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="188.54676" z="435.80713"/>
<Orientation y="1.03875"/>
</Entity>
<Entity uid="144">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="259.90867" z="490.07831"/>
<Orientation y="0.55752"/>
</Entity>
<Entity uid="145">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="294.02704" z="534.1886"/>
<Orientation y="2.95644"/>
</Entity>
<Entity uid="146">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="329.59913" z="486.41767"/>
<Orientation y="2.5082"/>
</Entity>
<Entity uid="147">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="339.08393" z="497.71656"/>
<Orientation y="0.34289"/>
</Entity>
<Entity uid="148">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="298.10352" z="479.69349"/>
<Orientation y="0.477"/>
</Entity>
<Entity uid="149">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="338.20081" z="516.85639"/>
<Orientation y="-2.51246"/>
</Entity>
<Entity uid="150">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="407.11948" z="474.87311"/>
<Orientation y="1.52523"/>
</Entity>
<Entity uid="151">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="416.69776" z="476.26331"/>
<Orientation y="1.53924"/>
</Entity>
<Entity uid="152">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="425.03129" z="476.73362"/>
<Orientation y="1.3896"/>
</Entity>
<Entity uid="153">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="431.51093" z="478.57523"/>
<Orientation y="1.39683"/>
</Entity>
<Entity uid="154">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="419.47953" z="437.08692"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="155">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="423.50132" z="437.21665"/>
<Orientation y="1.58268"/>
</Entity>
<Entity uid="156">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="429.87717" z="437.3188"/>
<Orientation y="1.58268"/>
</Entity>
<Entity uid="157">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="437.22062" z="437.40967"/>
<Orientation y="1.69407"/>
</Entity>
<Entity uid="158">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="459.32209" z="437.14728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="159">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="363.86438" z="342.97864"/>
<Orientation y="0.88855"/>
</Entity>
<Entity uid="160">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="391.56135" z="299.5583"/>
<Orientation y="3.10116"/>
</Entity>
<Entity uid="161">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="400.64844" z="296.69349"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="162">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="409.05085" z="298.45481"/>
<Orientation y="-2.8794"/>
</Entity>
<Entity uid="163">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="445.66166" z="295.1991"/>
<Orientation y="3.10726"/>
</Entity>
<Entity uid="164">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="435.26795" z="293.71872"/>
<Orientation y="2.94942"/>
</Entity>
<Entity uid="165">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="428.06974" z="296.44343"/>
<Orientation y="2.61586"/>
</Entity>
<Entity uid="166">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="418.0467" z="292.00901"/>
<Orientation y="1.88535"/>
</Entity>
<Entity uid="167">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="387.10566" z="263.92176"/>
<Orientation y="-3.0261"/>
</Entity>
<Entity uid="168">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="372.7374" z="284.65506"/>
<Orientation y="-0.03657"/>
</Entity>
<Entity uid="169">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="395.06598" z="257.42844"/>
<Orientation y="3.09237"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="411.17927" z="256.0889"/>
<Orientation y="2.93146"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="419.88721" z="252.88862"/>
<Orientation y="2.90607"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="428.28486" z="251.59218"/>
<Orientation y="2.58341"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="250.21137" z="260.9604"/>
<Orientation y="-2.88685"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="248.68186" z="252.51587"/>
<Orientation y="-2.885"/>
</Entity>
<Entity uid="175">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="248.06736" z="247.67902"/>
<Orientation y="3.10767"/>
</Entity>
<Entity uid="176">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="243.94515" z="233.24007"/>
<Orientation y="-2.80434"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="239.44782" z="222.00304"/>
<Orientation y="-2.5892"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="233.45243" z="215.56385"/>
<Orientation y="-3.06142"/>
</Entity>
<Entity uid="179">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="229.67617" z="285.15012"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="180">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="227.10662" z="276.81003"/>
<Orientation y="-2.95295"/>
</Entity>
<Entity uid="181">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.9062" z="270.13096"/>
<Orientation y="-2.95543"/>
</Entity>
<Entity uid="182">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="223.34792" z="256.68021"/>
<Orientation y="-2.77622"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="221.07065" z="252.35944"/>
<Orientation y="-2.63813"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="217.86529" z="247.06366"/>
<Orientation y="-2.49305"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="212.43375" z="239.5821"/>
<Orientation y="-2.60126"/>
</Entity>
<Entity uid="186">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="209.28956" z="234.39582"/>
<Orientation y="-2.19297"/>
</Entity>
<Entity uid="187">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.57438" z="230.89853"/>
<Orientation y="-2.3162"/>
</Entity>
<Entity uid="188">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="238.8124" z="309.2887"/>
<Orientation y="0.32952"/>
</Entity>
<Entity uid="189">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="194.08631" z="357.91239"/>
<Orientation y="1.05698"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="216.3518" z="451.91614"/>
<Orientation y="0.99474"/>
</Entity>
<Entity uid="191">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="231.02302" z="454.49213"/>
<Orientation y="-0.45289"/>
</Entity>
<Entity uid="192">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="223.9561" z="468.28467"/>
<Orientation y="-0.93612"/>
</Entity>
<Entity uid="193">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="215.16987" z="475.95691"/>
<Orientation y="-0.74883"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="207.9176" z="483.72034"/>
<Orientation y="-0.85247"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="199.40674" z="491.9101"/>
<Orientation y="-0.8876"/>
</Entity>
<Entity uid="196">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="231.38546" z="502.8979"/>
<Orientation y="-0.50847"/>
</Entity>
<Entity uid="197">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="221.73066" z="516.09778"/>
<Orientation y="-1.1325"/>
</Entity>
<Entity uid="198">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="211.42051" z="523.22352"/>
<Orientation y="-0.87745"/>
</Entity>
<Entity uid="199">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.01627" z="531.60553"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="200">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="196.08075" z="541.43366"/>
<Orientation y="-0.65061"/>
</Entity>
<Entity uid="203">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="496.05976" z="485.32184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="204">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="505.0449" z="425.51978"/>
<Orientation y="-0.68833"/>
</Entity>
<Entity uid="207">
<Template>other/palisades_rocks_curve</Template>
<Player>2</Player>
<Position x="684.05396" z="297.92887"/>
<Orientation y="1.57081"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="208">
<Template>other/palisades_rocks_curve</Template>
<Player>2</Player>
<Position x="655.0287" z="325.88776"/>
<Orientation y="-3.12851"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="209">
<Template>other/palisades_rocks_curve</Template>
<Player>2</Player>
<Position x="719.38245" z="329.00669"/>
<Orientation y="0.019"/>
<Obstruction group="221"/>
</Entity>
<Entity uid="211">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="659.87806" z="317.39954"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="212">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="675.45868" z="302.58637"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="213">
<Template>other/palisades_rocks_fort</Template>
<Player>2</Player>
<Position x="656.33838" z="334.16984"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="214">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="663.99408" z="312.55082"/>
<Orientation y="0.85485"/>
</Entity>
<Entity uid="215">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="671.18451" z="306.51273"/>
<Orientation y="0.98328"/>
</Entity>
<Entity uid="216">
<Template>other/palisades_rocks_fort</Template>
<Player>2</Player>
<Position x="693.20221" z="298.94587"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="217">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="697.03986" z="304.8022"/>
<Orientation y="-2.32073"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="218">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="701.25336" z="308.86518"/>
<Orientation y="-0.9034"/>
</Entity>
<Entity uid="219">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="714.81586" z="321.14939"/>
<Orientation y="-2.32953"/>
</Entity>
<Entity uid="220">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="710.23035" z="317.17475"/>
<Orientation y="-0.82479"/>
</Entity>
<Entity uid="221">
<Template>other/palisades_rocks_fort</Template>
<Player>2</Player>
<Position x="717.75721" z="335.52997"/>
<Orientation y="-2.29558"/>
</Entity>
<Entity uid="222">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="712.4311" z="339.22507"/>
<Orientation y="2.35621"/>
<Obstruction group="221"/>
</Entity>
<Entity uid="223">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="662.96521" z="338.20402"/>
<Orientation y="-2.39802"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="224">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="666.95826" z="342.83884"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="225">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="653.11017" z="314.27317"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="226">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="704.35474" z="297.19034"/>
<Orientation y="-2.14817"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="227">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="701.71216" z="300.51105"/>
<Orientation y="-2.44234"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="228">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="693.07361" z="291.96988"/>
<Orientation y="1.03708"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="229">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="682.4422" z="291.07633"/>
<Orientation y="1.8888"/>
</Entity>
<Entity uid="230">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="673.86945" z="296.69202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="231">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="655.08265" z="315.04798"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="232">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="651.6211" z="324.66071"/>
<Orientation y="3.07378"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="233">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="659.42688" z="342.44599"/>
<Orientation y="-2.10112"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="234">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="698.97632" z="355.64368"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="235">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="714.56366" z="344.34357"/>
<Orientation y="-1.35111"/>
</Entity>
<Entity uid="236">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="721.93232" z="334.15006"/>
<Orientation y="-0.13688"/>
<Obstruction group="221"/>
</Entity>
<Entity uid="237">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="718.29987" z="319.1367"/>
<Orientation y="-2.47904"/>
</Entity>
<Entity uid="238">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="722.13477" z="320.52903"/>
<Orientation y="-2.55782"/>
</Entity>
<Entity uid="239">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="672.78663" z="296.10804"/>
<Orientation y="2.13321"/>
</Entity>
<Entity uid="240">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="651.22596" z="331.41044"/>
<Orientation y="0.33802"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="241">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="701.39045" z="357.88242"/>
<Orientation y="-0.79641"/>
</Entity>
<Entity uid="242">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="691.37531" z="363.18299"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="243">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="684.69452" z="364.70035"/>
<Orientation y="-2.32055"/>
</Entity>
<Entity uid="244">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="677.42066" z="361.29361"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="245">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="672.14405" z="360.46451"/>
<Orientation y="0.71708"/>
</Entity>
<Entity uid="252">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="696.31885" z="328.88071"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="253">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="693.66932" z="331.20334"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="254">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="689.78418" z="328.41871"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="255">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="689.88367" z="323.73774"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="256">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="694.67048" z="324.71052"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="257">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="685.81977" z="322.15647"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="260">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="674.93177" z="378.39625"/>
<Orientation y="0.19556"/>
</Entity>
<Entity uid="261">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.89051" z="385.50843"/>
<Orientation y="0.5053"/>
</Entity>
<Entity uid="262">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="635.54523" z="358.25608"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="263">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="635.3957" z="370.08231"/>
<Orientation y="-0.23842"/>
</Entity>
<Entity uid="264">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="629.72083" z="393.78696"/>
<Orientation y="-0.15856"/>
</Entity>
<Entity uid="265">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="626.75983" z="421.07331"/>
<Orientation y="0.12266"/>
</Entity>
<Entity uid="266">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="628.36213" z="441.55781"/>
<Orientation y="-0.03185"/>
</Entity>
<Entity uid="267">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="628.55066" z="452.63538"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="268">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="627.91596" z="432.06766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="269">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="626.96082" z="409.44056"/>
<Orientation y="0.25033"/>
</Entity>
<Entity uid="270">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.32886" z="451.99878"/>
<Orientation y="-2.70237"/>
</Entity>
<Entity uid="271">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="653.08875" z="438.61786"/>
<Orientation y="-3.03106"/>
</Entity>
<Entity uid="272">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.06684" z="425.26441"/>
<Orientation y="3.0859"/>
</Entity>
<Entity uid="273">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.8949" z="413.0478"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="274">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.70783" z="401.38117"/>
<Orientation y="2.91395"/>
</Entity>
<Entity uid="275">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="658.39045" z="393.99784"/>
<Orientation y="2.4307"/>
</Entity>
<Entity uid="276">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="671.67902" z="386.01886"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="277">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="718.51984" z="377.67286"/>
<Orientation y="0.82711"/>
</Entity>
<Entity uid="278">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="726.78388" z="385.5359"/>
<Orientation y="0.83608"/>
</Entity>
<Entity uid="279">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="733.81116" z="391.7027"/>
<Orientation y="1.12568"/>
</Entity>
<Entity uid="280">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="740.91456" z="394.79938"/>
<Orientation y="0.98937"/>
</Entity>
<Entity uid="281">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="752.2657" z="402.10907"/>
<Orientation y="0.82691"/>
</Entity>
<Entity uid="282">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="757.48987" z="406.15152"/>
<Orientation y="1.17676"/>
</Entity>
<Entity uid="283">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="767.31208" z="409.38303"/>
<Orientation y="1.37371"/>
</Entity>
<Entity uid="284">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="776.04065" z="410.55628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="285">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="744.00928" z="352.92936"/>
<Orientation y="0.53454"/>
</Entity>
<Entity uid="286">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="750.70893" z="362.23737"/>
<Orientation y="0.91034"/>
</Entity>
<Entity uid="287">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="756.98371" z="367.0464"/>
<Orientation y="1.12043"/>
</Entity>
<Entity uid="288">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="763.16834" z="369.29212"/>
<Orientation y="1.47905"/>
</Entity>
<Entity uid="289">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="769.69593" z="369.74589"/>
<Orientation y="1.475"/>
</Entity>
<Entity uid="290">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="778.07575" z="371.11652"/>
<Orientation y="1.76006"/>
</Entity>
<Entity uid="291">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="784.74024" z="370.65809"/>
<Orientation y="1.5246"/>
</Entity>
<Entity uid="292">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="797.34211" z="372.73365"/>
<Orientation y="1.0982"/>
</Entity>
<Entity uid="293">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="808.74067" z="378.43003"/>
<Orientation y="0.91236"/>
</Entity>
<Entity uid="294">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="818.04096" z="386.41236"/>
<Orientation y="0.51001"/>
</Entity>
<Entity uid="295">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="825.58277" z="399.0171"/>
<Orientation y="0.43116"/>
</Entity>
<Entity uid="296">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="833.87635" z="417.15998"/>
<Orientation y="0.64243"/>
</Entity>
<Entity uid="297">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="789.42688" z="411.76191"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="298">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="798.06684" z="417.53241"/>
<Orientation y="0.89573"/>
</Entity>
<Entity uid="299">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="805.14356" z="424.5182"/>
<Orientation y="0.65706"/>
</Entity>
<Entity uid="300">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="811.38349" z="433.65793"/>
<Orientation y="0.41396"/>
</Entity>
<Entity uid="301">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="816.64411" z="449.0051"/>
<Orientation y="0.41248"/>
</Entity>
<Entity uid="302">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="823.49366" z="462.0478"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="303">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="828.4668" z="482.8089"/>
<Orientation y="0.24473"/>
</Entity>
<Entity uid="304">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="833.57605" z="502.2985"/>
<Orientation y="0.5856"/>
</Entity>
<Entity uid="305">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="839.82068" z="511.67707"/>
<Orientation y="0.49175"/>
</Entity>
<Entity uid="306">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="844.71631" z="519.28144"/>
<Orientation y="0.715"/>
</Entity>
<Entity uid="307">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="851.71448" z="526.4574"/>
<Orientation y="0.7767"/>
</Entity>
<Entity uid="308">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="855.26178" z="538.5915"/>
<Orientation y="0.91671"/>
</Entity>
<Entity uid="309">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="873.32966" z="545.41871"/>
<Orientation y="0.95492"/>
</Entity>
<Entity uid="310">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="872.83246" z="481.3567"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="311">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="879.01172" z="577.42438"/>
<Orientation y="1.27291"/>
</Entity>
<Entity uid="312">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="874.0431" z="592.43165"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="313">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="889.44092" z="651.0716"/>
<Orientation y="1.67602"/>
</Entity>
<Entity uid="314">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="880.3288" z="594.80158"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="315">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="885.7104" z="623.11817"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="316">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="882.92957" z="673.64966"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="317">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="967.71222" z="598.94153"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="318">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="981.86292" z="611.92078"/>
<Orientation y="1.43808"/>
</Entity>
<Entity uid="319">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="969.9856" z="619.37781"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="320">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="978.32099" z="686.24"/>
<Orientation y="1.47606"/>
</Entity>
<Entity uid="321">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="971.24811" z="643.09925"/>
<Orientation y="1.2907"/>
</Entity>
<Entity uid="322">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="966.69117" z="588.62897"/>
<Orientation y="1.3862"/>
</Entity>
<Entity uid="323">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="969.94294" z="565.44361"/>
<Orientation y="0.84748"/>
</Entity>
<Entity uid="324">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="979.92383" z="574.649"/>
<Orientation y="0.82773"/>
</Entity>
<Entity uid="325">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="989.77619" z="582.58124"/>
<Orientation y="1.06168"/>
</Entity>
<Entity uid="326">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="997.09888" z="585.88038"/>
<Orientation y="0.80047"/>
</Entity>
<Entity uid="327">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="1009.13794" z="555.83887"/>
<Orientation y="-2.3954"/>
</Entity>
<Entity uid="328">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="1002.82178" z="548.16401"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="329">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="997.86658" z="542.55384"/>
<Orientation y="-2.32462"/>
</Entity>
<Entity uid="330">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="990.9568" z="535.56812"/>
<Orientation y="-2.28856"/>
</Entity>
<Entity uid="331">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="982.91303" z="527.64448"/>
<Orientation y="-2.20342"/>
</Entity>
<Entity uid="332">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="972.50489" z="523.44373"/>
<Orientation y="-1.95875"/>
</Entity>
<Entity uid="333">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="961.81135" z="519.17823"/>
<Orientation y="-1.92527"/>
</Entity>
<Entity uid="334">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="955.50818" z="476.6085"/>
<Orientation y="-1.62671"/>
</Entity>
<Entity uid="335">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="952.5763" z="467.57721"/>
<Orientation y="-1.6493"/>
</Entity>
<Entity uid="336">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="951.94813" z="409.23975"/>
<Orientation y="-1.7498"/>
</Entity>
<Entity uid="337">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="862.88013" z="442.90217"/>
<Orientation y="-1.48841"/>
</Entity>
<Entity uid="338">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="955.8097" z="452.22181"/>
<Orientation y="-1.739"/>
</Entity>
<Entity uid="339">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="957.00483" z="496.9817"/>
<Orientation y="-2.10235"/>
</Entity>
<Entity uid="340">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="865.59015" z="475.27121"/>
<Orientation y="-2.0155"/>
</Entity>
<Entity uid="341">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="867.31177" z="459.70936"/>
<Orientation y="-2.96317"/>
</Entity>
<Entity uid="342">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="868.37494" z="496.49323"/>
<Orientation y="-2.65578"/>
</Entity>
<Entity uid="343">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="862.92151" z="485.97754"/>
<Orientation y="-2.53373"/>
</Entity>
<Entity uid="344">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="857.22345" z="475.19471"/>
<Orientation y="-2.741"/>
</Entity>
<Entity uid="345">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="854.641" z="469.19877"/>
<Orientation y="-2.70128"/>
</Entity>
<Entity uid="346">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="848.8537" z="455.45844"/>
<Orientation y="-2.90625"/>
</Entity>
<Entity uid="347">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="848.35792" z="449.39936"/>
<Orientation y="-2.98058"/>
</Entity>
<Entity uid="348">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="841.67115" z="439.23249"/>
<Orientation y="-3.13842"/>
</Entity>
<Entity uid="349">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="840.72358" z="425.18091"/>
<Orientation y="0.56383"/>
</Entity>
<Entity uid="350">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="829.62446" z="490.78772"/>
<Orientation y="0.8137"/>
</Entity>
<Entity uid="351">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="815.0511" z="436.74531"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="352">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="861.4209" z="541.07514"/>
<Orientation y="0.36217"/>
</Entity>
<Entity uid="353">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="950.08332" z="430.87748"/>
<Orientation y="0.59919"/>
</Entity>
<Entity uid="354">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="966.36445" z="468.25922"/>
<Orientation y="0.44173"/>
</Entity>
<Entity uid="355">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="224.5922" z="204.92066"/>
<Orientation y="-2.53861"/>
</Entity>
<Entity uid="356">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="214.06554" z="189.20496"/>
<Orientation y="-2.28502"/>
</Entity>
<Entity uid="357">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.754" z="182.66758"/>
<Orientation y="-1.56861"/>
</Entity>
<Entity uid="358">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="195.51117" z="183.06089"/>
<Orientation y="-1.46943"/>
</Entity>
<Entity uid="359">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="184.10703" z="183.95539"/>
<Orientation y="-1.46421"/>
</Entity>
<Entity uid="360">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="176.6537" z="185.09894"/>
<Orientation y="-1.2095"/>
</Entity>
<Entity uid="361">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="170.28641" z="187.68998"/>
<Orientation y="-1.30927"/>
</Entity>
<Entity uid="362">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="163.43049" z="189.35965"/>
<Orientation y="-1.57265"/>
</Entity>
<Entity uid="363">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="154.80134" z="189.18162"/>
<Orientation y="-1.88813"/>
</Entity>
<Entity uid="364">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="146.74042" z="186.13755"/>
<Orientation y="-1.63077"/>
</Entity>
<Entity uid="365">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="137.22602" z="185.40271"/>
<Orientation y="-2.24334"/>
</Entity>
<Entity uid="366">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="131.82168" z="180.77433"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="367">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="115.83013" z="197.31104"/>
<Orientation y="1.04493"/>
</Entity>
<Entity uid="368">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="121.07523" z="201.74872"/>
<Orientation y="0.4167"/>
</Entity>
<Entity uid="369">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="124.31102" z="209.39252"/>
<Orientation y="0.6655"/>
</Entity>
<Entity uid="370">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="128.61718" z="214.44751"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="371">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="133.04506" z="217.08158"/>
<Orientation y="1.3481"/>
</Entity>
<Entity uid="372">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="139.93207" z="218.71674"/>
<Orientation y="1.34539"/>
</Entity>
<Entity uid="373">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="144.01876" z="219.56196"/>
<Orientation y="1.2309"/>
</Entity>
<Entity uid="374">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="151.93137" z="221.93668"/>
<Orientation y="1.4229"/>
</Entity>
<Entity uid="375">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="156.88376" z="222.8285"/>
<Orientation y="1.73084"/>
</Entity>
<Entity uid="376">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="164.3419" z="221.41266"/>
<Orientation y="1.68432"/>
</Entity>
<Entity uid="377">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="173.41927" z="220.35172"/>
<Orientation y="1.56281"/>
</Entity>
<Entity uid="378">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="179.1666" z="220.58982"/>
<Orientation y="1.37302"/>
</Entity>
<Entity uid="379">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="185.60383" z="221.85065"/>
<Orientation y="1.24279"/>
</Entity>
<Entity uid="380">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="195.82581" z="224.88413"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="381">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="132.40935" z="179.78345"/>
<Orientation y="0.45849"/>
</Entity>
<Entity uid="382">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="218.23148" z="195.03695"/>
<Orientation y="0.19146"/>
</Entity>
<Entity uid="383">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="228.75741" z="208.83408"/>
<Orientation y="-1.35387"/>
</Entity>
<Entity uid="384">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="441.00306" z="253.79245"/>
<Orientation y="1.31756"/>
</Entity>
<Entity uid="385">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="446.13404" z="254.60044"/>
<Orientation y="1.67933"/>
</Entity>
<Entity uid="386">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="451.40879" z="253.84971"/>
<Orientation y="1.78385"/>
</Entity>
<Entity uid="387">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.05256" z="251.68174"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="388">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.9231" z="253.20148"/>
<Orientation y="1.34311"/>
</Entity>
<Entity uid="389">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="476.73435" z="255.07657"/>
<Orientation y="1.1721"/>
</Entity>
<Entity uid="390">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="483.88987" z="258.5251"/>
<Orientation y="0.94133"/>
</Entity>
<Entity uid="391">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="492.43357" z="264.46378"/>
<Orientation y="0.90654"/>
</Entity>
<Entity uid="392">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="501.49909" z="271.76044"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="393">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="507.11692" z="277.22971"/>
<Orientation y="1.02375"/>
</Entity>
<Entity uid="394">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="518.27961" z="283.92014"/>
<Orientation y="1.70278"/>
</Entity>
<Entity uid="395">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="523.82831" z="282.54935"/>
<Orientation y="2.261"/>
</Entity>
<Entity uid="396">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="529.27656" z="276.89664"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="397">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="534.89832" z="271.9621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="398">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="538.82605" z="267.49643"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="399">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="542.97938" z="261.46354"/>
<Orientation y="2.31946"/>
</Entity>
<Entity uid="400">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="544.85047" z="259.88111"/>
<Orientation y="2.30272"/>
</Entity>
<Entity uid="401">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="552.42469" z="253.14921"/>
<Orientation y="1.93212"/>
</Entity>
<Entity uid="402">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="561.63392" z="249.45725"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="403">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="564.78675" z="248.9019"/>
<Orientation y="1.8286"/>
</Entity>
<Entity uid="404">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="568.42151" z="248.16749"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="405">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="573.97254" z="247.78943"/>
<Orientation y="1.5686"/>
</Entity>
<Entity uid="406">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="587.80695" z="247.85639"/>
<Orientation y="1.45305"/>
</Entity>
<Entity uid="407">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="598.14014" z="248.99268"/>
<Orientation y="1.28014"/>
</Entity>
<Entity uid="408">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="607.97754" z="251.9669"/>
<Orientation y="1.20044"/>
</Entity>
<Entity uid="409">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="616.99842" z="254.55546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="410">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.86048" z="259.17957"/>
<Orientation y="2.49347"/>
</Entity>
<Entity uid="411">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="642.34711" z="261.07694"/>
<Orientation y="1.119"/>
</Entity>
<Entity uid="412">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="632.27887" z="300.39628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="413">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="623.97242" z="293.39341"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="414">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="621.43781" z="292.48731"/>
<Orientation y="-1.52385"/>
</Entity>
<Entity uid="415">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="615.2505" z="293.21491"/>
<Orientation y="-1.5836"/>
</Entity>
<Entity uid="416">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="607.24189" z="293.52363"/>
<Orientation y="-1.61162"/>
</Entity>
<Entity uid="417">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="600.7511" z="293.75226"/>
<Orientation y="-1.45607"/>
</Entity>
<Entity uid="418">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="590.60035" z="296.48975"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="419">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="582.90265" z="299.61783"/>
<Orientation y="-1.16034"/>
</Entity>
<Entity uid="420">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="574.22187" z="304.44141"/>
<Orientation y="-1.06543"/>
</Entity>
<Entity uid="421">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="567.83246" z="308.41688"/>
<Orientation y="-1.14986"/>
</Entity>
<Entity uid="422">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="558.41755" z="313.78077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="423">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="555.86432" z="322.21518"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="424">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="551.4001" z="322.94642"/>
<Orientation y="-1.31109"/>
</Entity>
<Entity uid="425">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="543.8069" z="326.05433"/>
<Orientation y="-1.45807"/>
</Entity>
<Entity uid="426">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="534.52234" z="327.66742"/>
<Orientation y="-1.96029"/>
</Entity>
<Entity uid="427">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="526.57074" z="324.45936"/>
<Orientation y="-1.55933"/>
</Entity>
<Entity uid="428">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="515.521" z="324.8631"/>
<Orientation y="-1.33577"/>
</Entity>
<Entity uid="429">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="511.77048" z="326.0618"/>
<Orientation y="-2.26377"/>
</Entity>
<Entity uid="430">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="502.60395" z="319.2306"/>
<Orientation y="-1.95772"/>
</Entity>
<Entity uid="431">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="490.61304" z="313.8513"/>
<Orientation y="-2.13427"/>
</Entity>
<Entity uid="432">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="483.75547" z="309.00934"/>
<Orientation y="-2.26513"/>
</Entity>
<Entity uid="433">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="478.44727" z="304.01307"/>
<Orientation y="-2.30282"/>
</Entity>
<Entity uid="434">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="469.55518" z="296.76532"/>
<Orientation y="-1.68482"/>
</Entity>
<Entity uid="435">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.51899" z="296.02613"/>
<Orientation y="-1.4893"/>
</Entity>
<Entity uid="436">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="451.85395" z="298.14203"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="437">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="709.17121" z="262.34485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="438">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="700.60602" z="248.35927"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="439">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="707.00934" z="242.62003"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="440">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="707.60578" z="232.50785"/>
<Orientation y="3.03048"/>
</Entity>
<Entity uid="441">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="708.65967" z="222.36553"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="442">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="709.93006" z="215.54084"/>
<Orientation y="2.9584"/>
</Entity>
<Entity uid="443">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="712.20118" z="202.54996"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="444">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="649.09522" z="156.06667"/>
<Orientation y="2.9795"/>
</Entity>
<Entity uid="445">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="716.54456" z="183.7405"/>
<Orientation y="2.78588"/>
</Entity>
<Entity uid="446">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="720.0467" z="176.6045"/>
<Orientation y="2.69466"/>
</Entity>
<Entity uid="447">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="723.57245" z="169.6348"/>
<Orientation y="2.39867"/>
</Entity>
<Entity uid="448">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="729.0304" z="162.10236"/>
<Orientation y="2.43564"/>
</Entity>
<Entity uid="449">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="735.37043" z="155.76674"/>
<Orientation y="2.18952"/>
</Entity>
<Entity uid="450">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="741.04078" z="151.79938"/>
<Orientation y="1.67983"/>
</Entity>
<Entity uid="451">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="748.35749" z="151.77802"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="452">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="752.93525" z="152.1337"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="453">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="755.7674" z="143.651"/>
<Orientation y="3.07728"/>
</Entity>
<Entity uid="454">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="758.0735" z="133.78948"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="455">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="758.94172" z="127.77913"/>
<Orientation y="3.01584"/>
</Entity>
<Entity uid="456">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="763.64618" z="114.67983"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="457">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="768.51063" z="113.98833"/>
<Orientation y="1.88041"/>
</Entity>
<Entity uid="458">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="778.47266" z="110.91523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="459">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="784.05329" z="111.13115"/>
<Orientation y="1.7737"/>
</Entity>
<Entity uid="460">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="794.05176" z="109.47077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="461">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="801.11756" z="109.66352"/>
<Orientation y="1.5095"/>
</Entity>
<Entity uid="462">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="816.82642" z="108.84687"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="463">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="812.27717" z="113.05465"/>
<Orientation y="1.41398"/>
</Entity>
<Entity uid="464">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="851.45228" z="142.7754"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="465">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="847.39924" z="144.30713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="466">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="843.94324" z="143.92615"/>
<Orientation y="-1.64022"/>
</Entity>
<Entity uid="467">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="835.02735" z="143.41413"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="468">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="826.28864" z="143.17988"/>
<Orientation y="-1.69982"/>
</Entity>
<Entity uid="469">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="821.49866" z="142.3125"/>
<Orientation y="-1.51928"/>
</Entity>
<Entity uid="470">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="816.35499" z="143.19565"/>
<Orientation y="-1.31824"/>
</Entity>
<Entity uid="471">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="807.69867" z="146.46698"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="472">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="801.19349" z="149.18998"/>
<Orientation y="-1.09386"/>
</Entity>
<Entity uid="473">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="792.2049" z="155.25333"/>
<Orientation y="-0.96094"/>
</Entity>
<Entity uid="474">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="788.41596" z="158.03232"/>
<Orientation y="-0.91498"/>
</Entity>
<Entity uid="475">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="780.29004" z="164.3747"/>
<Orientation y="-0.51885"/>
</Entity>
<Entity uid="476">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="777.66877" z="169.25217"/>
<Orientation y="-0.48253"/>
</Entity>
<Entity uid="477">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="772.83576" z="179.0876"/>
<Orientation y="-0.58657"/>
</Entity>
<Entity uid="478">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="767.16694" z="187.75306"/>
<Orientation y="-0.71143"/>
</Entity>
<Entity uid="479">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="763.18311" z="191.98813"/>
<Orientation y="-1.03855"/>
</Entity>
<Entity uid="480">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="756.11731" z="196.19053"/>
<Orientation y="-1.10151"/>
</Entity>
<Entity uid="481">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="752.3249" z="197.6237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="482">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="749.79328" z="198.88822"/>
<Orientation y="-0.90877"/>
</Entity>
<Entity uid="483">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="742.3512" z="237.17643"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="484">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="738.5099" z="214.86988"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="485">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="739.03467" z="223.98716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="486">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="740.96393" z="289.6489"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="487">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="736.28711" z="299.69275"/>
<Orientation y="1.814"/>
</Entity>
<Entity uid="488">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="739.15986" z="275.2985"/>
<Orientation y="0.86426"/>
</Entity>
<Entity uid="489">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="632.78132" z="468.4322"/>
<Orientation y="0.38595"/>
</Entity>
<Entity uid="490">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="637.91254" z="479.98093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="491">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="639.76355" z="488.73871"/>
<Orientation y="0.24796"/>
</Entity>
<Entity uid="492">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="643.83875" z="504.53977"/>
<Orientation y="0.16387"/>
</Entity>
<Entity uid="493">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="645.72608" z="515.30152"/>
<Orientation y="0.19803"/>
</Entity>
<Entity uid="494">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="647.92841" z="525.25709"/>
<Orientation y="0.27244"/>
</Entity>
<Entity uid="495">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.87" z="543.0116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="496">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.95887" z="550.04542"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="497">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.33143" z="564.67194"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="498">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.42261" z="571.55481"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="499">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="650.89618" z="581.01075"/>
<Orientation y="-0.32456"/>
</Entity>
<Entity uid="500">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="644.5813" z="596.60926"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="501">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="642.94098" z="601.33252"/>
<Orientation y="-0.57026"/>
</Entity>
<Entity uid="502">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="633.85261" z="612.70301"/>
<Orientation y="-0.6267"/>
</Entity>
<Entity uid="503">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.93268" z="616.18812"/>
<Orientation y="-0.78518"/>
</Entity>
<Entity uid="504">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="624.26142" z="622.56568"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="505">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="620.33259" z="625.51148"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="506">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="614.63471" z="627.66474"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="507">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="603.23902" z="631.97132"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="508">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="593.31366" z="635.72217"/>
<Orientation y="-1.12511"/>
</Entity>
<Entity uid="509">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="584.1261" z="640.66346"/>
<Orientation y="-1.01017"/>
</Entity>
<Entity uid="510">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="575.15711" z="648.01136"/>
<Orientation y="-0.84163"/>
</Entity>
<Entity uid="511">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="569.50843" z="653.1543"/>
<Orientation y="-0.75176"/>
</Entity>
<Entity uid="512">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="562.98597" z="660.19617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="513">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="557.41578" z="668.52778"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="514">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="657.19892" z="469.2942"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="515">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.87415" z="477.19434"/>
<Orientation y="0.28269"/>
</Entity>
<Entity uid="516">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="664.97394" z="490.31232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="517">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="668.27167" z="497.73438"/>
<Orientation y="0.21904"/>
</Entity>
<Entity uid="518">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="671.75806" z="510.95325"/>
<Orientation y="0.3637"/>
</Entity>
<Entity uid="519">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="676.51886" z="521.95514"/>
<Orientation y="0.44851"/>
</Entity>
<Entity uid="520">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="680.15156" z="529.79053"/>
<Orientation y="0.10187"/>
</Entity>
<Entity uid="521">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="681.48914" z="539.26294"/>
<Orientation y="0.30394"/>
</Entity>
<Entity uid="522">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.5542" z="550.91651"/>
<Orientation y="-0.03533"/>
</Entity>
<Entity uid="523">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.27192" z="560.79773"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="524">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.80146" z="568.62678"/>
<Orientation y="0.06855"/>
</Entity>
<Entity uid="525">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="685.57013" z="578.86792"/>
<Orientation y="0.03647"/>
</Entity>
<Entity uid="526">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="686.13367" z="600.64454"/>
<Orientation y="-0.0906"/>
</Entity>
<Entity uid="527">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="683.41272" z="613.66175"/>
<Orientation y="-0.25043"/>
</Entity>
<Entity uid="528">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="680.12195" z="625.3235"/>
<Orientation y="-0.49685"/>
</Entity>
<Entity uid="529">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="675.68024" z="632.90662"/>
<Orientation y="-0.57416"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="672.44227" z="638.50525"/>
<Orientation y="-0.55788"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="666.50226" z="648.57557"/>
<Orientation y="-0.2979"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="662.0395" z="660.06543"/>
<Orientation y="-0.35755"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="657.45197" z="669.52875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.44623" z="681.41858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="535">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="644.51343" z="683.67786"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="536">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="640.25031" z="685.28895"/>
<Orientation y="-1.11423"/>
</Entity>
<Entity uid="537">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="631.94928" z="689.50977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="538">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="629.7334" z="690.34717"/>
<Orientation y="-1.14277"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="619.52063" z="696.3899"/>
<Orientation y="-1.31502"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="614.45044" z="696.84815"/>
<Orientation y="-1.20946"/>
</Entity>
<Entity uid="541">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="609.219" z="698.8252"/>
<Orientation y="-1.15543"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="597.05402" z="704.15027"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="594.78687" z="707.20447"/>
<Orientation y="-0.81823"/>
</Entity>
<Entity uid="544">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="583.47962" z="718.19977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="582.80494" z="723.82215"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.23023" z="492.92481"/>
<Orientation y="0.00528"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.1637" z="505.65351"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.89518" z="508.23292"/>
<Orientation y="0.0617"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.6259" z="515.8014"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="438.82227" z="521.06061"/>
<Orientation y="-0.29906"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.75959" z="535.63343"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="432.80958" z="539.88929"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="431.20276" z="548.20313"/>
<Orientation y="-0.34498"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="426.4404" z="563.61976"/>
<Orientation y="-0.14332"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="424.96625" z="573.40662"/>
<Orientation y="-0.30283"/>
</Entity>
<Entity uid="556">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="423.46412" z="580.70838"/>
<Orientation y="0.1359"/>
</Entity>
<Entity uid="557">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="425.07136" z="594.96955"/>
<Orientation y="0.18863"/>
</Entity>
<Entity uid="558">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="428.89487" z="611.05866"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="559">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.40116" z="624.27771"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="560">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="436.58362" z="633.39448"/>
<Orientation y="0.36252"/>
</Entity>
<Entity uid="561">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="441.3206" z="645.72645"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="562">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="445.52125" z="659.58228"/>
<Orientation y="0.46027"/>
</Entity>
<Entity uid="563">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="456.07935" z="680.27161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="564">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.4795" z="688.3136"/>
<Orientation y="0.57853"/>
</Entity>
<Entity uid="565">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="465.8708" z="694.70044"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="566">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="471.1615" z="703.92219"/>
<Orientation y="0.91831"/>
</Entity>
<Entity uid="567">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.84964" z="525.18287"/>
<Orientation y="1.34958"/>
</Entity>
<Entity uid="568">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="454.26514" z="453.97168"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="569">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.57621" z="455.12699"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="570">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="463.74634" z="460.15601"/>
<Orientation y="0.46506"/>
</Entity>
<Entity uid="571">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="467.81714" z="468.07493"/>
<Orientation y="0.28408"/>
</Entity>
<Entity uid="572">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="487.0345" z="518.6902"/>
<Orientation y="0.29332"/>
</Entity>
<Entity uid="573">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="474.6561" z="491.14258"/>
<Orientation y="0.24981"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="574">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="476.65717" z="502.33594"/>
<Orientation y="0.08101"/>
</Entity>
<Entity uid="575">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="476.96299" z="512.7685"/>
<Orientation y="-0.19555"/>
</Entity>
<Entity uid="576">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="475.54395" z="518.95301"/>
<Orientation y="-0.38045"/>
</Entity>
<Entity uid="577">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="473.03998" z="523.86689"/>
<Orientation y="-0.41057"/>
</Entity>
<Entity uid="578">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="470.26847" z="530.43915"/>
<Orientation y="-0.31055"/>
</Entity>
<Entity uid="579">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="468.40391" z="536.80536"/>
<Orientation y="-0.102"/>
</Entity>
<Entity uid="580">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="467.86548" z="545.1745"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="581">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.38032" z="551.589"/>
<Orientation y="0.13135"/>
</Entity>
<Entity uid="582">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.57447" z="566.07557"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="583">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.45978" z="567.00904"/>
<Orientation y="-0.06292"/>
</Entity>
<Entity uid="584">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.52619" z="576.72602"/>
<Orientation y="0.02172"/>
</Entity>
<Entity uid="585">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="465.4195" z="587.26136"/>
<Orientation y="0.07848"/>
</Entity>
<Entity uid="586">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="466.08567" z="599.5027"/>
<Orientation y="0.19297"/>
</Entity>
<Entity uid="587">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="468.98835" z="612.01636"/>
<Orientation y="0.2634"/>
</Entity>
<Entity uid="588">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="471.8083" z="623.08008"/>
<Orientation y="0.28582"/>
</Entity>
<Entity uid="589">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="475.58982" z="634.85511"/>
<Orientation y="0.42351"/>
</Entity>
<Entity uid="590">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="480.77433" z="647.30335"/>
<Orientation y="0.37429"/>
</Entity>
<Entity uid="591">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="485.44111" z="659.91144"/>
<Orientation y="0.35451"/>
</Entity>
<Entity uid="592">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="488.62739" z="669.08161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="593">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="498.87821" z="692.92872"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="594">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="190.57535" z="504.8022"/>
<Orientation y="-1.50028"/>
</Entity>
<Entity uid="595">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="184.55901" z="506.44077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="596">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="179.6355" z="512.44562"/>
<Orientation y="-0.86504"/>
</Entity>
<Entity uid="597">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="172.91602" z="518.81287"/>
<Orientation y="-0.61158"/>
</Entity>
<Entity uid="598">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="163.20496" z="530.6551"/>
<Orientation y="-0.52448"/>
</Entity>
<Entity uid="599">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="159.11168" z="537.96863"/>
<Orientation y="-0.47323"/>
</Entity>
<Entity uid="600">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="155.33869" z="545.37098"/>
<Orientation y="-0.26388"/>
</Entity>
<Entity uid="601">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="152.11342" z="559.22022"/>
<Orientation y="0.0006"/>
</Entity>
<Entity uid="602">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="151.50779" z="575.0641"/>
<Orientation y="-0.08654"/>
</Entity>
<Entity uid="603">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="150.47992" z="585.45435"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="604">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="148.96035" z="594.68934"/>
<Orientation y="-0.51967"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="138.64289" z="612.3617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="137.61724" z="613.43"/>
<Orientation y="-0.82508"/>
</Entity>
<Entity uid="607">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="131.80472" z="620.20533"/>
<Orientation y="-0.6908"/>
</Entity>
<Entity uid="608">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="128.39953" z="625.0777"/>
<Orientation y="-0.45492"/>
</Entity>
<Entity uid="609">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="124.62842" z="633.21131"/>
<Orientation y="-0.58503"/>
</Entity>
<Entity uid="610">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="117.64411" z="643.83216"/>
<Orientation y="-0.50622"/>
</Entity>
<Entity uid="611">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="108.26392" z="659.70221"/>
<Orientation y="-0.35726"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="103.42289" z="668.59144"/>
<Orientation y="-0.6218"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="93.87224" z="681.58259"/>
<Orientation y="-0.65365"/>
</Entity>
<Entity uid="614">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="84.6152" z="679.74482"/>
<Orientation y="-0.9748"/>
</Entity>
<Entity uid="615">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="75.2366" z="695.15882"/>
<Orientation y="-1.20946"/>
</Entity>
<Entity uid="616">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="67.31894" z="698.7566"/>
<Orientation y="-1.20951"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="60.36318" z="702.90784"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="618">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="55.74639" z="706.49598"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="619">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="111.59244" z="652.17115"/>
<Orientation y="1.63794"/>
</Entity>
<Entity uid="620">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="96.76684" z="673.05652"/>
<Orientation y="-1.95351"/>
</Entity>
<Entity uid="621">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="138.95521" z="594.44245"/>
<Orientation y="-1.82299"/>
</Entity>
<Entity uid="622">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="190.96988" z="552.27033"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="623">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="188.50504" z="558.47803"/>
<Orientation y="-0.51967"/>
</Entity>
<Entity uid="624">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="185.46317" z="563.8628"/>
<Orientation y="-0.23346"/>
</Entity>
<Entity uid="625">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="183.82293" z="572.02588"/>
<Orientation y="-0.10338"/>
</Entity>
<Entity uid="626">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="182.41636" z="580.93323"/>
<Orientation y="-0.00786"/>
</Entity>
<Entity uid="627">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="182.43204" z="590.00135"/>
<Orientation y="0.00799"/>
</Entity>
<Entity uid="628">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="182.86255" z="603.53925"/>
<Orientation y="0.25844"/>
</Entity>
<Entity uid="629">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="184.18451" z="612.36384"/>
<Orientation y="-0.00757"/>
</Entity>
<Entity uid="630">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="183.37415" z="620.2146"/>
<Orientation y="-0.26961"/>
</Entity>
<Entity uid="631">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="180.6388" z="627.93305"/>
<Orientation y="-0.65465"/>
</Entity>
<Entity uid="632">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="175.05344" z="634.5381"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="633">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="172.68104" z="637.56965"/>
<Orientation y="-0.70685"/>
</Entity>
<Entity uid="634">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="167.13605" z="644.63819"/>
<Orientation y="-0.40163"/>
</Entity>
<Entity uid="635">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="162.97588" z="652.28968"/>
<Orientation y="-0.63096"/>
</Entity>
<Entity uid="636">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="157.71738" z="659.21546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="637">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="151.59142" z="664.5547"/>
<Orientation y="-0.72814"/>
</Entity>
<Entity uid="638">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="147.32236" z="669.23926"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="639">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="145.6999" z="671.57941"/>
<Orientation y="-0.72779"/>
</Entity>
<Entity uid="640">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="139.55973" z="679.52863"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="641">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="134.56754" z="686.10682"/>
<Orientation y="-0.72614"/>
</Entity>
<Entity uid="642">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="128.68825" z="694.2544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="643">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="120.98237" z="703.90137"/>
<Orientation y="-0.06249"/>
</Entity>
<Entity uid="644">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="119.50577" z="711.13001"/>
<Orientation y="-1.10512"/>
</Entity>
<Entity uid="645">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="115.96393" z="712.93873"/>
<Orientation y="-0.59757"/>
</Entity>
<Entity uid="646">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="112.51269" z="716.61457"/>
<Orientation y="-0.73473"/>
</Entity>
<Entity uid="647">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="106.45258" z="723.50635"/>
<Orientation y="-0.9198"/>
</Entity>
<Entity uid="648">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="102.83433" z="726.35352"/>
<Orientation y="-1.1488"/>
</Entity>
<Entity uid="649">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="98.22817" z="729.08802"/>
<Orientation y="-1.11396"/>
</Entity>
<Entity uid="650">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="92.64824" z="736.91553"/>
<Orientation y="-0.77082"/>
</Entity>
<Entity uid="651">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="85.01522" z="745.58484"/>
<Orientation y="-0.91929"/>
</Entity>
<Entity uid="652">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="79.46813" z="752.5813"/>
<Orientation y="-0.85283"/>
</Entity>
<Entity uid="653">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="73.16749" z="751.22596"/>
<Orientation y="-0.43696"/>
</Entity>
<Entity uid="654">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="47.89219" z="707.99183"/>
<Orientation y="1.38073"/>
</Entity>
<Entity uid="655">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="228.07435" z="512.06623"/>
<Orientation y="1.33725"/>
</Entity>
<Entity uid="656">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="244.43442" z="493.54694"/>
<Orientation y="-2.2776"/>
</Entity>
<Entity uid="657">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="232.20966" z="443.18284"/>
<Orientation y="1.28133"/>
</Entity>
<Entity uid="658">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="216.82361" z="469.98053"/>
<Orientation y="1.39901"/>
</Entity>
<Entity uid="659">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="166.51474" z="521.1371"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="660">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="591.62836" z="714.11316"/>
<Orientation y="1.12352"/>
</Entity>
<Entity uid="661">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="582.37793" z="773.7793"/>
<Orientation y="1.33672"/>
</Entity>
<Entity uid="662">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="591.59571" z="778.25379"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="663">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="597.60077" z="779.2605"/>
<Orientation y="1.48052"/>
</Entity>
<Entity uid="664">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="606.01673" z="780.57905"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="665">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="612.20875" z="782.35615"/>
<Orientation y="1.20528"/>
</Entity>
<Entity uid="666">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="622.05958" z="786.92481"/>
<Orientation y="1.03121"/>
</Entity>
<Entity uid="667">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.51465" z="791.19843"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="668">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="638.42945" z="795.57117"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="669">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="643.52588" z="803.95435"/>
<Orientation y="0.56086"/>
</Entity>
<Entity uid="670">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="650.9839" z="815.29755"/>
<Orientation y="0.41424"/>
</Entity>
<Entity uid="671">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.37952" z="825.16163"/>
<Orientation y="0.31672"/>
</Entity>
<Entity uid="672">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.11701" z="839.61664"/>
<Orientation y="0.33751"/>
</Entity>
<Entity uid="673">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="665.13624" z="853.3694"/>
<Orientation y="0.12441"/>
</Entity>
<Entity uid="674">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="666.15833" z="864.37391"/>
<Orientation y="0.11077"/>
</Entity>
<Entity uid="675">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="669.3003" z="882.36908"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="676">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="678.45301" z="904.26154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="677">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="681.93445" z="915.97547"/>
<Orientation y="0.24062"/>
</Entity>
<Entity uid="678">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="682.67334" z="934.03724"/>
<Orientation y="0.19652"/>
</Entity>
<Entity uid="679">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.95917" z="943.60676"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="680">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="687.97272" z="952.96863"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="681">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="690.55738" z="964.41645"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="682">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="691.38843" z="973.26178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="683">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.00733" z="925.92652"/>
<Orientation y="1.44405"/>
</Entity>
<Entity uid="684">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="661.27417" z="977.38172"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="685">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="662.80634" z="966.54651"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="686">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.07575" z="953.86695"/>
<Orientation y="-2.88074"/>
</Entity>
<Entity uid="687">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.48292" z="932.03846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="688">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.50623" z="924.49738"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="689">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.51063" z="920.1316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="690">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="649.50501" z="913.80396"/>
<Orientation y="-2.87027"/>
</Entity>
<Entity uid="691">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="646.9878" z="905.57197"/>
<Orientation y="-2.92255"/>
</Entity>
<Entity uid="692">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="644.6211" z="894.54609"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="693">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="643.9961" z="887.1316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="694">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="642.75757" z="880.25184"/>
<Orientation y="-2.85563"/>
</Entity>
<Entity uid="695">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="638.9087" z="868.3844"/>
<Orientation y="-2.91478"/>
</Entity>
<Entity uid="696">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="636.28992" z="855.50709"/>
<Orientation y="-2.86008"/>
</Entity>
<Entity uid="697">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="634.06116" z="846.3"/>
<Orientation y="-2.822"/>
</Entity>
<Entity uid="698">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.56336" z="837.71814"/>
<Orientation y="-2.60096"/>
</Entity>
<Entity uid="699">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="623.71662" z="830.1648"/>
<Orientation y="-2.12708"/>
</Entity>
<Entity uid="700">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="617.7389" z="824.04688"/>
<Orientation y="-2.08344"/>
</Entity>
<Entity uid="701">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="609.62897" z="817.25843"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="702">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="602.1869" z="818.90412"/>
<Orientation y="-1.84083"/>
</Entity>
<Entity uid="703">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="593.82416" z="816.09656"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="704">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="590.20691" z="815.83057"/>
<Orientation y="-1.58777"/>
</Entity>
<Entity uid="705">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="585.1208" z="815.67682"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="706">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="578.84968" z="808.57422"/>
<Orientation y="-1.86881"/>
</Entity>
<Entity uid="707">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="573.05085" z="810.88984"/>
<Orientation y="-1.85366"/>
</Entity>
<Entity uid="708">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="567.5423" z="809.12806"/>
<Orientation y="-2.04836"/>
</Entity>
<Entity uid="709">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="563.88581" z="807.17127"/>
<Orientation y="-2.3874"/>
</Entity>
<Entity uid="710">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="560.0583" z="802.94434"/>
<Orientation y="1.01688"/>
</Entity>
<Entity uid="711">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="486.79276" z="801.9687"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="712">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="486.82386" z="801.53333"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="713">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="482.61307" z="803.76044"/>
<Orientation y="-0.74262"/>
</Entity>
<Entity uid="714">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="475.54392" z="812.05274"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="715">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="473.74616" z="813.83631"/>
<Orientation y="-0.88855"/>
</Entity>
<Entity uid="716">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="466.32374" z="820.22687"/>
<Orientation y="-0.94742"/>
</Entity>
<Entity uid="717">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="461.13831" z="823.55195"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="718">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="455.28763" z="833.00599"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="719">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="453.66623" z="844.21888"/>
<Orientation y="-0.3651"/>
</Entity>
<Entity uid="720">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="450.89289" z="851.74769"/>
<Orientation y="-0.57685"/>
</Entity>
<Entity uid="721">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="445.81717" z="858.75794"/>
<Orientation y="-0.52344"/>
</Entity>
<Entity uid="722">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="442.83454" z="864.56904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="723">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="437.83426" z="870.12513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="724">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="432.08936" z="876.03852"/>
<Orientation y="-0.2636"/>
</Entity>
<Entity uid="725">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="427.95585" z="887.15101"/>
<Orientation y="-0.24535"/>
</Entity>
<Entity uid="726">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="422.72541" z="903.10474"/>
<Orientation y="-0.34237"/>
</Entity>
<Entity uid="727">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="419.2389" z="910.10572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="728">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="416.08405" z="918.90412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="729">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="414.43381" z="932.25171"/>
<Orientation y="-0.08762"/>
</Entity>
<Entity uid="730">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="413.33472" z="942.65271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="731">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="412.43467" z="946.96265"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="732">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="410.97416" z="957.35157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="733">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="411.28324" z="964.91376"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="734">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="410.51185" z="968.70514"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="735">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="407.4922" z="982.07422"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="736">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="426.13294" z="893.75025"/>
<Orientation y="0.60447"/>
</Entity>
<Entity uid="737">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="465.98331" z="767.5713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="738">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="461.21924" z="776.6183"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="739">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="454.52656" z="779.1756"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="740">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="451.63221" z="782.23383"/>
<Orientation y="-0.67023"/>
</Entity>
<Entity uid="741">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="444.40406" z="785.63086"/>
<Orientation y="-0.79784"/>
</Entity>
<Entity uid="742">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.96747" z="794.47706"/>
<Orientation y="-0.81739"/>
</Entity>
<Entity uid="743">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.03379" z="800.22901"/>
<Orientation y="-0.84221"/>
</Entity>
<Entity uid="744">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="426.44904" z="803.08332"/>
<Orientation y="-0.74273"/>
</Entity>
<Entity uid="745">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="421.2671" z="811.11298"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="746">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="416.9528" z="817.16895"/>
<Orientation y="-0.58414"/>
</Entity>
<Entity uid="747">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="412.8657" z="822.6775"/>
<Orientation y="-0.48101"/>
</Entity>
<Entity uid="748">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="407.80414" z="831.8913"/>
<Orientation y="-0.48142"/>
</Entity>
<Entity uid="749">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="404.79563" z="837.24671"/>
<Orientation y="-0.52141"/>
</Entity>
<Entity uid="750">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="399.6702" z="846.96094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="751">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="397.73414" z="853.49537"/>
<Orientation y="-0.35851"/>
</Entity>
<Entity uid="752">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="389.21204" z="862.48224"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="753">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="388.90186" z="878.40174"/>
<Orientation y="-0.20781"/>
</Entity>
<Entity uid="754">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="383.07273" z="884.5807"/>
<Orientation y="-0.41713"/>
</Entity>
<Entity uid="755">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="382.34278" z="900.48511"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="756">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="381.12128" z="906.03626"/>
<Orientation y="-0.3145"/>
</Entity>
<Entity uid="757">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="374.20142" z="911.25824"/>
<Orientation y="-0.32766"/>
</Entity>
<Entity uid="758">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="372.63538" z="929.25147"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="759">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="371.60923" z="938.01453"/>
<Orientation y="-0.12334"/>
</Entity>
<Entity uid="760">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="370.58329" z="949.46949"/>
<Orientation y="-0.24787"/>
</Entity>
<Entity uid="761">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="367.198" z="961.5995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="762">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="365.57367" z="970.61561"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="763">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="398.13727" z="864.98914"/>
<Orientation y="0.90185"/>
</Entity>
<Entity uid="764">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="422.51392" z="687.9286"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="765">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.57123" z="711.86414"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="766">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="418.13315" z="749.63422"/>
<Orientation y="1.38146"/>
</Entity>
<Entity uid="767">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="508.408" z="642.91614"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="768">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="497.34433" z="618.83686"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="769">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="537.91193" z="652.83985"/>
<Orientation y="1.23272"/>
</Entity>
<Entity uid="770">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="641.82825" z="740.37116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="771">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="674.96216" z="781.05054"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="772">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="588.06403" z="883.45447"/>
<Orientation y="-2.03579"/>
</Entity>
<Entity uid="773">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="560.7317" z="881.59198"/>
<Orientation y="-1.48287"/>
</Entity>
<Entity uid="774">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="527.64191" z="891.97046"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="775">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="509.43488" z="880.05622"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="776">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="474.10663" z="854.48548"/>
<Orientation y="0.14109"/>
</Entity>
<Entity uid="777">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="807.38965" z="328.89014"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="778">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="801.63257" z="290.70087"/>
<Orientation y="-2.86489"/>
</Entity>
<Entity uid="779">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="791.542" z="258.6667"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="780">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="726.48914" z="454.56263"/>
<Orientation y="1.25455"/>
</Entity>
<Entity uid="781">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="682.70093" z="456.06568"/>
<Orientation y="2.10827"/>
</Entity>
<Entity uid="782">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="741.2627" z="431.65265"/>
<Orientation y="-2.01345"/>
</Entity>
<Entity uid="783">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="633.23951" z="220.26514"/>
<Orientation y="-3.08716"/>
</Entity>
<Entity uid="784">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="712.21113" z="193.55721"/>
<Orientation y="1.11565"/>
</Entity>
<Entity uid="785">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="695.18928" z="252.67203"/>
<Orientation y="2.50777"/>
</Entity>
<Entity uid="786">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="624.8877" z="335.89103"/>
<Orientation y="-2.38633"/>
</Entity>
<Entity uid="787">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="548.73884" z="223.85462"/>
<Orientation y="2.61477"/>
</Entity>
<Entity uid="788">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="590.78156" z="214.72303"/>
<Orientation y="0.66761"/>
</Entity>
<Entity uid="789">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="625.18378" z="179.56505"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="790">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="688.12537" z="135.64951"/>
<Orientation y="1.4745"/>
</Entity>
<Entity uid="798">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="696.61768" z="342.30658"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="799">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="532.2934" z="766.93659"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="828">
<Template>other/bridge_wooden</Template>
<Player>0</Player>
<Position x="916.6037" z="531.7107"/>
<Orientation y="3.10434"/>
</Entity>
<Entity uid="829">
<Template>other/bridge_wooden</Template>
<Player>0</Player>
<Position x="917.3625" z="544.38178"/>
<Orientation y="-0.0089"/>
</Entity>
<Entity uid="830">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="80.1608" z="413.55137"/>
<Orientation y="-2.18749"/>
</Entity>
<Entity uid="831">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="73.61132" z="403.66492"/>
<Orientation y="2.95005"/>
</Entity>
<Entity uid="832">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="77.03876" z="388.16056"/>
<Orientation y="3.04946"/>
</Entity>
<Entity uid="833">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="75.80025" z="378.4792"/>
<Orientation y="-2.53795"/>
</Entity>
<Entity uid="834">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="71.20173" z="370.63147"/>
<Orientation y="-2.65105"/>
</Entity>
<Entity uid="835">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="69.0358" z="352.99891"/>
<Orientation y="3.09546"/>
</Entity>
<Entity uid="836">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="70.45562" z="343.26001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="837">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="73.58548" z="348.94578"/>
<Orientation y="0.49448"/>
</Entity>
<Entity uid="838">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="80.76236" z="363.64158"/>
<Orientation y="0.0499"/>
</Entity>
<Entity uid="839">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="82.00028" z="378.46354"/>
<Orientation y="0.4612"/>
</Entity>
<Entity uid="840">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="85.97294" z="388.64945"/>
<Orientation y="-0.1027"/>
</Entity>
<Entity uid="841">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.99373" z="411.29926"/>
<Orientation y="-3.08024"/>
</Entity>
<Entity uid="842">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.466" z="397.07178"/>
<Orientation y="-3.11307"/>
</Entity>
<Entity uid="843">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.05234" z="379.5359"/>
<Orientation y="-3.08985"/>
</Entity>
<Entity uid="844">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="114.08445" z="365.11442"/>
<Orientation y="-2.26879"/>
</Entity>
<Entity uid="845">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="108.51" z="361.21631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="846">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="105.16308" z="353.92356"/>
<Orientation y="-2.8652"/>
</Entity>
<Entity uid="847">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="101.80814" z="336.54874"/>
<Orientation y="2.83251"/>
</Entity>
<Entity uid="848">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="110.32033" z="326.05945"/>
<Orientation y="0.27976"/>
</Entity>
<Entity uid="849">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.13411" z="346.29657"/>
<Orientation y="0.32049"/>
</Entity>
<Entity uid="850">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="120.62516" z="359.77845"/>
<Orientation y="0.44251"/>
</Entity>
<Entity uid="851">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="126.4581" z="373.7204"/>
<Orientation y="-0.13769"/>
</Entity>
<Entity uid="852">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="123.47112" z="394.41477"/>
<Orientation y="0.17716"/>
</Entity>
<Entity uid="853">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="129.04276" z="410.65714"/>
<Orientation y="2.00022"/>
</Entity>
<Entity uid="854">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="214.26493" z="114.8906"/>
<Orientation y="2.70694"/>
</Entity>
<Entity uid="855">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="296.63587" z="119.2883"/>
<Orientation y="-2.71058"/>
</Entity>
<Entity uid="856">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="292.30231" z="109.66529"/>
<Orientation y="-2.7392"/>
</Entity>
<Entity uid="857">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="289.9336" z="93.89246"/>
<Orientation y="3.10302"/>
</Entity>
<Entity uid="858">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="291.72437" z="83.7536"/>
<Orientation y="2.81818"/>
</Entity>
<Entity uid="859">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="298.70301" z="69.63443"/>
<Orientation y="2.42251"/>
</Entity>
<Entity uid="860">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="342.66868" z="124.98453"/>
<Orientation y="-2.882"/>
</Entity>
<Entity uid="861">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="340.24735" z="116.25336"/>
<Orientation y="-3.01145"/>
</Entity>
<Entity uid="862">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="340.15772" z="103.27085"/>
<Orientation y="2.62552"/>
</Entity>
<Entity uid="863">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="349.11985" z="94.90654"/>
<Orientation y="0.46572"/>
</Entity>
<Entity uid="864">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="352.86637" z="96.9612"/>
<Orientation y="2.67737"/>
</Entity>
<Entity uid="865">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="360.33362" z="81.16239"/>
<Orientation y="-2.92396"/>
</Entity>
<Entity uid="866">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="358.38431" z="74.73766"/>
<Orientation y="3.11509"/>
</Entity>
<Entity uid="867">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="360.58222" z="65.79232"/>
<Orientation y="2.00734"/>
</Entity>
<Entity uid="868">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="368.0233" z="63.68487"/>
<Orientation y="0.35454"/>
</Entity>
<Entity uid="869">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="371.07367" z="71.09844"/>
<Orientation y="2.49628"/>
</Entity>
<Entity uid="870">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="375.75046" z="64.86687"/>
<Orientation y="2.90351"/>
</Entity>
<Entity uid="871">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="378.78873" z="58.44426"/>
<Orientation y="2.32261"/>
</Entity>
<Entity uid="872">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="346.0279" z="90.90424"/>
<Orientation y="-3.00753"/>
</Entity>
<Entity uid="873">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="343.32471" z="81.64856"/>
<Orientation y="2.72718"/>
</Entity>
<Entity uid="874">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="353.66306" z="75.55015"/>
<Orientation y="0.08001"/>
</Entity>
<Entity uid="875">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="341.42554" z="91.43915"/>
<Orientation y="-2.34874"/>
</Entity>
<Entity uid="876">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="441.28177" z="36.1075"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="877">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="449.40488" z="36.84946"/>
<Orientation y="1.75174"/>
</Entity>
<Entity uid="878">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="455.08353" z="33.65946"/>
<Orientation y="3.06438"/>
</Entity>
<Entity uid="879">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="454.70469" z="26.54226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="880">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="454.17573" z="22.43766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="881">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="445.83304" z="24.11991"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="882">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="445.48282" z="29.17022"/>
<Orientation y="1.0046"/>
</Entity>
<Entity uid="883">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="527.62311" z="58.02703"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="884">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="535.66907" z="54.85482"/>
<Orientation y="2.10644"/>
</Entity>
<Entity uid="885">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="543.21888" z="51.52135"/>
<Orientation y="-3.07587"/>
</Entity>
<Entity uid="886">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="541.44788" z="35.32331"/>
<Orientation y="0.5687"/>
</Entity>
<Entity uid="887">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="546.18366" z="46.8487"/>
<Orientation y="0.19547"/>
</Entity>
<Entity uid="888">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="550.26191" z="63.449"/>
<Orientation y="1.19162"/>
</Entity>
<Entity uid="889">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="557.0713" z="64.00051"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="890">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="560.46283" z="56.55207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="891">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="561.85138" z="55.72286"/>
<Orientation y="-2.2184"/>
</Entity>
<Entity uid="892">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="551.09046" z="43.36219"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="893">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="555.58814" z="56.42215"/>
<Orientation y="1.79609"/>
</Entity>
<Entity uid="894">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="536.6388" z="42.75794"/>
<Orientation y="-1.3753"/>
</Entity>
<Entity uid="895">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="525.21155" z="49.80785"/>
<Orientation y="1.17173"/>
</Entity>
<Entity uid="896">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="418.38172" z="185.26871"/>
<Orientation y="-0.01212"/>
</Entity>
<Entity uid="897">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="417.45838" z="191.1941"/>
<Orientation y="-1.33431"/>
</Entity>
<Entity uid="898">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="400.30625" z="192.07773"/>
<Orientation y="-1.60143"/>
</Entity>
<Entity uid="899">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="388.79084" z="192.41453"/>
<Orientation y="-0.94446"/>
</Entity>
<Entity uid="900">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="393.04755" z="185.77457"/>
<Orientation y="-0.14357"/>
</Entity>
<Entity uid="901">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="389.60071" z="198.9761"/>
<Orientation y="1.71511"/>
</Entity>
<Entity uid="902">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="413.52607" z="195.27"/>
<Orientation y="1.88337"/>
</Entity>
<Entity uid="903">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="435.06739" z="190.64005"/>
<Orientation y="1.67716"/>
</Entity>
<Entity uid="904">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="447.06373" z="188.58619"/>
<Orientation y="2.73739"/>
</Entity>
<Entity uid="905">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="438.10761" z="181.47641"/>
<Orientation y="-1.40174"/>
</Entity>
<Entity uid="906">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="415.35718" z="184.16611"/>
<Orientation y="-1.55619"/>
</Entity>
<Entity uid="907">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="404.7559" z="185.98371"/>
<Orientation y="-1.68631"/>
</Entity>
<Entity uid="908">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="385.8093" z="182.73774"/>
<Orientation y="-1.27446"/>
</Entity>
<Entity uid="909">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="411.50757" z="196.94956"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="910">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="424.72995" z="195.75165"/>
<Orientation y="2.41622"/>
</Entity>
<Entity uid="911">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="409.97675" z="201.83149"/>
<Orientation y="-0.7632"/>
</Entity>
<Entity uid="912">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="725.8595" z="118.7175"/>
<Orientation y="-2.78246"/>
</Entity>
<Entity uid="913">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="723.03345" z="98.60138"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="914">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="718.82007" z="85.62855"/>
<Orientation y="-1.9557"/>
</Entity>
<Entity uid="915">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="707.5492" z="80.60206"/>
<Orientation y="-2.16996"/>
</Entity>
<Entity uid="916">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="703.25751" z="77.85428"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="917">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="712.04645" z="67.96012"/>
<Orientation y="0.81516"/>
</Entity>
<Entity uid="918">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="719.0417" z="74.7006"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="919">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="722.03437" z="81.93348"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="920">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="728.56525" z="90.8617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="921">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="733.39203" z="98.33301"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="922">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="732.52308" z="111.81324"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="923">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="735.1048" z="118.29163"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="924">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="884.53077" z="231.22779"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="925">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="881.21753" z="228.90857"/>
<Orientation y="-1.33016"/>
</Entity>
<Entity uid="926">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="870.50611" z="234.11118"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="927">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="868.6698" z="241.8501"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="928">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.75586" z="230.21415"/>
<Orientation y="3.13932"/>
</Entity>
<Entity uid="929">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.84626" z="217.33271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="930">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.64094" z="212.21366"/>
<Orientation y="-2.09054"/>
</Entity>
<Entity uid="931">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="847.5279" z="206.37494"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="932">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="847.35328" z="197.81785"/>
<Orientation y="-3.13176"/>
</Entity>
<Entity uid="933">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="845.3584" z="186.22098"/>
<Orientation y="1.80367"/>
</Entity>
<Entity uid="934">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="865.04871" z="186.7464"/>
<Orientation y="0.20981"/>
</Entity>
<Entity uid="935">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="866.66169" z="197.3902"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="936">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="867.1825" z="206.78638"/>
<Orientation y="0.36181"/>
</Entity>
<Entity uid="937">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="873.03742" z="219.04136"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="938">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="876.17542" z="219.51331"/>
<Orientation y="2.3119"/>
</Entity>
<Entity uid="939">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="884.03174" z="213.01966"/>
<Orientation y="-2.9219"/>
</Entity>
<Entity uid="940">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="881.46637" z="204.45456"/>
<Orientation y="-2.69095"/>
</Entity>
<Entity uid="941">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="877.42255" z="197.53171"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="942">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="860.08887" z="192.41511"/>
<Orientation y="1.45733"/>
</Entity>
<Entity uid="943">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="851.92658" z="201.83393"/>
<Orientation y="-3.02462"/>
</Entity>
<Entity uid="944">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="855.21503" z="185.31223"/>
<Orientation y="0.70257"/>
</Entity>
<Entity uid="945">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="871.23163" z="186.21763"/>
<Orientation y="2.85488"/>
</Entity>
<Entity uid="946">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="877.46094" z="180.23902"/>
<Orientation y="0.26018"/>
</Entity>
<Entity uid="947">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="878.53675" z="195.03483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="948">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="880.08796" z="201.7169"/>
<Orientation y="0.93665"/>
</Entity>
<Entity uid="949">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="884.54206" z="204.90561"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="950">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="886.15741" z="208.0152"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="951">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="887.64673" z="215.46183"/>
<Orientation y="0.7026"/>
</Entity>
<Entity uid="952">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="863.33008" z="167.80073"/>
<Orientation y="-3.0259"/>
</Entity>
<Entity uid="953">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="862.66913" z="162.50838"/>
<Orientation y="-1.34746"/>
</Entity>
<Entity uid="954">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="848.65381" z="166.549"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="955">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="848.07099" z="166.96177"/>
<Orientation y="-2.00562"/>
</Entity>
<Entity uid="956">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="838.18769" z="161.6312"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="957">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="851.15888" z="156.68918"/>
<Orientation y="1.0818"/>
</Entity>
<Entity uid="958">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="759.49292" z="586.2378"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="959">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="762.41492" z="586.62153"/>
<Orientation y="2.73583"/>
</Entity>
<Entity uid="960">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="765.64307" z="577.85743"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="961">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="770.96021" z="576.10193"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="962">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="772.51832" z="578.80665"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="963">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="777.0492" z="573.14161"/>
<Orientation y="2.45562"/>
</Entity>
<Entity uid="964">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="781.25483" z="573.32264"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="965">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="785.98487" z="575.44861"/>
<Orientation y="2.20005"/>
</Entity>
<Entity uid="966">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="791.83631" z="570.46698"/>
<Orientation y="3.04786"/>
</Entity>
<Entity uid="967">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="797.01392" z="567.44361"/>
<Orientation y="0.20914"/>
</Entity>
<Entity uid="968">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="797.6814" z="572.68836"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="969">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="800.1579" z="573.09015"/>
<Orientation y="2.51752"/>
</Entity>
<Entity uid="970">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="802.57966" z="569.77942"/>
<Orientation y="2.76256"/>
</Entity>
<Entity uid="971">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="805.74714" z="561.6811"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="972">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="810.36213" z="563.2953"/>
<Orientation y="0.50274"/>
</Entity>
<Entity uid="973">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="814.03162" z="569.82325"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="974">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="819.37183" z="570.35981"/>
<Orientation y="2.76998"/>
</Entity>
<Entity uid="975">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="821.1468" z="565.3954"/>
<Orientation y="1.40062"/>
</Entity>
<Entity uid="976">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="829.56647" z="565.51026"/>
<Orientation y="0.56159"/>
</Entity>
<Entity uid="977">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="833.98536" z="569.26868"/>
<Orientation y="1.13714"/>
</Entity>
<Entity uid="978">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="788.76032" z="563.5279"/>
<Orientation y="0.67597"/>
</Entity>
<Entity uid="979">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="814.12342" z="541.99897"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="980">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="807.20765" z="549.11591"/>
<Orientation y="-1.23995"/>
</Entity>
<Entity uid="981">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="795.19098" z="557.7223"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="982">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="767.9958" z="568.90094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="983">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="752.95154" z="583.5428"/>
<Orientation y="0.51433"/>
</Entity>
<Entity uid="984">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="828.65125" z="551.61011"/>
<Orientation y="0.7105"/>
</Entity>
<Entity uid="985">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="850.91596" z="572.03418"/>
<Orientation y="-3.13398"/>
</Entity>
<Entity uid="986">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="781.11835" z="557.86188"/>
<Orientation y="0.65471"/>
</Entity>
<Entity uid="987">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="86.55999" z="576.77131"/>
<Orientation y="-0.71985"/>
</Entity>
<Entity uid="988">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="74.47294" z="586.66785"/>
<Orientation y="-0.39478"/>
</Entity>
<Entity uid="989">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="64.6709" z="611.12177"/>
<Orientation y="-0.09314"/>
</Entity>
<Entity uid="990">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="60.36236" z="635.10639"/>
<Orientation y="1.0661"/>
</Entity>
<Entity uid="991">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="39.20522" z="562.74073"/>
<Orientation y="-3.1171"/>
</Entity>
<Entity uid="992">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="42.0831" z="525.28693"/>
<Orientation y="2.70952"/>
</Entity>
<Entity uid="993">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="47.09375" z="506.91086"/>
<Orientation y="-2.71041"/>
</Entity>
<Entity uid="994">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="36.42467" z="498.10456"/>
<Orientation y="2.26323"/>
</Entity>
<Entity uid="995">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="79.01345" z="511.83744"/>
<Orientation y="-0.10465"/>
</Entity>
<Entity uid="996">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="70.18166" z="553.58564"/>
<Orientation y="-3.05088"/>
</Entity>
<Entity uid="997">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="73.65055" z="462.01771"/>
<Orientation y="1.23095"/>
</Entity>
<Entity uid="998">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="257.35389" z="539.77393"/>
<Orientation y="1.6972"/>
</Entity>
<Entity uid="999">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="268.05616" z="554.2389"/>
<Orientation y="1.91544"/>
</Entity>
<Entity uid="1000">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="284.80961" z="549.52424"/>
<Orientation y="2.20784"/>
</Entity>
<Entity uid="1001">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="311.91642" z="555.46912"/>
<Orientation y="0.32868"/>
</Entity>
<Entity uid="1002">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="316.67981" z="567.89185"/>
<Orientation y="2.23154"/>
</Entity>
<Entity uid="1003">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="321.06617" z="562.80439"/>
<Orientation y="2.61011"/>
</Entity>
<Entity uid="1004">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="331.03025" z="551.60114"/>
<Orientation y="1.16735"/>
</Entity>
<Entity uid="1005">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="335.02512" z="557.7497"/>
<Orientation y="0.43033"/>
</Entity>
<Entity uid="1006">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="342.95987" z="570.45594"/>
<Orientation y="2.64638"/>
</Entity>
<Entity uid="1007">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="345.61146" z="565.82679"/>
<Orientation y="-3.08133"/>
</Entity>
<Entity uid="1008">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="338.9712" z="549.25599"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1009">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="322.48856" z="550.11744"/>
<Orientation y="0.38314"/>
</Entity>
<Entity uid="1010">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="315.34314" z="556.97925"/>
<Orientation y="0.68577"/>
</Entity>
<Entity uid="1011">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="304.50614" z="563.74842"/>
<Orientation y="-1.95517"/>
</Entity>
<Entity uid="1012">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="291.84653" z="563.18702"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1013">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="301.11701" z="557.84144"/>
<Orientation y="0.9792"/>
</Entity>
<Entity uid="1014">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="300.02341" z="566.2508"/>
<Orientation y="3.10726"/>
</Entity>
<Entity uid="1015">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="375.20658" z="633.31446"/>
<Orientation y="1.81016"/>
</Entity>
<Entity uid="1016">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="380.11857" z="638.79853"/>
<Orientation y="1.54589"/>
</Entity>
<Entity uid="1017">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="388.14435" z="645.93647"/>
<Orientation y="1.41366"/>
</Entity>
<Entity uid="1018">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="397.09305" z="652.53357"/>
<Orientation y="1.11725"/>
</Entity>
<Entity uid="1019">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="402.91916" z="657.31238"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1020">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="351.50483" z="676.81043"/>
<Orientation y="1.83024"/>
</Entity>
<Entity uid="1021">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="350.99704" z="700.73615"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="1022">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="356.5308" z="700.8144"/>
<Orientation y="1.90683"/>
</Entity>
<Entity uid="1023">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="360.0431" z="699.35132"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="1024">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="366.38895" z="700.23792"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="1025">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="373.02646" z="701.8274"/>
<Orientation y="1.53663"/>
</Entity>
<Entity uid="1026">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="380.57572" z="702.22675"/>
<Orientation y="1.47783"/>
</Entity>
<Entity uid="1027">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="249.19347" z="639.37244"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1028">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="245.77587" z="640.79139"/>
<Orientation y="-2.53571"/>
</Entity>
<Entity uid="1029">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="242.50562" z="639.64545"/>
<Orientation y="-0.23865"/>
</Entity>
<Entity uid="1030">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="236.78338" z="640.66175"/>
<Orientation y="2.90081"/>
</Entity>
<Entity uid="1031">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="229.2857" z="643.90918"/>
<Orientation y="-1.61294"/>
</Entity>
<Entity uid="1032">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="221.3867" z="648.11762"/>
<Orientation y="1.11727"/>
</Entity>
<Entity uid="1033">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="264.83271" z="613.31867"/>
<Orientation y="-0.13215"/>
</Entity>
<Entity uid="1034">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="259.16529" z="610.84211"/>
<Orientation y="-2.77968"/>
</Entity>
<Entity uid="1035">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="255.13334" z="607.35767"/>
<Orientation y="-2.59339"/>
</Entity>
<Entity uid="1036">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="247.76243" z="605.58893"/>
<Orientation y="1.57653"/>
</Entity>
<Entity uid="1037">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="241.15014" z="603.46851"/>
<Orientation y="-1.5186"/>
</Entity>
<Entity uid="1038">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="237.58822" z="604.03577"/>
<Orientation y="-1.79577"/>
</Entity>
<Entity uid="1039">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="230.07248" z="603.7204"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1040">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="297.62238" z="784.08686"/>
<Orientation y="-0.04691"/>
</Entity>
<Entity uid="1041">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="307.06128" z="777.66822"/>
<Orientation y="2.21766"/>
</Entity>
<Entity uid="1042">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="316.94086" z="769.70545"/>
<Orientation y="2.90311"/>
</Entity>
<Entity uid="1043">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="325.78608" z="747.154"/>
<Orientation y="0.3636"/>
</Entity>
<Entity uid="1044">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="315.49555" z="752.08283"/>
<Orientation y="0.2048"/>
</Entity>
<Entity uid="1045">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="295.65632" z="773.56537"/>
<Orientation y="1.63186"/>
</Entity>
<Entity uid="1046">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="303.39243" z="772.82471"/>
<Orientation y="2.08207"/>
</Entity>
<Entity uid="1047">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="312.8968" z="767.01301"/>
<Orientation y="2.19318"/>
</Entity>
<Entity uid="1048">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="318.16437" z="763.43122"/>
<Orientation y="2.1676"/>
</Entity>
<Entity uid="1049">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="309.51191" z="784.70905"/>
<Orientation y="2.27527"/>
</Entity>
<Entity uid="1050">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="317.51801" z="775.69056"/>
<Orientation y="2.57294"/>
</Entity>
<Entity uid="1051">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="326.45023" z="764.01331"/>
<Orientation y="2.13228"/>
</Entity>
<Entity uid="1052">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="302.6992" z="765.16492"/>
<Orientation y="0.8657"/>
</Entity>
<Entity uid="1053">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="387.52591" z="622.50654"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1054">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="380.74714" z="595.46515"/>
<Orientation y="1.06682"/>
</Entity>
<Entity uid="1055">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="790.90595" z="826.25068"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1056">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="800.23548" z="816.05164"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1057">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="857.0973" z="721.06672"/>
<Orientation y="2.6761"/>
</Entity>
<Entity uid="1058">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.97876" z="711.69275"/>
<Orientation y="3.02387"/>
</Entity>
<Entity uid="1059">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="863.76447" z="699.16126"/>
<Orientation y="-3.0402"/>
</Entity>
<Entity uid="1060">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="867.06006" z="688.79578"/>
<Orientation y="1.9047"/>
</Entity>
<Entity uid="1061">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="867.40015" z="707.18006"/>
<Orientation y="0.09754"/>
</Entity>
<Entity uid="1062">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="725.91742" z="679.62623"/>
<Orientation y="-2.82699"/>
</Entity>
<Entity uid="1063">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="720.32435" z="678.33863"/>
<Orientation y="-1.88042"/>
</Entity>
<Entity uid="1064">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="713.31366" z="684.65528"/>
<Orientation y="-0.53643"/>
</Entity>
<Entity uid="1065">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="708.1999" z="694.55848"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1066">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="703.78193" z="703.28895"/>
<Orientation y="-1.00683"/>
</Entity>
<Entity uid="1067">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="696.0254" z="709.5149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1068">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="698.11445" z="697.06293"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1069">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="700.94294" z="687.34449"/>
<Orientation y="2.37043"/>
</Entity>
<Entity uid="1070">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="705.97486" z="683.68592"/>
<Orientation y="1.86765"/>
</Entity>
<Entity uid="1071">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="712.6186" z="681.48737"/>
<Orientation y="2.07641"/>
</Entity>
<Entity uid="1072">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="717.44123" z="679.25965"/>
<Orientation y="-2.89655"/>
</Entity>
<Entity uid="1073">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="737.52118" z="822.36731"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1074">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="734.75086" z="821.89161"/>
<Orientation y="-1.78386"/>
</Entity>
<Entity uid="1075">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="728.4687" z="822.04041"/>
<Orientation y="-1.7383"/>
</Entity>
<Entity uid="1076">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="722.6034" z="823.0871"/>
<Orientation y="-1.53982"/>
</Entity>
<Entity uid="1077">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="714.9773" z="826.15088"/>
<Orientation y="-1.9321"/>
</Entity>
<Entity uid="1078">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="710.12482" z="825.28095"/>
<Orientation y="-2.13401"/>
</Entity>
<Entity uid="1079">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="705.41272" z="822.99"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1080">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="704.63257" z="820.57782"/>
<Orientation y="1.26525"/>
</Entity>
<Entity uid="1081">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="713.40497" z="822.17896"/>
<Orientation y="0.84513"/>
</Entity>
<Entity uid="1082">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="716.69043" z="824.81019"/>
<Orientation y="0.74068"/>
</Entity>
<Entity uid="1083">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="719.55518" z="827.67688"/>
<Orientation y="0.37697"/>
</Entity>
<Entity uid="1084">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="722.26148" z="834.09467"/>
<Orientation y="1.8482"/>
</Entity>
<Entity uid="1085">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="701.17426" z="825.5683"/>
<Orientation y="1.43256"/>
</Entity>
<Entity uid="1086">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="700.13428" z="811.14014"/>
<Orientation y="-1.61881"/>
</Entity>
<Entity uid="1087">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="693.89924" z="817.90674"/>
<Orientation y="1.53333"/>
</Entity>
<Entity uid="1088">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="711.0088" z="816.97693"/>
<Orientation y="1.15943"/>
</Entity>
<Entity uid="1089">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="605.6897" z="99.53267"/>
<Orientation y="0.03608"/>
</Entity>
<Entity uid="1090">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="606.5337" z="123.02344"/>
<Orientation y="-0.87027"/>
</Entity>
<Entity uid="1091">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="599.12433" z="126.547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1092">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="597.69227" z="134.42392"/>
<Orientation y="1.51014"/>
</Entity>
<Entity uid="1093">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="603.85328" z="133.61704"/>
<Orientation y="2.5334"/>
</Entity>
<Entity uid="1094">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="611.71705" z="122.1367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1095">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="613.2577" z="118.16243"/>
<Orientation y="2.65961"/>
</Entity>
<Entity uid="1096">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="615.87989" z="108.93786"/>
<Orientation y="-1.79468"/>
</Entity>
<Entity uid="1097">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="608.1001" z="105.84253"/>
<Orientation y="-0.43256"/>
</Entity>
<Entity uid="1098">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="604.2569" z="113.88982"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1099">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="604.79834" z="119.32741"/>
<Orientation y="0.72413"/>
</Entity>
<Entity uid="1100">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="612.00031" z="142.35961"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1101">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="610.83381" z="144.34592"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1102">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="623.34321" z="124.13755"/>
<Orientation y="2.89307"/>
</Entity>
<Entity uid="1103">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="623.02131" z="118.8928"/>
<Orientation y="-0.67754"/>
</Entity>
<Entity uid="1104">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="617.62397" z="129.83077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1105">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="616.88825" z="117.035"/>
<Orientation y="0.47124"/>
</Entity>
<Entity uid="1106">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="369.78235" z="394.1402"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1107">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="374.20856" z="398.98951"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1108">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="373.99418" z="406.06763"/>
<Orientation y="1.99863"/>
</Entity>
<Entity uid="1109">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="163.32761" z="285.17823"/>
<Orientation y="2.16724"/>
</Entity>
<Entity uid="1110">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="181.68427" z="268.5363"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1111">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="188.5641" z="258.39402"/>
<Orientation y="2.20214"/>
</Entity>
<Entity uid="1112">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="157.4415" z="252.8223"/>
<Orientation y="-1.84585"/>
</Entity>
<Entity uid="1113">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="123.48058" z="259.03827"/>
<Orientation y="-1.24271"/>
</Entity>
<Entity uid="1114">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="97.66018" z="270.25153"/>
<Orientation y="-0.41797"/>
</Entity>
<Entity uid="1115">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="174.81771" z="731.82923"/>
<Orientation y="0.40581"/>
</Entity>
<Entity uid="1116">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="189.21456" z="790.62964"/>
<Orientation y="0.2123"/>
</Entity>
<Entity uid="1117">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="211.88686" z="843.6587"/>
<Orientation y="0.69451"/>
</Entity>
<Entity uid="1118">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="247.75344" z="829.71424"/>
<Orientation y="1.80727"/>
</Entity>
<Entity uid="1119">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="260.44446" z="878.97584"/>
<Orientation y="0.0829"/>
</Entity>
<Entity uid="1120">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="260.63935" z="899.88221"/>
<Orientation y="-0.25857"/>
</Entity>
<Entity uid="1121">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="258.04859" z="910.79078"/>
<Orientation y="0.62157"/>
</Entity>
<Entity uid="1122">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="270.36432" z="926.33265"/>
<Orientation y="-2.6668"/>
</Entity>
<Entity uid="1123">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="268.26752" z="912.00892"/>
<Orientation y="1.41678"/>
</Entity>
<Entity uid="1124">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="270.66663" z="892.1836"/>
<Orientation y="0.13524"/>
</Entity>
<Entity uid="1125">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="270.19907" z="879.47651"/>
<Orientation y="2.4329"/>
</Entity>
<Entity uid="1126">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="275.86945" z="886.21326"/>
<Orientation y="3.07056"/>
</Entity>
<Entity uid="1127">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="397.779" z="786.34424"/>
<Orientation y="2.51938"/>
</Entity>
<Entity uid="1128">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="445.71952" z="757.79609"/>
<Orientation y="2.77718"/>
</Entity>
<Entity uid="1129">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="451.37922" z="742.13294"/>
<Orientation y="3.126"/>
</Entity>
<Entity uid="1130">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="450.2447" z="728.09473"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1131">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="592.2776" z="599.5987"/>
<Orientation y="1.79424"/>
</Entity>
<Entity uid="1132">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="617.57154" z="595.39502"/>
<Orientation y="2.35389"/>
</Entity>
<Entity uid="1133">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="631.70661" z="582.75532"/>
<Orientation y="3.0334"/>
</Entity>
<Entity uid="1134">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="629.86902" z="568.73963"/>
<Orientation y="-2.99236"/>
</Entity>
<Entity uid="1135">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="619.1991" z="576.6554"/>
<Orientation y="-0.48488"/>
</Entity>
<Entity uid="1136">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="750.60389" z="450.09766"/>
<Orientation y="1.57029"/>
</Entity>
<Entity uid="1137">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="765.55542" z="452.81531"/>
<Orientation y="1.28057"/>
</Entity>
<Entity uid="1138">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="877.54786" z="291.45786"/>
<Orientation y="2.4811"/>
</Entity>
<Entity uid="1139">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="897.93238" z="266.26795"/>
<Orientation y="2.33706"/>
</Entity>
<Entity uid="1140">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="913.61207" z="253.30912"/>
<Orientation y="2.26833"/>
</Entity>
<Entity uid="1141">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="973.0362" z="359.05872"/>
<Orientation y="0.51478"/>
</Entity>
<Entity uid="1142">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="999.1258" z="453.52515"/>
<Orientation y="-2.95081"/>
</Entity>
<Entity uid="1143">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="990.38282" z="646.15314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1144">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="966.86237" z="717.50245"/>
<Orientation y="0.36767"/>
</Entity>
<Entity uid="1145">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="857.20215" z="828.0597"/>
<Orientation y="-0.04422"/>
</Entity>
<Entity uid="1146">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="824.35907" z="869.67469"/>
<Orientation y="-1.83523"/>
</Entity>
<Entity uid="1147">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="802.25562" z="868.1355"/>
<Orientation y="-2.60732"/>
</Entity>
<Entity uid="1148">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="841.67951" z="799.90772"/>
<Orientation y="0.45089"/>
</Entity>
<Entity uid="1149">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="811.13465" z="612.02411"/>
<Orientation y="0.75042"/>
</Entity>
<Entity uid="1150">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="477.09308" z="598.25721"/>
<Orientation y="-0.8999"/>
</Entity>
<Entity uid="1151">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="414.13855" z="505.3678"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1152">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.8813" z="498.10859"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1153">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="409.73963" z="495.12406"/>
<Orientation y="0.3962"/>
</Entity>
<Entity uid="1154">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="318.68738" z="446.62623"/>
<Orientation y="-1.66793"/>
</Entity>
<Entity uid="1155">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="230.54049" z="336.5475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1156">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="431.4766" z="990.62592"/>
<Orientation y="1.64922"/>
</Entity>
<Entity uid="1157">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="457.81019" z="986.72889"/>
<Orientation y="3.06032"/>
</Entity>
<Entity uid="1158">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="457.77625" z="972.26526"/>
<Orientation y="-2.46279"/>
</Entity>
<Entity uid="1159">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="444.07245" z="953.24665"/>
<Orientation y="-2.886"/>
</Entity>
<Entity uid="1160">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="442.12137" z="937.7016"/>
<Orientation y="2.83619"/>
</Entity>
<Entity uid="1161">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="450.10538" z="926.41761"/>
<Orientation y="1.55474"/>
</Entity>
<Entity uid="1162">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="478.33771" z="931.47864"/>
<Orientation y="-0.18212"/>
</Entity>
<Entity uid="1163">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="472.19193" z="953.22461"/>
<Orientation y="-0.38222"/>
</Entity>
<Entity uid="1164">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="471.17432" z="968.52295"/>
<Orientation y="0.50878"/>
</Entity>
<Entity uid="1165">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="484.73795" z="993.63685"/>
<Orientation y="2.92775"/>
</Entity>
<Entity uid="1166">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="485.89103" z="967.7574"/>
<Orientation y="-2.72622"/>
</Entity>
<Entity uid="1167">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="473.606" z="940.97211"/>
<Orientation y="-2.5824"/>
</Entity>
<Entity uid="1168">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="461.55521" z="922.48615"/>
<Orientation y="2.6009"/>
</Entity>
<Entity uid="1169">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="619.79365" z="974.86121"/>
<Orientation y="-1.81194"/>
</Entity>
<Entity uid="1170">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="601.08924" z="957.4574"/>
<Orientation y="-2.66266"/>
</Entity>
<Entity uid="1171">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="608.38013" z="901.23426"/>
<Orientation y="2.28745"/>
</Entity>
<Entity uid="1172">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="615.87342" z="894.02161"/>
<Orientation y="-3.13117"/>
</Entity>
<Entity uid="1173">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="614.51215" z="863.6836"/>
<Orientation y="2.7698"/>
</Entity>
<Entity uid="1174">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="617.38929" z="861.84791"/>
<Orientation y="0.40745"/>
</Entity>
<Entity uid="1175">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="628.03223" z="896.3606"/>
<Orientation y="0.03081"/>
</Entity>
<Entity uid="1176">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="628.48139" z="910.93744"/>
<Orientation y="0.192"/>
</Entity>
<Entity uid="1177">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="636.72028" z="948.75599"/>
<Orientation y="0.98452"/>
</Entity>
<Entity uid="1181">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="165.62598" z="415.83698"/>
<Orientation y="1.34702"/>
</Entity>
<Entity uid="1182">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="799.87183" z="323.32953"/>
<Orientation y="0.43871"/>
</Entity>
<Entity uid="1183">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="465.51719" z="895.96827"/>
<Orientation y="-2.38521"/>
</Entity>
<Entity uid="1186">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="273.85502" z="826.4563"/>
<Orientation y="1.78231"/>
</Entity>
<Entity uid="1187">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="308.97324" z="519.42872"/>
<Orientation y="0.52384"/>
</Entity>
<Entity uid="1188">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="308.79114" z="188.61"/>
<Orientation y="1.29139"/>
</Entity>
<Entity uid="1189">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="636.45606" z="95.61957"/>
<Orientation y="0.0028"/>
</Entity>
<Entity uid="1190">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="719.24244" z="903.42359"/>
<Orientation y="-2.2581"/>
</Entity>
<Entity uid="1191">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="780.1006" z="533.87775"/>
<Orientation y="-0.2191"/>
</Entity>
<Entity uid="1192">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="816.77698" z="660.37989"/>
<Orientation y="1.1207"/>
</Entity>
<Entity uid="1193">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="494.50178" z="237.17551"/>
<Orientation y="-2.22135"/>
</Entity>
<Entity uid="1194">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="283.1005" z="683.2494"/>
<Orientation y="-1.15635"/>
</Entity>
<Entity uid="1195">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="749.89032" z="252.34638"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1196">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="552.42939" z="833.2547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1199">
<Template>other/palisades_rocks_curve</Template>
<Player>3</Player>
<Position x="492.33674" z="747.0647"/>
<Orientation y="3.04125"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1200">
<Template>other/palisades_rocks_curve</Template>
<Player>3</Player>
<Position x="556.52302" z="748.91492"/>
<Orientation y="0.13331"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1201">
<Template>other/palisades_rocks_curve</Template>
<Player>3</Player>
<Position x="523.2497" z="717.52527"/>
<Orientation y="1.64791"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1202">
<Template>other/palisades_rocks_fort</Template>
<Player>3</Player>
<Position x="493.73768" z="754.77186"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1203">
<Template>other/palisades_rocks_fort</Template>
<Player>3</Player>
<Position x="530.94361" z="719.4095"/>
<Orientation y="-0.79741"/>
</Entity>
<Entity uid="1204">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="497.521" z="738.9048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1205">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="515.03748" z="721.39338"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1206">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="500.11237" z="759.49286"/>
<Orientation y="0.78994"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1207">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="501.16196" z="735.24567"/>
<Orientation y="0.86066"/>
</Entity>
<Entity uid="1208">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="510.82416" z="726.23407"/>
<Orientation y="0.70745"/>
</Entity>
<Entity uid="1209">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="535.49274" z="725.50745"/>
<Orientation y="-2.40027"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1210">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="551.21705" z="740.73426"/>
<Orientation y="0.78866"/>
</Entity>
<Entity uid="1211">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="549.47571" z="760.52247"/>
<Orientation y="2.35621"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1212">
<Template>other/palisades_rocks_fort</Template>
<Player>3</Player>
<Position x="554.79676" z="757.65796"/>
<Orientation y="0.73365"/>
</Entity>
<Entity uid="1213">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="545.48652" z="764.6034"/>
<Orientation y="-2.2079"/>
</Entity>
<Entity uid="1214">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="539.18036" z="730.37482"/>
<Orientation y="-0.8873"/>
</Entity>
<Entity uid="1215">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="547.5373" z="737.01307"/>
<Orientation y="-0.91549"/>
</Entity>
<Entity uid="1216">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="503.88523" z="763.0005"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1217">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="529.79188" z="784.65223"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1218">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="537.66755" z="777.00178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1219">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="523.20289" z="787.95887"/>
<Orientation y="-2.25115"/>
</Entity>
<Entity uid="1220">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="516.67939" z="786.54712"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1221">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="511.17219" z="785.4126"/>
<Orientation y="-2.29975"/>
</Entity>
<Entity uid="1222">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="498.48908" z="766.07898"/>
<Orientation y="2.35621"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1223">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="496.61084" z="761.81751"/>
<Orientation y="-2.3148"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1224">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="488.82264" z="753.06788"/>
<Orientation y="0.20873"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1225">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="491.10233" z="741.93824"/>
<Orientation y="-0.53002"/>
</Entity>
<Entity uid="1226">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="495.40784" z="736.47083"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1227">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="512.1609" z="719.02485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1228">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="520.12793" z="713.16321"/>
<Orientation y="1.71013"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1229">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="528.99933" z="712.53443"/>
<Orientation y="1.4199"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1230">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="537.6883" z="721.14771"/>
<Orientation y="-2.77094"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1231">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="555.98835" z="739.03309"/>
<Orientation y="-2.24331"/>
</Entity>
<Entity uid="1232">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="559.21705" z="751.85297"/>
<Orientation y="3.03222"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1233">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="553.83185" z="764.43342"/>
<Orientation y="2.02135"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1235">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="510.13163" z="717.089"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1236">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="490.00794" z="739.16767"/>
<Orientation y="2.58219"/>
</Entity>
<Entity uid="1237">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="540.9997" z="725.49866"/>
<Orientation y="-3.02762"/>
</Entity>
<Entity uid="1238">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="537.4734" z="782.25226"/>
<Orientation y="2.17074"/>
</Entity>
<Entity uid="1239">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="560.39753" z="746.3235"/>
<Orientation y="0.76757"/>
</Entity>
<Entity uid="1244">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="523.10114" z="740.86481"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1245">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="524.70405" z="745.23554"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1246">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="526.62421" z="742.04847"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1247">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="528.98212" z="746.74231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1248">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="528.33259" z="749.65027"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1249">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="532.32331" z="749.10157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1251">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="250.20719" z="694.30243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1252">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="246.15255" z="701.95862"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1253">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="251.62485" z="705.83503"/>
<Orientation y="-1.85242"/>
</Entity>
<Entity uid="1254">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="244.16785" z="710.20154"/>
<Orientation y="0.58323"/>
</Entity>
<Entity uid="1255">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="243.82305" z="719.71991"/>
<Orientation y="-2.3271"/>
</Entity>
<Entity uid="1256">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="248.94636" z="723.1808"/>
<Orientation y="0.87771"/>
</Entity>
<Entity uid="1257">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="255.51078" z="730.36756"/>
<Orientation y="-2.67327"/>
</Entity>
<Entity uid="1258">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="261.5672" z="730.77417"/>
<Orientation y="1.34691"/>
</Entity>
<Entity uid="1259">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="268.98429" z="732.76484"/>
<Orientation y="-2.39542"/>
</Entity>
<Entity uid="1260">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="276.33021" z="729.59553"/>
<Orientation y="1.22643"/>
</Entity>
<Entity uid="1261">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="280.50107" z="725.41303"/>
<Orientation y="-2.15162"/>
</Entity>
<Entity uid="1262">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="273.41541" z="723.44672"/>
<Orientation y="-2.29984"/>
</Entity>
<Entity uid="1263">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="266.80658" z="718.81952"/>
<Orientation y="0.76473"/>
</Entity>
<Entity uid="1264">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="260.51362" z="715.11115"/>
<Orientation y="-2.39582"/>
</Entity>
<Entity uid="1265">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="256.14802" z="709.35218"/>
<Orientation y="0.62388"/>
</Entity>
<Entity uid="1266">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="254.60369" z="716.07605"/>
<Orientation y="-2.5622"/>
</Entity>
<Entity uid="1267">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="259.77903" z="721.99848"/>
<Orientation y="0.66549"/>
</Entity>
<Entity uid="1268">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="266.80375" z="724.55304"/>
<Orientation y="-1.0339"/>
</Entity>
<Entity uid="1269">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="366.41224" z="580.51478"/>
<Orientation y="1.24502"/>
</Entity>
<Entity uid="1270">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="375.38846" z="583.4748"/>
<Orientation y="-2.61538"/>
</Entity>
<Entity uid="1271">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="369.88016" z="574.82154"/>
<Orientation y="-2.3071"/>
</Entity>
<Entity uid="1272">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="365.90238" z="571.18122"/>
<Orientation y="-1.4122"/>
</Entity>
<Entity uid="1273">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="360.30646" z="573.76624"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1274">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="129.07973" z="823.43738"/>
<Orientation y="0.88268"/>
</Entity>
<Entity uid="1275">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="134.8147" z="833.46723"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1276">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="136.17011" z="837.2234"/>
<Orientation y="2.77059"/>
</Entity>
<Entity uid="1277">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="138.30758" z="830.73542"/>
<Orientation y="3.13561"/>
</Entity>
<Entity uid="1278">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="137.98577" z="823.89466"/>
<Orientation y="-2.85337"/>
</Entity>
<Entity uid="1279">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="136.4136" z="819.70496"/>
<Orientation y="-3.00725"/>
</Entity>
<Entity uid="1280">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="88.27701" z="752.82093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1281">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="83.00982" z="761.0182"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1282">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="84.55356" z="770.71705"/>
<Orientation y="1.21782"/>
</Entity>
<Entity uid="1283">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="48.54815" z="697.24708"/>
<Orientation y="2.02167"/>
</Entity>
<Entity uid="1284">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="53.55497" z="695.21637"/>
<Orientation y="2.16202"/>
</Entity>
<Entity uid="1285">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="60.75731" z="690.43934"/>
<Orientation y="2.14495"/>
</Entity>
<Entity uid="1286">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="72.42005" z="683.39368"/>
<Orientation y="2.32866"/>
</Entity>
<Entity uid="1287">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="143.43802" z="585.75013"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1288">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="145.41646" z="575.39142"/>
<Orientation y="2.87143"/>
</Entity>
<Entity uid="1289">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="146.8712" z="568.37366"/>
<Orientation y="2.99962"/>
</Entity>
<Entity uid="1290">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.09548" z="444.47196"/>
<Orientation y="0.09"/>
</Entity>
<Entity uid="1291">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.69205" z="457.61261"/>
<Orientation y="1.10241"/>
</Entity>
<Entity uid="1292">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="257.62855" z="258.386"/>
<Orientation y="-2.97135"/>
</Entity>
<Entity uid="1293">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="256.26847" z="249.47034"/>
<Orientation y="-2.96915"/>
</Entity>
<Entity uid="1295">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="251.78412" z="238.48014"/>
<Orientation y="-2.61455"/>
</Entity>
<Entity uid="1296">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="246.12323" z="231.24639"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1297">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="135.09684" z="175.40615"/>
<Orientation y="-0.4029"/>
</Entity>
<Entity uid="1298">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="771.88318" z="102.81051"/>
<Orientation y="0.48734"/>
</Entity>
<Entity uid="1299">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="806.48328" z="104.08799"/>
<Orientation y="1.14655"/>
</Entity>
<Entity uid="1300">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="773.07746" z="116.46061"/>
<Orientation y="-1.6719"/>
</Entity>
<Entity uid="1301">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="745.30134" z="143.44065"/>
<Orientation y="-0.05999"/>
</Entity>
<Entity uid="1302">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="746.9048" z="210.33294"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1303">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="820.07325" z="453.29865"/>
<Orientation y="0.6855"/>
</Entity>
<Entity uid="1304">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="848.9961" z="433.28992"/>
<Orientation y="0.38335"/>
</Entity>
<Entity uid="1305">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="857.00239" z="455.39383"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1306">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="859.25867" z="467.17142"/>
<Orientation y="1.72941"/>
</Entity>
<Entity uid="1307">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="628.02375" z="780.90534"/>
<Orientation y="0.74843"/>
</Entity>
<Entity uid="1308">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="667.67963" z="832.85261"/>
<Orientation y="-2.62607"/>
</Entity>
<Entity uid="1309">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="650.26441" z="801.28498"/>
<Orientation y="0.94079"/>
</Entity>
<Entity uid="1310">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="676.53254" z="869.36585"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1311">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="699.46723" z="952.77131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1312">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.95453" z="952.79633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1313">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="627.8772" z="845.50348"/>
<Orientation y="1.09243"/>
</Entity>
<Entity uid="1314">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="472.79023" z="820.77271"/>
<Orientation y="1.18642"/>
</Entity>
<Entity uid="1315">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="457.44492" z="764.82667"/>
<Orientation y="1.40262"/>
</Entity>
<Entity uid="1316">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="431.90162" z="788.11744"/>
<Orientation y="0.99978"/>
</Entity>
<Entity uid="1317">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="382.68155" z="870.81324"/>
<Orientation y="1.19149"/>
</Entity>
<Entity uid="1318">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="134.83898" z="602.06385"/>
<Orientation y="1.38312"/>
</Entity>
<Entity uid="1319">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="141.82692" z="602.45698"/>
<Orientation y="-1.21511"/>
</Entity>
<Entity uid="1320">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="240.98076" z="708.97205"/>
<Orientation y="-2.93454"/>
</Entity>
<Entity uid="1321">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="243.89768" z="698.12415"/>
<Orientation y="3.11875"/>
</Entity>
<Entity uid="1322">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="244.22751" z="693.39924"/>
<Orientation y="-3.12175"/>
</Entity>
<Entity uid="1323">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="254.02619" z="695.66626"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1324">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="257.42911" z="702.25861"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1325">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="257.71741" z="607.01166"/>
<Orientation y="-2.70366"/>
</Entity>
<Entity uid="1326">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="255.41408" z="604.14362"/>
<Orientation y="-1.73572"/>
</Entity>
<Entity uid="1327">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="251.03547" z="603.91834"/>
<Orientation y="-2.06148"/>
</Entity>
<Entity uid="1328">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="246.59784" z="602.03132"/>
<Orientation y="-2.27085"/>
</Entity>
<Entity uid="1329">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="244.5064" z="600.34888"/>
<Orientation y="-2.4242"/>
</Entity>
<Entity uid="1330">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="240.52851" z="597.30323"/>
<Orientation y="-1.7689"/>
</Entity>
<Entity uid="1331">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="232.79548" z="597.40906"/>
<Orientation y="-1.5186"/>
</Entity>
<Entity uid="1332">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="232.84263" z="604.1255"/>
<Orientation y="1.35549"/>
</Entity>
<Entity uid="1333">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="294.18665" z="558.26026"/>
<Orientation y="2.81952"/>
</Entity>
<Entity uid="1334">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="298.88974" z="552.61048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1335">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="304.80494" z="554.81177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1336">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="307.4148" z="551.38831"/>
<Orientation y="-2.53971"/>
</Entity>
<Entity uid="1337">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="318.96561" z="546.33252"/>
<Orientation y="0.56232"/>
</Entity>
<Entity uid="1338">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="335.41456" z="549.91681"/>
<Orientation y="-2.55037"/>
</Entity>
<Entity uid="1339">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="335.17841" z="543.05341"/>
<Orientation y="1.29891"/>
</Entity>
<Entity uid="1340">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="344.72947" z="548.65461"/>
<Orientation y="0.33567"/>
</Entity>
<Entity uid="1341">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.93158" z="594.88917"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1342">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="383.69056" z="590.53754"/>
<Orientation y="-2.913"/>
</Entity>
<Entity uid="1343">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.1916" z="586.16871"/>
<Orientation y="-2.40313"/>
</Entity>
<Entity uid="1344">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="377.1161" z="578.15857"/>
<Orientation y="2.93191"/>
</Entity>
<Entity uid="1345">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="476.5839" z="595.15033"/>
<Orientation y="-2.84449"/>
</Entity>
<Entity uid="1346">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="473.2082" z="589.37134"/>
<Orientation y="-1.98484"/>
</Entity>
<Entity uid="1347">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="469.86637" z="587.71778"/>
<Orientation y="3.12652"/>
</Entity>
<Entity uid="1348">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="470.13077" z="577.03943"/>
<Orientation y="2.73198"/>
</Entity>
<Entity uid="1349">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="446.26758" z="439.83472"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1350">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="447.15241" z="446.09913"/>
<Orientation y="0.34823"/>
</Entity>
<Entity uid="1351">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="450.39206" z="450.3838"/>
<Orientation y="2.08048"/>
</Entity>
<Entity uid="1352">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.83942" z="448.16352"/>
<Orientation y="2.79047"/>
</Entity>
<Entity uid="1353">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="457.65989" z="445.9069"/>
<Orientation y="0.63747"/>
</Entity>
<Entity uid="1354">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="426.40534" z="430.2952"/>
<Orientation y="-2.05712"/>
</Entity>
<Entity uid="1355">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="422.4025" z="428.69507"/>
<Orientation y="-1.5857"/>
</Entity>
<Entity uid="1356">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="417.99964" z="434.50791"/>
<Orientation y="1.19741"/>
</Entity>
<Entity uid="1357">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.71183" z="441.21552"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1358">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.62333" z="594.92615"/>
<Orientation y="-0.14632"/>
</Entity>
<Entity uid="1359">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="472.56638" z="602.74244"/>
<Orientation y="1.03359"/>
</Entity>
<Entity uid="1360">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="479.22178" z="606.03321"/>
<Orientation y="-0.58164"/>
</Entity>
<Entity uid="1361">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="474.14005" z="616.0547"/>
<Orientation y="0.56821"/>
</Entity>
<Entity uid="1362">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="479.49933" z="620.45057"/>
<Orientation y="1.72941"/>
</Entity>
<Entity uid="1363">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="543.18561" z="701.09034"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1364">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="547.5047" z="703.0113"/>
<Orientation y="-3.07522"/>
</Entity>
<Entity uid="1365">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="547.04596" z="697.20533"/>
<Orientation y="2.99349"/>
</Entity>
<Entity uid="1366">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="550.02186" z="691.84375"/>
<Orientation y="1.05173"/>
</Entity>
<Entity uid="1367">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="555.26868" z="693.05463"/>
<Orientation y="-1.97001"/>
</Entity>
<Entity uid="1368">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="556.33063" z="681.3484"/>
<Orientation y="-2.14596"/>
</Entity>
<Entity uid="1369">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.19294" z="677.99097"/>
<Orientation y="-1.85207"/>
</Entity>
<Entity uid="1370">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="548.45203" z="684.4839"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1371">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="500.28696" z="697.66883"/>
<Orientation y="3.06359"/>
</Entity>
<Entity uid="1372">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="500.99228" z="685.49634"/>
<Orientation y="-2.6813"/>
</Entity>
<Entity uid="1373">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="498.93702" z="682.03089"/>
<Orientation y="-2.2951"/>
</Entity>
<Entity uid="1374">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="494.0813" z="676.66095"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1375">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="491.47635" z="681.92426"/>
<Orientation y="1.09948"/>
</Entity>
<Entity uid="1376">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="470.96384" z="762.04395"/>
<Orientation y="1.55582"/>
</Entity>
<Entity uid="1377">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.13462" z="757.25062"/>
<Orientation y="-2.33542"/>
</Entity>
<Entity uid="1378">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.9498" z="753.32917"/>
<Orientation y="-1.4931"/>
</Entity>
<Entity uid="1379">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.62375" z="753.83869"/>
<Orientation y="-2.95746"/>
</Entity>
<Entity uid="1380">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="461.50028" z="759.03101"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1381">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="462.7288" z="762.98707"/>
<Orientation y="1.19632"/>
</Entity>
<Entity uid="1382">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.30744" z="707.25611"/>
<Orientation y="-3.07711"/>
</Entity>
<Entity uid="1383">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.47736" z="700.7798"/>
<Orientation y="-2.71148"/>
</Entity>
<Entity uid="1384">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="378.16675" z="694.88245"/>
<Orientation y="-2.08278"/>
</Entity>
<Entity uid="1385">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="371.90912" z="693.09186"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1386">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="374.58564" z="709.5586"/>
<Orientation y="-2.29714"/>
</Entity>
<Entity uid="1387">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.1248" z="702.35657"/>
<Orientation y="-2.41994"/>
</Entity>
<Entity uid="1388">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="359.9449" z="699.39722"/>
<Orientation y="-2.54287"/>
</Entity>
<Entity uid="1389">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="365.18848" z="690.8849"/>
<Orientation y="1.4296"/>
</Entity>
<Entity uid="1390">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="407.74161" z="651.83149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1391">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="406.99665" z="658.52527"/>
<Orientation y="-1.7205"/>
</Entity>
<Entity uid="1392">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="402.67731" z="657.8365"/>
<Orientation y="-2.80988"/>
</Entity>
<Entity uid="1393">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="398.29987" z="645.33692"/>
<Orientation y="-2.70452"/>
</Entity>
<Entity uid="1394">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="395.14057" z="641.53144"/>
<Orientation y="-1.8611"/>
</Entity>
<Entity uid="1395">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.23172" z="634.5846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1396">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.17072" z="653.03492"/>
<Orientation y="0.71299"/>
</Entity>
<Entity uid="1397">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="403.96479" z="649.83436"/>
<Orientation y="1.25466"/>
</Entity>
<Entity uid="1398">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="326.21991" z="547.68201"/>
<Orientation y="1.27802"/>
</Entity>
<Entity uid="1399">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="287.52103" z="449.03022"/>
<Orientation y="-0.2776"/>
</Entity>
<Entity uid="1400">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="282.02335" z="460.10541"/>
<Orientation y="-1.84821"/>
</Entity>
<Entity uid="1401">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="279.7508" z="454.74381"/>
<Orientation y="2.68332"/>
</Entity>
<Entity uid="1402">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="282.53574" z="438.5094"/>
<Orientation y="1.43488"/>
</Entity>
<Entity uid="1403">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="258.81662" z="415.31421"/>
<Orientation y="-1.57912"/>
</Entity>
<Entity uid="1404">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.27723" z="416.00803"/>
<Orientation y="-1.63981"/>
</Entity>
<Entity uid="1405">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="248.3383" z="416.0319"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1406">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="244.81185" z="419.8812"/>
<Orientation y="-0.2808"/>
</Entity>
<Entity uid="1407">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="240.58147" z="430.68964"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1408">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="237.0573" z="431.46338"/>
<Orientation y="1.14484"/>
</Entity>
<Entity uid="1409">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="241.38445" z="417.91016"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1410">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.77138" z="407.36799"/>
<Orientation y="3.10846"/>
</Entity>
<Entity uid="1411">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="261.25043" z="407.0766"/>
<Orientation y="-1.984"/>
</Entity>
<Entity uid="1412">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="144.63868" z="283.54011"/>
<Orientation y="0.86896"/>
</Entity>
<Entity uid="1413">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="154.12833" z="292.76111"/>
<Orientation y="0.2256"/>
</Entity>
<Entity uid="1414">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="155.55127" z="297.32087"/>
<Orientation y="1.18812"/>
</Entity>
<Entity uid="1415">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="162.35203" z="299.5847"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1416">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="164.52137" z="303.3907"/>
<Orientation y="0.69767"/>
</Entity>
<Entity uid="1417">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="168.41608" z="308.39271"/>
<Orientation y="0.55228"/>
</Entity>
<Entity uid="1418">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="172.57361" z="315.34089"/>
<Orientation y="1.76076"/>
</Entity>
<Entity uid="1419">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="178.9634" z="314.16196"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1420">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="179.95575" z="317.17957"/>
<Orientation y="0.406"/>
</Entity>
<Entity uid="1421">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="184.75138" z="327.8412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1422">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="181.35621" z="322.71222"/>
<Orientation y="-1.3864"/>
</Entity>
<Entity uid="1423">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="175.8272" z="309.83658"/>
<Orientation y="-0.37534"/>
</Entity>
<Entity uid="1424">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="170.39594" z="303.84916"/>
<Orientation y="-2.46032"/>
</Entity>
<Entity uid="1425">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="166.06293" z="298.99875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1426">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="161.23972" z="298.49115"/>
<Orientation y="0.80207"/>
</Entity>
<Entity uid="1427">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="129.78896" z="369.1438"/>
<Orientation y="-2.43451"/>
</Entity>
<Entity uid="1428">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="120.03364" z="357.60535"/>
<Orientation y="-2.96984"/>
</Entity>
<Entity uid="1429">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="118.60991" z="349.82441"/>
<Orientation y="-2.81955"/>
</Entity>
<Entity uid="1430">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="115.18915" z="341.362"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1431">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.43325" z="336.89875"/>
<Orientation y="-2.01104"/>
</Entity>
<Entity uid="1432">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="106.4204" z="333.56324"/>
<Orientation y="-2.25078"/>
</Entity>
<Entity uid="1433">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="102.69538" z="329.74891"/>
<Orientation y="-2.27306"/>
</Entity>
<Entity uid="1434">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="99.23922" z="327.07093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1435">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="98.86982" z="336.29017"/>
<Orientation y="0.01412"/>
</Entity>
<Entity uid="1436">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="77.38439" z="352.13035"/>
<Orientation y="-2.77601"/>
</Entity>
<Entity uid="1437">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="74.37632" z="343.53046"/>
<Orientation y="-2.74457"/>
</Entity>
<Entity uid="1438">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="71.5767" z="338.99042"/>
<Orientation y="-2.00022"/>
</Entity>
<Entity uid="1439">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="66.89415" z="336.31421"/>
<Orientation y="-2.2816"/>
</Entity>
<Entity uid="1440">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="64.2034" z="334.71393"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1441">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="83.57354" z="361.03443"/>
<Orientation y="-2.90217"/>
</Entity>
<Entity uid="1442">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="81.91315" z="354.5724"/>
<Orientation y="1.65587"/>
</Entity>
<Entity uid="1443">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="90.29445" z="370.18683"/>
<Orientation y="-0.05825"/>
</Entity>
<Entity uid="1444">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="89.1164" z="375.12546"/>
<Orientation y="0.0906"/>
</Entity>
<Entity uid="1445">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="89.8071" z="382.50306"/>
<Orientation y="0.30988"/>
</Entity>
<Entity uid="1446">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="114.07532" z="408.19007"/>
<Orientation y="-2.49286"/>
</Entity>
<Entity uid="1447">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="106.7024" z="396.94916"/>
<Orientation y="3.11132"/>
</Entity>
<Entity uid="1448">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="105.93738" z="385.60871"/>
<Orientation y="-2.87397"/>
</Entity>
<Entity uid="1449">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="103.8656" z="377.823"/>
<Orientation y="-2.85097"/>
</Entity>
<Entity uid="1450">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="102.38524" z="369.0345"/>
<Orientation y="-2.9671"/>
</Entity>
<Entity uid="1451">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="101.04036" z="361.58936"/>
<Orientation y="-3.01066"/>
</Entity>
<Entity uid="1452">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="98.22614" z="353.98462"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1453">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="94.84643" z="347.63276"/>
<Orientation y="-2.71563"/>
</Entity>
<Entity uid="1454">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="91.85167" z="336.57764"/>
<Orientation y="1.47344"/>
</Entity>
<Entity uid="1455">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="89.98768" z="391.32868"/>
<Orientation y="0.0582"/>
</Entity>
<Entity uid="1456">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="91.33776" z="405.48133"/>
<Orientation y="0.31417"/>
</Entity>
<Entity uid="1457">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="94.1892" z="411.19538"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1458">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="96.79908" z="415.58603"/>
<Orientation y="0.66898"/>
</Entity>
<Entity uid="1459">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="103.84476" z="426.05585"/>
<Orientation y="0.45327"/>
</Entity>
<Entity uid="1460">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="106.58924" z="431.94065"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1461">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="113.08994" z="433.89588"/>
<Orientation y="-3.07685"/>
</Entity>
<Entity uid="1462">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="111.58703" z="412.80976"/>
<Orientation y="-3.0829"/>
</Entity>
<Entity uid="1463">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="110.88154" z="396.31305"/>
<Orientation y="-3.0534"/>
</Entity>
<Entity uid="1464">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.85828" z="404.97168"/>
<Orientation y="0.16823"/>
</Entity>
<Entity uid="1465">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="114.83057" z="421.31431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1466">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="115.26174" z="424.89591"/>
<Orientation y="0.31772"/>
</Entity>
<Entity uid="1467">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.95403" z="425.49616"/>
<Orientation y="-1.6544"/>
</Entity>
<Entity uid="1468">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="70.60955" z="370.75956"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1469">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="67.19292" z="360.9686"/>
<Orientation y="2.27608"/>
</Entity>
<Entity uid="1470">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="70.4356" z="358.14615"/>
<Orientation y="1.33066"/>
</Entity>
<Entity uid="1471">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.38337" z="99.6373"/>
<Orientation y="2.40453"/>
</Entity>
<Entity uid="1472">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="342.54798" z="86.23421"/>
<Orientation y="2.58957"/>
</Entity>
<Entity uid="1473">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="347.47474" z="78.12426"/>
<Orientation y="2.74186"/>
</Entity>
<Entity uid="1474">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.71534" z="73.05564"/>
<Orientation y="2.2771"/>
</Entity>
<Entity uid="1475">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="354.93516" z="68.9086"/>
<Orientation y="2.032"/>
</Entity>
<Entity uid="1476">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="360.80234" z="66.45733"/>
<Orientation y="1.95128"/>
</Entity>
<Entity uid="1477">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.06525" z="64.75284"/>
<Orientation y="2.28765"/>
</Entity>
<Entity uid="1478">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="367.26249" z="61.97005"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1479">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="369.6207" z="59.6573"/>
<Orientation y="2.3266"/>
</Entity>
<Entity uid="1480">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="375.12342" z="54.62072"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1481">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="379.93598" z="60.89837"/>
<Orientation y="-2.93078"/>
</Entity>
<Entity uid="1482">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="455.16108" z="29.76563"/>
<Orientation y="2.96534"/>
</Entity>
<Entity uid="1483">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.24543" z="23.60376"/>
<Orientation y="-2.00924"/>
</Entity>
<Entity uid="1484">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="450.81775" z="21.96587"/>
<Orientation y="-2.1534"/>
</Entity>
<Entity uid="1485">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="446.88483" z="20.43961"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1486">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="445.12433" z="21.37026"/>
<Orientation y="-0.33523"/>
</Entity>
<Entity uid="1487">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="443.47016" z="27.19816"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1488">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="531.7281" z="46.23224"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1489">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.74451" z="41.22869"/>
<Orientation y="2.48877"/>
</Entity>
<Entity uid="1490">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="535.38263" z="38.08336"/>
<Orientation y="2.44706"/>
</Entity>
<Entity uid="1491">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="538.35145" z="34.82595"/>
<Orientation y="1.97027"/>
</Entity>
<Entity uid="1492">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="546.07178" z="33.23462"/>
<Orientation y="1.40041"/>
</Entity>
<Entity uid="1493">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="550.2223" z="36.17467"/>
<Orientation y="0.20357"/>
</Entity>
<Entity uid="1494">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.18915" z="41.23456"/>
<Orientation y="1.0483"/>
</Entity>
<Entity uid="1495">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="555.4618" z="44.91362"/>
<Orientation y="1.21773"/>
</Entity>
<Entity uid="1496">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="559.75116" z="48.50567"/>
<Orientation y="0.24111"/>
</Entity>
<Entity uid="1497">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="559.95984" z="54.93221"/>
<Orientation y="1.03602"/>
</Entity>
<Entity uid="1498">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="565.41907" z="58.37295"/>
<Orientation y="-2.50579"/>
</Entity>
<Entity uid="1499">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.86188" z="151.312"/>
<Orientation y="2.68024"/>
</Entity>
<Entity uid="1500">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.68812" z="135.76944"/>
<Orientation y="-3.1376"/>
</Entity>
<Entity uid="1501">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.33918" z="114.61588"/>
<Orientation y="-2.25431"/>
</Entity>
<Entity uid="1502">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="614.80262" z="107.19259"/>
<Orientation y="-2.34968"/>
</Entity>
<Entity uid="1503">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="610.5658" z="102.11846"/>
<Orientation y="-2.29401"/>
</Entity>
<Entity uid="1504">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="606.41303" z="98.0494"/>
<Orientation y="-1.26761"/>
</Entity>
<Entity uid="1505">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="600.9889" z="100.72378"/>
<Orientation y="0.0332"/>
</Entity>
<Entity uid="1506">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="600.93256" z="105.95756"/>
<Orientation y="0.02843"/>
</Entity>
<Entity uid="1507">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="601.53711" z="115.68168"/>
<Orientation y="0.17194"/>
</Entity>
<Entity uid="1508">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="626.0962" z="199.1766"/>
<Orientation y="0.64061"/>
</Entity>
<Entity uid="1509">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="630.31513" z="204.99996"/>
<Orientation y="0.83422"/>
</Entity>
<Entity uid="1510">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.09418" z="209.6493"/>
<Orientation y="0.53124"/>
</Entity>
<Entity uid="1511">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="637.33619" z="216.33341"/>
<Orientation y="0.38442"/>
</Entity>
<Entity uid="1512">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="639.45185" z="221.49044"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1513">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="641.09363" z="224.03078"/>
<Orientation y="1.00443"/>
</Entity>
<Entity uid="1514">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="647.6297" z="229.35734"/>
<Orientation y="0.65423"/>
</Entity>
<Entity uid="1515">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="651.6778" z="234.29485"/>
<Orientation y="0.79361"/>
</Entity>
<Entity uid="1516">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="654.64356" z="237.21222"/>
<Orientation y="0.9775"/>
</Entity>
<Entity uid="1517">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="661.99061" z="242.42275"/>
<Orientation y="0.73697"/>
</Entity>
<Entity uid="1518">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="665.57618" z="246.082"/>
<Orientation y="0.67473"/>
</Entity>
<Entity uid="1519">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.28162" z="249.5366"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1520">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="660.4662" z="248.41597"/>
<Orientation y="-2.63088"/>
</Entity>
<Entity uid="1521">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="655.14954" z="239.86083"/>
<Orientation y="-2.67426"/>
</Entity>
<Entity uid="1522">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="651.23847" z="233.81147"/>
<Orientation y="-2.15712"/>
</Entity>
<Entity uid="1523">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="643.32068" z="230.2057"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="1524">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="644.20551" z="220.02215"/>
<Orientation y="-2.49006"/>
</Entity>
<Entity uid="1525">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="670.75391" z="144.13321"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="1526">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="676.60553" z="144.78183"/>
<Orientation y="0.37806"/>
</Entity>
<Entity uid="1527">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="678.36725" z="149.89504"/>
<Orientation y="0.84226"/>
</Entity>
<Entity uid="1528">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="681.91163" z="153.20705"/>
<Orientation y="0.69098"/>
</Entity>
<Entity uid="1529">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="684.57398" z="156.42644"/>
<Orientation y="0.54773"/>
</Entity>
<Entity uid="1530">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="687.594" z="160.87482"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1531">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="689.24" z="162.64216"/>
<Orientation y="1.8461"/>
</Entity>
<Entity uid="1532">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="691.02851" z="162.05643"/>
<Orientation y="1.29476"/>
</Entity>
<Entity uid="1533">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.70826" z="163.83191"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1534">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="697.58405" z="167.23702"/>
<Orientation y="1.30787"/>
</Entity>
<Entity uid="1535">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="701.45862" z="168.47181"/>
<Orientation y="1.41343"/>
</Entity>
<Entity uid="1536">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="706.39301" z="171.22777"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1537">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="707.1615" z="174.89393"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1538">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="709.32789" z="178.72873"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1539">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="712.07203" z="181.94593"/>
<Orientation y="1.35647"/>
</Entity>
<Entity uid="1540">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="715.85096" z="171.90943"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1541">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="716.85785" z="167.38343"/>
<Orientation y="3.0165"/>
</Entity>
<Entity uid="1542">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="717.60743" z="162.88096"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1543">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="719.76337" z="162.70676"/>
<Orientation y="1.86573"/>
</Entity>
<Entity uid="1544">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.35773" z="160.40906"/>
<Orientation y="2.97022"/>
</Entity>
<Entity uid="1545">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.42164" z="155.25568"/>
<Orientation y="2.43697"/>
</Entity>
<Entity uid="1546">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="726.972" z="150.51771"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1547">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="750.64795" z="355.98871"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1548">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.49415" z="350.94056"/>
<Orientation y="-2.91704"/>
</Entity>
<Entity uid="1549">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="745.64649" z="342.5954"/>
<Orientation y="2.75332"/>
</Entity>
<Entity uid="1550">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="749.49463" z="334.92255"/>
<Orientation y="2.22692"/>
</Entity>
<Entity uid="1551">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.37793" z="333.25055"/>
<Orientation y="-0.09421"/>
</Entity>
<Entity uid="1552">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.99366" z="345.9994"/>
<Orientation y="0.33873"/>
</Entity>
<Entity uid="1553">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="754.73469" z="353.29108"/>
<Orientation y="0.42894"/>
</Entity>
<Entity uid="1554">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="757.65101" z="359.30576"/>
<Orientation y="1.25026"/>
</Entity>
<Entity uid="1555">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="766.49451" z="362.5959"/>
<Orientation y="0.87305"/>
</Entity>
<Entity uid="1556">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="770.18445" z="365.21119"/>
<Orientation y="1.19864"/>
</Entity>
<Entity uid="1557">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="727.1548" z="401.66468"/>
<Orientation y="-2.79592"/>
</Entity>
<Entity uid="1558">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="720.36188" z="390.63086"/>
<Orientation y="-1.90087"/>
</Entity>
<Entity uid="1559">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="710.94031" z="388.22126"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1560">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="710.56092" z="393.53779"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1561">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="714.54407" z="385.36536"/>
<Orientation y="-2.0174"/>
</Entity>
<Entity uid="1562">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="628.909" z="387.15491"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1563">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="628.83887" z="385.8321"/>
<Orientation y="-3.13677"/>
</Entity>
<Entity uid="1564">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="629.8589" z="377.79963"/>
<Orientation y="-2.9694"/>
</Entity>
<Entity uid="1565">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="628.05042" z="371.66657"/>
<Orientation y="-2.59813"/>
</Entity>
<Entity uid="1566">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.09174" z="366.4496"/>
<Orientation y="2.39014"/>
</Entity>
<Entity uid="1567">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.69965" z="384.77283"/>
<Orientation y="1.74822"/>
</Entity>
<Entity uid="1568">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="635.53992" z="378.58277"/>
<Orientation y="1.31696"/>
</Entity>
<Entity uid="1569">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="614.21229" z="415.73008"/>
<Orientation y="-2.91546"/>
</Entity>
<Entity uid="1570">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="611.96491" z="406.80494"/>
<Orientation y="-2.16836"/>
</Entity>
<Entity uid="1571">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="603.2436" z="400.66474"/>
<Orientation y="-2.58309"/>
</Entity>
<Entity uid="1572">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="601.21564" z="396.5662"/>
<Orientation y="-2.58262"/>
</Entity>
<Entity uid="1573">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="596.01392" z="388.67157"/>
<Orientation y="-2.5565"/>
</Entity>
<Entity uid="1574">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="593.18885" z="385.08304"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1575">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="602.23688" z="391.62104"/>
<Orientation y="-2.12853"/>
</Entity>
<Entity uid="1576">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="609.45618" z="398.81373"/>
<Orientation y="0.7143"/>
</Entity>
<Entity uid="1577">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="618.09223" z="613.53931"/>
<Orientation y="2.66279"/>
</Entity>
<Entity uid="1578">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.03162" z="599.7292"/>
<Orientation y="-2.83883"/>
</Entity>
<Entity uid="1579">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="615.34064" z="581.66504"/>
<Orientation y="2.49424"/>
</Entity>
<Entity uid="1580">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="626.61298" z="571.61426"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="1581">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.22162" z="582.8058"/>
<Orientation y="-0.02173"/>
</Entity>
<Entity uid="1582">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.78992" z="589.1996"/>
<Orientation y="2.22205"/>
</Entity>
<Entity uid="1583">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="645.44544" z="581.1792"/>
<Orientation y="-2.97464"/>
</Entity>
<Entity uid="1584">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="644.57319" z="573.73774"/>
<Orientation y="2.54038"/>
</Entity>
<Entity uid="1585">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="648.27875" z="570.59876"/>
<Orientation y="3.11243"/>
</Entity>
<Entity uid="1586">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="648.47144" z="563.56135"/>
<Orientation y="-2.93343"/>
</Entity>
<Entity uid="1587">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="647.52527" z="559.94355"/>
<Orientation y="-2.46847"/>
</Entity>
<Entity uid="1588">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="643.75068" z="556.58545"/>
<Orientation y="-1.59232"/>
</Entity>
<Entity uid="1589">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="640.36475" z="557.71436"/>
<Orientation y="0.11564"/>
</Entity>
<Entity uid="1590">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="640.9773" z="563.85969"/>
<Orientation y="-0.01613"/>
</Entity>
<Entity uid="1591">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="639.52906" z="569.98707"/>
<Orientation y="-0.09517"/>
</Entity>
<Entity uid="1592">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="566.02961" z="646.97205"/>
<Orientation y="-0.63305"/>
</Entity>
<Entity uid="1593">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="560.3105" z="652.1048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1594">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="558.33857" z="654.74701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1595">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="557.0647" z="660.1308"/>
<Orientation y="-0.43126"/>
</Entity>
<Entity uid="1596">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="552.51166" z="667.58405"/>
<Orientation y="-1.57786"/>
</Entity>
<Entity uid="1597">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="552.14545" z="657.1496"/>
<Orientation y="-3.11826"/>
</Entity>
<Entity uid="1598">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="503.93836" z="681.19513"/>
<Orientation y="-2.3287"/>
</Entity>
<Entity uid="1599">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.78797" z="670.49134"/>
<Orientation y="-3.08954"/>
</Entity>
<Entity uid="1600">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.04142" z="662.13288"/>
<Orientation y="-2.59981"/>
</Entity>
<Entity uid="1601">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="491.33161" z="656.74488"/>
<Orientation y="-2.77401"/>
</Entity>
<Entity uid="1602">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.86994" z="628.03785"/>
<Orientation y="0.25083"/>
</Entity>
<Entity uid="1603">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="432.40241" z="639.80762"/>
<Orientation y="0.07581"/>
</Entity>
<Entity uid="1604">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="432.7876" z="647.86854"/>
<Orientation y="0.15433"/>
</Entity>
<Entity uid="1605">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="433.46711" z="653.24878"/>
<Orientation y="0.28922"/>
</Entity>
<Entity uid="1606">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="438.47208" z="666.2444"/>
<Orientation y="0.65796"/>
</Entity>
<Entity uid="1607">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="288.11286" z="782.60523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1608">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="287.75104" z="789.03333"/>
<Orientation y="0.70856"/>
</Entity>
<Entity uid="1609">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="293.18891" z="794.8642"/>
<Orientation y="0.92891"/>
</Entity>
<Entity uid="1610">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="297.938" z="797.6703"/>
<Orientation y="1.71897"/>
</Entity>
<Entity uid="1611">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="310.79001" z="795.71161"/>
<Orientation y="2.01401"/>
</Entity>
<Entity uid="1612">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="316.3599" z="791.20752"/>
<Orientation y="2.36992"/>
</Entity>
<Entity uid="1613">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="322.42884" z="783.15186"/>
<Orientation y="2.46427"/>
</Entity>
<Entity uid="1614">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="325.26917" z="778.19178"/>
<Orientation y="2.88677"/>
</Entity>
<Entity uid="1615">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="326.55042" z="769.69068"/>
<Orientation y="2.9943"/>
</Entity>
<Entity uid="1616">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.70945" z="763.87696"/>
<Orientation y="3.0519"/>
</Entity>
<Entity uid="1617">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="328.03891" z="753.10389"/>
<Orientation y="-3.07016"/>
</Entity>
<Entity uid="1618">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.7421" z="748.91443"/>
<Orientation y="-3.01671"/>
</Entity>
<Entity uid="1619">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="322.18503" z="750.50031"/>
<Orientation y="1.27855"/>
</Entity>
<Entity uid="1620">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="256.8065" z="903.75635"/>
<Orientation y="2.55524"/>
</Entity>
<Entity uid="1621">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="260.18287" z="897.818"/>
<Orientation y="2.59649"/>
</Entity>
<Entity uid="1622">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="262.3736" z="892.37983"/>
<Orientation y="-3.13221"/>
</Entity>
<Entity uid="1623">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="261.16187" z="884.79993"/>
<Orientation y="3.03774"/>
</Entity>
<Entity uid="1624">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="262.28791" z="878.00477"/>
<Orientation y="2.39034"/>
</Entity>
<Entity uid="1625">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="267.27607" z="872.47767"/>
<Orientation y="1.83321"/>
</Entity>
<Entity uid="1626">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="270.46613" z="872.32618"/>
<Orientation y="0.67728"/>
</Entity>
<Entity uid="1627">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="274.10322" z="877.83625"/>
<Orientation y="0.3842"/>
</Entity>
<Entity uid="1628">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="275.77817" z="882.54957"/>
<Orientation y="0.41808"/>
</Entity>
<Entity uid="1629">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="277.53666" z="891.20618"/>
<Orientation y="-0.12282"/>
</Entity>
<Entity uid="1630">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="275.2639" z="900.71875"/>
<Orientation y="0.15125"/>
</Entity>
<Entity uid="1631">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="276.23087" z="910.07105"/>
<Orientation y="0.36736"/>
</Entity>
<Entity uid="1632">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.77991" z="940.13758"/>
<Orientation y="-0.051"/>
</Entity>
<Entity uid="1633">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.07615" z="948.37519"/>
<Orientation y="1.17399"/>
</Entity>
<Entity uid="1634">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="461.94953" z="951.07483"/>
<Orientation y="1.89458"/>
</Entity>
<Entity uid="1635">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="467.16239" z="945.12861"/>
<Orientation y="2.65432"/>
</Entity>
<Entity uid="1636">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="470.03766" z="941.4065"/>
<Orientation y="2.28153"/>
</Entity>
<Entity uid="1637">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="472.00553" z="939.02308"/>
<Orientation y="2.90465"/>
</Entity>
<Entity uid="1638">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="473.57255" z="929.92554"/>
<Orientation y="2.0287"/>
</Entity>
<Entity uid="1639">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="477.95646" z="927.47577"/>
<Orientation y="1.59458"/>
</Entity>
<Entity uid="1640">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="484.64234" z="928.81952"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1641">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="485.65662" z="947.49701"/>
<Orientation y="-2.65351"/>
</Entity>
<Entity uid="1642">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.37742" z="922.5467"/>
<Orientation y="-2.62693"/>
</Entity>
<Entity uid="1643">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.25574" z="917.29731"/>
<Orientation y="-1.49016"/>
</Entity>
<Entity uid="1644">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="455.90262" z="918.11921"/>
<Orientation y="-0.86252"/>
</Entity>
<Entity uid="1645">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="449.19266" z="923.38514"/>
<Orientation y="-0.70304"/>
</Entity>
<Entity uid="1646">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.92493" z="929.58338"/>
<Orientation y="-1.09939"/>
</Entity>
<Entity uid="1647">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="438.69654" z="936.63178"/>
<Orientation y="0.52344"/>
</Entity>
<Entity uid="1648">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="433.56916" z="949.69446"/>
<Orientation y="-2.20025"/>
</Entity>
<Entity uid="1649">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="433.31128" z="966.79993"/>
<Orientation y="1.24488"/>
</Entity>
<Entity uid="1650">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="440.43375" z="971.88306"/>
<Orientation y="0.83965"/>
</Entity>
<Entity uid="1651">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="449.98847" z="985.69385"/>
<Orientation y="2.80776"/>
</Entity>
<Entity uid="1652">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.30637" z="972.06995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1653">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="454.7511" z="965.79651"/>
<Orientation y="2.22031"/>
</Entity>
<Entity uid="1654">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="461.75492" z="972.00562"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1655">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="483.03064" z="980.13276"/>
<Orientation y="2.75821"/>
</Entity>
<Entity uid="1656">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="487.56333" z="965.95813"/>
<Orientation y="-3.10711"/>
</Entity>
<Entity uid="1657">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="485.98105" z="956.59827"/>
<Orientation y="-2.90712"/>
</Entity>
<Entity uid="1658">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="565.58198" z="951.64502"/>
<Orientation y="-2.72928"/>
</Entity>
<Entity uid="1659">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="561.27112" z="945.65137"/>
<Orientation y="-2.72722"/>
</Entity>
<Entity uid="1660">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="558.55994" z="940.95826"/>
<Orientation y="-2.4576"/>
</Entity>
<Entity uid="1661">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="553.47321" z="933.73981"/>
<Orientation y="-2.7818"/>
</Entity>
<Entity uid="1662">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.8125" z="929.62232"/>
<Orientation y="-2.70261"/>
</Entity>
<Entity uid="1663">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="550.14264" z="925.27308"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1664">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="556.90558" z="928.36072"/>
<Orientation y="0.37809"/>
</Entity>
<Entity uid="1665">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="559.17444" z="935.87378"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1666">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="561.69562" z="937.39856"/>
<Orientation y="1.65143"/>
</Entity>
<Entity uid="1667">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="568.75861" z="943.79682"/>
<Orientation y="1.25744"/>
</Entity>
<Entity uid="1668">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="682.26001" z="876.0503"/>
<Orientation y="-2.97025"/>
</Entity>
<Entity uid="1669">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="680.5547" z="866.65766"/>
<Orientation y="-2.58571"/>
</Entity>
<Entity uid="1670">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="674.73066" z="860.13953"/>
<Orientation y="-2.1218"/>
</Entity>
<Entity uid="1671">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="669.81147" z="859.47492"/>
<Orientation y="-3.01325"/>
</Entity>
<Entity uid="1672">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="669.46033" z="851.81702"/>
<Orientation y="3.06505"/>
</Entity>
<Entity uid="1673">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="671.28718" z="844.03028"/>
<Orientation y="2.5828"/>
</Entity>
<Entity uid="1674">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="673.83326" z="842.92322"/>
<Orientation y="0.66771"/>
</Entity>
<Entity uid="1675">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="679.71985" z="853.63465"/>
<Orientation y="0.1729"/>
</Entity>
<Entity uid="1676">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="679.87543" z="862.61023"/>
<Orientation y="0.95992"/>
</Entity>
<Entity uid="1677">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.68592" z="844.11036"/>
<Orientation y="-2.82879"/>
</Entity>
<Entity uid="1678">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="663.59662" z="828.29432"/>
<Orientation y="-3.04209"/>
</Entity>
<Entity uid="1679">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="662.78193" z="821.83094"/>
<Orientation y="-2.5209"/>
</Entity>
<Entity uid="1680">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="658.2469" z="816.7118"/>
<Orientation y="-1.91033"/>
</Entity>
<Entity uid="1681">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="654.59546" z="815.27887"/>
<Orientation y="-2.89016"/>
</Entity>
<Entity uid="1682">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="667.6595" z="828.58033"/>
<Orientation y="1.2909"/>
</Entity>
<Entity uid="1683">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="699.33088" z="819.88971"/>
<Orientation y="-3.04726"/>
</Entity>
<Entity uid="1684">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="698.66767" z="813.10511"/>
<Orientation y="-2.32773"/>
</Entity>
<Entity uid="1685">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="691.74347" z="809.44636"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1686">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="688.93775" z="812.40278"/>
<Orientation y="0.3146"/>
</Entity>
<Entity uid="1687">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="690.64832" z="817.31916"/>
<Orientation y="0.40879"/>
</Entity>
<Entity uid="1688">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="692.46991" z="822.62604"/>
<Orientation y="0.33993"/>
</Entity>
<Entity uid="1689">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.53779" z="829.10486"/>
<Orientation y="0.86332"/>
</Entity>
<Entity uid="1690">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="701.74286" z="833.4361"/>
<Orientation y="1.26722"/>
</Entity>
<Entity uid="1691">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="709.0193" z="833.8595"/>
<Orientation y="0.72182"/>
</Entity>
<Entity uid="1692">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="716.13135" z="836.60212"/>
<Orientation y="1.54757"/>
</Entity>
<Entity uid="1693">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.31208" z="833.38501"/>
<Orientation y="1.57522"/>
</Entity>
<Entity uid="1694">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="735.4275" z="830.82837"/>
<Orientation y="-2.81907"/>
</Entity>
<Entity uid="1695">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.53931" z="826.03394"/>
<Orientation y="-2.14385"/>
</Entity>
<Entity uid="1696">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="729.85438" z="823.60395"/>
<Orientation y="-2.28248"/>
</Entity>
<Entity uid="1697">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.41419" z="819.31415"/>
<Orientation y="-1.74962"/>
</Entity>
<Entity uid="1698">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="719.77271" z="821.26075"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1699">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.87311" z="821.05054"/>
<Orientation y="-2.1152"/>
</Entity>
<Entity uid="1700">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="714.24665" z="818.8365"/>
<Orientation y="-1.91985"/>
</Entity>
<Entity uid="1701">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="709.43531" z="818.5987"/>
<Orientation y="-2.34203"/>
</Entity>
<Entity uid="1702">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="744.96991" z="774.69562"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1703">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.80335" z="774.11231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1704">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.57319" z="770.91883"/>
<Orientation y="2.88913"/>
</Entity>
<Entity uid="1705">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="746.39051" z="764.29395"/>
<Orientation y="1.28354"/>
</Entity>
<Entity uid="1706">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="751.27369" z="766.85456"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1707">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.01453" z="766.88337"/>
<Orientation y="2.54862"/>
</Entity>
<Entity uid="1708">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.78846" z="761.34974"/>
<Orientation y="1.78583"/>
</Entity>
<Entity uid="1709">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="757.72211" z="761.35938"/>
<Orientation y="1.18284"/>
</Entity>
<Entity uid="1710">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="762.27955" z="763.52338"/>
<Orientation y="0.70339"/>
</Entity>
<Entity uid="1711">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.32044" z="765.08777"/>
<Orientation y="1.6514"/>
</Entity>
<Entity uid="1712">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="767.50434" z="764.22535"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1713">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="768.42426" z="763.37098"/>
<Orientation y="0.74973"/>
</Entity>
<Entity uid="1714">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="771.73804" z="767.53968"/>
<Orientation y="1.5148"/>
</Entity>
<Entity uid="1715">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.08667" z="766.65235"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1716">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.28248" z="765.46521"/>
<Orientation y="2.94123"/>
</Entity>
<Entity uid="1717">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.78254" z="761.3324"/>
<Orientation y="2.04229"/>
</Entity>
<Entity uid="1718">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="782.64228" z="760.77033"/>
<Orientation y="1.39951"/>
</Entity>
<Entity uid="1719">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="784.98365" z="761.0904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1720">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="787.1117" z="764.67103"/>
<Orientation y="-0.2882"/>
</Entity>
<Entity uid="1721">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.83283" z="771.07093"/>
<Orientation y="-0.9836"/>
</Entity>
<Entity uid="1722">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="781.64734" z="772.21961"/>
<Orientation y="-1.196"/>
</Entity>
<Entity uid="1723">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="776.78431" z="774.29206"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1724">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.78864" z="775.94361"/>
<Orientation y="-0.95916"/>
</Entity>
<Entity uid="1725">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="768.4693" z="779.47657"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1726">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="766.95899" z="779.38813"/>
<Orientation y="-1.82189"/>
</Entity>
<Entity uid="1727">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.07178" z="778.34668"/>
<Orientation y="-1.84601"/>
</Entity>
<Entity uid="1728">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="759.40998" z="778.0243"/>
<Orientation y="-1.4902"/>
</Entity>
<Entity uid="1729">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.19501" z="778.67341"/>
<Orientation y="-2.27529"/>
</Entity>
<Entity uid="1730">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="750.82514" z="776.7898"/>
<Orientation y="-2.4011"/>
</Entity>
<Entity uid="1731">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.98011" z="761.4112"/>
<Orientation y="1.22518"/>
</Entity>
<Entity uid="1732">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="813.60907" z="614.27991"/>
<Orientation y="-2.51516"/>
</Entity>
<Entity uid="1733">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="808.95118" z="612.37012"/>
<Orientation y="-1.05971"/>
</Entity>
<Entity uid="1734">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="805.95405" z="614.56751"/>
<Orientation y="-1.38518"/>
</Entity>
<Entity uid="1735">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="800.55085" z="616.33667"/>
<Orientation y="-1.88639"/>
</Entity>
<Entity uid="1736">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="790.00013" z="618.28943"/>
<Orientation y="-1.07256"/>
</Entity>
<Entity uid="1737">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="787.44465" z="619.61243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1738">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.96479" z="631.6695"/>
<Orientation y="1.23041"/>
</Entity>
<Entity uid="1739">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.66681" z="628.27344"/>
<Orientation y="-2.99502"/>
</Entity>
<Entity uid="1740">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="780.46943" z="619.97474"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1741">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="784.39399" z="615.40705"/>
<Orientation y="1.4746"/>
</Entity>
<Entity uid="1742">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="794.3617" z="614.9286"/>
<Orientation y="-2.08887"/>
</Entity>
<Entity uid="1743">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="879.19184" z="704.55604"/>
<Orientation y="2.75025"/>
</Entity>
<Entity uid="1744">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="882.93073" z="690.8354"/>
<Orientation y="2.98566"/>
</Entity>
<Entity uid="1745">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="885.32624" z="679.28742"/>
<Orientation y="2.89068"/>
</Entity>
<Entity uid="1746">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.48566" z="672.51758"/>
<Orientation y="2.46488"/>
</Entity>
<Entity uid="1747">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="893.40033" z="665.06012"/>
<Orientation y="-2.94053"/>
</Entity>
<Entity uid="1748">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="892.01734" z="659.1485"/>
<Orientation y="-2.30634"/>
</Entity>
<Entity uid="1749">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.65253" z="656.75599"/>
<Orientation y="-1.87789"/>
</Entity>
<Entity uid="1750">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="883.50141" z="653.96534"/>
<Orientation y="2.84807"/>
</Entity>
<Entity uid="1751">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="960.97889" z="616.87714"/>
<Orientation y="2.683"/>
</Entity>
<Entity uid="1752">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.63056" z="601.13563"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1753">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.2118" z="597.93598"/>
<Orientation y="-2.85601"/>
</Entity>
<Entity uid="1754">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.91401" z="590.93104"/>
<Orientation y="2.99433"/>
</Entity>
<Entity uid="1755">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="958.0829" z="581.38477"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1756">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="960.18213" z="580.18207"/>
<Orientation y="0.64446"/>
</Entity>
<Entity uid="1757">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="962.4947" z="582.03138"/>
<Orientation y="2.60354"/>
</Entity>
<Entity uid="1758">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="965.86066" z="574.35743"/>
<Orientation y="-1.65665"/>
</Entity>
<Entity uid="1759">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="959.63996" z="576.8343"/>
<Orientation y="-2.51992"/>
</Entity>
<Entity uid="1760">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="956.9698" z="574.12348"/>
<Orientation y="2.7528"/>
</Entity>
<Entity uid="1761">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="960.78156" z="568.10785"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1762">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="962.88166" z="572.52698"/>
<Orientation y="1.35323"/>
</Entity>
<Entity uid="1763">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.88514" z="805.61731"/>
<Orientation y="2.88674"/>
</Entity>
<Entity uid="1764">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.66749" z="791.57209"/>
<Orientation y="2.75647"/>
</Entity>
<Entity uid="1765">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="867.72498" z="779.33259"/>
<Orientation y="-2.43833"/>
</Entity>
<Entity uid="1766">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.83973" z="774.04712"/>
<Orientation y="-3.13042"/>
</Entity>
<Entity uid="1767">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.93543" z="765.42945"/>
<Orientation y="2.71686"/>
</Entity>
<Entity uid="1768">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="870.23646" z="758.65992"/>
<Orientation y="2.90712"/>
</Entity>
<Entity uid="1769">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.1532" z="752.29365"/>
<Orientation y="-2.90175"/>
</Entity>
<Entity uid="1770">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="867.54438" z="749.51044"/>
<Orientation y="-2.8193"/>
</Entity>
<Entity uid="1771">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.4087" z="767.66456"/>
<Orientation y="1.50412"/>
</Entity>
<Entity uid="1772">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="871.25403" z="766.18854"/>
<Orientation y="1.41184"/>
</Entity>
<Entity uid="1773">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.1609" z="822.49042"/>
<Orientation y="2.39802"/>
</Entity>
<Entity uid="1774">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="861.53858" z="819.41456"/>
<Orientation y="1.85961"/>
</Entity>
<Entity uid="1775">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.94996" z="819.61316"/>
<Orientation y="-0.00388"/>
</Entity>
<Entity uid="1776">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="864.85108" z="825.58912"/>
<Orientation y="-0.00864"/>
</Entity>
<Entity uid="1777">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="864.81012" z="832.03785"/>
<Orientation y="0.75345"/>
</Entity>
<Entity uid="1778">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.27527" z="838.15986"/>
<Orientation y="0.06165"/>
</Entity>
<Entity uid="1779">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.1211" z="855.92975"/>
<Orientation y="0.33787"/>
</Entity>
<Entity uid="1780">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.42072" z="743.97046"/>
<Orientation y="-2.80115"/>
</Entity>
<Entity uid="1781">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.38984" z="729.836"/>
<Orientation y="3.13015"/>
</Entity>
<Entity uid="1782">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.62195" z="721.97584"/>
<Orientation y="-2.79598"/>
</Entity>
<Entity uid="1783">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.7146" z="712.03443"/>
<Orientation y="2.97548"/>
</Entity>
<Entity uid="1784">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="962.48475" z="702.21491"/>
<Orientation y="2.46624"/>
</Entity>
<Entity uid="1785">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="968.37043" z="692.05744"/>
<Orientation y="3.07097"/>
</Entity>
<Entity uid="1786">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="969.35486" z="683.219"/>
<Orientation y="2.85744"/>
</Entity>
<Entity uid="1787">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.12708" z="678.65522"/>
<Orientation y="2.95881"/>
</Entity>
<Entity uid="1788">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.43458" z="677.09137"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1789">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="973.41767" z="666.92127"/>
<Orientation y="2.06824"/>
</Entity>
<Entity uid="1790">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="979.7292" z="659.61438"/>
<Orientation y="-2.68812"/>
</Entity>
<Entity uid="1791">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="974.00245" z="652.94233"/>
<Orientation y="-2.31507"/>
</Entity>
<Entity uid="1792">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.17322" z="650.20167"/>
<Orientation y="-2.67225"/>
</Entity>
<Entity uid="1793">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="968.21564" z="645.99372"/>
<Orientation y="-2.86266"/>
</Entity>
<Entity uid="1794">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.68366" z="638.45984"/>
<Orientation y="2.48313"/>
</Entity>
<Entity uid="1795">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.15204" z="634.42109"/>
<Orientation y="0.82378"/>
</Entity>
<Entity uid="1796">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="975.63563" z="640.2107"/>
<Orientation y="0.06128"/>
</Entity>
<Entity uid="1797">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="972.17164" z="654.88611"/>
<Orientation y="-0.88822"/>
</Entity>
<Entity uid="1798">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="967.90119" z="659.60212"/>
<Orientation y="-0.31066"/>
</Entity>
<Entity uid="1799">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.79767" z="668.3819"/>
<Orientation y="0.08501"/>
</Entity>
<Entity uid="1800">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.95276" z="678.80597"/>
<Orientation y="0.07892"/>
</Entity>
<Entity uid="1801">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.97242" z="695.61506"/>
<Orientation y="-0.29842"/>
</Entity>
<Entity uid="1802">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="964.88361" z="702.38929"/>
<Orientation y="0.97857"/>
</Entity>
<Entity uid="1803">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="971.75477" z="709.73456"/>
<Orientation y="-0.2133"/>
</Entity>
<Entity uid="1804">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="967.3924" z="717.69837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1805">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.20643" z="706.26313"/>
<Orientation y="2.44837"/>
</Entity>
<Entity uid="1806">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="975.22584" z="696.83881"/>
<Orientation y="0.94353"/>
</Entity>
<Entity uid="1807">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.245" z="515.5326"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1808">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="954.2392" z="518.8744"/>
<Orientation y="-0.39309"/>
</Entity>
<Entity uid="1809">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.19751" z="524.22242"/>
<Orientation y="1.12452"/>
</Entity>
<Entity uid="1810">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="954.17511" z="524.92585"/>
<Orientation y="2.27584"/>
</Entity>
<Entity uid="1811">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="956.43586" z="509.08808"/>
<Orientation y="-3.04833"/>
</Entity>
<Entity uid="1812">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.12867" z="493.73548"/>
<Orientation y="3.11052"/>
</Entity>
<Entity uid="1813">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.10071" z="483.36902"/>
<Orientation y="-2.65255"/>
</Entity>
<Entity uid="1814">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.63294" z="477.48087"/>
<Orientation y="-2.59018"/>
</Entity>
<Entity uid="1815">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="949.91999" z="474.00116"/>
<Orientation y="-2.67003"/>
</Entity>
<Entity uid="1816">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.85279" z="467.53333"/>
<Orientation y="2.6618"/>
</Entity>
<Entity uid="1817">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.35102" z="462.65796"/>
<Orientation y="1.91301"/>
</Entity>
<Entity uid="1818">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="954.30744" z="461.1078"/>
<Orientation y="-2.52111"/>
</Entity>
<Entity uid="1819">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.72187" z="456.94156"/>
<Orientation y="-2.53977"/>
</Entity>
<Entity uid="1820">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="948.66846" z="451.30546"/>
<Orientation y="3.06037"/>
</Entity>
<Entity uid="1821">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="950.94257" z="451.88614"/>
<Orientation y="3.11901"/>
</Entity>
<Entity uid="1822">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="950.67182" z="438.3194"/>
<Orientation y="-2.6968"/>
</Entity>
<Entity uid="1823">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="944.57172" z="425.74268"/>
<Orientation y="2.9657"/>
</Entity>
<Entity uid="1824">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.14881" z="419.04441"/>
<Orientation y="2.97112"/>
</Entity>
<Entity uid="1825">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.92096" z="414.99936"/>
<Orientation y="-3.03895"/>
</Entity>
<Entity uid="1826">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.41883" z="407.28901"/>
<Orientation y="-3.03129"/>
</Entity>
<Entity uid="1827">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="944.96906" z="398.75773"/>
<Orientation y="2.9758"/>
</Entity>
<Entity uid="1828">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="947.7209" z="390.35389"/>
<Orientation y="1.83774"/>
</Entity>
<Entity uid="1829">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="953.72419" z="383.66761"/>
<Orientation y="-2.59363"/>
</Entity>
<Entity uid="1830">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="950.93091" z="379.24018"/>
<Orientation y="-3.00406"/>
</Entity>
<Entity uid="1831">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.17176" z="371.86652"/>
<Orientation y="1.42959"/>
</Entity>
<Entity uid="1832">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.52698" z="372.47602"/>
<Orientation y="1.87789"/>
</Entity>
<Entity uid="1833">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="963.235" z="369.58771"/>
<Orientation y="2.92092"/>
</Entity>
<Entity uid="1834">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="964.18982" z="364.96738"/>
<Orientation y="-2.91982"/>
</Entity>
<Entity uid="1835">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="963.0959" z="360.05878"/>
<Orientation y="2.49428"/>
</Entity>
<Entity uid="1836">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="968.37824" z="356.02704"/>
<Orientation y="1.31374"/>
</Entity>
<Entity uid="1837">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="973.81928" z="356.99894"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1838">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="977.89179" z="350.02686"/>
<Orientation y="-3.02884"/>
</Entity>
<Entity uid="1839">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="963.84766" z="352.81965"/>
<Orientation y="-2.74732"/>
</Entity>
<Entity uid="1840">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="975.55329" z="347.81595"/>
<Orientation y="-3.06196"/>
</Entity>
<Entity uid="1841">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="976.28846" z="343.47062"/>
<Orientation y="0.93522"/>
</Entity>
<Entity uid="1842">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="982.71662" z="349.55472"/>
<Orientation y="1.75853"/>
</Entity>
<Entity uid="1843">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="978.73737" z="364.01893"/>
<Orientation y="2.56524"/>
</Entity>
<Entity uid="1844">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="987.29041" z="344.49384"/>
<Orientation y="-2.76908"/>
</Entity>
<Entity uid="1845">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.93464" z="391.66794"/>
<Orientation y="-1.36031"/>
</Entity>
<Entity uid="1846">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.54542" z="401.63184"/>
<Orientation y="1.31736"/>
</Entity>
<Entity uid="1847">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.64673" z="437.76545"/>
<Orientation y="2.48931"/>
</Entity>
<Entity uid="1848">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="867.26911" z="431.42756"/>
<Orientation y="3.10134"/>
</Entity>
<Entity uid="1849">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.28199" z="423.80781"/>
<Orientation y="-2.60135"/>
</Entity>
<Entity uid="1850">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.71357" z="418.8603"/>
<Orientation y="-2.98183"/>
</Entity>
<Entity uid="1851">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="863.17792" z="413.8631"/>
<Orientation y="2.54738"/>
</Entity>
<Entity uid="1852">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.23719" z="407.21116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1853">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.18" z="405.22138"/>
<Orientation y="3.06395"/>
</Entity>
<Entity uid="1854">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.35157" z="401.04917"/>
<Orientation y="-2.85091"/>
</Entity>
<Entity uid="1855">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.55195" z="394.98346"/>
<Orientation y="-2.43906"/>
</Entity>
<Entity uid="1856">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="864.82526" z="392.45652"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1857">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.00605" z="388.88752"/>
<Orientation y="2.49596"/>
</Entity>
<Entity uid="1858">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="871.38202" z="384.62378"/>
<Orientation y="3.09348"/>
</Entity>
<Entity uid="1859">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.88209" z="375.22504"/>
<Orientation y="-2.60042"/>
</Entity>
<Entity uid="1860">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.64435" z="371.6988"/>
<Orientation y="3.04578"/>
</Entity>
<Entity uid="1861">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="870.61597" z="365.11799"/>
<Orientation y="2.48723"/>
</Entity>
<Entity uid="1862">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="873.07136" z="363.63801"/>
<Orientation y="2.97957"/>
</Entity>
<Entity uid="1863">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="874.83753" z="358.29401"/>
<Orientation y="2.91463"/>
</Entity>
<Entity uid="1864">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="875.7392" z="351.5825"/>
<Orientation y="-2.47248"/>
</Entity>
<Entity uid="1865">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="873.16266" z="348.03348"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1866">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="873.96436" z="345.64948"/>
<Orientation y="2.37108"/>
</Entity>
<Entity uid="1867">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="878.99061" z="333.17734"/>
<Orientation y="-2.36693"/>
</Entity>
<Entity uid="1868">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="875.46338" z="328.66681"/>
<Orientation y="2.55068"/>
</Entity>
<Entity uid="1869">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="880.55835" z="322.37201"/>
<Orientation y="2.03571"/>
</Entity>
<Entity uid="1870">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="883.72864" z="320.76005"/>
<Orientation y="1.87885"/>
</Entity>
<Entity uid="1871">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="886.75416" z="319.40302"/>
<Orientation y="-3.02633"/>
</Entity>
<Entity uid="1872">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.18653" z="309.72364"/>
<Orientation y="2.38697"/>
</Entity>
<Entity uid="1873">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="891.70173" z="304.25416"/>
<Orientation y="2.64464"/>
</Entity>
<Entity uid="1874">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="894.77332" z="298.82966"/>
<Orientation y="-2.95795"/>
</Entity>
<Entity uid="1875">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="893.84156" z="294.59067"/>
<Orientation y="2.7603"/>
</Entity>
<Entity uid="1876">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="897.0843" z="290.23737"/>
<Orientation y="1.89744"/>
</Entity>
<Entity uid="1877">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="902.62073" z="289.34668"/>
<Orientation y="2.424"/>
</Entity>
<Entity uid="1878">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="906.49512" z="284.80167"/>
<Orientation y="2.43731"/>
</Entity>
<Entity uid="1879">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="908.86622" z="281.73044"/>
<Orientation y="3.03885"/>
</Entity>
<Entity uid="1880">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="909.36518" z="277.13672"/>
<Orientation y="2.49378"/>
</Entity>
<Entity uid="1881">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="911.96961" z="274.77671"/>
<Orientation y="0.89835"/>
</Entity>
<Entity uid="1882">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="916.29499" z="278.32932"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1883">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="919.35401" z="278.44117"/>
<Orientation y="2.7374"/>
</Entity>
<Entity uid="1884">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="923.27454" z="270.54926"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1885">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="930.21338" z="272.5683"/>
<Orientation y="-2.91384"/>
</Entity>
<Entity uid="1886">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="928.3913" z="266.07352"/>
<Orientation y="-2.85891"/>
</Entity>
<Entity uid="1887">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="927.26948" z="261.32663"/>
<Orientation y="2.39242"/>
</Entity>
<Entity uid="1888">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="931.99152" z="257.04694"/>
<Orientation y="1.7842"/>
</Entity>
<Entity uid="1889">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="936.46119" z="257.70691"/>
<Orientation y="1.26679"/>
</Entity>
<Entity uid="1890">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="939.65992" z="258.51807"/>
<Orientation y="1.81388"/>
</Entity>
<Entity uid="1891">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="941.92615" z="257.74137"/>
<Orientation y="-2.81959"/>
</Entity>
<Entity uid="1892">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="938.75849" z="250.78248"/>
<Orientation y="-2.52141"/>
</Entity>
<Entity uid="1893">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="936.97602" z="248.03354"/>
<Orientation y="3.08602"/>
</Entity>
<Entity uid="1894">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="943.39606" z="250.9984"/>
<Orientation y="0.54381"/>
</Entity>
<Entity uid="1895">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.62836" z="215.60146"/>
<Orientation y="-2.6475"/>
</Entity>
<Entity uid="1896">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="883.36921" z="193.56447"/>
<Orientation y="-2.85175"/>
</Entity>
<Entity uid="1897">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="879.6435" z="185.31588"/>
<Orientation y="-2.55887"/>
</Entity>
<Entity uid="1898">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="874.80146" z="177.91369"/>
<Orientation y="-2.72435"/>
</Entity>
<Entity uid="1899">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="872.8758" z="172.83324"/>
<Orientation y="-2.20196"/>
</Entity>
<Entity uid="1900">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.8238" z="168.95878"/>
<Orientation y="-1.51232"/>
</Entity>
<Entity uid="1901">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="855.44776" z="169.675"/>
<Orientation y="-1.65041"/>
</Entity>
<Entity uid="1902">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="848.11091" z="170.06527"/>
<Orientation y="0.25895"/>
</Entity>
<Entity uid="1903">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="850.1255" z="180.13173"/>
<Orientation y="0.12261"/>
</Entity>
<Entity uid="1904">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="850.75977" z="189.97057"/>
<Orientation y="0.66515"/>
</Entity>
<Entity uid="1905">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="856.12232" z="203.7599"/>
<Orientation y="0.09453"/>
</Entity>
<Entity uid="1906">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="857.01825" z="211.18111"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1907">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.12433" z="208.41364"/>
<Orientation y="0.37252"/>
</Entity>
<Entity uid="1908">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.05567" z="217.1246"/>
<Orientation y="0.27952"/>
</Entity>
<Entity uid="1909">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.47651" z="226.75651"/>
<Orientation y="0.12407"/>
</Entity>
<Entity uid="1910">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="870.00141" z="237.47281"/>
<Orientation y="1.24907"/>
</Entity>
<Entity uid="1911">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="876.47211" z="237.46808"/>
<Orientation y="2.02443"/>
</Entity>
<Entity uid="1912">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="880.09198" z="232.43778"/>
<Orientation y="3.0751"/>
</Entity>
<Entity uid="1913">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="879.96607" z="218.00666"/>
<Orientation y="-2.50205"/>
</Entity>
<Entity uid="1914">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="876.49042" z="214.85668"/>
<Orientation y="-3.03672"/>
</Entity>
<Entity uid="1915">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="872.69996" z="208.24299"/>
<Orientation y="1.02062"/>
</Entity>
<Entity uid="1916">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="874.9673" z="170.80596"/>
<Orientation y="-2.29525"/>
</Entity>
<Entity uid="1917">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.98548" z="163.53971"/>
<Orientation y="-2.44805"/>
</Entity>
<Entity uid="1918">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="863.08405" z="160.17026"/>
<Orientation y="-2.56653"/>
</Entity>
<Entity uid="1919">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.15992" z="156.74364"/>
<Orientation y="-1.21628"/>
</Entity>
<Entity uid="1920">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="849.1637" z="161.53145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1921">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.39802" z="143.7813"/>
<Orientation y="-2.12166"/>
</Entity>
<Entity uid="1922">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="851.88477" z="145.75355"/>
<Orientation y="-2.0772"/>
</Entity>
<Entity uid="1923">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="843.65082" z="139.64007"/>
<Orientation y="-2.13176"/>
</Entity>
<Entity uid="1924">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="837.13434" z="138.12946"/>
<Orientation y="-1.41034"/>
</Entity>
<Entity uid="1925">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="831.73737" z="138.96998"/>
<Orientation y="-1.30787"/>
</Entity>
<Entity uid="1926">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="826.85438" z="141.13436"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1927">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="831.9571" z="152.87691"/>
<Orientation y="1.90625"/>
</Entity>
<Entity uid="1928">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="803.05213" z="102.62206"/>
<Orientation y="0.9751"/>
</Entity>
<Entity uid="1929">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="806.27912" z="104.88718"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="1930">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="791.6919" z="106.4499"/>
<Orientation y="-2.19407"/>
</Entity>
<Entity uid="1931">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="789.17414" z="104.62067"/>
<Orientation y="-2.15151"/>
</Entity>
<Entity uid="1932">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="782.7074" z="100.94848"/>
<Orientation y="-2.01928"/>
</Entity>
<Entity uid="1933">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="775.14917" z="97.75881"/>
<Orientation y="-2.69671"/>
</Entity>
<Entity uid="1934">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.86487" z="94.98813"/>
<Orientation y="-3.06284"/>
</Entity>
<Entity uid="1935">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="762.26056" z="108.57174"/>
<Orientation y="-0.24598"/>
</Entity>
<Entity uid="1936">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="758.90156" z="120.15438"/>
<Orientation y="-0.6272"/>
</Entity>
<Entity uid="1937">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.37323" z="128.75399"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1938">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="751.75092" z="132.82354"/>
<Orientation y="-0.99598"/>
</Entity>
<Entity uid="1939">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.95453" z="139.25116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1940">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="738.7013" z="106.63903"/>
<Orientation y="-2.82775"/>
</Entity>
<Entity uid="1941">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.0782" z="89.41372"/>
<Orientation y="-2.17153"/>
</Entity>
<Entity uid="1942">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.79834" z="82.8691"/>
<Orientation y="-2.2842"/>
</Entity>
<Entity uid="1943">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.98115" z="75.4646"/>
<Orientation y="-2.87314"/>
</Entity>
<Entity uid="1944">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="717.02222" z="67.95092"/>
<Orientation y="-2.34066"/>
</Entity>
<Entity uid="1945">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="713.05396" z="65.84926"/>
<Orientation y="-1.43302"/>
</Entity>
<Entity uid="1946">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="707.51148" z="67.37256"/>
<Orientation y="-0.95554"/>
</Entity>
<Entity uid="1947">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="702.58277" z="71.61416"/>
<Orientation y="-0.09266"/>
</Entity>
<Entity uid="1948">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="701.40436" z="78.49096"/>
<Orientation y="0.05401"/>
</Entity>
<Entity uid="1949">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="704.04841" z="87.82416"/>
<Orientation y="0.94538"/>
</Entity>
<Entity uid="1950">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="708.61872" z="90.96203"/>
<Orientation y="0.81736"/>
</Entity>
<Entity uid="1951">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="711.91706" z="96.54155"/>
<Orientation y="0.65815"/>
</Entity>
<Entity uid="1952">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="719.8227" z="111.16147"/>
<Orientation y="0.41724"/>
</Entity>
<Entity uid="1953">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.22327" z="121.51719"/>
<Orientation y="0.70925"/>
</Entity>
<Entity uid="1954">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="727.42957" z="125.22327"/>
<Orientation y="1.46558"/>
</Entity>
<Entity uid="1955">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="736.72126" z="124.64396"/>
<Orientation y="2.13317"/>
</Entity>
<Entity uid="1956">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.32227" z="118.57355"/>
<Orientation y="-2.73726"/>
</Entity>
<Entity uid="1957">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="715.64148" z="102.79992"/>
<Orientation y="1.72443"/>
</Entity>
<Entity uid="1958">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="171.36825" z="179.76066"/>
<Orientation y="1.88173"/>
</Entity>
<Entity uid="1959">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="179.52724" z="178.18595"/>
<Orientation y="1.68699"/>
</Entity>
<Entity uid="1960">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="188.45031" z="177.83005"/>
<Orientation y="2.18525"/>
</Entity>
<Entity uid="1961">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="192.11464" z="175.54395"/>
<Orientation y="1.38601"/>
</Entity>
<Entity uid="1962">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="200.38033" z="177.78527"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1963">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="225.23748" z="191.20109"/>
<Orientation y="0.86606"/>
</Entity>
<Entity uid="1964">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="231.84594" z="199.15972"/>
<Orientation y="0.25724"/>
</Entity>
<Entity uid="1965">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="233.85732" z="205.70173"/>
<Orientation y="0.62591"/>
</Entity>
<Entity uid="1966">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="236.24958" z="209.0912"/>
<Orientation y="0.79816"/>
</Entity>
<Entity uid="1967">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="243.62676" z="217.43485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1968">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="202.49112" z="228.85155"/>
<Orientation y="-2.92428"/>
</Entity>
<Entity uid="1969">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="200.37414" z="223.61986"/>
<Orientation y="-2.12826"/>
</Entity>
<Entity uid="1970">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="193.76523" z="218.43302"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1971">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="190.69053" z="217.98807"/>
<Orientation y="-1.5282"/>
</Entity>
<Entity uid="1972">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="203.41315" z="221.31206"/>
<Orientation y="0.93776"/>
</Entity>
<Entity uid="1973">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="208.35804" z="225.8306"/>
<Orientation y="-1.90778"/>
</Entity>
<Entity uid="1974">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="192.89649" z="271.84424"/>
<Orientation y="1.26775"/>
</Entity>
<Entity uid="1975">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="264.0464" z="332.3743"/>
<Orientation y="-2.78794"/>
</Entity>
<Entity uid="1976">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="261.98768" z="327.52118"/>
<Orientation y="-2.59935"/>
</Entity>
<Entity uid="1977">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="258.86478" z="323.99354"/>
<Orientation y="-2.47245"/>
</Entity>
<Entity uid="1978">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.81102" z="318.78748"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1979">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="353.7433" z="296.12577"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1980">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="354.57413" z="295.74347"/>
<Orientation y="2.08783"/>
</Entity>
<Entity uid="1981">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="366.96937" z="287.86094"/>
<Orientation y="2.63884"/>
</Entity>
<Entity uid="1982">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="369.99036" z="282.39643"/>
<Orientation y="2.95174"/>
</Entity>
<Entity uid="1983">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="372.24106" z="275.63102"/>
<Orientation y="1.89664"/>
</Entity>
<Entity uid="1984">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.96921" z="268.84031"/>
<Orientation y="0.20701"/>
</Entity>
<Entity uid="1985">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.912" z="273.77918"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1986">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="379.36017" z="273.00416"/>
<Orientation y="-2.61577"/>
</Entity>
<Entity uid="1987">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="376.6284" z="269.50718"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1988">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="375.6742" z="267.94803"/>
<Orientation y="2.8018"/>
</Entity>
<Entity uid="1989">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.21015" z="262.08198"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1990">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="380.96543" z="416.95035"/>
<Orientation y="-0.10242"/>
</Entity>
<Entity uid="1991">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="391.83317" z="424.05524"/>
<Orientation y="0.67637"/>
</Entity>
<Entity uid="1992">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.22483" z="427.95011"/>
<Orientation y="0.30512"/>
</Entity>
<Entity uid="1993">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="395.82993" z="431.93952"/>
<Orientation y="2.5825"/>
</Entity>
<Entity uid="1994">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="397.76746" z="427.41157"/>
<Orientation y="2.67267"/>
</Entity>
<Entity uid="1995">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="403.3112" z="418.84244"/>
<Orientation y="0.31006"/>
</Entity>
<Entity uid="1996">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="404.76008" z="424.11011"/>
<Orientation y="1.17612"/>
</Entity>
<Entity uid="1997">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.41425" z="452.78327"/>
<Orientation y="-2.13054"/>
</Entity>
<Entity uid="1998">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.21772" z="451.67106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1999">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.04261" z="451.09455"/>
<Orientation y="1.90778"/>
</Entity>
<Entity uid="2000">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="475.67081" z="456.96705"/>
<Orientation y="2.75525"/>
</Entity>
<Entity uid="2001">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.90607" z="461.04188"/>
<Orientation y="1.67157"/>
</Entity>
<Entity uid="2002">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="485.68668" z="526.51453"/>
<Orientation y="2.91002"/>
</Entity>
<Entity uid="2003">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="487.39377" z="514.63123"/>
<Orientation y="-2.9575"/>
</Entity>
<Entity uid="2004">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="486.1349" z="509.27863"/>
<Orientation y="-2.96291"/>
</Entity>
<Entity uid="2005">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.62732" z="504.41852"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2006">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.69367" z="524.70337"/>
<Orientation y="-0.14152"/>
</Entity>
<Entity uid="2007">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.0828" z="532.6067"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2008">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="428.73981" z="536.19477"/>
<Orientation y="-0.258"/>
</Entity>
<Entity uid="2009">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="423.52704" z="549.35694"/>
<Orientation y="-0.36852"/>
</Entity>
<Entity uid="2010">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="420.10886" z="558.44043"/>
<Orientation y="0.12017"/>
</Entity>
<Entity uid="2011">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="420.86261" z="565.23523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2012">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="421.07792" z="571.88099"/>
<Orientation y="-0.3493"/>
</Entity>
<Entity uid="2013">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.27103" z="561.40864"/>
<Orientation y="-2.67631"/>
</Entity>
<Entity uid="2014">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="346.94443" z="555.59559"/>
<Orientation y="-2.88678"/>
</Entity>
<Entity uid="2015">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="343.33918" z="549.61799"/>
<Orientation y="-2.76705"/>
</Entity>
<Entity uid="2016">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="271.09995" z="677.54816"/>
<Orientation y="0.36965"/>
</Entity>
<Entity uid="2017">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="269.73337" z="685.59443"/>
<Orientation y="-3.01818"/>
</Entity>
<Entity uid="2018">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="265.90558" z="681.35535"/>
<Orientation y="-2.9067"/>
</Entity>
<Entity uid="2019">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="264.82477" z="674.97333"/>
<Orientation y="0.58613"/>
</Entity>
<Entity uid="2020">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.41437" z="614.7256"/>
<Orientation y="3.01215"/>
</Entity>
<Entity uid="2021">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.80964" z="612.0547"/>
<Orientation y="-2.15976"/>
</Entity>
<Entity uid="2022">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="343.49024" z="607.62293"/>
<Orientation y="-2.17606"/>
</Entity>
<Entity uid="2023">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="338.49177" z="604.37201"/>
<Orientation y="-2.13794"/>
</Entity>
<Entity uid="2024">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="334.51346" z="601.88105"/>
<Orientation y="-2.1393"/>
</Entity>
<Entity uid="2025">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="329.26093" z="599.01996"/>
<Orientation y="-1.67272"/>
</Entity>
<Entity uid="2026">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="336.25498" z="609.60633"/>
<Orientation y="0.90027"/>
</Entity>
<Entity uid="2027">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="340.31226" z="612.82209"/>
<Orientation y="0.77707"/>
</Entity>
<Entity uid="2028">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="342.07563" z="618.64094"/>
<Orientation y="-1.07648"/>
</Entity>
<Entity uid="2029">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="333.75611" z="622.63697"/>
<Orientation y="-2.88611"/>
</Entity>
<Entity uid="2030">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="329.21769" z="614.85621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2031">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.6161" z="610.52161"/>
<Orientation y="-2.61004"/>
</Entity>
<Entity uid="2032">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="368.86292" z="706.71857"/>
<Orientation y="-2.0379"/>
</Entity>
<Entity uid="2033">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="361.25956" z="701.81379"/>
<Orientation y="-2.52099"/>
</Entity>
<Entity uid="2034">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="354.10254" z="695.25373"/>
<Orientation y="-2.02857"/>
</Entity>
<Entity uid="2035">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="357.37214" z="691.08973"/>
<Orientation y="1.49976"/>
</Entity>
<Entity uid="2036">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="440.94657" z="783.14722"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2037">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="436.11756" z="784.01081"/>
<Orientation y="-2.9489"/>
</Entity>
<Entity uid="2038">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="435.56849" z="779.52991"/>
<Orientation y="2.3591"/>
</Entity>
<Entity uid="2039">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="440.54184" z="783.65333"/>
<Orientation y="1.20925"/>
</Entity>
<Entity uid="2040">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.21967" z="792.57575"/>
<Orientation y="-0.82464"/>
</Entity>
<Entity uid="2041">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.94916" z="798.02894"/>
<Orientation y="0.03257"/>
</Entity>
<Entity uid="2042">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.05506" z="803.88013"/>
<Orientation y="-0.90313"/>
</Entity>
<Entity uid="2043">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="416.793" z="809.51905"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2044">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="415.41666" z="811.11536"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2045">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="337.2598" z="884.76233"/>
<Orientation y="-1.79299"/>
</Entity>
<Entity uid="2046">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="329.2251" z="883.25721"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2047">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.94611" z="879.19617"/>
<Orientation y="-3.01418"/>
</Entity>
<Entity uid="2048">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.0688" z="872.01728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2049">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="325.73447" z="870.30231"/>
<Orientation y="-2.48946"/>
</Entity>
<Entity uid="2050">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="321.53464" z="865.3443"/>
<Orientation y="-2.6033"/>
</Entity>
<Entity uid="2051">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="319.09217" z="861.5058"/>
<Orientation y="-2.61738"/>
</Entity>
<Entity uid="2052">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="317.48139" z="858.4878"/>
<Orientation y="-2.4531"/>
</Entity>
<Entity uid="2053">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="314.91733" z="855.63746"/>
<Orientation y="-2.13433"/>
</Entity>
<Entity uid="2054">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="312.6081" z="853.67658"/>
<Orientation y="-2.45957"/>
</Entity>
<Entity uid="2055">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="310.38743" z="850.48743"/>
<Orientation y="-2.82181"/>
</Entity>
<Entity uid="2056">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="309.22458" z="845.24036"/>
<Orientation y="2.8436"/>
</Entity>
<Entity uid="2057">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="310.02482" z="842.29267"/>
<Orientation y="-2.84427"/>
</Entity>
<Entity uid="2058">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="265.27128" z="885.94275"/>
<Orientation y="1.33376"/>
</Entity>
<Entity uid="2059">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="358.5677" z="986.65412"/>
<Orientation y="2.96351"/>
</Entity>
<Entity uid="2060">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="363.19553" z="965.34198"/>
<Orientation y="2.8386"/>
</Entity>
<Entity uid="2061">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.74424" z="959.97101"/>
<Orientation y="3.0976"/>
</Entity>
<Entity uid="2062">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.42777" z="951.05231"/>
<Orientation y="3.10454"/>
</Entity>
<Entity uid="2063">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="365.30945" z="942.29548"/>
<Orientation y="2.7732"/>
</Entity>
<Entity uid="2064">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="368.12049" z="934.48462"/>
<Orientation y="-2.90912"/>
</Entity>
<Entity uid="2065">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="416.59162" z="988.39014"/>
<Orientation y="3.10988"/>
</Entity>
<Entity uid="2066">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="418.44806" z="976.97156"/>
<Orientation y="3.05716"/>
</Entity>
<Entity uid="2067">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="418.52768" z="970.49695"/>
<Orientation y="-2.59504"/>
</Entity>
<Entity uid="2068">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="413.67588" z="963.0683"/>
<Orientation y="3.11747"/>
</Entity>
<Entity uid="2069">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="416.42621" z="951.54474"/>
<Orientation y="2.51528"/>
</Entity>
<Entity uid="2070">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="422.57087" z="942.44184"/>
<Orientation y="3.0376"/>
</Entity>
<Entity uid="2071">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="422.84842" z="936.54236"/>
<Orientation y="-3.07815"/>
</Entity>
<Entity uid="2072">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="421.70521" z="920.58167"/>
<Orientation y="-3.10645"/>
</Entity>
<Entity uid="2073">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="436.62421" z="904.90418"/>
<Orientation y="2.68232"/>
</Entity>
<Entity uid="2074">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="441.2527" z="897.28718"/>
<Orientation y="2.97236"/>
</Entity>
<Entity uid="2075">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.33561" z="887.46137"/>
<Orientation y="2.72368"/>
</Entity>
<Entity uid="2076">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="448.51966" z="876.40833"/>
<Orientation y="2.23404"/>
</Entity>
<Entity uid="2077">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="455.89475" z="869.96058"/>
<Orientation y="2.71988"/>
</Entity>
<Entity uid="2078">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.46485" z="858.52936"/>
<Orientation y="2.92913"/>
</Entity>
<Entity uid="2079">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="460.6519" z="849.71625"/>
<Orientation y="2.92791"/>
</Entity>
<Entity uid="2080">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.44678" z="907.17762"/>
<Orientation y="1.85007"/>
</Entity>
<Entity uid="2081">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.758" z="907.0069"/>
<Orientation y="0.52344"/>
</Entity>
<Entity uid="2082">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="539.57941" z="911.1615"/>
<Orientation y="0.38794"/>
</Entity>
<Entity uid="2083">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="541.79291" z="917.21625"/>
<Orientation y="0.6515"/>
</Entity>
<Entity uid="2084">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="544.79914" z="922.49366"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2085">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="693.81159" z="976.95881"/>
<Orientation y="2.991"/>
</Entity>
<Entity uid="2086">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="695.84601" z="962.43158"/>
<Orientation y="-3.10662"/>
</Entity>
<Entity uid="2087">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.69434" z="948.07496"/>
<Orientation y="-2.7835"/>
</Entity>
<Entity uid="2088">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="692.78431" z="941.76514"/>
<Orientation y="-2.91521"/>
</Entity>
<Entity uid="2089">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="690.31897" z="933.17591"/>
<Orientation y="-2.86553"/>
</Entity>
<Entity uid="2090">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="689.66767" z="926.16218"/>
<Orientation y="2.61585"/>
</Entity>
<Entity uid="2091">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="695.46027" z="919.07972"/>
<Orientation y="0.17547"/>
</Entity>
<Entity uid="2092">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="697.07557" z="939.52283"/>
<Orientation y="1.25972"/>
</Entity>
<Entity uid="2093">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="724.18445" z="881.6186"/>
<Orientation y="0.69962"/>
</Entity>
<Entity uid="2094">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.1969" z="888.76246"/>
<Orientation y="0.61432"/>
</Entity>
<Entity uid="2095">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.38392" z="896.24872"/>
<Orientation y="0.25799"/>
</Entity>
<Entity uid="2096">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="737.425" z="907.75892"/>
<Orientation y="1.12673"/>
</Entity>
<Entity uid="2097">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="703.67194" z="814.28028"/>
<Orientation y="0.91062"/>
</Entity>
<Entity uid="2098">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="696.38245" z="708.04102"/>
<Orientation y="-2.98537"/>
</Entity>
<Entity uid="2099">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.42548" z="694.90394"/>
<Orientation y="2.8755"/>
</Entity>
<Entity uid="2100">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="699.78394" z="681.37269"/>
<Orientation y="1.65143"/>
</Entity>
<Entity uid="2101">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="702.1377" z="681.1825"/>
<Orientation y="2.15583"/>
</Entity>
<Entity uid="2102">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="708.016" z="679.13318"/>
<Orientation y="1.69855"/>
</Entity>
<Entity uid="2103">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="711.65156" z="678.67676"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="2104">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="715.76404" z="678.71375"/>
<Orientation y="1.27292"/>
</Entity>
<Entity uid="2105">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="721.69703" z="678.25135"/>
<Orientation y="2.10717"/>
</Entity>
<Entity uid="2106">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="699.17298" z="687.48493"/>
<Orientation y="-1.64673"/>
</Entity>
<Entity uid="2107">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="693.10407" z="688.58405"/>
<Orientation y="1.15781"/>
</Entity>
<Entity uid="2108">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.23469" z="635.40387"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2109">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="672.27668" z="625.58954"/>
<Orientation y="2.49837"/>
</Entity>
<Entity uid="2110">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="674.27045" z="623.31971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2111">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="675.42164" z="620.13355"/>
<Orientation y="2.74325"/>
</Entity>
<Entity uid="2112">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="677.10157" z="614.88221"/>
<Orientation y="2.97954"/>
</Entity>
<Entity uid="2113">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="678.51532" z="605.31855"/>
<Orientation y="2.57952"/>
</Entity>
<Entity uid="2114">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="681.37427" z="599.98432"/>
<Orientation y="2.95582"/>
</Entity>
<Entity uid="2115">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="681.63593" z="593.48584"/>
<Orientation y="-2.58385"/>
</Entity>
<Entity uid="2116">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="660.30268" z="571.81788"/>
<Orientation y="2.9102"/>
</Entity>
<Entity uid="2117">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="660.66138" z="561.68012"/>
<Orientation y="-3.06978"/>
</Entity>
<Entity uid="2118">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="659.43763" z="552.17219"/>
<Orientation y="-2.6119"/>
</Entity>
<Entity uid="2119">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="652.98377" z="541.07099"/>
<Orientation y="-2.68075"/>
</Entity>
<Entity uid="2120">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="659.25141" z="582.16785"/>
<Orientation y="0.59055"/>
</Entity>
<Entity uid="2121">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="645.77735" z="567.83216"/>
<Orientation y="1.7993"/>
</Entity>
<Entity uid="2122">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.8166" z="480.29688"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2123">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="664.61652" z="477.09064"/>
<Orientation y="-3.02909"/>
</Entity>
<Entity uid="2124">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="663.50776" z="463.63578"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2125">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="671.48603" z="487.48023"/>
<Orientation y="-2.69422"/>
</Entity>
<Entity uid="2126">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="620.71558" z="444.91254"/>
<Orientation y="-3.1363"/>
</Entity>
<Entity uid="2127">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="621.37818" z="434.71763"/>
<Orientation y="2.94617"/>
</Entity>
<Entity uid="2128">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="622.5434" z="427.141"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2129">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.59803" z="447.09394"/>
<Orientation y="2.84293"/>
</Entity>
<Entity uid="2130">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.62739" z="359.339"/>
<Orientation y="2.27443"/>
</Entity>
<Entity uid="2131">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="641.72693" z="306.21711"/>
<Orientation y="1.28034"/>
</Entity>
<Entity uid="2132">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="635.83924" z="255.92991"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2133">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.04426" z="257.76935"/>
<Orientation y="-2.73191"/>
</Entity>
<Entity uid="2134">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="631.01392" z="252.19236"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2135">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="629.60627" z="250.9636"/>
<Orientation y="-2.15931"/>
</Entity>
<Entity uid="2136">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.17463" z="250.524"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2137">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.36963" z="252.1367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2138">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.84638" z="257.3202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2139">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="591.87916" z="243.35651"/>
<Orientation y="-1.86112"/>
</Entity>
<Entity uid="2140">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="586.04413" z="241.81876"/>
<Orientation y="-1.89795"/>
</Entity>
<Entity uid="2141">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="579.52125" z="241.3534"/>
<Orientation y="-0.98633"/>
</Entity>
<Entity uid="2142">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="573.13221" z="245.71814"/>
<Orientation y="1.7248"/>
</Entity>
<Entity uid="2143">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="518.60499" z="274.85633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2144">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="516.89887" z="272.43213"/>
<Orientation y="-2.73429"/>
</Entity>
<Entity uid="2145">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="514.22034" z="269.16166"/>
<Orientation y="-1.89913"/>
</Entity>
<Entity uid="2146">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="507.42627" z="268.85651"/>
<Orientation y="-2.25158"/>
</Entity>
<Entity uid="2147">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="503.5601" z="266.29242"/>
<Orientation y="-2.5297"/>
</Entity>
<Entity uid="2148">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="478.84342" z="246.6728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2149">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="469.5004" z="250.76008"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="2150">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="460.17246" z="252.39914"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2151">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.5188" z="250.10581"/>
<Orientation y="3.08248"/>
</Entity>
<Entity uid="2152">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.49283" z="244.58323"/>
<Orientation y="2.35967"/>
</Entity>
<Entity uid="2153">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="467.48636" z="240.66773"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2154">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="468.09101" z="243.19938"/>
<Orientation y="1.12649"/>
</Entity>
<Entity uid="2155">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="476.16694" z="246.74637"/>
<Orientation y="1.37807"/>
</Entity>
<Entity uid="2156">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="479.5994" z="247.6157"/>
<Orientation y="0.46331"/>
</Entity>
<Entity uid="2157">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.27393" z="252.25437"/>
<Orientation y="0.88935"/>
</Entity>
<Entity uid="2158">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="486.59314" z="255.4127"/>
<Orientation y="1.87296"/>
</Entity>
<Entity uid="2159">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="441.0831" z="241.73235"/>
<Orientation y="1.7171"/>
</Entity>
<Entity uid="2160">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="452.71918" z="241.72675"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2161">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.71583" z="239.14776"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2162">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="407.01603" z="251.05738"/>
<Orientation y="-1.52446"/>
</Entity>
<Entity uid="2163">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="401.7407" z="251.20194"/>
<Orientation y="-2.0227"/>
</Entity>
<Entity uid="2164">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="396.5788" z="249.115"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="2165">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="388.99204" z="251.67075"/>
<Orientation y="-0.98269"/>
</Entity>
<Entity uid="2166">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="383.54807" z="260.23139"/>
<Orientation y="-1.39922"/>
</Entity>
<Entity uid="2167">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.98496" z="292.48795"/>
<Orientation y="-2.41031"/>
</Entity>
<Entity uid="2168">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="357.11066" z="286.23972"/>
<Orientation y="1.40741"/>
</Entity>
<Entity uid="2169">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.27997" z="287.18305"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2170">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.70456" z="283.23725"/>
<Orientation y="-3.12938"/>
</Entity>
<Entity uid="2171">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.59513" z="278.55457"/>
<Orientation y="2.69364"/>
</Entity>
<Entity uid="2172">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="324.2032" z="179.98931"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2173">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.81196" z="175.17563"/>
<Orientation y="3.07924"/>
</Entity>
<Entity uid="2174">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.60477" z="170.65789"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2175">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="323.6753" z="169.72762"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2176">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="321.09553" z="171.29892"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2177">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="335.18995" z="133.59629"/>
<Orientation y="-2.8212"/>
</Entity>
<Entity uid="2178">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.01313" z="123.9838"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2179">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.64457" z="120.75971"/>
<Orientation y="3.10622"/>
</Entity>
<Entity uid="2180">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.5911" z="115.72013"/>
<Orientation y="2.9158"/>
</Entity>
<Entity uid="2181">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="404.23011" z="140.84937"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="2182">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="399.8054" z="140.12392"/>
<Orientation y="-2.45707"/>
</Entity>
<Entity uid="2183">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="397.62436" z="137.00095"/>
<Orientation y="-2.52984"/>
</Entity>
<Entity uid="2184">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.2306" z="132.71978"/>
<Orientation y="-2.66353"/>
</Entity>
<Entity uid="2185">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="392.7024" z="128.78849"/>
<Orientation y="3.06754"/>
</Entity>
<Entity uid="2186">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="393.12903" z="125.66396"/>
<Orientation y="2.94892"/>
</Entity>
<Entity uid="2187">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.83008" z="119.18722"/>
<Orientation y="2.63143"/>
</Entity>
<Entity uid="2188">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="396.93152" z="115.72716"/>
<Orientation y="2.53783"/>
</Entity>
<Entity uid="2189">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="404.29578" z="107.40954"/>
<Orientation y="2.15391"/>
</Entity>
<Entity uid="2190">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.9719" z="104.45371"/>
<Orientation y="1.59484"/>
</Entity>
<Entity uid="2191">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="413.89414" z="109.75448"/>
<Orientation y="-0.40236"/>
</Entity>
<Entity uid="2192">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.53446" z="117.3905"/>
<Orientation y="0.18448"/>
</Entity>
<Entity uid="2193">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="411.49518" z="123.48746"/>
<Orientation y="0.2011"/>
</Entity>
<Entity uid="2194">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="412.12891" z="128.04651"/>
<Orientation y="0.05326"/>
</Entity>
<Entity uid="2195">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="412.90137" z="132.06554"/>
<Orientation y="0.33223"/>
</Entity>
<Entity uid="2196">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="414.637" z="138.9228"/>
<Orientation y="-0.72779"/>
</Entity>
<Entity uid="2197">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.77656" z="142.60988"/>
<Orientation y="-2.04897"/>
</Entity>
<Entity uid="2198">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="405.70081" z="137.36815"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2199">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="401.2526" z="133.17046"/>
<Orientation y="-2.47258"/>
</Entity>
<Entity uid="2200">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.46818" z="128.5593"/>
<Orientation y="3.0804"/>
</Entity>
<Entity uid="2201">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.98328" z="120.12708"/>
<Orientation y="2.81302"/>
</Entity>
<Entity uid="2202">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="401.12906" z="116.10445"/>
<Orientation y="2.24433"/>
</Entity>
<Entity uid="2203">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="407.23304" z="113.04944"/>
<Orientation y="0.39739"/>
</Entity>
<Entity uid="2204">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="408.65592" z="118.00712"/>
<Orientation y="-0.25025"/>
</Entity>
<Entity uid="2205">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="406.43757" z="124.71827"/>
<Orientation y="0.04043"/>
</Entity>
<Entity uid="2206">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="406.78437" z="131.23704"/>
<Orientation y="1.26134"/>
</Entity>
<Entity uid="2207">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.9657" z="108.17489"/>
<Orientation y="1.02643"/>
</Entity>
<Entity uid="2208">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="526.75672" z="105.77108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2209">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="531.45685" z="112.17508"/>
<Orientation y="0.45475"/>
</Entity>
<Entity uid="2210">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="534.2942" z="117.72794"/>
<Orientation y="0.75794"/>
</Entity>
<Entity uid="2211">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="539.77857" z="123.41408"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2212">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="540.85401" z="130.53054"/>
<Orientation y="0.65882"/>
</Entity>
<Entity uid="2213">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="541.07825" z="138.779"/>
<Orientation y="0.11138"/>
</Entity>
<Entity uid="2214">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="542.76758" z="147.16022"/>
<Orientation y="0.89501"/>
</Entity>
<Entity uid="2215">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="545.4994" z="154.79694"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2216">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="550.18726" z="148.12568"/>
<Orientation y="2.90181"/>
</Entity>
<Entity uid="2217">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="552.3454" z="138.72338"/>
<Orientation y="2.80765"/>
</Entity>
<Entity uid="2218">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="554.60737" z="129.50712"/>
<Orientation y="-2.90835"/>
</Entity>
<Entity uid="2219">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="554.61689" z="122.4769"/>
<Orientation y="-2.95719"/>
</Entity>
<Entity uid="2220">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="553.43213" z="116.23887"/>
<Orientation y="2.7629"/>
</Entity>
<Entity uid="2221">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="556.7334" z="107.5001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2222">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="549.02662" z="103.88804"/>
<Orientation y="2.63234"/>
</Entity>
<Entity uid="2223">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="541.4079" z="106.12314"/>
<Orientation y="0.21879"/>
</Entity>
<Entity uid="2224">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="533.90394" z="105.13573"/>
<Orientation y="1.01093"/>
</Entity>
<Entity uid="2225">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="545.70813" z="113.7765"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2226">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="546.6073" z="120.60172"/>
<Orientation y="0.0956"/>
</Entity>
<Entity uid="2227">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="547.34284" z="127.36208"/>
<Orientation y="-0.06875"/>
</Entity>
<Entity uid="2228">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="546.19709" z="135.74511"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2229">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="540.03864" z="150.93607"/>
<Orientation y="-2.77347"/>
</Entity>
<Entity uid="2230">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.8589" z="142.54616"/>
<Orientation y="3.00406"/>
</Entity>
<Entity uid="2231">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="538.5893" z="137.49811"/>
<Orientation y="-3.04426"/>
</Entity>
<Entity uid="2232">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.50171" z="126.56337"/>
<Orientation y="-2.47529"/>
</Entity>
<Entity uid="2233">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.93445" z="119.10085"/>
<Orientation y="-2.31765"/>
</Entity>
<Entity uid="2234">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="527.16108" z="115.10053"/>
<Orientation y="-2.43137"/>
</Entity>
<Entity uid="2235">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="523.70807" z="109.71494"/>
<Orientation y="-2.43604"/>
</Entity>
<Entity uid="2236">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="518.17963" z="100.76487"/>
<Orientation y="2.36242"/>
</Entity>
<Entity uid="2237">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="521.86207" z="98.78946"/>
<Orientation y="1.49502"/>
</Entity>
<Entity uid="2238">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.72608" z="100.81502"/>
<Orientation y="1.77555"/>
</Entity>
<Entity uid="2239">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.86921" z="100.04133"/>
<Orientation y="1.83071"/>
</Entity>
<Entity uid="2240">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.17896" z="98.26301"/>
<Orientation y="1.84247"/>
</Entity>
<Entity uid="2241">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="545.74085" z="97.62758"/>
<Orientation y="1.4088"/>
</Entity>
<Entity uid="2242">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.73841" z="98.98"/>
<Orientation y="1.24662"/>
</Entity>
<Entity uid="2243">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="556.4065" z="101.13361"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2244">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="543.4748" z="102.1921"/>
<Orientation y="-2.0159"/>
</Entity>
<Entity uid="2245">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="541.11286" z="97.75547"/>
<Orientation y="-2.67934"/>
</Entity>
<Entity uid="2246">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="539.32172" z="94.09171"/>
<Orientation y="-1.77646"/>
</Entity>
<Entity uid="2247">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="533.9823" z="94.53222"/>
<Orientation y="-1.86486"/>
</Entity>
<Entity uid="2248">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.13172" z="94.9652"/>
<Orientation y="-2.69541"/>
</Entity>
<Entity uid="2249">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="545.67652" z="94.33971"/>
<Orientation y="-2.10412"/>
</Entity>
<Entity uid="2250">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="538.32972" z="91.2964"/>
<Orientation y="-1.80893"/>
</Entity>
<Entity uid="2251">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="533.3094" z="89.41066"/>
<Orientation y="-2.07036"/>
</Entity>
<Entity uid="2252">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="526.41675" z="86.12482"/>
<Orientation y="-1.92505"/>
</Entity>
<Entity uid="2253">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="522.6048" z="84.59289"/>
<Orientation y="-2.08225"/>
</Entity>
<Entity uid="2254">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="516.19452" z="80.5105"/>
<Orientation y="-2.18232"/>
</Entity>
<Entity uid="2255">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="509.796" z="80.24907"/>
<Orientation y="-2.28316"/>
</Entity>
<Entity uid="2256">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="508.1308" z="162.32364"/>
<Orientation y="1.53064"/>
</Entity>
<Entity uid="2257">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="514.1352" z="162.5634"/>
<Orientation y="0.68886"/>
</Entity>
<Entity uid="2258">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="516.85657" z="166.02198"/>
<Orientation y="1.58404"/>
</Entity>
<Entity uid="2259">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="522.21613" z="165.53684"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2260">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="524.97803" z="166.7124"/>
<Orientation y="1.86828"/>
</Entity>
<Entity uid="2261">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.30738" z="164.9899"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2262">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.66895" z="164.31513"/>
<Orientation y="1.5716"/>
</Entity>
<Entity uid="2263">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.97876" z="164.33419"/>
<Orientation y="2.57262"/>
</Entity>
<Entity uid="2264">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="454.00922" z="152.29528"/>
<Orientation y="-1.55362"/>
</Entity>
<Entity uid="2265">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="448.30475" z="153.35515"/>
<Orientation y="-1.49935"/>
</Entity>
<Entity uid="2266">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.912" z="154.34018"/>
<Orientation y="-1.59728"/>
</Entity>
<Entity uid="2267">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="434.17856" z="155.36301"/>
<Orientation y="-1.54719"/>
</Entity>
<Entity uid="2268">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.13791" z="156.33013"/>
<Orientation y="-1.51546"/>
</Entity>
<Entity uid="2269">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="423.3024" z="156.6334"/>
<Orientation y="-1.86881"/>
</Entity>
<Entity uid="2270">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="420.52051" z="155.30716"/>
<Orientation y="-2.18584"/>
</Entity>
<Entity uid="2271">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.31507" z="147.36799"/>
<Orientation y="-1.8782"/>
</Entity>
<Entity uid="2272">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="386.65534" z="146.39759"/>
<Orientation y="-2.76322"/>
</Entity>
<Entity uid="2273">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="384.38001" z="140.67808"/>
<Orientation y="-2.62339"/>
</Entity>
<Entity uid="2274">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.42414" z="134.46528"/>
<Orientation y="-3.04418"/>
</Entity>
<Entity uid="2275">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.52012" z="127.66803"/>
<Orientation y="2.31466"/>
</Entity>
<Entity uid="2276">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="386.38907" z="124.83442"/>
<Orientation y="2.63297"/>
</Entity>
<Entity uid="2277">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="388.6373" z="120.22564"/>
<Orientation y="-3.13605"/>
</Entity>
<Entity uid="2278">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="388.54252" z="115.80961"/>
<Orientation y="2.41631"/>
</Entity>
<Entity uid="2279">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="405.511" z="106.53841"/>
<Orientation y="2.53829"/>
</Entity>
<Entity uid="2280">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="409.44889" z="99.64846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2281">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.48578" z="98.70777"/>
<Orientation y="2.26786"/>
</Entity>
<Entity uid="2282">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="418.41831" z="94.35242"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2283">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="419.4069" z="92.07911"/>
<Orientation y="2.53714"/>
</Entity>
<Entity uid="2284">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="460.30347" z="74.76854"/>
<Orientation y="-1.68383"/>
</Entity>
<Entity uid="2285">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="452.66547" z="73.1798"/>
<Orientation y="-1.69661"/>
</Entity>
<Entity uid="2286">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="449.31696" z="72.90468"/>
<Orientation y="-1.68702"/>
</Entity>
<Entity uid="2287">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.55997" z="72.9809"/>
<Orientation y="-1.69564"/>
</Entity>
<Entity uid="2288">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="437.25632" z="73.2164"/>
<Orientation y="-1.03783"/>
</Entity>
<Entity uid="2289">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.4477" z="78.00615"/>
<Orientation y="-1.36461"/>
</Entity>
<Entity uid="2290">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.90256" z="80.26096"/>
<Orientation y="-1.5575"/>
</Entity>
<Entity uid="2291">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="466.46268" z="38.13163"/>
<Orientation y="1.691"/>
</Entity>
<Entity uid="2292">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="474.44285" z="37.53888"/>
<Orientation y="-2.1967"/>
</Entity>
<Entity uid="2293">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="467.39152" z="34.35058"/>
<Orientation y="-2.83121"/>
</Entity>
<Entity uid="2294">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.8704" z="29.73525"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2295">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.89118" z="65.7762"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2296">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="469.51841" z="70.59881"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2297">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="468.37522" z="72.62711"/>
<Orientation y="-0.804"/>
</Entity>
<Entity uid="2298">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.12494" z="75.54577"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2299">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.40204" z="79.05764"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2300">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="466.05369" z="82.33242"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2301">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="451.74866" z="109.67145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2302">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="451.82474" z="115.41033"/>
<Orientation y="0.50573"/>
</Entity>
<Entity uid="2303">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.36435" z="119.84536"/>
<Orientation y="-0.30182"/>
</Entity>
<Entity uid="2304">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="448.90857" z="127.7506"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2305">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="447.84925" z="128.94713"/>
<Orientation y="-0.45881"/>
</Entity>
<Entity uid="2306">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="444.6478" z="136.83471"/>
<Orientation y="0.89155"/>
</Entity>
<Entity uid="2307">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.21607" z="129.59363"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2308">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="431.54563" z="126.48317"/>
<Orientation y="-3.12423"/>
</Entity>
<Entity uid="2309">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.94492" z="121.41315"/>
<Orientation y="-2.56806"/>
</Entity>
<Entity uid="2310">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="425.83576" z="115.18534"/>
<Orientation y="-2.36237"/>
</Entity>
<Entity uid="2311">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.38807" z="113.50559"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2312">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="489.66608" z="436.76612"/>
<Orientation y="2.88216"/>
</Entity>
<Entity uid="2313">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="493.96085" z="420.21622"/>
<Orientation y="2.99808"/>
</Entity>
<Entity uid="2314">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.18915" z="413.67524"/>
<Orientation y="2.85308"/>
</Entity>
<Entity uid="2315">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="499.8791" z="402.43476"/>
<Orientation y="2.13326"/>
</Entity>
<Entity uid="2316">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="477.26481" z="482.35062"/>
<Orientation y="0.79897"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="2317">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="475.14563" z="546.54108"/>
<Orientation y="0.96125"/>
</Entity>
<Entity uid="2318">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.54966" z="553.81073"/>
<Orientation y="0.89623"/>
</Entity>
<Entity uid="2319">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="490.98044" z="560.59162"/>
<Orientation y="1.23301"/>
</Entity>
<Entity uid="2320">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="573.6902" z="553.2848"/>
<Orientation y="1.88967"/>
</Entity>
<Entity uid="2321">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="584.26185" z="549.62385"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2322">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="587.73914" z="548.72376"/>
<Orientation y="1.42148"/>
</Entity>
<Entity uid="2323">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="595.58545" z="548.84467"/>
<Orientation y="2.43778"/>
</Entity>
<Entity uid="2324">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="602.63263" z="536.4673"/>
<Orientation y="2.56827"/>
</Entity>
<Entity uid="2325">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="603.93262" z="532.5774"/>
<Orientation y="2.60134"/>
</Entity>
<Entity uid="2326">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="488.00016" z="598.13056"/>
<Orientation y="-0.32447"/>
</Entity>
<Entity uid="2327">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.96048" z="616.3946"/>
<Orientation y="0.02712"/>
</Entity>
<Entity uid="2328">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="483.73383" z="629.69025"/>
<Orientation y="0.04667"/>
</Entity>
<Entity uid="2329">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="484.06806" z="643.75757"/>
<Orientation y="0.89977"/>
</Entity>
<Entity uid="2330">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="481.83271" z="830.245"/>
<Orientation y="2.3712"/>
</Entity>
<Entity uid="2331">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="489.03071" z="821.93201"/>
<Orientation y="2.85479"/>
</Entity>
<Entity uid="2332">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="490.55225" z="815.75062"/>
<Orientation y="3.11814"/>
</Entity>
<Entity uid="2333">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="490.96387" z="808.43213"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2334">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="491.43015" z="805.1761"/>
<Orientation y="2.48778"/>
</Entity>
<Entity uid="2335">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="496.2993" z="801.4886"/>
<Orientation y="0.20508"/>
</Entity>
<Entity uid="2336">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="498.13077" z="810.81824"/>
<Orientation y="-0.23758"/>
</Entity>
<Entity uid="2337">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.23746" z="820.76203"/>
<Orientation y="0.38666"/>
</Entity>
<Entity uid="2338">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="498.34284" z="832.88276"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2339">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="575.8462" z="845.42713"/>
<Orientation y="2.87238"/>
</Entity>
<Entity uid="2340">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="580.04902" z="831.4925"/>
<Orientation y="2.51447"/>
</Entity>
<Entity uid="2341">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="582.25586" z="827.25147"/>
<Orientation y="2.60843"/>
</Entity>
<Entity uid="2342">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="591.62574" z="825.59559"/>
<Orientation y="1.47584"/>
</Entity>
<Entity uid="2343">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="617.87391" z="784.20105"/>
<Orientation y="-2.8374"/>
</Entity>
<Entity uid="2344">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="616.07868" z="778.83094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2345">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="632.44666" z="776.9444"/>
<Orientation y="-2.20043"/>
</Entity>
<Entity uid="2346">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="609.06934" z="777.59662"/>
<Orientation y="-1.96316"/>
</Entity>
<Entity uid="2347">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="583.49457" z="768.62458"/>
<Orientation y="-0.66639"/>
</Entity>
<Entity uid="2348">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="589.39216" z="769.16358"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2349">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="643.40033" z="915.80628"/>
<Orientation y="-2.51786"/>
</Entity>
<Entity uid="2350">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.29804" z="906.37305"/>
<Orientation y="-3.06159"/>
</Entity>
<Entity uid="2351">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="636.71406" z="894.43848"/>
<Orientation y="-2.85222"/>
</Entity>
<Entity uid="2352">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="633.57563" z="883.98194"/>
<Orientation y="-2.89643"/>
</Entity>
<Entity uid="2353">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.9137" z="873.64081"/>
<Orientation y="1.0837"/>
</Entity>
<Entity uid="2354">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="813.92548" z="857.6808"/>
<Orientation y="2.97168"/>
</Entity>
<Entity uid="2355">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="814.792" z="847.49122"/>
<Orientation y="3.01587"/>
</Entity>
<Entity uid="2356">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="816.98334" z="833.13526"/>
<Orientation y="2.44451"/>
</Entity>
<Entity uid="2357">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="833.27466" z="826.90247"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2358">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="816.32343" z="483.41544"/>
<Orientation y="-3.02131"/>
</Entity>
<Entity uid="2359">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="812.0688" z="460.92551"/>
<Orientation y="-2.57163"/>
</Entity>
<Entity uid="2360">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="803.62977" z="451.8513"/>
<Orientation y="-2.64132"/>
</Entity>
<Entity uid="2361">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="796.06617" z="435.16187"/>
<Orientation y="-2.68731"/>
</Entity>
<Entity uid="2362">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="792.72413" z="429.56034"/>
<Orientation y="-1.80938"/>
</Entity>
<Entity uid="2363">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.14423" z="427.41303"/>
<Orientation y="-1.90558"/>
</Entity>
<Entity uid="2364">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.86994" z="424.67264"/>
<Orientation y="-2.06934"/>
</Entity>
<Entity uid="2365">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="764.4809" z="420.15571"/>
<Orientation y="-1.61124"/>
</Entity>
<Entity uid="2366">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.17554" z="407.88697"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2367">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="764.32728" z="406.98844"/>
<Orientation y="1.49264"/>
</Entity>
<Entity uid="2368">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.49262" z="409.3444"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2369">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="785.05262" z="410.26648"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2370">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="738.01557" z="404.84986"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2371">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.22974" z="400.922"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2372">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.64399" z="408.9516"/>
<Orientation y="-2.60666"/>
</Entity>
<Entity uid="2373">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.40406" z="416.5475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2374">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.03022" z="422.10303"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2375">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.83979" z="427.30655"/>
<Orientation y="1.32464"/>
</Entity>
<Entity uid="2376">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="737.05134" z="290.55393"/>
<Orientation y="-3.00846"/>
</Entity>
<Entity uid="2377">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="735.82074" z="278.18494"/>
<Orientation y="-2.87992"/>
</Entity>
<Entity uid="2378">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.1178" z="271.35029"/>
<Orientation y="-2.98678"/>
</Entity>
<Entity uid="2379">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.55054" z="266.18964"/>
<Orientation y="3.13949"/>
</Entity>
<Entity uid="2380">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.04841" z="253.26351"/>
<Orientation y="2.88386"/>
</Entity>
<Entity uid="2381">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="501.34971" z="120.09705"/>
<Orientation y="-2.31023"/>
</Entity>
<Entity uid="2382">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="313.7248" z="692.89362"/>
<Orientation y="2.15836"/>
</Entity>
<Entity uid="2383">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="322.36081" z="686.76124"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2384">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="323.26832" z="685.26197"/>
<Orientation y="2.6687"/>
</Entity>
<Entity uid="2385">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="239.84456" z="686.61561"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2386">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="243.024" z="680.76813"/>
<Orientation y="2.45574"/>
</Entity>
<Entity uid="2387">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="246.79587" z="675.58014"/>
<Orientation y="2.57357"/>
</Entity>
<Entity uid="2388">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.76066" z="666.13184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2389">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="296.99119" z="611.40998"/>
<Orientation y="2.43824"/>
</Entity>
<Entity uid="2390">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="304.26423" z="606.16242"/>
<Orientation y="2.25618"/>
</Entity>
<Entity uid="2391">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="308.25892" z="602.21918"/>
<Orientation y="-3.1143"/>
</Entity>
<Entity uid="2392">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="308.07795" z="595.68201"/>
<Orientation y="2.05207"/>
</Entity>
<Entity uid="2393">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="317.29474" z="595.22565"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2394">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="318.09147" z="595.11304"/>
<Orientation y="1.2592"/>
</Entity>
<Entity uid="2395">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="326.21546" z="598.92237"/>
<Orientation y="1.28985"/>
</Entity>
<Entity uid="2396">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="363.7652" z="686.56739"/>
<Orientation y="1.37787"/>
</Entity>
<Entity uid="2397">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="369.32383" z="691.33399"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2398">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="328.7082" z="777.96241"/>
<Orientation y="2.53344"/>
</Entity>
<Entity uid="2399">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="334.25846" z="769.36194"/>
<Orientation y="-2.90973"/>
</Entity>
<Entity uid="2400">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="333.448" z="760.04236"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2401">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="119.3747" z="736.79151"/>
<Orientation y="2.6638"/>
</Entity>
<Entity uid="2402">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="128.41918" z="718.44434"/>
<Orientation y="-3.08802"/>
</Entity>
<Entity uid="2403">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="126.0424" z="704.16846"/>
<Orientation y="3.0371"/>
</Entity>
<Entity uid="2404">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="127.50544" z="697.88831"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2405">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="105.46915" z="646.12372"/>
<Orientation y="2.3981"/>
</Entity>
<Entity uid="2406">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.95963" z="639.01362"/>
<Orientation y="2.54995"/>
</Entity>
<Entity uid="2407">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="116.02492" z="631.26606"/>
<Orientation y="2.92356"/>
</Entity>
<Entity uid="2408">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="118.23775" z="622.48621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2409">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="120.96525" z="615.7948"/>
<Orientation y="2.70817"/>
</Entity>
<Entity uid="2410">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="127.80546" z="610.34266"/>
<Orientation y="-1.59015"/>
</Entity>
<Entity uid="2411">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="101.05225" z="659.1974"/>
<Orientation y="-1.16811"/>
</Entity>
<Entity uid="2412">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="85.60131" z="673.47675"/>
<Orientation y="1.16111"/>
</Entity>
<Entity uid="2413">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="76.84826" z="387.79755"/>
<Orientation y="-3.0633"/>
</Entity>
<Entity uid="2414">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="72.92985" z="375.63242"/>
<Orientation y="-2.64113"/>
</Entity>
<Entity uid="2415">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="68.81467" z="366.07825"/>
<Orientation y="-2.88178"/>
</Entity>
<Entity uid="2416">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="64.76551" z="351.12836"/>
<Orientation y="-2.93276"/>
</Entity>
<Entity uid="2417">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="92.10557" z="327.04468"/>
<Orientation y="2.42536"/>
</Entity>
<Entity uid="2418">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="96.71355" z="323.43058"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2419">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="104.25768" z="323.05158"/>
<Orientation y="1.04177"/>
</Entity>
<Entity uid="2420">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="84.03875" z="316.25379"/>
<Orientation y="-1.79538"/>
</Entity>
<Entity uid="2421">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="75.33538" z="313.49561"/>
<Orientation y="-1.76603"/>
</Entity>
<Entity uid="2422">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="65.77187" z="311.88431"/>
<Orientation y="-1.87024"/>
</Entity>
<Entity uid="2423">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="61.11034" z="310.75141"/>
<Orientation y="-2.20231"/>
</Entity>
<Entity uid="2424">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="55.00422" z="308.5204"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2425">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="51.24018" z="308.28428"/>
<Orientation y="-1.82757"/>
</Entity>
<Entity uid="2426">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="41.98336" z="333.74506"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2427">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="45.93992" z="332.01893"/>
<Orientation y="1.77282"/>
</Entity>
<Entity uid="2428">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="50.7234" z="331.29957"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2429">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="53.25258" z="330.90821"/>
<Orientation y="1.67368"/>
</Entity>
<Entity uid="2430">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="61.65088" z="331.35065"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2431">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="61.2372" z="340.19288"/>
<Orientation y="-2.41276"/>
</Entity>
<Entity uid="2432">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="111.0786" z="222.2316"/>
<Orientation y="1.47785"/>
</Entity>
<Entity uid="2433">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="138.43111" z="179.916"/>
<Orientation y="1.49634"/>
</Entity>
<Entity uid="2434">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="158.61738" z="181.86872"/>
<Orientation y="-1.8198"/>
</Entity>
<Entity uid="2435">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="219.37546" z="187.8657"/>
<Orientation y="1.70246"/>
</Entity>
<Entity uid="2436">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.24286" z="778.78101"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2437">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="727.37757" z="784.96576"/>
<Orientation y="1.18186"/>
</Entity>
<Entity uid="2438">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.77955" z="791.24775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2439">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="745.42078" z="794.57605"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2440">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.0954" z="776.88587"/>
<Orientation y="3.07975"/>
</Entity>
<Entity uid="2441">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.4137" z="765.37397"/>
<Orientation y="-3.08046"/>
</Entity>
<Entity uid="2442">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.6283" z="759.92725"/>
<Orientation y="-2.6578"/>
</Entity>
<Entity uid="2443">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.55744" z="754.17865"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2444">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="720.25928" z="751.16907"/>
<Orientation y="2.67489"/>
</Entity>
<Entity uid="2445">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.17786" z="746.54084"/>
<Orientation y="2.38773"/>
</Entity>
<Entity uid="2446">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.0879" z="742.80433"/>
<Orientation y="2.54"/>
</Entity>
<Entity uid="2447">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.82691" z="734.50757"/>
<Orientation y="2.24506"/>
</Entity>
<Entity uid="2448">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="836.3678" z="698.23804"/>
<Orientation y="2.28907"/>
</Entity>
<Entity uid="2449">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="840.24994" z="695.2641"/>
<Orientation y="2.81762"/>
</Entity>
<Entity uid="2450">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="842.65833" z="689.339"/>
<Orientation y="2.76986"/>
</Entity>
<Entity uid="2451">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="847.45026" z="676.80121"/>
<Orientation y="-3.01134"/>
</Entity>
<Entity uid="2452">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="845.37281" z="669.7787"/>
<Orientation y="-3.10665"/>
</Entity>
<Entity uid="2453">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="847.56244" z="663.72736"/>
<Orientation y="1.93522"/>
</Entity>
<Entity uid="2454">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="848.64594" z="642.08826"/>
<Orientation y="-2.93396"/>
</Entity>
<Entity uid="2455">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="844.6142" z="626.30878"/>
<Orientation y="-2.60421"/>
</Entity>
<Entity uid="2456">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="840.79761" z="619.59888"/>
<Orientation y="-2.41668"/>
</Entity>
<Entity uid="2457">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="835.85346" z="614.42408"/>
<Orientation y="-2.2838"/>
</Entity>
<Entity uid="2458">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="827.52253" z="608.37916"/>
<Orientation y="-2.19365"/>
</Entity>
<Entity uid="2459">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="824.18372" z="605.52552"/>
<Orientation y="-1.60126"/>
</Entity>
<Entity uid="2460">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="814.87952" z="604.59272"/>
<Orientation y="-1.86512"/>
</Entity>
<Entity uid="2461">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="802.39136" z="603.40003"/>
<Orientation y="-1.42656"/>
</Entity>
<Entity uid="2462">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="796.81263" z="604.25647"/>
<Orientation y="-1.18477"/>
</Entity>
<Entity uid="2463">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="785.71015" z="608.57886"/>
<Orientation y="-0.97251"/>
</Entity>
<Entity uid="2464">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="779.96839" z="612.94361"/>
<Orientation y="-0.67345"/>
</Entity>
<Entity uid="2465">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="768.44178" z="630.0229"/>
<Orientation y="0.99672"/>
</Entity>
<Entity uid="2466">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="754.52558" z="670.3495"/>
<Orientation y="1.38056"/>
</Entity>
<Entity uid="2467">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="758.13483" z="678.51172"/>
<Orientation y="-0.20745"/>
</Entity>
<Entity uid="2468">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.23517" z="690.31458"/>
<Orientation y="-0.30633"/>
</Entity>
<Entity uid="2469">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="750.69587" z="703.27161"/>
<Orientation y="-0.38271"/>
</Entity>
<Entity uid="2470">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.94831" z="708.74"/>
<Orientation y="-0.66665"/>
</Entity>
<Entity uid="2471">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="742.90864" z="716.34614"/>
<Orientation y="-0.39272"/>
</Entity>
<Entity uid="2472">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.167" z="723.18763"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2473">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="739.40094" z="728.12586"/>
<Orientation y="1.06672"/>
</Entity>
<Entity uid="2474">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="757.9975" z="717.34961"/>
<Orientation y="2.64573"/>
</Entity>
<Entity uid="2475">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="764.61341" z="702.7411"/>
<Orientation y="-3.1255"/>
</Entity>
<Entity uid="2476">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.22962" z="692.55372"/>
<Orientation y="2.9941"/>
</Entity>
<Entity uid="2477">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="749.14155" z="769.73145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2478">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="754.04065" z="774.32966"/>
<Orientation y="2.29838"/>
</Entity>
<Entity uid="2479">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="761.14484" z="770.32032"/>
<Orientation y="1.28264"/>
</Entity>
<Entity uid="2480">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="771.56684" z="773.52222"/>
<Orientation y="-2.55678"/>
</Entity>
<Entity uid="2481">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="767.03113" z="766.77472"/>
<Orientation y="1.11254"/>
</Entity>
<Entity uid="2482">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="781.04841" z="767.98066"/>
<Orientation y="0.86941"/>
</Entity>
<Entity uid="2483">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="780.38697" z="656.99994"/>
<Orientation y="2.79607"/>
</Entity>
<Entity uid="2484">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="784.67939" z="643.7834"/>
<Orientation y="2.37075"/>
</Entity>
<Entity uid="2485">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="813.1001" z="697.37482"/>
<Orientation y="-2.35158"/>
</Entity>
<Entity uid="2486">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="820.95527" z="697.50818"/>
<Orientation y="1.38563"/>
</Entity>
<Entity uid="2487">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="825.04139" z="698.70228"/>
<Orientation y="2.13164"/>
</Entity>
<Entity uid="2488">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="832.44916" z="692.72608"/>
<Orientation y="3.02749"/>
</Entity>
<Entity uid="2489">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="508.51667" z="383.90815"/>
<Orientation y="0.47184"/>
</Entity>
<Entity uid="2490">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="507.63657" z="390.21268"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2491">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="503.58188" z="396.76978"/>
<Orientation y="-1.97733"/>
</Entity>
<Entity uid="2492">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="497.18448" z="394.40409"/>
<Orientation y="-1.67331"/>
</Entity>
<Entity uid="2493">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="487.8762" z="388.67716"/>
<Orientation y="1.85027"/>
</Entity>
<Entity uid="2494">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="500.96097" z="389.53669"/>
<Orientation y="-2.77285"/>
</Entity>
<Entity uid="2495">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="498.67481" z="383.64979"/>
<Orientation y="-2.33431"/>
</Entity>
<Entity uid="2496">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="494.04029" z="379.5607"/>
<Orientation y="-2.87049"/>
</Entity>
<Entity uid="2497">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="501.62543" z="376.57886"/>
<Orientation y="1.17745"/>
</Entity>
<Entity uid="2498">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="508.21561" z="378.35483"/>
<Orientation y="2.17751"/>
</Entity>
<Entity uid="2499">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="615.24793" z="439.89002"/>
<Orientation y="-2.85817"/>
</Entity>
<Entity uid="2500">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="611.08912" z="428.20463"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2501">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="609.58851" z="422.87882"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2502">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="616.07923" z="422.1551"/>
<Orientation y="0.56087"/>
</Entity>
<Entity uid="2503">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="617.50208" z="430.53736"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2504">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="619.79822" z="434.41892"/>
<Orientation y="0.39937"/>
</Entity>
<Entity uid="2505">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="620.0434" z="445.07746"/>
<Orientation y="-1.81568"/>
</Entity>
<Entity uid="2506">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="607.62555" z="443.42222"/>
<Orientation y="-2.52944"/>
</Entity>
<Entity uid="2507">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="606.24531" z="433.19108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2508">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="611.86115" z="434.7718"/>
<Orientation y="-1.61251"/>
</Entity>
<Entity uid="2509">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="537.93775" z="573.54877"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2510">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="545.65235" z="569.81464"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2511">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="554.4115" z="580.66169"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2512">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="557.75593" z="569.87043"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2513">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="551.03736" z="562.3974"/>
<Orientation y="-2.12945"/>
</Entity>
<Entity uid="2514">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="537.58948" z="556.8371"/>
<Orientation y="0.94506"/>
</Entity>
<Entity uid="2515">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="555.6742" z="556.01069"/>
<Orientation y="-0.32773"/>
</Entity>
<Entity uid="2516">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="544.9289" z="576.42951"/>
<Orientation y="-0.38445"/>
</Entity>
<Entity uid="2517">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="549.10395" z="574.54755"/>
<Orientation y="1.1368"/>
</Entity>
<Entity uid="2518">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="535.17273" z="564.63642"/>
<Orientation y="-0.1592"/>
</Entity>
<Entity uid="2519">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="300.23066" z="617.56623"/>
<Orientation y="-2.51893"/>
</Entity>
<Entity uid="2520">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="109.1485" z="464.5539"/>
<Orientation y="1.1755"/>
</Entity>
<Entity uid="2521">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="493.82966" z="116.57123"/>
<Orientation y="0.54065"/>
</Entity>
<Entity uid="2522">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="906.70649" z="246.91999"/>
<Orientation y="-1.65728"/>
</Entity>
<Entity uid="2523">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="792.4319" z="732.24311"/>
<Orientation y="0.97762"/>
</Entity>
<Entity uid="2524">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="580.7707" z="959.64191"/>
<Orientation y="-2.4881"/>
</Entity>
<Entity uid="2525">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="412.24317" z="424.73707"/>
<Orientation y="1.45394"/>
</Entity>
<Entity uid="2526">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="633.21668" z="555.3423"/>
<Orientation y="-1.90203"/>
</Entity>
<Entity uid="2527">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="244.12763" z="573.05439"/>
<Orientation y="1.28896"/>
</Entity>
<Entity uid="2528">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="646.87378" z="123.90693"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2529">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="990.60822" z="462.97501"/>
<Orientation y="-2.8971"/>
</Entity>
<Entity uid="2530">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="355.61844" z="520.40857"/>
<Orientation y="-2.97532"/>
</Entity>
<Entity uid="2531">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="58.78185" z="554.14234"/>
<Orientation y="1.03289"/>
</Entity>
<Entity uid="2533">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="334.96601" z="91.34141"/>
<Orientation y="-2.32891"/>
</Entity>
<Entity uid="2534">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="716.14655" z="137.24616"/>
<Orientation y="0.69462"/>
</Entity>
<Entity uid="2535">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="671.0929" z="172.1031"/>
<Orientation y="-2.49073"/>
</Entity>
<Entity uid="2536">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="987.71637" z="633.07947"/>
<Orientation y="1.60625"/>
</Entity>
<Entity uid="2537">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="706.63447" z="602.43049"/>
<Orientation y="1.06287"/>
</Entity>
<Entity uid="2538">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="786.88752" z="752.12031"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2539">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="710.72541" z="948.30488"/>
<Orientation y="-2.29815"/>
</Entity>
<Entity uid="2540">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="398.30854" z="576.14881"/>
<Orientation y="0.65902"/>
</Entity>
<Entity uid="2541">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="94.80286" z="441.8972"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2542">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="599.15693" z="151.24448"/>
<Orientation y="-0.17444"/>
</Entity>
<Entity uid="2543">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="749.20521" z="588.81586"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2544">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="177.00759" z="801.44318"/>
<Orientation y="-2.71587"/>
</Entity>
<Entity uid="2545">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="167.80945" z="790.24354"/>
<Orientation y="-2.43042"/>
</Entity>
<Entity uid="2546">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="152.09195" z="780.865"/>
<Orientation y="0.48922"/>
</Entity>
<Entity uid="2547">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="169.60938" z="822.18122"/>
<Orientation y="-2.86413"/>
</Entity>
<Entity uid="2548">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="157.25803" z="805.41803"/>
<Orientation y="1.3314"/>
</Entity>
<Entity uid="2549">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="392.65424" z="732.39911"/>
<Orientation y="-2.89196"/>
</Entity>
<Entity uid="2550">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="387.33585" z="715.20478"/>
<Orientation y="2.79104"/>
</Entity>
<Entity uid="2551">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="391.10444" z="695.62964"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2552">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="382.9603" z="697.23456"/>
<Orientation y="0.84339"/>
</Entity>
<Entity uid="2553">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="400.70307" z="709.87024"/>
<Orientation y="-2.20551"/>
</Entity>
<Entity uid="2554">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="109.96102" z="546.78882"/>
<Orientation y="3.11913"/>
</Entity>
<Entity uid="2555">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="110.31638" z="507.10505"/>
<Orientation y="1.2546"/>
</Entity>
<Entity uid="2556">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="127.7242" z="524.60615"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2557">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="115.42373" z="538.18012"/>
<Orientation y="-2.91805"/>
</Entity>
<Entity uid="2558">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="110.673" z="520.6662"/>
<Orientation y="1.09534"/>
</Entity>
<Entity uid="2559">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="131.59295" z="309.20002"/>
<Orientation y="-2.65438"/>
</Entity>
<Entity uid="2560">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="115.3613" z="320.8891"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2561">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="128.17212" z="330.6756"/>
<Orientation y="-3.10886"/>
</Entity>
<Entity uid="2562">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="124.12215" z="319.8542"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2563">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="135.46924" z="322.05768"/>
<Orientation y="-1.70868"/>
</Entity>
<Entity uid="2564">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="214.89332" z="149.68677"/>
<Orientation y="2.98426"/>
</Entity>
<Entity uid="2565">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="218.73557" z="129.87458"/>
<Orientation y="2.30301"/>
</Entity>
<Entity uid="2566">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="236.93174" z="116.68555"/>
<Orientation y="-0.03751"/>
</Entity>
<Entity uid="2567">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="223.75895" z="138.85694"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2568">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="222.63154" z="149.7223"/>
<Orientation y="0.56203"/>
</Entity>
<Entity uid="2569">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="606.40058" z="214.68415"/>
<Orientation y="-2.84719"/>
</Entity>
<Entity uid="2570">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="596.15766" z="185.12348"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2571">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="610.47693" z="204.02533"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2572">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="623.08564" z="211.83661"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2573">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="618.47541" z="189.69709"/>
<Orientation y="0.53498"/>
</Entity>
<Entity uid="2574">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="851.6568" z="374.2995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2575">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="847.32392" z="356.6037"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2576">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="854.34565" z="341.29609"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2577">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="860.80298" z="354.50824"/>
<Orientation y="0.09455"/>
</Entity>
<Entity uid="2578">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="862.36884" z="370.68366"/>
<Orientation y="-2.65078"/>
</Entity>
<Entity uid="2579">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="728.13965" z="569.89179"/>
<Orientation y="-2.58265"/>
</Entity>
<Entity uid="2580">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="713.68006" z="548.07721"/>
<Orientation y="1.3122"/>
</Entity>
<Entity uid="2581">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="731.15534" z="552.4549"/>
<Orientation y="3.0558"/>
</Entity>
<Entity uid="2582">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="734.97852" z="527.55231"/>
<Orientation y="1.1179"/>
</Entity>
<Entity uid="2583">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="751.55237" z="549.60468"/>
<Orientation y="-2.2637"/>
</Entity>
<Entity uid="2584">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="659.92121" z="760.85407"/>
<Orientation y="2.80491"/>
</Entity>
<Entity uid="2585">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="674.63093" z="718.98456"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2586">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="653.16419" z="729.8415"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2587">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="665.83606" z="730.99848"/>
<Orientation y="1.04593"/>
</Entity>
<Entity uid="2588">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="670.97358" z="736.4715"/>
<Orientation y="-1.81116"/>
</Entity>
<Entity uid="2589">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="505.98435" z="982.13483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2590">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="489.36762" z="970.84992"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2591">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="490.66511" z="958.36042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2592">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="501.38007" z="962.56135"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2593">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="501.34278" z="972.30073"/>
<Orientation y="-1.1305"/>
</Entity>
<Entity uid="2594">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="447.02497" z="331.96003"/>
<Orientation y="0.87487"/>
</Entity>
<Entity uid="2595">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="611.26404" z="337.9568"/>
<Orientation y="-2.25362"/>
</Entity>
<Entity uid="2596">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="502.2544" z="605.45057"/>
<Orientation y="1.09609"/>
</Entity>
<Entity uid="2597">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="615.41285" z="563.83924"/>
<Orientation y="-2.41079"/>
</Entity>
<Entity uid="2598">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="459.67762" z="421.8635"/>
<Orientation y="1.38573"/>
</Entity>
<Entity uid="2599">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="601.58155" z="412.95197"/>
<Orientation y="-2.1038"/>
</Entity>
<Entity uid="2601">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="212.58674" z="417.64448"/>
<Orientation y="-2.56809"/>
</Entity>
<Entity uid="2602">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="214.85497" z="424.43345"/>
<Orientation y="2.22033"/>
</Entity>
<Entity uid="2603">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="221.78852" z="428.00391"/>
<Orientation y="1.6795"/>
</Entity>
<Entity uid="2604">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="222.18775" z="420.28937"/>
<Orientation y="-2.24235"/>
</Entity>
<Entity uid="2605">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="227.50107" z="426.68928"/>
<Orientation y="3.09617"/>
</Entity>
<Entity uid="2606">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="201.44718" z="335.04773"/>
<Orientation y="3.00853"/>
</Entity>
<Entity uid="2607">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="200.10607" z="324.50046"/>
<Orientation y="-3.0739"/>
</Entity>
<Entity uid="2608">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="198.41578" z="316.31263"/>
<Orientation y="-3.07213"/>
</Entity>
<Entity uid="2609">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="202.98076" z="310.58988"/>
<Orientation y="1.76055"/>
</Entity>
<Entity uid="2610">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="205.99805" z="322.56116"/>
<Orientation y="-2.76444"/>
</Entity>
<Entity uid="2611">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="761.36854" z="345.5529"/>
<Orientation y="2.71822"/>
</Entity>
<Entity uid="2612">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="764.81208" z="352.54975"/>
<Orientation y="1.3617"/>
</Entity>
<Entity uid="2613">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="771.12604" z="358.7551"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2614">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="773.92188" z="355.82499"/>
<Orientation y="3.06165"/>
</Entity>
<Entity uid="2615">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="779.80561" z="352.94028"/>
<Orientation y="-2.10523"/>
</Entity>
<Entity uid="2616">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="773.60261" z="222.26297"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2617">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="780.12555" z="219.16013"/>
<Orientation y="2.10203"/>
</Entity>
<Entity uid="2618">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="783.09028" z="216.33671"/>
<Orientation y="3.06359"/>
</Entity>
<Entity uid="2619">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="783.3924" z="204.82166"/>
<Orientation y="1.08335"/>
</Entity>
<Entity uid="2620">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="790.1756" z="213.81852"/>
<Orientation y="-2.62632"/>
</Entity>
<Entity uid="2621">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="488.84604" z="864.50391"/>
<Orientation y="-2.71807"/>
</Entity>
<Entity uid="2622">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="484.37546" z="849.03608"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2623">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="482.30085" z="840.58167"/>
<Orientation y="2.98998"/>
</Entity>
<Entity uid="2624">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="487.51417" z="842.79761"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2625">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="489.20228" z="852.93989"/>
<Orientation y="1.62462"/>
</Entity>
<Entity uid="2626">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="573.87855" z="860.71692"/>
<Orientation y="2.40543"/>
</Entity>
<Entity uid="2627">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="576.95551" z="854.9408"/>
<Orientation y="-3.06296"/>
</Entity>
<Entity uid="2628">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="569.97754" z="850.46381"/>
<Orientation y="-2.21944"/>
</Entity>
<Entity uid="2629">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="569.32673" z="836.55243"/>
<Orientation y="0.84925"/>
</Entity>
<Entity uid="2630">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="575.77875" z="836.55243"/>
<Orientation y="0.70635"/>
</Entity>
<Entity uid="2631">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="352.53602" z="486.35154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2632">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="358.03272" z="491.36261"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2633">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="363.41956" z="499.84534"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2634">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="367.14731" z="494.19132"/>
<Orientation y="-2.90285"/>
</Entity>
<Entity uid="2635">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="374.64936" z="500.41913"/>
<Orientation y="1.13785"/>
</Entity>
<Entity uid="2636">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="676.9173" z="471.4351"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2637">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="671.65418" z="462.33768"/>
<Orientation y="-2.73107"/>
</Entity>
<Entity uid="2638">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="667.92829" z="445.13401"/>
<Orientation y="1.11744"/>
</Entity>
<Entity uid="2639">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="679.16657" z="447.57892"/>
<Orientation y="1.91906"/>
</Entity>
<Entity uid="2640">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="687.71943" z="442.57856"/>
<Orientation y="-2.06876"/>
</Entity>
<Entity uid="2641">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="432.70368" z="231.23685"/>
<Orientation y="3.12499"/>
</Entity>
<Entity uid="2642">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="438.70392" z="226.24741"/>
<Orientation y="0.89374"/>
</Entity>
<Entity uid="2643">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="445.91623" z="234.10196"/>
<Orientation y="3.05866"/>
</Entity>
<Entity uid="2644">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="452.9391" z="222.85163"/>
<Orientation y="1.56621"/>
</Entity>
<Entity uid="2645">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="461.09733" z="223.2462"/>
<Orientation y="-2.22738"/>
</Entity>
<Entity uid="2646">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="208.54291" z="578.19623"/>
<Orientation y="-3.00042"/>
</Entity>
<Entity uid="2647">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="209.62725" z="555.42536"/>
<Orientation y="1.78226"/>
</Entity>
<Entity uid="2648">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="220.23433" z="559.75452"/>
<Orientation y="1.6327"/>
</Entity>
<Entity uid="2649">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="227.8365" z="544.81086"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2650">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="576.12757" z="567.485"/>
<Orientation y="0.96088"/>
</Entity>
<Entity uid="2651">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="587.62433" z="574.13032"/>
<Orientation y="2.57361"/>
</Entity>
<Entity uid="2652">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="595.80243" z="557.83454"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2653">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="603.99195" z="553.21637"/>
<Orientation y="0.79607"/>
</Entity>
<Entity uid="2654">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="692.25007" z="519.44227"/>
<Orientation y="2.39837"/>
</Entity>
<Entity uid="2655">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="700.1894" z="511.16257"/>
<Orientation y="2.78006"/>
</Entity>
<Entity uid="2656">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="705.91639" z="493.46372"/>
<Orientation y="2.35492"/>
</Entity>
<Entity uid="2657">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="720.24988" z="502.12745"/>
<Orientation y="-0.09247"/>
</Entity>
<Entity uid="2658">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="707.02454" z="523.60822"/>
<Orientation y="-0.60785"/>
</Entity>
<Entity uid="2659">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="707.45667" z="110.35177"/>
<Orientation y="-2.7013"/>
</Entity>
<Entity uid="2660">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="700.94678" z="100.90947"/>
<Orientation y="-2.16988"/>
</Entity>
<Entity uid="2661">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="688.21357" z="94.08577"/>
<Orientation y="-1.72144"/>
</Entity>
<Entity uid="2662">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="671.71723" z="88.11861"/>
<Orientation y="3.09017"/>
</Entity>
<Entity uid="2663">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="683.3194" z="68.81884"/>
<Orientation y="0.61057"/>
</Entity>
<Entity uid="2664">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="683.48353" z="100.35485"/>
<Orientation y="0.6419"/>
</Entity>
<Entity uid="2665">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="249.06394" z="516.97077"/>
<Orientation y="0.36689"/>
</Entity>
<Entity uid="2666">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="256.17722" z="116.8861"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2667">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="263.09778" z="126.0391"/>
<Orientation y="1.05178"/>
</Entity>
<Entity uid="2668">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="271.32023" z="135.28393"/>
<Orientation y="0.94794"/>
</Entity>
<Entity uid="2669">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="278.6049" z="147.0072"/>
<Orientation y="1.12012"/>
</Entity>
<Entity uid="2670">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="290.56083" z="154.93319"/>
<Orientation y="0.81016"/>
</Entity>
<Entity uid="2671">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="477.04996" z="355.39014"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2672">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="488.22959" z="348.77677"/>
<Orientation y="-0.24024"/>
</Entity>
<Entity uid="2673">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="479.83912" z="332.98472"/>
<Orientation y="0.76584"/>
</Entity>
<Entity uid="2674">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="473.78827" z="341.44007"/>
<Orientation y="0.03133"/>
</Entity>
<Entity uid="2675">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="504.47251" z="353.7627"/>
<Orientation y="-1.52042"/>
</Entity>
<Entity uid="2676">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="964.771" z="414.44288"/>
<Orientation y="2.7825"/>
</Entity>
<Entity uid="2677">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="969.47187" z="399.78141"/>
<Orientation y="2.99985"/>
</Entity>
<Entity uid="2678">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="972.40552" z="390.18812"/>
<Orientation y="2.51198"/>
</Entity>
<Entity uid="2679">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="983.51978" z="377.50904"/>
<Orientation y="1.49424"/>
</Entity>
<Entity uid="2680">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="986.82844" z="391.26041"/>
<Orientation y="-0.93487"/>
</Entity>
<Entity uid="2681">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="979.8614" z="402.0453"/>
<Orientation y="0.095"/>
</Entity>
<Entity uid="2682">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="978.99598" z="412.68641"/>
<Orientation y="-1.18226"/>
</Entity>
<Entity uid="2683">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="739.28156" z="757.8606"/>
<Orientation y="0.97196"/>
</Entity>
<Entity uid="2684">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="763.84894" z="747.38355"/>
<Orientation y="0.5256"/>
</Entity>
<Entity uid="2685">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="826.23694" z="680.21241"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2686">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="839.57551" z="665.91279"/>
<Orientation y="0.53444"/>
</Entity>
<Entity uid="2687">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="831.43995" z="621.33692"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2688">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="299.44962" z="613.06202"/>
<Orientation y="2.32094"/>
</Entity>
<Entity uid="2689">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="309.16419" z="611.50013"/>
<Orientation y="2.41094"/>
</Entity>
<Entity uid="2690">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="319.82926" z="609.0489"/>
<Orientation y="0.52692"/>
</Entity>
<Entity uid="2691">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="325.91788" z="622.60248"/>
<Orientation y="0.68271"/>
</Entity>
<Entity uid="2692">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="431.60724" z="87.37531"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2693">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="444.48346" z="84.97016"/>
<Orientation y="0.7438"/>
</Entity>
<Entity uid="2694">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="431.09076" z="104.50277"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2695">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="423.51853" z="112.48952"/>
<Orientation y="-0.1375"/>
</Entity>
<Entity uid="2696">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="421.9556" z="124.24013"/>
<Orientation y="1.30324"/>
</Entity>
<Entity uid="2697">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="430.2115" z="128.2582"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2698">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="437.47846" z="115.84856"/>
<Orientation y="0.9539"/>
</Entity>
<Entity uid="2699">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="144.74303" z="362.59449"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2700">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="91.68665" z="553.72907"/>
<Orientation y="1.52186"/>
</Entity>
<Entity uid="2701">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="488.51148" z="567.13477"/>
<Orientation y="0.95904"/>
</Entity>
<Entity uid="2702">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="796.84339" z="541.41175"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2703">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="756.24292" z="580.58808"/>
<Orientation y="2.71384"/>
</Entity>
<Entity uid="2704">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="760.39002" z="572.20496"/>
<Orientation y="2.6802"/>
</Entity>
<Entity uid="2705">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="767.2563" z="567.78705"/>
<Orientation y="0.1636"/>
</Entity>
<Entity uid="2706">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="770.87177" z="575.2096"/>
<Orientation y="2.33169"/>
</Entity>
<Entity uid="2707">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="775.92597" z="565.6988"/>
<Orientation y="-2.6598"/>
</Entity>
<Entity uid="2708">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.08906" z="560.32984"/>
<Orientation y="1.46204"/>
</Entity>
<Entity uid="2709">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="782.90345" z="560.82752"/>
<Orientation y="1.11495"/>
</Entity>
<Entity uid="2710">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="791.34406" z="564.8271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2711">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="795.16846" z="565.26142"/>
<Orientation y="2.45208"/>
</Entity>
<Entity uid="2712">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="799.02576" z="557.86811"/>
<Orientation y="2.39751"/>
</Entity>
<Entity uid="2713">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="804.40741" z="554.33265"/>
<Orientation y="1.15951"/>
</Entity>
<Entity uid="2714">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="810.43885" z="554.95331"/>
<Orientation y="2.3497"/>
</Entity>
<Entity uid="2715">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="787.63471" z="552.52027"/>
<Orientation y="0.58751"/>
</Entity>
<Entity uid="2716">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="814.46216" z="555.09424"/>
<Orientation y="2.24003"/>
</Entity>
<Entity uid="2717">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="824.0655" z="549.47223"/>
<Orientation y="2.83277"/>
</Entity>
<Entity uid="2718">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="825.7444" z="545.36329"/>
<Orientation y="1.78547"/>
</Entity>
<Entity uid="2719">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="835.07911" z="550.22107"/>
<Orientation y="-0.00045"/>
</Entity>
<Entity uid="2720">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="834.79853" z="557.17756"/>
<Orientation y="-0.10056"/>
</Entity>
<Entity uid="2721">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="833.46888" z="561.57508"/>
<Orientation y="0.3164"/>
</Entity>
<Entity uid="2722">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="836.63428" z="566.25068"/>
<Orientation y="2.30265"/>
</Entity>
<Entity uid="2723">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="841.47107" z="562.573"/>
<Orientation y="-2.88862"/>
</Entity>
<Entity uid="2724">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="839.13978" z="557.29023"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2725">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="809.47437" z="545.50855"/>
<Orientation y="0.47356"/>
</Entity>
<Entity uid="2726">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="765.05542" z="567.50287"/>
<Orientation y="0.62919"/>
</Entity>
<Entity uid="2727">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="771.93268" z="572.83729"/>
<Orientation y="2.6475"/>
</Entity>
<Entity uid="2728">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="786.60755" z="561.23157"/>
<Orientation y="-1.29436"/>
</Entity>
<Entity uid="2729">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="788.98914" z="559.08375"/>
<Orientation y="0.99256"/>
</Entity>
<Entity uid="2730">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="802.45221" z="556.21479"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2731">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="789.71644" z="520.84247"/>
<Orientation y="0.64994"/>
</Entity>
<Entity uid="2732">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="816.75232" z="472.22614"/>
<Orientation y="1.16178"/>
</Entity>
<Entity uid="2733">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="766.04511" z="446.61"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2734">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.36451" z="424.39911"/>
<Orientation y="0.89599"/>
</Entity>
<Entity uid="2735">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="745.65467" z="428.6991"/>
<Orientation y="-2.61016"/>
</Entity>
<Entity uid="2736">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.50593" z="452.89853"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2737">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="729.04413" z="449.98432"/>
<Orientation y="-1.62249"/>
</Entity>
<Entity uid="2738">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.21949" z="449.80927"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2739">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.30451" z="453.57956"/>
<Orientation y="1.22507"/>
</Entity>
<Entity uid="2740">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.59876" z="458.42191"/>
<Orientation y="1.12758"/>
</Entity>
<Entity uid="2741">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="658.90583" z="424.56428"/>
<Orientation y="0.88686"/>
</Entity>
<Entity uid="2742">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="659.3357" z="433.35218"/>
<Orientation y="1.5662"/>
</Entity>
<Entity uid="2743">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="487.5723" z="428.365"/>
<Orientation y="0.73133"/>
</Entity>
<Entity uid="2744">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="483.88804" z="445.84028"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2745">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="473.07029" z="438.80594"/>
<Orientation y="0.94022"/>
</Entity>
<Entity uid="2746">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="578.37153" z="549.48981"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2747">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="585.9676" z="544.48951"/>
<Orientation y="-0.58489"/>
</Entity>
<Entity uid="2748">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="593.396" z="548.88892"/>
<Orientation y="0.34087"/>
</Entity>
<Entity uid="2749">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="578.7002" z="560.9842"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2750">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="368.81598" z="569.37403"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2751">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="361.51136" z="565.11329"/>
<Orientation y="0.27288"/>
</Entity>
<Entity uid="2752">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="230.42728" z="638.06824"/>
<Orientation y="-1.14733"/>
</Entity>
<Entity uid="2753">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="224.10106" z="642.82367"/>
<Orientation y="-1.26757"/>
</Entity>
<Entity uid="2754">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="218.68958" z="646.72663"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2755">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="222.78206" z="643.40491"/>
<Orientation y="0.48774"/>
</Entity>
<Entity uid="2756">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="239.84911" z="642.67798"/>
<Orientation y="-3.10495"/>
</Entity>
<Entity uid="2757">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="242.30677" z="638.57892"/>
<Orientation y="1.28022"/>
</Entity>
<Entity uid="2758">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="248.57526" z="637.54828"/>
<Orientation y="-1.05156"/>
</Entity>
<Entity uid="2759">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="84.93328" z="322.19132"/>
<Orientation y="0.59043"/>
</Entity>
<Entity uid="2760">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="148.3686" z="181.28274"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2761">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="348.5716" z="74.31048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2762">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="348.10956" z="83.27015"/>
<Orientation y="0.53176"/>
</Entity>
<Entity uid="2763">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="340.22178" z="78.57607"/>
<Orientation y="-0.45214"/>
</Entity>
<Entity uid="2764">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="390.07898" z="140.054"/>
<Orientation y="0.58509"/>
</Entity>
<Entity uid="2765">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="434.01246" z="148.09775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2766">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="263.625" z="702.78296"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2767">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="264.64188" z="709.3407"/>
<Orientation y="1.31557"/>
</Entity>
<Entity uid="2768">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="270.67264" z="711.98395"/>
<Orientation y="1.61326"/>
</Entity>
<Entity uid="2769">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="272.56287" z="716.41785"/>
<Orientation y="-2.37688"/>
</Entity>
<Entity uid="2770">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="279.10831" z="716.75037"/>
<Orientation y="0.94663"/>
</Entity>
<Entity uid="2771">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="286.84821" z="725.4834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2772">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="289.34626" z="724.1808"/>
<Orientation y="3.01745"/>
</Entity>
<Entity uid="2773">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="288.49277" z="717.47425"/>
<Orientation y="1.42978"/>
</Entity>
<Entity uid="2774">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="298.94788" z="720.3805"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2775">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="302.22477" z="707.78602"/>
<Orientation y="2.62845"/>
</Entity>
<Entity uid="2776">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.40906" z="742.39228"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2777">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="736.08021" z="744.6233"/>
<Orientation y="-0.22794"/>
</Entity>
<Entity uid="2778">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="732.63978" z="763.05176"/>
<Orientation y="-0.01522"/>
</Entity>
<Entity uid="2779">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.37433" z="777.35029"/>
<Orientation y="0.077"/>
</Entity>
<Entity uid="2780">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.13312" z="787.60761"/>
<Orientation y="-2.61342"/>
</Entity>
<Entity uid="2781">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="712.0298" z="765.94233"/>
<Orientation y="0.1645"/>
</Entity>
<Entity uid="2782">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="335.60477" z="207.20011"/>
<Orientation y="-2.81994"/>
</Entity>
<Entity uid="2783">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="305.69422" z="229.05617"/>
<Orientation y="1.33889"/>
</Entity>
<Entity uid="2784">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="669.92267" z="198.2545"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2785">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="766.44025" z="322.50342"/>
<Orientation y="1.01035"/>
</Entity>
<Entity uid="2786">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="819.07514" z="375.8042"/>
<Orientation y="-3.11564"/>
</Entity>
<Entity uid="2787">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="823.95203" z="302.76282"/>
<Orientation y="1.19277"/>
</Entity>
<Entity uid="2788">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="592.93427" z="400.95221"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2789">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="526.29908" z="626.41822"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2790">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="521.05506" z="666.82538"/>
<Orientation y="1.08785"/>
</Entity>
<Entity uid="2791">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="610.43537" z="754.40448"/>
<Orientation y="-2.53873"/>
</Entity>
<Entity uid="2792">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="512.7411" z="853.65442"/>
<Orientation y="1.24683"/>
</Entity>
<Entity uid="2793">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="579.2588" z="895.0127"/>
<Orientation y="-2.13161"/>
</Entity>
<Entity uid="2794">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="347.5265" z="789.44715"/>
<Orientation y="2.41846"/>
</Entity>
<Entity uid="2795">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="194.26471" z="666.56202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2796">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="278.1533" z="512.89551"/>
<Orientation y="1.07375"/>
</Entity>
<Entity uid="2797">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="342.86118" z="493.59516"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2798">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="366.14005" z="222.58826"/>
<Orientation y="0.97442"/>
</Entity>
<Entity uid="2799">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="325.26764" z="160.98096"/>
<Orientation y="-2.10845"/>
</Entity>
<Entity uid="2800">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="475.8238" z="436.22828"/>
<Orientation y="-1.07683"/>
</Entity>
<Entity uid="2801">
<Template>gaia/treasure/food_bin</Template>
<Player>0</Player>
<Position x="480.41892" z="435.47053"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2802">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="477.90424" z="438.33436"/>
<Orientation y="-3.06923"/>
</Entity>
<Entity uid="2803">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="596.32605" z="546.20734"/>
<Orientation y="-1.4488"/>
</Entity>
<Entity uid="2804">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="618.15131" z="476.27845"/>
<Orientation y="-1.1191"/>
</Entity>
<Entity uid="2805">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="953.89063" z="550.37934"/>
<Orientation y="-2.80686"/>
</Entity>
<Entity uid="2806">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="951.99476" z="531.09601"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2807">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="879.20771" z="541.64081"/>
<Orientation y="-1.7187"/>
</Entity>
<Entity uid="2808">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="886.02155" z="545.20008"/>
<Orientation y="-1.45566"/>
</Entity>
<Entity uid="2809">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="457.48032" z="89.12278"/>
<Orientation y="-2.19726"/>
</Entity>
<Entity uid="2810">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="453.00336" z="93.67963"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2811">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="517.01917" z="134.89559"/>
<Orientation y="-2.25141"/>
</Entity>
<Entity uid="2812">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="297.25373" z="698.43543"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2813">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="472.01038" z="468.24732"/>
<Orientation y="-0.70112"/>
</Entity>
<Entity uid="2814">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.90992" z="474.31525"/>
<Orientation y="0.07686"/>
</Entity>
<Entity uid="2815">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="477.87183" z="466.14332"/>
<Orientation y="-0.8854"/>
</Entity>
<Entity uid="2816">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="542.24238" z="388.53327"/>
<Orientation y="-2.16036"/>
</Entity>
<Entity uid="2817">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="518.06708" z="378.56788"/>
<Orientation y="-0.97393"/>
</Entity>
<Entity uid="2818">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="513.35163" z="386.16688"/>
<Orientation y="-0.87737"/>
</Entity>
<Entity uid="2819">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="479.91993" z="465.45447"/>
<Orientation y="-0.69239"/>
</Entity>
<Entity uid="2820">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="523.27387" z="375.42914"/>
<Orientation y="-1.37801"/>
</Entity>
<Entity uid="2821">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="530.53693" z="375.76423"/>
<Orientation y="-1.70125"/>
</Entity>
<Entity uid="2822">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="539.97602" z="381.84424"/>
<Orientation y="-3.07622"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="2823">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="535.66413" z="376.92823"/>
<Orientation y="-1.97432"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="2824">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="515.27973" z="379.20667"/>
<Orientation y="-1.03014"/>
</Entity>
<Entity uid="2825">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="538.58295" z="379.14258"/>
<Orientation y="-2.15874"/>
</Entity>
<Entity uid="2826">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="620.93213" z="489.00702"/>
<Orientation y="-2.4399"/>
</Entity>
<Entity uid="2827">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="625.71766" z="497.99378"/>
<Orientation y="-2.91565"/>
</Entity>
<Entity uid="2828">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="626.34742" z="508.18137"/>
<Orientation y="2.76719"/>
</Entity>
<Entity uid="2829">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.61707" z="489.40665"/>
<Orientation y="0.40384"/>
</Entity>
<Entity uid="2830">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="477.85718" z="497.22999"/>
<Orientation y="0.46006"/>
</Entity>
<Entity uid="2831">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="472.89136" z="494.66279"/>
<Orientation y="0.68361"/>
</Entity>
<Entity uid="2832">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.87281" z="483.74381"/>
<Orientation y="-0.42118"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="2833">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.511" z="479.6084"/>
<Orientation y="-0.01011"/>
</Entity>
<Entity uid="2834">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="622.84778" z="513.60016"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2835">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="610.30414" z="522.59626"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2836">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="533.4065" z="525.636"/>
<Orientation y="2.46938"/>
</Entity>
<Entity uid="2837">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="527.26124" z="535.02637"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2838">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="521.0116" z="536.56934"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2839">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="511.83973" z="535.75794"/>
<Orientation y="0.90784"/>
</Entity>
<Entity uid="2840">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="530.73383" z="516.83906"/>
<Orientation y="-2.62179"/>
</Entity>
<Entity uid="2841">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="523.54078" z="511.27735"/>
<Orientation y="-0.80524"/>
</Entity>
<Entity uid="2842">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="507.65061" z="526.03431"/>
<Orientation y="0.16437"/>
</Entity>
<Entity uid="2843">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="650.45765" z="319.86661"/>
<Orientation y="-0.00403"/>
</Entity>
<Entity uid="2844">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="652.77576" z="313.2079"/>
<Orientation y="-0.94945"/>
</Entity>
<Entity uid="2845">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="656.70746" z="314.5224"/>
<Orientation y="-0.95185"/>
</Entity>
<Entity uid="2846">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="659.87409" z="312.04157"/>
<Orientation y="-0.96984"/>
</Entity>
<Entity uid="2847">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="660.00635" z="309.53974"/>
<Orientation y="-1.15148"/>
</Entity>
<Entity uid="2848">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="669.43104" z="300.72223"/>
<Orientation y="-0.76438"/>
</Entity>
<Entity uid="2849">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="672.28089" z="294.32456"/>
<Orientation y="-1.1818"/>
</Entity>
<Entity uid="2850">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="679.23224" z="291.83704"/>
<Orientation y="-1.20165"/>
</Entity>
<Entity uid="2851">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="677.43885" z="295.14255"/>
<Orientation y="-1.0089"/>
</Entity>
<Entity uid="2852">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="683.62421" z="288.09305"/>
<Orientation y="-1.42161"/>
</Entity>
<Entity uid="2853">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="687.67896" z="292.78303"/>
<Orientation y="-1.75821"/>
</Entity>
<Entity uid="2854">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="692.96589" z="288.3407"/>
<Orientation y="-1.56453"/>
</Entity>
<Entity uid="2855">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="697.91285" z="290.92493"/>
<Orientation y="-2.39911"/>
</Entity>
<Entity uid="2856">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="699.18335" z="301.37122"/>
<Orientation y="-2.17548"/>
</Entity>
<Entity uid="2857">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="704.12989" z="300.59104"/>
<Orientation y="-2.4522"/>
</Entity>
<Entity uid="2858">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="714.33185" z="316.76291"/>
<Orientation y="-1.80022"/>
</Entity>
<Entity uid="2859">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="716.73841" z="318.4087"/>
<Orientation y="-2.1821"/>
</Entity>
<Entity uid="2860">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="721.32953" z="317.90125"/>
<Orientation y="-2.32638"/>
</Entity>
<Entity uid="2861">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="722.58442" z="324.998"/>
<Orientation y="3.04751"/>
</Entity>
<Entity uid="2862">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="726.64844" z="333.16135"/>
<Orientation y="3.00904"/>
</Entity>
<Entity uid="2863">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="723.15845" z="328.761"/>
<Orientation y="-2.74711"/>
</Entity>
<Entity uid="2864">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="729.43464" z="340.6692"/>
<Orientation y="2.86861"/>
</Entity>
<Entity uid="2865">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="726.05115" z="341.6232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2866">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="723.8404" z="344.07898"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2867">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="719.93421" z="347.98157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2868">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="702.70435" z="353.51941"/>
<Orientation y="3.00686"/>
</Entity>
<Entity uid="2869">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="701.76526" z="357.99756"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2870">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="698.17316" z="361.3985"/>
<Orientation y="2.35085"/>
</Entity>
<Entity uid="2871">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="695.74598" z="364.07212"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2872">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="691.30768" z="367.41016"/>
<Orientation y="2.01575"/>
</Entity>
<Entity uid="2873">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="684.27729" z="369.0294"/>
<Orientation y="1.4229"/>
</Entity>
<Entity uid="2874">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="679.0522" z="363.01642"/>
<Orientation y="1.3751"/>
</Entity>
<Entity uid="2875">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="672.54822" z="362.63065"/>
<Orientation y="0.683"/>
</Entity>
<Entity uid="2876">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="660.72852" z="345.87946"/>
<Orientation y="0.69042"/>
</Entity>
<Entity uid="2877">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="670.52619" z="359.05161"/>
<Orientation y="0.5557"/>
</Entity>
<Entity uid="2878">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="655.00214" z="340.57923"/>
<Orientation y="0.94704"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="2879">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="651.36713" z="336.12598"/>
<Orientation y="0.46546"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="2880">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="649.7345" z="332.45417"/>
<Orientation y="0.25284"/>
</Entity>
<Entity uid="2881">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="648.935" z="328.39548"/>
<Orientation y="0.01598"/>
</Entity>
<Entity uid="2882">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="650.99775" z="324.19266"/>
<Orientation y="0.06107"/>
</Entity>
<Entity uid="2883">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="487.24299" z="749.10236"/>
<Orientation y="-0.00702"/>
</Entity>
<Entity uid="2884">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="487.59592" z="740.86127"/>
<Orientation y="-0.50715"/>
</Entity>
<Entity uid="2885">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="493.29261" z="734.26764"/>
<Orientation y="-0.67898"/>
</Entity>
<Entity uid="2886">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="489.53187" z="738.32642"/>
<Orientation y="-0.86304"/>
</Entity>
<Entity uid="2887">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="496.33817" z="731.9834"/>
<Orientation y="-1.16538"/>
</Entity>
<Entity uid="2888">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="509.31885" z="720.3921"/>
<Orientation y="-0.87647"/>
</Entity>
<Entity uid="2889">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="512.92438" z="715.10462"/>
<Orientation y="-0.82251"/>
</Entity>
<Entity uid="2890">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="516.00458" z="712.14997"/>
<Orientation y="-1.27614"/>
</Entity>
<Entity uid="2891">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="520.76581" z="710.31745"/>
<Orientation y="-1.37185"/>
</Entity>
<Entity uid="2892">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="523.75538" z="709.80964"/>
<Orientation y="-1.57604"/>
</Entity>
<Entity uid="2893">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="527.29871" z="709.76325"/>
<Orientation y="-1.76961"/>
</Entity>
<Entity uid="2894">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="531.2234" z="712.94092"/>
<Orientation y="-1.74183"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="2895">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="535.57294" z="714.8888"/>
<Orientation y="-2.17205"/>
</Entity>
<Entity uid="2896">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="539.27808" z="720.41205"/>
<Orientation y="-2.32165"/>
</Entity>
<Entity uid="2897">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="541.88831" z="726.39582"/>
<Orientation y="-2.38575"/>
</Entity>
<Entity uid="2898">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="552.43116" z="735.5746"/>
<Orientation y="-2.30597"/>
</Entity>
<Entity uid="2899">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="558.83088" z="738.67023"/>
<Orientation y="-2.51851"/>
</Entity>
<Entity uid="2900">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="560.92945" z="744.74311"/>
<Orientation y="-2.7452"/>
</Entity>
<Entity uid="2901">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="563.73938" z="752.93024"/>
<Orientation y="3.05733"/>
</Entity>
<Entity uid="2902">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="560.80475" z="767.31702"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2903">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="564.8418" z="758.30445"/>
<Orientation y="2.81827"/>
</Entity>
<Entity uid="2904">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="563.84766" z="765.32544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2905">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="557.50605" z="767.2367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2906">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="552.09668" z="768.20875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2907">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="554.85712" z="770.71106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2908">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="541.93866" z="783.54487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2909">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="538.19416" z="786.88123"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2910">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="534.67688" z="788.47327"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2911">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="530.04267" z="789.56434"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2912">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="527.43018" z="790.53357"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2913">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="523.60145" z="790.44257"/>
<Orientation y="1.52717"/>
</Entity>
<Entity uid="2914">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="518.84314" z="789.35407"/>
<Orientation y="1.24521"/>
</Entity>
<Entity uid="2915">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="516.83735" z="786.22309"/>
<Orientation y="1.81464"/>
</Entity>
<Entity uid="2916">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="510.76075" z="788.40809"/>
<Orientation y="1.11846"/>
</Entity>
<Entity uid="2917">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="507.77594" z="784.81489"/>
<Orientation y="0.32105"/>
</Entity>
<Entity uid="2918">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="494.91541" z="764.33021"/>
<Orientation y="0.72265"/>
</Entity>
<Entity uid="2919">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="491.62031" z="760.31684"/>
<Orientation y="0.89811"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="2920">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="487.46906" z="753.0901"/>
<Orientation y="0.07598"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="2921">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="488.01618" z="757.7483"/>
<Orientation y="0.74415"/>
</Entity>
<Entity uid="2922">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="486.75815" z="745.06702"/>
<Orientation y="-0.16294"/>
</Entity>
<Entity uid="2928">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="127.55933" z="476.17103"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2929">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="128.41051" z="482.28022"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2930">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="132.58205" z="486.53364"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2931">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="137.55546" z="488.40442"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2932">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="143.53541" z="488.48401"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2933">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="148.84581" z="485.36298"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2934">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="152.01003" z="479.70521"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2935">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="152.36509" z="473.37751"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2936">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="150.08953" z="467.52982"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2937">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="145.0845" z="464.58716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2938">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="138.28971" z="463.36628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2939">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="132.76761" z="465.77411"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2940">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="128.97335" z="469.81742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2941">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.45374" z="350.88178"/>
<Orientation y="0.18522"/>
</Entity>
<Entity uid="2942">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.67591" z="363.40803"/>
<Orientation y="-2.62882"/>
</Entity>
<Entity uid="2943">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.22303" z="376.86338"/>
<Orientation y="1.26204"/>
</Entity>
<Entity uid="2944">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.08307" z="384.4191"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2945">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="602.60615" z="381.63685"/>
<Orientation y="1.16474"/>
</Entity>
<Entity uid="2946">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="603.66071" z="374.64506"/>
<Orientation y="-3.02392"/>
</Entity>
<Entity uid="2947">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="605.31849" z="364.64152"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2948">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="604.4917" z="350.07386"/>
<Orientation y="0.49967"/>
</Entity>
<Entity uid="2949">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="778.23011" z="499.04523"/>
<Orientation y="-2.0892"/>
</Entity>
<Entity uid="2950">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="773.94355" z="495.51188"/>
<Orientation y="2.39942"/>
</Entity>
<Entity uid="2951">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="770.9026" z="490.83024"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2952">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="771.09968" z="485.1297"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2953">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="773.31415" z="480.58985"/>
<Orientation y="1.0818"/>
</Entity>
<Entity uid="2954">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="777.00464" z="477.40314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2955">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="782.87995" z="475.81022"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2956">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="789.4491" z="476.26371"/>
<Orientation y="0.319"/>
</Entity>
<Entity uid="2957">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="795.0528" z="479.10578"/>
<Orientation y="-0.73967"/>
</Entity>
<Entity uid="2958">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="797.17328" z="483.71631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2959">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="797.06287" z="490.40983"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2960">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="794.1396" z="495.66968"/>
<Orientation y="0.84469"/>
</Entity>
<Entity uid="2961">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="789.51606" z="498.67316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2962">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="783.88508" z="499.61918"/>
<Orientation y="-1.77201"/>
</Entity>
<Entity uid="2963">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="580.99244" z="936.83729"/>
<Orientation y="-2.01511"/>
</Entity>
<Entity uid="2964">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="576.25788" z="934.49079"/>
<Orientation y="-2.18287"/>
</Entity>
<Entity uid="2965">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="572.75123" z="931.2729"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2966">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="571.59723" z="927.50281"/>
<Orientation y="1.70527"/>
</Entity>
<Entity uid="2967">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="571.18171" z="923.14289"/>
<Orientation y="2.97858"/>
</Entity>
<Entity uid="2968">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="571.94062" z="919.8371"/>
<Orientation y="1.03258"/>
</Entity>
<Entity uid="2969">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="574.52686" z="916.12323"/>
<Orientation y="2.3009"/>
</Entity>
<Entity uid="2970">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="579.00287" z="913.56385"/>
<Orientation y="-2.00489"/>
</Entity>
<Entity uid="2971">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="584.41901" z="912.37037"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2972">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="589.27973" z="913.81312"/>
<Orientation y="-1.3453"/>
</Entity>
<Entity uid="2973">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="593.36036" z="916.91718"/>
<Orientation y="0.69909"/>
</Entity>
<Entity uid="2974">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="595.99537" z="922.61811"/>
<Orientation y="1.75922"/>
</Entity>
<Entity uid="2975">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="595.50495" z="927.95716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2976">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="594.41834" z="932.12177"/>
<Orientation y="-0.66585"/>
</Entity>
<Entity uid="2977">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="590.95954" z="935.25715"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2978">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="585.91102" z="937.03016"/>
<Orientation y="0.0957"/>
</Entity>
<Entity uid="2979">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="375.0034" z="766.80201"/>
<Orientation y="1.12903"/>
</Entity>
<Entity uid="2980">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="371.49817" z="766.24726"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2981">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="363.81305" z="764.96308"/>
<Orientation y="1.07279"/>
</Entity>
<Entity uid="2982">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="371.59195" z="747.90973"/>
<Orientation y="0.63883"/>
</Entity>
<Entity uid="2983">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="377.20917" z="753.19538"/>
<Orientation y="-2.18845"/>
</Entity>
<Entity uid="2984">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="270.91294" z="228.5395"/>
<Orientation y="2.46724"/>
</Entity>
<Entity uid="2985">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="276.9839" z="218.77237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2986">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="281.8855" z="211.75187"/>
<Orientation y="1.10434"/>
</Entity>
<Entity uid="2987">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="266.62604" z="232.0117"/>
<Orientation y="-2.3889"/>
</Entity>
<Entity uid="2988">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="750.8794" z="122.86582"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2989">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="754.13294" z="108.912"/>
<Orientation y="-3.03138"/>
</Entity>
<Entity uid="2990">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="753.04261" z="99.05979"/>
<Orientation y="1.04381"/>
</Entity>
<Entity uid="2999">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="799.47986" z="639.85499"/>
<Orientation y="3.03232"/>
</Entity>
<Entity uid="3000">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="801.31336" z="641.26685"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3001">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="802.7801" z="642.91742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3002">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="804.27375" z="644.49701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3003">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="805.85981" z="646.17426"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3004">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="807.23591" z="647.05237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3005">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="809.14875" z="648.89405"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3006">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="801.19324" z="637.21875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3007">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="802.58118" z="638.25763"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3008">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="804.05079" z="640.03003"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3009">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="805.93775" z="640.94904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3010">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="807.9386" z="643.17426"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3011">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="809.84919" z="645.0448"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3012">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="77.18448" z="734.07874"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3013">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="81.05483" z="729.54395"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3014">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="84.24665" z="726.56165"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3015">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="87.00104" z="723.6255"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3016">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="89.71207" z="721.23298"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3017">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="92.41475" z="718.40687"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3018">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="76.13277" z="728.19819"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3019">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="79.16231" z="724.68097"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3020">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="82.15836" z="722.10785"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3021">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="84.53042" z="719.02094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3022">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="86.45192" z="717.38465"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3023">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="89.43009" z="714.60633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3024">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>4</Player>
<Position x="92.5489" z="711.15864"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3025">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="141.20521" z="450.51584"/>
<Orientation y="2.80472"/>
</Entity>
<Entity uid="3026">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="143.8694" z="454.19101"/>
<Orientation y="0.83652"/>
</Entity>
<Entity uid="3027">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="147.74982" z="461.90421"/>
<Orientation y="2.43781"/>
</Entity>
<Entity uid="3028">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="151.12197" z="457.12635"/>
<Orientation y="-3.03289"/>
</Entity>
<Entity uid="3029">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="156.7598" z="463.81495"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3030">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="158.06475" z="469.19852"/>
<Orientation y="2.19385"/>
</Entity>
<Entity uid="3031">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="163.27793" z="467.53425"/>
<Orientation y="2.68525"/>
</Entity>
<Entity uid="3032">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="164.92536" z="463.63602"/>
<Orientation y="-2.95507"/>
</Entity>
<Entity uid="3033">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="163.78295" z="458.80308"/>
<Orientation y="-2.32474"/>
</Entity>
<Entity uid="3034">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="157.54838" z="454.508"/>
<Orientation y="0.50356"/>
</Entity>
<Entity uid="3035">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="160.21187" z="457.6977"/>
<Orientation y="-2.03495"/>
</Entity>
<Entity uid="3036">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="134.40165" z="444.34018"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3037">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="137.8746" z="436.3166"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3038">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="137.98206" z="435.90644"/>
<Orientation y="-3.08701"/>
</Entity>
<Entity uid="3039">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="136.95102" z="426.44492"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3040">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="139.13183" z="441.5153"/>
<Orientation y="1.10782"/>
</Entity>
<Entity uid="3041">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="140.68268" z="444.85752"/>
<Orientation y="-1.8673"/>
</Entity>
<Entity uid="3042">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="176.20812" z="414.56095"/>
<Orientation y="-2.71834"/>
</Entity>
<Entity uid="3043">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="175.01362" z="412.36329"/>
<Orientation y="-2.46503"/>
</Entity>
<Entity uid="3044">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="172.83567" z="409.23057"/>
<Orientation y="-3.12023"/>
</Entity>
<Entity uid="3045">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="172.81746" z="407.26938"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3046">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="158.68438" z="423.41388"/>
<Orientation y="-2.86318"/>
</Entity>
<Entity uid="3047">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="157.55419" z="419.54767"/>
<Orientation y="-2.92698"/>
</Entity>
<Entity uid="3048">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="155.70954" z="416.58756"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3049">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="356.30283" z="501.33521"/>
<Orientation y="2.36027"/>
</Entity>
<Entity uid="3050">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="360.55924" z="496.8678"/>
<Orientation y="3.03496"/>
</Entity>
<Entity uid="3051">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="360.96344" z="492.13279"/>
<Orientation y="-2.98801"/>
</Entity>
<Entity uid="3052">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="356.4235" z="486.31525"/>
<Orientation y="0.91291"/>
</Entity>
<Entity uid="3053">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="310.78458" z="527.77222"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3054">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.85413" z="525.01093"/>
<Orientation y="2.47197"/>
</Entity>
<Entity uid="3055">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="319.23984" z="522.10346"/>
<Orientation y="0.54264"/>
</Entity>
<Entity uid="3056">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="302.39872" z="527.32593"/>
<Orientation y="-1.83873"/>
</Entity>
<Entity uid="3057">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="280.85096" z="551.70398"/>
<Orientation y="2.68981"/>
</Entity>
<Entity uid="3058">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="295.37577" z="553.68653"/>
<Orientation y="1.50705"/>
</Entity>
<Entity uid="3059">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="305.29703" z="550.66401"/>
<Orientation y="-2.13436"/>
</Entity>
<Entity uid="3060">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="310.44443" z="545.2284"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3061">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="317.68558" z="545.4842"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3062">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="321.80027" z="543.73523"/>
<Orientation y="-1.98967"/>
</Entity>
<Entity uid="3063">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="316.9662" z="541.57721"/>
<Orientation y="0.62273"/>
</Entity>
<Entity uid="3064">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="327.56672" z="543.35828"/>
<Orientation y="-2.49843"/>
</Entity>
<Entity uid="3065">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.74793" z="549.00513"/>
<Orientation y="1.3231"/>
</Entity>
<Entity uid="3066">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="311.76502" z="542.30042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3067">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="323.97187" z="539.87763"/>
<Orientation y="-1.91945"/>
</Entity>
<Entity uid="3068">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="575.19324" z="643.53345"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3069">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="578.71967" z="635.59388"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3070">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="584.45795" z="635.92872"/>
<Orientation y="1.48043"/>
</Entity>
<Entity uid="3071">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="592.09406" z="632.21143"/>
<Orientation y="-2.36657"/>
</Entity>
<Entity uid="3072">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="602.27417" z="626.79023"/>
<Orientation y="-2.21506"/>
</Entity>
<Entity uid="3073">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="597.18665" z="625.83405"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3074">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.98572" z="626.0702"/>
<Orientation y="-2.75658"/>
</Entity>
<Entity uid="3075">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.33161" z="625.34852"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3076">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.94214" z="621.53498"/>
<Orientation y="-1.65691"/>
</Entity>
<Entity uid="3077">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="588.71229" z="628.22413"/>
<Orientation y="0.69191"/>
</Entity>
<Entity uid="3078">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="594.80451" z="622.01886"/>
<Orientation y="-2.00521"/>
</Entity>
<Entity uid="3079">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="598.2928" z="616.995"/>
<Orientation y="1.3346"/>
</Entity>
<Entity uid="3080">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="681.38929" z="522.09504"/>
<Orientation y="2.85607"/>
</Entity>
<Entity uid="3081">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="687.23975" z="517.00098"/>
<Orientation y="0.63036"/>
</Entity>
<Entity uid="3082">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="686.10157" z="525.64594"/>
<Orientation y="-2.68404"/>
</Entity>
<Entity uid="3083">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="681.86945" z="516.89649"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3084">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="719.58338" z="491.83735"/>
<Orientation y="-3.1285"/>
</Entity>
<Entity uid="3085">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="719.40571" z="486.69928"/>
<Orientation y="-2.76551"/>
</Entity>
<Entity uid="3086">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="716.90156" z="480.6417"/>
<Orientation y="-2.67089"/>
</Entity>
<Entity uid="3087">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="714.52228" z="475.23398"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3088">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.50385" z="481.73383"/>
<Orientation y="0.93216"/>
</Entity>
<Entity uid="3089">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="586.62397" z="384.5268"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3090">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="529.84742" z="376.57993"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3091">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="511.75379" z="386.98508"/>
<Orientation y="1.41312"/>
</Entity>
<Entity uid="3092">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="600.83503" z="385.82346"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3093">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="604.42573" z="380.16984"/>
<Orientation y="-2.77491"/>
</Entity>
<Entity uid="3094">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="600.73932" z="371.90943"/>
<Orientation y="-2.73873"/>
</Entity>
<Entity uid="3095">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="599.93769" z="362.38587"/>
<Orientation y="0.94349"/>
</Entity>
<Entity uid="3096">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="614.84943" z="349.64432"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3097">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.2928" z="346.57804"/>
<Orientation y="-2.16633"/>
</Entity>
<Entity uid="3098">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="618.86377" z="364.25834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3099">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.24341" z="360.25821"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3100">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="592.83204" z="364.68583"/>
<Orientation y="0.18651"/>
</Entity>
<Entity uid="3101">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="614.28925" z="379.53208"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3102">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.20331" z="387.1331"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3103">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="602.77424" z="347.74775"/>
<Orientation y="-1.5018"/>
</Entity>
<Entity uid="3104">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="603.60749" z="342.19843"/>
<Orientation y="0.9674"/>
</Entity>
<Entity uid="3105">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="386.92331" z="414.31952"/>
<Orientation y="0.54365"/>
</Entity>
<Entity uid="3106">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="390.68866" z="421.28428"/>
<Orientation y="1.86593"/>
</Entity>
<Entity uid="3107">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="399.54218" z="416.69632"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3108">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="401.3896" z="421.28455"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3109">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="402.57215" z="424.7204"/>
<Orientation y="2.4192"/>
</Entity>
<Entity uid="3110">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="413.39814" z="419.2617"/>
<Orientation y="0.2773"/>
</Entity>
<Entity uid="3111">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="415.30823" z="425.01853"/>
<Orientation y="1.07145"/>
</Entity>
<Entity uid="3112">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.94248" z="426.69251"/>
<Orientation y="2.7369"/>
</Entity>
<Entity uid="3113">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="427.38382" z="419.659"/>
<Orientation y="1.80697"/>
</Entity>
<Entity uid="3114">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="432.18897" z="421.28455"/>
<Orientation y="0.54932"/>
</Entity>
<Entity uid="3115">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="435.58918" z="428.26673"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3116">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="438.076" z="431.4044"/>
<Orientation y="1.00901"/>
</Entity>
<Entity uid="3117">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="445.62699" z="435.66822"/>
<Orientation y="2.36562"/>
</Entity>
<Entity uid="3118">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="448.13999" z="434.02765"/>
<Orientation y="1.63611"/>
</Entity>
<Entity uid="3119">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="458.01801" z="439.70643"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3120">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="462.58225" z="444.06751"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3121">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.57285" z="435.66822"/>
<Orientation y="-2.17673"/>
</Entity>
<Entity uid="3122">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="376.13431" z="405.17786"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3123">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="414.49238" z="431.06464"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3124">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="406.79566" z="433.84855"/>
<Orientation y="0.85177"/>
</Entity>
<Entity uid="3125">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="291.14515" z="307.84595"/>
<Orientation y="-2.73522"/>
</Entity>
<Entity uid="3126">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="284.6586" z="299.39936"/>
<Orientation y="-2.29685"/>
</Entity>
<Entity uid="3127">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="275.08884" z="291.60615"/>
<Orientation y="-2.17592"/>
</Entity>
<Entity uid="3128">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="269.06397" z="286.85767"/>
<Orientation y="-2.71758"/>
</Entity>
<Entity uid="3129">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="264.72825" z="275.95078"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3130">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="271.48624" z="281.26703"/>
<Orientation y="1.01973"/>
</Entity>
<Entity uid="3131">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="308.07895" z="283.40647"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3132">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="300.67246" z="279.19703"/>
<Orientation y="0.30376"/>
</Entity>
<Entity uid="3133">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="298.50837" z="283.20899"/>
<Orientation y="-1.78322"/>
</Entity>
<Entity uid="3134">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="306.32132" z="274.85169"/>
<Orientation y="0.58265"/>
</Entity>
<Entity uid="3135">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.5767" z="291.19062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3136">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="326.055" z="288.33805"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3137">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="368.9997" z="275.9325"/>
<Orientation y="-1.98505"/>
</Entity>
<Entity uid="3138">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="373.60764" z="268.94748"/>
<Orientation y="2.63785"/>
</Entity>
<Entity uid="3139">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="377.9094" z="263.3693"/>
<Orientation y="2.2689"/>
</Entity>
<Entity uid="3140">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="386.96464" z="254.57609"/>
<Orientation y="-1.75596"/>
</Entity>
<Entity uid="3141">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="392.03205" z="249.96714"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3142">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="486.15156" z="248.96145"/>
<Orientation y="0.9985"/>
</Entity>
<Entity uid="3143">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="493.6703" z="254.6515"/>
<Orientation y="0.1602"/>
</Entity>
<Entity uid="3144">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="494.49009" z="259.23523"/>
<Orientation y="1.50817"/>
</Entity>
<Entity uid="3145">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="496.26493" z="264.48884"/>
<Orientation y="0.22529"/>
</Entity>
<Entity uid="3146">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="497.57721" z="270.563"/>
<Orientation y="-1.52594"/>
</Entity>
<Entity uid="3147">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="503.60608" z="241.20405"/>
<Orientation y="0.61965"/>
</Entity>
<Entity uid="3148">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="503.5558" z="227.67643"/>
<Orientation y="-2.1807"/>
</Entity>
<Entity uid="3149">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="495.95649" z="226.76471"/>
<Orientation y="0.9694"/>
</Entity>
<Entity uid="3150">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="445.33774" z="83.09054"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3151">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="433.06843" z="84.709"/>
<Orientation y="0.71135"/>
</Entity>
<Entity uid="3152">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="421.94529" z="108.42794"/>
<Orientation y="0.70019"/>
</Entity>
<Entity uid="3153">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="184.05056" z="219.31131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3154">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="57.95104" z="337.20344"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3155">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="65.61702" z="341.69105"/>
<Orientation y="-1.4245"/>
</Entity>
<Entity uid="3156">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="88.52807" z="329.24784"/>
<Orientation y="0.8361"/>
</Entity>
<Entity uid="3157">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="102.82151" z="449.92856"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3158">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="110.50055" z="458.19043"/>
<Orientation y="1.35094"/>
</Entity>
<Entity uid="3159">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="126.56965" z="463.37232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3160">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="119.38038" z="466.72773"/>
<Orientation y="-2.85395"/>
</Entity>
<Entity uid="3161">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.64554" z="460.67841"/>
<Orientation y="-2.67186"/>
</Entity>
<Entity uid="3162">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="116.032" z="457.07609"/>
<Orientation y="-2.94556"/>
</Entity>
<Entity uid="3163">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="113.80063" z="450.8495"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3164">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="111.6168" z="450.06891"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3165">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="110.14081" z="446.10557"/>
<Orientation y="-2.64802"/>
</Entity>
<Entity uid="3166">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="104.64055" z="443.77042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3167">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="104.23102" z="443.66578"/>
<Orientation y="-2.16008"/>
</Entity>
<Entity uid="3168">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="102.56463" z="442.4773"/>
<Orientation y="-0.25199"/>
</Entity>
<Entity uid="3169">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="99.1932" z="454.03425"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3170">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="98.66741" z="457.60499"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3171">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="105.56179" z="452.18213"/>
<Orientation y="1.1036"/>
</Entity>
<Entity uid="3172">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="112.68247" z="439.37015"/>
<Orientation y="-3.09154"/>
</Entity>
<Entity uid="3173">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="112.2999" z="435.30362"/>
<Orientation y="2.96113"/>
</Entity>
<Entity uid="3174">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="102.05497" z="437.64777"/>
<Orientation y="-1.78843"/>
</Entity>
<Entity uid="3175">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="94.74308" z="429.4839"/>
<Orientation y="-2.72287"/>
</Entity>
<Entity uid="3176">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="91.68665" z="422.31641"/>
<Orientation y="-2.79262"/>
</Entity>
<Entity uid="3177">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="104.73121" z="627.47541"/>
<Orientation y="2.38064"/>
</Entity>
<Entity uid="3178">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.02216" z="613.68989"/>
<Orientation y="2.55784"/>
</Entity>
<Entity uid="3179">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="125.38888" z="599.95124"/>
<Orientation y="2.822"/>
</Entity>
<Entity uid="3180">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="127.8912" z="589.95868"/>
<Orientation y="-2.83643"/>
</Entity>
<Entity uid="3181">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="125.6179" z="583.27686"/>
<Orientation y="-2.18992"/>
</Entity>
<Entity uid="3182">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="123.52782" z="580.2505"/>
<Orientation y="2.73357"/>
</Entity>
<Entity uid="3183">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="131.00043" z="579.2356"/>
<Orientation y="-0.00863"/>
</Entity>
<Entity uid="3184">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="130.61324" z="588.20289"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3185">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="130.3278" z="599.95124"/>
<Orientation y="-2.48008"/>
</Entity>
<Entity uid="3186">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="123.85506" z="602.1421"/>
<Orientation y="-0.17391"/>
</Entity>
<Entity uid="3187">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.47657" z="612.6178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3188">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.1654" z="601.69715"/>
<Orientation y="0.07177"/>
</Entity>
<Entity uid="3189">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="131.19599" z="594.8219"/>
<Orientation y="-2.4126"/>
</Entity>
<Entity uid="3190">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="226.32367" z="602.99518"/>
<Orientation y="0.63343"/>
</Entity>
<Entity uid="3191">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="223.72652" z="612.5188"/>
<Orientation y="-3.08275"/>
</Entity>
<Entity uid="3192">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="223.43778" z="607.47327"/>
<Orientation y="-2.85456"/>
</Entity>
<Entity uid="3193">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="221.46282" z="600.69874"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3194">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="260.93863" z="596.30842"/>
<Orientation y="3.06511"/>
</Entity>
<Entity uid="3195">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="267.86707" z="592.32917"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3196">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="268.73551" z="589.47681"/>
<Orientation y="-3.03554"/>
</Entity>
<Entity uid="3197">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="267.95215" z="586.69031"/>
<Orientation y="-2.473"/>
</Entity>
<Entity uid="3198">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="276.63062" z="581.67231"/>
<Orientation y="1.79902"/>
</Entity>
<Entity uid="3199">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="281.37684" z="580.39264"/>
<Orientation y="2.67728"/>
</Entity>
<Entity uid="3200">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="284.85016" z="573.96552"/>
<Orientation y="2.55341"/>
</Entity>
<Entity uid="3201">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="286.71561" z="570.46296"/>
<Orientation y="-2.90114"/>
</Entity>
<Entity uid="3202">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="281.81547" z="563.62885"/>
<Orientation y="-2.05262"/>
</Entity>
<Entity uid="3203">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.33872" z="609.55994"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3204">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.76261" z="602.85792"/>
<Orientation y="0.43325"/>
</Entity>
<Entity uid="3205">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="319.77784" z="606.09852"/>
<Orientation y="-2.10735"/>
</Entity>
<Entity uid="3206">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.9527" z="790.44831"/>
<Orientation y="-3.01522"/>
</Entity>
<Entity uid="3207">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="428.43128" z="782.50568"/>
<Orientation y="1.56543"/>
</Entity>
<Entity uid="3208">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="440.31785" z="772.29444"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3209">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="441.33518" z="734.66645"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3210">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="431.63712" z="728.93396"/>
<Orientation y="1.1208"/>
</Entity>
<Entity uid="3211">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="437.62974" z="727.53437"/>
<Orientation y="-2.02295"/>
</Entity>
<Entity uid="3212">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="466.59907" z="930.0005"/>
<Orientation y="0.44758"/>
</Entity>
<Entity uid="3213">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="444.99241" z="928.08057"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3214">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="460.33246" z="891.4751"/>
<Orientation y="0.82482"/>
</Entity>
<Entity uid="3215">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="469.78663" z="892.75318"/>
<Orientation y="-2.05907"/>
</Entity>
<Entity uid="3216">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="466.63755" z="888.25995"/>
<Orientation y="1.46616"/>
</Entity>
<Entity uid="3217">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="569.399" z="923.03779"/>
<Orientation y="0.08513"/>
</Entity>
<Entity uid="3218">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.55542" z="940.1308"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3219">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="563.75617" z="934.36872"/>
<Orientation y="-2.21608"/>
</Entity>
<Entity uid="3220">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="558.35749" z="929.35444"/>
<Orientation y="-2.9027"/>
</Entity>
<Entity uid="3221">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="556.12366" z="921.0539"/>
<Orientation y="-2.40197"/>
</Entity>
<Entity uid="3222">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="546.47254" z="915.61231"/>
<Orientation y="0.7666"/>
</Entity>
<Entity uid="3223">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="563.75037" z="917.03724"/>
<Orientation y="0.06548"/>
</Entity>
<Entity uid="3224">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="569.71296" z="930.25873"/>
<Orientation y="0.17157"/>
</Entity>
<Entity uid="3225">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.06177" z="935.66688"/>
<Orientation y="0.86896"/>
</Entity>
<Entity uid="3226">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="574.04371" z="939.11152"/>
<Orientation y="0.95456"/>
</Entity>
<Entity uid="3227">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="553.09888" z="913.69068"/>
<Orientation y="-2.4253"/>
</Entity>
<Entity uid="3228">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="543.25532" z="904.61927"/>
<Orientation y="-1.96061"/>
</Entity>
<Entity uid="3229">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="541.24952" z="904.021"/>
<Orientation y="-2.0836"/>
</Entity>
<Entity uid="3230">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="535.87891" z="901.89417"/>
<Orientation y="-2.20768"/>
</Entity>
<Entity uid="3231">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="530.43598" z="899.24823"/>
<Orientation y="-2.43248"/>
</Entity>
<Entity uid="3232">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="529.03351" z="896.62458"/>
<Orientation y="2.8461"/>
</Entity>
<Entity uid="3233">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="586.4964" z="774.72895"/>
<Orientation y="1.35013"/>
</Entity>
<Entity uid="3234">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="591.66413" z="775.42737"/>
<Orientation y="-3.03064"/>
</Entity>
<Entity uid="3235">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="588.7381" z="767.3686"/>
<Orientation y="-2.64095"/>
</Entity>
<Entity uid="3236">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="587.67811" z="763.76838"/>
<Orientation y="2.56159"/>
</Entity>
<Entity uid="3237">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="593.18293" z="760.44684"/>
<Orientation y="0.62345"/>
</Entity>
<Entity uid="3238">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="596.6302" z="767.58985"/>
<Orientation y="0.06588"/>
</Entity>
<Entity uid="3239">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="597.72797" z="773.75208"/>
<Orientation y="0.95398"/>
</Entity>
<Entity uid="3240">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="602.49665" z="777.70862"/>
<Orientation y="1.85656"/>
</Entity>
<Entity uid="3241">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="610.78736" z="774.77613"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3242">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.28718" z="772.8736"/>
<Orientation y="1.46608"/>
</Entity>
<Entity uid="3243">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="618.7754" z="773.62555"/>
<Orientation y="1.4604"/>
</Entity>
<Entity uid="3244">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="625.41016" z="776.08741"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3245">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="626.89661" z="778.53943"/>
<Orientation y="0.81766"/>
</Entity>
<Entity uid="3246">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="636.26893" z="786.36524"/>
<Orientation y="2.52228"/>
</Entity>
<Entity uid="3247">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="483.29383" z="609.15168"/>
<Orientation y="0.47738"/>
</Entity>
<Entity uid="3248">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="486.76471" z="614.4773"/>
<Orientation y="0.12871"/>
</Entity>
<Entity uid="3249">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="487.08735" z="620.38355"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3250">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="486.81568" z="624.53711"/>
<Orientation y="0.68335"/>
</Entity>
<Entity uid="3251">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="489.20267" z="629.76984"/>
<Orientation y="0.35698"/>
</Entity>
<Entity uid="3252">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="490.73527" z="637.5553"/>
<Orientation y="-0.07505"/>
</Entity>
<Entity uid="3253">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="489.99445" z="644.73353"/>
<Orientation y="1.02775"/>
</Entity>
<Entity uid="3254">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="493.97464" z="623.71454"/>
<Orientation y="-1.91709"/>
</Entity>
<Entity uid="3255">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="493.66895" z="616.8838"/>
<Orientation y="0.87877"/>
</Entity>
<Entity uid="3256">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="498.42643" z="617.41932"/>
<Orientation y="-1.83364"/>
</Entity>
<Entity uid="3257">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="708.38172" z="432.03235"/>
<Orientation y="2.90572"/>
</Entity>
<Entity uid="3258">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="710.91578" z="428.49665"/>
<Orientation y="-2.93325"/>
</Entity>
<Entity uid="3259">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="713.0337" z="423.50812"/>
<Orientation y="-2.81521"/>
</Entity>
<Entity uid="3260">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="726.78327" z="421.206"/>
<Orientation y="-2.897"/>
</Entity>
<Entity uid="3261">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="729.28266" z="426.38541"/>
<Orientation y="1.30488"/>
</Entity>
<Entity uid="3262">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="720.99054" z="421.63691"/>
<Orientation y="2.3452"/>
</Entity>
<Entity uid="3263">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="722.13123" z="420.1279"/>
<Orientation y="2.9509"/>
</Entity>
<Entity uid="3264">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.38263" z="417.27808"/>
<Orientation y="1.58753"/>
</Entity>
<Entity uid="3265">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="731.6009" z="423.9608"/>
<Orientation y="-1.91353"/>
</Entity>
<Entity uid="3266">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="730.76026" z="415.8407"/>
<Orientation y="1.08812"/>
</Entity>
<Entity uid="3267">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="727.49286" z="430.88718"/>
<Orientation y="-1.31952"/>
</Entity>
<Entity uid="3268">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="731.95167" z="432.556"/>
<Orientation y="1.03092"/>
</Entity>
<Entity uid="3269">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="727.0489" z="434.9408"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3270">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="741.27607" z="453.18012"/>
<Orientation y="-1.82923"/>
</Entity>
<Entity uid="3271">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="598.35895" z="245.24769"/>
<Orientation y="1.6677"/>
</Entity>
<Entity uid="3272">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="607.72315" z="246.55079"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3273">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="618.12214" z="243.90076"/>
<Orientation y="-2.57511"/>
</Entity>
<Entity uid="3274">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.18824" z="240.61834"/>
<Orientation y="-2.20759"/>
</Entity>
<Entity uid="3275">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.787" z="240.61834"/>
<Orientation y="-1.51384"/>
</Entity>
<Entity uid="3276">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="625.25361" z="113.31379"/>
<Orientation y="-2.77837"/>
</Entity>
<Entity uid="3277">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="623.34986" z="106.1674"/>
<Orientation y="-2.84751"/>
</Entity>
<Entity uid="3278">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="622.32313" z="102.36873"/>
<Orientation y="-2.54001"/>
</Entity>
<Entity uid="3279">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="619.21406" z="97.89078"/>
<Orientation y="-2.50998"/>
</Entity>
<Entity uid="3280">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.81531" z="93.86031"/>
<Orientation y="-1.63035"/>
</Entity>
<Entity uid="3281">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="612.87305" z="94.43314"/>
<Orientation y="-1.5961"/>
</Entity>
<Entity uid="3282">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="607.88209" z="93.55074"/>
<Orientation y="-2.2239"/>
</Entity>
<Entity uid="3283">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.17469" z="92.04665"/>
<Orientation y="3.07508"/>
</Entity>
<Entity uid="3284">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.29896" z="90.06601"/>
<Orientation y="2.57868"/>
</Entity>
<Entity uid="3285">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="609.61213" z="85.62685"/>
<Orientation y="2.11768"/>
</Entity>
<Entity uid="3286">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="612.94495" z="83.95044"/>
<Orientation y="1.76397"/>
</Entity>
<Entity uid="3287">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="619.75312" z="87.63932"/>
<Orientation y="0.75702"/>
</Entity>
<Entity uid="3288">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="622.31434" z="95.05735"/>
<Orientation y="-2.14434"/>
</Entity>
<Entity uid="3289">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="717.524" z="152.36619"/>
<Orientation y="-0.7011"/>
</Entity>
<Entity uid="3290">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="712.08753" z="161.04416"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3291">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="710.2287" z="166.10135"/>
<Orientation y="-0.3217"/>
</Entity>
<Entity uid="3292">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="708.76978" z="176.34168"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3293">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="717.68537" z="159.65589"/>
<Orientation y="-1.66898"/>
</Entity>
<Entity uid="3294">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="683.92377" z="154.13617"/>
<Orientation y="-2.52306"/>
</Entity>
<Entity uid="3295">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="681.65803" z="149.57496"/>
<Orientation y="2.92188"/>
</Entity>
<Entity uid="3296">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="680.50165" z="142.6725"/>
<Orientation y="-1.75182"/>
</Entity>
<Entity uid="3297">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="673.2978" z="141.78225"/>
<Orientation y="-1.94062"/>
</Entity>
<Entity uid="3298">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="667.74769" z="140.7421"/>
<Orientation y="-1.80893"/>
</Entity>
<Entity uid="3299">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="663.72321" z="141.25841"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3300">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="661.0923" z="146.26487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3301">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="678.79493" z="139.93046"/>
<Orientation y="0.44459"/>
</Entity>
<Entity uid="3302">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="727.92981" z="86.51932"/>
<Orientation y="-2.90145"/>
</Entity>
<Entity uid="3303">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="725.40656" z="76.66886"/>
<Orientation y="-2.85631"/>
</Entity>
<Entity uid="3304">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.8423" z="70.8565"/>
<Orientation y="-2.57053"/>
</Entity>
<Entity uid="3305">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="720.25586" z="66.66619"/>
<Orientation y="-2.05895"/>
</Entity>
<Entity uid="3306">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="706.3036" z="67.04331"/>
<Orientation y="-1.84015"/>
</Entity>
<Entity uid="3307">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="698.30335" z="72.11368"/>
<Orientation y="0.13767"/>
</Entity>
<Entity uid="3308">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="766.64887" z="109.49256"/>
<Orientation y="-2.52698"/>
</Entity>
<Entity uid="3309">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="762.97571" z="104.109"/>
<Orientation y="-2.35875"/>
</Entity>
<Entity uid="3310">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="758.16254" z="101.95952"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3311">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="754.56183" z="112.16575"/>
<Orientation y="-0.18024"/>
</Entity>
<Entity uid="3312">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="751.3943" z="123.65049"/>
<Orientation y="-0.22336"/>
</Entity>
<Entity uid="3313">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="748.82966" z="132.57442"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3314">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="740.9073" z="136.705"/>
<Orientation y="0.95032"/>
</Entity>
<Entity uid="3315">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="853.1623" z="435.80985"/>
<Orientation y="-2.58892"/>
</Entity>
<Entity uid="3316">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="850.95655" z="431.29346"/>
<Orientation y="-2.8588"/>
</Entity>
<Entity uid="3317">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="848.47614" z="423.8311"/>
<Orientation y="-2.33413"/>
</Entity>
<Entity uid="3318">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="840.64295" z="416.91648"/>
<Orientation y="-2.99852"/>
</Entity>
<Entity uid="3319">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="840.3982" z="414.8549"/>
<Orientation y="-2.92035"/>
</Entity>
<Entity uid="3320">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="840.47205" z="410.78235"/>
<Orientation y="2.1687"/>
</Entity>
<Entity uid="3321">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="843.72107" z="410.46622"/>
<Orientation y="0.49068"/>
</Entity>
<Entity uid="3322">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="818.32593" z="383.29029"/>
<Orientation y="-2.62244"/>
</Entity>
<Entity uid="3323">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.54078" z="374.6081"/>
<Orientation y="-1.9547"/>
</Entity>
<Entity uid="3324">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="805.21198" z="373.02027"/>
<Orientation y="-2.12122"/>
</Entity>
<Entity uid="3325">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.02619" z="367.96424"/>
<Orientation y="-2.24155"/>
</Entity>
<Entity uid="3326">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="793.60608" z="368.3502"/>
<Orientation y="-2.96241"/>
</Entity>
<Entity uid="3327">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.59754" z="366.6474"/>
<Orientation y="1.49848"/>
</Entity>
<Entity uid="3328">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="763.09913" z="362.04026"/>
<Orientation y="-2.83434"/>
</Entity>
<Entity uid="3329">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="726.3573" z="393.48057"/>
<Orientation y="2.40159"/>
</Entity>
<Entity uid="3330">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="731.72516" z="388.32563"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3331">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="738.22382" z="389.01102"/>
<Orientation y="0.45011"/>
</Entity>
<Entity uid="3332">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.30317" z="489.15699"/>
<Orientation y="-2.72251"/>
</Entity>
<Entity uid="3333">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.79883" z="484.6143"/>
<Orientation y="-3.01314"/>
</Entity>
<Entity uid="3334">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.05365" z="479.88831"/>
<Orientation y="-2.74508"/>
</Entity>
<Entity uid="3335">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="795.63312" z="474.62168"/>
<Orientation y="1.81008"/>
</Entity>
<Entity uid="3336">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="792.86591" z="499.63141"/>
<Orientation y="-1.42072"/>
</Entity>
<Entity uid="3337">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.0948" z="501.52738"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3338">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="774.6706" z="476.6378"/>
<Orientation y="2.06868"/>
</Entity>
<Entity uid="3339">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="778.15851" z="474.90574"/>
<Orientation y="2.17243"/>
</Entity>
<Entity uid="3340">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="781.8407" z="472.53803"/>
<Orientation y="2.86002"/>
</Entity>
<Entity uid="3341">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="787.24445" z="534.83606"/>
<Orientation y="-0.39722"/>
</Entity>
<Entity uid="3342">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="785.39997" z="538.88434"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3343">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="783.62848" z="542.25123"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3344">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="778.73414" z="546.38324"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3345">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="802.17188" z="544.6565"/>
<Orientation y="0.49311"/>
</Entity>
<Entity uid="3346">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="804.22577" z="547.31513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3347">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="807.56031" z="548.81629"/>
<Orientation y="2.80808"/>
</Entity>
<Entity uid="3348">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.23676" z="541.23597"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3349">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.68482" z="551.32972"/>
<Orientation y="-2.31666"/>
</Entity>
<Entity uid="3350">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.88788" z="555.51612"/>
<Orientation y="-1.6778"/>
</Entity>
<Entity uid="3351">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="770.4947" z="559.01594"/>
<Orientation y="-1.69291"/>
</Entity>
<Entity uid="3352">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="762.37848" z="561.98121"/>
<Orientation y="-0.6072"/>
</Entity>
<Entity uid="3353">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="755.19898" z="571.60541"/>
<Orientation y="0.66613"/>
</Entity>
<Entity uid="3354">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.26307" z="674.52314"/>
<Orientation y="-1.90392"/>
</Entity>
<Entity uid="3355">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="700.39393" z="682.28156"/>
<Orientation y="-1.48171"/>
</Entity>
<Entity uid="3356">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="694.1631" z="685.66095"/>
<Orientation y="0.87984"/>
</Entity>
<Entity uid="3357">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="876.66132" z="672.68281"/>
<Orientation y="2.3729"/>
</Entity>
<Entity uid="3358">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="880.18854" z="669.28492"/>
<Orientation y="2.93047"/>
</Entity>
<Entity uid="3359">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="881.26917" z="664.3888"/>
<Orientation y="2.37438"/>
</Entity>
<Entity uid="3360">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="895.03266" z="640.50214"/>
<Orientation y="2.8675"/>
</Entity>
<Entity uid="3361">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="897.05921" z="633.00281"/>
<Orientation y="2.98856"/>
</Entity>
<Entity uid="3362">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="897.66663" z="627.8805"/>
<Orientation y="-2.87816"/>
</Entity>
<Entity uid="3363">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="895.84571" z="623.75135"/>
<Orientation y="-2.43407"/>
</Entity>
<Entity uid="3364">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="892.95124" z="618.24885"/>
<Orientation y="-3.07418"/>
</Entity>
<Entity uid="3365">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="893.15589" z="612.59351"/>
<Orientation y="2.9789"/>
</Entity>
<Entity uid="3366">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="893.67579" z="608.09461"/>
<Orientation y="-2.46874"/>
</Entity>
<Entity uid="3367">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="889.35413" z="625.9947"/>
<Orientation y="0.51862"/>
</Entity>
<Entity uid="3368">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="890.6562" z="629.47211"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3369">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="889.83136" z="635.73725"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3370">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="887.86335" z="642.0995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3371">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="970.8946" z="518.81672"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3372">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="970.68494" z="516.2157"/>
<Orientation y="-2.8403"/>
</Entity>
<Entity uid="3373">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="967.95032" z="508.81202"/>
<Orientation y="-2.7134"/>
</Entity>
<Entity uid="3374">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="966.76172" z="505.78919"/>
<Orientation y="2.64905"/>
</Entity>
<Entity uid="3375">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="969.83362" z="503.20612"/>
<Orientation y="0.71016"/>
</Entity>
<Entity uid="3376">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="975.3866" z="511.36658"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3377">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="978.19532" z="516.88111"/>
<Orientation y="0.80735"/>
</Entity>
<Entity uid="3378">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="982.53309" z="523.94886"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3379">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="987.39551" z="526.91108"/>
<Orientation y="1.3025"/>
</Entity>
<Entity uid="3380">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="958.51935" z="397.43238"/>
<Orientation y="-2.9126"/>
</Entity>
<Entity uid="3381">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="957.51923" z="390.44776"/>
<Orientation y="2.71196"/>
</Entity>
<Entity uid="3382">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="959.6225" z="386.12449"/>
<Orientation y="1.97527"/>
</Entity>
<Entity uid="3383">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="965.16181" z="384.55713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3384">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="965.50232" z="382.0413"/>
<Orientation y="-2.91634"/>
</Entity>
<Entity uid="3385">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="964.2981" z="377.1605"/>
<Orientation y="-2.98719"/>
</Entity>
<Entity uid="3386">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="965.05323" z="371.48346"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3387">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="972.86475" z="372.97025"/>
<Orientation y="1.06444"/>
</Entity>
<Entity uid="3388">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="973.54365" z="386.41547"/>
<Orientation y="-1.87226"/>
</Entity>
<Entity uid="3389">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="968.98652" z="392.07218"/>
<Orientation y="1.36063"/>
</Entity>
<Entity uid="3390">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="973.38288" z="391.7211"/>
<Orientation y="2.77831"/>
</Entity>
<Entity uid="3391">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="972.18366" z="388.6435"/>
<Orientation y="1.34133"/>
</Entity>
<Entity uid="3392">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="986.26514" z="388.9419"/>
<Orientation y="-1.67664"/>
</Entity>
<Entity uid="3393">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="956.16773" z="412.25815"/>
<Orientation y="-2.24538"/>
</Entity>
<Entity uid="3394">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="953.27009" z="409.02384"/>
<Orientation y="-2.70687"/>
</Entity>
<Entity uid="3395">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="951.62751" z="403.68241"/>
<Orientation y="1.31968"/>
</Entity>
<Entity uid="3396">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="972.13105" z="350.83124"/>
<Orientation y="-0.70316"/>
</Entity>
<Entity uid="3397">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="980.16523" z="357.72162"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3398">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="975.33228" z="361.96921"/>
<Orientation y="-1.30817"/>
</Entity>
<Entity uid="3399">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="804.99238" z="142.86303"/>
<Orientation y="-2.31075"/>
</Entity>
<Entity uid="3400">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="797.5163" z="138.07212"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3401">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="792.84052" z="140.88106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3402">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="792.1745" z="144.54282"/>
<Orientation y="-0.71842"/>
</Entity>
<Entity uid="3403">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="789.54426" z="147.67957"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3404">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="785.70051" z="156.84391"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3405">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.83967" z="160.1981"/>
<Orientation y="-1.11762"/>
</Entity>
<Entity uid="3406">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="788.80427" z="169.53991"/>
<Orientation y="2.5232"/>
</Entity>
<Entity uid="3407">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="794.81525" z="162.05466"/>
<Orientation y="2.78"/>
</Entity>
<Entity uid="3408">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="796.99585" z="159.11503"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3409">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.45258" z="160.38082"/>
<Orientation y="2.29058"/>
</Entity>
<Entity uid="3410">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.07276" z="154.8345"/>
<Orientation y="2.65722"/>
</Entity>
<Entity uid="3411">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.64887" z="152.43262"/>
<Orientation y="2.98377"/>
</Entity>
<Entity uid="3412">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.40442" z="145.60923"/>
<Orientation y="-2.55547"/>
</Entity>
<Entity uid="3413">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.78351" z="141.73693"/>
<Orientation y="-2.48186"/>
</Entity>
<Entity uid="3414">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="806.02112" z="136.8459"/>
<Orientation y="3.04867"/>
</Entity>
<Entity uid="3415">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="576.2038" z="68.42804"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3416">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="573.21894" z="65.8574"/>
<Orientation y="-2.78322"/>
</Entity>
<Entity uid="3417">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.94147" z="62.72881"/>
<Orientation y="-2.59102"/>
</Entity>
<Entity uid="3418">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="570.36817" z="60.29906"/>
<Orientation y="-3.05672"/>
</Entity>
<Entity uid="3419">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="582.65986" z="70.7709"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3420">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="586.5323" z="76.2954"/>
<Orientation y="1.05745"/>
</Entity>
<Entity uid="3421">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="624.78223" z="86.20362"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3422">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="627.55878" z="88.13451"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3423">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="632.3852" z="88.33146"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3424">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="631.01612" z="83.78763"/>
<Orientation y="-2.82296"/>
</Entity>
<Entity uid="3425">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="630.02594" z="77.54265"/>
<Orientation y="1.03594"/>
</Entity>
<Entity uid="3426">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="637.89979" z="82.71863"/>
<Orientation y="0.9588"/>
</Entity>
<Entity uid="3427">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="401.70905" z="57.816"/>
<Orientation y="2.5051"/>
</Entity>
<Entity uid="3428">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="408.8697" z="50.2907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3429">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="408.52887" z="48.80781"/>
<Orientation y="-2.31374"/>
</Entity>
<Entity uid="3430">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="402.26667" z="43.68752"/>
<Orientation y="-2.73282"/>
</Entity>
<Entity uid="3431">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="400.61677" z="39.35366"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3432">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="411.22818" z="45.02941"/>
<Orientation y="0.70466"/>
</Entity>
<Entity uid="3433">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="418.33387" z="50.54233"/>
<Orientation y="2.24621"/>
</Entity>
<Entity uid="3434">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.35434" z="46.5073"/>
<Orientation y="-3.04"/>
</Entity>
<Entity uid="3435">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="426.08045" z="152.01613"/>
<Orientation y="-2.48447"/>
</Entity>
<Entity uid="3436">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="424.1337" z="148.60749"/>
<Orientation y="2.85781"/>
</Entity>
<Entity uid="3437">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="427.7664" z="143.3242"/>
<Orientation y="2.90233"/>
</Entity>
<Entity uid="3438">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.6814" z="138.81847"/>
<Orientation y="2.15323"/>
</Entity>
<Entity uid="3439">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="435.79383" z="135.90821"/>
<Orientation y="1.04348"/>
</Entity>
<Entity uid="3440">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="439.13855" z="139.7312"/>
<Orientation y="0.64281"/>
</Entity>
<Entity uid="3441">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="442.37568" z="144.38007"/>
<Orientation y="1.63651"/>
</Entity>
<Entity uid="3442">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="447.23774" z="142.78303"/>
<Orientation y="-3.10373"/>
</Entity>
<Entity uid="3443">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="446.82758" z="138.57178"/>
<Orientation y="3.11284"/>
</Entity>
<Entity uid="3444">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="452.65806" z="141.90853"/>
<Orientation y="-2.56792"/>
</Entity>
<Entity uid="3445">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="535.93012" z="154.21944"/>
<Orientation y="-1.42965"/>
</Entity>
<Entity uid="3446">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="531.04505" z="155.554"/>
<Orientation y="-1.93184"/>
</Entity>
<Entity uid="3447">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="524.65333" z="157.90931"/>
<Orientation y="-2.69768"/>
</Entity>
<Entity uid="3448">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="521.91816" z="155.20556"/>
<Orientation y="-2.52886"/>
</Entity>
<Entity uid="3449">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="531.31897" z="148.5685"/>
<Orientation y="3.10766"/>
</Entity>
<Entity uid="3450">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="532.59577" z="141.70124"/>
<Orientation y="2.86991"/>
</Entity>
<Entity uid="3451">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="536.12568" z="136.63625"/>
<Orientation y="0.95908"/>
</Entity>
<Entity uid="3452">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="531.5362" z="127.69718"/>
<Orientation y="-2.39386"/>
</Entity>
<Entity uid="3453">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="525.70118" z="123.36556"/>
<Orientation y="-2.40632"/>
</Entity>
<Entity uid="3454">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="520.76612" z="115.38656"/>
<Orientation y="-2.92017"/>
</Entity>
<Entity uid="3455">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="520.88917" z="108.68963"/>
<Orientation y="0.87131"/>
</Entity>
<Entity uid="3456">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.09705" z="119.70258"/>
<Orientation y="3.03132"/>
</Entity>
<Entity uid="3457">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.8075" z="111.87069"/>
<Orientation y="-2.78838"/>
</Entity>
<Entity uid="3458">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="557.69343" z="107.1422"/>
<Orientation y="-2.42382"/>
</Entity>
<Entity uid="3459">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="551.60297" z="102.05752"/>
<Orientation y="-1.6509"/>
</Entity>
<Entity uid="3460">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="549.28364" z="101.83411"/>
<Orientation y="-2.25593"/>
</Entity>
<Entity uid="3461">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="555.27204" z="147.67505"/>
<Orientation y="2.41773"/>
</Entity>
<Entity uid="3462">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.2245" z="144.20813"/>
<Orientation y="2.36362"/>
</Entity>
<Entity uid="3463">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="564.12159" z="137.2006"/>
<Orientation y="2.95412"/>
</Entity>
<Entity uid="3464">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="565.8534" z="127.70086"/>
<Orientation y="-2.87784"/>
</Entity>
<Entity uid="3465">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="564.01484" z="122.4178"/>
<Orientation y="-2.74955"/>
</Entity>
<Entity uid="3466">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="558.25922" z="133.35892"/>
<Orientation y="0.13337"/>
</Entity>
<Entity uid="3467">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="557.76856" z="137.9803"/>
<Orientation y="-1.99282"/>
</Entity>
<Entity uid="3468">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.89673" z="242.59897"/>
<Orientation y="0.17084"/>
</Entity>
<Entity uid="3469">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="473.24955" z="310.4925"/>
<Orientation y="2.96625"/>
</Entity>
<Entity uid="3470">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="475.31397" z="302.45914"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3471">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="477.41437" z="301.53025"/>
<Orientation y="0.8042"/>
</Entity>
<Entity uid="3472">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="483.10248" z="305.99103"/>
<Orientation y="1.00852"/>
</Entity>
<Entity uid="3473">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="487.67557" z="309.26026"/>
<Orientation y="0.808"/>
</Entity>
<Entity uid="3474">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="509.36292" z="349.4419"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3475">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="509.55066" z="354.16755"/>
<Orientation y="0.4405"/>
</Entity>
<Entity uid="3476">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="511.8383" z="358.90915"/>
<Orientation y="1.83718"/>
</Entity>
<Entity uid="3477">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="523.19025" z="351.01825"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3478">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="524.43934" z="347.89335"/>
<Orientation y="1.84647"/>
</Entity>
<Entity uid="3479">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="533.12421" z="346.34684"/>
<Orientation y="1.14255"/>
</Entity>
<Entity uid="3480">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="537.79743" z="350.6323"/>
<Orientation y="1.32854"/>
</Entity>
<Entity uid="3481">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="519.51343" z="375.13443"/>
<Orientation y="-2.37925"/>
</Entity>
<Entity uid="3482">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="548.69471" z="343.74714"/>
<Orientation y="2.06417"/>
</Entity>
<Entity uid="3483">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="581.1474" z="315.16486"/>
<Orientation y="3.06098"/>
</Entity>
<Entity uid="3484">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="582.65052" z="306.03534"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3485">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.80176" z="297.5875"/>
<Orientation y="1.14205"/>
</Entity>
<Entity uid="3486">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.09003" z="293.18866"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3487">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="564.7248" z="299.5535"/>
<Orientation y="-0.09107"/>
</Entity>
<Entity uid="3488">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="576.30616" z="295.12504"/>
<Orientation y="-2.1781"/>
</Entity>
<Entity uid="3489">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="581.40381" z="288.04923"/>
<Orientation y="0.95373"/>
</Entity>
<Entity uid="3490">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="537.89521" z="260.33561"/>
<Orientation y="-1.11283"/>
</Entity>
<Entity uid="3491">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="525.17975" z="268.79093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3492">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="480.65098" z="235.32702"/>
<Orientation y="-1.94021"/>
</Entity>
<Entity uid="3493">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="205.20105" z="146.2179"/>
<Orientation y="-0.55761"/>
</Entity>
<Entity uid="3494">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="203.19513" z="153.06301"/>
<Orientation y="0.67482"/>
</Entity>
<Entity uid="3495">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.39664" z="157.40664"/>
<Orientation y="0.69805"/>
</Entity>
<Entity uid="3496">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="210.06836" z="164.24549"/>
<Orientation y="-0.10558"/>
</Entity>
<Entity uid="3497">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="210.10233" z="174.4292"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3498">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="221.27425" z="158.39475"/>
<Orientation y="2.68981"/>
</Entity>
<Entity uid="3499">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="226.54838" z="148.5189"/>
<Orientation y="2.46145"/>
</Entity>
<Entity uid="3500">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="230.7573" z="143.3968"/>
<Orientation y="2.65331"/>
</Entity>
<Entity uid="3501">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="233.31638" z="136.68091"/>
<Orientation y="2.73331"/>
</Entity>
<Entity uid="3502">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="238.12491" z="130.30066"/>
<Orientation y="1.80816"/>
</Entity>
<Entity uid="3503">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="243.36344" z="133.44652"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3504">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="224.23948" z="132.08973"/>
<Orientation y="-1.12941"/>
</Entity>
<Entity uid="3505">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="218.10087" z="139.57255"/>
<Orientation y="0.38611"/>
</Entity>
<Entity uid="3506">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="218.64019" z="148.18421"/>
<Orientation y="-1.19965"/>
</Entity>
<Entity uid="3507">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="262.85715" z="267.23038"/>
<Orientation y="-2.86014"/>
</Entity>
<Entity uid="3508">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="262.4886" z="262.83783"/>
<Orientation y="2.6242"/>
</Entity>
<Entity uid="3509">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="268.12717" z="256.32251"/>
<Orientation y="2.00098"/>
</Entity>
<Entity uid="3510">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="272.92646" z="272.90223"/>
<Orientation y="-0.05941"/>
</Entity>
<Entity uid="3511">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="187.11966" z="326.25446"/>
<Orientation y="-3.03125"/>
</Entity>
<Entity uid="3512">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="186.90705" z="319.84791"/>
<Orientation y="-3.127"/>
</Entity>
<Entity uid="3513">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="186.36268" z="314.5358"/>
<Orientation y="-2.27186"/>
</Entity>
<Entity uid="3514">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="181.45197" z="311.42179"/>
<Orientation y="-2.65685"/>
</Entity>
<Entity uid="3515">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="129.19156" z="290.70218"/>
<Orientation y="-0.61002"/>
</Entity>
<Entity uid="3516">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="124.1737" z="297.06736"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3517">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="122.0979" z="299.75846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3518">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="118.3451" z="304.36963"/>
<Orientation y="-0.48453"/>
</Entity>
<Entity uid="3519">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="112.83245" z="314.82776"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3520">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="113.19565" z="306.32032"/>
<Orientation y="-0.28095"/>
</Entity>
<Entity uid="3521">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="92.29171" z="251.91898"/>
<Orientation y="3.12223"/>
</Entity>
<Entity uid="3522">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="92.49636" z="244.6127"/>
<Orientation y="2.6692"/>
</Entity>
<Entity uid="3523">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="101.11101" z="233.02305"/>
<Orientation y="0.1195"/>
</Entity>
<Entity uid="3524">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="100.64506" z="240.8343"/>
<Orientation y="-0.58214"/>
</Entity>
<Entity uid="3525">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="97.84667" z="245.75356"/>
<Orientation y="-0.00805"/>
</Entity>
<Entity uid="3526">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="41.47696" z="336.3325"/>
<Orientation y="0.10566"/>
</Entity>
<Entity uid="3527">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="46.14885" z="340.19394"/>
<Orientation y="0.52198"/>
</Entity>
<Entity uid="3528">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="48.91825" z="468.75144"/>
<Orientation y="3.03805"/>
</Entity>
<Entity uid="3529">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="49.80918" z="465.02717"/>
<Orientation y="1.70804"/>
</Entity>
<Entity uid="3530">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="54.5677" z="465.31147"/>
<Orientation y="0.44407"/>
</Entity>
<Entity uid="3531">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="56.65702" z="471.645"/>
<Orientation y="0.364"/>
</Entity>
<Entity uid="3532">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="61.1466" z="478.59934"/>
<Orientation y="1.75968"/>
</Entity>
<Entity uid="3533">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="67.43116" z="475.33106"/>
<Orientation y="3.09162"/>
</Entity>
<Entity uid="3534">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="68.28469" z="465.98246"/>
<Orientation y="2.37584"/>
</Entity>
<Entity uid="3535">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="75.2301" z="468.16053"/>
<Orientation y="0.38616"/>
</Entity>
<Entity uid="3536">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="77.58945" z="475.8025"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3537">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="74.22443" z="460.13984"/>
<Orientation y="-2.53895"/>
</Entity>
<Entity uid="3538">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="62.24755" z="458.25324"/>
<Orientation y="-1.11921"/>
</Entity>
<Entity uid="3539">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="59.8554" z="468.6518"/>
<Orientation y="0.44983"/>
</Entity>
<Entity uid="3540">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="84.29407" z="459.34971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3541">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="83.02082" z="444.7476"/>
<Orientation y="-0.87185"/>
</Entity>
<Entity uid="3542">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="90.62021" z="451.2002"/>
<Orientation y="1.28574"/>
</Entity>
<Entity uid="3543">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="34.19521" z="538.22053"/>
<Orientation y="-2.5618"/>
</Entity>
<Entity uid="3544">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="28.76612" z="537.57227"/>
<Orientation y="-2.23154"/>
</Entity>
<Entity uid="3545">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="23.24114" z="536.16742"/>
<Orientation y="-2.597"/>
</Entity>
<Entity uid="3546">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="20.62626" z="532.41688"/>
<Orientation y="-2.7616"/>
</Entity>
<Entity uid="3547">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="19.31977" z="526.65314"/>
<Orientation y="0.79451"/>
</Entity>
<Entity uid="3548">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="29.66781" z="531.72669"/>
<Orientation y="0.48758"/>
</Entity>
<Entity uid="3549">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="16.36057" z="519.25458"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3550">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="11.64377" z="530.29932"/>
<Orientation y="0.46467"/>
</Entity>
<Entity uid="3551">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="18.64916" z="540.86475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3552">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="23.946" z="528.48444"/>
<Orientation y="-1.73707"/>
</Entity>
<Entity uid="3553">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="13.81064" z="535.95795"/>
<Orientation y="1.10268"/>
</Entity>
<Entity uid="3554">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="152.09862" z="658.17798"/>
<Orientation y="2.79229"/>
</Entity>
<Entity uid="3555">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="155.56592" z="650.88245"/>
<Orientation y="2.57963"/>
</Entity>
<Entity uid="3556">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="160.34539" z="643.3191"/>
<Orientation y="2.71003"/>
</Entity>
<Entity uid="3557">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="162.7238" z="636.89576"/>
<Orientation y="3.00054"/>
</Entity>
<Entity uid="3558">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="164.1368" z="631.86677"/>
<Orientation y="1.64716"/>
</Entity>
<Entity uid="3559">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="169.73754" z="635.12073"/>
<Orientation y="0.10586"/>
</Entity>
<Entity uid="3560">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="170.26655" z="640.6772"/>
<Orientation y="2.44626"/>
</Entity>
<Entity uid="3561">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="176.25235" z="629.7945"/>
<Orientation y="-2.9655"/>
</Entity>
<Entity uid="3562">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="175.08066" z="626.11243"/>
<Orientation y="-2.58474"/>
</Entity>
<Entity uid="3563">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="172.86413" z="621.00525"/>
<Orientation y="2.44101"/>
</Entity>
<Entity uid="3564">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="175.97591" z="619.27277"/>
<Orientation y="1.38987"/>
</Entity>
<Entity uid="3565">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="214.84542" z="841.36548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3566">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.07575" z="844.83063"/>
<Orientation y="-2.77115"/>
</Entity>
<Entity uid="3567">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="221.59043" z="826.99018"/>
<Orientation y="-2.48728"/>
</Entity>
<Entity uid="3568">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="213.71688" z="821.7884"/>
<Orientation y="-2.15084"/>
</Entity>
<Entity uid="3569">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.3398" z="814.01105"/>
<Orientation y="2.9961"/>
</Entity>
<Entity uid="3570">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="207.60392" z="808.59961"/>
<Orientation y="2.04303"/>
</Entity>
<Entity uid="3571">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="218.146" z="805.1167"/>
<Orientation y="0.77268"/>
</Entity>
<Entity uid="3572">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="238.87214" z="802.23115"/>
<Orientation y="-2.16097"/>
</Entity>
<Entity uid="3573">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="222.54027" z="796.40796"/>
<Orientation y="-1.74358"/>
</Entity>
<Entity uid="3574">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="213.40174" z="792.22486"/>
<Orientation y="-2.36013"/>
</Entity>
<Entity uid="3575">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="188.13448" z="787.37165"/>
<Orientation y="0.99775"/>
</Entity>
<Entity uid="3576">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="251.55887" z="843.34791"/>
<Orientation y="-0.12295"/>
</Entity>
<Entity uid="3577">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="247.69282" z="858.13624"/>
<Orientation y="0.10744"/>
</Entity>
<Entity uid="3578">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="250.09792" z="889.14502"/>
<Orientation y="0.86503"/>
</Entity>
<Entity uid="3579">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="264.46351" z="903.76453"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3580">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="256.59763" z="918.2682"/>
<Orientation y="-2.92522"/>
</Entity>
<Entity uid="3581">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="254.097" z="899.13648"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3582">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="257.30854" z="897.14917"/>
<Orientation y="2.91083"/>
</Entity>
<Entity uid="3583">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="258.82099" z="884.31763"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3584">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="257.78101" z="877.34388"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3585">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="258.80301" z="873.49378"/>
<Orientation y="1.2868"/>
</Entity>
<Entity uid="3586">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="271.65125" z="877.73871"/>
<Orientation y="0.55977"/>
</Entity>
<Entity uid="3587">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="277.43125" z="887.35932"/>
<Orientation y="0.64361"/>
</Entity>
<Entity uid="3588">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="287.27265" z="900.53559"/>
<Orientation y="0.68285"/>
</Entity>
<Entity uid="3589">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="301.13099" z="917.04133"/>
<Orientation y="1.2271"/>
</Entity>
<Entity uid="3590">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="125.35384" z="822.58045"/>
<Orientation y="2.38682"/>
</Entity>
<Entity uid="3591">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="131.99428" z="817.69459"/>
<Orientation y="1.76923"/>
</Entity>
<Entity uid="3592">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="136.82403" z="818.50355"/>
<Orientation y="0.81402"/>
</Entity>
<Entity uid="3593">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="143.45066" z="825.49073"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3594">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="143.2496" z="832.68226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3595">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="142.93357" z="843.3863"/>
<Orientation y="-2.53446"/>
</Entity>
<Entity uid="3596">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="146.551" z="832.03406"/>
<Orientation y="0.73176"/>
</Entity>
<Entity uid="3597">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="144.6809" z="815.39631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3598">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.83725" z="822.54834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3599">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="114.26403" z="815.0854"/>
<Orientation y="0.5699"/>
</Entity>
<Entity uid="3600">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="76.42965" z="749.64313"/>
<Orientation y="2.34171"/>
</Entity>
<Entity uid="3601">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="84.02726" z="742.16352"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3602">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="89.71804" z="737.31177"/>
<Orientation y="2.14345"/>
</Entity>
<Entity uid="3603">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="95.56452" z="734.41376"/>
<Orientation y="1.98513"/>
</Entity>
<Entity uid="3604">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="86.94571" z="674.25281"/>
<Orientation y="-1.30774"/>
</Entity>
<Entity uid="3605">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="74.0441" z="679.8365"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3606">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="69.36908" z="684.15656"/>
<Orientation y="-1.25326"/>
</Entity>
<Entity uid="3607">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="424.32871" z="246.10134"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3608">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="416.76505" z="245.65432"/>
<Orientation y="-1.6216"/>
</Entity>
<Entity uid="3609">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="412.42212" z="246.30797"/>
<Orientation y="-3.03876"/>
</Entity>
<Entity uid="3610">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="431.14811" z="242.82261"/>
<Orientation y="0.58153"/>
</Entity>
<Entity uid="3611">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="436.9097" z="249.45871"/>
<Orientation y="-2.05448"/>
</Entity>
<Entity uid="3612">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="378.87174" z="255.21207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3613">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="348.79746" z="303.13157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3614">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="340.48047" z="312.17084"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3615">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="246.44074" z="227.30315"/>
<Orientation y="0.36487"/>
</Entity>
<Entity uid="3616">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="249.99625" z="231.8094"/>
<Orientation y="0.84585"/>
</Entity>
<Entity uid="3617">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="212.0841" z="266.65625"/>
<Orientation y="-3.09708"/>
</Entity>
<Entity uid="3618">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="211.29636" z="257.16099"/>
<Orientation y="-2.40072"/>
</Entity>
<Entity uid="3619">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.28634" z="252.52761"/>
<Orientation y="-2.52163"/>
</Entity>
<Entity uid="3620">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="203.01508" z="247.82416"/>
<Orientation y="-2.63953"/>
</Entity>
<Entity uid="3621">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="205.62983" z="275.3696"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3622">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="202.21058" z="286.73377"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3623">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="203.15998" z="295.25324"/>
<Orientation y="-0.00866"/>
</Entity>
<Entity uid="3624">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="207.00564" z="402.77976"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3625">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="199.95891" z="401.15738"/>
<Orientation y="2.34942"/>
</Entity>
<Entity uid="3626">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="195.70363" z="397.9242"/>
<Orientation y="0.5906"/>
</Entity>
<Entity uid="3627">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="728.67585" z="768.36591"/>
<Orientation y="2.94614"/>
</Entity>
<Entity uid="3628">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="732.40412" z="754.722"/>
<Orientation y="2.43998"/>
</Entity>
<Entity uid="3629">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="733.74262" z="753.44605"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3630">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="741.45862" z="753.67487"/>
<Orientation y="1.37356"/>
</Entity>
<Entity uid="3631">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="747.19977" z="757.28333"/>
<Orientation y="0.72355"/>
</Entity>
<Entity uid="3632">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="750.9314" z="760.84241"/>
<Orientation y="2.60776"/>
</Entity>
<Entity uid="3633">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="755.07136" z="754.253"/>
<Orientation y="1.38863"/>
</Entity>
<Entity uid="3634">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="757.87647" z="755.31653"/>
<Orientation y="0.74292"/>
</Entity>
<Entity uid="3635">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="760.45203" z="758.17597"/>
<Orientation y="1.53513"/>
</Entity>
<Entity uid="3636">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="768.75751" z="760.29487"/>
<Orientation y="1.41401"/>
</Entity>
<Entity uid="3637">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="773.02729" z="762.38691"/>
<Orientation y="0.91282"/>
</Entity>
<Entity uid="3638">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="751.69996" z="750.59455"/>
<Orientation y="-2.05111"/>
</Entity>
<Entity uid="3639">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="739.73957" z="739.01117"/>
<Orientation y="-3.08542"/>
</Entity>
<Entity uid="3640">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="718.17157" z="771.42432"/>
<Orientation y="0.16097"/>
</Entity>
<Entity uid="3641">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="741.44397" z="779.58606"/>
<Orientation y="0.07541"/>
</Entity>
<Entity uid="3642">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="742.46985" z="787.33851"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3643">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="744.33777" z="792.04578"/>
<Orientation y="2.84403"/>
</Entity>
<Entity uid="3644">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="738.77814" z="771.40607"/>
<Orientation y="-1.8878"/>
</Entity>
<Entity uid="3645">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="733.40381" z="771.18177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3646">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="790.9845" z="612.69794"/>
<Orientation y="0.42777"/>
</Entity>
<Entity uid="3647">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="796.26911" z="626.37342"/>
<Orientation y="2.54117"/>
</Entity>
<Entity uid="3648">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="808.1847" z="619.5503"/>
<Orientation y="2.2039"/>
</Entity>
<Entity uid="3649">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="813.45807" z="617.37385"/>
<Orientation y="1.4317"/>
</Entity>
<Entity uid="3650">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.98487" z="618.64655"/>
<Orientation y="1.22248"/>
</Entity>
<Entity uid="3651">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="826.74085" z="621.25611"/>
<Orientation y="0.53855"/>
</Entity>
<Entity uid="3652">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="829.5135" z="625.91175"/>
<Orientation y="0.9252"/>
</Entity>
<Entity uid="3653">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="836.96955" z="633.08149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3654">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.97553" z="613.24146"/>
<Orientation y="1.06652"/>
</Entity>
<Entity uid="3655">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="835.75342" z="623.08149"/>
<Orientation y="1.13627"/>
</Entity>
<Entity uid="3656">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="831.53022" z="615.88556"/>
<Orientation y="0.91306"/>
</Entity>
<Entity uid="3657">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="820.4856" z="626.62232"/>
<Orientation y="-2.57076"/>
</Entity>
<Entity uid="3658">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.09968" z="621.34943"/>
<Orientation y="-2.5957"/>
</Entity>
<Entity uid="3659">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="819.62855" z="696.28412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3660">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.43293" z="695.43757"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3661">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.88764" z="695.0475"/>
<Orientation y="-2.13036"/>
</Entity>
<Entity uid="3662">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="813.19788" z="694.5929"/>
<Orientation y="-0.66285"/>
</Entity>
<Entity uid="3663">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="818.10364" z="702.66822"/>
<Orientation y="1.9822"/>
</Entity>
<Entity uid="3664">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="823.22748" z="700.75428"/>
<Orientation y="2.40745"/>
</Entity>
<Entity uid="3665">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="825.91797" z="697.48462"/>
<Orientation y="2.27514"/>
</Entity>
<Entity uid="3666">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="831.54011" z="690.38013"/>
<Orientation y="0.86574"/>
</Entity>
<Entity uid="3667">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="810.39985" z="695.59528"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3668">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.00403" z="835.0182"/>
<Orientation y="2.41953"/>
</Entity>
<Entity uid="3669">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="793.85853" z="823.53107"/>
<Orientation y="2.5048"/>
</Entity>
<Entity uid="3670">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.27277" z="817.52833"/>
<Orientation y="2.82193"/>
</Entity>
<Entity uid="3671">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="799.09943" z="814.46485"/>
<Orientation y="2.44895"/>
</Entity>
<Entity uid="3672">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.84101" z="810.55555"/>
<Orientation y="0"/>
</Entity>
<Entity uid="3673">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.43415" z="814.9386"/>
<Orientation y="-0.19655"/>
</Entity>
<Entity uid="3674">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.81379" z="821.49854"/>
<Orientation y="-0.47948"/>
</Entity>
<Entity uid="3675">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="795.27851" z="830.16102"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3676">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="789.9986" z="819.2912"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3677">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="782.56751" z="826.66211"/>
<Orientation y="0.79249"/>
</Entity>
<Entity uid="3678">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.78626" z="829.96143"/>
<Orientation y="2.50062"/>
</Entity>
<Entity uid="3679">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.83411" z="818.63324"/>
<Orientation y="-3.01368"/>
</Entity>
<Entity uid="3680">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.12494" z="812.04676"/>
<Orientation y="2.40088"/>
</Entity>
<Entity uid="3681">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="815.74585" z="808.85523"/>
<Orientation y="0.6269"/>
</Entity>
<Entity uid="3682">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="819.59717" z="834.28077"/>
<Orientation y="-1.32377"/>
</Entity>
<Entity uid="3683">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="814.05268" z="839.3772"/>
<Orientation y="1.22027"/>
</Entity>
<Entity uid="3684">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.7306" z="863.62879"/>
<Orientation y="-1.23934"/>
</Entity>
<Entity uid="3685">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.23914" z="868.40552"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3686">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="825.29865" z="868.09089"/>
<Orientation y="0.58825"/>
</Entity>
<Entity uid="3687">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.12317" z="869.21143"/>
<Orientation y="-1.59673"/>
</Entity>
<Entity uid="3688">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="856.24366" z="800.71808"/>
<Orientation y="2.81019"/>
</Entity>
<Entity uid="3689">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="858.54609" z="795.9206"/>
<Orientation y="2.4944"/>
</Entity>
<Entity uid="3690">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="860.14917" z="793.23316"/>
<Orientation y="-3.11551"/>
</Entity>
<Entity uid="3691">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="862.969" z="788.30713"/>
<Orientation y="2.95821"/>
</Entity>
<Entity uid="3692">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="864.10816" z="781.78748"/>
<Orientation y="-2.76247"/>
</Entity>
<Entity uid="3693">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="861.47376" z="776.56263"/>
<Orientation y="-2.69993"/>
</Entity>
<Entity uid="3694">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="859.8772" z="782.02747"/>
<Orientation y="0.5431"/>
</Entity>
<Entity uid="3695">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="856.02295" z="784.0876"/>
<Orientation y="-2.13962"/>
</Entity>
<Entity uid="3696">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="855.23505" z="790.02912"/>
<Orientation y="0.9361"/>
</Entity>
<Entity uid="3697">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="851.41907" z="570.57587"/>
<Orientation y="0.87101"/>
</Entity>
<Entity uid="3698">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="855.3838" z="574.3094"/>
<Orientation y="1.67853"/>
</Entity>
<Entity uid="3699">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="860.84266" z="571.98011"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3700">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="866.73633" z="580.48627"/>
<Orientation y="1.03017"/>
</Entity>
<Entity uid="3701">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="867.39344" z="572.0766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3702">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="872.70295" z="577.53577"/>
<Orientation y="0.87935"/>
</Entity>
<Entity uid="3703">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="871.37134" z="544.93744"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3704">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="878.01716" z="545.9491"/>
<Orientation y="-1.54641"/>
</Entity>
<Entity uid="3705">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="883.60193" z="518.61646"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3706">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="881.64502" z="519.0846"/>
<Orientation y="-1.7249"/>
</Entity>
<Entity uid="3707">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="959.38483" z="525.30878"/>
<Orientation y="0.82941"/>
</Entity>
<Entity uid="3708">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="956.11103" z="568.59351"/>
<Orientation y="0.7493"/>
</Entity>
<Entity uid="3709">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="952.73127" z="565.3213"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3710">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="983.09656" z="343.63044"/>
<Orientation y="0.95821"/>
</Entity>
<Entity uid="3711">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="981.57398" z="345.78571"/>
<Orientation y="-2.05304"/>
</Entity>
<Entity uid="3712">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="761.05066" z="276.64444"/>
<Orientation y="2.37407"/>
</Entity>
<Entity uid="3713">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="765.51319" z="271.98179"/>
<Orientation y="2.48031"/>
</Entity>
<Entity uid="3714">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="769.1908" z="267.48475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3715">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="768.59083" z="280.46451"/>
<Orientation y="-2.67328"/>
</Entity>
<Entity uid="3716">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="763.20978" z="284.69147"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3717">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="759.06464" z="291.60029"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3718">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="753.05341" z="298.32807"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3719">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="752.66785" z="290.56849"/>
<Orientation y="2.91094"/>
</Entity>
<Entity uid="3720">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="762.97156" z="278.2537"/>
<Orientation y="-1.51104"/>
</Entity>
<Entity uid="3721">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="750.2215" z="286.66633"/>
<Orientation y="0.03786"/>
</Entity>
<Entity uid="3722">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="752.05079" z="293.62775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3723">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="753.70044" z="302.67264"/>
<Orientation y="-2.45377"/>
</Entity>
<Entity uid="3724">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="766.06232" z="287.86966"/>
<Orientation y="1.0598"/>
</Entity>
<Entity uid="3725">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.17414" z="317.63428"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3726">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="793.5113" z="326.17814"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3727">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="808.60895" z="320.94892"/>
<Orientation y="0.91805"/>
</Entity>
<Entity uid="3728">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.41602" z="332.37571"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3729">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="801.17414" z="289.49769"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3730">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="824.57776" z="287.59687"/>
<Orientation y="-2.48128"/>
</Entity>
<Entity uid="3731">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.24305" z="283.30292"/>
<Orientation y="-2.36615"/>
</Entity>
<Entity uid="3732">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.84357" z="279.83146"/>
<Orientation y="-2.2333"/>
</Entity>
<Entity uid="3733">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="810.70636" z="274.92746"/>
<Orientation y="-2.497"/>
</Entity>
<Entity uid="3734">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="805.22736" z="268.2533"/>
<Orientation y="-2.40015"/>
</Entity>
<Entity uid="3735">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="801.43268" z="264.88947"/>
<Orientation y="-2.29244"/>
</Entity>
<Entity uid="3736">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="804.64716" z="221.0679"/>
<Orientation y="2.59163"/>
</Entity>
<Entity uid="3737">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.80066" z="213.26835"/>
<Orientation y="2.61767"/>
</Entity>
<Entity uid="3738">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.40998" z="208.47252"/>
<Orientation y="2.57256"/>
</Entity>
<Entity uid="3739">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.34888" z="202.96592"/>
<Orientation y="1.61371"/>
</Entity>
<Entity uid="3740">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="820.0063" z="202.89917"/>
<Orientation y="1.7101"/>
</Entity>
<Entity uid="3741">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="822.84192" z="202.50161"/>
<Orientation y="1.81057"/>
</Entity>
<Entity uid="3742">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="827.81348" z="201.78557"/>
<Orientation y="1.33234"/>
</Entity>
<Entity uid="3743">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="833.25538" z="204.54114"/>
<Orientation y="0.55022"/>
</Entity>
<Entity uid="3744">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="835.45636" z="208.33031"/>
<Orientation y="1.17112"/>
</Entity>
<Entity uid="3745">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="839.51838" z="210.52146"/>
<Orientation y="0.79661"/>
</Entity>
<Entity uid="3746">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="841.57612" z="212.67894"/>
<Orientation y="1.10151"/>
</Entity>
<Entity uid="3747">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="847.04603" z="215.93018"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3748">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="850.37305" z="220.08263"/>
<Orientation y="0.98043"/>
</Entity>
<Entity uid="3749">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="276.29581" z="836.05524"/>
<Orientation y="-2.20783"/>
</Entity>
<Entity uid="3750">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="271.35553" z="833.98487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3751">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="264.2462" z="832.4438"/>
<Orientation y="-2.77244"/>
</Entity>
<Entity uid="3752">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="260.64188" z="823.34473"/>
<Orientation y="-3.09462"/>
</Entity>
<Entity uid="3753">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="265.82691" z="818.51465"/>
<Orientation y="1.08577"/>
</Entity>
<Entity uid="3754">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="283.66929" z="825.7143"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3755">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="283.81727" z="823.42981"/>
<Orientation y="-2.84241"/>
</Entity>
<Entity uid="3756">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="284.08503" z="816.23359"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3757">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="333.28241" z="884.85474"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3758">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="337.49576" z="887.75391"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3759">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="340.14338" z="891.5625"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3760">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="342.1548" z="891.49415"/>
<Orientation y="1.66884"/>
</Entity>
<Entity uid="3761">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.37296" z="837.60645"/>
<Orientation y="3.05767"/>
</Entity>
<Entity uid="3762">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.75724" z="833.41736"/>
<Orientation y="3.01426"/>
</Entity>
<Entity uid="3763">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.52741" z="828.62647"/>
<Orientation y="2.92496"/>
</Entity>
<Entity uid="3764">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="314.43262" z="822.82837"/>
<Orientation y="3.10084"/>
</Entity>
<Entity uid="3765">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="316.5087" z="817.41517"/>
<Orientation y="0.59195"/>
</Entity>
<Entity uid="3766">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="359.9048" z="768.34571"/>
<Orientation y="1.99491"/>
</Entity>
<Entity uid="3767">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="364.46775" z="766.70545"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3768">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="370.97684" z="767.32593"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3769">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="375.76868" z="767.8954"/>
<Orientation y="-1.83976"/>
</Entity>
<Entity uid="3770">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="367.56986" z="764.46052"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3771">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="374.08457" z="748.68476"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3772">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="427.30176" z="746.3797"/>
<Orientation y="-2.6285"/>
</Entity>
<Entity uid="3773">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.26246" z="670.77558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3774">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.56421" z="656.19483"/>
<Orientation y="2.79117"/>
</Entity>
<Entity uid="3775">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="389.59574" z="627.12122"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3776">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="391.74955" z="619.48243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3777">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="396.23273" z="639.8542"/>
<Orientation y="0.1085"/>
</Entity>
<Entity uid="3778">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="396.76243" z="633.10547"/>
<Orientation y="-2.79561"/>
</Entity>
<Entity uid="3779">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="393.46793" z="627.08564"/>
<Orientation y="-2.37864"/>
</Entity>
<Entity uid="3780">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="375.35105" z="566.92359"/>
<Orientation y="2.57866"/>
</Entity>
<Entity uid="3781">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="339.83112" z="547.21863"/>
<Orientation y="-2.2992"/>
</Entity>
<Entity uid="3782">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="391.31702" z="564.6095"/>
<Orientation y="-2.7127"/>
</Entity>
<Entity uid="3783">
<Template>structures/brit_storehouse</Template>
<Player>1</Player>
<Position x="610.59888" z="498.43067"/>
<Orientation y="-2.30781"/>
</Entity>
<Entity uid="3784">
<Template>structures/brit_civil_centre</Template>
<Player>1</Player>
<Position x="500.0886" z="499.65308"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3785">
<Template>structures/brit_civil_centre</Template>
<Player>2</Player>
<Position x="757.17438" z="263.94837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3786">
<Template>structures/brit_civil_centre</Template>
<Player>3</Player>
<Position x="534.60676" z="835.05921"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3787">
<Template>structures/brit_storehouse</Template>
<Player>3</Player>
<Position x="548.52082" z="749.78467"/>
<Orientation y="-2.33152"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="3788">
<Template>structures/brit_storehouse</Template>
<Player>2</Player>
<Position x="710.19825" z="327.662"/>
<Orientation y="-2.27137"/>
</Entity>
<Entity uid="3792">
<Template>structures/brit_farmstead</Template>
<Player>3</Player>
<Position x="504.7126" z="752.45698"/>
<Orientation y="2.35621"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="3794">
<Template>structures/brit_corral</Template>
<Player>3</Player>
<Position x="525.01764" z="727.83613"/>
<Orientation y="0.82229"/>
</Entity>
<Entity uid="3795">
<Template>structures/brit_defense_tower</Template>
<Player>3</Player>
<Position x="511.37708" z="778.76667"/>
<Orientation y="-2.39335"/>
</Entity>
<Entity uid="3796">
<Template>structures/brit_farmstead</Template>
<Player>1</Player>
<Position x="543.69422" z="587.51496"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3798">
<Template>structures/brit_corral</Template>
<Player>1</Player>
<Position x="528.80707" z="391.65076"/>
<Orientation y="0.76215"/>
</Entity>
<Entity uid="3799">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="500.39917" z="530.2414"/>
<Orientation y="-2.35409"/>
</Entity>
<Entity uid="3800">
<Template>structures/brit_farmstead</Template>
<Player>2</Player>
<Position x="666.05304" z="332.30195"/>
<Orientation y="2.35621"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="3802">
<Template>structures/brit_corral</Template>
<Player>2</Player>
<Position x="687.01233" z="307.55002"/>
<Orientation y="0.7589"/>
</Entity>
<Entity uid="3803">
<Template>structures/brit_defense_tower</Template>
<Player>2</Player>
<Position x="675.02845" z="354.18677"/>
<Orientation y="-2.36197"/>
</Entity>
<Entity uid="3804">
<Template>gaia/geology_stonemine_temperate_formation</Template>
<Player>0</Player>
<Position x="306.60395" z="290.9133"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3805">
<Template>gaia/geology_stonemine_temperate_formation</Template>
<Player>0</Player>
<Position x="434.14145" z="741.19977"/>
<Orientation y="-1.49477"/>
</Entity>
<Entity uid="3806">
<Template>gaia/geology_stonemine_temperate_formation</Template>
<Player>0</Player>
<Position x="719.625" z="430.80335"/>
<Orientation y="0.67426"/>
</Entity>
<Entity uid="3807">
<Template>structures/brit_barracks</Template>
<Player>1</Player>
<Position x="548.5625" z="534.21155"/>
<Orientation y="2.35621"/>
<Actor seed="31364"/>
</Entity>
<Entity uid="3808">
<Template>structures/brit_market</Template>
<Player>1</Player>
<Position x="574.948" z="476.98801"/>
<Orientation y="2.35621"/>
<Actor seed="41248"/>
</Entity>
<Entity uid="3809">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="491.93262" z="434.15064"/>
<Orientation y="2.35621"/>
<Actor seed="51582"/>
</Entity>
<Entity uid="3810">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="492.80811" z="448.83948"/>
<Orientation y="2.35621"/>
<Actor seed="45238"/>
</Entity>
<Entity uid="3811">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="577.32844" z="396.03693"/>
<Orientation y="-0.85137"/>
<Actor seed="52708"/>
</Entity>
<Entity uid="3812">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="582.77771" z="406.11268"/>
<Orientation y="-0.88744"/>
<Actor seed="44084"/>
</Entity>
<Entity uid="3813">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="590.30005" z="416.04987"/>
<Orientation y="2.35621"/>
<Actor seed="58526"/>
</Entity>
<Entity uid="3814">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="562.72681" z="383.78531"/>
<Orientation y="-0.1904"/>
<Actor seed="58036"/>
</Entity>
<Entity uid="3815">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="492.043" z="409.7133"/>
<Orientation y="1.12494"/>
<Actor seed="3662"/>
</Entity>
<Entity uid="3816">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="517.57258" z="432.53183"/>
<Orientation y="-1.7502"/>
<Actor seed="17984"/>
</Entity>
<Entity uid="3817">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="515.03241" z="446.78199"/>
<Orientation y="-2.41437"/>
<Actor seed="26888"/>
</Entity>
<Entity uid="3818">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="503.55912" z="453.74347"/>
<Orientation y="3.13372"/>
<Actor seed="12348"/>
</Entity>
<Entity uid="3819">
<Template>structures/brit_fortress</Template>
<Player>1</Player>
<Position x="564.50385" z="352.33631"/>
<Orientation y="2.35621"/>
<Actor seed="38296"/>
</Entity>
<Entity uid="3820">
<Template>structures/brit_fortress</Template>
<Player>1</Player>
<Position x="544.18555" z="618.26783"/>
<Orientation y="-2.6857"/>
<Actor seed="52584"/>
</Entity>
<Entity uid="3821">
<Template>structures/brit_market</Template>
<Player>1</Player>
<Position x="595.62995" z="452.53367"/>
<Orientation y="-2.37467"/>
<Actor seed="462"/>
</Entity>
<Entity uid="3823">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="424.23322" z="407.0897"/>
<Orientation y="2.35621"/>
<Actor seed="56148"/>
</Entity>
<Entity uid="3824">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="443.75803" z="386.62955"/>
<Orientation y="2.35621"/>
<Actor seed="54268"/>
</Entity>
<Entity uid="3825">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="462.43958" z="367.34333"/>
<Orientation y="2.35621"/>
<Actor seed="32508"/>
</Entity>
<Entity uid="3826">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="481.22947" z="384.44486"/>
<Orientation y="2.35621"/>
<Actor seed="55414"/>
</Entity>
<Entity uid="3827">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="446.9282" z="421.71732"/>
<Orientation y="2.35621"/>
<Actor seed="61558"/>
</Entity>
<Entity uid="3828">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="452.46412" z="337.0121"/>
<Orientation y="2.35621"/>
<Actor seed="8072"/>
</Entity>
<Entity uid="3829">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="429.23035" z="357.51362"/>
<Orientation y="2.35621"/>
<Actor seed="65517"/>
</Entity>
<Entity uid="3830">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="408.6873" z="379.21677"/>
<Orientation y="2.35621"/>
<Actor seed="7506"/>
</Entity>
<Entity uid="3831">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="392.16028" z="398.42698"/>
<Orientation y="2.35621"/>
<Actor seed="62286"/>
</Entity>
<Entity uid="3832">
<Template>structures/brit_temple</Template>
<Player>1</Player>
<Position x="551.29853" z="426.1327"/>
<Orientation y="2.35621"/>
<Actor seed="4044"/>
</Entity>
<Entity uid="3833">
<Template>structures/brit_blacksmith</Template>
<Player>1</Player>
<Position x="573.89905" z="540.38257"/>
<Orientation y="2.35621"/>
<Actor seed="34950"/>
</Entity>
<Entity uid="3834">
<Template>structures/brit_barracks</Template>
<Player>1</Player>
<Position x="583.68348" z="516.38685"/>
<Orientation y="-2.22724"/>
<Actor seed="51206"/>
</Entity>
<Entity uid="3835">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="595.88685" z="371.30491"/>
<Orientation y="-0.77009"/>
<Actor seed="6380"/>
</Entity>
<Entity uid="3836">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="608.9474" z="463.00834"/>
<Orientation y="-2.93175"/>
<Actor seed="9978"/>
</Entity>
<Entity uid="3837">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="622.84693" z="464.28345"/>
<Orientation y="2.35621"/>
<Actor seed="14178"/>
</Entity>
<Entity uid="3838">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="585.95429" z="485.4863"/>
<Orientation y="0.6899"/>
<Actor seed="43070"/>
</Entity>
<Entity uid="3839">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="483.9055" z="419.61432"/>
<Orientation y="-2.32882"/>
<Actor seed="61120"/>
</Entity>
<Entity uid="3840">
<Template>structures/brit_house</Template>
<Player>1</Player>
<Position x="539.72083" z="546.0232"/>
<Orientation y="2.35621"/>
<Actor seed="20952"/>
</Entity>
<Entity uid="3841">
<Template>structures/brit_farmstead</Template>
<Player>1</Player>
<Position x="463.22635" z="400.47584"/>
<Orientation y="2.35621"/>
<Actor seed="33920"/>
</Entity>
<Entity uid="3842">
<Template>structures/brit_fortress</Template>
<Player>1</Player>
<Position x="473.49335" z="321.82541"/>
<Orientation y="-3.13505"/>
<Actor seed="65487"/>
</Entity>
<Entity uid="3843">
<Template>structures/brit_dock</Template>
<Player>1</Player>
<Position x="883.24885" z="393.87281"/>
<Orientation y="1.42653"/>
<Actor seed="57720"/>
</Entity>
<Entity uid="3844">
<Template>structures/brit_outpost</Template>
<Player>1</Player>
<Position x="786.6916" z="691.61432"/>
<Orientation y="2.35621"/>
<Actor seed="57420"/>
</Entity>
<Entity uid="3845">
<Template>structures/brit_outpost</Template>
<Player>1</Player>
<Position x="475.19568" z="117.58445"/>
<Orientation y="2.35621"/>
<Actor seed="55844"/>
</Entity>
<Entity uid="3846">
<Template>structures/brit_outpost</Template>
<Player>1</Player>
<Position x="307.60703" z="668.16218"/>
<Orientation y="2.35621"/>
<Actor seed="45390"/>
</Entity>
<Entity uid="3847">
<Template>structures/brit_storehouse</Template>
<Player>1</Player>
<Position x="475.29172" z="242.5709"/>
<Orientation y="2.35621"/>
<Actor seed="30664"/>
</Entity>
<Entity uid="3848">
<Template>structures/brit_storehouse</Template>
<Player>1</Player>
<Position x="424.98935" z="507.85251"/>
<Orientation y="-2.61332"/>
<Actor seed="33782"/>
</Entity>
<Entity uid="3849">
<Template>units/brit_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="546.5199" z="510.47797"/>
<Orientation y="-2.43181"/>
<Actor seed="23550"/>
</Entity>
<Entity uid="3850">
<Template>units/brit_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="550.9726" z="507.5702"/>
<Orientation y="-2.43955"/>
<Actor seed="44664"/>
</Entity>
<Entity uid="3851">
<Template>units/brit_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="554.24866" z="505.41016"/>
<Orientation y="-2.24505"/>
<Actor seed="12550"/>
</Entity>
<Entity uid="3852">
<Template>units/brit_cavalry_swordsman_b</Template>
<Player>1</Player>
<Position x="541.40796" z="502.39329"/>
<Orientation y="-2.30193"/>
<Actor seed="38796"/>
</Entity>
<Entity uid="3853">
<Template>units/brit_cavalry_swordsman_a</Template>
<Player>1</Player>
<Position x="544.74573" z="498.73566"/>
<Orientation y="-2.93488"/>
<Actor seed="58104"/>
</Entity>
<Entity uid="3854">
<Template>units/brit_cavalry_swordsman_e</Template>
<Player>1</Player>
<Position x="548.01417" z="498.00193"/>
<Orientation y="-2.95939"/>
<Actor seed="19846"/>
</Entity>
<Entity uid="3855">
<Template>units/brit_champion_cavalry</Template>
<Player>1</Player>
<Position x="544.03486" z="481.8744"/>
<Orientation y="-2.09916"/>
<Actor seed="58198"/>
</Entity>
<Entity uid="3856">
<Template>units/brit_champion_cavalry</Template>
<Player>1</Player>
<Position x="538.69642" z="487.14191"/>
<Orientation y="-2.11428"/>
<Actor seed="19440"/>
</Entity>
<Entity uid="3857">
<Template>units/brit_champion_cavalry</Template>
<Player>1</Player>
<Position x="546.09424" z="474.80298"/>
<Orientation y="-2.18503"/>
<Actor seed="20916"/>
</Entity>
<Entity uid="3858">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="533.13166" z="500.30692"/>
<Orientation y="-3.13271"/>
<Actor seed="13060"/>
</Entity>
<Entity uid="3859">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="530.38746" z="498.8347"/>
<Orientation y="2.35621"/>
<Actor seed="63370"/>
</Entity>
<Entity uid="3860">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="531.74347" z="494.44672"/>
<Orientation y="1.09035"/>
<Actor seed="52072"/>
</Entity>
<Entity uid="3861">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="535.5301" z="492.17551"/>
<Orientation y="-0.53303"/>
<Actor seed="10464"/>
</Entity>
<Entity uid="3862">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="536.40766" z="495.13923"/>
<Orientation y="-1.51746"/>
<Actor seed="19750"/>
</Entity>
<Entity uid="3863">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="535.82081" z="498.8347"/>
<Orientation y="-2.09527"/>
<Actor seed="21162"/>
</Entity>
<Entity uid="3864">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="532.72254" z="497.25062"/>
<Orientation y="2.35621"/>
<Actor seed="61952"/>
</Entity>
<Entity uid="3865">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="533.83991" z="494.53217"/>
<Orientation y="0.43418"/>
<Actor seed="28594"/>
</Entity>
<Entity uid="3866">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="529.22773" z="496.30979"/>
<Orientation y="2.98131"/>
<Actor seed="8540"/>
</Entity>
<Entity uid="3867">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="531.05121" z="500.85361"/>
<Orientation y="2.35621"/>
<Actor seed="21126"/>
</Entity>
<Entity uid="3868">
<Template>units/brit_champion_infantry</Template>
<Player>1</Player>
<Position x="537.6316" z="496.30979"/>
<Orientation y="-2.08127"/>
<Actor seed="6518"/>
</Entity>
<Entity uid="3871">
<Template>units/brit_infantry_javelinist_b</Template>
<Player>1</Player>
<Position x="524.97895" z="471.31244"/>
<Orientation y="2.35621"/>
<Actor seed="57418"/>
</Entity>
<Entity uid="3872">
<Template>units/brit_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="526.23603" z="473.26124"/>
<Orientation y="2.35621"/>
<Actor seed="50800"/>
</Entity>
<Entity uid="3873">
<Template>units/brit_infantry_javelinist_e</Template>
<Player>1</Player>
<Position x="527.90107" z="474.7634"/>
<Orientation y="2.35621"/>
<Actor seed="26718"/>
</Entity>
<Entity uid="3874">
<Template>units/brit_infantry_slinger_b</Template>
<Player>1</Player>
<Position x="514.69526" z="470.39057"/>
<Orientation y="2.35621"/>
<Actor seed="63130"/>
</Entity>
<Entity uid="3875">
<Template>units/brit_infantry_slinger_a</Template>
<Player>1</Player>
<Position x="516.0102" z="472.05311"/>
<Orientation y="2.35621"/>
<Actor seed="6390"/>
</Entity>
<Entity uid="3876">
<Template>units/brit_infantry_slinger_e</Template>
<Player>1</Player>
<Position x="517.3949" z="474.29224"/>
<Orientation y="2.35621"/>
<Actor seed="39582"/>
</Entity>
<Entity uid="3877">
<Template>units/brit_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="541.24878" z="461.72138"/>
<Orientation y="-2.44526"/>
<Actor seed="47928"/>
</Entity>
<Entity uid="3878">
<Template>units/brit_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="543.21656" z="460.32032"/>
<Orientation y="-2.71683"/>
<Actor seed="43236"/>
</Entity>
<Entity uid="3879">
<Template>units/brit_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="544.28003" z="462.13416"/>
<Orientation y="-2.67203"/>
<Actor seed="44020"/>
</Entity>
<Entity uid="3880">
<Template>units/brit_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="541.56128" z="463.92341"/>
<Orientation y="-3.07735"/>
<Actor seed="24882"/>
</Entity>
<Entity uid="3881">
<Template>units/brit_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="539.48249" z="463.11408"/>
<Orientation y="-2.90912"/>
<Actor seed="21886"/>
</Entity>
<Entity uid="3882">
<Template>units/brit_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="547.31141" z="460.72727"/>
<Orientation y="-2.83362"/>
<Actor seed="23478"/>
</Entity>
<Entity uid="3883">
<Template>units/brit_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="545.61042" z="458.8761"/>
<Orientation y="-2.27092"/>
<Actor seed="35226"/>
</Entity>
<Entity uid="3884">
<Template>units/brit_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="547.61591" z="458.02454"/>
<Orientation y="-2.31164"/>
<Actor seed="50348"/>
</Entity>
<Entity uid="3885">
<Template>units/brit_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="548.91327" z="458.93955"/>
<Orientation y="-2.1516"/>
<Actor seed="13074"/>
</Entity>
<Entity uid="3886">
<Template>units/brit_siege_ram</Template>
<Player>1</Player>
<Position x="581.03827" z="371.1916"/>
<Orientation y="-1.90758"/>
<Actor seed="28802"/>
</Entity>
<Entity uid="3887">
<Template>units/brit_siege_ram</Template>
<Player>1</Player>
<Position x="532.02436" z="361.88801"/>
<Orientation y="0.83231"/>
<Actor seed="17456"/>
</Entity>
<Entity uid="3888">
<Template>units/brit_ship_fishing</Template>
<Player>1</Player>
<Position x="888.05695" z="416.77652"/>
<Orientation y="2.35621"/>
<Actor seed="8796"/>
</Entity>
<Entity uid="3889">
<Template>units/brit_ship_merchant</Template>
<Player>1</Player>
<Position x="902.24946" z="421.26572"/>
<Orientation y="2.79125"/>
<Actor seed="43564"/>
</Entity>
<Entity uid="3891">
<Template>units/brit_ship_trireme</Template>
<Player>1</Player>
<Position x="967.08112" z="289.26856"/>
<Orientation y="-0.95791"/>
<Actor seed="21454"/>
</Entity>
<Entity uid="3892">
<Template>units/brit_ship_trireme</Template>
<Player>1</Player>
<Position x="963.66565" z="296.45179"/>
<Orientation y="-0.86065"/>
<Actor seed="49508"/>
</Entity>
<Entity uid="3893">
<Template>units/brit_ship_trireme</Template>
<Player>1</Player>
<Position x="921.06928" z="709.50824"/>
<Orientation y="2.35621"/>
<Actor seed="36292"/>
</Entity>
<Entity uid="3894">
<Template>units/brit_ship_trireme</Template>
<Player>1</Player>
<Position x="913.95038" z="377.01395"/>
<Orientation y="2.61129"/>
<Actor seed="10502"/>
</Entity>
<Entity uid="3895">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="505.59806" z="440.39103"/>
<Orientation y="-2.83347"/>
<Actor seed="13282"/>
</Entity>
<Entity uid="3896">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="502.2928" z="436.87165"/>
<Orientation y="2.50927"/>
<Actor seed="38218"/>
</Entity>
<Entity uid="3897">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="503.8891" z="433.03"/>
<Orientation y="0.62058"/>
<Actor seed="42338"/>
</Entity>
<Entity uid="3898">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="505.17347" z="435.70798"/>
<Orientation y="-1.93557"/>
<Actor seed="50316"/>
</Entity>
<Entity uid="3899">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="502.69584" z="440.28592"/>
<Orientation y="2.55536"/>
<Actor seed="13212"/>
</Entity>
<Entity uid="3900">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="505.35187" z="438.3061"/>
<Orientation y="-1.11788"/>
<Actor seed="53286"/>
</Entity>
<Entity uid="3901">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="507.36716" z="437.95151"/>
<Orientation y="-2.01107"/>
<Actor seed="53048"/>
</Entity>
<Entity uid="3902">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="498.4162" z="439.7068"/>
<Orientation y="1.3783"/>
<Actor seed="7762"/>
</Entity>
<Entity uid="3903">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="499.90836" z="441.73276"/>
<Orientation y="2.35621"/>
<Actor seed="27882"/>
</Entity>
<Entity uid="3904">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="532.51874" z="406.50666"/>
<Orientation y="1.65508"/>
<Actor seed="60106"/>
</Entity>
<Entity uid="3905">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="534.6078" z="405.62052"/>
<Orientation y="1.01882"/>
<Actor seed="23572"/>
</Entity>
<Entity uid="3906">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="536.33869" z="407.31968"/>
<Orientation y="-0.70966"/>
<Actor seed="20448"/>
</Entity>
<Entity uid="3907">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="533.9795" z="409.8412"/>
<Orientation y="2.35621"/>
<Actor seed="1112"/>
</Entity>
<Entity uid="3908">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="576.43525" z="415.08616"/>
<Orientation y="0.50174"/>
<Actor seed="33470"/>
</Entity>
<Entity uid="3909">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="582.01423" z="423.95701"/>
<Orientation y="2.35621"/>
<Actor seed="53762"/>
</Entity>
<Entity uid="3910">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="583.44666" z="426.91922"/>
<Orientation y="2.35621"/>
<Actor seed="11062"/>
</Entity>
<Entity uid="3911">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="584.76197" z="425.9892"/>
<Orientation y="2.35621"/>
<Actor seed="55170"/>
</Entity>
<Entity uid="3912">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="587.48523" z="433.1402"/>
<Orientation y="2.35621"/>
<Actor seed="33862"/>
</Entity>
<Entity uid="3913">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="582.1684" z="432.21653"/>
<Orientation y="0.2583"/>
<Actor seed="23766"/>
</Entity>
<Entity uid="3914">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="587.94684" z="429.6637"/>
<Orientation y="-1.68519"/>
<Actor seed="56050"/>
</Entity>
<Entity uid="3915">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="586.68195" z="424.61377"/>
<Orientation y="-1.34084"/>
<Actor seed="56358"/>
</Entity>
<Entity uid="3916">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="584.59675" z="423.8537"/>
<Orientation y="-0.96572"/>
<Actor seed="11596"/>
</Entity>
<Entity uid="3917">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="554.68848" z="482.172"/>
<Orientation y="-2.77549"/>
<Actor seed="25974"/>
</Entity>
<Entity uid="3918">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="551.89142" z="473.01294"/>
<Orientation y="2.35621"/>
<Actor seed="15488"/>
</Entity>
<Entity uid="3919">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="561.26734" z="485.57483"/>
<Orientation y="-0.24291"/>
<Actor seed="45478"/>
</Entity>
<Entity uid="3920">
<Template>units/brit_support_female_citizen</Template>
<Player>1</Player>
<Position x="593.78919" z="501.47394"/>
<Orientation y="-1.52683"/>
<Actor seed="30914"/>
</Entity>
<Entity uid="3921">
<Template>units/brit_support_healer_b</Template>
<Player>1</Player>
<Position x="563.54877" z="413.71958"/>
<Orientation y="2.35621"/>
<Actor seed="59066"/>
</Entity>
<Entity uid="3922">
<Template>units/brit_support_healer_a</Template>
<Player>1</Player>
<Position x="566.11915" z="415.85752"/>
<Orientation y="2.35621"/>
<Actor seed="39570"/>
</Entity>
<Entity uid="3923">
<Template>units/brit_support_healer_e</Template>
<Player>1</Player>
<Position x="568.47779" z="417.5658"/>
<Orientation y="2.35621"/>
<Actor seed="50450"/>
</Entity>
<Entity uid="3924">
<Template>units/brit_support_trader</Template>
<Player>1</Player>
<Position x="563.84461" z="455.34565"/>
<Orientation y="2.35621"/>
<Actor seed="46080"/>
</Entity>
<Entity uid="3925">
<Template>units/brit_support_trader</Template>
<Player>1</Player>
<Position x="568.82703" z="451.82651"/>
<Orientation y="-1.57752"/>
<Actor seed="65074"/>
</Entity>
<Entity uid="3926">
<Template>units/brit_support_trader</Template>
<Player>1</Player>
<Position x="561.91511" z="447.98292"/>
<Orientation y="0.83553"/>
<Actor seed="44858"/>
</Entity>
<Entity uid="3927">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="579.79957" z="316.7718"/>
<Orientation y="2.35621"/>
<Actor seed="55134"/>
</Entity>
<Entity uid="3928">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="381.1059" z="543.75495"/>
<Orientation y="2.35621"/>
<Actor seed="58702"/>
</Entity>
<Entity uid="3929">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="381.98386" z="341.14957"/>
<Orientation y="2.35621"/>
<Actor seed="32166"/>
</Entity>
<Entity uid="3930">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="519.61554" z="245.12674"/>
<Orientation y="2.35621"/>
<Actor seed="31636"/>
</Entity>
<Entity uid="3931">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="606.17994" z="407.70231"/>
<Orientation y="2.35621"/>
<Actor seed="33996"/>
</Entity>
<Entity uid="3932">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="510.22455" z="340.65171"/>
<Orientation y="-2.36284"/>
<Actor seed="55418"/>
</Entity>
<Entity uid="3933">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="464.52106" z="447.62793"/>
<Orientation y="2.96398"/>
<Actor seed="42568"/>
</Entity>
<Entity uid="3934">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="485.53553" z="613.51758"/>
<Orientation y="2.05268"/>
<Actor seed="7608"/>
</Entity>
<Entity uid="3935">
<Template>structures/brit_defense_tower</Template>
<Player>1</Player>
<Position x="613.40992" z="608.13453"/>
<Orientation y="-2.40346"/>
<Actor seed="58040"/>
</Entity>
<Entity uid="3936">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="506.57154" z="552.20374"/>
<Orientation y="2.35621"/>
<Actor seed="55174"/>
</Entity>
<Entity uid="3937">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="535.16071" z="567.14588"/>
<Orientation y="2.35621"/>
<Actor seed="5072"/>
</Entity>
<Entity uid="3938">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="513.49048" z="584.88166"/>
<Orientation y="2.35621"/>
<Actor seed="41836"/>
</Entity>
<Entity uid="3939">
<Template>structures/brit_field</Template>
<Player>1</Player>
<Position x="571.64783" z="587.35029"/>
<Orientation y="2.35621"/>
<Actor seed="15244"/>
</Entity>
<Entity uid="3940">
<Template>structures/brit_kennel</Template>
<Player>1</Player>
<Position x="516.67469" z="525.47437"/>
<Orientation y="2.35621"/>
<Actor seed="33744"/>
</Entity>
<Entity uid="3941">
<Template>structures/brit_kennel</Template>
<Player>1</Player>
<Position x="482.8693" z="478.13968"/>
<Orientation y="1.92223"/>
<Actor seed="50242"/>
</Entity>
<Entity uid="3942">
<Template>units/brit_war_dog_b</Template>
<Player>1</Player>
<Position x="509.91263" z="514.17792"/>
<Orientation y="2.35621"/>
<Actor seed="20830"/>
</Entity>
<Entity uid="3943">
<Template>units/brit_war_dog_b</Template>
<Player>1</Player>
<Position x="512.25281" z="515.30762"/>
<Orientation y="2.35621"/>
<Actor seed="6508"/>
</Entity>
<Entity uid="3944">
<Template>units/brit_war_dog_b</Template>
<Player>1</Player>
<Position x="514.4109" z="516.9184"/>
<Orientation y="2.35621"/>
<Actor seed="44790"/>
</Entity>
<Entity uid="3945">
<Template>units/brit_war_dog_a</Template>
<Player>1</Player>
<Position x="512.67853" z="509.87247"/>
<Orientation y="2.35621"/>
<Actor seed="45702"/>
</Entity>
<Entity uid="3946">
<Template>units/brit_war_dog_a</Template>
<Player>1</Player>
<Position x="515.9524" z="512.89527"/>
<Orientation y="2.35621"/>
<Actor seed="43638"/>
</Entity>
<Entity uid="3947">
<Template>units/brit_war_dog_a</Template>
<Player>1</Player>
<Position x="518.31537" z="514.48188"/>
<Orientation y="2.35621"/>
<Actor seed="4812"/>
</Entity>
<Entity uid="3948">
<Template>units/brit_war_dog_e</Template>
<Player>1</Player>
<Position x="493.32972" z="475.02256"/>
<Orientation y="2.07937"/>
<Actor seed="23520"/>
</Entity>
<Entity uid="3949">
<Template>units/brit_war_dog_e</Template>
<Player>1</Player>
<Position x="492.9903" z="478.82325"/>
<Orientation y="1.97677"/>
<Actor seed="42474"/>
</Entity>
<Entity uid="3950">
<Template>units/brit_war_dog_e</Template>
<Player>1</Player>
<Position x="493.95502" z="471.09272"/>
<Orientation y="1.98786"/>
<Actor seed="54906"/>
</Entity>
<Entity uid="3951">
<Template>structures/brit_rotarymill</Template>
<Player>1</Player>
<Position x="413.42096" z="342.36481"/>
<Orientation y="-1.32686"/>
<Actor seed="35606"/>
</Entity>
<Entity uid="3952">
<Template>structures/brit_rotarymill</Template>
<Player>1</Player>
<Position x="565.55683" z="564.41053"/>
<Orientation y="2.35621"/>
<Actor seed="24798"/>
</Entity>
<Entity uid="3953">
<Template>units/brit_hero_boudicca</Template>
<Player>1</Player>
<Position x="522.31745" z="455.951"/>
<Orientation y="2.35621"/>
<Actor seed="5854"/>
</Entity>
<Entity uid="3954">
<Template>units/brit_hero_boudicca_sword</Template>
<Player>1</Player>
<Position x="517.98041" z="454.4669"/>
<Orientation y="1.25615"/>
<Actor seed="43192"/>
</Entity>
<Entity uid="3955">
<Template>units/brit_hero_caratacos</Template>
<Player>1</Player>
<Position x="526.96821" z="461.04108"/>
<Orientation y="2.35621"/>
<Actor seed="36266"/>
</Entity>
<Entity uid="3956">
<Template>units/brit_hero_cunobelin</Template>
<Player>1</Player>
<Position x="531.06324" z="461.82947"/>
<Orientation y="2.35621"/>
<Actor seed="33220"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Carthaginians.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Carthaginians.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Carthaginians.xml (revision 22818)
@@ -1,5729 +1,5729 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>sunny</SkySet>
<SunColor r="0.737255" g="0.721569" b="0.639216"/>
<SunElevation angle="0.825282"/>
<SunRotation angle="-0.374291"/>
<TerrainAmbientColor r="0.313726" g="0.392157" b="0.54902"/>
<UnitsAmbientColor r="0.384314" g="0.411765" b="0.454902"/>
<Fog>
<FogFactor>0.00273437</FogFactor>
<FogThickness>0</FogThickness>
<FogColor r="0.819608" g="0.74902" b="0.513726"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0.294118" g="0.34902" b="0.694118"/>
<Height>19.7246</Height>
<Waviness>4.0</Waviness>
<Murkiness>0.800781</Murkiness>
<Tint r="0.392157" g="0.47451" b="0.654902"/>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1.11719</Contrast>
<Saturation>0.889648</Saturation>
<Bloom>0.120313</Bloom>
<PostEffect>hdr</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="364.035" y="105.015" z="251.662"/>
<Rotation angle="-0.0934161"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"CircularMap": true,
"Description": "Explore the Carthaginian Buildings and Units.",
"Keywords": [
"demo"
],
"LockTeams": false,
"Name": "Sandbox - The Carthaginians",
"PlayerData": [
{
"AI": "",
"Civ": "cart",
"Color": {
"b": 200,
"g": 46,
"r": 46
},
"Name": "Carthage",
"PopulationLimit": 10000,
"Resources": {
"food": 10000,
"metal": 10000,
"stone": 10000,
"wood": 10000
},
"StartingTechnologies": [
"phase_town", "phase_city"
],
"Team": -1
},
{
"AI": "",
"Civ": "athen",
"Color": {
"b": 20,
"g": 20,
"r": 150
},
"Name": "Creeps",
"Team": -1
}
],
"Preview": "Sandbox - Carthaginians.png",
"RevealMap": false,
"VictoryConditions": []
}
]]></ScriptSettings>
<Entities>
<Entity uid="11">
<Template>structures/cart_civil_centre</Template>
<Player>1</Player>
<Position x="272.34998" z="303.21351"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="12">
<Template>structures/cart_barracks</Template>
<Player>1</Player>
<Position x="426.42447" z="366.00599"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="13">
<Template>structures/cart_corral</Template>
<Player>1</Player>
<Position x="155.44161" z="355.87525"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="14">
<Template>structures/cart_dock</Template>
<Player>1</Player>
<Position x="170.78354" z="500.16932"/>
<Orientation y="2.30681"/>
</Entity>
<Entity uid="15">
<Template>structures/cart_farmstead</Template>
<Player>1</Player>
<Position x="172.32535" z="360.90833"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="16">
<Template>structures/cart_field</Template>
<Player>1</Player>
<Position x="409.7469" z="342.49235"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="17">
<Template>structures/cart_fortress</Template>
<Player>1</Player>
<Position x="285.20386" z="382.56003"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="19">
<Template>structures/cart_house</Template>
<Player>1</Player>
<Position x="434.61338" z="325.94574"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="20">
<Template>structures/cart_house</Template>
<Player>1</Player>
<Position x="445.85813" z="339.46753"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="21">
<Template>structures/cart_house</Template>
<Player>1</Player>
<Position x="460.21238" z="326.36265"/>
<Orientation y="-2.39382"/>
</Entity>
<Entity uid="24">
<Template>structures/cart_market</Template>
<Player>1</Player>
<Position x="318.99991" z="347.16855"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="25">
<Template>structures/cart_storehouse</Template>
<Player>1</Player>
<Position x="411.87766" z="393.73987"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="26">
<Template>structures/cart_defense_tower</Template>
<Player>1</Player>
<Position x="461.0788" z="401.33158"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="27">
<Template>structures/cart_temple</Template>
<Player>1</Player>
<Position x="341.2219" z="375.55622"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="28">
<Template>structures/cart_wall_medium</Template>
<Player>1</Player>
<Position x="132.6556" z="366.40653"/>
<Orientation y="2.17183"/>
<Obstruction group="30" group2="944"/>
</Entity>
<Entity uid="30">
<Template>structures/cart_wall_tower</Template>
<Player>1</Player>
<Position x="142.85141" z="379.19486"/>
<Orientation y="-2.48633"/>
</Entity>
<Entity uid="31">
<Template>units/cart_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="312.69751" z="307.33524"/>
<Orientation y="-2.4647"/>
</Entity>
<Entity uid="32">
<Template>units/cart_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="318.18952" z="307.19745"/>
<Orientation y="-2.49694"/>
</Entity>
<Entity uid="33">
<Template>units/cart_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="323.64615" z="305.90897"/>
<Orientation y="-2.41532"/>
</Entity>
<Entity uid="34">
<Template>units/cart_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="327.27378" z="303.49372"/>
<Orientation y="-1.94597"/>
</Entity>
<Entity uid="35">
<Template>units/cart_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="327.08756" z="309.667"/>
<Orientation y="-2.22344"/>
</Entity>
<Entity uid="36">
<Template>units/cart_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="329.34986" z="308.32627"/>
<Orientation y="-2.10051"/>
</Entity>
<Entity uid="37">
<Template>units/cart_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="332.93616" z="303.14383"/>
<Orientation y="-1.67092"/>
</Entity>
<Entity uid="38">
<Template>units/cart_cavalry_spearman_ital_a</Template>
<Player>1</Player>
<Position x="385.23484" z="256.02335"/>
<Orientation y="-1.66706"/>
</Entity>
<Entity uid="39">
<Template>units/cart_cavalry_spearman_ital_b</Template>
<Player>1</Player>
<Position x="310.68952" z="292.94068"/>
<Orientation y="-2.30376"/>
</Entity>
<Entity uid="40">
<Template>units/cart_cavalry_spearman_ital_b</Template>
<Player>1</Player>
<Position x="305.21491" z="292.5865"/>
<Orientation y="-2.79947"/>
</Entity>
<Entity uid="41">
<Template>units/cart_cavalry_spearman_ital_b</Template>
<Player>1</Player>
<Position x="306.1771" z="298.04438"/>
<Orientation y="-2.64647"/>
</Entity>
<Entity uid="42">
<Template>units/cart_cavalry_spearman_ital_b</Template>
<Player>1</Player>
<Position x="308.66553" z="296.98743"/>
<Orientation y="-2.34856"/>
</Entity>
<Entity uid="43">
<Template>units/cart_cavalry_spearman_ital_b</Template>
<Player>1</Player>
<Position x="302.16977" z="297.75425"/>
<Orientation y="-2.66973"/>
</Entity>
<Entity uid="44">
<Template>units/cart_cavalry_spearman_ital_e</Template>
<Player>1</Player>
<Position x="396.89979" z="250.15334"/>
<Orientation y="-2.27945"/>
</Entity>
<Entity uid="45">
<Template>units/cart_cavalry_spearman_ital_e</Template>
<Player>1</Player>
<Position x="403.38648" z="240.49058"/>
<Orientation y="-2.35674"/>
</Entity>
<Entity uid="46">
<Template>units/cart_cavalry_spearman_ital_e</Template>
<Player>1</Player>
<Position x="400.95786" z="252.83141"/>
<Orientation y="-2.38415"/>
</Entity>
<Entity uid="47">
<Template>units/cart_cavalry_spearman_ital_e</Template>
<Player>1</Player>
<Position x="397.12943" z="254.41491"/>
<Orientation y="-2.28066"/>
</Entity>
<Entity uid="48">
<Template>units/cart_cavalry_spearman_ital_e</Template>
<Player>1</Player>
<Position x="399.92148" z="244.34626"/>
<Orientation y="-1.89608"/>
</Entity>
<Entity uid="49">
<Template>units/cart_cavalry_spearman_ital_a</Template>
<Player>1</Player>
<Position x="390.68213" z="256.02338"/>
<Orientation y="-2.41221"/>
</Entity>
<Entity uid="50">
<Template>units/cart_cavalry_spearman_ital_a</Template>
<Player>1</Player>
<Position x="382.44391" z="247.81649"/>
<Orientation y="-2.57236"/>
</Entity>
<Entity uid="51">
<Template>units/cart_cavalry_spearman_ital_a</Template>
<Player>1</Player>
<Position x="388.38569" z="250.01436"/>
<Orientation y="-2.26101"/>
</Entity>
<Entity uid="52">
<Template>units/cart_cavalry_spearman_ital_a</Template>
<Player>1</Player>
<Position x="386.76188" z="243.56267"/>
<Orientation y="-1.98995"/>
</Entity>
<Entity uid="53">
<Template>units/cart_cavalry_spearman_ital_a</Template>
<Player>1</Player>
<Position x="388.96396" z="263.34907"/>
<Orientation y="-2.18821"/>
</Entity>
<Entity uid="54">
<Template>units/cart_champion_cavalry</Template>
<Player>1</Player>
<Position x="357.42023" z="341.12296"/>
<Orientation y="2.60969"/>
</Entity>
<Entity uid="55">
<Template>units/cart_champion_cavalry</Template>
<Player>1</Player>
<Position x="368.90186" z="349.93375"/>
<Orientation y="2.5448"/>
</Entity>
<Entity uid="81">
<Template>units/cart_hero_hamilcar</Template>
<Player>1</Player>
<Position x="403.0428" z="174.30268"/>
<Orientation y="-2.23511"/>
</Entity>
<Entity uid="82">
<Template>units/cart_hero_hannibal</Template>
<Player>1</Player>
<Position x="390.62705" z="158.21586"/>
<Orientation y="2.50135"/>
</Entity>
<Entity uid="83">
<Template>units/cart_hero_maharbal</Template>
<Player>1</Player>
<Position x="407.72846" z="165.32523"/>
<Orientation y="-1.5183"/>
</Entity>
<Entity uid="84">
<Template>units/cart_infantry_javelinist_iber_b</Template>
<Player>1</Player>
<Position x="404.47168" z="265.91413"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="85">
<Template>units/cart_infantry_javelinist_iber_b</Template>
<Player>1</Player>
<Position x="405.6945" z="267.92856"/>
<Orientation y="0.72985"/>
</Entity>
<Entity uid="86">
<Template>units/cart_infantry_javelinist_iber_b</Template>
<Player>1</Player>
<Position x="407.28467" z="269.81446"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="87">
<Template>units/cart_infantry_javelinist_iber_b</Template>
<Player>1</Player>
<Position x="408.63898" z="271.93558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="88">
<Template>units/cart_infantry_javelinist_iber_a</Template>
<Player>1</Player>
<Position x="407.8397" z="262.29505"/>
<Orientation y="0.95147"/>
</Entity>
<Entity uid="89">
<Template>units/cart_infantry_javelinist_iber_a</Template>
<Player>1</Player>
<Position x="409.35712" z="263.38974"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="90">
<Template>units/cart_infantry_javelinist_iber_a</Template>
<Player>1</Player>
<Position x="410.64451" z="265.20759"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="91">
<Template>units/cart_infantry_javelinist_iber_a</Template>
<Player>1</Player>
<Position x="411.91547" z="266.95734"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="92">
<Template>units/cart_infantry_javelinist_iber_e</Template>
<Player>1</Player>
<Position x="410.6496" z="257.99115"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="93">
<Template>units/cart_infantry_javelinist_iber_e</Template>
<Player>1</Player>
<Position x="412.06931" z="259.61701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="94">
<Template>units/cart_infantry_javelinist_iber_e</Template>
<Player>1</Player>
<Position x="413.4914" z="261.47309"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="95">
<Template>units/cart_infantry_javelinist_iber_e</Template>
<Player>1</Player>
<Position x="414.68186" z="263.08765"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="96">
<Template>units/cart_infantry_slinger_iber_b</Template>
<Player>1</Player>
<Position x="314.61155" z="246.32308"/>
<Orientation y="2.78808"/>
</Entity>
<Entity uid="97">
<Template>units/cart_infantry_slinger_iber_b</Template>
<Player>1</Player>
<Position x="316.46055" z="248.97783"/>
<Orientation y="2.48406"/>
</Entity>
<Entity uid="98">
<Template>units/cart_infantry_slinger_iber_b</Template>
<Player>1</Player>
<Position x="317.01063" z="252.8036"/>
<Orientation y="2.18209"/>
</Entity>
<Entity uid="99">
<Template>units/cart_infantry_slinger_iber_a</Template>
<Player>1</Player>
<Position x="318.9116" z="241.15477"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="100">
<Template>units/cart_infantry_slinger_iber_a</Template>
<Player>1</Player>
<Position x="320.2287" z="242.64296"/>
<Orientation y="0.91059"/>
</Entity>
<Entity uid="101">
<Template>units/cart_infantry_slinger_iber_a</Template>
<Player>1</Player>
<Position x="321.87873" z="245.67183"/>
<Orientation y="1.54955"/>
</Entity>
<Entity uid="102">
<Template>units/cart_infantry_slinger_iber_e</Template>
<Player>1</Player>
<Position x="322.08875" z="237.85166"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="103">
<Template>units/cart_infantry_slinger_iber_e</Template>
<Player>1</Player>
<Position x="323.91028" z="239.4155"/>
<Orientation y="0.56551"/>
</Entity>
<Entity uid="104">
<Template>units/cart_infantry_slinger_iber_e</Template>
<Player>1</Player>
<Position x="325.2197" z="242.20206"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="105">
<Template>units/cart_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="433.2942" z="247.27092"/>
<Orientation y="2.86408"/>
</Entity>
<Entity uid="106">
<Template>units/cart_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="435.79773" z="248.14563"/>
<Orientation y="2.80523"/>
</Entity>
<Entity uid="107">
<Template>units/cart_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="437.81061" z="251.2009"/>
<Orientation y="2.82357"/>
</Entity>
<Entity uid="108">
<Template>units/cart_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="440.12784" z="254.0337"/>
<Orientation y="2.99601"/>
</Entity>
<Entity uid="109">
<Template>units/cart_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="442.01996" z="255.73987"/>
<Orientation y="2.9305"/>
</Entity>
<Entity uid="110">
<Template>units/cart_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="437.6464" z="240.91271"/>
<Orientation y="2.86532"/>
</Entity>
<Entity uid="111">
<Template>units/cart_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="439.25611" z="241.71183"/>
<Orientation y="2.66668"/>
</Entity>
<Entity uid="112">
<Template>units/cart_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="442.08808" z="244.58817"/>
<Orientation y="2.91753"/>
</Entity>
<Entity uid="113">
<Template>units/cart_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="443.7725" z="246.61344"/>
<Orientation y="2.84537"/>
</Entity>
<Entity uid="114">
<Template>units/cart_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="446.11027" z="246.50532"/>
<Orientation y="2.85624"/>
</Entity>
<Entity uid="115">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="441.11341" z="232.55436"/>
<Orientation y="2.74083"/>
</Entity>
<Entity uid="116">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="442.78983" z="234.91224"/>
<Orientation y="2.73139"/>
</Entity>
<Entity uid="117">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="444.8094" z="235.81435"/>
<Orientation y="2.56847"/>
</Entity>
<Entity uid="118">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="446.5345" z="237.38036"/>
<Orientation y="2.73673"/>
</Entity>
<Entity uid="119">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="448.21036" z="237.6005"/>
<Orientation y="2.47332"/>
</Entity>
<Entity uid="120">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="450.2577" z="238.70598"/>
<Orientation y="2.589"/>
</Entity>
<Entity uid="121">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="438.9149" z="231.30443"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="122">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="452.44361" z="239.90362"/>
<Orientation y="2.74143"/>
</Entity>
<Entity uid="123">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="454.55457" z="241.157"/>
<Orientation y="2.53747"/>
</Entity>
<Entity uid="124">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="455.59531" z="243.75652"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="125">
<Template>units/cart_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="457.47053" z="244.12177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="126">
<Template>units/cart_infantry_swordsman_gaul_b</Template>
<Player>1</Player>
<Position x="416.4532" z="236.3136"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="127">
<Template>units/cart_infantry_swordsman_gaul_b</Template>
<Player>1</Player>
<Position x="418.45829" z="238.01526"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="128">
<Template>units/cart_infantry_swordsman_gaul_b</Template>
<Player>1</Player>
<Position x="419.44227" z="239.56708"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="129">
<Template>units/cart_infantry_swordsman_gaul_b</Template>
<Player>1</Player>
<Position x="420.64438" z="241.69507"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="130">
<Template>units/cart_infantry_swordsman_gaul_b</Template>
<Player>1</Player>
<Position x="421.31714" z="242.37546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="131">
<Template>units/cart_infantry_swordsman_gaul_a</Template>
<Player>1</Player>
<Position x="419.25483" z="232.96973"/>
<Orientation y="2.53748"/>
</Entity>
<Entity uid="132">
<Template>units/cart_infantry_swordsman_gaul_a</Template>
<Player>1</Player>
<Position x="421.20832" z="234.86777"/>
<Orientation y="2.46479"/>
</Entity>
<Entity uid="133">
<Template>units/cart_infantry_swordsman_gaul_a</Template>
<Player>1</Player>
<Position x="422.63517" z="236.8512"/>
<Orientation y="2.42725"/>
</Entity>
<Entity uid="134">
<Template>units/cart_infantry_swordsman_gaul_a</Template>
<Player>1</Player>
<Position x="423.35248" z="239.56707"/>
<Orientation y="2.52465"/>
</Entity>
<Entity uid="135">
<Template>units/cart_infantry_swordsman_gaul_a</Template>
<Player>1</Player>
<Position x="424.89832" z="241.0243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="136">
<Template>units/cart_infantry_swordsman_gaul_e</Template>
<Player>1</Player>
<Position x="422.17417" z="229.18172"/>
<Orientation y="2.63268"/>
</Entity>
<Entity uid="137">
<Template>units/cart_infantry_swordsman_gaul_e</Template>
<Player>1</Player>
<Position x="423.71625" z="230.5626"/>
<Orientation y="2.46926"/>
</Entity>
<Entity uid="138">
<Template>units/cart_infantry_swordsman_gaul_e</Template>
<Player>1</Player>
<Position x="425.26508" z="233.21808"/>
<Orientation y="2.57988"/>
</Entity>
<Entity uid="139">
<Template>units/cart_infantry_swordsman_gaul_e</Template>
<Player>1</Player>
<Position x="426.262" z="236.38044"/>
<Orientation y="2.60685"/>
</Entity>
<Entity uid="140">
<Template>units/cart_infantry_swordsman_gaul_e</Template>
<Player>1</Player>
<Position x="428.23496" z="238.15418"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="141">
<Template>units/cart_support_female_citizen</Template>
<Player>1</Player>
<Position x="428.85456" z="218.54062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="142">
<Template>units/cart_support_female_citizen</Template>
<Player>1</Player>
<Position x="429.90967" z="219.71848"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="143">
<Template>units/cart_support_female_citizen</Template>
<Player>1</Player>
<Position x="431.34464" z="221.20066"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="144">
<Template>units/cart_support_healer_b</Template>
<Player>1</Player>
<Position x="364.01725" z="346.3025"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="145">
<Template>units/cart_support_trader</Template>
<Player>1</Player>
<Position x="186.5532" z="353.30988"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="149">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="491.8979" z="238.32688"/>
<Orientation y="-3.08606"/>
</Entity>
<Entity uid="150">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="491.5991" z="230.3772"/>
<Orientation y="-2.85718"/>
</Entity>
<Entity uid="151">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="489.51621" z="221.87771"/>
<Orientation y="-2.79413"/>
</Entity>
<Entity uid="152">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="485.52323" z="212.04163"/>
<Orientation y="3.00365"/>
</Entity>
<Entity uid="153">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="491.80167" z="209.24701"/>
<Orientation y="1.25065"/>
</Entity>
<Entity uid="154">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="506.04847" z="217.02016"/>
<Orientation y="-0.2741"/>
</Entity>
<Entity uid="155">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="502.19056" z="231.1129"/>
<Orientation y="0.09336"/>
</Entity>
<Entity uid="156">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="502.64731" z="251.25902"/>
<Orientation y="0.13028"/>
</Entity>
<Entity uid="157">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="509.69837" z="271.93537"/>
<Orientation y="2.20907"/>
</Entity>
<Entity uid="158">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="517.90137" z="264.61841"/>
<Orientation y="-2.96094"/>
</Entity>
<Entity uid="159">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="513.71418" z="241.09165"/>
<Orientation y="-2.65763"/>
</Entity>
<Entity uid="160">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="505.75916" z="237.16004"/>
<Orientation y="-1.14701"/>
</Entity>
<Entity uid="161">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="495.76297" z="242.69861"/>
<Orientation y="-2.92762"/>
</Entity>
<Entity uid="162">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="493.77479" z="228.01604"/>
<Orientation y="-2.95165"/>
</Entity>
<Entity uid="163">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="491.85367" z="220.01162"/>
<Orientation y="-1.74627"/>
</Entity>
<Entity uid="164">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="481.37961" z="224.47033"/>
<Orientation y="0.03568"/>
</Entity>
<Entity uid="165">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="482.76127" z="240.0974"/>
<Orientation y="0.73066"/>
</Entity>
<Entity uid="166">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="494.02298" z="253.65267"/>
<Orientation y="-0.12536"/>
</Entity>
<Entity uid="167">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="489.3664" z="276.76954"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="168">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="493.12623" z="287.21766"/>
<Orientation y="2.08756"/>
</Entity>
<Entity uid="169">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="504.92664" z="278.06873"/>
<Orientation y="-3.04174"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="503.34" z="262.4951"/>
<Orientation y="2.70412"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="520.27161" z="241.89266"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="250.66356" z="240.02537"/>
<Orientation y="2.65244"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="259.17292" z="219.53603"/>
<Orientation y="2.84258"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="261.65867" z="211.32178"/>
<Orientation y="2.90069"/>
</Entity>
<Entity uid="175">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="265.06672" z="197.2049"/>
<Orientation y="1.37177"/>
</Entity>
<Entity uid="176">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="286.34345" z="213.13643"/>
<Orientation y="-0.59171"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="269.48456" z="233.75135"/>
<Orientation y="-0.28618"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="257.21741" z="226.30799"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="179">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="271.04816" z="263.08387"/>
<Orientation y="2.71645"/>
</Entity>
<Entity uid="180">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="279.71882" z="232.30005"/>
<Orientation y="-2.89643"/>
</Entity>
<Entity uid="181">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="274.82264" z="221.81351"/>
<Orientation y="3.05353"/>
</Entity>
<Entity uid="182">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="277.30494" z="207.79062"/>
<Orientation y="2.3005"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="281.91028" z="219.08654"/>
<Orientation y="-0.65471"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="256.83835" z="246.38273"/>
<Orientation y="-0.30625"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="250.88826" z="268.04566"/>
<Orientation y="-0.09528"/>
</Entity>
<Entity uid="186">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="246.30149" z="277.12031"/>
<Orientation y="2.95864"/>
</Entity>
<Entity uid="187">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="265.81946" z="222.42943"/>
<Orientation y="2.83684"/>
</Entity>
<Entity uid="188">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="269.52045" z="210.63266"/>
<Orientation y="2.9282"/>
</Entity>
<Entity uid="189">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="283.10013" z="200.97301"/>
<Orientation y="-2.28756"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="286.16071" z="231.62406"/>
<Orientation y="0.01441"/>
</Entity>
<Entity uid="191">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="285.37986" z="253.11066"/>
<Orientation y="1.5708"/>
</Entity>
<Entity uid="192">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="291.21305" z="242.04351"/>
<Orientation y="-2.8771"/>
</Entity>
<Entity uid="193">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="281.59211" z="247.34815"/>
<Orientation y="-2.22612"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="269.47962" z="243.90993"/>
<Orientation y="0.93296"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="274.70844" z="244.85471"/>
<Orientation y="3.09064"/>
</Entity>
<Entity uid="196">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="274.28379" z="242.22878"/>
<Orientation y="0.34696"/>
</Entity>
<Entity uid="197">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="280.32322" z="248.32166"/>
<Orientation y="3.09487"/>
</Entity>
<Entity uid="198">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="278.0094" z="226.04375"/>
<Orientation y="-2.81144"/>
</Entity>
<Entity uid="199">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="268.20582" z="220.50747"/>
<Orientation y="-3.08771"/>
</Entity>
<Entity uid="200">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="275.12342" z="232.35175"/>
<Orientation y="2.7762"/>
</Entity>
<Entity uid="201">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="277.23108" z="200.60152"/>
<Orientation y="1.16982"/>
</Entity>
<Entity uid="202">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="287.00895" z="210.35839"/>
<Orientation y="-0.05207"/>
</Entity>
<Entity uid="203">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="284.80909" z="226.84624"/>
<Orientation y="0.02692"/>
</Entity>
<Entity uid="204">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="286.57319" z="240.75506"/>
<Orientation y="1.88323"/>
</Entity>
<Entity uid="205">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="246.97745" z="367.86405"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="206">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="238.8964" z="362.20328"/>
<Orientation y="-2.2867"/>
</Entity>
<Entity uid="207">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="226.20795" z="352.42557"/>
<Orientation y="-2.87703"/>
</Entity>
<Entity uid="208">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="221.22045" z="347.15293"/>
<Orientation y="-0.19907"/>
</Entity>
<Entity uid="209">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218.7035" z="324.27247"/>
<Orientation y="-3.07761"/>
</Entity>
<Entity uid="210">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218.09748" z="296.1894"/>
<Orientation y="2.30076"/>
</Entity>
<Entity uid="211">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="232.24576" z="296.68848"/>
<Orientation y="0.07433"/>
</Entity>
<Entity uid="212">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="215.64126" z="338.94016"/>
<Orientation y="0.97725"/>
</Entity>
<Entity uid="213">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="286.56574" z="241.96547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="214">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="288.9878" z="221.23591"/>
<Orientation y="-3.11226"/>
</Entity>
<Entity uid="215">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="287.33573" z="204.29328"/>
<Orientation y="-3.07854"/>
</Entity>
<Entity uid="216">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="265.72971" z="203.09513"/>
<Orientation y="-0.3832"/>
</Entity>
<Entity uid="217">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="246.52634" z="242.69483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="218">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="253.15448" z="253.18033"/>
<Orientation y="0.69082"/>
</Entity>
<Entity uid="219">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="263.92865" z="223.7692"/>
<Orientation y="-2.38633"/>
</Entity>
<Entity uid="220">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="506.15638" z="244.80582"/>
<Orientation y="-2.61606"/>
</Entity>
<Entity uid="221">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="491.6987" z="244.20026"/>
<Orientation y="0.98429"/>
</Entity>
<Entity uid="222">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="501.11261" z="242.69483"/>
<Orientation y="-2.55848"/>
</Entity>
<Entity uid="223">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="499.8108" z="217.81356"/>
<Orientation y="-0.30384"/>
</Entity>
<Entity uid="224">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="512.1598" z="226.9109"/>
<Orientation y="-1.73089"/>
</Entity>
<Entity uid="225">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="484.56046" z="233.3436"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="226">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="489.59534" z="266.9886"/>
<Orientation y="-0.80085"/>
</Entity>
<Entity uid="227">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="499.5511" z="284.05744"/>
<Orientation y="0.26037"/>
</Entity>
<Entity uid="228">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="408.9528" z="176.54264"/>
<Orientation y="-2.37893"/>
</Entity>
<Entity uid="229">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="375.12537" z="215.10749"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="230">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="319.04838" z="185.47197"/>
<Orientation y="0.37153"/>
</Entity>
<Entity uid="231">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="349.254" z="259.30451"/>
<Orientation y="-1.56124"/>
</Entity>
<Entity uid="232">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="366.21833" z="367.54758"/>
<Orientation y="-0.21781"/>
</Entity>
<Entity uid="233">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="371.94587" z="354.43857"/>
<Orientation y="-1.94596"/>
</Entity>
<Entity uid="234">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="411.00782" z="201.66881"/>
<Orientation y="-1.56312"/>
</Entity>
<Entity uid="235">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="442.29856" z="183.55956"/>
<Orientation y="-0.27326"/>
</Entity>
<Entity uid="236">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="469.69721" z="195.85686"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="237">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="314.90064" z="207.6951"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="238">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="361.12272" z="412.33088"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="239">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="392.16941" z="403.4344"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="240">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="471.25562" z="395.44678"/>
<Orientation y="2.78397"/>
</Entity>
<Entity uid="241">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="489.37946" z="354.65671"/>
<Orientation y="-2.70557"/>
</Entity>
<Entity uid="242">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="478.59165" z="333.83768"/>
<Orientation y="-2.84612"/>
</Entity>
<Entity uid="243">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="186.53241" z="276.07139"/>
<Orientation y="-0.97503"/>
</Entity>
<Entity uid="244">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="156.35209" z="296.19733"/>
<Orientation y="-0.44257"/>
</Entity>
<Entity uid="245">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="136.58011" z="327.62748"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="247">
<Template>structures/cart_house</Template>
<Player>1</Player>
<Position x="434.60337" z="300.58124"/>
<Orientation y="-2.36052"/>
</Entity>
<Entity uid="248">
<Template>structures/cart_house</Template>
<Player>1</Player>
<Position x="446.99143" z="311.3238"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="257">
<Template>structures/cart_house</Template>
<Player>1</Player>
<Position x="421.90809" z="315.71003"/>
<Orientation y="0.79787"/>
</Entity>
<Entity uid="264">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="585.09205" z="294.44172"/>
<Orientation y="-2.5559"/>
</Entity>
<Entity uid="265">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="580.51606" z="294.71726"/>
<Orientation y="-2.50855"/>
</Entity>
<Entity uid="266">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="576.73066" z="296.58393"/>
<Orientation y="-2.55755"/>
</Entity>
<Entity uid="267">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="574.72999" z="303.13392"/>
<Orientation y="-2.72352"/>
</Entity>
<Entity uid="268">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="577.15271" z="303.76105"/>
<Orientation y="-2.8909"/>
</Entity>
<Entity uid="269">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="579.17469" z="300.88099"/>
<Orientation y="-2.76958"/>
</Entity>
<Entity uid="270">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="581.11658" z="298.21232"/>
<Orientation y="-2.89113"/>
</Entity>
<Entity uid="271">
<Template>units/rome_champion_infantry</Template>
<Player>2</Player>
<Position x="583.425" z="298.69874"/>
<Orientation y="-2.87711"/>
</Entity>
<Entity uid="285">
<Template>units/pers_champion_elephant</Template>
<Player>2</Player>
<Position x="644.1316" z="466.40235"/>
<Orientation y="-2.17167"/>
</Entity>
<Entity uid="286">
<Template>units/pers_champion_elephant</Template>
<Player>2</Player>
<Position x="630.41773" z="485.40418"/>
<Orientation y="-2.28068"/>
</Entity>
<Entity uid="287">
<Template>units/pers_champion_elephant</Template>
<Player>2</Player>
<Position x="640.14563" z="472.33365"/>
<Orientation y="-2.25867"/>
</Entity>
<Entity uid="288">
<Template>units/pers_champion_elephant</Template>
<Player>2</Player>
<Position x="636.60694" z="476.21637"/>
<Orientation y="-2.37955"/>
</Entity>
<Entity uid="289">
<Template>units/pers_champion_elephant</Template>
<Player>2</Player>
<Position x="633.54847" z="480.69922"/>
<Orientation y="-2.3435"/>
</Entity>
<Entity uid="290">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="870.94636" z="259.7429"/>
<Orientation y="-2.27817"/>
</Entity>
<Entity uid="291">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="860.59559" z="258.94095"/>
<Orientation y="-0.40534"/>
</Entity>
<Entity uid="292">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="864.96229" z="270.62598"/>
<Orientation y="-2.76226"/>
</Entity>
<Entity uid="293">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="870.11042" z="270.0034"/>
<Orientation y="-0.95649"/>
</Entity>
<Entity uid="294">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="867.72779" z="263.89533"/>
<Orientation y="-2.48144"/>
</Entity>
<Entity uid="295">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="874.28675" z="263.68335"/>
<Orientation y="0.01575"/>
</Entity>
<Entity uid="296">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="857.22132" z="271.97828"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="297">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="854.10749" z="268.00153"/>
<Orientation y="-2.98539"/>
</Entity>
<Entity uid="298">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="852.63886" z="262.53214"/>
<Orientation y="-3.01961"/>
</Entity>
<Entity uid="299">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="852.4289" z="254.23588"/>
<Orientation y="2.03928"/>
</Entity>
<Entity uid="300">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="862.8498" z="250.51417"/>
<Orientation y="-1.27279"/>
</Entity>
<Entity uid="301">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="866.10138" z="250.20917"/>
<Orientation y="1.26633"/>
</Entity>
<Entity uid="302">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="874.7862" z="253.5029"/>
<Orientation y="1.5253"/>
</Entity>
<Entity uid="303">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="877.2848" z="259.93131"/>
<Orientation y="-0.31629"/>
</Entity>
<Entity uid="304">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="880.21467" z="269.26359"/>
<Orientation y="-1.0308"/>
</Entity>
<Entity uid="305">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="864.18201" z="279.0069"/>
<Orientation y="-1.48572"/>
</Entity>
<Entity uid="306">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="861.52778" z="279.50342"/>
<Orientation y="1.79906"/>
</Entity>
<Entity uid="307">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="860.45008" z="273.43754"/>
<Orientation y="2.95933"/>
</Entity>
<Entity uid="308">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="862.30268" z="265.15467"/>
<Orientation y="1.2308"/>
</Entity>
<Entity uid="309">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="858.33283" z="263.68335"/>
<Orientation y="2.61437"/>
</Entity>
<Entity uid="310">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="856.13123" z="260.47886"/>
<Orientation y="1.67127"/>
</Entity>
<Entity uid="311">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="856.62348" z="254.81289"/>
<Orientation y="2.75309"/>
</Entity>
<Entity uid="312">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="865.0572" z="256.92469"/>
<Orientation y="-0.85935"/>
</Entity>
<Entity uid="313">
<Template>units/merc_black_cloak</Template>
<Player>2</Player>
<Position x="869.63086" z="249.45438"/>
<Orientation y="-2.2805"/>
</Entity>
<Entity uid="314">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="786.36896" z="660.56446"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="315">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="787.85285" z="662.02393"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="316">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="789.18146" z="663.67518"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="317">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="790.19294" z="664.78052"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="318">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="791.39936" z="666.07099"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="319">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="792.45606" z="667.14264"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="320">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="788.50574" z="658.47999"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="321">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="789.9065" z="659.69452"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="322">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="791.09321" z="661.23584"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="323">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="792.14374" z="662.44184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="324">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="793.13556" z="663.7544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="325">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="794.2793" z="665.02009"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="326">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="790.4167" z="656.67737"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="327">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="792.96448" z="659.19086"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="328">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="794.05225" z="660.20313"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="329">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="794.95997" z="661.38508"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="330">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="796.13752" z="662.51813"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="331">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>2</Player>
<Position x="791.77558" z="657.98823"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="332">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="347.7833" z="162.93961"/>
<Orientation y="-1.412"/>
</Entity>
<Entity uid="333">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="338.32294" z="168.51917"/>
<Orientation y="1.63402"/>
</Entity>
<Entity uid="334">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="344.98398" z="171.9896"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="335">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="349.35373" z="174.47275"/>
<Orientation y="1.9238"/>
</Entity>
<Entity uid="336">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="352.73847" z="170.3712"/>
<Orientation y="3.04023"/>
</Entity>
<Entity uid="337">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="353.64301" z="150.30726"/>
<Orientation y="-2.58993"/>
</Entity>
<Entity uid="338">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="345.27564" z="156.0991"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="339">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="336.63999" z="158.5121"/>
<Orientation y="-0.57978"/>
</Entity>
<Entity uid="340">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="354.91941" z="167.60743"/>
<Orientation y="2.65708"/>
</Entity>
<Entity uid="341">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="342.09336" z="154.63984"/>
<Orientation y="-2.6399"/>
</Entity>
<Entity uid="342">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="351.08988" z="159.21451"/>
<Orientation y="-1.49227"/>
</Entity>
<Entity uid="343">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="340.83475" z="162.57193"/>
<Orientation y="-0.16504"/>
</Entity>
<Entity uid="344">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="332.35376" z="169.97104"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="345">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="330.54053" z="160.04151"/>
<Orientation y="2.62491"/>
</Entity>
<Entity uid="346">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="334.4774" z="154.63984"/>
<Orientation y="2.42664"/>
</Entity>
<Entity uid="347">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="347.84336" z="149.46808"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="348">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="354.72422" z="155.76003"/>
<Orientation y="0.68305"/>
</Entity>
<Entity uid="349">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="357.387" z="163.43232"/>
<Orientation y="0.49276"/>
</Entity>
<Entity uid="350">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="360.54786" z="173.63752"/>
<Orientation y="-0.11265"/>
</Entity>
<Entity uid="351">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="357.00538" z="182.19639"/>
<Orientation y="-1.40644"/>
</Entity>
<Entity uid="352">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="350.55848" z="183.72718"/>
<Orientation y="-1.82299"/>
</Entity>
<Entity uid="353">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="344.00327" z="183.26539"/>
<Orientation y="-1.9548"/>
</Entity>
<Entity uid="354">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="339.39383" z="182.95875"/>
<Orientation y="-2.27472"/>
</Entity>
<Entity uid="355">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="340.94068" z="151.04882"/>
<Orientation y="-0.16"/>
</Entity>
<Entity uid="356">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="362.18699" z="161.45817"/>
<Orientation y="-0.17559"/>
</Entity>
<Entity uid="357">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="334.44565" z="180.8997"/>
<Orientation y="-0.53837"/>
</Entity>
<Entity uid="358">
<Template>structures/cart_super_dock</Template>
<Player>1</Player>
<Position x="214.48424" z="527.98609"/>
<Orientation y="2.01143"/>
</Entity>
<Entity uid="359">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="336.4549" z="276.43592"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="360">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="415.44169" z="133.18917"/>
<Orientation y="-0.81905"/>
</Entity>
<Entity uid="361">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="363.82151" z="248.33614"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="362">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="91.60882" z="338.82657"/>
<Orientation y="0.10566"/>
</Entity>
<Entity uid="363">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="503.8743" z="319.65644"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="364">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="346.55585" z="120.51249"/>
<Orientation y="1.16532"/>
</Entity>
<Entity uid="365">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="171.03428" z="599.91846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="366">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="180.64858" z="555.2049"/>
<Orientation y="-0.63295"/>
</Entity>
<Entity uid="367">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="175.01943" z="533.25556"/>
<Orientation y="-1.69616"/>
</Entity>
<Entity uid="368">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="125.48592" z="525.37568"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="369">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="120.18146" z="545.41529"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="370">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="134.47663" z="549.90815"/>
<Orientation y="0.88593"/>
</Entity>
<Entity uid="371">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="140.12829" z="568.88428"/>
<Orientation y="0.56064"/>
</Entity>
<Entity uid="372">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="151.3055" z="576.32825"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="373">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="156.62076" z="571.0561"/>
<Orientation y="-2.92277"/>
</Entity>
<Entity uid="374">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="160.6684" z="558.82441"/>
<Orientation y="-3.00313"/>
</Entity>
<Entity uid="375">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="150.93541" z="543.22107"/>
<Orientation y="-2.61103"/>
</Entity>
<Entity uid="376">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="147.00803" z="534.84662"/>
<Orientation y="-1.99468"/>
</Entity>
<Entity uid="377">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="141.75487" z="532.52961"/>
<Orientation y="-2.19301"/>
</Entity>
<Entity uid="378">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="133.77802" z="527.55732"/>
<Orientation y="-2.34752"/>
</Entity>
<Entity uid="379">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="113.76526" z="535.74201"/>
<Orientation y="-0.2111"/>
</Entity>
<Entity uid="380">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="117.3306" z="528.84723"/>
<Orientation y="0.39016"/>
</Entity>
<Entity uid="381">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="133.17392" z="558.49317"/>
<Orientation y="-0.38521"/>
</Entity>
<Entity uid="382">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="159.74296" z="546.49598"/>
<Orientation y="-3.09861"/>
</Entity>
<Entity uid="383">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="148.96537" z="568.30329"/>
<Orientation y="-0.2746"/>
</Entity>
<Entity uid="384">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="122.41671" z="529.1211"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="385">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="131.71077" z="529.3459"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="386">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="126.31691" z="543.13636"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="387">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="133.47464" z="536.6485"/>
<Orientation y="1.93201"/>
</Entity>
<Entity uid="388">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="145.02537" z="540.41474"/>
<Orientation y="0.24413"/>
</Entity>
<Entity uid="389">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="151.50174" z="549.55268"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="390">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="148.65322" z="556.2887"/>
<Orientation y="-0.71964"/>
</Entity>
<Entity uid="391">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="155.21387" z="561.41059"/>
<Orientation y="0.17489"/>
</Entity>
<Entity uid="392">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="148.06415" z="562.76398"/>
<Orientation y="-2.61986"/>
</Entity>
<Entity uid="393">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="142.85026" z="554.51832"/>
<Orientation y="-2.42217"/>
</Entity>
<Entity uid="394">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="138.69813" z="550.84424"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="395">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="138.78138" z="542.02186"/>
<Orientation y="1.01261"/>
</Entity>
<Entity uid="396">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="126.14654" z="536.25446"/>
<Orientation y="-1.42238"/>
</Entity>
<Entity uid="397">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="118.29035" z="536.50428"/>
<Orientation y="0.74817"/>
</Entity>
<Entity uid="398">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="156.6068" z="551.10389"/>
<Orientation y="-2.5077"/>
</Entity>
<Entity uid="399">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="143.71981" z="546.02302"/>
<Orientation y="-0.65795"/>
</Entity>
<Entity uid="400">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="736.95887" z="377.06458"/>
<Orientation y="-2.5217"/>
</Entity>
<Entity uid="401">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="739.77338" z="374.03382"/>
<Orientation y="-2.3541"/>
</Entity>
<Entity uid="402">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="741.7804" z="372.2523"/>
<Orientation y="-2.74851"/>
</Entity>
<Entity uid="403">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="743.94459" z="371.54963"/>
<Orientation y="-2.76107"/>
</Entity>
<Entity uid="404">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="745.5893" z="369.1926"/>
<Orientation y="-2.78138"/>
</Entity>
<Entity uid="405">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="747.18036" z="367.07651"/>
<Orientation y="-2.51766"/>
</Entity>
<Entity uid="406">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="738.08771" z="376.47443"/>
<Orientation y="-2.8635"/>
</Entity>
<Entity uid="407">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="740.28992" z="376.61738"/>
<Orientation y="-2.69123"/>
</Entity>
<Entity uid="408">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="742.5138" z="376.33198"/>
<Orientation y="-2.89698"/>
</Entity>
<Entity uid="409">
<Template>units/samnite_skirmisher</Template>
<Player>2</Player>
<Position x="745.5188" z="373.97678"/>
<Orientation y="-2.62069"/>
</Entity>
<Entity uid="410">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="746.98993" z="357.19208"/>
<Orientation y="-2.5998"/>
</Entity>
<Entity uid="411">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="748.49268" z="355.12085"/>
<Orientation y="-2.84041"/>
</Entity>
<Entity uid="412">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="751.29719" z="354.84903"/>
<Orientation y="1.90468"/>
</Entity>
<Entity uid="413">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="752.85627" z="352.23041"/>
<Orientation y="1.898"/>
</Entity>
<Entity uid="414">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="756.15247" z="355.60859"/>
<Orientation y="1.5663"/>
</Entity>
<Entity uid="415">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="753.98841" z="357.16852"/>
<Orientation y="2.6763"/>
</Entity>
<Entity uid="416">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="751.39014" z="359.01288"/>
<Orientation y="-2.56704"/>
</Entity>
<Entity uid="417">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="748.78711" z="359.43537"/>
<Orientation y="-2.70492"/>
</Entity>
<Entity uid="418">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="750.65583" z="363.9102"/>
<Orientation y="-2.62462"/>
</Entity>
<Entity uid="419">
<Template>units/samnite_spearman</Template>
<Player>2</Player>
<Position x="753.01063" z="360.79181"/>
<Orientation y="-2.55256"/>
</Entity>
<Entity uid="420">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="732.28077" z="374.22196"/>
<Orientation y="-0.56901"/>
</Entity>
<Entity uid="421">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="734.24958" z="371.92215"/>
<Orientation y="-2.78997"/>
</Entity>
<Entity uid="422">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="735.53931" z="369.19471"/>
<Orientation y="-2.84227"/>
</Entity>
<Entity uid="423">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="737.66553" z="367.19446"/>
<Orientation y="-2.69675"/>
</Entity>
<Entity uid="424">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="738.50654" z="363.7757"/>
<Orientation y="-2.76523"/>
</Entity>
<Entity uid="425">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="739.8506" z="361.42307"/>
<Orientation y="-2.6656"/>
</Entity>
<Entity uid="426">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="741.47785" z="360.35547"/>
<Orientation y="-2.68697"/>
</Entity>
<Entity uid="427">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="743.63215" z="359.31421"/>
<Orientation y="-2.6423"/>
</Entity>
<Entity uid="428">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="744.76966" z="357.82892"/>
<Orientation y="-2.49642"/>
</Entity>
<Entity uid="429">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="729.58783" z="375.41376"/>
<Orientation y="-1.24994"/>
</Entity>
<Entity uid="430">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="729.23353" z="372.1634"/>
<Orientation y="-1.2975"/>
</Entity>
<Entity uid="431">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="730.77063" z="369.57477"/>
<Orientation y="-0.99346"/>
</Entity>
<Entity uid="432">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="732.63257" z="367.04969"/>
<Orientation y="-2.6017"/>
</Entity>
<Entity uid="433">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="734.0796" z="364.589"/>
<Orientation y="-2.56597"/>
</Entity>
<Entity uid="434">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="735.65632" z="362.32282"/>
<Orientation y="-1.52193"/>
</Entity>
<Entity uid="435">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="737.19178" z="359.37476"/>
<Orientation y="-2.35048"/>
</Entity>
<Entity uid="436">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="738.44764" z="358.12174"/>
<Orientation y="-1.69097"/>
</Entity>
<Entity uid="437">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="740.36426" z="357.4225"/>
<Orientation y="-2.64486"/>
</Entity>
<Entity uid="438">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="741.8042" z="355.67014"/>
<Orientation y="-2.5595"/>
</Entity>
<Entity uid="439">
<Template>units/samnite_swordsman</Template>
<Player>2</Player>
<Position x="743.11078" z="353.413"/>
<Orientation y="3.12455"/>
</Entity>
<Entity uid="460">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="422.12143" z="47.91558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="461">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="422.81675" z="50.14867"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="462">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="423.84522" z="52.59803"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="463">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="424.83976" z="54.73513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="464">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="421.0748" z="46.05622"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="465">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="418.53275" z="46.7292"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="466">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="422.56025" z="56.36133"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="467">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="421.35547" z="54.78933"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="468">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="420.5539" z="52.05237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="469">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="419.36686" z="49.62986"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="470">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="240.46013" z="224.73144"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="471">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="246.22425" z="218.82238"/>
<Orientation y="-0.16675"/>
</Entity>
<Entity uid="472">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="238.17736" z="238.64362"/>
<Orientation y="2.6859"/>
</Entity>
<Entity uid="473">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="248.7964" z="229.20701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="474">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="255.31484" z="230.35044"/>
<Orientation y="-3.06511"/>
</Entity>
<Entity uid="475">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="256.95649" z="212.84554"/>
<Orientation y="3.13015"/>
</Entity>
<Entity uid="476">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="256.93561" z="200.04955"/>
<Orientation y="2.78974"/>
</Entity>
<Entity uid="477">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="262.24915" z="189.74918"/>
<Orientation y="1.31162"/>
</Entity>
<Entity uid="478">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="270.65363" z="193.92768"/>
<Orientation y="-0.90404"/>
</Entity>
<Entity uid="479">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="279.70508" z="193.92768"/>
<Orientation y="1.62684"/>
</Entity>
<Entity uid="480">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="289.54014" z="198.41434"/>
<Orientation y="-1.8945"/>
</Entity>
<Entity uid="481">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="292.64448" z="209.07076"/>
<Orientation y="-0.07436"/>
</Entity>
<Entity uid="482">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="293.0849" z="223.97234"/>
<Orientation y="3.04943"/>
</Entity>
<Entity uid="483">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="288.65491" z="245.10943"/>
<Orientation y="-0.21575"/>
</Entity>
<Entity uid="484">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="286.17151" z="255.98487"/>
<Orientation y="-1.3717"/>
</Entity>
<Entity uid="485">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="277.11527" z="258.61747"/>
<Orientation y="2.27044"/>
</Entity>
<Entity uid="486">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="267.45237" z="257.37552"/>
<Orientation y="-1.98533"/>
</Entity>
<Entity uid="487">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="262.19349" z="255.29451"/>
<Orientation y="-2.20199"/>
</Entity>
<Entity uid="488">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="257.41272" z="252.11626"/>
<Orientation y="-1.95377"/>
</Entity>
<Entity uid="489">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="250.37172" z="251.89197"/>
<Orientation y="-1.76201"/>
</Entity>
<Entity uid="490">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="240.77613" z="249.22741"/>
<Orientation y="-2.72223"/>
</Entity>
<Entity uid="491">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="238.24378" z="245.10944"/>
<Orientation y="-2.8758"/>
</Entity>
<Entity uid="492">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="232.72292" z="235.22443"/>
<Orientation y="-0.19233"/>
</Entity>
<Entity uid="493">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="266.15818" z="239.85141"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="494">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="260.67157" z="243.76783"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="495">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="256.0373" z="238.32902"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="496">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="260.00666" z="231.97715"/>
<Orientation y="0.94155"/>
</Entity>
<Entity uid="497">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="269.41834" z="228.02558"/>
<Orientation y="-1.80581"/>
</Entity>
<Entity uid="498">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="270.4499" z="217.7466"/>
<Orientation y="1.90593"/>
</Entity>
<Entity uid="499">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="254.94665" z="221.14019"/>
<Orientation y="1.68305"/>
</Entity>
<Entity uid="500">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="264.5713" z="213.973"/>
<Orientation y="-1.02875"/>
</Entity>
<Entity uid="501">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="273.2032" z="251.66259"/>
<Orientation y="-1.85283"/>
</Entity>
<Entity uid="502">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="242.14695" z="234.5863"/>
<Orientation y="-0.48984"/>
</Entity>
<Entity uid="503">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="146.18862" z="443.73551"/>
<Orientation y="1.94196"/>
</Entity>
<Entity uid="504">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="164.58944" z="426.36622"/>
<Orientation y="-1.78063"/>
</Entity>
<Entity uid="505">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="210.78148" z="406.38862"/>
<Orientation y="1.40394"/>
</Entity>
<Entity uid="506">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="239.72205" z="415.68915"/>
<Orientation y="1.20582"/>
</Entity>
<Entity uid="507">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="274.83381" z="422.59296"/>
<Orientation y="-0.11612"/>
</Entity>
<Entity uid="508">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="299.16843" z="421.4651"/>
<Orientation y="1.68871"/>
</Entity>
<Entity uid="509">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="332.30457" z="417.98179"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="510">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="378.54072" z="421.63752"/>
<Orientation y="-3.03399"/>
</Entity>
<Entity uid="511">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="376.20643" z="415.13331"/>
<Orientation y="-2.37081"/>
</Entity>
<Entity uid="512">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="366.86701" z="405.48719"/>
<Orientation y="2.22014"/>
</Entity>
<Entity uid="513">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="397.36756" z="410.69678"/>
<Orientation y="1.37821"/>
</Entity>
<Entity uid="514">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="425.53913" z="415.5882"/>
<Orientation y="1.78164"/>
</Entity>
<Entity uid="515">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="444.21308" z="410.28852"/>
<Orientation y="1.98385"/>
</Entity>
<Entity uid="516">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="429.50824" z="397.20533"/>
<Orientation y="2.74692"/>
</Entity>
<Entity uid="517">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="445.28388" z="438.41456"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="518">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="426.74372" z="430.13672"/>
<Orientation y="-1.79822"/>
</Entity>
<Entity uid="519">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="414.53803" z="426.27369"/>
<Orientation y="-2.1116"/>
</Entity>
<Entity uid="520">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="258.50135" z="417.8425"/>
<Orientation y="1.88736"/>
</Entity>
<Entity uid="521">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="269.6312" z="416.27717"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="522">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="285.02082" z="422.06373"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="523">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="295.46814" z="422.89066"/>
<Orientation y="-0.49776"/>
</Entity>
<Entity uid="524">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="265.43293" z="368.71113"/>
<Orientation y="2.27865"/>
</Entity>
<Entity uid="525">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="269.32221" z="366.08902"/>
<Orientation y="2.65133"/>
</Entity>
<Entity uid="526">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="274.72577" z="358.38913"/>
<Orientation y="2.29856"/>
</Entity>
<Entity uid="527">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="279.84357" z="353.28226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="528">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="284.73853" z="350.72236"/>
<Orientation y="2.33724"/>
</Entity>
<Entity uid="529">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="288.16828" z="348.07126"/>
<Orientation y="2.55843"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="300.76166" z="401.14411"/>
<Orientation y="2.41442"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="307.53013" z="393.81064"/>
<Orientation y="2.42667"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="316.31528" z="385.82435"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="318.22004" z="382.59278"/>
<Orientation y="2.69494"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="260.79584" z="374.91211"/>
<Orientation y="0.0531"/>
</Entity>
<Entity uid="535">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="311.24897" z="389.60694"/>
<Orientation y="-0.05323"/>
</Entity>
<Entity uid="536">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="560.3014" z="165.148"/>
<Orientation y="3.11954"/>
</Entity>
<Entity uid="537">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="614.3147" z="143.8966"/>
<Orientation y="1.0474"/>
</Entity>
<Entity uid="538">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="646.08094" z="229.71576"/>
<Orientation y="-0.79593"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="673.6753" z="298.64612"/>
<Orientation y="-1.82288"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="599.00239" z="394.38437"/>
<Orientation y="0.28432"/>
</Entity>
<Entity uid="541">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="687.68787" z="437.03138"/>
<Orientation y="0.76427"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="867.5323" z="640.28553"/>
<Orientation y="-0.78672"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="634.3166" z="523.4939"/>
<Orientation y="1.67342"/>
</Entity>
<Entity uid="544">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.1078" z="548.23987"/>
<Orientation y="0.01212"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="713.46845" z="580.81897"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.0738" z="604.48731"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.80231" z="628.9123"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.50818" z="653.31128"/>
<Orientation y="1.42275"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.91596" z="674.73566"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.77894" z="697.88672"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.47608" z="720.9897"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.95868" z="746.53882"/>
<Orientation y="-1.56275"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.70636" z="766.34021"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.8454" z="790.05494"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="713.61591" z="815.11872"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="556">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="713.75977" z="839.85523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="557">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.34113" z="864.21131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="558">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.16553" z="890.00672"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="559">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="712.86976" z="915.22999"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="560">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="713.39362" z="939.48115"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="561">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.69678" z="966.82874"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="562">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="702.66266" z="968.0254"/>
<Orientation y="-1.5914"/>
</Entity>
<Entity uid="568">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="664.34241" z="967.80787"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="569">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638.66785" z="970.23249"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="570">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="617.31653" z="970.72382"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="571">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="596.87604" z="970.68116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="572">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="576.95118" z="970.4607"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="573">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="555.90424" z="970.59559"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="574">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="535.24817" z="970.55243"/>
<Orientation y="-1.61138"/>
</Entity>
<Entity uid="575">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="513.83851" z="970.32886"/>
<Orientation y="-1.59202"/>
</Entity>
<Entity uid="576">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="489.01758" z="969.74158"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="577">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="469.34281" z="969.16688"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="578">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="446.50452" z="969.11921"/>
<Orientation y="-1.59591"/>
</Entity>
<Entity uid="579">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="407.69541" z="968.32929"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="580">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="390.26352" z="967.93958"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="581">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="369.6883" z="968.07313"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="582">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="351.13209" z="968.03431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="583">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="330.04752" z="967.63746"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="584">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.72422" z="956.24555"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="585">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.94965" z="939.52771"/>
<Orientation y="3.09606"/>
</Entity>
<Entity uid="586">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.76984" z="915.46814"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="587">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.82007" z="896.17908"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="588">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.87443" z="874.87488"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="589">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.91984" z="854.48194"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="590">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.24775" z="833.55945"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="591">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.32724" z="797.18659"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="592">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.8982" z="778.03553"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="593">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.47501" z="755.33893"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="594">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.55826" z="718.78504"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="595">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.73862" z="699.1194"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="596">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="314.81605" z="673.40571"/>
<Orientation y="1.21189"/>
</Entity>
<Entity uid="597">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.92145" z="655.0918"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="598">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="315.42649" z="639.24915"/>
<Orientation y="-1.33727"/>
</Entity>
<Entity uid="599">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="316.54963" z="619.23487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="600">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="320.34928" z="598.7212"/>
<Orientation y="-3.14083"/>
</Entity>
<Entity uid="601">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="320.18445" z="591.19007"/>
<Orientation y="3.06276"/>
</Entity>
<Entity uid="602">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="321.00532" z="583.64716"/>
<Orientation y="3.00136"/>
</Entity>
<Entity uid="603">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="321.17704" z="561.87311"/>
<Orientation y="3.03675"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="333.07032" z="538.27833"/>
<Orientation y="1.41761"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="346.5936" z="539.71009"/>
<Orientation y="1.55889"/>
</Entity>
<Entity uid="607">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="369.58246" z="540.60688"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="608">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="390.68296" z="540.4225"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="609">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="410.1399" z="540.47718"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="610">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="429.2132" z="540.50867"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="611">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="448.30625" z="540.54004"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="468.75995" z="540.58155"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="485.33039" z="540.6161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="614">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="524.43818" z="539.81525"/>
<Orientation y="2.0392"/>
</Entity>
<Entity uid="615">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="546.77088" z="539.77002"/>
<Orientation y="-1.88044"/>
</Entity>
<Entity uid="616">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="567.62372" z="539.65186"/>
<Orientation y="-3.11667"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="588.41834" z="539.37214"/>
<Orientation y="0.107"/>
</Entity>
<Entity uid="618">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="607.11036" z="539.24988"/>
<Orientation y="-2.53838"/>
</Entity>
<Entity uid="619">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="625.72101" z="539.28876"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="620">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="646.00501" z="539.33106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="621">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="666.35517" z="539.37354"/>
<Orientation y="0.50202"/>
</Entity>
<Entity uid="622">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="706.46442" z="539.45734"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="623">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="686.53443" z="539.61634"/>
<Orientation y="-0.48163"/>
</Entity>
<Entity uid="624">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="499.67014" z="540.15815"/>
<Orientation y="0.15934"/>
</Entity>
<Entity uid="625">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="176.0546" z="794.4574"/>
<Orientation y="-0.25316"/>
</Entity>
<Entity uid="626">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="181.67602" z="807.91095"/>
<Orientation y="-0.11504"/>
</Entity>
<Entity uid="627">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="184.42231" z="789.64167"/>
<Orientation y="-0.03231"/>
</Entity>
<Entity uid="628">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="183.0825" z="795.7771"/>
<Orientation y="-0.32036"/>
</Entity>
<Entity uid="629">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="173.09615" z="800.60608"/>
<Orientation y="-3.09205"/>
</Entity>
<Entity uid="630">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="242.85991" z="753.4668"/>
<Orientation y="1.4857"/>
</Entity>
<Entity uid="631">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="236.05788" z="760.44813"/>
<Orientation y="0.52791"/>
</Entity>
<Entity uid="632">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="237.39357" z="750.86323"/>
<Orientation y="2.8578"/>
</Entity>
<Entity uid="633">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="243.37107" z="744.67176"/>
<Orientation y="0.73624"/>
</Entity>
<Entity uid="634">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="266.16553" z="729.80524"/>
<Orientation y="-2.53733"/>
</Entity>
<Entity uid="635">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="260.94321" z="732.6767"/>
<Orientation y="1.89211"/>
</Entity>
<Entity uid="636">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="270.37952" z="721.97162"/>
<Orientation y="0.01954"/>
</Entity>
<Entity uid="637">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="267.37824" z="719.97553"/>
<Orientation y="-1.48885"/>
</Entity>
<Entity uid="638">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="271.46955" z="715.70411"/>
<Orientation y="1.0515"/>
</Entity>
<Entity uid="639">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="175.1657" z="787.98121"/>
<Orientation y="1.20218"/>
</Entity>
<Entity uid="640">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="191.24552" z="788.78907"/>
<Orientation y="-0.55131"/>
</Entity>
<Entity uid="641">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="36.46969" z="508.17786"/>
<Orientation y="0.89051"/>
</Entity>
<Entity uid="642">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="76.24793" z="420.93061"/>
<Orientation y="-1.9356"/>
</Entity>
<Entity uid="643">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="114.20981" z="274.96821"/>
<Orientation y="1.01525"/>
</Entity>
<Entity uid="644">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="170.76667" z="214.55201"/>
<Orientation y="2.75837"/>
</Entity>
<Entity uid="645">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="231.33742" z="156.59609"/>
<Orientation y="1.54793"/>
</Entity>
<Entity uid="646">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="327.90195" z="92.26478"/>
<Orientation y="-0.63688"/>
</Entity>
<Entity uid="647">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="390.54538" z="93.94542"/>
<Orientation y="0.66625"/>
</Entity>
<Entity uid="648">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="466.67426" z="104.37758"/>
<Orientation y="-2.27463"/>
</Entity>
<Entity uid="649">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="512.22761" z="77.59354"/>
<Orientation y="0.9643"/>
</Entity>
<Entity uid="650">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="483.52985" z="160.10775"/>
<Orientation y="0.98932"/>
</Entity>
<Entity uid="651">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="551.88154" z="209.27691"/>
<Orientation y="-1.19112"/>
</Entity>
<Entity uid="652">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="566.36353" z="279.5041"/>
<Orientation y="1.1111"/>
</Entity>
<Entity uid="653">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="665.12104" z="284.65098"/>
<Orientation y="-1.58848"/>
</Entity>
<Entity uid="654">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="680.69843" z="351.02643"/>
<Orientation y="1.19454"/>
</Entity>
<Entity uid="655">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="783.58167" z="372.80466"/>
<Orientation y="-2.04805"/>
</Entity>
<Entity uid="656">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="820.16944" z="337.36713"/>
<Orientation y="0.76032"/>
</Entity>
<Entity uid="657">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="895.06104" z="373.38593"/>
<Orientation y="-2.7436"/>
</Entity>
<Entity uid="658">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="950.11054" z="327.0694"/>
<Orientation y="0.21367"/>
</Entity>
<Entity uid="659">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="927.57245" z="426.0459"/>
<Orientation y="-1.83321"/>
</Entity>
<Entity uid="660">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="940.05152" z="511.33185"/>
<Orientation y="-2.97902"/>
</Entity>
<Entity uid="661">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="874.43445" z="566.08637"/>
<Orientation y="-0.0373"/>
</Entity>
<Entity uid="662">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="790.51038" z="544.63636"/>
<Orientation y="0.97063"/>
</Entity>
<Entity uid="663">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="994.65094" z="577.75544"/>
<Orientation y="-1.87975"/>
</Entity>
<Entity uid="664">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="762.63843" z="598.63343"/>
<Orientation y="-0.07056"/>
</Entity>
<Entity uid="665">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="769.67359" z="700.65864"/>
<Orientation y="-1.51842"/>
</Entity>
<Entity uid="666">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="814.61683" z="773.04542"/>
<Orientation y="1.09997"/>
</Entity>
<Entity uid="667">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="796.14673" z="885.76935"/>
<Orientation y="-3.10926"/>
</Entity>
<Entity uid="668">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="742.51801" z="917.54426"/>
<Orientation y="-0.15302"/>
</Entity>
<Entity uid="669">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="525.80823" z="503.2884"/>
<Orientation y="-3.0897"/>
</Entity>
<Entity uid="670">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="545.95203" z="405.44297"/>
<Orientation y="0.86333"/>
</Entity>
<Entity uid="671">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="497.90351" z="353.85297"/>
<Orientation y="-2.5295"/>
</Entity>
<Entity uid="672">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="519.38855" z="314.01447"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="673">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="468.34086" z="265.48301"/>
<Orientation y="0.29229"/>
</Entity>
<Entity uid="674">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="603.1167" z="28.35532"/>
<Orientation y="0.87429"/>
</Entity>
<Entity uid="675">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="804.08802" z="204.52268"/>
<Orientation y="-2.35325"/>
</Entity>
<Entity uid="676">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="891.81885" z="241.15905"/>
<Orientation y="0.39425"/>
</Entity>
<Entity uid="677">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="847.10248" z="534.98572"/>
<Orientation y="2.73714"/>
</Entity>
<Entity uid="678">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="777.11817" z="482.96949"/>
<Orientation y="2.28403"/>
</Entity>
<Entity uid="679">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="786.55646" z="474.90998"/>
<Orientation y="-3.07175"/>
</Entity>
<Entity uid="680">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="778.55988" z="468.0583"/>
<Orientation y="0.43967"/>
</Entity>
<Entity uid="681">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="780.727" z="475.3722"/>
<Orientation y="-0.97638"/>
</Entity>
<Entity uid="682">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="869.56934" z="441.90107"/>
<Orientation y="1.24848"/>
</Entity>
<Entity uid="683">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="935.94819" z="478.83521"/>
<Orientation y="0.79441"/>
</Entity>
<Entity uid="684">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="990.02942" z="519.70282"/>
<Orientation y="0.13967"/>
</Entity>
<Entity uid="685">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="838.37006" z="525.23963"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="686">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="926.12891" z="645.2834"/>
<Orientation y="-1.58286"/>
</Entity>
<Entity uid="687">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="829.5987" z="686.00647"/>
<Orientation y="0.22526"/>
</Entity>
<Entity uid="688">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="873.0611" z="747.77253"/>
<Orientation y="-1.31305"/>
</Entity>
<Entity uid="689">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="776.71393" z="795.14283"/>
<Orientation y="0.69913"/>
</Entity>
<Entity uid="690">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="808.62104" z="864.30347"/>
<Orientation y="-2.14072"/>
</Entity>
<Entity uid="691">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="916.93696" z="776.49354"/>
<Orientation y="1.06846"/>
</Entity>
<Entity uid="692">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="765.23908" z="918.32374"/>
<Orientation y="-1.93624"/>
</Entity>
<Entity uid="693">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="574.78272" z="994.44153"/>
<Orientation y="-2.34038"/>
</Entity>
<Entity uid="694">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="544.09052" z="976.5033"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="695">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="302.34531" z="810.6103"/>
<Orientation y="0.20701"/>
</Entity>
<Entity uid="696">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="185.45829" z="801.58838"/>
<Orientation y="-2.95974"/>
</Entity>
<Entity uid="697">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="177.92296" z="798.85706"/>
<Orientation y="-2.5634"/>
</Entity>
<Entity uid="698">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="296.21113" z="918.42426"/>
<Orientation y="2.32226"/>
</Entity>
<Entity uid="699">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="300.64045" z="734.56946"/>
<Orientation y="0.57328"/>
</Entity>
<Entity uid="700">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="284.92963" z="682.28138"/>
<Orientation y="1.68267"/>
</Entity>
<Entity uid="701">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="300.11881" z="669.10969"/>
<Orientation y="1.27764"/>
</Entity>
<Entity uid="702">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="365.52668" z="524.27216"/>
<Orientation y="1.44729"/>
</Entity>
<Entity uid="703">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="403.40363" z="529.27784"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="704">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="473.60917" z="531.72388"/>
<Orientation y="1.80271"/>
</Entity>
<Entity uid="705">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502.62855" z="513.365"/>
<Orientation y="2.96778"/>
</Entity>
<Entity uid="706">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="523.87446" z="484.66041"/>
<Orientation y="2.60601"/>
</Entity>
<Entity uid="707">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="507.6569" z="454.41349"/>
<Orientation y="-2.01484"/>
</Entity>
<Entity uid="708">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="497.9094" z="445.4173"/>
<Orientation y="-2.15041"/>
</Entity>
<Entity uid="709">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="488.44147" z="437.9134"/>
<Orientation y="3.08454"/>
</Entity>
<Entity uid="710">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="473.9733" z="293.11808"/>
<Orientation y="-2.33773"/>
</Entity>
<Entity uid="711">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="468.11207" z="286.1742"/>
<Orientation y="-2.42273"/>
</Entity>
<Entity uid="712">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470.92267" z="248.59907"/>
<Orientation y="1.04291"/>
</Entity>
<Entity uid="713">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="420.95212" z="120.62925"/>
<Orientation y="1.06954"/>
</Entity>
<Entity uid="714">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="426.03806" z="138.2811"/>
<Orientation y="-1.9116"/>
</Entity>
<Entity uid="715">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="343.83118" z="131.92966"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="716">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="353.25641" z="128.44686"/>
<Orientation y="0.70197"/>
</Entity>
<Entity uid="717">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="352.68772" z="106.66605"/>
<Orientation y="0.73124"/>
</Entity>
<Entity uid="718">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="241.57081" z="115.93363"/>
<Orientation y="-1.1877"/>
</Entity>
<Entity uid="719">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="167.94318" z="165.86893"/>
<Orientation y="0.44732"/>
</Entity>
<Entity uid="720">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="190.98777" z="260.60975"/>
<Orientation y="-1.59174"/>
</Entity>
<Entity uid="721">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="110.2731" z="243.35871"/>
<Orientation y="1.3101"/>
</Entity>
<Entity uid="722">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="78.78704" z="309.03083"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="723">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="90.7658" z="318.2132"/>
<Orientation y="-1.66211"/>
</Entity>
<Entity uid="724">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="42.52387" z="384.87449"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="725">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="105.84093" z="438.54029"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="726">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="75.27105" z="490.3935"/>
<Orientation y="-0.15738"/>
</Entity>
<Entity uid="727">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="85.10644" z="522.53089"/>
<Orientation y="0.90123"/>
</Entity>
<Entity uid="728">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="183.3975" z="577.39051"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="729">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="238.71636" z="402.7386"/>
<Orientation y="-2.91076"/>
</Entity>
<Entity uid="730">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="256.13392" z="378.35694"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="731">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="250.43946" z="380.99692"/>
<Orientation y="0.51441"/>
</Entity>
<Entity uid="732">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="245.18738" z="392.62543"/>
<Orientation y="-1.91126"/>
</Entity>
<Entity uid="733">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="233.41411" z="408.3271"/>
<Orientation y="0.59411"/>
</Entity>
<Entity uid="734">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="244.24189" z="303.37763"/>
<Orientation y="-0.22686"/>
</Entity>
<Entity uid="735">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="225.03295" z="316.29822"/>
<Orientation y="-2.59583"/>
</Entity>
<Entity uid="736">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="210.9973" z="332.02805"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="737">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="233.37966" z="355.24787"/>
<Orientation y="0.7779"/>
</Entity>
<Entity uid="738">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="227.80875" z="282.85721"/>
<Orientation y="1.58667"/>
</Entity>
<Entity uid="739">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="194.69533" z="184.61435"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="740">
<Template>structures/cart_embassy_celtic</Template>
<Player>1</Player>
<Position x="257.7931" z="357.32654"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="741">
<Template>structures/cart_embassy_iberian</Template>
<Player>1</Player>
<Position x="244.76922" z="345.46525"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="742">
<Template>structures/cart_embassy_italiote</Template>
<Player>1</Player>
<Position x="231.59485" z="331.2971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="743">
<Template>structures/cart_field</Template>
<Player>1</Player>
<Position x="191.2368" z="375.48438"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="744">
<Template>structures/cart_field</Template>
<Player>1</Player>
<Position x="184.78843" z="326.3498"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="745">
<Template>structures/cart_field</Template>
<Player>1</Player>
<Position x="166.4441" z="335.4994"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="746">
<Template>structures/cart_field</Template>
<Player>1</Player>
<Position x="189.71334" z="345.36548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="747">
<Template>structures/cart_field</Template>
<Player>1</Player>
<Position x="206.21009" z="360.853"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="748">
<Template>structures/cart_tophet</Template>
<Player>1</Player>
<Position x="211.02366" z="267.59437"/>
<Orientation y="2.56617"/>
</Entity>
<Entity uid="749">
<Template>units/cart_ship_fishing</Template>
<Player>1</Player>
<Position x="182.28097" z="489.65351"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="750">
<Template>units/cart_ship_merchant</Template>
<Player>1</Player>
<Position x="184.90075" z="468.81168"/>
<Orientation y="1.96525"/>
</Entity>
<Entity uid="751">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="559.97584" z="461.21988"/>
<Orientation y="2.72931"/>
</Entity>
<Entity uid="752">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="576.60267" z="427.06043"/>
<Orientation y="2.69062"/>
</Entity>
<Entity uid="753">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="592.72193" z="377.168"/>
<Orientation y="3.11707"/>
</Entity>
<Entity uid="754">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="591.63904" z="326.56763"/>
<Orientation y="-3.01066"/>
</Entity>
<Entity uid="755">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="752.74744" z="272.86948"/>
<Orientation y="0.0495"/>
</Entity>
<Entity uid="756">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="503.36643" z="203.2593"/>
<Orientation y="-0.3355"/>
</Entity>
<Entity uid="757">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="723.90125" z="416.9964"/>
<Orientation y="0.46253"/>
</Entity>
<Entity uid="758">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="791.37818" z="509.79752"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="759">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="782.57837" z="214.64405"/>
<Orientation y="-2.43981"/>
</Entity>
<Entity uid="760">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="707.93152" z="159.53101"/>
<Orientation y="-2.70829"/>
</Entity>
<Entity uid="761">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="669.34778" z="89.70984"/>
<Orientation y="-2.92527"/>
</Entity>
<Entity uid="762">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="664.83802" z="63.95231"/>
<Orientation y="1.4695"/>
</Entity>
<Entity uid="763">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="711.8722" z="72.96204"/>
<Orientation y="0.81046"/>
</Entity>
<Entity uid="764">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="766.72345" z="111.78467"/>
<Orientation y="1.0127"/>
</Entity>
<Entity uid="765">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="828.67908" z="149.86893"/>
<Orientation y="0.57192"/>
</Entity>
<Entity uid="766">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="859.16828" z="209.27619"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="767">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="784.89826" z="149.86893"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="768">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="758.43989" z="151.6002"/>
<Orientation y="-1.64687"/>
</Entity>
<Entity uid="769">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="724.55036" z="107.35431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="770">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="531.52369" z="70.57575"/>
<Orientation y="-1.95861"/>
</Entity>
<Entity uid="771">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="463.82996" z="49.46241"/>
<Orientation y="-1.72602"/>
</Entity>
<Entity uid="772">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="158.71296" z="0.74592"/>
<Orientation y="-0.82186"/>
</Entity>
<Entity uid="773">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="829.90723" z="589.94349"/>
<Orientation y="-0.00763"/>
</Entity>
<Entity uid="774">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="93.86457" z="50.70615"/>
<Orientation y="0.2968"/>
</Entity>
<Entity uid="775">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="845.15607" z="755.2173"/>
<Orientation y="-1.86725"/>
</Entity>
<Entity uid="776">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="759.98188" z="621.33252"/>
<Orientation y="2.87848"/>
</Entity>
<Entity uid="777">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="959.25013" z="421.15705"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="778">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="992.8285" z="505.37113"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="779">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="905.097" z="360.3516"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="780">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="348.15094" z="66.31748"/>
<Orientation y="2.70046"/>
</Entity>
<Entity uid="781">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="382.98914" z="36.67292"/>
<Orientation y="1.84786"/>
</Entity>
<Entity uid="782">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="0" z="0"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="785">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="0" z="0"/>
<Orientation y="-2.08588"/>
</Entity>
<Entity uid="787">
<Template>structures/cart_fortress</Template>
<Player>1</Player>
<Position x="379.02787" z="179.06058"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="788">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="494.9982" z="853.43641"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="789">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="496.00083" z="855.41321"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="790">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="497.54804" z="857.11908"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="791">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="498.5572" z="859.08497"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="792">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="499.7338" z="860.87543"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="793">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="501.3249" z="862.59217"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="794">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="502.54957" z="864.70276"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="795">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="503.63303" z="866.38373"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="796">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="504.66511" z="868.34858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="797">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="506.11442" z="870.61695"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="798">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="503.68598" z="873.08057"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="799">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="502.49695" z="871.12958"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="800">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="501.32816" z="869.34907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="801">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="499.89072" z="868.10035"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="802">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="498.7027" z="865.53882"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="803">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="497.7847" z="864.11084"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="804">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="496.33237" z="861.78638"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="805">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="495.38593" z="859.86323"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="806">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="494.57877" z="858.64368"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="807">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="493.2693" z="856.04841"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="808">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="497.78064" z="851.61091"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="809">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="498.83478" z="853.95154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="810">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="500.27753" z="855.62433"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="811">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="501.03193" z="857.11908"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="812">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="502.5926" z="858.86402"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="813">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="503.81421" z="860.64936"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="814">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="504.81974" z="862.24585"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="815">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="505.78568" z="863.75782"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="816">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="506.6803" z="866.38373"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="817">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="508.22593" z="867.89563"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="843">
<Template>units/athen_ship_trireme</Template>
<Player>2</Player>
<Position x="243.85969" z="894.58112"/>
<Orientation y="-2.22356"/>
</Entity>
<Entity uid="844">
<Template>units/athen_ship_trireme</Template>
<Player>2</Player>
<Position x="84.23087" z="731.99384"/>
<Orientation y="2.5378"/>
</Entity>
<Entity uid="845">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="27.20125" z="468.30845"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="846">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="28.99543" z="470.45655"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="847">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="30.64222" z="472.78296"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="848">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="31.95395" z="475.05774"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="849">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="33.23359" z="477.52341"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="850">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="30.3901" z="479.03919"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="851">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="29.07642" z="476.5282"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="852">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="27.76912" z="474.5735"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="853">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="26.93151" z="472.78296"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="854">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="25.24231" z="470.11341"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="855">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="29.40812" z="465.78531"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="856">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="30.9379" z="468.197"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="857">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="32.44448" z="470.91639"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="858">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="33.76232" z="473.25654"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="859">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="34.92157" z="475.78962"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="860">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="32.1465" z="464.71375"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="861">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="33.42277" z="466.43558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="862">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="34.63955" z="469.20572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="863">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="35.70327" z="472.42963"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="864">
<Template>units/thespian_melanochitones</Template>
<Player>2</Player>
<Position x="36.96132" z="474.09211"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="865">
<Template>units/cart_cavalry_swordsman_iber_b</Template>
<Player>1</Player>
<Position x="351.5431" z="222.88819"/>
<Orientation y="-2.21584"/>
</Entity>
<Entity uid="866">
<Template>units/cart_cavalry_swordsman_iber_b</Template>
<Player>1</Player>
<Position x="348.79108" z="227.08124"/>
<Orientation y="-2.27405"/>
</Entity>
<Entity uid="867">
<Template>units/cart_cavalry_swordsman_iber_b</Template>
<Player>1</Player>
<Position x="345.27677" z="229.85061"/>
<Orientation y="-2.28177"/>
</Entity>
<Entity uid="868">
<Template>units/cart_cavalry_swordsman_iber_a</Template>
<Player>1</Player>
<Position x="349.96216" z="234.06974"/>
<Orientation y="-2.34852"/>
</Entity>
<Entity uid="869">
<Template>units/cart_cavalry_swordsman_iber_a</Template>
<Player>1</Player>
<Position x="353.09513" z="231.03367"/>
<Orientation y="-2.45458"/>
</Entity>
<Entity uid="870">
<Template>units/cart_cavalry_swordsman_iber_a</Template>
<Player>1</Player>
<Position x="356.41321" z="227.76453"/>
<Orientation y="-2.04407"/>
</Entity>
<Entity uid="871">
<Template>units/cart_cavalry_swordsman_iber_e</Template>
<Player>1</Player>
<Position x="355.215" z="237.8682"/>
<Orientation y="-2.05074"/>
</Entity>
<Entity uid="872">
<Template>units/cart_cavalry_swordsman_iber_e</Template>
<Player>1</Player>
<Position x="357.58295" z="234.44178"/>
<Orientation y="-2.42476"/>
</Entity>
<Entity uid="873">
<Template>units/cart_cavalry_swordsman_iber_e</Template>
<Player>1</Player>
<Position x="361.25297" z="231.75199"/>
<Orientation y="-2.17698"/>
</Entity>
<Entity uid="874">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="349.79096" z="354.0152"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="875">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="351.65052" z="355.59968"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="876">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="353.61207" z="357.54896"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="877">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="355.3158" z="359.25037"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="878">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="356.8921" z="360.99427"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="879">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="351.83011" z="351.6804"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="880">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="353.43122" z="353.33207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="881">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="355.1537" z="355.16169"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="882">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="356.89014" z="356.96781"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="883">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="358.56135" z="358.71647"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="884">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="353.70813" z="349.59116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="885">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="355.00632" z="351.29389"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="886">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="356.90546" z="352.87662"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="887">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="358.76725" z="354.2725"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="888">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="360.27771" z="356.40925"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="889">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="355.43046" z="347.44681"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="890">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="356.79792" z="349.24708"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="891">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="358.71119" z="350.6749"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="892">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="360.51761" z="352.22208"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="893">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="362.15268" z="353.68805"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="894">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="363.92844" z="352.20331"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="895">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="362.40403" z="350.65256"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="896">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="360.69153" z="349.25486"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="897">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="359.13361" z="347.61564"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="898">
<Template>units/cart_champion_infantry</Template>
<Player>1</Player>
<Position x="357.54773" z="346.08176"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="899">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="453.91813" z="270.12742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="900">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="843.49964" z="394.61887"/>
<Orientation y="0.40354"/>
</Entity>
<Entity uid="902">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="743.92988" z="148.22298"/>
<Orientation y="0.39713"/>
</Entity>
<Entity uid="903">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="795.0799" z="182.60381"/>
<Orientation y="-0.54142"/>
</Entity>
<Entity uid="904">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="798.3838" z="532.50281"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="905">
<Template>gaia/fauna_elephant_north_african</Template>
<Player>0</Player>
<Position x="753.50306" z="782.77173"/>
<Orientation y="0.82479"/>
</Entity>
<Entity uid="906">
<Template>gaia/fauna_elephant_african_bush</Template>
<Player>0</Player>
<Position x="764.72016" z="778.53077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="907">
<Template>gaia/fauna_elephant_african_infant</Template>
<Player>0</Player>
<Position x="756.19941" z="777.792"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="908">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="254.7762" z="492.93073"/>
<Orientation y="0.70015"/>
</Entity>
<Entity uid="909">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="255.02451" z="553.7356"/>
<Orientation y="0.20423"/>
</Entity>
<Entity uid="911">
<Template>gaia/treasure/food_jars</Template>
<Player>0</Player>
<Position x="21.03248" z="484.40766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="912">
<Template>gaia/treasure/golden_fleece</Template>
<Player>0</Player>
<Position x="492.7977" z="872.5943"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="913">
<Template>gaia/treasure/pegasus</Template>
<Player>0</Player>
<Position x="953.167" z="382.60544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="914">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="674.58112" z="539.83277"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="915">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="679.07441" z="538.81824"/>
<Orientation y="-0.48063"/>
</Entity>
<Entity uid="916">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="669.2928" z="540.10877"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="917">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="692.90925" z="540.45594"/>
<Orientation y="1.08478"/>
</Entity>
<Entity uid="918">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="701.23438" z="539.5113"/>
<Orientation y="-2.23061"/>
</Entity>
<Entity uid="919">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="697.02936" z="539.57227"/>
<Orientation y="0.20266"/>
</Entity>
<Entity uid="920">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="650.01111" z="540.25239"/>
<Orientation y="-2.501"/>
</Entity>
<Entity uid="921">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="654.06196" z="540.18647"/>
<Orientation y="-0.11852"/>
</Entity>
<Entity uid="922">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="658.28296" z="539.839"/>
<Orientation y="-3.02872"/>
</Entity>
<Entity uid="923">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="630.7823" z="539.98487"/>
<Orientation y="1.49296"/>
</Entity>
<Entity uid="924">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="635.67438" z="539.98194"/>
<Orientation y="0.57854"/>
</Entity>
<Entity uid="925">
<Template>gaia/treasure/standing_stone</Template>
<Player>0</Player>
<Position x="641.21882" z="539.96888"/>
<Orientation y="-2.87923"/>
</Entity>
<Entity uid="926">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="865.09449" z="787.55835"/>
<Orientation y="0.74196"/>
</Entity>
<Entity uid="927">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="331.80048" z="255.56434"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="928">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="336.53516" z="257.25281"/>
<Orientation y="-1.15275"/>
</Entity>
<Entity uid="929">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="338.44391" z="247.12403"/>
<Orientation y="0.56806"/>
</Entity>
<Entity uid="931">
<Template>structures/gaul_civil_centre</Template>
<Player>2</Player>
<Position x="215.14882" z="784.54389"/>
<Orientation y="2.53765"/>
</Entity>
<Entity uid="932">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="194.46671" z="768.73273"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="933">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="196.18078" z="770.87678"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="934">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="197.65035" z="772.4903"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="935">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="199.28507" z="775.05475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="936">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="200.92371" z="777.08851"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="937">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="197.40012" z="764.95447"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="938">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="199.2456" z="767.06611"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="939">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="201.03905" z="770.08027"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="940">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="202.16541" z="772.13257"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="941">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="204.06685" z="774.08844"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="942">
<Template>structures/gaul_dock</Template>
<Player>2</Player>
<Position x="141.2081" z="781.40363"/>
<Orientation y="-1.24894"/>
</Entity>
<Entity uid="943">
<Template>structures/gaul_dock</Template>
<Player>2</Player>
<Position x="256.6053" z="785.61402"/>
<Orientation y="1.09928"/>
</Entity>
<Entity uid="944">
<Template>structures/cart_wall_tower</Template>
<Player>1</Player>
<Position x="123.5336" z="351.19874"/>
<Orientation y="2.1848"/>
</Entity>
<Entity uid="961">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="222.8313" z="460.06403"/>
<Orientation y="-2.3139"/>
</Entity>
<Entity uid="962">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="240.76542" z="485.88102"/>
<Orientation y="1.4138"/>
</Entity>
<Entity uid="963">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="258.66773" z="520.6399"/>
<Orientation y="-2.42742"/>
</Entity>
<Entity uid="964">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="254.97913" z="564.36768"/>
<Orientation y="0.27073"/>
</Entity>
<Entity uid="965">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="208.39853" z="619.15021"/>
<Orientation y="-2.90818"/>
</Entity>
<Entity uid="966">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="247.04955" z="578.2765"/>
<Orientation y="0.70078"/>
</Entity>
<Entity uid="967">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="284.72391" z="501.16279"/>
<Orientation y="-0.77158"/>
</Entity>
<Entity uid="968">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="377.6826" z="474.54291"/>
<Orientation y="-1.10535"/>
</Entity>
<Entity uid="969">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="436.17762" z="472.6959"/>
<Orientation y="-1.94828"/>
</Entity>
<Entity uid="970">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="58.60325" z="635.86298"/>
<Orientation y="-2.56489"/>
</Entity>
<Entity uid="971">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="51.77918" z="570.8675"/>
<Orientation y="0.71656"/>
</Entity>
<Entity uid="972">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="126.26682" z="651.28919"/>
<Orientation y="-1.57644"/>
</Entity>
<Entity uid="973">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="87.23105" z="715.0605"/>
<Orientation y="0.72902"/>
</Entity>
<Entity uid="974">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="137.35749" z="816.73896"/>
<Orientation y="-2.35837"/>
</Entity>
<Entity uid="975">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="193.94333" z="857.49256"/>
<Orientation y="0.05562"/>
</Entity>
<Entity uid="976">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="264.52637" z="898.95173"/>
<Orientation y="-2.80053"/>
</Entity>
<Entity uid="977">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="264.07395" z="815.09363"/>
<Orientation y="0.94484"/>
</Entity>
<Entity uid="978">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="237.69922" z="857.92457"/>
<Orientation y="-2.3476"/>
</Entity>
<Entity uid="979">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="260.43995" z="627.71955"/>
<Orientation y="0.24697"/>
</Entity>
<Entity uid="980">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="206.9034" z="585.40772"/>
<Orientation y="-2.5543"/>
</Entity>
<Entity uid="981">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="224.89664" z="490.91926"/>
<Orientation y="1.19701"/>
</Entity>
<Entity uid="982">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="104.52894" z="522.78187"/>
<Orientation y="-1.61142"/>
</Entity>
<Entity uid="983">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="125.97301" z="515.10486"/>
<Orientation y="1.41715"/>
</Entity>
<Entity uid="984">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="141.44329" z="517.73725"/>
<Orientation y="-2.27691"/>
</Entity>
<Entity uid="985">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="118.50702" z="510.54328"/>
<Orientation y="0.02927"/>
</Entity>
<Entity uid="986">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="111.98467" z="515.85114"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="987">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="506.8295" z="132.25057"/>
<Orientation y="0.50338"/>
</Entity>
<Entity uid="988">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="510.91483" z="206.15577"/>
<Orientation y="-1.53768"/>
</Entity>
<Entity uid="989">
<Template>gaia/fauna_giraffe_infant</Template>
<Player>0</Player>
<Position x="511.90299" z="199.52198"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="990">
<Template>gaia/fauna_giraffe_infant</Template>
<Player>0</Player>
<Position x="107.93877" z="510.7588"/>
<Orientation y="0.60573"/>
</Entity>
<Entity uid="991">
<Template>gaia/fauna_giraffe_infant</Template>
<Player>0</Player>
<Position x="131.37195" z="511.78724"/>
<Orientation y="-0.01891"/>
</Entity>
<Entity uid="992">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="124.07406" z="438.45551"/>
<Orientation y="-1.54023"/>
</Entity>
<Entity uid="993">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="127.60343" z="436.14765"/>
<Orientation y="1.05364"/>
</Entity>
<Entity uid="994">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="514.11268" z="360.33655"/>
<Orientation y="-2.81337"/>
</Entity>
<Entity uid="995">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="516.33692" z="348.27729"/>
<Orientation y="0.77001"/>
</Entity>
<Entity uid="996">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="521.9159" z="361.37848"/>
<Orientation y="-2.31472"/>
</Entity>
<Entity uid="997">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="525.57386" z="345.85373"/>
<Orientation y="-0.35981"/>
</Entity>
<Entity uid="998">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="699.56843" z="184.92597"/>
<Orientation y="0.54802"/>
</Entity>
<Entity uid="999">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="862.5232" z="708.82148"/>
<Orientation y="-2.25681"/>
</Entity>
<Entity uid="1000">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="760.64728" z="896.80695"/>
<Orientation y="0.87827"/>
</Entity>
<Entity uid="1001">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="464.57261" z="991.469"/>
<Orientation y="-2.1484"/>
</Entity>
<Entity uid="1002">
<Template>gaia/fauna_horse</Template>
<Player>0</Player>
<Position x="300.92331" z="694.03016"/>
<Orientation y="0.56588"/>
</Entity>
<Entity uid="1003">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="634.12671" z="231.80394"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1004">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="254.30767" z="101.69367"/>
<Orientation y="-2.41453"/>
</Entity>
<Entity uid="1005">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="249.37572" z="96.46651"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1006">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="248.36666" z="105.12871"/>
<Orientation y="0.62113"/>
</Entity>
<Entity uid="1007">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="258.2258" z="114.8648"/>
<Orientation y="2.94686"/>
</Entity>
<Entity uid="1008">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="260.33884" z="106.9772"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1009">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="260.25004" z="104.21506"/>
<Orientation y="-2.59343"/>
</Entity>
<Entity uid="1010">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="254.59353" z="94.7753"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1011">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="258.11576" z="91.62952"/>
<Orientation y="0.88443"/>
</Entity>
<Entity uid="1012">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="263.9835" z="97.83758"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1013">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="264.78122" z="101.16027"/>
<Orientation y="-0.01151"/>
</Entity>
<Entity uid="1014">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="263.75553" z="110.18612"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1015">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="261.01691" z="112.50324"/>
<Orientation y="-2.8806"/>
</Entity>
<Entity uid="1016">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="252.69306" z="110.37757"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1017">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="252.10079" z="116.06264"/>
<Orientation y="-1.9992"/>
</Entity>
<Entity uid="1018">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="243.72461" z="104.39722"/>
<Orientation y="0.78866"/>
</Entity>
<Entity uid="1019">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="264.79194" z="85.7455"/>
<Orientation y="0.65493"/>
</Entity>
<Entity uid="1020">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="268.55237" z="90.16942"/>
<Orientation y="0.33231"/>
</Entity>
<Entity uid="1021">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="271.95301" z="99.39971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1022">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="274.01554" z="97.83758"/>
<Orientation y="-2.93177"/>
</Entity>
<Entity uid="1023">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="270.14939" z="85.43618"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1024">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="269.72327" z="83.59847"/>
<Orientation y="-2.93987"/>
</Entity>
<Entity uid="1025">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="270.11512" z="78.55491"/>
<Orientation y="1.60557"/>
</Entity>
<Entity uid="1026">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="353.55698" z="301.89325"/>
<Orientation y="-0.00388"/>
</Entity>
<Entity uid="1027">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="424.78135" z="290.68598"/>
<Orientation y="-2.35804"/>
</Entity>
<Entity uid="1028">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="361.8165" z="277.61533"/>
<Orientation y="-0.00823"/>
</Entity>
<Entity uid="1029">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="367.36268" z="297.29654"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1030">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.97486" z="284.33808"/>
<Orientation y="1.28046"/>
</Entity>
<Entity uid="1031">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="438.5625" z="286.61756"/>
<Orientation y="0.71064"/>
</Entity>
<Entity uid="1032">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.1049" z="292.5246"/>
<Orientation y="1.03673"/>
</Entity>
<Entity uid="1033">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="452.40168" z="297.29651"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1034">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="457.17618" z="301.89325"/>
<Orientation y="1.01075"/>
</Entity>
<Entity uid="1035">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="464.16498" z="306.86698"/>
<Orientation y="0.57335"/>
</Entity>
<Entity uid="1036">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="470.08875" z="314.10172"/>
<Orientation y="-2.02063"/>
</Entity>
<Entity uid="1037">
<Template>structures/cart_embassy</Template>
<Player>1</Player>
<Position x="300.42121" z="261.70145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1038">
<Template>structures/cart_defense_tower</Template>
<Player>1</Player>
<Position x="469.35907" z="163.4379"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1039">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="224.75867" z="671.456"/>
<Orientation y="0.54302"/>
</Entity>
<Entity uid="1040">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="420.4976" z="494.96894"/>
<Orientation y="-1.76716"/>
</Entity>
<Entity uid="1041">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="311.82584" z="446.21848"/>
<Orientation y="0.72051"/>
</Entity>
<Entity uid="1042">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="148.70237" z="615.93555"/>
<Orientation y="0.43255"/>
</Entity>
<Entity uid="1043">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="293.90757" z="646.88306"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1044">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="470.23465" z="458.80872"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1045">
<Template>gaia/ruins/pyramid_minor</Template>
<Player>0</Player>
<Position x="855.04676" z="625.57483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1047">
<Template>gaia/ruins/pyramid_great</Template>
<Player>0</Player>
<Position x="821.91584" z="561.72071"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1048">
<Template>gaia/ruins/unfinished_greek_temple</Template>
<Player>0</Player>
<Position x="295.76252" z="155.02247"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1049">
<Template>gaia/ruins/unfinished_greek_temple</Template>
<Player>0</Player>
<Position x="711.2121" z="114.3842"/>
<Orientation y="-2.16683"/>
</Entity>
<Entity uid="1051">
<Template>other/hellenic_stoa</Template>
<Player>2</Player>
<Position x="687.00483" z="408.56122"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1053">
<Template>structures/athen_civil_centre</Template>
<Player>2</Player>
<Position x="876.47138" z="405.92798"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1054">
<Template>structures/iber_civil_centre</Template>
<Player>2</Player>
<Position x="557.09668" z="32.2049"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1055">
<Template>other/obelisk</Template>
<Player>0</Player>
<Position x="61.29278" z="502.95356"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1056">
<Template>other/obelisk</Template>
<Player>1</Player>
<Position x="846.17603" z="736.85828"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1057">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="33.99418" z="603.86994"/>
<Orientation y="-0.60532"/>
</Entity>
<Entity uid="1058">
<Template>other/table_rectangle</Template>
<Player>0</Player>
<Position x="312.4495" z="332.34284"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1059">
<Template>other/table_square</Template>
<Player>0</Player>
<Position x="328.89573" z="342.03052"/>
<Orientation y="-1.86138"/>
</Entity>
<Entity uid="1060">
<Template>other/fence_long</Template>
<Player>0</Player>
<Position x="294.44294" z="339.50232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1061">
<Template>other/fence_long</Template>
<Player>1</Player>
<Position x="350.29566" z="93.26269"/>
<Orientation y="0.8038"/>
</Entity>
<Entity uid="1062">
<Template>other/column_doric_fallen</Template>
<Player>0</Player>
<Position x="852.7917" z="786.48212"/>
<Orientation y="-2.15406"/>
</Entity>
<Entity uid="1063">
<Template>other/column_doric_fallen</Template>
<Player>0</Player>
<Position x="862.1493" z="769.80127"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1064">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="851.39979" z="772.48841"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1065">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="850.82282" z="791.28638"/>
<Orientation y="0.49416"/>
</Entity>
<Entity uid="1066">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="874.67109" z="778.49006"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1067">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="855.26404" z="784.25922"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1068">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="822.98346" z="801.37403"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1069">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="824.91889" z="792.57642"/>
<Orientation y="2.8043"/>
</Entity>
<Entity uid="1070">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="826.70594" z="787.4809"/>
<Orientation y="-1.32731"/>
</Entity>
<Entity uid="1071">
<Template>other/column_doric_fallen_b</Template>
<Player>0</Player>
<Position x="828.80854" z="779.43592"/>
<Orientation y="0.4947"/>
</Entity>
<Entity uid="1072">
<Template>other/column_doric_fallen</Template>
<Player>0</Player>
<Position x="834.37616" z="769.35834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1073">
<Template>other/column_doric</Template>
<Player>0</Player>
<Position x="837.73615" z="785.49006"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1074">
<Template>other/bench</Template>
<Player>0</Player>
<Position x="329.77775" z="339.98102"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1075">
<Template>gaia/treasure/food_jars</Template>
<Player>0</Player>
<Position x="661.4679" z="224.66172"/>
<Orientation y="-0.3229"/>
</Entity>
<Entity uid="1076">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="768.15613" z="239.16572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1077">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="972.66511" z="485.06067"/>
<Orientation y="0.53631"/>
</Entity>
<Entity uid="1078">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="571.61738" z="466.12409"/>
<Orientation y="-1.87697"/>
</Entity>
<Entity uid="1079">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="804.6678" z="739.16382"/>
<Orientation y="0.59626"/>
</Entity>
<Entity uid="1080">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="607.68116" z="196.34845"/>
<Orientation y="-3.07903"/>
</Entity>
<Entity uid="1081">
<Template>units/athen_ship_trireme</Template>
<Player>2</Player>
<Position x="59.9716" z="659.9513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1082">
<Template>structures/cart_wonder</Template>
<Player>1</Player>
<Position x="389.24292" z="306.05982"/>
<Orientation y="2.3669"/>
<Actor seed="6296"/>
</Entity>
<Entity uid="1083">
<Template>structures/cart_blacksmith</Template>
<Player>1</Player>
<Position x="387.71348" z="377.39087"/>
<Orientation y="2.35621"/>
<Actor seed="55270"/>
</Entity>
<Entity uid="1084">
<Template>units/cart_champion_elephant</Template>
<Player>1</Player>
<Position x="397.4178" z="165.43642"/>
<Orientation y="2.35621"/>
<Actor seed="37534"/>
</Entity>
<Entity uid="1085">
<Template>units/cart_champion_elephant</Template>
<Player>1</Player>
<Position x="383.48523" z="152.23986"/>
<Orientation y="2.35621"/>
<Actor seed="36270"/>
</Entity>
<Entity uid="1086">
<Template>units/cart_ship_quinquereme</Template>
<Player>1</Player>
<Position x="318.91871" z="487.30896"/>
<Orientation y="-1.98577"/>
<Actor seed="57540"/>
</Entity>
<Entity uid="1087">
<Template>units/cart_ship_bireme</Template>
<Player>1</Player>
<Position x="231.79845" z="466.09974"/>
<Orientation y="2.35621"/>
<Actor seed="17268"/>
</Entity>
<Entity uid="1088">
<Template>units/cart_ship_trireme</Template>
<Player>1</Player>
<Position x="285.94956" z="531.73615"/>
<Orientation y="2.35621"/>
<Actor seed="3150"/>
</Entity>
<Entity uid="1089">
<Template>units/cart_ship_trireme</Template>
<Player>1</Player>
<Position x="378.79041" z="483.37006"/>
<Orientation y="-2.26925"/>
<Actor seed="6692"/>
</Entity>
<Entity uid="1090">
<Template>structures/athen_wonder</Template>
<Player>2</Player>
<Position x="717.01417" z="461.16349"/>
<Orientation y="2.35621"/>
<Actor seed="23014"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Gauls.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Gauls.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Gauls.xml (revision 22818)
@@ -1,22657 +1,22657 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>sunset</SkySet>
<SunColor r="1.30078" g="0.652941" b="0"/>
<SunElevation angle="0.368155"/>
<SunRotation angle="-1.03084"/>
<TerrainAmbientColor r="0.392157" g="0.47451" b="0.654902"/>
<UnitsAmbientColor r="0.447059" g="0.509804" b="0.54902"/>
<Fog>
<FogFactor>0.00386719</FogFactor>
<FogThickness>0.101563</FogThickness>
<FogColor r="0.737255" g="0.592157" b="0.27451"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0.219608" g="0.247059" b="0.356863"/>
<Tint r="0.592157" g="0.639216" b="0.756863"/>
<Height>21.0885</Height>
<Waviness>4</Waviness>
<Murkiness>0.871094</Murkiness>
<WindAngle>0</WindAngle>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1</Contrast>
<Saturation>0.984375</Saturation>
<Bloom>0.120313</Bloom>
<PostEffect>hdr</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="557.586" y="128.839" z="395.729"/>
<Rotation angle="-0.0105634"/>
<Declination angle="0.959618"/>
</Camera>
<ScriptSettings><![CDATA[
{
"CircularMap": true,
"Description": "Play around with the Gallic faction in an idyllic sandbox setting.",
"Keywords": [
"demo"
],
"LockTeams": false,
"Name": "Sandbox - The Gauls",
"PlayerData": [
null,
{
"AI": "",
"Civ": "gaul",
"Color": {
"b": 200,
"g": 46,
"r": 46
},
"Name": "Player 1",
"Resources": {
"food": 20000,
"metal": 20000,
"stone": 20000,
"wood": 20000
},
"StartingCamera": {
"Position": {
"x": 545.093,
"y": 22.3825,
"z": 454.219
},
"Rotation": {
"x": 35,
"y": 0,
"z": 0
}
},
"Team": 0
},
{
"AI": "",
"Civ": "gaul",
"Color": {
"b": 64,
"g": 128,
"r": 255
},
"Name": "Player 2",
"Resources": {
"food": 400,
"metal": 400,
"stone": 400,
"wood": 400
},
"StartingCamera": {
"Position": {
"x": 692.891,
"y": 22.3825,
"z": 314.201
},
"Rotation": {
"x": 30,
"y": 0,
"z": 0
}
},
"Team": 1
},
{
"AI": "",
"Civ": "gaul",
"Color": {
"b": 5,
"g": 165,
"r": 50
},
"Name": "Player 3",
"Resources": {
"food": 400,
"metal": 400,
"stone": 400,
"wood": 400
},
"StartingCamera": {
"Position": {
"x": 525.212,
"y": 22.3825,
"z": 740.907
},
"Rotation": {
"x": 30,
"y": 0,
"z": 0
}
},
"Team": 2
},
{
"AI": "",
"Civ": "rome",
"Color": {
"b": 39,
"g": 39,
"r": 131
},
"Name": "Roman Interlopers",
"Team": -1
}
],
"Preview": "sandbox-thegauls.png",
"RevealMap": false,
"VictoryConditions": []
}
]]></ScriptSettings>
<Entities>
<Entity uid="11">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="482.20899" z="466.5011"/>
<Orientation y="0.798"/>
</Entity>
<Entity uid="12">
<Template>other/palisades_rocks_fort</Template>
<Player>1</Player>
<Position x="476.24488" z="485.9672"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="13">
<Template>other/palisades_rocks_curve</Template>
<Player>1</Player>
<Position x="474.18104" z="477.94306"/>
<Orientation y="-3.13718"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="14">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="478.70936" z="470.50977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="15">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="471.67286" z="483.37357"/>
<Orientation y="3.01175"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="16">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="476.61084" z="492.29947"/>
<Orientation y="-2.15049"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="17">
<Template>other/palisades_small_spikes</Template>
<Player>1</Player>
<Position x="469.74146" z="484.21293"/>
<Orientation y="-3.02302"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="18">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="483.19153" z="490.37943"/>
<Orientation y="0.89289"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="19">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="610.99646" z="511.39365"/>
<Orientation y="2.45415"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="21">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="487.53614" z="493.36875"/>
<Orientation y="2.45597"/>
</Entity>
<Entity uid="22">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="514.24177" z="388.66071"/>
<Orientation y="0.78141"/>
</Entity>
<Entity uid="23">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="518.357" z="384.61481"/>
<Orientation y="-0.85848"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="24">
<Template>other/palisades_rocks_curve</Template>
<Player>1</Player>
<Position x="526.18671" z="380.61622"/>
<Orientation y="1.6486"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="25">
<Template>other/palisades_rocks_fort</Template>
<Player>1</Player>
<Position x="533.08259" z="381.76783"/>
<Orientation y="-0.80591"/>
</Entity>
<Entity uid="29">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="607.53028" z="515.9892"/>
<Orientation y="-2.36693"/>
</Entity>
<Entity uid="30">
<Template>other/palisades_rocks_fort</Template>
<Player>1</Player>
<Position x="616.34473" z="507.865"/>
<Orientation y="-2.31174"/>
</Entity>
<Entity uid="31">
<Template>other/palisades_rocks_curve</Template>
<Player>1</Player>
<Position x="618.3755" z="499.64411"/>
<Orientation y="-0.07187"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="32">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="614.79957" z="492.62623"/>
<Orientation y="-2.28614"/>
</Entity>
<Entity uid="33">
<Template>other/palisades_rocks_straight</Template>
<Player>1</Player>
<Position x="536.74286" z="387.66364"/>
<Orientation y="0.78063"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="34">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="528.35297" z="377.89344"/>
<Orientation y="1.46691"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="35">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="538.6479" z="385.08393"/>
<Orientation y="-2.65601"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="36">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="610.68348" z="489.12134"/>
<Orientation y="-0.93099"/>
</Entity>
<Entity uid="37">
<Template>other/palisades_rocks_end</Template>
<Player>1</Player>
<Position x="540.60822" z="391.53864"/>
<Orientation y="-0.77671"/>
</Entity>
<Entity uid="38">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="475.37781" z="469.84174"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="39">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="517.82917" z="381.92432"/>
<Orientation y="-0.83996"/>
</Entity>
<Entity uid="40">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="614.49573" z="513.33027"/>
<Orientation y="1.99071"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="41">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="622.45093" z="502.36292"/>
<Orientation y="-0.08655"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="44">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="618.1869" z="490.72931"/>
<Orientation y="0.84478"/>
</Entity>
<Entity uid="45">
<Template>other/palisades_small_spikes</Template>
<Player>1</Player>
<Position x="539.58967" z="383.23609"/>
<Orientation y="-2.54506"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="58">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="528.98426" z="523.93824"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="59">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="521.3584" z="531.83594"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="60">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="512.36524" z="532.22291"/>
<Orientation y="0.8262"/>
</Entity>
<Entity uid="61">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="505.78309" z="529.50135"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="62">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="499.60462" z="531.76966"/>
<Orientation y="-2.39812"/>
</Entity>
<Entity uid="63">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="480.51575" z="497.88965"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="64">
<Template>other/palisades_tall_spikes</Template>
<Player>1</Player>
<Position x="620.88758" z="510.52118"/>
<Orientation y="2.35621"/>
<Obstruction group="30"/>
</Entity>
<Entity uid="69">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="238.25123" z="438.2533"/>
<Orientation y="2.48906"/>
</Entity>
<Entity uid="70">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="244.51584" z="431.6208"/>
<Orientation y="2.23803"/>
</Entity>
<Entity uid="71">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="259.25254" z="420.08454"/>
<Orientation y="2.48005"/>
</Entity>
<Entity uid="72">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="263.72388" z="414.59202"/>
<Orientation y="2.6886"/>
</Entity>
<Entity uid="73">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="267.68464" z="405.53278"/>
<Orientation y="2.86448"/>
</Entity>
<Entity uid="74">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="269.25904" z="399.61051"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="75">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="250.23145" z="421.2768"/>
<Orientation y="1.03467"/>
</Entity>
<Entity uid="76">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="238.45632" z="496.74122"/>
<Orientation y="2.86615"/>
</Entity>
<Entity uid="77">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="245.64061" z="480.61652"/>
<Orientation y="2.53742"/>
</Entity>
<Entity uid="78">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="253.35721" z="471.38254"/>
<Orientation y="2.40514"/>
</Entity>
<Entity uid="79">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="266.41468" z="457.34375"/>
<Orientation y="2.59365"/>
</Entity>
<Entity uid="80">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="272.30942" z="449.9134"/>
<Orientation y="2.11651"/>
</Entity>
<Entity uid="81">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="282.39917" z="446.18201"/>
<Orientation y="2.30533"/>
</Entity>
<Entity uid="82">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="290.93253" z="439.55726"/>
<Orientation y="2.6335"/>
</Entity>
<Entity uid="83">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="293.64728" z="434.60462"/>
<Orientation y="2.49447"/>
</Entity>
<Entity uid="84">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="302.16388" z="425.78168"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="85">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="293.16776" z="426.87797"/>
<Orientation y="-0.54163"/>
</Entity>
<Entity uid="86">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="278.08228" z="445.0543"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="87">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="261.52048" z="463.63569"/>
<Orientation y="0.71279"/>
</Entity>
<Entity uid="88">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="340.5889" z="314.58576"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="89">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="342.3332" z="313.84553"/>
<Orientation y="2.39977"/>
</Entity>
<Entity uid="90">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="348.48078" z="306.8537"/>
<Orientation y="2.56388"/>
</Entity>
<Entity uid="91">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="353.70176" z="302.36036"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="92">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="359.46366" z="298.80817"/>
<Orientation y="2.2158"/>
</Entity>
<Entity uid="93">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="364.1595" z="295.3906"/>
<Orientation y="2.20852"/>
</Entity>
<Entity uid="94">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="369.0589" z="291.0782"/>
<Orientation y="2.90351"/>
</Entity>
<Entity uid="95">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="402.46213" z="257.04441"/>
<Orientation y="-2.92504"/>
</Entity>
<Entity uid="96">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="377.53003" z="278.30317"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="97">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="387.58008" z="308.14435"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="98">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="385.27976" z="314.19977"/>
<Orientation y="-0.5566"/>
</Entity>
<Entity uid="99">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="378.76246" z="324.1543"/>
<Orientation y="-0.20388"/>
</Entity>
<Entity uid="100">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="374.67948" z="336.73646"/>
<Orientation y="-0.55973"/>
</Entity>
<Entity uid="101">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="290.5778" z="311.7776"/>
<Orientation y="-2.35506"/>
</Entity>
<Entity uid="102">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="281.80079" z="303.26539"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="103">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="278.34406" z="301.2982"/>
<Orientation y="-2.40024"/>
</Entity>
<Entity uid="104">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="271.45606" z="294.1775"/>
<Orientation y="-2.39713"/>
</Entity>
<Entity uid="105">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="265.15244" z="287.67365"/>
<Orientation y="-2.28284"/>
</Entity>
<Entity uid="106">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="258.9391" z="282.8125"/>
<Orientation y="-2.488"/>
</Entity>
<Entity uid="107">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="255.18404" z="277.125"/>
<Orientation y="3.11283"/>
</Entity>
<Entity uid="108">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="234.75342" z="300.99021"/>
<Orientation y="0.87215"/>
</Entity>
<Entity uid="109">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="242.87693" z="306.81312"/>
<Orientation y="0.70948"/>
</Entity>
<Entity uid="110">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="247.04867" z="312.29438"/>
<Orientation y="0.3988"/>
</Entity>
<Entity uid="111">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="252.09331" z="323.99549"/>
<Orientation y="0.73098"/>
</Entity>
<Entity uid="112">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="256.9639" z="330.4101"/>
<Orientation y="0.71447"/>
</Entity>
<Entity uid="113">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="262.71293" z="336.95942"/>
<Orientation y="0.804"/>
</Entity>
<Entity uid="114">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="267.80387" z="342.70124"/>
<Orientation y="0.81031"/>
</Entity>
<Entity uid="115">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="272.83353" z="347.80097"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="116">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="361.6984" z="408.85013"/>
<Orientation y="0.93187"/>
</Entity>
<Entity uid="117">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="373.05604" z="417.11976"/>
<Orientation y="0.98157"/>
</Entity>
<Entity uid="118">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="381.21503" z="425.05011"/>
<Orientation y="0.82218"/>
</Entity>
<Entity uid="119">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="388.19904" z="429.8733"/>
<Orientation y="1.35778"/>
</Entity>
<Entity uid="120">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="402.52695" z="432.23218"/>
<Orientation y="1.27407"/>
</Entity>
<Entity uid="121">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="409.99552" z="434.96253"/>
<Orientation y="1.38659"/>
</Entity>
<Entity uid="122">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="398.83106" z="478.1897"/>
<Orientation y="-1.62537"/>
</Entity>
<Entity uid="123">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="388.93934" z="475.3274"/>
<Orientation y="-2.11982"/>
</Entity>
<Entity uid="124">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="384.26383" z="472.71137"/>
<Orientation y="-2.17907"/>
</Entity>
<Entity uid="125">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="376.70374" z="469.0138"/>
<Orientation y="-2.09295"/>
</Entity>
<Entity uid="126">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="370.16327" z="467.01072"/>
<Orientation y="-2.03772"/>
</Entity>
<Entity uid="127">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="365.1247" z="464.34986"/>
<Orientation y="-2.1341"/>
</Entity>
<Entity uid="128">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="357.07612" z="458.9662"/>
<Orientation y="-2.50753"/>
</Entity>
<Entity uid="129">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="352.71488" z="453.37092"/>
<Orientation y="-2.49958"/>
</Entity>
<Entity uid="130">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="345.78614" z="444.23713"/>
<Orientation y="-2.376"/>
</Entity>
<Entity uid="131">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="341.58738" z="438.95661"/>
<Orientation y="-2.61646"/>
</Entity>
<Entity uid="132">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="336.16568" z="430.84406"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="133">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="400.18812" z="346.10712"/>
<Orientation y="1.25857"/>
</Entity>
<Entity uid="134">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="423.14008" z="385.2945"/>
<Orientation y="-2.86912"/>
</Entity>
<Entity uid="135">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="319.57078" z="251.33707"/>
<Orientation y="-2.2203"/>
</Entity>
<Entity uid="137">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="333.61612" z="216.77665"/>
<Orientation y="0.54502"/>
</Entity>
<Entity uid="138">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="289.92829" z="246.42161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="139">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="193.18534" z="323.5"/>
<Orientation y="0.39107"/>
</Entity>
<Entity uid="140">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.33603" z="346.50016"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="141">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="205.94718" z="445.98301"/>
<Orientation y="-0.85184"/>
</Entity>
<Entity uid="142">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="185.77414" z="427.24915"/>
<Orientation y="0.14026"/>
</Entity>
<Entity uid="143">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="188.54676" z="435.80713"/>
<Orientation y="1.03875"/>
</Entity>
<Entity uid="144">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="259.90867" z="490.07831"/>
<Orientation y="0.55752"/>
</Entity>
<Entity uid="145">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="294.02704" z="534.1886"/>
<Orientation y="2.95644"/>
</Entity>
<Entity uid="146">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="329.59913" z="486.41767"/>
<Orientation y="2.5082"/>
</Entity>
<Entity uid="147">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="339.08393" z="497.71656"/>
<Orientation y="0.34289"/>
</Entity>
<Entity uid="148">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="298.10352" z="479.69349"/>
<Orientation y="0.477"/>
</Entity>
<Entity uid="149">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="338.20081" z="516.85639"/>
<Orientation y="-2.51246"/>
</Entity>
<Entity uid="150">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="407.11948" z="474.87311"/>
<Orientation y="1.52523"/>
</Entity>
<Entity uid="151">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="416.69776" z="476.26331"/>
<Orientation y="1.53924"/>
</Entity>
<Entity uid="152">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="425.03129" z="476.73362"/>
<Orientation y="1.3896"/>
</Entity>
<Entity uid="153">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="431.51093" z="478.57523"/>
<Orientation y="1.39683"/>
</Entity>
<Entity uid="154">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="419.47953" z="437.08692"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="155">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="423.50132" z="437.21665"/>
<Orientation y="1.58268"/>
</Entity>
<Entity uid="156">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="429.87717" z="437.3188"/>
<Orientation y="1.58268"/>
</Entity>
<Entity uid="157">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="437.22062" z="437.40967"/>
<Orientation y="1.69407"/>
</Entity>
<Entity uid="158">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="459.32209" z="437.14728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="159">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="363.86438" z="342.97864"/>
<Orientation y="0.88855"/>
</Entity>
<Entity uid="160">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="391.56135" z="299.5583"/>
<Orientation y="3.10116"/>
</Entity>
<Entity uid="161">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="400.64844" z="296.69349"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="162">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="409.05085" z="298.45481"/>
<Orientation y="-2.8794"/>
</Entity>
<Entity uid="163">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="445.66166" z="295.1991"/>
<Orientation y="3.10726"/>
</Entity>
<Entity uid="164">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="435.26795" z="293.71872"/>
<Orientation y="2.94942"/>
</Entity>
<Entity uid="165">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="428.06974" z="296.44343"/>
<Orientation y="2.61586"/>
</Entity>
<Entity uid="166">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="418.0467" z="292.00901"/>
<Orientation y="1.88535"/>
</Entity>
<Entity uid="167">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="387.10566" z="263.92176"/>
<Orientation y="-3.0261"/>
</Entity>
<Entity uid="168">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="372.7374" z="284.65506"/>
<Orientation y="-0.03657"/>
</Entity>
<Entity uid="169">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="395.06598" z="257.42844"/>
<Orientation y="3.09237"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="411.17927" z="256.0889"/>
<Orientation y="2.93146"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="419.88721" z="252.88862"/>
<Orientation y="2.90607"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="428.28486" z="251.59218"/>
<Orientation y="2.58341"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="250.21137" z="260.9604"/>
<Orientation y="-2.88685"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="248.68186" z="252.51587"/>
<Orientation y="-2.885"/>
</Entity>
<Entity uid="175">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="248.06736" z="247.67902"/>
<Orientation y="3.10767"/>
</Entity>
<Entity uid="176">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="243.94515" z="233.24007"/>
<Orientation y="-2.80434"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="239.44782" z="222.00304"/>
<Orientation y="-2.5892"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="233.45243" z="215.56385"/>
<Orientation y="-3.06142"/>
</Entity>
<Entity uid="179">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="229.67617" z="285.15012"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="180">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="227.10662" z="276.81003"/>
<Orientation y="-2.95295"/>
</Entity>
<Entity uid="181">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.9062" z="270.13096"/>
<Orientation y="-2.95543"/>
</Entity>
<Entity uid="182">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="223.34792" z="256.68021"/>
<Orientation y="-2.77622"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="221.07065" z="252.35944"/>
<Orientation y="-2.63813"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="217.86529" z="247.06366"/>
<Orientation y="-2.49305"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="212.43375" z="239.5821"/>
<Orientation y="-2.60126"/>
</Entity>
<Entity uid="186">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="209.28956" z="234.39582"/>
<Orientation y="-2.19297"/>
</Entity>
<Entity uid="187">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.57438" z="230.89853"/>
<Orientation y="-2.3162"/>
</Entity>
<Entity uid="188">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="238.8124" z="309.2887"/>
<Orientation y="0.32952"/>
</Entity>
<Entity uid="189">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="194.08631" z="357.91239"/>
<Orientation y="1.05698"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="216.3518" z="451.91614"/>
<Orientation y="0.99474"/>
</Entity>
<Entity uid="191">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="231.02302" z="454.49213"/>
<Orientation y="-0.45289"/>
</Entity>
<Entity uid="192">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="223.9561" z="468.28467"/>
<Orientation y="-0.93612"/>
</Entity>
<Entity uid="193">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="215.16987" z="475.95691"/>
<Orientation y="-0.74883"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="207.9176" z="483.72034"/>
<Orientation y="-0.85247"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="199.40674" z="491.9101"/>
<Orientation y="-0.8876"/>
</Entity>
<Entity uid="196">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="231.38546" z="502.8979"/>
<Orientation y="-0.50847"/>
</Entity>
<Entity uid="197">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="221.73066" z="516.09778"/>
<Orientation y="-1.1325"/>
</Entity>
<Entity uid="198">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="211.42051" z="523.22352"/>
<Orientation y="-0.87745"/>
</Entity>
<Entity uid="199">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.01627" z="531.60553"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="200">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="196.08075" z="541.43366"/>
<Orientation y="-0.65061"/>
</Entity>
<Entity uid="203">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="496.05976" z="485.32184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="204">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="505.0449" z="425.51978"/>
<Orientation y="-0.68833"/>
</Entity>
<Entity uid="207">
<Template>other/palisades_rocks_curve</Template>
<Player>2</Player>
<Position x="684.05396" z="297.92887"/>
<Orientation y="1.57081"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="208">
<Template>other/palisades_rocks_curve</Template>
<Player>2</Player>
<Position x="655.0287" z="325.88776"/>
<Orientation y="-3.12851"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="209">
<Template>other/palisades_rocks_curve</Template>
<Player>2</Player>
<Position x="719.38245" z="329.00669"/>
<Orientation y="0.019"/>
<Obstruction group="221"/>
</Entity>
<Entity uid="211">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="659.87806" z="317.39954"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="212">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="675.45868" z="302.58637"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="213">
<Template>other/palisades_rocks_fort</Template>
<Player>2</Player>
<Position x="656.33838" z="334.16984"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="214">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="663.99408" z="312.55082"/>
<Orientation y="0.85485"/>
</Entity>
<Entity uid="215">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="671.18451" z="306.51273"/>
<Orientation y="0.98328"/>
</Entity>
<Entity uid="216">
<Template>other/palisades_rocks_fort</Template>
<Player>2</Player>
<Position x="693.20221" z="298.94587"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="217">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="697.03986" z="304.8022"/>
<Orientation y="-2.32073"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="218">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="701.25336" z="308.86518"/>
<Orientation y="-0.9034"/>
</Entity>
<Entity uid="219">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="714.81586" z="321.14939"/>
<Orientation y="-2.32953"/>
</Entity>
<Entity uid="220">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="710.23035" z="317.17475"/>
<Orientation y="-0.82479"/>
</Entity>
<Entity uid="221">
<Template>other/palisades_rocks_fort</Template>
<Player>2</Player>
<Position x="717.75721" z="335.52997"/>
<Orientation y="-2.29558"/>
</Entity>
<Entity uid="222">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="712.4311" z="339.22507"/>
<Orientation y="2.35621"/>
<Obstruction group="221"/>
</Entity>
<Entity uid="223">
<Template>other/palisades_rocks_straight</Template>
<Player>2</Player>
<Position x="662.96521" z="338.20402"/>
<Orientation y="-2.39802"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="224">
<Template>other/palisades_rocks_end</Template>
<Player>2</Player>
<Position x="666.95826" z="342.83884"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="225">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="653.11017" z="314.27317"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="226">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="704.35474" z="297.19034"/>
<Orientation y="-2.14817"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="227">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="701.71216" z="300.51105"/>
<Orientation y="-2.44234"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="228">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="693.07361" z="291.96988"/>
<Orientation y="1.03708"/>
<Obstruction group="216"/>
</Entity>
<Entity uid="229">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="682.4422" z="291.07633"/>
<Orientation y="1.8888"/>
</Entity>
<Entity uid="230">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="673.86945" z="296.69202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="231">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="655.08265" z="315.04798"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="232">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="651.6211" z="324.66071"/>
<Orientation y="3.07378"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="233">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="659.42688" z="342.44599"/>
<Orientation y="-2.10112"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="234">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="698.97632" z="355.64368"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="235">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="714.56366" z="344.34357"/>
<Orientation y="-1.35111"/>
</Entity>
<Entity uid="236">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="721.93232" z="334.15006"/>
<Orientation y="-0.13688"/>
<Obstruction group="221"/>
</Entity>
<Entity uid="237">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="718.29987" z="319.1367"/>
<Orientation y="-2.47904"/>
</Entity>
<Entity uid="238">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="722.13477" z="320.52903"/>
<Orientation y="-2.55782"/>
</Entity>
<Entity uid="239">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="672.78663" z="296.10804"/>
<Orientation y="2.13321"/>
</Entity>
<Entity uid="240">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="651.22596" z="331.41044"/>
<Orientation y="0.33802"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="241">
<Template>other/palisades_small_spikes</Template>
<Player>2</Player>
<Position x="701.39045" z="357.88242"/>
<Orientation y="-0.79641"/>
</Entity>
<Entity uid="242">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="691.37531" z="363.18299"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="243">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="684.69452" z="364.70035"/>
<Orientation y="-2.32055"/>
</Entity>
<Entity uid="244">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="677.42066" z="361.29361"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="245">
<Template>other/palisades_tall_spikes</Template>
<Player>2</Player>
<Position x="672.14405" z="360.46451"/>
<Orientation y="0.71708"/>
</Entity>
<Entity uid="252">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="696.31885" z="328.88071"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="253">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="693.66932" z="331.20334"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="254">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="689.78418" z="328.41871"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="255">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="689.88367" z="323.73774"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="256">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="694.67048" z="324.71052"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="257">
<Template>units/gaul_champion_fanatic</Template>
<Player>2</Player>
<Position x="685.81977" z="322.15647"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="260">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="674.93177" z="378.39625"/>
<Orientation y="0.19556"/>
</Entity>
<Entity uid="261">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.89051" z="385.50843"/>
<Orientation y="0.5053"/>
</Entity>
<Entity uid="262">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="635.54523" z="358.25608"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="263">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="635.3957" z="370.08231"/>
<Orientation y="-0.23842"/>
</Entity>
<Entity uid="264">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="629.72083" z="393.78696"/>
<Orientation y="-0.15856"/>
</Entity>
<Entity uid="265">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="626.75983" z="421.07331"/>
<Orientation y="0.12266"/>
</Entity>
<Entity uid="266">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="628.36213" z="441.55781"/>
<Orientation y="-0.03185"/>
</Entity>
<Entity uid="267">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="628.55066" z="452.63538"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="268">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="627.91596" z="432.06766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="269">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="626.96082" z="409.44056"/>
<Orientation y="0.25033"/>
</Entity>
<Entity uid="270">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.32886" z="451.99878"/>
<Orientation y="-2.70237"/>
</Entity>
<Entity uid="271">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="653.08875" z="438.61786"/>
<Orientation y="-3.03106"/>
</Entity>
<Entity uid="272">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.06684" z="425.26441"/>
<Orientation y="3.0859"/>
</Entity>
<Entity uid="273">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.8949" z="413.0478"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="274">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.70783" z="401.38117"/>
<Orientation y="2.91395"/>
</Entity>
<Entity uid="275">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="658.39045" z="393.99784"/>
<Orientation y="2.4307"/>
</Entity>
<Entity uid="276">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="671.67902" z="386.01886"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="277">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="718.51984" z="377.67286"/>
<Orientation y="0.82711"/>
</Entity>
<Entity uid="278">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="726.78388" z="385.5359"/>
<Orientation y="0.83608"/>
</Entity>
<Entity uid="279">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="733.81116" z="391.7027"/>
<Orientation y="1.12568"/>
</Entity>
<Entity uid="280">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="740.91456" z="394.79938"/>
<Orientation y="0.98937"/>
</Entity>
<Entity uid="281">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="752.2657" z="402.10907"/>
<Orientation y="0.82691"/>
</Entity>
<Entity uid="282">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="757.48987" z="406.15152"/>
<Orientation y="1.17676"/>
</Entity>
<Entity uid="283">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="767.31208" z="409.38303"/>
<Orientation y="1.37371"/>
</Entity>
<Entity uid="284">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="776.04065" z="410.55628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="285">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="744.00928" z="352.92936"/>
<Orientation y="0.53454"/>
</Entity>
<Entity uid="286">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="750.70893" z="362.23737"/>
<Orientation y="0.91034"/>
</Entity>
<Entity uid="287">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="756.98371" z="367.0464"/>
<Orientation y="1.12043"/>
</Entity>
<Entity uid="288">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="763.16834" z="369.29212"/>
<Orientation y="1.47905"/>
</Entity>
<Entity uid="289">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="769.69593" z="369.74589"/>
<Orientation y="1.475"/>
</Entity>
<Entity uid="290">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="778.07575" z="371.11652"/>
<Orientation y="1.76006"/>
</Entity>
<Entity uid="291">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="784.74024" z="370.65809"/>
<Orientation y="1.5246"/>
</Entity>
<Entity uid="292">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="797.34211" z="372.73365"/>
<Orientation y="1.0982"/>
</Entity>
<Entity uid="293">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="808.74067" z="378.43003"/>
<Orientation y="0.91236"/>
</Entity>
<Entity uid="294">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="818.04096" z="386.41236"/>
<Orientation y="0.51001"/>
</Entity>
<Entity uid="295">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="825.58277" z="399.0171"/>
<Orientation y="0.43116"/>
</Entity>
<Entity uid="296">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="833.87635" z="417.15998"/>
<Orientation y="0.64243"/>
</Entity>
<Entity uid="297">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="789.42688" z="411.76191"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="298">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="798.06684" z="417.53241"/>
<Orientation y="0.89573"/>
</Entity>
<Entity uid="299">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="805.14356" z="424.5182"/>
<Orientation y="0.65706"/>
</Entity>
<Entity uid="300">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="811.38349" z="433.65793"/>
<Orientation y="0.41396"/>
</Entity>
<Entity uid="301">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="816.64411" z="449.0051"/>
<Orientation y="0.41248"/>
</Entity>
<Entity uid="302">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="823.49366" z="462.0478"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="303">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="828.4668" z="482.8089"/>
<Orientation y="0.24473"/>
</Entity>
<Entity uid="304">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="833.57605" z="502.2985"/>
<Orientation y="0.5856"/>
</Entity>
<Entity uid="305">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="839.82068" z="511.67707"/>
<Orientation y="0.49175"/>
</Entity>
<Entity uid="306">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="844.71631" z="519.28144"/>
<Orientation y="0.715"/>
</Entity>
<Entity uid="307">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="851.71448" z="526.4574"/>
<Orientation y="0.7767"/>
</Entity>
<Entity uid="308">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="855.26178" z="538.5915"/>
<Orientation y="0.91671"/>
</Entity>
<Entity uid="309">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="873.32966" z="545.41871"/>
<Orientation y="0.95492"/>
</Entity>
<Entity uid="310">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="872.83246" z="481.3567"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="311">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="879.01172" z="577.42438"/>
<Orientation y="1.27291"/>
</Entity>
<Entity uid="312">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="874.0431" z="592.43165"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="313">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="889.44092" z="651.0716"/>
<Orientation y="1.67602"/>
</Entity>
<Entity uid="314">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="880.3288" z="594.80158"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="315">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="885.7104" z="623.11817"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="316">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="882.92957" z="673.64966"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="317">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="967.71222" z="598.94153"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="318">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="981.86292" z="611.92078"/>
<Orientation y="1.43808"/>
</Entity>
<Entity uid="319">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="969.9856" z="619.37781"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="320">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="978.32099" z="686.24"/>
<Orientation y="1.47606"/>
</Entity>
<Entity uid="321">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="971.24811" z="643.09925"/>
<Orientation y="1.2907"/>
</Entity>
<Entity uid="322">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="966.69117" z="588.62897"/>
<Orientation y="1.3862"/>
</Entity>
<Entity uid="323">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="969.94294" z="565.44361"/>
<Orientation y="0.84748"/>
</Entity>
<Entity uid="324">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="979.92383" z="574.649"/>
<Orientation y="0.82773"/>
</Entity>
<Entity uid="325">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="989.77619" z="582.58124"/>
<Orientation y="1.06168"/>
</Entity>
<Entity uid="326">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="997.09888" z="585.88038"/>
<Orientation y="0.80047"/>
</Entity>
<Entity uid="327">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="1009.13794" z="555.83887"/>
<Orientation y="-2.3954"/>
</Entity>
<Entity uid="328">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="1002.82178" z="548.16401"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="329">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="997.86658" z="542.55384"/>
<Orientation y="-2.32462"/>
</Entity>
<Entity uid="330">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="990.9568" z="535.56812"/>
<Orientation y="-2.28856"/>
</Entity>
<Entity uid="331">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="982.91303" z="527.64448"/>
<Orientation y="-2.20342"/>
</Entity>
<Entity uid="332">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="972.50489" z="523.44373"/>
<Orientation y="-1.95875"/>
</Entity>
<Entity uid="333">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="961.81135" z="519.17823"/>
<Orientation y="-1.92527"/>
</Entity>
<Entity uid="334">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="955.50818" z="476.6085"/>
<Orientation y="-1.62671"/>
</Entity>
<Entity uid="335">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="952.5763" z="467.57721"/>
<Orientation y="-1.6493"/>
</Entity>
<Entity uid="336">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="951.94813" z="409.23975"/>
<Orientation y="-1.7498"/>
</Entity>
<Entity uid="337">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="862.88013" z="442.90217"/>
<Orientation y="-1.48841"/>
</Entity>
<Entity uid="338">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="955.8097" z="452.22181"/>
<Orientation y="-1.739"/>
</Entity>
<Entity uid="339">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="957.00483" z="496.9817"/>
<Orientation y="-2.10235"/>
</Entity>
<Entity uid="340">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="865.59015" z="475.27121"/>
<Orientation y="-2.0155"/>
</Entity>
<Entity uid="341">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="867.31177" z="459.70936"/>
<Orientation y="-2.96317"/>
</Entity>
<Entity uid="342">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="868.37494" z="496.49323"/>
<Orientation y="-2.65578"/>
</Entity>
<Entity uid="343">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="862.92151" z="485.97754"/>
<Orientation y="-2.53373"/>
</Entity>
<Entity uid="344">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="857.22345" z="475.19471"/>
<Orientation y="-2.741"/>
</Entity>
<Entity uid="345">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="854.641" z="469.19877"/>
<Orientation y="-2.70128"/>
</Entity>
<Entity uid="346">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="848.8537" z="455.45844"/>
<Orientation y="-2.90625"/>
</Entity>
<Entity uid="347">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="848.35792" z="449.39936"/>
<Orientation y="-2.98058"/>
</Entity>
<Entity uid="348">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="841.67115" z="439.23249"/>
<Orientation y="-3.13842"/>
</Entity>
<Entity uid="349">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="840.72358" z="425.18091"/>
<Orientation y="0.56383"/>
</Entity>
<Entity uid="350">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="829.62446" z="490.78772"/>
<Orientation y="0.8137"/>
</Entity>
<Entity uid="351">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="815.0511" z="436.74531"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="352">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="861.4209" z="541.07514"/>
<Orientation y="0.36217"/>
</Entity>
<Entity uid="353">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="950.08332" z="430.87748"/>
<Orientation y="0.59919"/>
</Entity>
<Entity uid="354">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="966.36445" z="468.25922"/>
<Orientation y="0.44173"/>
</Entity>
<Entity uid="355">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="224.5922" z="204.92066"/>
<Orientation y="-2.53861"/>
</Entity>
<Entity uid="356">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="214.06554" z="189.20496"/>
<Orientation y="-2.28502"/>
</Entity>
<Entity uid="357">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="203.754" z="182.66758"/>
<Orientation y="-1.56861"/>
</Entity>
<Entity uid="358">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="195.51117" z="183.06089"/>
<Orientation y="-1.46943"/>
</Entity>
<Entity uid="359">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="184.10703" z="183.95539"/>
<Orientation y="-1.46421"/>
</Entity>
<Entity uid="360">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="176.6537" z="185.09894"/>
<Orientation y="-1.2095"/>
</Entity>
<Entity uid="361">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="170.28641" z="187.68998"/>
<Orientation y="-1.30927"/>
</Entity>
<Entity uid="362">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="163.43049" z="189.35965"/>
<Orientation y="-1.57265"/>
</Entity>
<Entity uid="363">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="154.80134" z="189.18162"/>
<Orientation y="-1.88813"/>
</Entity>
<Entity uid="364">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="146.74042" z="186.13755"/>
<Orientation y="-1.63077"/>
</Entity>
<Entity uid="365">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="137.22602" z="185.40271"/>
<Orientation y="-2.24334"/>
</Entity>
<Entity uid="366">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="131.82168" z="180.77433"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="367">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="115.83013" z="197.31104"/>
<Orientation y="1.04493"/>
</Entity>
<Entity uid="368">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="121.07523" z="201.74872"/>
<Orientation y="0.4167"/>
</Entity>
<Entity uid="369">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="124.31102" z="209.39252"/>
<Orientation y="0.6655"/>
</Entity>
<Entity uid="370">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="128.61718" z="214.44751"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="371">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="133.04506" z="217.08158"/>
<Orientation y="1.3481"/>
</Entity>
<Entity uid="372">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="139.93207" z="218.71674"/>
<Orientation y="1.34539"/>
</Entity>
<Entity uid="373">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="144.01876" z="219.56196"/>
<Orientation y="1.2309"/>
</Entity>
<Entity uid="374">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="151.93137" z="221.93668"/>
<Orientation y="1.4229"/>
</Entity>
<Entity uid="375">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="156.88376" z="222.8285"/>
<Orientation y="1.73084"/>
</Entity>
<Entity uid="376">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="164.3419" z="221.41266"/>
<Orientation y="1.68432"/>
</Entity>
<Entity uid="377">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="173.41927" z="220.35172"/>
<Orientation y="1.56281"/>
</Entity>
<Entity uid="378">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="179.1666" z="220.58982"/>
<Orientation y="1.37302"/>
</Entity>
<Entity uid="379">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="185.60383" z="221.85065"/>
<Orientation y="1.24279"/>
</Entity>
<Entity uid="380">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="195.82581" z="224.88413"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="381">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="132.40935" z="179.78345"/>
<Orientation y="0.45849"/>
</Entity>
<Entity uid="382">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="218.23148" z="195.03695"/>
<Orientation y="0.19146"/>
</Entity>
<Entity uid="383">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="228.75741" z="208.83408"/>
<Orientation y="-1.35387"/>
</Entity>
<Entity uid="384">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="441.00306" z="253.79245"/>
<Orientation y="1.31756"/>
</Entity>
<Entity uid="385">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="446.13404" z="254.60044"/>
<Orientation y="1.67933"/>
</Entity>
<Entity uid="386">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="451.40879" z="253.84971"/>
<Orientation y="1.78385"/>
</Entity>
<Entity uid="387">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.05256" z="251.68174"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="388">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.9231" z="253.20148"/>
<Orientation y="1.34311"/>
</Entity>
<Entity uid="389">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="476.73435" z="255.07657"/>
<Orientation y="1.1721"/>
</Entity>
<Entity uid="390">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="483.88987" z="258.5251"/>
<Orientation y="0.94133"/>
</Entity>
<Entity uid="391">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="492.43357" z="264.46378"/>
<Orientation y="0.90654"/>
</Entity>
<Entity uid="392">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="501.49909" z="271.76044"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="393">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="507.11692" z="277.22971"/>
<Orientation y="1.02375"/>
</Entity>
<Entity uid="394">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="518.27961" z="283.92014"/>
<Orientation y="1.70278"/>
</Entity>
<Entity uid="395">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="523.82831" z="282.54935"/>
<Orientation y="2.261"/>
</Entity>
<Entity uid="396">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="529.27656" z="276.89664"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="397">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="534.89832" z="271.9621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="398">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="538.82605" z="267.49643"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="399">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="542.97938" z="261.46354"/>
<Orientation y="2.31946"/>
</Entity>
<Entity uid="400">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="544.85047" z="259.88111"/>
<Orientation y="2.30272"/>
</Entity>
<Entity uid="401">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="552.42469" z="253.14921"/>
<Orientation y="1.93212"/>
</Entity>
<Entity uid="402">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="561.63392" z="249.45725"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="403">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="564.78675" z="248.9019"/>
<Orientation y="1.8286"/>
</Entity>
<Entity uid="404">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="568.42151" z="248.16749"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="405">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="573.97254" z="247.78943"/>
<Orientation y="1.5686"/>
</Entity>
<Entity uid="406">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="587.80695" z="247.85639"/>
<Orientation y="1.45305"/>
</Entity>
<Entity uid="407">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="598.14014" z="248.99268"/>
<Orientation y="1.28014"/>
</Entity>
<Entity uid="408">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="607.97754" z="251.9669"/>
<Orientation y="1.20044"/>
</Entity>
<Entity uid="409">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="616.99842" z="254.55546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="410">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.86048" z="259.17957"/>
<Orientation y="2.49347"/>
</Entity>
<Entity uid="411">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="642.34711" z="261.07694"/>
<Orientation y="1.119"/>
</Entity>
<Entity uid="412">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="632.27887" z="300.39628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="413">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="623.97242" z="293.39341"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="414">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="621.43781" z="292.48731"/>
<Orientation y="-1.52385"/>
</Entity>
<Entity uid="415">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="615.2505" z="293.21491"/>
<Orientation y="-1.5836"/>
</Entity>
<Entity uid="416">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="607.24189" z="293.52363"/>
<Orientation y="-1.61162"/>
</Entity>
<Entity uid="417">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="600.7511" z="293.75226"/>
<Orientation y="-1.45607"/>
</Entity>
<Entity uid="418">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="590.60035" z="296.48975"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="419">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="582.90265" z="299.61783"/>
<Orientation y="-1.16034"/>
</Entity>
<Entity uid="420">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="574.22187" z="304.44141"/>
<Orientation y="-1.06543"/>
</Entity>
<Entity uid="421">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="567.83246" z="308.41688"/>
<Orientation y="-1.14986"/>
</Entity>
<Entity uid="422">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="558.41755" z="313.78077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="423">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="555.86432" z="322.21518"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="424">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="551.4001" z="322.94642"/>
<Orientation y="-1.31109"/>
</Entity>
<Entity uid="425">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="543.8069" z="326.05433"/>
<Orientation y="-1.45807"/>
</Entity>
<Entity uid="426">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="534.52234" z="327.66742"/>
<Orientation y="-1.96029"/>
</Entity>
<Entity uid="427">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="526.57074" z="324.45936"/>
<Orientation y="-1.55933"/>
</Entity>
<Entity uid="428">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="515.521" z="324.8631"/>
<Orientation y="-1.33577"/>
</Entity>
<Entity uid="429">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="511.77048" z="326.0618"/>
<Orientation y="-2.26377"/>
</Entity>
<Entity uid="430">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="502.60395" z="319.2306"/>
<Orientation y="-1.95772"/>
</Entity>
<Entity uid="431">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="490.61304" z="313.8513"/>
<Orientation y="-2.13427"/>
</Entity>
<Entity uid="432">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="483.75547" z="309.00934"/>
<Orientation y="-2.26513"/>
</Entity>
<Entity uid="433">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="478.44727" z="304.01307"/>
<Orientation y="-2.30282"/>
</Entity>
<Entity uid="434">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="469.55518" z="296.76532"/>
<Orientation y="-1.68482"/>
</Entity>
<Entity uid="435">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.51899" z="296.02613"/>
<Orientation y="-1.4893"/>
</Entity>
<Entity uid="436">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="451.85395" z="298.14203"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="437">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="709.17121" z="262.34485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="438">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="700.60602" z="248.35927"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="439">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="707.00934" z="242.62003"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="440">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="707.60578" z="232.50785"/>
<Orientation y="3.03048"/>
</Entity>
<Entity uid="441">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="708.65967" z="222.36553"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="442">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="709.93006" z="215.54084"/>
<Orientation y="2.9584"/>
</Entity>
<Entity uid="443">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="712.20118" z="202.54996"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="444">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="649.09522" z="156.06667"/>
<Orientation y="2.9795"/>
</Entity>
<Entity uid="445">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="716.54456" z="183.7405"/>
<Orientation y="2.78588"/>
</Entity>
<Entity uid="446">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="720.0467" z="176.6045"/>
<Orientation y="2.69466"/>
</Entity>
<Entity uid="447">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="723.57245" z="169.6348"/>
<Orientation y="2.39867"/>
</Entity>
<Entity uid="448">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="729.0304" z="162.10236"/>
<Orientation y="2.43564"/>
</Entity>
<Entity uid="449">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="735.37043" z="155.76674"/>
<Orientation y="2.18952"/>
</Entity>
<Entity uid="450">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="741.04078" z="151.79938"/>
<Orientation y="1.67983"/>
</Entity>
<Entity uid="451">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="748.35749" z="151.77802"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="452">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="752.93525" z="152.1337"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="453">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="755.7674" z="143.651"/>
<Orientation y="3.07728"/>
</Entity>
<Entity uid="454">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="758.0735" z="133.78948"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="455">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="758.94172" z="127.77913"/>
<Orientation y="3.01584"/>
</Entity>
<Entity uid="456">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="763.64618" z="114.67983"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="457">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="768.51063" z="113.98833"/>
<Orientation y="1.88041"/>
</Entity>
<Entity uid="458">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="778.47266" z="110.91523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="459">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="784.05329" z="111.13115"/>
<Orientation y="1.7737"/>
</Entity>
<Entity uid="460">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="794.05176" z="109.47077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="461">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="801.11756" z="109.66352"/>
<Orientation y="1.5095"/>
</Entity>
<Entity uid="462">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="816.82642" z="108.84687"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="463">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="812.27717" z="113.05465"/>
<Orientation y="1.41398"/>
</Entity>
<Entity uid="464">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="851.45228" z="142.7754"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="465">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="847.39924" z="144.30713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="466">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="843.94324" z="143.92615"/>
<Orientation y="-1.64022"/>
</Entity>
<Entity uid="467">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="835.02735" z="143.41413"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="468">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="826.28864" z="143.17988"/>
<Orientation y="-1.69982"/>
</Entity>
<Entity uid="469">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="821.49866" z="142.3125"/>
<Orientation y="-1.51928"/>
</Entity>
<Entity uid="470">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="816.35499" z="143.19565"/>
<Orientation y="-1.31824"/>
</Entity>
<Entity uid="471">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="807.69867" z="146.46698"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="472">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="801.19349" z="149.18998"/>
<Orientation y="-1.09386"/>
</Entity>
<Entity uid="473">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="792.2049" z="155.25333"/>
<Orientation y="-0.96094"/>
</Entity>
<Entity uid="474">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="788.41596" z="158.03232"/>
<Orientation y="-0.91498"/>
</Entity>
<Entity uid="475">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="780.29004" z="164.3747"/>
<Orientation y="-0.51885"/>
</Entity>
<Entity uid="476">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="777.66877" z="169.25217"/>
<Orientation y="-0.48253"/>
</Entity>
<Entity uid="477">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="772.83576" z="179.0876"/>
<Orientation y="-0.58657"/>
</Entity>
<Entity uid="478">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="767.16694" z="187.75306"/>
<Orientation y="-0.71143"/>
</Entity>
<Entity uid="479">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="763.18311" z="191.98813"/>
<Orientation y="-1.03855"/>
</Entity>
<Entity uid="480">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="756.11731" z="196.19053"/>
<Orientation y="-1.10151"/>
</Entity>
<Entity uid="481">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="752.3249" z="197.6237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="482">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="749.79328" z="198.88822"/>
<Orientation y="-0.90877"/>
</Entity>
<Entity uid="483">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="742.3512" z="237.17643"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="484">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="738.5099" z="214.86988"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="485">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="739.03467" z="223.98716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="486">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="740.96393" z="289.6489"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="487">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="736.28711" z="299.69275"/>
<Orientation y="1.814"/>
</Entity>
<Entity uid="488">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="739.15986" z="275.2985"/>
<Orientation y="0.86426"/>
</Entity>
<Entity uid="489">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="632.78132" z="468.4322"/>
<Orientation y="0.38595"/>
</Entity>
<Entity uid="490">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="637.91254" z="479.98093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="491">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="639.76355" z="488.73871"/>
<Orientation y="0.24796"/>
</Entity>
<Entity uid="492">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="643.83875" z="504.53977"/>
<Orientation y="0.16387"/>
</Entity>
<Entity uid="493">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="645.72608" z="515.30152"/>
<Orientation y="0.19803"/>
</Entity>
<Entity uid="494">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="647.92841" z="525.25709"/>
<Orientation y="0.27244"/>
</Entity>
<Entity uid="495">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.87" z="543.0116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="496">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="593.89222" z="556.59028"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="497">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.33143" z="564.67194"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="498">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.42261" z="571.55481"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="499">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="645.4375" z="555.68885"/>
<Orientation y="-0.32456"/>
</Entity>
<Entity uid="500">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="644.5813" z="596.60926"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="501">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="642.94098" z="601.33252"/>
<Orientation y="-0.57026"/>
</Entity>
<Entity uid="502">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="633.85261" z="612.70301"/>
<Orientation y="-0.6267"/>
</Entity>
<Entity uid="503">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.93268" z="616.18812"/>
<Orientation y="-0.78518"/>
</Entity>
<Entity uid="504">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="624.26142" z="622.56568"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="505">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="620.33259" z="625.51148"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="506">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="614.63471" z="627.66474"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="507">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="603.23902" z="631.97132"/>
<Orientation y="-1.20948"/>
</Entity>
<Entity uid="508">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="593.31366" z="635.72217"/>
<Orientation y="-1.12511"/>
</Entity>
<Entity uid="509">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="584.1261" z="640.66346"/>
<Orientation y="-1.01017"/>
</Entity>
<Entity uid="510">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="575.15711" z="648.01136"/>
<Orientation y="-0.84163"/>
</Entity>
<Entity uid="511">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="569.50843" z="653.1543"/>
<Orientation y="-0.75176"/>
</Entity>
<Entity uid="512">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="562.98597" z="660.19617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="513">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="557.41578" z="668.52778"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="514">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="657.19892" z="469.2942"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="515">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.87415" z="477.19434"/>
<Orientation y="0.28269"/>
</Entity>
<Entity uid="516">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="664.97394" z="490.31232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="517">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="668.27167" z="497.73438"/>
<Orientation y="0.21904"/>
</Entity>
<Entity uid="518">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="671.75806" z="510.95325"/>
<Orientation y="0.3637"/>
</Entity>
<Entity uid="519">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="676.51886" z="521.95514"/>
<Orientation y="0.44851"/>
</Entity>
<Entity uid="520">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="680.15156" z="529.79053"/>
<Orientation y="0.10187"/>
</Entity>
<Entity uid="521">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="681.48914" z="539.26294"/>
<Orientation y="0.30394"/>
</Entity>
<Entity uid="522">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.5542" z="550.91651"/>
<Orientation y="-0.03533"/>
</Entity>
<Entity uid="523">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.27192" z="560.79773"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="524">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.80146" z="568.62678"/>
<Orientation y="0.06855"/>
</Entity>
<Entity uid="525">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="685.57013" z="578.86792"/>
<Orientation y="0.03647"/>
</Entity>
<Entity uid="526">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="686.13367" z="600.64454"/>
<Orientation y="-0.0906"/>
</Entity>
<Entity uid="527">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="683.41272" z="613.66175"/>
<Orientation y="-0.25043"/>
</Entity>
<Entity uid="528">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="680.12195" z="625.3235"/>
<Orientation y="-0.49685"/>
</Entity>
<Entity uid="529">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="675.68024" z="632.90662"/>
<Orientation y="-0.57416"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="672.44227" z="638.50525"/>
<Orientation y="-0.55788"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="666.50226" z="648.57557"/>
<Orientation y="-0.2979"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="662.0395" z="660.06543"/>
<Orientation y="-0.35755"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="657.45197" z="669.52875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.44623" z="681.41858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="535">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="644.51343" z="683.67786"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="536">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="640.25031" z="685.28895"/>
<Orientation y="-1.11423"/>
</Entity>
<Entity uid="537">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="631.94928" z="689.50977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="538">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="629.7334" z="690.34717"/>
<Orientation y="-1.14277"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="619.52063" z="696.3899"/>
<Orientation y="-1.31502"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="614.45044" z="696.84815"/>
<Orientation y="-1.20946"/>
</Entity>
<Entity uid="541">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="609.219" z="698.8252"/>
<Orientation y="-1.15543"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="597.05402" z="704.15027"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="594.78687" z="707.20447"/>
<Orientation y="-0.81823"/>
</Entity>
<Entity uid="544">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="583.47962" z="718.19977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="582.80494" z="723.82215"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.23023" z="492.92481"/>
<Orientation y="0.00528"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.1637" z="505.65351"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.89518" z="508.23292"/>
<Orientation y="0.0617"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.6259" z="515.8014"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="438.82227" z="521.06061"/>
<Orientation y="-0.29906"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.75959" z="535.63343"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="432.80958" z="539.88929"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="431.20276" z="548.20313"/>
<Orientation y="-0.34498"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="426.4404" z="563.61976"/>
<Orientation y="-0.14332"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="424.96625" z="573.40662"/>
<Orientation y="-0.30283"/>
</Entity>
<Entity uid="556">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="423.46412" z="580.70838"/>
<Orientation y="0.1359"/>
</Entity>
<Entity uid="557">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="425.07136" z="594.96955"/>
<Orientation y="0.18863"/>
</Entity>
<Entity uid="558">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="428.89487" z="611.05866"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="559">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.40116" z="624.27771"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="560">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="436.58362" z="633.39448"/>
<Orientation y="0.36252"/>
</Entity>
<Entity uid="561">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="441.3206" z="645.72645"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="562">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="445.52125" z="659.58228"/>
<Orientation y="0.46027"/>
</Entity>
<Entity uid="563">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="456.07935" z="680.27161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="564">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.4795" z="688.3136"/>
<Orientation y="0.57853"/>
</Entity>
<Entity uid="565">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="465.8708" z="694.70044"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="566">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="471.1615" z="703.92219"/>
<Orientation y="0.91831"/>
</Entity>
<Entity uid="567">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.84964" z="525.18287"/>
<Orientation y="1.34958"/>
</Entity>
<Entity uid="568">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="454.26514" z="453.97168"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="569">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="460.57621" z="455.12699"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="570">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="463.74634" z="460.15601"/>
<Orientation y="0.46506"/>
</Entity>
<Entity uid="571">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="467.81714" z="468.07493"/>
<Orientation y="0.28408"/>
</Entity>
<Entity uid="572">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="487.0345" z="518.6902"/>
<Orientation y="0.29332"/>
</Entity>
<Entity uid="573">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="474.6561" z="491.14258"/>
<Orientation y="0.24981"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="574">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="476.65717" z="502.33594"/>
<Orientation y="0.08101"/>
</Entity>
<Entity uid="575">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="476.96299" z="512.7685"/>
<Orientation y="-0.19555"/>
</Entity>
<Entity uid="576">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="475.54395" z="518.95301"/>
<Orientation y="-0.38045"/>
</Entity>
<Entity uid="577">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="473.03998" z="523.86689"/>
<Orientation y="-0.41057"/>
</Entity>
<Entity uid="578">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="470.26847" z="530.43915"/>
<Orientation y="-0.31055"/>
</Entity>
<Entity uid="579">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="468.40391" z="536.80536"/>
<Orientation y="-0.102"/>
</Entity>
<Entity uid="580">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="467.86548" z="545.1745"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="581">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.38032" z="551.589"/>
<Orientation y="0.13135"/>
</Entity>
<Entity uid="582">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.57447" z="566.07557"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="583">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.45978" z="567.00904"/>
<Orientation y="-0.06292"/>
</Entity>
<Entity uid="584">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="464.52619" z="576.72602"/>
<Orientation y="0.02172"/>
</Entity>
<Entity uid="585">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="465.4195" z="587.26136"/>
<Orientation y="0.07848"/>
</Entity>
<Entity uid="586">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="466.08567" z="599.5027"/>
<Orientation y="0.19297"/>
</Entity>
<Entity uid="587">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="468.98835" z="612.01636"/>
<Orientation y="0.2634"/>
</Entity>
<Entity uid="588">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="471.8083" z="623.08008"/>
<Orientation y="0.28582"/>
</Entity>
<Entity uid="589">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="475.58982" z="634.85511"/>
<Orientation y="0.42351"/>
</Entity>
<Entity uid="590">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="480.77433" z="647.30335"/>
<Orientation y="0.37429"/>
</Entity>
<Entity uid="591">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="485.44111" z="659.91144"/>
<Orientation y="0.35451"/>
</Entity>
<Entity uid="592">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="488.62739" z="669.08161"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="593">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="498.87821" z="692.92872"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="594">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="190.57535" z="504.8022"/>
<Orientation y="-1.50028"/>
</Entity>
<Entity uid="595">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="184.55901" z="506.44077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="596">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="179.6355" z="512.44562"/>
<Orientation y="-0.86504"/>
</Entity>
<Entity uid="597">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="172.91602" z="518.81287"/>
<Orientation y="-0.61158"/>
</Entity>
<Entity uid="598">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="163.20496" z="530.6551"/>
<Orientation y="-0.52448"/>
</Entity>
<Entity uid="599">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="159.11168" z="537.96863"/>
<Orientation y="-0.47323"/>
</Entity>
<Entity uid="600">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="155.33869" z="545.37098"/>
<Orientation y="-0.26388"/>
</Entity>
<Entity uid="601">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="152.11342" z="559.22022"/>
<Orientation y="0.0006"/>
</Entity>
<Entity uid="602">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="151.50779" z="575.0641"/>
<Orientation y="-0.08654"/>
</Entity>
<Entity uid="603">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="150.47992" z="585.45435"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="604">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="148.96035" z="594.68934"/>
<Orientation y="-0.51967"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="138.64289" z="612.3617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="137.61724" z="613.43"/>
<Orientation y="-0.82508"/>
</Entity>
<Entity uid="607">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="131.80472" z="620.20533"/>
<Orientation y="-0.6908"/>
</Entity>
<Entity uid="608">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="128.39953" z="625.0777"/>
<Orientation y="-0.45492"/>
</Entity>
<Entity uid="609">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="124.62842" z="633.21131"/>
<Orientation y="-0.58503"/>
</Entity>
<Entity uid="610">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="117.64411" z="643.83216"/>
<Orientation y="-0.50622"/>
</Entity>
<Entity uid="611">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="108.26392" z="659.70221"/>
<Orientation y="-0.35726"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="103.42289" z="668.59144"/>
<Orientation y="-0.6218"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="93.87224" z="681.58259"/>
<Orientation y="-0.65365"/>
</Entity>
<Entity uid="614">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="84.6152" z="679.74482"/>
<Orientation y="-0.9748"/>
</Entity>
<Entity uid="615">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="75.2366" z="695.15882"/>
<Orientation y="-1.20946"/>
</Entity>
<Entity uid="616">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="67.31894" z="698.7566"/>
<Orientation y="-1.20951"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="60.36318" z="702.90784"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="618">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="55.74639" z="706.49598"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="619">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="111.59244" z="652.17115"/>
<Orientation y="1.63794"/>
</Entity>
<Entity uid="620">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="96.76684" z="673.05652"/>
<Orientation y="-1.95351"/>
</Entity>
<Entity uid="621">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="138.95521" z="594.44245"/>
<Orientation y="-1.82299"/>
</Entity>
<Entity uid="622">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="190.96988" z="552.27033"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="623">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="188.50504" z="558.47803"/>
<Orientation y="-0.51967"/>
</Entity>
<Entity uid="624">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="185.46317" z="563.8628"/>
<Orientation y="-0.23346"/>
</Entity>
<Entity uid="625">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="183.82293" z="572.02588"/>
<Orientation y="-0.10338"/>
</Entity>
<Entity uid="626">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="182.41636" z="580.93323"/>
<Orientation y="-0.00786"/>
</Entity>
<Entity uid="627">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="182.43204" z="590.00135"/>
<Orientation y="0.00799"/>
</Entity>
<Entity uid="628">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="182.86255" z="603.53925"/>
<Orientation y="0.25844"/>
</Entity>
<Entity uid="629">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="184.18451" z="612.36384"/>
<Orientation y="-0.00757"/>
</Entity>
<Entity uid="630">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="183.37415" z="620.2146"/>
<Orientation y="-0.26961"/>
</Entity>
<Entity uid="631">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="180.6388" z="627.93305"/>
<Orientation y="-0.65465"/>
</Entity>
<Entity uid="632">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="175.05344" z="634.5381"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="633">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="172.68104" z="637.56965"/>
<Orientation y="-0.70685"/>
</Entity>
<Entity uid="634">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="167.13605" z="644.63819"/>
<Orientation y="-0.40163"/>
</Entity>
<Entity uid="635">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="162.97588" z="652.28968"/>
<Orientation y="-0.63096"/>
</Entity>
<Entity uid="636">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="157.71738" z="659.21546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="637">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="151.59142" z="664.5547"/>
<Orientation y="-0.72814"/>
</Entity>
<Entity uid="638">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="147.32236" z="669.23926"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="639">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="145.6999" z="671.57941"/>
<Orientation y="-0.72779"/>
</Entity>
<Entity uid="640">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="139.55973" z="679.52863"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="641">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="134.56754" z="686.10682"/>
<Orientation y="-0.72614"/>
</Entity>
<Entity uid="642">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="128.68825" z="694.2544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="643">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="120.98237" z="703.90137"/>
<Orientation y="-0.06249"/>
</Entity>
<Entity uid="644">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="119.50577" z="711.13001"/>
<Orientation y="-1.10512"/>
</Entity>
<Entity uid="645">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="115.96393" z="712.93873"/>
<Orientation y="-0.59757"/>
</Entity>
<Entity uid="646">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="112.51269" z="716.61457"/>
<Orientation y="-0.73473"/>
</Entity>
<Entity uid="647">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="106.45258" z="723.50635"/>
<Orientation y="-0.9198"/>
</Entity>
<Entity uid="648">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="102.83433" z="726.35352"/>
<Orientation y="-1.1488"/>
</Entity>
<Entity uid="649">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="98.22817" z="729.08802"/>
<Orientation y="-1.11396"/>
</Entity>
<Entity uid="650">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="92.64824" z="736.91553"/>
<Orientation y="-0.77082"/>
</Entity>
<Entity uid="651">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="85.01522" z="745.58484"/>
<Orientation y="-0.91929"/>
</Entity>
<Entity uid="652">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="79.46813" z="752.5813"/>
<Orientation y="-0.85283"/>
</Entity>
<Entity uid="653">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="73.16749" z="751.22596"/>
<Orientation y="-0.43696"/>
</Entity>
<Entity uid="654">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="47.89219" z="707.99183"/>
<Orientation y="1.38073"/>
</Entity>
<Entity uid="655">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="228.07435" z="512.06623"/>
<Orientation y="1.33725"/>
</Entity>
<Entity uid="656">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="244.43442" z="493.54694"/>
<Orientation y="-2.2776"/>
</Entity>
<Entity uid="657">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="232.20966" z="443.18284"/>
<Orientation y="1.28133"/>
</Entity>
<Entity uid="658">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="216.82361" z="469.98053"/>
<Orientation y="1.39901"/>
</Entity>
<Entity uid="659">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="166.51474" z="521.1371"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="660">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="591.62836" z="714.11316"/>
<Orientation y="1.12352"/>
</Entity>
<Entity uid="661">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="582.37793" z="773.7793"/>
<Orientation y="1.33672"/>
</Entity>
<Entity uid="662">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="591.59571" z="778.25379"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="663">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="597.60077" z="779.2605"/>
<Orientation y="1.48052"/>
</Entity>
<Entity uid="664">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="606.01673" z="780.57905"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="665">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="612.20875" z="782.35615"/>
<Orientation y="1.20528"/>
</Entity>
<Entity uid="666">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="622.05958" z="786.92481"/>
<Orientation y="1.03121"/>
</Entity>
<Entity uid="667">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.51465" z="791.19843"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="668">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="638.42945" z="795.57117"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="669">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="643.52588" z="803.95435"/>
<Orientation y="0.56086"/>
</Entity>
<Entity uid="670">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="650.9839" z="815.29755"/>
<Orientation y="0.41424"/>
</Entity>
<Entity uid="671">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.37952" z="825.16163"/>
<Orientation y="0.31672"/>
</Entity>
<Entity uid="672">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.11701" z="839.61664"/>
<Orientation y="0.33751"/>
</Entity>
<Entity uid="673">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="665.13624" z="853.3694"/>
<Orientation y="0.12441"/>
</Entity>
<Entity uid="674">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="666.15833" z="864.37391"/>
<Orientation y="0.11077"/>
</Entity>
<Entity uid="675">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="669.3003" z="882.36908"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="676">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="678.45301" z="904.26154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="677">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="681.93445" z="915.97547"/>
<Orientation y="0.24062"/>
</Entity>
<Entity uid="678">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="682.67334" z="934.03724"/>
<Orientation y="0.19652"/>
</Entity>
<Entity uid="679">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.95917" z="943.60676"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="680">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="687.97272" z="952.96863"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="681">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="690.55738" z="964.41645"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="682">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="691.38843" z="973.26178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="683">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="684.00733" z="925.92652"/>
<Orientation y="1.44405"/>
</Entity>
<Entity uid="684">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="661.27417" z="977.38172"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="685">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="662.80634" z="966.54651"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="686">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="660.07575" z="953.86695"/>
<Orientation y="-2.88074"/>
</Entity>
<Entity uid="687">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="655.48292" z="932.03846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="688">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="652.50623" z="924.49738"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="689">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.51063" z="920.1316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="690">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="649.50501" z="913.80396"/>
<Orientation y="-2.87027"/>
</Entity>
<Entity uid="691">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="646.9878" z="905.57197"/>
<Orientation y="-2.92255"/>
</Entity>
<Entity uid="692">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="644.6211" z="894.54609"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="693">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="643.9961" z="887.1316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="694">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="642.75757" z="880.25184"/>
<Orientation y="-2.85563"/>
</Entity>
<Entity uid="695">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="638.9087" z="868.3844"/>
<Orientation y="-2.91478"/>
</Entity>
<Entity uid="696">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="636.28992" z="855.50709"/>
<Orientation y="-2.86008"/>
</Entity>
<Entity uid="697">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="634.06116" z="846.3"/>
<Orientation y="-2.822"/>
</Entity>
<Entity uid="698">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="630.56336" z="837.71814"/>
<Orientation y="-2.60096"/>
</Entity>
<Entity uid="699">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="623.71662" z="830.1648"/>
<Orientation y="-2.12708"/>
</Entity>
<Entity uid="700">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="617.7389" z="824.04688"/>
<Orientation y="-2.08344"/>
</Entity>
<Entity uid="701">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="609.62897" z="817.25843"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="702">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="602.1869" z="818.90412"/>
<Orientation y="-1.84083"/>
</Entity>
<Entity uid="703">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="593.82416" z="816.09656"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="704">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="590.20691" z="815.83057"/>
<Orientation y="-1.58777"/>
</Entity>
<Entity uid="705">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="585.1208" z="815.67682"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="706">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="578.84968" z="808.57422"/>
<Orientation y="-1.86881"/>
</Entity>
<Entity uid="707">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="573.05085" z="810.88984"/>
<Orientation y="-1.85366"/>
</Entity>
<Entity uid="708">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="567.5423" z="809.12806"/>
<Orientation y="-2.04836"/>
</Entity>
<Entity uid="709">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="563.88581" z="807.17127"/>
<Orientation y="-2.3874"/>
</Entity>
<Entity uid="710">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="560.0583" z="802.94434"/>
<Orientation y="1.01688"/>
</Entity>
<Entity uid="711">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="486.79276" z="801.9687"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="712">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="486.82386" z="801.53333"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="713">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="482.61307" z="803.76044"/>
<Orientation y="-0.74262"/>
</Entity>
<Entity uid="714">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="475.54392" z="812.05274"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="715">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="473.74616" z="813.83631"/>
<Orientation y="-0.88855"/>
</Entity>
<Entity uid="716">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="466.32374" z="820.22687"/>
<Orientation y="-0.94742"/>
</Entity>
<Entity uid="717">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="461.13831" z="823.55195"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="718">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="455.28763" z="833.00599"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="719">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="453.66623" z="844.21888"/>
<Orientation y="-0.3651"/>
</Entity>
<Entity uid="720">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="450.89289" z="851.74769"/>
<Orientation y="-0.57685"/>
</Entity>
<Entity uid="721">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="445.81717" z="858.75794"/>
<Orientation y="-0.52344"/>
</Entity>
<Entity uid="722">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="442.83454" z="864.56904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="723">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="437.83426" z="870.12513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="724">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="432.08936" z="876.03852"/>
<Orientation y="-0.2636"/>
</Entity>
<Entity uid="725">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="427.95585" z="887.15101"/>
<Orientation y="-0.24535"/>
</Entity>
<Entity uid="726">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="422.72541" z="903.10474"/>
<Orientation y="-0.34237"/>
</Entity>
<Entity uid="727">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="419.2389" z="910.10572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="728">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="416.08405" z="918.90412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="729">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="414.43381" z="932.25171"/>
<Orientation y="-0.08762"/>
</Entity>
<Entity uid="730">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="413.33472" z="942.65271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="731">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="412.43467" z="946.96265"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="732">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="410.97416" z="957.35157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="733">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="411.28324" z="964.91376"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="734">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="410.51185" z="968.70514"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="735">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="407.4922" z="982.07422"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="736">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="426.13294" z="893.75025"/>
<Orientation y="0.60447"/>
</Entity>
<Entity uid="737">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="465.98331" z="767.5713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="738">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="461.21924" z="776.6183"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="739">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="454.52656" z="779.1756"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="740">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="451.63221" z="782.23383"/>
<Orientation y="-0.67023"/>
</Entity>
<Entity uid="741">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="444.40406" z="785.63086"/>
<Orientation y="-0.79784"/>
</Entity>
<Entity uid="742">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.96747" z="794.47706"/>
<Orientation y="-0.81739"/>
</Entity>
<Entity uid="743">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="433.03379" z="800.22901"/>
<Orientation y="-0.84221"/>
</Entity>
<Entity uid="744">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="426.44904" z="803.08332"/>
<Orientation y="-0.74273"/>
</Entity>
<Entity uid="745">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="421.2671" z="811.11298"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="746">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="416.9528" z="817.16895"/>
<Orientation y="-0.58414"/>
</Entity>
<Entity uid="747">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="412.8657" z="822.6775"/>
<Orientation y="-0.48101"/>
</Entity>
<Entity uid="748">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="407.80414" z="831.8913"/>
<Orientation y="-0.48142"/>
</Entity>
<Entity uid="749">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="404.79563" z="837.24671"/>
<Orientation y="-0.52141"/>
</Entity>
<Entity uid="750">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="399.6702" z="846.96094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="751">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="397.73414" z="853.49537"/>
<Orientation y="-0.35851"/>
</Entity>
<Entity uid="752">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="389.21204" z="862.48224"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="753">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="388.90186" z="878.40174"/>
<Orientation y="-0.20781"/>
</Entity>
<Entity uid="754">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="383.07273" z="884.5807"/>
<Orientation y="-0.41713"/>
</Entity>
<Entity uid="755">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="382.34278" z="900.48511"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="756">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="381.12128" z="906.03626"/>
<Orientation y="-0.3145"/>
</Entity>
<Entity uid="757">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="374.20142" z="911.25824"/>
<Orientation y="-0.32766"/>
</Entity>
<Entity uid="758">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="372.63538" z="929.25147"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="759">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="371.60923" z="938.01453"/>
<Orientation y="-0.12334"/>
</Entity>
<Entity uid="760">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="370.58329" z="949.46949"/>
<Orientation y="-0.24787"/>
</Entity>
<Entity uid="761">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="367.198" z="961.5995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="762">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="365.57367" z="970.61561"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="763">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="398.13727" z="864.98914"/>
<Orientation y="0.90185"/>
</Entity>
<Entity uid="764">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="422.51392" z="687.9286"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="765">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="439.57123" z="711.86414"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="766">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="418.13315" z="749.63422"/>
<Orientation y="1.38146"/>
</Entity>
<Entity uid="767">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="508.408" z="642.91614"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="768">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="497.34433" z="618.83686"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="769">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="537.91193" z="652.83985"/>
<Orientation y="1.23272"/>
</Entity>
<Entity uid="770">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="641.82825" z="740.37116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="771">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="674.96216" z="781.05054"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="772">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="588.06403" z="883.45447"/>
<Orientation y="-2.03579"/>
</Entity>
<Entity uid="773">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="560.7317" z="881.59198"/>
<Orientation y="-1.48287"/>
</Entity>
<Entity uid="774">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="527.64191" z="891.97046"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="775">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="509.43488" z="880.05622"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="776">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="474.10663" z="854.48548"/>
<Orientation y="0.14109"/>
</Entity>
<Entity uid="777">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="807.38965" z="328.89014"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="778">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="801.63257" z="290.70087"/>
<Orientation y="-2.86489"/>
</Entity>
<Entity uid="779">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="791.542" z="258.6667"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="780">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="726.48914" z="454.56263"/>
<Orientation y="1.25455"/>
</Entity>
<Entity uid="781">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="682.70093" z="456.06568"/>
<Orientation y="2.10827"/>
</Entity>
<Entity uid="782">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="741.2627" z="431.65265"/>
<Orientation y="-2.01345"/>
</Entity>
<Entity uid="783">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="633.23951" z="220.26514"/>
<Orientation y="-3.08716"/>
</Entity>
<Entity uid="784">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="712.21113" z="193.55721"/>
<Orientation y="1.11565"/>
</Entity>
<Entity uid="785">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="695.18928" z="252.67203"/>
<Orientation y="2.50777"/>
</Entity>
<Entity uid="786">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="624.8877" z="335.89103"/>
<Orientation y="-2.38633"/>
</Entity>
<Entity uid="787">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="548.73884" z="223.85462"/>
<Orientation y="2.61477"/>
</Entity>
<Entity uid="788">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="590.78156" z="214.72303"/>
<Orientation y="0.66761"/>
</Entity>
<Entity uid="789">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="625.18378" z="179.56505"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="790">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="688.12537" z="135.64951"/>
<Orientation y="1.4745"/>
</Entity>
<Entity uid="798">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="696.61768" z="342.30658"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="799">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="532.2934" z="766.93659"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="828">
<Template>other/bridge_wooden</Template>
<Player>0</Player>
<Position x="916.6037" z="531.7107"/>
<Orientation y="3.10434"/>
</Entity>
<Entity uid="829">
<Template>other/bridge_wooden</Template>
<Player>0</Player>
<Position x="917.3625" z="544.38178"/>
<Orientation y="-0.0089"/>
</Entity>
<Entity uid="830">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="80.1608" z="413.55137"/>
<Orientation y="-2.18749"/>
</Entity>
<Entity uid="831">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="73.61132" z="403.66492"/>
<Orientation y="2.95005"/>
</Entity>
<Entity uid="832">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="77.03876" z="388.16056"/>
<Orientation y="3.04946"/>
</Entity>
<Entity uid="833">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="75.80025" z="378.4792"/>
<Orientation y="-2.53795"/>
</Entity>
<Entity uid="834">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="71.20173" z="370.63147"/>
<Orientation y="-2.65105"/>
</Entity>
<Entity uid="835">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="69.0358" z="352.99891"/>
<Orientation y="3.09546"/>
</Entity>
<Entity uid="836">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="70.45562" z="343.26001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="837">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="73.58548" z="348.94578"/>
<Orientation y="0.49448"/>
</Entity>
<Entity uid="838">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="80.76236" z="363.64158"/>
<Orientation y="0.0499"/>
</Entity>
<Entity uid="839">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="82.00028" z="378.46354"/>
<Orientation y="0.4612"/>
</Entity>
<Entity uid="840">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="85.97294" z="388.64945"/>
<Orientation y="-0.1027"/>
</Entity>
<Entity uid="841">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.99373" z="411.29926"/>
<Orientation y="-3.08024"/>
</Entity>
<Entity uid="842">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.466" z="397.07178"/>
<Orientation y="-3.11307"/>
</Entity>
<Entity uid="843">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.05234" z="379.5359"/>
<Orientation y="-3.08985"/>
</Entity>
<Entity uid="844">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="114.08445" z="365.11442"/>
<Orientation y="-2.26879"/>
</Entity>
<Entity uid="845">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="108.51" z="361.21631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="846">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="105.16308" z="353.92356"/>
<Orientation y="-2.8652"/>
</Entity>
<Entity uid="847">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="101.80814" z="336.54874"/>
<Orientation y="2.83251"/>
</Entity>
<Entity uid="848">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="110.32033" z="326.05945"/>
<Orientation y="0.27976"/>
</Entity>
<Entity uid="849">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="116.13411" z="346.29657"/>
<Orientation y="0.32049"/>
</Entity>
<Entity uid="850">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="120.62516" z="359.77845"/>
<Orientation y="0.44251"/>
</Entity>
<Entity uid="851">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="126.4581" z="373.7204"/>
<Orientation y="-0.13769"/>
</Entity>
<Entity uid="852">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="123.47112" z="394.41477"/>
<Orientation y="0.17716"/>
</Entity>
<Entity uid="853">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="129.04276" z="410.65714"/>
<Orientation y="2.00022"/>
</Entity>
<Entity uid="854">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="214.26493" z="114.8906"/>
<Orientation y="2.70694"/>
</Entity>
<Entity uid="855">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="296.63587" z="119.2883"/>
<Orientation y="-2.71058"/>
</Entity>
<Entity uid="856">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="292.30231" z="109.66529"/>
<Orientation y="-2.7392"/>
</Entity>
<Entity uid="857">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="289.9336" z="93.89246"/>
<Orientation y="3.10302"/>
</Entity>
<Entity uid="858">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="291.72437" z="83.7536"/>
<Orientation y="2.81818"/>
</Entity>
<Entity uid="859">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="298.70301" z="69.63443"/>
<Orientation y="2.42251"/>
</Entity>
<Entity uid="860">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="342.66868" z="124.98453"/>
<Orientation y="-2.882"/>
</Entity>
<Entity uid="861">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="340.24735" z="116.25336"/>
<Orientation y="-3.01145"/>
</Entity>
<Entity uid="862">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="340.15772" z="103.27085"/>
<Orientation y="2.62552"/>
</Entity>
<Entity uid="863">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="349.11985" z="94.90654"/>
<Orientation y="0.46572"/>
</Entity>
<Entity uid="864">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="352.86637" z="96.9612"/>
<Orientation y="2.67737"/>
</Entity>
<Entity uid="865">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="360.33362" z="81.16239"/>
<Orientation y="-2.92396"/>
</Entity>
<Entity uid="866">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="358.38431" z="74.73766"/>
<Orientation y="3.11509"/>
</Entity>
<Entity uid="867">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="360.58222" z="65.79232"/>
<Orientation y="2.00734"/>
</Entity>
<Entity uid="868">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="368.0233" z="63.68487"/>
<Orientation y="0.35454"/>
</Entity>
<Entity uid="869">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="371.07367" z="71.09844"/>
<Orientation y="2.49628"/>
</Entity>
<Entity uid="870">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="375.75046" z="64.86687"/>
<Orientation y="2.90351"/>
</Entity>
<Entity uid="871">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="378.78873" z="58.44426"/>
<Orientation y="2.32261"/>
</Entity>
<Entity uid="872">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="346.0279" z="90.90424"/>
<Orientation y="-3.00753"/>
</Entity>
<Entity uid="873">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="343.32471" z="81.64856"/>
<Orientation y="2.72718"/>
</Entity>
<Entity uid="874">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="353.66306" z="75.55015"/>
<Orientation y="0.08001"/>
</Entity>
<Entity uid="875">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="341.42554" z="91.43915"/>
<Orientation y="-2.34874"/>
</Entity>
<Entity uid="876">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="441.28177" z="36.1075"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="877">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="449.40488" z="36.84946"/>
<Orientation y="1.75174"/>
</Entity>
<Entity uid="878">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="455.08353" z="33.65946"/>
<Orientation y="3.06438"/>
</Entity>
<Entity uid="879">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="454.70469" z="26.54226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="880">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="454.17573" z="22.43766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="881">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="445.83304" z="24.11991"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="882">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="445.48282" z="29.17022"/>
<Orientation y="1.0046"/>
</Entity>
<Entity uid="883">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="527.62311" z="58.02703"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="884">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="535.66907" z="54.85482"/>
<Orientation y="2.10644"/>
</Entity>
<Entity uid="885">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="543.21888" z="51.52135"/>
<Orientation y="-3.07587"/>
</Entity>
<Entity uid="886">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="541.44788" z="35.32331"/>
<Orientation y="0.5687"/>
</Entity>
<Entity uid="887">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="546.18366" z="46.8487"/>
<Orientation y="0.19547"/>
</Entity>
<Entity uid="888">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="550.26191" z="63.449"/>
<Orientation y="1.19162"/>
</Entity>
<Entity uid="889">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="557.0713" z="64.00051"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="890">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="560.46283" z="56.55207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="891">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="561.85138" z="55.72286"/>
<Orientation y="-2.2184"/>
</Entity>
<Entity uid="892">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="551.09046" z="43.36219"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="893">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="555.58814" z="56.42215"/>
<Orientation y="1.79609"/>
</Entity>
<Entity uid="894">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="536.6388" z="42.75794"/>
<Orientation y="-1.3753"/>
</Entity>
<Entity uid="895">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="525.21155" z="49.80785"/>
<Orientation y="1.17173"/>
</Entity>
<Entity uid="896">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="418.38172" z="185.26871"/>
<Orientation y="-0.01212"/>
</Entity>
<Entity uid="897">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="417.45838" z="191.1941"/>
<Orientation y="-1.33431"/>
</Entity>
<Entity uid="898">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="400.30625" z="192.07773"/>
<Orientation y="-1.60143"/>
</Entity>
<Entity uid="899">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="388.79084" z="192.41453"/>
<Orientation y="-0.94446"/>
</Entity>
<Entity uid="900">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="393.04755" z="185.77457"/>
<Orientation y="-0.14357"/>
</Entity>
<Entity uid="901">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="389.60071" z="198.9761"/>
<Orientation y="1.71511"/>
</Entity>
<Entity uid="902">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="413.52607" z="195.27"/>
<Orientation y="1.88337"/>
</Entity>
<Entity uid="903">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="435.06739" z="190.64005"/>
<Orientation y="1.67716"/>
</Entity>
<Entity uid="904">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="447.06373" z="188.58619"/>
<Orientation y="2.73739"/>
</Entity>
<Entity uid="905">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="438.10761" z="181.47641"/>
<Orientation y="-1.40174"/>
</Entity>
<Entity uid="906">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="415.35718" z="184.16611"/>
<Orientation y="-1.55619"/>
</Entity>
<Entity uid="907">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="404.7559" z="185.98371"/>
<Orientation y="-1.68631"/>
</Entity>
<Entity uid="908">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="385.8093" z="182.73774"/>
<Orientation y="-1.27446"/>
</Entity>
<Entity uid="909">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="411.50757" z="196.94956"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="910">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="424.72995" z="195.75165"/>
<Orientation y="2.41622"/>
</Entity>
<Entity uid="911">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="409.97675" z="201.83149"/>
<Orientation y="-0.7632"/>
</Entity>
<Entity uid="912">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="725.8595" z="118.7175"/>
<Orientation y="-2.78246"/>
</Entity>
<Entity uid="913">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="723.03345" z="98.60138"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="914">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="718.82007" z="85.62855"/>
<Orientation y="-1.9557"/>
</Entity>
<Entity uid="915">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="707.5492" z="80.60206"/>
<Orientation y="-2.16996"/>
</Entity>
<Entity uid="916">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="703.25751" z="77.85428"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="917">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="712.04645" z="67.96012"/>
<Orientation y="0.81516"/>
</Entity>
<Entity uid="918">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="719.0417" z="74.7006"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="919">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="722.03437" z="81.93348"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="920">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="728.56525" z="90.8617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="921">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="733.39203" z="98.33301"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="922">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="732.52308" z="111.81324"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="923">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="735.1048" z="118.29163"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="924">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="884.53077" z="231.22779"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="925">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="881.21753" z="228.90857"/>
<Orientation y="-1.33016"/>
</Entity>
<Entity uid="926">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="870.50611" z="234.11118"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="927">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="868.6698" z="241.8501"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="928">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.75586" z="230.21415"/>
<Orientation y="3.13932"/>
</Entity>
<Entity uid="929">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.84626" z="217.33271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="930">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.64094" z="212.21366"/>
<Orientation y="-2.09054"/>
</Entity>
<Entity uid="931">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="847.5279" z="206.37494"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="932">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="847.35328" z="197.81785"/>
<Orientation y="-3.13176"/>
</Entity>
<Entity uid="933">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="845.3584" z="186.22098"/>
<Orientation y="1.80367"/>
</Entity>
<Entity uid="934">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="865.04871" z="186.7464"/>
<Orientation y="0.20981"/>
</Entity>
<Entity uid="935">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="866.66169" z="197.3902"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="936">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="867.1825" z="206.78638"/>
<Orientation y="0.36181"/>
</Entity>
<Entity uid="937">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="873.03742" z="219.04136"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="938">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="876.17542" z="219.51331"/>
<Orientation y="2.3119"/>
</Entity>
<Entity uid="939">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="884.03174" z="213.01966"/>
<Orientation y="-2.9219"/>
</Entity>
<Entity uid="940">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="881.46637" z="204.45456"/>
<Orientation y="-2.69095"/>
</Entity>
<Entity uid="941">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="877.42255" z="197.53171"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="942">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="860.08887" z="192.41511"/>
<Orientation y="1.45733"/>
</Entity>
<Entity uid="943">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="851.92658" z="201.83393"/>
<Orientation y="-3.02462"/>
</Entity>
<Entity uid="944">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="855.21503" z="185.31223"/>
<Orientation y="0.70257"/>
</Entity>
<Entity uid="945">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="871.23163" z="186.21763"/>
<Orientation y="2.85488"/>
</Entity>
<Entity uid="946">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="877.46094" z="180.23902"/>
<Orientation y="0.26018"/>
</Entity>
<Entity uid="947">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="878.53675" z="195.03483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="948">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="880.08796" z="201.7169"/>
<Orientation y="0.93665"/>
</Entity>
<Entity uid="949">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="884.54206" z="204.90561"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="950">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="886.15741" z="208.0152"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="951">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="887.64673" z="215.46183"/>
<Orientation y="0.7026"/>
</Entity>
<Entity uid="952">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="863.33008" z="167.80073"/>
<Orientation y="-3.0259"/>
</Entity>
<Entity uid="953">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="862.66913" z="162.50838"/>
<Orientation y="-1.34746"/>
</Entity>
<Entity uid="954">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="848.65381" z="166.549"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="955">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="848.07099" z="166.96177"/>
<Orientation y="-2.00562"/>
</Entity>
<Entity uid="956">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="838.18769" z="161.6312"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="957">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="851.15888" z="156.68918"/>
<Orientation y="1.0818"/>
</Entity>
<Entity uid="958">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="759.49292" z="586.2378"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="959">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="762.41492" z="586.62153"/>
<Orientation y="2.73583"/>
</Entity>
<Entity uid="960">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="765.64307" z="577.85743"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="961">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="770.96021" z="576.10193"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="962">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="772.51832" z="578.80665"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="963">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="777.0492" z="573.14161"/>
<Orientation y="2.45562"/>
</Entity>
<Entity uid="964">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="781.25483" z="573.32264"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="965">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="785.98487" z="575.44861"/>
<Orientation y="2.20005"/>
</Entity>
<Entity uid="966">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="791.83631" z="570.46698"/>
<Orientation y="3.04786"/>
</Entity>
<Entity uid="967">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="797.01392" z="567.44361"/>
<Orientation y="0.20914"/>
</Entity>
<Entity uid="968">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="797.6814" z="572.68836"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="969">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="800.1579" z="573.09015"/>
<Orientation y="2.51752"/>
</Entity>
<Entity uid="970">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="802.57966" z="569.77942"/>
<Orientation y="2.76256"/>
</Entity>
<Entity uid="971">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="805.74714" z="561.6811"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="972">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="810.36213" z="563.2953"/>
<Orientation y="0.50274"/>
</Entity>
<Entity uid="973">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="814.03162" z="569.82325"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="974">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="819.37183" z="570.35981"/>
<Orientation y="2.76998"/>
</Entity>
<Entity uid="975">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="821.1468" z="565.3954"/>
<Orientation y="1.40062"/>
</Entity>
<Entity uid="976">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="829.56647" z="565.51026"/>
<Orientation y="0.56159"/>
</Entity>
<Entity uid="977">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="833.98536" z="569.26868"/>
<Orientation y="1.13714"/>
</Entity>
<Entity uid="978">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="788.76032" z="563.5279"/>
<Orientation y="0.67597"/>
</Entity>
<Entity uid="979">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="814.12342" z="541.99897"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="980">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="807.20765" z="549.11591"/>
<Orientation y="-1.23995"/>
</Entity>
<Entity uid="981">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="795.19098" z="557.7223"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="982">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="767.9958" z="568.90094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="983">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="752.95154" z="583.5428"/>
<Orientation y="0.51433"/>
</Entity>
<Entity uid="984">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="828.65125" z="551.61011"/>
<Orientation y="0.7105"/>
</Entity>
<Entity uid="985">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="850.91596" z="572.03418"/>
<Orientation y="-3.13398"/>
</Entity>
<Entity uid="986">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="781.11835" z="557.86188"/>
<Orientation y="0.65471"/>
</Entity>
<Entity uid="987">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="86.55999" z="576.77131"/>
<Orientation y="-0.71985"/>
</Entity>
<Entity uid="988">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="74.47294" z="586.66785"/>
<Orientation y="-0.39478"/>
</Entity>
<Entity uid="989">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="64.6709" z="611.12177"/>
<Orientation y="-0.09314"/>
</Entity>
<Entity uid="990">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="60.36236" z="635.10639"/>
<Orientation y="1.0661"/>
</Entity>
<Entity uid="991">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="39.20522" z="562.74073"/>
<Orientation y="-3.1171"/>
</Entity>
<Entity uid="992">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="42.0831" z="525.28693"/>
<Orientation y="2.70952"/>
</Entity>
<Entity uid="993">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="47.09375" z="506.91086"/>
<Orientation y="-2.71041"/>
</Entity>
<Entity uid="994">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="36.42467" z="498.10456"/>
<Orientation y="2.26323"/>
</Entity>
<Entity uid="995">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="79.01345" z="511.83744"/>
<Orientation y="-0.10465"/>
</Entity>
<Entity uid="996">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="70.18166" z="553.58564"/>
<Orientation y="-3.05088"/>
</Entity>
<Entity uid="997">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="73.65055" z="462.01771"/>
<Orientation y="1.23095"/>
</Entity>
<Entity uid="998">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="257.35389" z="539.77393"/>
<Orientation y="1.6972"/>
</Entity>
<Entity uid="999">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="268.05616" z="554.2389"/>
<Orientation y="1.91544"/>
</Entity>
<Entity uid="1000">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="284.80961" z="549.52424"/>
<Orientation y="2.20784"/>
</Entity>
<Entity uid="1001">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="311.91642" z="555.46912"/>
<Orientation y="0.32868"/>
</Entity>
<Entity uid="1002">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="316.67981" z="567.89185"/>
<Orientation y="2.23154"/>
</Entity>
<Entity uid="1003">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="321.06617" z="562.80439"/>
<Orientation y="2.61011"/>
</Entity>
<Entity uid="1004">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="331.03025" z="551.60114"/>
<Orientation y="1.16735"/>
</Entity>
<Entity uid="1005">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="335.02512" z="557.7497"/>
<Orientation y="0.43033"/>
</Entity>
<Entity uid="1006">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="342.95987" z="570.45594"/>
<Orientation y="2.64638"/>
</Entity>
<Entity uid="1007">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="345.61146" z="565.82679"/>
<Orientation y="-3.08133"/>
</Entity>
<Entity uid="1008">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="338.9712" z="549.25599"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1009">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="322.48856" z="550.11744"/>
<Orientation y="0.38314"/>
</Entity>
<Entity uid="1010">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="315.34314" z="556.97925"/>
<Orientation y="0.68577"/>
</Entity>
<Entity uid="1011">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="304.50614" z="563.74842"/>
<Orientation y="-1.95517"/>
</Entity>
<Entity uid="1012">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="291.84653" z="563.18702"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1013">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="301.11701" z="557.84144"/>
<Orientation y="0.9792"/>
</Entity>
<Entity uid="1014">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="300.02341" z="566.2508"/>
<Orientation y="3.10726"/>
</Entity>
<Entity uid="1015">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="375.20658" z="633.31446"/>
<Orientation y="1.81016"/>
</Entity>
<Entity uid="1016">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="380.11857" z="638.79853"/>
<Orientation y="1.54589"/>
</Entity>
<Entity uid="1017">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="388.14435" z="645.93647"/>
<Orientation y="1.41366"/>
</Entity>
<Entity uid="1018">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="397.09305" z="652.53357"/>
<Orientation y="1.11725"/>
</Entity>
<Entity uid="1019">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="402.91916" z="657.31238"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1020">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="351.50483" z="676.81043"/>
<Orientation y="1.83024"/>
</Entity>
<Entity uid="1021">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="350.99704" z="700.73615"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="1022">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="356.5308" z="700.8144"/>
<Orientation y="1.90683"/>
</Entity>
<Entity uid="1023">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="360.0431" z="699.35132"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="1024">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="366.38895" z="700.23792"/>
<Orientation y="1.34583"/>
</Entity>
<Entity uid="1025">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="373.02646" z="701.8274"/>
<Orientation y="1.53663"/>
</Entity>
<Entity uid="1026">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="380.57572" z="702.22675"/>
<Orientation y="1.47783"/>
</Entity>
<Entity uid="1027">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="249.19347" z="639.37244"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1028">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="245.77587" z="640.79139"/>
<Orientation y="-2.53571"/>
</Entity>
<Entity uid="1029">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="242.50562" z="639.64545"/>
<Orientation y="-0.23865"/>
</Entity>
<Entity uid="1030">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="236.78338" z="640.66175"/>
<Orientation y="2.90081"/>
</Entity>
<Entity uid="1031">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="229.2857" z="643.90918"/>
<Orientation y="-1.61294"/>
</Entity>
<Entity uid="1032">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="221.3867" z="648.11762"/>
<Orientation y="1.11727"/>
</Entity>
<Entity uid="1033">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="264.83271" z="613.31867"/>
<Orientation y="-0.13215"/>
</Entity>
<Entity uid="1034">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="259.16529" z="610.84211"/>
<Orientation y="-2.77968"/>
</Entity>
<Entity uid="1035">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="255.13334" z="607.35767"/>
<Orientation y="-2.59339"/>
</Entity>
<Entity uid="1036">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="247.76243" z="605.58893"/>
<Orientation y="1.57653"/>
</Entity>
<Entity uid="1037">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="241.15014" z="603.46851"/>
<Orientation y="-1.5186"/>
</Entity>
<Entity uid="1038">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="237.58822" z="604.03577"/>
<Orientation y="-1.79577"/>
</Entity>
<Entity uid="1039">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="230.07248" z="603.7204"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1040">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="297.62238" z="784.08686"/>
<Orientation y="-0.04691"/>
</Entity>
<Entity uid="1041">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="307.06128" z="777.66822"/>
<Orientation y="2.21766"/>
</Entity>
<Entity uid="1042">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="316.94086" z="769.70545"/>
<Orientation y="2.90311"/>
</Entity>
<Entity uid="1043">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="325.78608" z="747.154"/>
<Orientation y="0.3636"/>
</Entity>
<Entity uid="1044">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="315.49555" z="752.08283"/>
<Orientation y="0.2048"/>
</Entity>
<Entity uid="1045">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="295.65632" z="773.56537"/>
<Orientation y="1.63186"/>
</Entity>
<Entity uid="1046">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="303.39243" z="772.82471"/>
<Orientation y="2.08207"/>
</Entity>
<Entity uid="1047">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="312.8968" z="767.01301"/>
<Orientation y="2.19318"/>
</Entity>
<Entity uid="1048">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="318.16437" z="763.43122"/>
<Orientation y="2.1676"/>
</Entity>
<Entity uid="1049">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="309.51191" z="784.70905"/>
<Orientation y="2.27527"/>
</Entity>
<Entity uid="1050">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="317.51801" z="775.69056"/>
<Orientation y="2.57294"/>
</Entity>
<Entity uid="1051">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="326.45023" z="764.01331"/>
<Orientation y="2.13228"/>
</Entity>
<Entity uid="1052">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="302.6992" z="765.16492"/>
<Orientation y="0.8657"/>
</Entity>
<Entity uid="1053">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="387.52591" z="622.50654"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1054">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="380.74714" z="595.46515"/>
<Orientation y="1.06682"/>
</Entity>
<Entity uid="1055">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="790.90595" z="826.25068"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1056">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="800.23548" z="816.05164"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1057">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="857.0973" z="721.06672"/>
<Orientation y="2.6761"/>
</Entity>
<Entity uid="1058">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="861.97876" z="711.69275"/>
<Orientation y="3.02387"/>
</Entity>
<Entity uid="1059">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="863.76447" z="699.16126"/>
<Orientation y="-3.0402"/>
</Entity>
<Entity uid="1060">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="867.06006" z="688.79578"/>
<Orientation y="1.9047"/>
</Entity>
<Entity uid="1061">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="867.40015" z="707.18006"/>
<Orientation y="0.09754"/>
</Entity>
<Entity uid="1062">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="725.91742" z="679.62623"/>
<Orientation y="-2.82699"/>
</Entity>
<Entity uid="1063">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="720.32435" z="678.33863"/>
<Orientation y="-1.88042"/>
</Entity>
<Entity uid="1064">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="713.31366" z="684.65528"/>
<Orientation y="-0.53643"/>
</Entity>
<Entity uid="1065">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="708.1999" z="694.55848"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1066">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="703.78193" z="703.28895"/>
<Orientation y="-1.00683"/>
</Entity>
<Entity uid="1067">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="696.0254" z="709.5149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1068">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="698.11445" z="697.06293"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1069">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="700.94294" z="687.34449"/>
<Orientation y="2.37043"/>
</Entity>
<Entity uid="1070">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="705.97486" z="683.68592"/>
<Orientation y="1.86765"/>
</Entity>
<Entity uid="1071">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="712.6186" z="681.48737"/>
<Orientation y="2.07641"/>
</Entity>
<Entity uid="1072">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="717.44123" z="679.25965"/>
<Orientation y="-2.89655"/>
</Entity>
<Entity uid="1073">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="737.52118" z="822.36731"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1074">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="734.75086" z="821.89161"/>
<Orientation y="-1.78386"/>
</Entity>
<Entity uid="1075">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="728.4687" z="822.04041"/>
<Orientation y="-1.7383"/>
</Entity>
<Entity uid="1076">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="722.6034" z="823.0871"/>
<Orientation y="-1.53982"/>
</Entity>
<Entity uid="1077">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="714.9773" z="826.15088"/>
<Orientation y="-1.9321"/>
</Entity>
<Entity uid="1078">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="710.12482" z="825.28095"/>
<Orientation y="-2.13401"/>
</Entity>
<Entity uid="1079">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="705.41272" z="822.99"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1080">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="704.63257" z="820.57782"/>
<Orientation y="1.26525"/>
</Entity>
<Entity uid="1081">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="713.40497" z="822.17896"/>
<Orientation y="0.84513"/>
</Entity>
<Entity uid="1082">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="716.69043" z="824.81019"/>
<Orientation y="0.74068"/>
</Entity>
<Entity uid="1083">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="719.55518" z="827.67688"/>
<Orientation y="0.37697"/>
</Entity>
<Entity uid="1084">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="722.26148" z="834.09467"/>
<Orientation y="1.8482"/>
</Entity>
<Entity uid="1085">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="701.17426" z="825.5683"/>
<Orientation y="1.43256"/>
</Entity>
<Entity uid="1086">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="700.13428" z="811.14014"/>
<Orientation y="-1.61881"/>
</Entity>
<Entity uid="1087">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="693.89924" z="817.90674"/>
<Orientation y="1.53333"/>
</Entity>
<Entity uid="1088">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="711.0088" z="816.97693"/>
<Orientation y="1.15943"/>
</Entity>
<Entity uid="1089">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="605.6897" z="99.53267"/>
<Orientation y="0.03608"/>
</Entity>
<Entity uid="1090">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="606.5337" z="123.02344"/>
<Orientation y="-0.87027"/>
</Entity>
<Entity uid="1091">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="599.12433" z="126.547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1092">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="597.69227" z="134.42392"/>
<Orientation y="1.51014"/>
</Entity>
<Entity uid="1093">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="603.85328" z="133.61704"/>
<Orientation y="2.5334"/>
</Entity>
<Entity uid="1094">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="611.71705" z="122.1367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1095">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="613.2577" z="118.16243"/>
<Orientation y="2.65961"/>
</Entity>
<Entity uid="1096">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="615.87989" z="108.93786"/>
<Orientation y="-1.79468"/>
</Entity>
<Entity uid="1097">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="608.1001" z="105.84253"/>
<Orientation y="-0.43256"/>
</Entity>
<Entity uid="1098">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="604.2569" z="113.88982"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1099">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="604.79834" z="119.32741"/>
<Orientation y="0.72413"/>
</Entity>
<Entity uid="1100">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="612.00031" z="142.35961"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1101">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="610.83381" z="144.34592"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1102">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="623.34321" z="124.13755"/>
<Orientation y="2.89307"/>
</Entity>
<Entity uid="1103">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="623.02131" z="118.8928"/>
<Orientation y="-0.67754"/>
</Entity>
<Entity uid="1104">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="617.62397" z="129.83077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1105">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="616.88825" z="117.035"/>
<Orientation y="0.47124"/>
</Entity>
<Entity uid="1106">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="369.78235" z="394.1402"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1107">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="374.20856" z="398.98951"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1108">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="373.99418" z="406.06763"/>
<Orientation y="1.99863"/>
</Entity>
<Entity uid="1109">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="163.32761" z="285.17823"/>
<Orientation y="2.16724"/>
</Entity>
<Entity uid="1110">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="181.68427" z="268.5363"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1111">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="188.5641" z="258.39402"/>
<Orientation y="2.20214"/>
</Entity>
<Entity uid="1112">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="157.4415" z="252.8223"/>
<Orientation y="-1.84585"/>
</Entity>
<Entity uid="1113">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="123.48058" z="259.03827"/>
<Orientation y="-1.24271"/>
</Entity>
<Entity uid="1114">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="97.66018" z="270.25153"/>
<Orientation y="-0.41797"/>
</Entity>
<Entity uid="1115">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="174.81771" z="731.82923"/>
<Orientation y="0.40581"/>
</Entity>
<Entity uid="1116">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="189.21456" z="790.62964"/>
<Orientation y="0.2123"/>
</Entity>
<Entity uid="1117">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="211.88686" z="843.6587"/>
<Orientation y="0.69451"/>
</Entity>
<Entity uid="1118">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="247.75344" z="829.71424"/>
<Orientation y="1.80727"/>
</Entity>
<Entity uid="1119">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="260.44446" z="878.97584"/>
<Orientation y="0.0829"/>
</Entity>
<Entity uid="1120">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="260.63935" z="899.88221"/>
<Orientation y="-0.25857"/>
</Entity>
<Entity uid="1121">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="258.04859" z="910.79078"/>
<Orientation y="0.62157"/>
</Entity>
<Entity uid="1122">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="270.36432" z="926.33265"/>
<Orientation y="-2.6668"/>
</Entity>
<Entity uid="1123">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="268.26752" z="912.00892"/>
<Orientation y="1.41678"/>
</Entity>
<Entity uid="1124">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="270.66663" z="892.1836"/>
<Orientation y="0.13524"/>
</Entity>
<Entity uid="1125">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="270.19907" z="879.47651"/>
<Orientation y="2.4329"/>
</Entity>
<Entity uid="1126">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="275.86945" z="886.21326"/>
<Orientation y="3.07056"/>
</Entity>
<Entity uid="1127">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="397.779" z="786.34424"/>
<Orientation y="2.51938"/>
</Entity>
<Entity uid="1128">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="445.71952" z="757.79609"/>
<Orientation y="2.77718"/>
</Entity>
<Entity uid="1129">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="451.37922" z="742.13294"/>
<Orientation y="3.126"/>
</Entity>
<Entity uid="1130">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="450.2447" z="728.09473"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1131">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="592.2776" z="599.5987"/>
<Orientation y="1.79424"/>
</Entity>
<Entity uid="1132">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="617.57154" z="595.39502"/>
<Orientation y="2.35389"/>
</Entity>
<Entity uid="1133">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="631.70661" z="582.75532"/>
<Orientation y="3.0334"/>
</Entity>
<Entity uid="1134">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="629.86902" z="568.73963"/>
<Orientation y="-2.99236"/>
</Entity>
<Entity uid="1135">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="619.1991" z="576.6554"/>
<Orientation y="-0.48488"/>
</Entity>
<Entity uid="1136">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="750.60389" z="450.09766"/>
<Orientation y="1.57029"/>
</Entity>
<Entity uid="1137">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="765.55542" z="452.81531"/>
<Orientation y="1.28057"/>
</Entity>
<Entity uid="1138">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="877.54786" z="291.45786"/>
<Orientation y="2.4811"/>
</Entity>
<Entity uid="1139">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="897.93238" z="266.26795"/>
<Orientation y="2.33706"/>
</Entity>
<Entity uid="1140">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="913.61207" z="253.30912"/>
<Orientation y="2.26833"/>
</Entity>
<Entity uid="1141">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="973.0362" z="359.05872"/>
<Orientation y="0.51478"/>
</Entity>
<Entity uid="1142">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="999.1258" z="453.52515"/>
<Orientation y="-2.95081"/>
</Entity>
<Entity uid="1143">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="990.38282" z="646.15314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1144">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="966.86237" z="717.50245"/>
<Orientation y="0.36767"/>
</Entity>
<Entity uid="1145">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="857.20215" z="828.0597"/>
<Orientation y="-0.04422"/>
</Entity>
<Entity uid="1146">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="824.35907" z="869.67469"/>
<Orientation y="-1.83523"/>
</Entity>
<Entity uid="1147">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="802.25562" z="868.1355"/>
<Orientation y="-2.60732"/>
</Entity>
<Entity uid="1148">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="841.67951" z="799.90772"/>
<Orientation y="0.45089"/>
</Entity>
<Entity uid="1149">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="811.13465" z="612.02411"/>
<Orientation y="0.75042"/>
</Entity>
<Entity uid="1150">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="477.09308" z="598.25721"/>
<Orientation y="-0.8999"/>
</Entity>
<Entity uid="1151">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="414.13855" z="505.3678"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1152">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.8813" z="498.10859"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1153">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="409.73963" z="495.12406"/>
<Orientation y="0.3962"/>
</Entity>
<Entity uid="1154">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="318.68738" z="446.62623"/>
<Orientation y="-1.66793"/>
</Entity>
<Entity uid="1155">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="230.54049" z="336.5475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1156">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="431.4766" z="990.62592"/>
<Orientation y="1.64922"/>
</Entity>
<Entity uid="1157">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="457.81019" z="986.72889"/>
<Orientation y="3.06032"/>
</Entity>
<Entity uid="1158">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="457.77625" z="972.26526"/>
<Orientation y="-2.46279"/>
</Entity>
<Entity uid="1159">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="444.07245" z="953.24665"/>
<Orientation y="-2.886"/>
</Entity>
<Entity uid="1160">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="442.12137" z="937.7016"/>
<Orientation y="2.83619"/>
</Entity>
<Entity uid="1161">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="450.10538" z="926.41761"/>
<Orientation y="1.55474"/>
</Entity>
<Entity uid="1162">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="478.33771" z="931.47864"/>
<Orientation y="-0.18212"/>
</Entity>
<Entity uid="1163">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="472.19193" z="953.22461"/>
<Orientation y="-0.38222"/>
</Entity>
<Entity uid="1164">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="471.17432" z="968.52295"/>
<Orientation y="0.50878"/>
</Entity>
<Entity uid="1165">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="484.73795" z="993.63685"/>
<Orientation y="2.92775"/>
</Entity>
<Entity uid="1166">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="485.89103" z="967.7574"/>
<Orientation y="-2.72622"/>
</Entity>
<Entity uid="1167">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="473.606" z="940.97211"/>
<Orientation y="-2.5824"/>
</Entity>
<Entity uid="1168">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="461.55521" z="922.48615"/>
<Orientation y="2.6009"/>
</Entity>
<Entity uid="1169">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="619.79365" z="974.86121"/>
<Orientation y="-1.81194"/>
</Entity>
<Entity uid="1170">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="601.08924" z="957.4574"/>
<Orientation y="-2.66266"/>
</Entity>
<Entity uid="1171">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="608.38013" z="901.23426"/>
<Orientation y="2.28745"/>
</Entity>
<Entity uid="1172">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="615.87342" z="894.02161"/>
<Orientation y="-3.13117"/>
</Entity>
<Entity uid="1173">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="614.51215" z="863.6836"/>
<Orientation y="2.7698"/>
</Entity>
<Entity uid="1174">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="617.38929" z="861.84791"/>
<Orientation y="0.40745"/>
</Entity>
<Entity uid="1175">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="628.03223" z="896.3606"/>
<Orientation y="0.03081"/>
</Entity>
<Entity uid="1176">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="628.48139" z="910.93744"/>
<Orientation y="0.192"/>
</Entity>
<Entity uid="1177">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="636.72028" z="948.75599"/>
<Orientation y="0.98452"/>
</Entity>
<Entity uid="1181">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="165.62598" z="415.83698"/>
<Orientation y="1.34702"/>
</Entity>
<Entity uid="1182">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="799.87183" z="323.32953"/>
<Orientation y="0.43871"/>
</Entity>
<Entity uid="1183">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="465.51719" z="895.96827"/>
<Orientation y="-2.38521"/>
</Entity>
<Entity uid="1186">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="273.85502" z="826.4563"/>
<Orientation y="1.78231"/>
</Entity>
<Entity uid="1187">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="308.97324" z="519.42872"/>
<Orientation y="0.52384"/>
</Entity>
<Entity uid="1188">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="308.79114" z="188.61"/>
<Orientation y="1.29139"/>
</Entity>
<Entity uid="1189">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="636.45606" z="95.61957"/>
<Orientation y="0.0028"/>
</Entity>
<Entity uid="1190">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="719.24244" z="903.42359"/>
<Orientation y="-2.2581"/>
</Entity>
<Entity uid="1191">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="780.1006" z="533.87775"/>
<Orientation y="-0.2191"/>
</Entity>
<Entity uid="1192">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="816.77698" z="660.37989"/>
<Orientation y="1.1207"/>
</Entity>
<Entity uid="1193">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="494.50178" z="237.17551"/>
<Orientation y="-2.22135"/>
</Entity>
<Entity uid="1194">
<Template>gaia/geology_metal_temperate_slabs</Template>
<Player>0</Player>
<Position x="283.1005" z="683.2494"/>
<Orientation y="-1.15635"/>
</Entity>
<Entity uid="1195">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="749.89032" z="252.34638"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1196">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="552.42939" z="833.2547"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1199">
<Template>other/palisades_rocks_curve</Template>
<Player>3</Player>
<Position x="492.33674" z="747.0647"/>
<Orientation y="3.04125"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1200">
<Template>other/palisades_rocks_curve</Template>
<Player>3</Player>
<Position x="556.52302" z="748.91492"/>
<Orientation y="0.13331"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1201">
<Template>other/palisades_rocks_curve</Template>
<Player>3</Player>
<Position x="523.2497" z="717.52527"/>
<Orientation y="1.64791"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1202">
<Template>other/palisades_rocks_fort</Template>
<Player>3</Player>
<Position x="493.73768" z="754.77186"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1203">
<Template>other/palisades_rocks_fort</Template>
<Player>3</Player>
<Position x="530.94361" z="719.4095"/>
<Orientation y="-0.79741"/>
</Entity>
<Entity uid="1204">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="497.521" z="738.9048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1205">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="515.03748" z="721.39338"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1206">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="500.11237" z="759.49286"/>
<Orientation y="0.78994"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1207">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="501.16196" z="735.24567"/>
<Orientation y="0.86066"/>
</Entity>
<Entity uid="1208">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="510.82416" z="726.23407"/>
<Orientation y="0.70745"/>
</Entity>
<Entity uid="1209">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="535.49274" z="725.50745"/>
<Orientation y="-2.40027"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1210">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="551.21705" z="740.73426"/>
<Orientation y="0.78866"/>
</Entity>
<Entity uid="1211">
<Template>other/palisades_rocks_straight</Template>
<Player>3</Player>
<Position x="549.47571" z="760.52247"/>
<Orientation y="2.35621"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1212">
<Template>other/palisades_rocks_fort</Template>
<Player>3</Player>
<Position x="554.79676" z="757.65796"/>
<Orientation y="0.73365"/>
</Entity>
<Entity uid="1213">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="545.48652" z="764.6034"/>
<Orientation y="-2.2079"/>
</Entity>
<Entity uid="1214">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="539.18036" z="730.37482"/>
<Orientation y="-0.8873"/>
</Entity>
<Entity uid="1215">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="547.5373" z="737.01307"/>
<Orientation y="-0.91549"/>
</Entity>
<Entity uid="1216">
<Template>other/palisades_rocks_end</Template>
<Player>3</Player>
<Position x="503.88523" z="763.0005"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1217">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="529.79188" z="784.65223"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1218">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="537.66755" z="777.00178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1219">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="523.20289" z="787.95887"/>
<Orientation y="-2.25115"/>
</Entity>
<Entity uid="1220">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="516.67939" z="786.54712"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1221">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="511.17219" z="785.4126"/>
<Orientation y="-2.29975"/>
</Entity>
<Entity uid="1222">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="498.48908" z="766.07898"/>
<Orientation y="2.35621"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1223">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="496.61084" z="761.81751"/>
<Orientation y="-2.3148"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1224">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="488.82264" z="753.06788"/>
<Orientation y="0.20873"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="1225">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="491.10233" z="741.93824"/>
<Orientation y="-0.53002"/>
</Entity>
<Entity uid="1226">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="495.40784" z="736.47083"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1227">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="512.1609" z="719.02485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1228">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="520.12793" z="713.16321"/>
<Orientation y="1.71013"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1229">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="528.99933" z="712.53443"/>
<Orientation y="1.4199"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1230">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="537.6883" z="721.14771"/>
<Orientation y="-2.77094"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="1231">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="555.98835" z="739.03309"/>
<Orientation y="-2.24331"/>
</Entity>
<Entity uid="1232">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="559.21705" z="751.85297"/>
<Orientation y="3.03222"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1233">
<Template>other/palisades_tall_spikes</Template>
<Player>3</Player>
<Position x="553.83185" z="764.43342"/>
<Orientation y="2.02135"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="1235">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="510.13163" z="717.089"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1236">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="490.00794" z="739.16767"/>
<Orientation y="2.58219"/>
</Entity>
<Entity uid="1237">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="540.9997" z="725.49866"/>
<Orientation y="-3.02762"/>
</Entity>
<Entity uid="1238">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="537.4734" z="782.25226"/>
<Orientation y="2.17074"/>
</Entity>
<Entity uid="1239">
<Template>other/palisades_small_spikes</Template>
<Player>3</Player>
<Position x="560.39753" z="746.3235"/>
<Orientation y="0.76757"/>
</Entity>
<Entity uid="1244">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="523.10114" z="740.86481"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1245">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="524.70405" z="745.23554"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1246">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="526.62421" z="742.04847"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1247">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="528.98212" z="746.74231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1248">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="528.33259" z="749.65027"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1249">
<Template>units/gaul_champion_fanatic</Template>
<Player>3</Player>
<Position x="532.32331" z="749.10157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1251">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="250.20719" z="694.30243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1252">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="246.15255" z="701.95862"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1253">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="251.62485" z="705.83503"/>
<Orientation y="-1.85242"/>
</Entity>
<Entity uid="1254">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="244.16785" z="710.20154"/>
<Orientation y="0.58323"/>
</Entity>
<Entity uid="1255">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="243.82305" z="719.71991"/>
<Orientation y="-2.3271"/>
</Entity>
<Entity uid="1256">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="248.94636" z="723.1808"/>
<Orientation y="0.87771"/>
</Entity>
<Entity uid="1257">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="255.51078" z="730.36756"/>
<Orientation y="-2.67327"/>
</Entity>
<Entity uid="1258">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="261.5672" z="730.77417"/>
<Orientation y="1.34691"/>
</Entity>
<Entity uid="1259">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="268.98429" z="732.76484"/>
<Orientation y="-2.39542"/>
</Entity>
<Entity uid="1260">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="276.33021" z="729.59553"/>
<Orientation y="1.22643"/>
</Entity>
<Entity uid="1261">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="280.50107" z="725.41303"/>
<Orientation y="-2.15162"/>
</Entity>
<Entity uid="1262">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="273.41541" z="723.44672"/>
<Orientation y="-2.29984"/>
</Entity>
<Entity uid="1263">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="266.80658" z="718.81952"/>
<Orientation y="0.76473"/>
</Entity>
<Entity uid="1264">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="260.51362" z="715.11115"/>
<Orientation y="-2.39582"/>
</Entity>
<Entity uid="1265">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="256.14802" z="709.35218"/>
<Orientation y="0.62388"/>
</Entity>
<Entity uid="1266">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="254.60369" z="716.07605"/>
<Orientation y="-2.5622"/>
</Entity>
<Entity uid="1267">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="259.77903" z="721.99848"/>
<Orientation y="0.66549"/>
</Entity>
<Entity uid="1268">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="266.80375" z="724.55304"/>
<Orientation y="-1.0339"/>
</Entity>
<Entity uid="1269">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="366.41224" z="580.51478"/>
<Orientation y="1.24502"/>
</Entity>
<Entity uid="1270">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="375.38846" z="583.4748"/>
<Orientation y="-2.61538"/>
</Entity>
<Entity uid="1271">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="369.88016" z="574.82154"/>
<Orientation y="-2.3071"/>
</Entity>
<Entity uid="1272">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="365.90238" z="571.18122"/>
<Orientation y="-1.4122"/>
</Entity>
<Entity uid="1273">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="360.30646" z="573.76624"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1274">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="129.07973" z="823.43738"/>
<Orientation y="0.88268"/>
</Entity>
<Entity uid="1275">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="134.8147" z="833.46723"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1276">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="136.17011" z="837.2234"/>
<Orientation y="2.77059"/>
</Entity>
<Entity uid="1277">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="138.30758" z="830.73542"/>
<Orientation y="3.13561"/>
</Entity>
<Entity uid="1278">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="137.98577" z="823.89466"/>
<Orientation y="-2.85337"/>
</Entity>
<Entity uid="1279">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="136.4136" z="819.70496"/>
<Orientation y="-3.00725"/>
</Entity>
<Entity uid="1280">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="88.27701" z="752.82093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1281">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="83.00982" z="761.0182"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1282">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="84.55356" z="770.71705"/>
<Orientation y="1.21782"/>
</Entity>
<Entity uid="1283">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="48.54815" z="697.24708"/>
<Orientation y="2.02167"/>
</Entity>
<Entity uid="1284">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="53.55497" z="695.21637"/>
<Orientation y="2.16202"/>
</Entity>
<Entity uid="1285">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="60.75731" z="690.43934"/>
<Orientation y="2.14495"/>
</Entity>
<Entity uid="1286">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="72.42005" z="683.39368"/>
<Orientation y="2.32866"/>
</Entity>
<Entity uid="1287">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="143.43802" z="585.75013"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1288">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="145.41646" z="575.39142"/>
<Orientation y="2.87143"/>
</Entity>
<Entity uid="1289">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="146.8712" z="568.37366"/>
<Orientation y="2.99962"/>
</Entity>
<Entity uid="1290">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.09548" z="444.47196"/>
<Orientation y="0.09"/>
</Entity>
<Entity uid="1291">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="225.69205" z="457.61261"/>
<Orientation y="1.10241"/>
</Entity>
<Entity uid="1292">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="257.62855" z="258.386"/>
<Orientation y="-2.97135"/>
</Entity>
<Entity uid="1293">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="256.26847" z="249.47034"/>
<Orientation y="-2.96915"/>
</Entity>
<Entity uid="1295">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="251.78412" z="238.48014"/>
<Orientation y="-2.61455"/>
</Entity>
<Entity uid="1296">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="246.12323" z="231.24639"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1297">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="135.09684" z="175.40615"/>
<Orientation y="-0.4029"/>
</Entity>
<Entity uid="1298">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="771.88318" z="102.81051"/>
<Orientation y="0.48734"/>
</Entity>
<Entity uid="1299">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="806.48328" z="104.08799"/>
<Orientation y="1.14655"/>
</Entity>
<Entity uid="1300">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="773.07746" z="116.46061"/>
<Orientation y="-1.6719"/>
</Entity>
<Entity uid="1301">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="745.30134" z="143.44065"/>
<Orientation y="-0.05999"/>
</Entity>
<Entity uid="1302">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="746.9048" z="210.33294"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1303">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="820.07325" z="453.29865"/>
<Orientation y="0.6855"/>
</Entity>
<Entity uid="1304">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="848.9961" z="433.28992"/>
<Orientation y="0.38335"/>
</Entity>
<Entity uid="1305">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="857.00239" z="455.39383"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1306">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="859.25867" z="467.17142"/>
<Orientation y="1.72941"/>
</Entity>
<Entity uid="1307">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="628.02375" z="780.90534"/>
<Orientation y="0.74843"/>
</Entity>
<Entity uid="1308">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="667.67963" z="832.85261"/>
<Orientation y="-2.62607"/>
</Entity>
<Entity uid="1309">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="650.26441" z="801.28498"/>
<Orientation y="0.94079"/>
</Entity>
<Entity uid="1310">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="676.53254" z="869.36585"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1311">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="699.46723" z="952.77131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1312">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="651.95453" z="952.79633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1313">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="627.8772" z="845.50348"/>
<Orientation y="1.09243"/>
</Entity>
<Entity uid="1314">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="472.79023" z="820.77271"/>
<Orientation y="1.18642"/>
</Entity>
<Entity uid="1315">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="457.44492" z="764.82667"/>
<Orientation y="1.40262"/>
</Entity>
<Entity uid="1316">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="431.90162" z="788.11744"/>
<Orientation y="0.99978"/>
</Entity>
<Entity uid="1317">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="382.68155" z="870.81324"/>
<Orientation y="1.19149"/>
</Entity>
<Entity uid="1318">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="134.83898" z="602.06385"/>
<Orientation y="1.38312"/>
</Entity>
<Entity uid="1319">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="141.82692" z="602.45698"/>
<Orientation y="-1.21511"/>
</Entity>
<Entity uid="1320">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="240.98076" z="708.97205"/>
<Orientation y="-2.93454"/>
</Entity>
<Entity uid="1321">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="243.89768" z="698.12415"/>
<Orientation y="3.11875"/>
</Entity>
<Entity uid="1322">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="244.22751" z="693.39924"/>
<Orientation y="-3.12175"/>
</Entity>
<Entity uid="1323">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="254.02619" z="695.66626"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1324">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="257.42911" z="702.25861"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1325">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="257.71741" z="607.01166"/>
<Orientation y="-2.70366"/>
</Entity>
<Entity uid="1326">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="255.41408" z="604.14362"/>
<Orientation y="-1.73572"/>
</Entity>
<Entity uid="1327">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="251.03547" z="603.91834"/>
<Orientation y="-2.06148"/>
</Entity>
<Entity uid="1328">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="246.59784" z="602.03132"/>
<Orientation y="-2.27085"/>
</Entity>
<Entity uid="1329">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="244.5064" z="600.34888"/>
<Orientation y="-2.4242"/>
</Entity>
<Entity uid="1330">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="240.52851" z="597.30323"/>
<Orientation y="-1.7689"/>
</Entity>
<Entity uid="1331">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="232.79548" z="597.40906"/>
<Orientation y="-1.5186"/>
</Entity>
<Entity uid="1332">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="232.84263" z="604.1255"/>
<Orientation y="1.35549"/>
</Entity>
<Entity uid="1333">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="294.18665" z="558.26026"/>
<Orientation y="2.81952"/>
</Entity>
<Entity uid="1334">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="298.88974" z="552.61048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1335">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="304.80494" z="554.81177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1336">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="307.4148" z="551.38831"/>
<Orientation y="-2.53971"/>
</Entity>
<Entity uid="1337">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="318.96561" z="546.33252"/>
<Orientation y="0.56232"/>
</Entity>
<Entity uid="1338">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="335.41456" z="549.91681"/>
<Orientation y="-2.55037"/>
</Entity>
<Entity uid="1339">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="335.17841" z="543.05341"/>
<Orientation y="1.29891"/>
</Entity>
<Entity uid="1340">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="344.72947" z="548.65461"/>
<Orientation y="0.33567"/>
</Entity>
<Entity uid="1341">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.93158" z="594.88917"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1342">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="383.69056" z="590.53754"/>
<Orientation y="-2.913"/>
</Entity>
<Entity uid="1343">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.1916" z="586.16871"/>
<Orientation y="-2.40313"/>
</Entity>
<Entity uid="1344">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="377.1161" z="578.15857"/>
<Orientation y="2.93191"/>
</Entity>
<Entity uid="1345">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="476.5839" z="595.15033"/>
<Orientation y="-2.84449"/>
</Entity>
<Entity uid="1346">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="473.2082" z="589.37134"/>
<Orientation y="-1.98484"/>
</Entity>
<Entity uid="1347">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="469.86637" z="587.71778"/>
<Orientation y="3.12652"/>
</Entity>
<Entity uid="1348">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="470.13077" z="577.03943"/>
<Orientation y="2.73198"/>
</Entity>
<Entity uid="1349">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="446.26758" z="439.83472"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1350">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="447.15241" z="446.09913"/>
<Orientation y="0.34823"/>
</Entity>
<Entity uid="1351">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="450.39206" z="450.3838"/>
<Orientation y="2.08048"/>
</Entity>
<Entity uid="1352">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.83942" z="448.16352"/>
<Orientation y="2.79047"/>
</Entity>
<Entity uid="1353">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="457.65989" z="445.9069"/>
<Orientation y="0.63747"/>
</Entity>
<Entity uid="1354">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="426.40534" z="430.2952"/>
<Orientation y="-2.05712"/>
</Entity>
<Entity uid="1355">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="422.4025" z="428.69507"/>
<Orientation y="-1.5857"/>
</Entity>
<Entity uid="1356">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="417.99964" z="434.50791"/>
<Orientation y="1.19741"/>
</Entity>
<Entity uid="1357">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.71183" z="441.21552"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1358">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.62333" z="594.92615"/>
<Orientation y="-0.14632"/>
</Entity>
<Entity uid="1359">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="472.56638" z="602.74244"/>
<Orientation y="1.03359"/>
</Entity>
<Entity uid="1360">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="479.22178" z="606.03321"/>
<Orientation y="-0.58164"/>
</Entity>
<Entity uid="1361">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="474.14005" z="616.0547"/>
<Orientation y="0.56821"/>
</Entity>
<Entity uid="1362">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="479.49933" z="620.45057"/>
<Orientation y="1.72941"/>
</Entity>
<Entity uid="1363">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="543.18561" z="701.09034"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1364">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="547.5047" z="703.0113"/>
<Orientation y="-3.07522"/>
</Entity>
<Entity uid="1365">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="547.04596" z="697.20533"/>
<Orientation y="2.99349"/>
</Entity>
<Entity uid="1366">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="550.02186" z="691.84375"/>
<Orientation y="1.05173"/>
</Entity>
<Entity uid="1367">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="555.26868" z="693.05463"/>
<Orientation y="-1.97001"/>
</Entity>
<Entity uid="1368">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="556.33063" z="681.3484"/>
<Orientation y="-2.14596"/>
</Entity>
<Entity uid="1369">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.19294" z="677.99097"/>
<Orientation y="-1.85207"/>
</Entity>
<Entity uid="1370">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="548.45203" z="684.4839"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1371">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="500.28696" z="697.66883"/>
<Orientation y="3.06359"/>
</Entity>
<Entity uid="1372">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="500.99228" z="685.49634"/>
<Orientation y="-2.6813"/>
</Entity>
<Entity uid="1373">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="498.93702" z="682.03089"/>
<Orientation y="-2.2951"/>
</Entity>
<Entity uid="1374">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="494.0813" z="676.66095"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1375">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="491.47635" z="681.92426"/>
<Orientation y="1.09948"/>
</Entity>
<Entity uid="1376">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="470.96384" z="762.04395"/>
<Orientation y="1.55582"/>
</Entity>
<Entity uid="1377">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.13462" z="757.25062"/>
<Orientation y="-2.33542"/>
</Entity>
<Entity uid="1378">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.9498" z="753.32917"/>
<Orientation y="-1.4931"/>
</Entity>
<Entity uid="1379">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.62375" z="753.83869"/>
<Orientation y="-2.95746"/>
</Entity>
<Entity uid="1380">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="461.50028" z="759.03101"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1381">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="462.7288" z="762.98707"/>
<Orientation y="1.19632"/>
</Entity>
<Entity uid="1382">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.30744" z="707.25611"/>
<Orientation y="-3.07711"/>
</Entity>
<Entity uid="1383">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.47736" z="700.7798"/>
<Orientation y="-2.71148"/>
</Entity>
<Entity uid="1384">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="378.16675" z="694.88245"/>
<Orientation y="-2.08278"/>
</Entity>
<Entity uid="1385">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="371.90912" z="693.09186"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1386">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="374.58564" z="709.5586"/>
<Orientation y="-2.29714"/>
</Entity>
<Entity uid="1387">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.1248" z="702.35657"/>
<Orientation y="-2.41994"/>
</Entity>
<Entity uid="1388">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="359.9449" z="699.39722"/>
<Orientation y="-2.54287"/>
</Entity>
<Entity uid="1389">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="365.18848" z="690.8849"/>
<Orientation y="1.4296"/>
</Entity>
<Entity uid="1390">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="407.74161" z="651.83149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1391">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="406.99665" z="658.52527"/>
<Orientation y="-1.7205"/>
</Entity>
<Entity uid="1392">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="402.67731" z="657.8365"/>
<Orientation y="-2.80988"/>
</Entity>
<Entity uid="1393">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="398.29987" z="645.33692"/>
<Orientation y="-2.70452"/>
</Entity>
<Entity uid="1394">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="395.14057" z="641.53144"/>
<Orientation y="-1.8611"/>
</Entity>
<Entity uid="1395">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="382.23172" z="634.5846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1396">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.17072" z="653.03492"/>
<Orientation y="0.71299"/>
</Entity>
<Entity uid="1397">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="403.96479" z="649.83436"/>
<Orientation y="1.25466"/>
</Entity>
<Entity uid="1398">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="326.21991" z="547.68201"/>
<Orientation y="1.27802"/>
</Entity>
<Entity uid="1399">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="287.52103" z="449.03022"/>
<Orientation y="-0.2776"/>
</Entity>
<Entity uid="1400">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="282.02335" z="460.10541"/>
<Orientation y="-1.84821"/>
</Entity>
<Entity uid="1401">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="279.7508" z="454.74381"/>
<Orientation y="2.68332"/>
</Entity>
<Entity uid="1402">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="282.53574" z="438.5094"/>
<Orientation y="1.43488"/>
</Entity>
<Entity uid="1403">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="258.81662" z="415.31421"/>
<Orientation y="-1.57912"/>
</Entity>
<Entity uid="1404">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.27723" z="416.00803"/>
<Orientation y="-1.63981"/>
</Entity>
<Entity uid="1405">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="248.3383" z="416.0319"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1406">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="244.81185" z="419.8812"/>
<Orientation y="-0.2808"/>
</Entity>
<Entity uid="1407">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="240.58147" z="430.68964"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1408">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="237.0573" z="431.46338"/>
<Orientation y="1.14484"/>
</Entity>
<Entity uid="1409">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="241.38445" z="417.91016"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1410">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.77138" z="407.36799"/>
<Orientation y="3.10846"/>
</Entity>
<Entity uid="1411">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="261.25043" z="407.0766"/>
<Orientation y="-1.984"/>
</Entity>
<Entity uid="1412">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="144.63868" z="283.54011"/>
<Orientation y="0.86896"/>
</Entity>
<Entity uid="1413">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="154.12833" z="292.76111"/>
<Orientation y="0.2256"/>
</Entity>
<Entity uid="1414">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="155.55127" z="297.32087"/>
<Orientation y="1.18812"/>
</Entity>
<Entity uid="1415">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="162.35203" z="299.5847"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1416">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="164.52137" z="303.3907"/>
<Orientation y="0.69767"/>
</Entity>
<Entity uid="1417">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="168.41608" z="308.39271"/>
<Orientation y="0.55228"/>
</Entity>
<Entity uid="1418">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="172.57361" z="315.34089"/>
<Orientation y="1.76076"/>
</Entity>
<Entity uid="1419">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="178.9634" z="314.16196"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1420">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="179.95575" z="317.17957"/>
<Orientation y="0.406"/>
</Entity>
<Entity uid="1421">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="184.75138" z="327.8412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1422">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="181.35621" z="322.71222"/>
<Orientation y="-1.3864"/>
</Entity>
<Entity uid="1423">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="175.8272" z="309.83658"/>
<Orientation y="-0.37534"/>
</Entity>
<Entity uid="1424">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="170.39594" z="303.84916"/>
<Orientation y="-2.46032"/>
</Entity>
<Entity uid="1425">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="166.06293" z="298.99875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1426">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="161.23972" z="298.49115"/>
<Orientation y="0.80207"/>
</Entity>
<Entity uid="1427">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="129.78896" z="369.1438"/>
<Orientation y="-2.43451"/>
</Entity>
<Entity uid="1428">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="120.03364" z="357.60535"/>
<Orientation y="-2.96984"/>
</Entity>
<Entity uid="1429">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="118.60991" z="349.82441"/>
<Orientation y="-2.81955"/>
</Entity>
<Entity uid="1430">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="115.18915" z="341.362"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1431">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.43325" z="336.89875"/>
<Orientation y="-2.01104"/>
</Entity>
<Entity uid="1432">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="106.4204" z="333.56324"/>
<Orientation y="-2.25078"/>
</Entity>
<Entity uid="1433">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="102.69538" z="329.74891"/>
<Orientation y="-2.27306"/>
</Entity>
<Entity uid="1434">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="99.23922" z="327.07093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1435">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="98.86982" z="336.29017"/>
<Orientation y="0.01412"/>
</Entity>
<Entity uid="1436">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="77.38439" z="352.13035"/>
<Orientation y="-2.77601"/>
</Entity>
<Entity uid="1437">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="74.37632" z="343.53046"/>
<Orientation y="-2.74457"/>
</Entity>
<Entity uid="1438">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="71.5767" z="338.99042"/>
<Orientation y="-2.00022"/>
</Entity>
<Entity uid="1439">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="66.89415" z="336.31421"/>
<Orientation y="-2.2816"/>
</Entity>
<Entity uid="1440">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="64.2034" z="334.71393"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1441">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="83.57354" z="361.03443"/>
<Orientation y="-2.90217"/>
</Entity>
<Entity uid="1442">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="81.91315" z="354.5724"/>
<Orientation y="1.65587"/>
</Entity>
<Entity uid="1443">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="90.29445" z="370.18683"/>
<Orientation y="-0.05825"/>
</Entity>
<Entity uid="1444">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="89.1164" z="375.12546"/>
<Orientation y="0.0906"/>
</Entity>
<Entity uid="1445">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="89.8071" z="382.50306"/>
<Orientation y="0.30988"/>
</Entity>
<Entity uid="1446">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="114.07532" z="408.19007"/>
<Orientation y="-2.49286"/>
</Entity>
<Entity uid="1447">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="106.7024" z="396.94916"/>
<Orientation y="3.11132"/>
</Entity>
<Entity uid="1448">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="105.93738" z="385.60871"/>
<Orientation y="-2.87397"/>
</Entity>
<Entity uid="1449">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="103.8656" z="377.823"/>
<Orientation y="-2.85097"/>
</Entity>
<Entity uid="1450">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="102.38524" z="369.0345"/>
<Orientation y="-2.9671"/>
</Entity>
<Entity uid="1451">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="101.04036" z="361.58936"/>
<Orientation y="-3.01066"/>
</Entity>
<Entity uid="1452">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="98.22614" z="353.98462"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1453">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="94.84643" z="347.63276"/>
<Orientation y="-2.71563"/>
</Entity>
<Entity uid="1454">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="91.85167" z="336.57764"/>
<Orientation y="1.47344"/>
</Entity>
<Entity uid="1455">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="89.98768" z="391.32868"/>
<Orientation y="0.0582"/>
</Entity>
<Entity uid="1456">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="91.33776" z="405.48133"/>
<Orientation y="0.31417"/>
</Entity>
<Entity uid="1457">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="94.1892" z="411.19538"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1458">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="96.79908" z="415.58603"/>
<Orientation y="0.66898"/>
</Entity>
<Entity uid="1459">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="103.84476" z="426.05585"/>
<Orientation y="0.45327"/>
</Entity>
<Entity uid="1460">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="106.58924" z="431.94065"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1461">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="113.08994" z="433.89588"/>
<Orientation y="-3.07685"/>
</Entity>
<Entity uid="1462">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="111.58703" z="412.80976"/>
<Orientation y="-3.0829"/>
</Entity>
<Entity uid="1463">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="110.88154" z="396.31305"/>
<Orientation y="-3.0534"/>
</Entity>
<Entity uid="1464">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.85828" z="404.97168"/>
<Orientation y="0.16823"/>
</Entity>
<Entity uid="1465">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="114.83057" z="421.31431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1466">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="115.26174" z="424.89591"/>
<Orientation y="0.31772"/>
</Entity>
<Entity uid="1467">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.95403" z="425.49616"/>
<Orientation y="-1.6544"/>
</Entity>
<Entity uid="1468">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="70.60955" z="370.75956"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1469">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="67.19292" z="360.9686"/>
<Orientation y="2.27608"/>
</Entity>
<Entity uid="1470">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="70.4356" z="358.14615"/>
<Orientation y="1.33066"/>
</Entity>
<Entity uid="1471">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.38337" z="99.6373"/>
<Orientation y="2.40453"/>
</Entity>
<Entity uid="1472">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="342.54798" z="86.23421"/>
<Orientation y="2.58957"/>
</Entity>
<Entity uid="1473">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="347.47474" z="78.12426"/>
<Orientation y="2.74186"/>
</Entity>
<Entity uid="1474">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.71534" z="73.05564"/>
<Orientation y="2.2771"/>
</Entity>
<Entity uid="1475">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="354.93516" z="68.9086"/>
<Orientation y="2.032"/>
</Entity>
<Entity uid="1476">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="360.80234" z="66.45733"/>
<Orientation y="1.95128"/>
</Entity>
<Entity uid="1477">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.06525" z="64.75284"/>
<Orientation y="2.28765"/>
</Entity>
<Entity uid="1478">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="367.26249" z="61.97005"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1479">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="369.6207" z="59.6573"/>
<Orientation y="2.3266"/>
</Entity>
<Entity uid="1480">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="375.12342" z="54.62072"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1481">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="379.93598" z="60.89837"/>
<Orientation y="-2.93078"/>
</Entity>
<Entity uid="1482">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="455.16108" z="29.76563"/>
<Orientation y="2.96534"/>
</Entity>
<Entity uid="1483">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.24543" z="23.60376"/>
<Orientation y="-2.00924"/>
</Entity>
<Entity uid="1484">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="450.81775" z="21.96587"/>
<Orientation y="-2.1534"/>
</Entity>
<Entity uid="1485">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="446.88483" z="20.43961"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1486">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="445.12433" z="21.37026"/>
<Orientation y="-0.33523"/>
</Entity>
<Entity uid="1487">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="443.47016" z="27.19816"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1488">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="531.7281" z="46.23224"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1489">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.74451" z="41.22869"/>
<Orientation y="2.48877"/>
</Entity>
<Entity uid="1490">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="535.38263" z="38.08336"/>
<Orientation y="2.44706"/>
</Entity>
<Entity uid="1491">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="538.35145" z="34.82595"/>
<Orientation y="1.97027"/>
</Entity>
<Entity uid="1492">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="546.07178" z="33.23462"/>
<Orientation y="1.40041"/>
</Entity>
<Entity uid="1493">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="550.2223" z="36.17467"/>
<Orientation y="0.20357"/>
</Entity>
<Entity uid="1494">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.18915" z="41.23456"/>
<Orientation y="1.0483"/>
</Entity>
<Entity uid="1495">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="555.4618" z="44.91362"/>
<Orientation y="1.21773"/>
</Entity>
<Entity uid="1496">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="559.75116" z="48.50567"/>
<Orientation y="0.24111"/>
</Entity>
<Entity uid="1497">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="559.95984" z="54.93221"/>
<Orientation y="1.03602"/>
</Entity>
<Entity uid="1498">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="565.41907" z="58.37295"/>
<Orientation y="-2.50579"/>
</Entity>
<Entity uid="1499">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.86188" z="151.312"/>
<Orientation y="2.68024"/>
</Entity>
<Entity uid="1500">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.68812" z="135.76944"/>
<Orientation y="-3.1376"/>
</Entity>
<Entity uid="1501">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.33918" z="114.61588"/>
<Orientation y="-2.25431"/>
</Entity>
<Entity uid="1502">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="614.80262" z="107.19259"/>
<Orientation y="-2.34968"/>
</Entity>
<Entity uid="1503">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="610.5658" z="102.11846"/>
<Orientation y="-2.29401"/>
</Entity>
<Entity uid="1504">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="606.41303" z="98.0494"/>
<Orientation y="-1.26761"/>
</Entity>
<Entity uid="1505">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="600.9889" z="100.72378"/>
<Orientation y="0.0332"/>
</Entity>
<Entity uid="1506">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="600.93256" z="105.95756"/>
<Orientation y="0.02843"/>
</Entity>
<Entity uid="1507">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="601.53711" z="115.68168"/>
<Orientation y="0.17194"/>
</Entity>
<Entity uid="1508">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="626.0962" z="199.1766"/>
<Orientation y="0.64061"/>
</Entity>
<Entity uid="1509">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="630.31513" z="204.99996"/>
<Orientation y="0.83422"/>
</Entity>
<Entity uid="1510">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.09418" z="209.6493"/>
<Orientation y="0.53124"/>
</Entity>
<Entity uid="1511">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="637.33619" z="216.33341"/>
<Orientation y="0.38442"/>
</Entity>
<Entity uid="1512">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="639.45185" z="221.49044"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1513">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="641.09363" z="224.03078"/>
<Orientation y="1.00443"/>
</Entity>
<Entity uid="1514">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="647.6297" z="229.35734"/>
<Orientation y="0.65423"/>
</Entity>
<Entity uid="1515">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="651.6778" z="234.29485"/>
<Orientation y="0.79361"/>
</Entity>
<Entity uid="1516">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="654.64356" z="237.21222"/>
<Orientation y="0.9775"/>
</Entity>
<Entity uid="1517">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="661.99061" z="242.42275"/>
<Orientation y="0.73697"/>
</Entity>
<Entity uid="1518">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="665.57618" z="246.082"/>
<Orientation y="0.67473"/>
</Entity>
<Entity uid="1519">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.28162" z="249.5366"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1520">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="660.4662" z="248.41597"/>
<Orientation y="-2.63088"/>
</Entity>
<Entity uid="1521">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="655.14954" z="239.86083"/>
<Orientation y="-2.67426"/>
</Entity>
<Entity uid="1522">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="651.23847" z="233.81147"/>
<Orientation y="-2.15712"/>
</Entity>
<Entity uid="1523">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="643.32068" z="230.2057"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="1524">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="644.20551" z="220.02215"/>
<Orientation y="-2.49006"/>
</Entity>
<Entity uid="1525">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="670.75391" z="144.13321"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="1526">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="676.60553" z="144.78183"/>
<Orientation y="0.37806"/>
</Entity>
<Entity uid="1527">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="678.36725" z="149.89504"/>
<Orientation y="0.84226"/>
</Entity>
<Entity uid="1528">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="681.91163" z="153.20705"/>
<Orientation y="0.69098"/>
</Entity>
<Entity uid="1529">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="684.57398" z="156.42644"/>
<Orientation y="0.54773"/>
</Entity>
<Entity uid="1530">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="687.594" z="160.87482"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1531">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="689.24" z="162.64216"/>
<Orientation y="1.8461"/>
</Entity>
<Entity uid="1532">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="691.02851" z="162.05643"/>
<Orientation y="1.29476"/>
</Entity>
<Entity uid="1533">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.70826" z="163.83191"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1534">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="697.58405" z="167.23702"/>
<Orientation y="1.30787"/>
</Entity>
<Entity uid="1535">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="701.45862" z="168.47181"/>
<Orientation y="1.41343"/>
</Entity>
<Entity uid="1536">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="706.39301" z="171.22777"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1537">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="707.1615" z="174.89393"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1538">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="709.32789" z="178.72873"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1539">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="712.07203" z="181.94593"/>
<Orientation y="1.35647"/>
</Entity>
<Entity uid="1540">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="715.85096" z="171.90943"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1541">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="716.85785" z="167.38343"/>
<Orientation y="3.0165"/>
</Entity>
<Entity uid="1542">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="717.60743" z="162.88096"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1543">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="719.76337" z="162.70676"/>
<Orientation y="1.86573"/>
</Entity>
<Entity uid="1544">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.35773" z="160.40906"/>
<Orientation y="2.97022"/>
</Entity>
<Entity uid="1545">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.42164" z="155.25568"/>
<Orientation y="2.43697"/>
</Entity>
<Entity uid="1546">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="726.972" z="150.51771"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1547">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="750.64795" z="355.98871"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1548">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.49415" z="350.94056"/>
<Orientation y="-2.91704"/>
</Entity>
<Entity uid="1549">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="745.64649" z="342.5954"/>
<Orientation y="2.75332"/>
</Entity>
<Entity uid="1550">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="749.49463" z="334.92255"/>
<Orientation y="2.22692"/>
</Entity>
<Entity uid="1551">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.37793" z="333.25055"/>
<Orientation y="-0.09421"/>
</Entity>
<Entity uid="1552">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.99366" z="345.9994"/>
<Orientation y="0.33873"/>
</Entity>
<Entity uid="1553">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="754.73469" z="353.29108"/>
<Orientation y="0.42894"/>
</Entity>
<Entity uid="1554">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="757.65101" z="359.30576"/>
<Orientation y="1.25026"/>
</Entity>
<Entity uid="1555">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="766.49451" z="362.5959"/>
<Orientation y="0.87305"/>
</Entity>
<Entity uid="1556">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="770.18445" z="365.21119"/>
<Orientation y="1.19864"/>
</Entity>
<Entity uid="1557">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="727.1548" z="401.66468"/>
<Orientation y="-2.79592"/>
</Entity>
<Entity uid="1558">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="720.36188" z="390.63086"/>
<Orientation y="-1.90087"/>
</Entity>
<Entity uid="1559">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="710.94031" z="388.22126"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1560">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="710.56092" z="393.53779"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1561">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="714.54407" z="385.36536"/>
<Orientation y="-2.0174"/>
</Entity>
<Entity uid="1562">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="628.909" z="387.15491"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1563">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="628.83887" z="385.8321"/>
<Orientation y="-3.13677"/>
</Entity>
<Entity uid="1564">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="629.8589" z="377.79963"/>
<Orientation y="-2.9694"/>
</Entity>
<Entity uid="1565">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="628.05042" z="371.66657"/>
<Orientation y="-2.59813"/>
</Entity>
<Entity uid="1566">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.09174" z="366.4496"/>
<Orientation y="2.39014"/>
</Entity>
<Entity uid="1567">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.69965" z="384.77283"/>
<Orientation y="1.74822"/>
</Entity>
<Entity uid="1568">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="635.53992" z="378.58277"/>
<Orientation y="1.31696"/>
</Entity>
<Entity uid="1569">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="614.21229" z="415.73008"/>
<Orientation y="-2.91546"/>
</Entity>
<Entity uid="1570">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="611.96491" z="406.80494"/>
<Orientation y="-2.16836"/>
</Entity>
<Entity uid="1571">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="603.2436" z="400.66474"/>
<Orientation y="-2.58309"/>
</Entity>
<Entity uid="1572">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="601.21564" z="396.5662"/>
<Orientation y="-2.58262"/>
</Entity>
<Entity uid="1573">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="596.01392" z="388.67157"/>
<Orientation y="-2.5565"/>
</Entity>
<Entity uid="1574">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="593.18885" z="385.08304"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1575">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="602.23688" z="391.62104"/>
<Orientation y="-2.12853"/>
</Entity>
<Entity uid="1576">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="609.45618" z="398.81373"/>
<Orientation y="0.7143"/>
</Entity>
<Entity uid="1577">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="618.09223" z="613.53931"/>
<Orientation y="2.66279"/>
</Entity>
<Entity uid="1578">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.03162" z="599.7292"/>
<Orientation y="-2.83883"/>
</Entity>
<Entity uid="1579">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="615.34064" z="581.66504"/>
<Orientation y="2.49424"/>
</Entity>
<Entity uid="1580">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="626.61298" z="571.61426"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="1581">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.22162" z="582.8058"/>
<Orientation y="-0.02173"/>
</Entity>
<Entity uid="1582">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.78992" z="589.1996"/>
<Orientation y="2.22205"/>
</Entity>
<Entity uid="1583">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="622.17237" z="536.12012"/>
<Orientation y="-2.97464"/>
</Entity>
<Entity uid="1584">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="644.57319" z="573.73774"/>
<Orientation y="2.54038"/>
</Entity>
<Entity uid="1585">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="648.27875" z="570.59876"/>
<Orientation y="3.11243"/>
</Entity>
<Entity uid="1586">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="648.47144" z="563.56135"/>
<Orientation y="-2.93343"/>
</Entity>
<Entity uid="1587">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="647.52527" z="559.94355"/>
<Orientation y="-2.46847"/>
</Entity>
<Entity uid="1588">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="643.75068" z="556.58545"/>
<Orientation y="-1.59232"/>
</Entity>
<Entity uid="1589">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="609.9737" z="541.79786"/>
<Orientation y="0.11564"/>
</Entity>
<Entity uid="1590">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="640.9773" z="563.85969"/>
<Orientation y="-0.01613"/>
</Entity>
<Entity uid="1591">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="639.52906" z="569.98707"/>
<Orientation y="-0.09517"/>
</Entity>
<Entity uid="1592">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="566.02961" z="646.97205"/>
<Orientation y="-0.63305"/>
</Entity>
<Entity uid="1593">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="560.3105" z="652.1048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1594">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="558.33857" z="654.74701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1595">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="557.0647" z="660.1308"/>
<Orientation y="-0.43126"/>
</Entity>
<Entity uid="1596">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="552.51166" z="667.58405"/>
<Orientation y="-1.57786"/>
</Entity>
<Entity uid="1597">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="552.14545" z="657.1496"/>
<Orientation y="-3.11826"/>
</Entity>
<Entity uid="1598">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="503.93836" z="681.19513"/>
<Orientation y="-2.3287"/>
</Entity>
<Entity uid="1599">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.78797" z="670.49134"/>
<Orientation y="-3.08954"/>
</Entity>
<Entity uid="1600">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.04142" z="662.13288"/>
<Orientation y="-2.59981"/>
</Entity>
<Entity uid="1601">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="491.33161" z="656.74488"/>
<Orientation y="-2.77401"/>
</Entity>
<Entity uid="1602">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.86994" z="628.03785"/>
<Orientation y="0.25083"/>
</Entity>
<Entity uid="1603">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="432.40241" z="639.80762"/>
<Orientation y="0.07581"/>
</Entity>
<Entity uid="1604">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="432.7876" z="647.86854"/>
<Orientation y="0.15433"/>
</Entity>
<Entity uid="1605">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="433.46711" z="653.24878"/>
<Orientation y="0.28922"/>
</Entity>
<Entity uid="1606">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="438.47208" z="666.2444"/>
<Orientation y="0.65796"/>
</Entity>
<Entity uid="1607">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="288.11286" z="782.60523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1608">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="287.75104" z="789.03333"/>
<Orientation y="0.70856"/>
</Entity>
<Entity uid="1609">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="293.18891" z="794.8642"/>
<Orientation y="0.92891"/>
</Entity>
<Entity uid="1610">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="297.938" z="797.6703"/>
<Orientation y="1.71897"/>
</Entity>
<Entity uid="1611">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="310.79001" z="795.71161"/>
<Orientation y="2.01401"/>
</Entity>
<Entity uid="1612">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="316.3599" z="791.20752"/>
<Orientation y="2.36992"/>
</Entity>
<Entity uid="1613">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="322.42884" z="783.15186"/>
<Orientation y="2.46427"/>
</Entity>
<Entity uid="1614">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="325.26917" z="778.19178"/>
<Orientation y="2.88677"/>
</Entity>
<Entity uid="1615">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="326.55042" z="769.69068"/>
<Orientation y="2.9943"/>
</Entity>
<Entity uid="1616">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.70945" z="763.87696"/>
<Orientation y="3.0519"/>
</Entity>
<Entity uid="1617">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="328.03891" z="753.10389"/>
<Orientation y="-3.07016"/>
</Entity>
<Entity uid="1618">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.7421" z="748.91443"/>
<Orientation y="-3.01671"/>
</Entity>
<Entity uid="1619">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="322.18503" z="750.50031"/>
<Orientation y="1.27855"/>
</Entity>
<Entity uid="1620">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="256.8065" z="903.75635"/>
<Orientation y="2.55524"/>
</Entity>
<Entity uid="1621">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="260.18287" z="897.818"/>
<Orientation y="2.59649"/>
</Entity>
<Entity uid="1622">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="262.3736" z="892.37983"/>
<Orientation y="-3.13221"/>
</Entity>
<Entity uid="1623">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="261.16187" z="884.79993"/>
<Orientation y="3.03774"/>
</Entity>
<Entity uid="1624">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="262.28791" z="878.00477"/>
<Orientation y="2.39034"/>
</Entity>
<Entity uid="1625">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="267.27607" z="872.47767"/>
<Orientation y="1.83321"/>
</Entity>
<Entity uid="1626">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="270.46613" z="872.32618"/>
<Orientation y="0.67728"/>
</Entity>
<Entity uid="1627">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="274.10322" z="877.83625"/>
<Orientation y="0.3842"/>
</Entity>
<Entity uid="1628">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="275.77817" z="882.54957"/>
<Orientation y="0.41808"/>
</Entity>
<Entity uid="1629">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="277.53666" z="891.20618"/>
<Orientation y="-0.12282"/>
</Entity>
<Entity uid="1630">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="275.2639" z="900.71875"/>
<Orientation y="0.15125"/>
</Entity>
<Entity uid="1631">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="276.23087" z="910.07105"/>
<Orientation y="0.36736"/>
</Entity>
<Entity uid="1632">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.77991" z="940.13758"/>
<Orientation y="-0.051"/>
</Entity>
<Entity uid="1633">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.07615" z="948.37519"/>
<Orientation y="1.17399"/>
</Entity>
<Entity uid="1634">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="461.94953" z="951.07483"/>
<Orientation y="1.89458"/>
</Entity>
<Entity uid="1635">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="467.16239" z="945.12861"/>
<Orientation y="2.65432"/>
</Entity>
<Entity uid="1636">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="470.03766" z="941.4065"/>
<Orientation y="2.28153"/>
</Entity>
<Entity uid="1637">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="472.00553" z="939.02308"/>
<Orientation y="2.90465"/>
</Entity>
<Entity uid="1638">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="473.57255" z="929.92554"/>
<Orientation y="2.0287"/>
</Entity>
<Entity uid="1639">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="477.95646" z="927.47577"/>
<Orientation y="1.59458"/>
</Entity>
<Entity uid="1640">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="484.64234" z="928.81952"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1641">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="485.65662" z="947.49701"/>
<Orientation y="-2.65351"/>
</Entity>
<Entity uid="1642">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.37742" z="922.5467"/>
<Orientation y="-2.62693"/>
</Entity>
<Entity uid="1643">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.25574" z="917.29731"/>
<Orientation y="-1.49016"/>
</Entity>
<Entity uid="1644">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="455.90262" z="918.11921"/>
<Orientation y="-0.86252"/>
</Entity>
<Entity uid="1645">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="449.19266" z="923.38514"/>
<Orientation y="-0.70304"/>
</Entity>
<Entity uid="1646">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.92493" z="929.58338"/>
<Orientation y="-1.09939"/>
</Entity>
<Entity uid="1647">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="438.69654" z="936.63178"/>
<Orientation y="0.52344"/>
</Entity>
<Entity uid="1648">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="433.56916" z="949.69446"/>
<Orientation y="-2.20025"/>
</Entity>
<Entity uid="1649">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="433.31128" z="966.79993"/>
<Orientation y="1.24488"/>
</Entity>
<Entity uid="1650">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="440.43375" z="971.88306"/>
<Orientation y="0.83965"/>
</Entity>
<Entity uid="1651">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="449.98847" z="985.69385"/>
<Orientation y="2.80776"/>
</Entity>
<Entity uid="1652">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.30637" z="972.06995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1653">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="454.7511" z="965.79651"/>
<Orientation y="2.22031"/>
</Entity>
<Entity uid="1654">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="461.75492" z="972.00562"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1655">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="483.03064" z="980.13276"/>
<Orientation y="2.75821"/>
</Entity>
<Entity uid="1656">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="487.56333" z="965.95813"/>
<Orientation y="-3.10711"/>
</Entity>
<Entity uid="1657">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="485.98105" z="956.59827"/>
<Orientation y="-2.90712"/>
</Entity>
<Entity uid="1658">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="565.58198" z="951.64502"/>
<Orientation y="-2.72928"/>
</Entity>
<Entity uid="1659">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="561.27112" z="945.65137"/>
<Orientation y="-2.72722"/>
</Entity>
<Entity uid="1660">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="558.55994" z="940.95826"/>
<Orientation y="-2.4576"/>
</Entity>
<Entity uid="1661">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="553.47321" z="933.73981"/>
<Orientation y="-2.7818"/>
</Entity>
<Entity uid="1662">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.8125" z="929.62232"/>
<Orientation y="-2.70261"/>
</Entity>
<Entity uid="1663">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="550.14264" z="925.27308"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1664">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="556.90558" z="928.36072"/>
<Orientation y="0.37809"/>
</Entity>
<Entity uid="1665">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="559.17444" z="935.87378"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1666">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="561.69562" z="937.39856"/>
<Orientation y="1.65143"/>
</Entity>
<Entity uid="1667">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="568.75861" z="943.79682"/>
<Orientation y="1.25744"/>
</Entity>
<Entity uid="1668">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="682.26001" z="876.0503"/>
<Orientation y="-2.97025"/>
</Entity>
<Entity uid="1669">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="680.5547" z="866.65766"/>
<Orientation y="-2.58571"/>
</Entity>
<Entity uid="1670">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="674.73066" z="860.13953"/>
<Orientation y="-2.1218"/>
</Entity>
<Entity uid="1671">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="669.81147" z="859.47492"/>
<Orientation y="-3.01325"/>
</Entity>
<Entity uid="1672">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="669.46033" z="851.81702"/>
<Orientation y="3.06505"/>
</Entity>
<Entity uid="1673">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="671.28718" z="844.03028"/>
<Orientation y="2.5828"/>
</Entity>
<Entity uid="1674">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="673.83326" z="842.92322"/>
<Orientation y="0.66771"/>
</Entity>
<Entity uid="1675">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="679.71985" z="853.63465"/>
<Orientation y="0.1729"/>
</Entity>
<Entity uid="1676">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="679.87543" z="862.61023"/>
<Orientation y="0.95992"/>
</Entity>
<Entity uid="1677">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.68592" z="844.11036"/>
<Orientation y="-2.82879"/>
</Entity>
<Entity uid="1678">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="663.59662" z="828.29432"/>
<Orientation y="-3.04209"/>
</Entity>
<Entity uid="1679">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="662.78193" z="821.83094"/>
<Orientation y="-2.5209"/>
</Entity>
<Entity uid="1680">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="658.2469" z="816.7118"/>
<Orientation y="-1.91033"/>
</Entity>
<Entity uid="1681">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="654.59546" z="815.27887"/>
<Orientation y="-2.89016"/>
</Entity>
<Entity uid="1682">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="667.6595" z="828.58033"/>
<Orientation y="1.2909"/>
</Entity>
<Entity uid="1683">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="699.33088" z="819.88971"/>
<Orientation y="-3.04726"/>
</Entity>
<Entity uid="1684">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="698.66767" z="813.10511"/>
<Orientation y="-2.32773"/>
</Entity>
<Entity uid="1685">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="691.74347" z="809.44636"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1686">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="688.93775" z="812.40278"/>
<Orientation y="0.3146"/>
</Entity>
<Entity uid="1687">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="690.64832" z="817.31916"/>
<Orientation y="0.40879"/>
</Entity>
<Entity uid="1688">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="692.46991" z="822.62604"/>
<Orientation y="0.33993"/>
</Entity>
<Entity uid="1689">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.53779" z="829.10486"/>
<Orientation y="0.86332"/>
</Entity>
<Entity uid="1690">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="701.74286" z="833.4361"/>
<Orientation y="1.26722"/>
</Entity>
<Entity uid="1691">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="709.0193" z="833.8595"/>
<Orientation y="0.72182"/>
</Entity>
<Entity uid="1692">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="716.13135" z="836.60212"/>
<Orientation y="1.54757"/>
</Entity>
<Entity uid="1693">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.31208" z="833.38501"/>
<Orientation y="1.57522"/>
</Entity>
<Entity uid="1694">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="735.4275" z="830.82837"/>
<Orientation y="-2.81907"/>
</Entity>
<Entity uid="1695">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.53931" z="826.03394"/>
<Orientation y="-2.14385"/>
</Entity>
<Entity uid="1696">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="729.85438" z="823.60395"/>
<Orientation y="-2.28248"/>
</Entity>
<Entity uid="1697">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.41419" z="819.31415"/>
<Orientation y="-1.74962"/>
</Entity>
<Entity uid="1698">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="719.77271" z="821.26075"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1699">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.87311" z="821.05054"/>
<Orientation y="-2.1152"/>
</Entity>
<Entity uid="1700">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="714.24665" z="818.8365"/>
<Orientation y="-1.91985"/>
</Entity>
<Entity uid="1701">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="709.43531" z="818.5987"/>
<Orientation y="-2.34203"/>
</Entity>
<Entity uid="1702">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="744.96991" z="774.69562"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1703">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.80335" z="774.11231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1704">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.57319" z="770.91883"/>
<Orientation y="2.88913"/>
</Entity>
<Entity uid="1705">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="746.39051" z="764.29395"/>
<Orientation y="1.28354"/>
</Entity>
<Entity uid="1706">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="751.27369" z="766.85456"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1707">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.01453" z="766.88337"/>
<Orientation y="2.54862"/>
</Entity>
<Entity uid="1708">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.78846" z="761.34974"/>
<Orientation y="1.78583"/>
</Entity>
<Entity uid="1709">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="757.72211" z="761.35938"/>
<Orientation y="1.18284"/>
</Entity>
<Entity uid="1710">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="762.27955" z="763.52338"/>
<Orientation y="0.70339"/>
</Entity>
<Entity uid="1711">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.32044" z="765.08777"/>
<Orientation y="1.6514"/>
</Entity>
<Entity uid="1712">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="767.50434" z="764.22535"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1713">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="768.42426" z="763.37098"/>
<Orientation y="0.74973"/>
</Entity>
<Entity uid="1714">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="771.73804" z="767.53968"/>
<Orientation y="1.5148"/>
</Entity>
<Entity uid="1715">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.08667" z="766.65235"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1716">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.28248" z="765.46521"/>
<Orientation y="2.94123"/>
</Entity>
<Entity uid="1717">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.78254" z="761.3324"/>
<Orientation y="2.04229"/>
</Entity>
<Entity uid="1718">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="782.64228" z="760.77033"/>
<Orientation y="1.39951"/>
</Entity>
<Entity uid="1719">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="784.98365" z="761.0904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1720">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="787.1117" z="764.67103"/>
<Orientation y="-0.2882"/>
</Entity>
<Entity uid="1721">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.83283" z="771.07093"/>
<Orientation y="-0.9836"/>
</Entity>
<Entity uid="1722">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="781.64734" z="772.21961"/>
<Orientation y="-1.196"/>
</Entity>
<Entity uid="1723">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="776.78431" z="774.29206"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1724">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.78864" z="775.94361"/>
<Orientation y="-0.95916"/>
</Entity>
<Entity uid="1725">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="768.4693" z="779.47657"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1726">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="766.95899" z="779.38813"/>
<Orientation y="-1.82189"/>
</Entity>
<Entity uid="1727">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.07178" z="778.34668"/>
<Orientation y="-1.84601"/>
</Entity>
<Entity uid="1728">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="759.40998" z="778.0243"/>
<Orientation y="-1.4902"/>
</Entity>
<Entity uid="1729">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.19501" z="778.67341"/>
<Orientation y="-2.27529"/>
</Entity>
<Entity uid="1730">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="750.82514" z="776.7898"/>
<Orientation y="-2.4011"/>
</Entity>
<Entity uid="1731">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.98011" z="761.4112"/>
<Orientation y="1.22518"/>
</Entity>
<Entity uid="1732">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="813.60907" z="614.27991"/>
<Orientation y="-2.51516"/>
</Entity>
<Entity uid="1733">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="808.95118" z="612.37012"/>
<Orientation y="-1.05971"/>
</Entity>
<Entity uid="1734">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="805.95405" z="614.56751"/>
<Orientation y="-1.38518"/>
</Entity>
<Entity uid="1735">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="800.55085" z="616.33667"/>
<Orientation y="-1.88639"/>
</Entity>
<Entity uid="1736">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="790.00013" z="618.28943"/>
<Orientation y="-1.07256"/>
</Entity>
<Entity uid="1737">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="787.44465" z="619.61243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1738">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="777.96479" z="631.6695"/>
<Orientation y="1.23041"/>
</Entity>
<Entity uid="1739">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.66681" z="628.27344"/>
<Orientation y="-2.99502"/>
</Entity>
<Entity uid="1740">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="780.46943" z="619.97474"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1741">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="784.39399" z="615.40705"/>
<Orientation y="1.4746"/>
</Entity>
<Entity uid="1742">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="794.3617" z="614.9286"/>
<Orientation y="-2.08887"/>
</Entity>
<Entity uid="1743">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="879.19184" z="704.55604"/>
<Orientation y="2.75025"/>
</Entity>
<Entity uid="1744">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="882.93073" z="690.8354"/>
<Orientation y="2.98566"/>
</Entity>
<Entity uid="1745">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="885.32624" z="679.28742"/>
<Orientation y="2.89068"/>
</Entity>
<Entity uid="1746">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.48566" z="672.51758"/>
<Orientation y="2.46488"/>
</Entity>
<Entity uid="1747">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="893.40033" z="665.06012"/>
<Orientation y="-2.94053"/>
</Entity>
<Entity uid="1748">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="892.01734" z="659.1485"/>
<Orientation y="-2.30634"/>
</Entity>
<Entity uid="1749">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.65253" z="656.75599"/>
<Orientation y="-1.87789"/>
</Entity>
<Entity uid="1750">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="883.50141" z="653.96534"/>
<Orientation y="2.84807"/>
</Entity>
<Entity uid="1751">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="960.97889" z="616.87714"/>
<Orientation y="2.683"/>
</Entity>
<Entity uid="1752">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.63056" z="601.13563"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1753">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.2118" z="597.93598"/>
<Orientation y="-2.85601"/>
</Entity>
<Entity uid="1754">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.91401" z="590.93104"/>
<Orientation y="2.99433"/>
</Entity>
<Entity uid="1755">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="958.0829" z="581.38477"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1756">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="960.18213" z="580.18207"/>
<Orientation y="0.64446"/>
</Entity>
<Entity uid="1757">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="962.4947" z="582.03138"/>
<Orientation y="2.60354"/>
</Entity>
<Entity uid="1758">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="965.86066" z="574.35743"/>
<Orientation y="-1.65665"/>
</Entity>
<Entity uid="1759">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="959.63996" z="576.8343"/>
<Orientation y="-2.51992"/>
</Entity>
<Entity uid="1760">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="956.9698" z="574.12348"/>
<Orientation y="2.7528"/>
</Entity>
<Entity uid="1761">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="960.78156" z="568.10785"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1762">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="962.88166" z="572.52698"/>
<Orientation y="1.35323"/>
</Entity>
<Entity uid="1763">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.88514" z="805.61731"/>
<Orientation y="2.88674"/>
</Entity>
<Entity uid="1764">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.66749" z="791.57209"/>
<Orientation y="2.75647"/>
</Entity>
<Entity uid="1765">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="867.72498" z="779.33259"/>
<Orientation y="-2.43833"/>
</Entity>
<Entity uid="1766">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.83973" z="774.04712"/>
<Orientation y="-3.13042"/>
</Entity>
<Entity uid="1767">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.93543" z="765.42945"/>
<Orientation y="2.71686"/>
</Entity>
<Entity uid="1768">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="870.23646" z="758.65992"/>
<Orientation y="2.90712"/>
</Entity>
<Entity uid="1769">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.1532" z="752.29365"/>
<Orientation y="-2.90175"/>
</Entity>
<Entity uid="1770">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="867.54438" z="749.51044"/>
<Orientation y="-2.8193"/>
</Entity>
<Entity uid="1771">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.4087" z="767.66456"/>
<Orientation y="1.50412"/>
</Entity>
<Entity uid="1772">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="871.25403" z="766.18854"/>
<Orientation y="1.41184"/>
</Entity>
<Entity uid="1773">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.1609" z="822.49042"/>
<Orientation y="2.39802"/>
</Entity>
<Entity uid="1774">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="861.53858" z="819.41456"/>
<Orientation y="1.85961"/>
</Entity>
<Entity uid="1775">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.94996" z="819.61316"/>
<Orientation y="-0.00388"/>
</Entity>
<Entity uid="1776">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="864.85108" z="825.58912"/>
<Orientation y="-0.00864"/>
</Entity>
<Entity uid="1777">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="864.81012" z="832.03785"/>
<Orientation y="0.75345"/>
</Entity>
<Entity uid="1778">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.27527" z="838.15986"/>
<Orientation y="0.06165"/>
</Entity>
<Entity uid="1779">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.1211" z="855.92975"/>
<Orientation y="0.33787"/>
</Entity>
<Entity uid="1780">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.42072" z="743.97046"/>
<Orientation y="-2.80115"/>
</Entity>
<Entity uid="1781">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.38984" z="729.836"/>
<Orientation y="3.13015"/>
</Entity>
<Entity uid="1782">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="961.62195" z="721.97584"/>
<Orientation y="-2.79598"/>
</Entity>
<Entity uid="1783">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.7146" z="712.03443"/>
<Orientation y="2.97548"/>
</Entity>
<Entity uid="1784">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="962.48475" z="702.21491"/>
<Orientation y="2.46624"/>
</Entity>
<Entity uid="1785">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="968.37043" z="692.05744"/>
<Orientation y="3.07097"/>
</Entity>
<Entity uid="1786">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="969.35486" z="683.219"/>
<Orientation y="2.85744"/>
</Entity>
<Entity uid="1787">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.12708" z="678.65522"/>
<Orientation y="2.95881"/>
</Entity>
<Entity uid="1788">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.43458" z="677.09137"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1789">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="973.41767" z="666.92127"/>
<Orientation y="2.06824"/>
</Entity>
<Entity uid="1790">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="979.7292" z="659.61438"/>
<Orientation y="-2.68812"/>
</Entity>
<Entity uid="1791">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="974.00245" z="652.94233"/>
<Orientation y="-2.31507"/>
</Entity>
<Entity uid="1792">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.17322" z="650.20167"/>
<Orientation y="-2.67225"/>
</Entity>
<Entity uid="1793">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="968.21564" z="645.99372"/>
<Orientation y="-2.86266"/>
</Entity>
<Entity uid="1794">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.68366" z="638.45984"/>
<Orientation y="2.48313"/>
</Entity>
<Entity uid="1795">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="970.15204" z="634.42109"/>
<Orientation y="0.82378"/>
</Entity>
<Entity uid="1796">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="975.63563" z="640.2107"/>
<Orientation y="0.06128"/>
</Entity>
<Entity uid="1797">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="972.17164" z="654.88611"/>
<Orientation y="-0.88822"/>
</Entity>
<Entity uid="1798">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="967.90119" z="659.60212"/>
<Orientation y="-0.31066"/>
</Entity>
<Entity uid="1799">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.79767" z="668.3819"/>
<Orientation y="0.08501"/>
</Entity>
<Entity uid="1800">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.95276" z="678.80597"/>
<Orientation y="0.07892"/>
</Entity>
<Entity uid="1801">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.97242" z="695.61506"/>
<Orientation y="-0.29842"/>
</Entity>
<Entity uid="1802">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="964.88361" z="702.38929"/>
<Orientation y="0.97857"/>
</Entity>
<Entity uid="1803">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="971.75477" z="709.73456"/>
<Orientation y="-0.2133"/>
</Entity>
<Entity uid="1804">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="967.3924" z="717.69837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1805">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="966.20643" z="706.26313"/>
<Orientation y="2.44837"/>
</Entity>
<Entity uid="1806">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="975.22584" z="696.83881"/>
<Orientation y="0.94353"/>
</Entity>
<Entity uid="1807">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.245" z="515.5326"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1808">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="954.2392" z="518.8744"/>
<Orientation y="-0.39309"/>
</Entity>
<Entity uid="1809">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.19751" z="524.22242"/>
<Orientation y="1.12452"/>
</Entity>
<Entity uid="1810">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="954.17511" z="524.92585"/>
<Orientation y="2.27584"/>
</Entity>
<Entity uid="1811">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="956.43586" z="509.08808"/>
<Orientation y="-3.04833"/>
</Entity>
<Entity uid="1812">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.12867" z="493.73548"/>
<Orientation y="3.11052"/>
</Entity>
<Entity uid="1813">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.10071" z="483.36902"/>
<Orientation y="-2.65255"/>
</Entity>
<Entity uid="1814">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.63294" z="477.48087"/>
<Orientation y="-2.59018"/>
</Entity>
<Entity uid="1815">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="949.91999" z="474.00116"/>
<Orientation y="-2.67003"/>
</Entity>
<Entity uid="1816">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.85279" z="467.53333"/>
<Orientation y="2.6618"/>
</Entity>
<Entity uid="1817">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.35102" z="462.65796"/>
<Orientation y="1.91301"/>
</Entity>
<Entity uid="1818">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="954.30744" z="461.1078"/>
<Orientation y="-2.52111"/>
</Entity>
<Entity uid="1819">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.72187" z="456.94156"/>
<Orientation y="-2.53977"/>
</Entity>
<Entity uid="1820">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="948.66846" z="451.30546"/>
<Orientation y="3.06037"/>
</Entity>
<Entity uid="1821">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="950.94257" z="451.88614"/>
<Orientation y="3.11901"/>
</Entity>
<Entity uid="1822">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="950.67182" z="438.3194"/>
<Orientation y="-2.6968"/>
</Entity>
<Entity uid="1823">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="944.57172" z="425.74268"/>
<Orientation y="2.9657"/>
</Entity>
<Entity uid="1824">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.14881" z="419.04441"/>
<Orientation y="2.97112"/>
</Entity>
<Entity uid="1825">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.92096" z="414.99936"/>
<Orientation y="-3.03895"/>
</Entity>
<Entity uid="1826">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="946.41883" z="407.28901"/>
<Orientation y="-3.03129"/>
</Entity>
<Entity uid="1827">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="944.96906" z="398.75773"/>
<Orientation y="2.9758"/>
</Entity>
<Entity uid="1828">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="947.7209" z="390.35389"/>
<Orientation y="1.83774"/>
</Entity>
<Entity uid="1829">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="953.72419" z="383.66761"/>
<Orientation y="-2.59363"/>
</Entity>
<Entity uid="1830">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="950.93091" z="379.24018"/>
<Orientation y="-3.00406"/>
</Entity>
<Entity uid="1831">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.17176" z="371.86652"/>
<Orientation y="1.42959"/>
</Entity>
<Entity uid="1832">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="957.52698" z="372.47602"/>
<Orientation y="1.87789"/>
</Entity>
<Entity uid="1833">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="963.235" z="369.58771"/>
<Orientation y="2.92092"/>
</Entity>
<Entity uid="1834">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="964.18982" z="364.96738"/>
<Orientation y="-2.91982"/>
</Entity>
<Entity uid="1835">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="963.0959" z="360.05878"/>
<Orientation y="2.49428"/>
</Entity>
<Entity uid="1836">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="968.37824" z="356.02704"/>
<Orientation y="1.31374"/>
</Entity>
<Entity uid="1837">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="973.81928" z="356.99894"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1838">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="977.89179" z="350.02686"/>
<Orientation y="-3.02884"/>
</Entity>
<Entity uid="1839">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="963.84766" z="352.81965"/>
<Orientation y="-2.74732"/>
</Entity>
<Entity uid="1840">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="975.55329" z="347.81595"/>
<Orientation y="-3.06196"/>
</Entity>
<Entity uid="1841">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="976.28846" z="343.47062"/>
<Orientation y="0.93522"/>
</Entity>
<Entity uid="1842">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="982.71662" z="349.55472"/>
<Orientation y="1.75853"/>
</Entity>
<Entity uid="1843">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="978.73737" z="364.01893"/>
<Orientation y="2.56524"/>
</Entity>
<Entity uid="1844">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="987.29041" z="344.49384"/>
<Orientation y="-2.76908"/>
</Entity>
<Entity uid="1845">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="955.93464" z="391.66794"/>
<Orientation y="-1.36031"/>
</Entity>
<Entity uid="1846">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="951.54542" z="401.63184"/>
<Orientation y="1.31736"/>
</Entity>
<Entity uid="1847">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.64673" z="437.76545"/>
<Orientation y="2.48931"/>
</Entity>
<Entity uid="1848">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="867.26911" z="431.42756"/>
<Orientation y="3.10134"/>
</Entity>
<Entity uid="1849">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.28199" z="423.80781"/>
<Orientation y="-2.60135"/>
</Entity>
<Entity uid="1850">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.71357" z="418.8603"/>
<Orientation y="-2.98183"/>
</Entity>
<Entity uid="1851">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="863.17792" z="413.8631"/>
<Orientation y="2.54738"/>
</Entity>
<Entity uid="1852">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.23719" z="407.21116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1853">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.18" z="405.22138"/>
<Orientation y="3.06395"/>
</Entity>
<Entity uid="1854">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.35157" z="401.04917"/>
<Orientation y="-2.85091"/>
</Entity>
<Entity uid="1855">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.55195" z="394.98346"/>
<Orientation y="-2.43906"/>
</Entity>
<Entity uid="1856">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="864.82526" z="392.45652"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1857">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.00605" z="388.88752"/>
<Orientation y="2.49596"/>
</Entity>
<Entity uid="1858">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="871.38202" z="384.62378"/>
<Orientation y="3.09348"/>
</Entity>
<Entity uid="1859">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="869.88209" z="375.22504"/>
<Orientation y="-2.60042"/>
</Entity>
<Entity uid="1860">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="868.64435" z="371.6988"/>
<Orientation y="3.04578"/>
</Entity>
<Entity uid="1861">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="870.61597" z="365.11799"/>
<Orientation y="2.48723"/>
</Entity>
<Entity uid="1862">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="873.07136" z="363.63801"/>
<Orientation y="2.97957"/>
</Entity>
<Entity uid="1863">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="874.83753" z="358.29401"/>
<Orientation y="2.91463"/>
</Entity>
<Entity uid="1864">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="875.7392" z="351.5825"/>
<Orientation y="-2.47248"/>
</Entity>
<Entity uid="1865">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="873.16266" z="348.03348"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1866">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="873.96436" z="345.64948"/>
<Orientation y="2.37108"/>
</Entity>
<Entity uid="1867">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="878.99061" z="333.17734"/>
<Orientation y="-2.36693"/>
</Entity>
<Entity uid="1868">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="875.46338" z="328.66681"/>
<Orientation y="2.55068"/>
</Entity>
<Entity uid="1869">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="880.55835" z="322.37201"/>
<Orientation y="2.03571"/>
</Entity>
<Entity uid="1870">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="883.72864" z="320.76005"/>
<Orientation y="1.87885"/>
</Entity>
<Entity uid="1871">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="886.75416" z="319.40302"/>
<Orientation y="-3.02633"/>
</Entity>
<Entity uid="1872">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.18653" z="309.72364"/>
<Orientation y="2.38697"/>
</Entity>
<Entity uid="1873">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="891.70173" z="304.25416"/>
<Orientation y="2.64464"/>
</Entity>
<Entity uid="1874">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="894.77332" z="298.82966"/>
<Orientation y="-2.95795"/>
</Entity>
<Entity uid="1875">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="893.84156" z="294.59067"/>
<Orientation y="2.7603"/>
</Entity>
<Entity uid="1876">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="897.0843" z="290.23737"/>
<Orientation y="1.89744"/>
</Entity>
<Entity uid="1877">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="902.62073" z="289.34668"/>
<Orientation y="2.424"/>
</Entity>
<Entity uid="1878">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="906.49512" z="284.80167"/>
<Orientation y="2.43731"/>
</Entity>
<Entity uid="1879">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="908.86622" z="281.73044"/>
<Orientation y="3.03885"/>
</Entity>
<Entity uid="1880">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="909.36518" z="277.13672"/>
<Orientation y="2.49378"/>
</Entity>
<Entity uid="1881">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="911.96961" z="274.77671"/>
<Orientation y="0.89835"/>
</Entity>
<Entity uid="1882">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="916.29499" z="278.32932"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1883">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="919.35401" z="278.44117"/>
<Orientation y="2.7374"/>
</Entity>
<Entity uid="1884">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="923.27454" z="270.54926"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1885">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="930.21338" z="272.5683"/>
<Orientation y="-2.91384"/>
</Entity>
<Entity uid="1886">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="928.3913" z="266.07352"/>
<Orientation y="-2.85891"/>
</Entity>
<Entity uid="1887">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="927.26948" z="261.32663"/>
<Orientation y="2.39242"/>
</Entity>
<Entity uid="1888">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="931.99152" z="257.04694"/>
<Orientation y="1.7842"/>
</Entity>
<Entity uid="1889">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="936.46119" z="257.70691"/>
<Orientation y="1.26679"/>
</Entity>
<Entity uid="1890">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="939.65992" z="258.51807"/>
<Orientation y="1.81388"/>
</Entity>
<Entity uid="1891">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="941.92615" z="257.74137"/>
<Orientation y="-2.81959"/>
</Entity>
<Entity uid="1892">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="938.75849" z="250.78248"/>
<Orientation y="-2.52141"/>
</Entity>
<Entity uid="1893">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="936.97602" z="248.03354"/>
<Orientation y="3.08602"/>
</Entity>
<Entity uid="1894">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="943.39606" z="250.9984"/>
<Orientation y="0.54381"/>
</Entity>
<Entity uid="1895">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="887.62836" z="215.60146"/>
<Orientation y="-2.6475"/>
</Entity>
<Entity uid="1896">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="883.36921" z="193.56447"/>
<Orientation y="-2.85175"/>
</Entity>
<Entity uid="1897">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="879.6435" z="185.31588"/>
<Orientation y="-2.55887"/>
</Entity>
<Entity uid="1898">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="874.80146" z="177.91369"/>
<Orientation y="-2.72435"/>
</Entity>
<Entity uid="1899">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="872.8758" z="172.83324"/>
<Orientation y="-2.20196"/>
</Entity>
<Entity uid="1900">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.8238" z="168.95878"/>
<Orientation y="-1.51232"/>
</Entity>
<Entity uid="1901">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="855.44776" z="169.675"/>
<Orientation y="-1.65041"/>
</Entity>
<Entity uid="1902">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="848.11091" z="170.06527"/>
<Orientation y="0.25895"/>
</Entity>
<Entity uid="1903">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="850.1255" z="180.13173"/>
<Orientation y="0.12261"/>
</Entity>
<Entity uid="1904">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="850.75977" z="189.97057"/>
<Orientation y="0.66515"/>
</Entity>
<Entity uid="1905">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="856.12232" z="203.7599"/>
<Orientation y="0.09453"/>
</Entity>
<Entity uid="1906">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="857.01825" z="211.18111"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1907">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="862.12433" z="208.41364"/>
<Orientation y="0.37252"/>
</Entity>
<Entity uid="1908">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.05567" z="217.1246"/>
<Orientation y="0.27952"/>
</Entity>
<Entity uid="1909">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="866.47651" z="226.75651"/>
<Orientation y="0.12407"/>
</Entity>
<Entity uid="1910">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="870.00141" z="237.47281"/>
<Orientation y="1.24907"/>
</Entity>
<Entity uid="1911">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="876.47211" z="237.46808"/>
<Orientation y="2.02443"/>
</Entity>
<Entity uid="1912">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="880.09198" z="232.43778"/>
<Orientation y="3.0751"/>
</Entity>
<Entity uid="1913">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="879.96607" z="218.00666"/>
<Orientation y="-2.50205"/>
</Entity>
<Entity uid="1914">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="876.49042" z="214.85668"/>
<Orientation y="-3.03672"/>
</Entity>
<Entity uid="1915">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="872.69996" z="208.24299"/>
<Orientation y="1.02062"/>
</Entity>
<Entity uid="1916">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="874.9673" z="170.80596"/>
<Orientation y="-2.29525"/>
</Entity>
<Entity uid="1917">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="865.98548" z="163.53971"/>
<Orientation y="-2.44805"/>
</Entity>
<Entity uid="1918">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="863.08405" z="160.17026"/>
<Orientation y="-2.56653"/>
</Entity>
<Entity uid="1919">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.15992" z="156.74364"/>
<Orientation y="-1.21628"/>
</Entity>
<Entity uid="1920">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="849.1637" z="161.53145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1921">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="858.39802" z="143.7813"/>
<Orientation y="-2.12166"/>
</Entity>
<Entity uid="1922">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="851.88477" z="145.75355"/>
<Orientation y="-2.0772"/>
</Entity>
<Entity uid="1923">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="843.65082" z="139.64007"/>
<Orientation y="-2.13176"/>
</Entity>
<Entity uid="1924">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="837.13434" z="138.12946"/>
<Orientation y="-1.41034"/>
</Entity>
<Entity uid="1925">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="831.73737" z="138.96998"/>
<Orientation y="-1.30787"/>
</Entity>
<Entity uid="1926">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="826.85438" z="141.13436"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1927">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="831.9571" z="152.87691"/>
<Orientation y="1.90625"/>
</Entity>
<Entity uid="1928">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="803.05213" z="102.62206"/>
<Orientation y="0.9751"/>
</Entity>
<Entity uid="1929">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="806.27912" z="104.88718"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="1930">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="791.6919" z="106.4499"/>
<Orientation y="-2.19407"/>
</Entity>
<Entity uid="1931">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="789.17414" z="104.62067"/>
<Orientation y="-2.15151"/>
</Entity>
<Entity uid="1932">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="782.7074" z="100.94848"/>
<Orientation y="-2.01928"/>
</Entity>
<Entity uid="1933">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="775.14917" z="97.75881"/>
<Orientation y="-2.69671"/>
</Entity>
<Entity uid="1934">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.86487" z="94.98813"/>
<Orientation y="-3.06284"/>
</Entity>
<Entity uid="1935">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="762.26056" z="108.57174"/>
<Orientation y="-0.24598"/>
</Entity>
<Entity uid="1936">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="758.90156" z="120.15438"/>
<Orientation y="-0.6272"/>
</Entity>
<Entity uid="1937">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="752.37323" z="128.75399"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1938">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="751.75092" z="132.82354"/>
<Orientation y="-0.99598"/>
</Entity>
<Entity uid="1939">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.95453" z="139.25116"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1940">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="738.7013" z="106.63903"/>
<Orientation y="-2.82775"/>
</Entity>
<Entity uid="1941">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.0782" z="89.41372"/>
<Orientation y="-2.17153"/>
</Entity>
<Entity uid="1942">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.79834" z="82.8691"/>
<Orientation y="-2.2842"/>
</Entity>
<Entity uid="1943">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.98115" z="75.4646"/>
<Orientation y="-2.87314"/>
</Entity>
<Entity uid="1944">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="717.02222" z="67.95092"/>
<Orientation y="-2.34066"/>
</Entity>
<Entity uid="1945">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="713.05396" z="65.84926"/>
<Orientation y="-1.43302"/>
</Entity>
<Entity uid="1946">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="707.51148" z="67.37256"/>
<Orientation y="-0.95554"/>
</Entity>
<Entity uid="1947">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="702.58277" z="71.61416"/>
<Orientation y="-0.09266"/>
</Entity>
<Entity uid="1948">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="701.40436" z="78.49096"/>
<Orientation y="0.05401"/>
</Entity>
<Entity uid="1949">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="704.04841" z="87.82416"/>
<Orientation y="0.94538"/>
</Entity>
<Entity uid="1950">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="708.61872" z="90.96203"/>
<Orientation y="0.81736"/>
</Entity>
<Entity uid="1951">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="711.91706" z="96.54155"/>
<Orientation y="0.65815"/>
</Entity>
<Entity uid="1952">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="719.8227" z="111.16147"/>
<Orientation y="0.41724"/>
</Entity>
<Entity uid="1953">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.22327" z="121.51719"/>
<Orientation y="0.70925"/>
</Entity>
<Entity uid="1954">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="727.42957" z="125.22327"/>
<Orientation y="1.46558"/>
</Entity>
<Entity uid="1955">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="736.72126" z="124.64396"/>
<Orientation y="2.13317"/>
</Entity>
<Entity uid="1956">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="743.32227" z="118.57355"/>
<Orientation y="-2.73726"/>
</Entity>
<Entity uid="1957">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="715.64148" z="102.79992"/>
<Orientation y="1.72443"/>
</Entity>
<Entity uid="1958">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="171.36825" z="179.76066"/>
<Orientation y="1.88173"/>
</Entity>
<Entity uid="1959">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="179.52724" z="178.18595"/>
<Orientation y="1.68699"/>
</Entity>
<Entity uid="1960">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="188.45031" z="177.83005"/>
<Orientation y="2.18525"/>
</Entity>
<Entity uid="1961">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="192.11464" z="175.54395"/>
<Orientation y="1.38601"/>
</Entity>
<Entity uid="1962">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="200.38033" z="177.78527"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1963">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="225.23748" z="191.20109"/>
<Orientation y="0.86606"/>
</Entity>
<Entity uid="1964">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="231.84594" z="199.15972"/>
<Orientation y="0.25724"/>
</Entity>
<Entity uid="1965">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="233.85732" z="205.70173"/>
<Orientation y="0.62591"/>
</Entity>
<Entity uid="1966">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="236.24958" z="209.0912"/>
<Orientation y="0.79816"/>
</Entity>
<Entity uid="1967">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="243.62676" z="217.43485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1968">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="202.49112" z="228.85155"/>
<Orientation y="-2.92428"/>
</Entity>
<Entity uid="1969">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="200.37414" z="223.61986"/>
<Orientation y="-2.12826"/>
</Entity>
<Entity uid="1970">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="193.76523" z="218.43302"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1971">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="190.69053" z="217.98807"/>
<Orientation y="-1.5282"/>
</Entity>
<Entity uid="1972">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="203.41315" z="221.31206"/>
<Orientation y="0.93776"/>
</Entity>
<Entity uid="1973">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="208.35804" z="225.8306"/>
<Orientation y="-1.90778"/>
</Entity>
<Entity uid="1974">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="192.89649" z="271.84424"/>
<Orientation y="1.26775"/>
</Entity>
<Entity uid="1975">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="264.0464" z="332.3743"/>
<Orientation y="-2.78794"/>
</Entity>
<Entity uid="1976">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="261.98768" z="327.52118"/>
<Orientation y="-2.59935"/>
</Entity>
<Entity uid="1977">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="258.86478" z="323.99354"/>
<Orientation y="-2.47245"/>
</Entity>
<Entity uid="1978">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.81102" z="318.78748"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1979">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="353.7433" z="296.12577"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1980">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="354.57413" z="295.74347"/>
<Orientation y="2.08783"/>
</Entity>
<Entity uid="1981">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="366.96937" z="287.86094"/>
<Orientation y="2.63884"/>
</Entity>
<Entity uid="1982">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="369.99036" z="282.39643"/>
<Orientation y="2.95174"/>
</Entity>
<Entity uid="1983">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="372.24106" z="275.63102"/>
<Orientation y="1.89664"/>
</Entity>
<Entity uid="1984">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.96921" z="268.84031"/>
<Orientation y="0.20701"/>
</Entity>
<Entity uid="1985">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.912" z="273.77918"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1986">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="379.36017" z="273.00416"/>
<Orientation y="-2.61577"/>
</Entity>
<Entity uid="1987">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="376.6284" z="269.50718"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1988">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="375.6742" z="267.94803"/>
<Orientation y="2.8018"/>
</Entity>
<Entity uid="1989">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.21015" z="262.08198"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1990">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="380.96543" z="416.95035"/>
<Orientation y="-0.10242"/>
</Entity>
<Entity uid="1991">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="391.83317" z="424.05524"/>
<Orientation y="0.67637"/>
</Entity>
<Entity uid="1992">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.22483" z="427.95011"/>
<Orientation y="0.30512"/>
</Entity>
<Entity uid="1993">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="395.82993" z="431.93952"/>
<Orientation y="2.5825"/>
</Entity>
<Entity uid="1994">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="397.76746" z="427.41157"/>
<Orientation y="2.67267"/>
</Entity>
<Entity uid="1995">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="403.3112" z="418.84244"/>
<Orientation y="0.31006"/>
</Entity>
<Entity uid="1996">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="404.76008" z="424.11011"/>
<Orientation y="1.17612"/>
</Entity>
<Entity uid="1997">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.41425" z="452.78327"/>
<Orientation y="-2.13054"/>
</Entity>
<Entity uid="1998">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.21772" z="451.67106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1999">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.04261" z="451.09455"/>
<Orientation y="1.90778"/>
</Entity>
<Entity uid="2000">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="475.67081" z="456.96705"/>
<Orientation y="2.75525"/>
</Entity>
<Entity uid="2001">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.90607" z="461.04188"/>
<Orientation y="1.67157"/>
</Entity>
<Entity uid="2002">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="485.68668" z="526.51453"/>
<Orientation y="2.91002"/>
</Entity>
<Entity uid="2003">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="487.39377" z="514.63123"/>
<Orientation y="-2.9575"/>
</Entity>
<Entity uid="2004">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="486.1349" z="509.27863"/>
<Orientation y="-2.96291"/>
</Entity>
<Entity uid="2005">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.62732" z="504.41852"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2006">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.69367" z="524.70337"/>
<Orientation y="-0.14152"/>
</Entity>
<Entity uid="2007">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.0828" z="532.6067"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2008">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="428.73981" z="536.19477"/>
<Orientation y="-0.258"/>
</Entity>
<Entity uid="2009">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="423.52704" z="549.35694"/>
<Orientation y="-0.36852"/>
</Entity>
<Entity uid="2010">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="420.10886" z="558.44043"/>
<Orientation y="0.12017"/>
</Entity>
<Entity uid="2011">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="420.86261" z="565.23523"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2012">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="421.07792" z="571.88099"/>
<Orientation y="-0.3493"/>
</Entity>
<Entity uid="2013">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.27103" z="561.40864"/>
<Orientation y="-2.67631"/>
</Entity>
<Entity uid="2014">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="346.94443" z="555.59559"/>
<Orientation y="-2.88678"/>
</Entity>
<Entity uid="2015">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="343.33918" z="549.61799"/>
<Orientation y="-2.76705"/>
</Entity>
<Entity uid="2016">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="271.09995" z="677.54816"/>
<Orientation y="0.36965"/>
</Entity>
<Entity uid="2017">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="269.73337" z="685.59443"/>
<Orientation y="-3.01818"/>
</Entity>
<Entity uid="2018">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="265.90558" z="681.35535"/>
<Orientation y="-2.9067"/>
</Entity>
<Entity uid="2019">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="264.82477" z="674.97333"/>
<Orientation y="0.58613"/>
</Entity>
<Entity uid="2020">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.41437" z="614.7256"/>
<Orientation y="3.01215"/>
</Entity>
<Entity uid="2021">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="349.80964" z="612.0547"/>
<Orientation y="-2.15976"/>
</Entity>
<Entity uid="2022">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="343.49024" z="607.62293"/>
<Orientation y="-2.17606"/>
</Entity>
<Entity uid="2023">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="338.49177" z="604.37201"/>
<Orientation y="-2.13794"/>
</Entity>
<Entity uid="2024">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="334.51346" z="601.88105"/>
<Orientation y="-2.1393"/>
</Entity>
<Entity uid="2025">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="329.26093" z="599.01996"/>
<Orientation y="-1.67272"/>
</Entity>
<Entity uid="2026">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="336.25498" z="609.60633"/>
<Orientation y="0.90027"/>
</Entity>
<Entity uid="2027">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="340.31226" z="612.82209"/>
<Orientation y="0.77707"/>
</Entity>
<Entity uid="2028">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="342.07563" z="618.64094"/>
<Orientation y="-1.07648"/>
</Entity>
<Entity uid="2029">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="333.75611" z="622.63697"/>
<Orientation y="-2.88611"/>
</Entity>
<Entity uid="2030">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="329.21769" z="614.85621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2031">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.6161" z="610.52161"/>
<Orientation y="-2.61004"/>
</Entity>
<Entity uid="2032">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="368.86292" z="706.71857"/>
<Orientation y="-2.0379"/>
</Entity>
<Entity uid="2033">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="361.25956" z="701.81379"/>
<Orientation y="-2.52099"/>
</Entity>
<Entity uid="2034">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="354.10254" z="695.25373"/>
<Orientation y="-2.02857"/>
</Entity>
<Entity uid="2035">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="357.37214" z="691.08973"/>
<Orientation y="1.49976"/>
</Entity>
<Entity uid="2036">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="440.94657" z="783.14722"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2037">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="436.11756" z="784.01081"/>
<Orientation y="-2.9489"/>
</Entity>
<Entity uid="2038">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="435.56849" z="779.52991"/>
<Orientation y="2.3591"/>
</Entity>
<Entity uid="2039">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="440.54184" z="783.65333"/>
<Orientation y="1.20925"/>
</Entity>
<Entity uid="2040">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.21967" z="792.57575"/>
<Orientation y="-0.82464"/>
</Entity>
<Entity uid="2041">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.94916" z="798.02894"/>
<Orientation y="0.03257"/>
</Entity>
<Entity uid="2042">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.05506" z="803.88013"/>
<Orientation y="-0.90313"/>
</Entity>
<Entity uid="2043">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="416.793" z="809.51905"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2044">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="415.41666" z="811.11536"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2045">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="337.2598" z="884.76233"/>
<Orientation y="-1.79299"/>
</Entity>
<Entity uid="2046">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="329.2251" z="883.25721"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2047">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.94611" z="879.19617"/>
<Orientation y="-3.01418"/>
</Entity>
<Entity uid="2048">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.0688" z="872.01728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2049">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="325.73447" z="870.30231"/>
<Orientation y="-2.48946"/>
</Entity>
<Entity uid="2050">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="321.53464" z="865.3443"/>
<Orientation y="-2.6033"/>
</Entity>
<Entity uid="2051">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="319.09217" z="861.5058"/>
<Orientation y="-2.61738"/>
</Entity>
<Entity uid="2052">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="317.48139" z="858.4878"/>
<Orientation y="-2.4531"/>
</Entity>
<Entity uid="2053">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="314.91733" z="855.63746"/>
<Orientation y="-2.13433"/>
</Entity>
<Entity uid="2054">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="312.6081" z="853.67658"/>
<Orientation y="-2.45957"/>
</Entity>
<Entity uid="2055">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="310.38743" z="850.48743"/>
<Orientation y="-2.82181"/>
</Entity>
<Entity uid="2056">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="309.22458" z="845.24036"/>
<Orientation y="2.8436"/>
</Entity>
<Entity uid="2057">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="310.02482" z="842.29267"/>
<Orientation y="-2.84427"/>
</Entity>
<Entity uid="2058">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="265.27128" z="885.94275"/>
<Orientation y="1.33376"/>
</Entity>
<Entity uid="2059">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="358.5677" z="986.65412"/>
<Orientation y="2.96351"/>
</Entity>
<Entity uid="2060">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="363.19553" z="965.34198"/>
<Orientation y="2.8386"/>
</Entity>
<Entity uid="2061">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.74424" z="959.97101"/>
<Orientation y="3.0976"/>
</Entity>
<Entity uid="2062">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="364.42777" z="951.05231"/>
<Orientation y="3.10454"/>
</Entity>
<Entity uid="2063">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="365.30945" z="942.29548"/>
<Orientation y="2.7732"/>
</Entity>
<Entity uid="2064">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="368.12049" z="934.48462"/>
<Orientation y="-2.90912"/>
</Entity>
<Entity uid="2065">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="416.59162" z="988.39014"/>
<Orientation y="3.10988"/>
</Entity>
<Entity uid="2066">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="418.44806" z="976.97156"/>
<Orientation y="3.05716"/>
</Entity>
<Entity uid="2067">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="418.52768" z="970.49695"/>
<Orientation y="-2.59504"/>
</Entity>
<Entity uid="2068">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="413.67588" z="963.0683"/>
<Orientation y="3.11747"/>
</Entity>
<Entity uid="2069">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="416.42621" z="951.54474"/>
<Orientation y="2.51528"/>
</Entity>
<Entity uid="2070">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="422.57087" z="942.44184"/>
<Orientation y="3.0376"/>
</Entity>
<Entity uid="2071">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="422.84842" z="936.54236"/>
<Orientation y="-3.07815"/>
</Entity>
<Entity uid="2072">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="421.70521" z="920.58167"/>
<Orientation y="-3.10645"/>
</Entity>
<Entity uid="2073">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="436.62421" z="904.90418"/>
<Orientation y="2.68232"/>
</Entity>
<Entity uid="2074">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="441.2527" z="897.28718"/>
<Orientation y="2.97236"/>
</Entity>
<Entity uid="2075">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.33561" z="887.46137"/>
<Orientation y="2.72368"/>
</Entity>
<Entity uid="2076">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="448.51966" z="876.40833"/>
<Orientation y="2.23404"/>
</Entity>
<Entity uid="2077">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="455.89475" z="869.96058"/>
<Orientation y="2.71988"/>
</Entity>
<Entity uid="2078">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.46485" z="858.52936"/>
<Orientation y="2.92913"/>
</Entity>
<Entity uid="2079">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="460.6519" z="849.71625"/>
<Orientation y="2.92791"/>
</Entity>
<Entity uid="2080">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.44678" z="907.17762"/>
<Orientation y="1.85007"/>
</Entity>
<Entity uid="2081">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.758" z="907.0069"/>
<Orientation y="0.52344"/>
</Entity>
<Entity uid="2082">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="539.57941" z="911.1615"/>
<Orientation y="0.38794"/>
</Entity>
<Entity uid="2083">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="541.79291" z="917.21625"/>
<Orientation y="0.6515"/>
</Entity>
<Entity uid="2084">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="544.79914" z="922.49366"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2085">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="693.81159" z="976.95881"/>
<Orientation y="2.991"/>
</Entity>
<Entity uid="2086">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="695.84601" z="962.43158"/>
<Orientation y="-3.10662"/>
</Entity>
<Entity uid="2087">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.69434" z="948.07496"/>
<Orientation y="-2.7835"/>
</Entity>
<Entity uid="2088">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="692.78431" z="941.76514"/>
<Orientation y="-2.91521"/>
</Entity>
<Entity uid="2089">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="690.31897" z="933.17591"/>
<Orientation y="-2.86553"/>
</Entity>
<Entity uid="2090">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="689.66767" z="926.16218"/>
<Orientation y="2.61585"/>
</Entity>
<Entity uid="2091">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="695.46027" z="919.07972"/>
<Orientation y="0.17547"/>
</Entity>
<Entity uid="2092">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="697.07557" z="939.52283"/>
<Orientation y="1.25972"/>
</Entity>
<Entity uid="2093">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="724.18445" z="881.6186"/>
<Orientation y="0.69962"/>
</Entity>
<Entity uid="2094">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.1969" z="888.76246"/>
<Orientation y="0.61432"/>
</Entity>
<Entity uid="2095">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.38392" z="896.24872"/>
<Orientation y="0.25799"/>
</Entity>
<Entity uid="2096">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="737.425" z="907.75892"/>
<Orientation y="1.12673"/>
</Entity>
<Entity uid="2097">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="703.67194" z="814.28028"/>
<Orientation y="0.91062"/>
</Entity>
<Entity uid="2098">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="696.38245" z="708.04102"/>
<Orientation y="-2.98537"/>
</Entity>
<Entity uid="2099">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="694.42548" z="694.90394"/>
<Orientation y="2.8755"/>
</Entity>
<Entity uid="2100">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="699.78394" z="681.37269"/>
<Orientation y="1.65143"/>
</Entity>
<Entity uid="2101">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="702.1377" z="681.1825"/>
<Orientation y="2.15583"/>
</Entity>
<Entity uid="2102">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="708.016" z="679.13318"/>
<Orientation y="1.69855"/>
</Entity>
<Entity uid="2103">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="711.65156" z="678.67676"/>
<Orientation y="1.65142"/>
</Entity>
<Entity uid="2104">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="715.76404" z="678.71375"/>
<Orientation y="1.27292"/>
</Entity>
<Entity uid="2105">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="721.69703" z="678.25135"/>
<Orientation y="2.10717"/>
</Entity>
<Entity uid="2106">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="699.17298" z="687.48493"/>
<Orientation y="-1.64673"/>
</Entity>
<Entity uid="2107">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="693.10407" z="688.58405"/>
<Orientation y="1.15781"/>
</Entity>
<Entity uid="2108">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.23469" z="635.40387"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2109">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="672.27668" z="625.58954"/>
<Orientation y="2.49837"/>
</Entity>
<Entity uid="2110">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="674.27045" z="623.31971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2111">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="675.42164" z="620.13355"/>
<Orientation y="2.74325"/>
</Entity>
<Entity uid="2112">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="677.10157" z="614.88221"/>
<Orientation y="2.97954"/>
</Entity>
<Entity uid="2113">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="678.51532" z="605.31855"/>
<Orientation y="2.57952"/>
</Entity>
<Entity uid="2114">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="681.37427" z="599.98432"/>
<Orientation y="2.95582"/>
</Entity>
<Entity uid="2115">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="681.63593" z="593.48584"/>
<Orientation y="-2.58385"/>
</Entity>
<Entity uid="2116">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="660.30268" z="571.81788"/>
<Orientation y="2.9102"/>
</Entity>
<Entity uid="2117">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="660.66138" z="561.68012"/>
<Orientation y="-3.06978"/>
</Entity>
<Entity uid="2118">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="659.43763" z="552.17219"/>
<Orientation y="-2.6119"/>
</Entity>
<Entity uid="2119">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="652.98377" z="541.07099"/>
<Orientation y="-2.68075"/>
</Entity>
<Entity uid="2120">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="659.25141" z="582.16785"/>
<Orientation y="0.59055"/>
</Entity>
<Entity uid="2121">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="645.77735" z="567.83216"/>
<Orientation y="1.7993"/>
</Entity>
<Entity uid="2122">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="668.8166" z="480.29688"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2123">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="664.61652" z="477.09064"/>
<Orientation y="-3.02909"/>
</Entity>
<Entity uid="2124">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="663.50776" z="463.63578"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2125">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="671.48603" z="487.48023"/>
<Orientation y="-2.69422"/>
</Entity>
<Entity uid="2126">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="620.71558" z="444.91254"/>
<Orientation y="-3.1363"/>
</Entity>
<Entity uid="2127">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="621.37818" z="434.71763"/>
<Orientation y="2.94617"/>
</Entity>
<Entity uid="2128">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="622.5434" z="427.141"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2129">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.59803" z="447.09394"/>
<Orientation y="2.84293"/>
</Entity>
<Entity uid="2130">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.62739" z="359.339"/>
<Orientation y="2.27443"/>
</Entity>
<Entity uid="2131">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="641.72693" z="306.21711"/>
<Orientation y="1.28034"/>
</Entity>
<Entity uid="2132">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="635.83924" z="255.92991"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2133">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="634.04426" z="257.76935"/>
<Orientation y="-2.73191"/>
</Entity>
<Entity uid="2134">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="631.01392" z="252.19236"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2135">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="629.60627" z="250.9636"/>
<Orientation y="-2.15931"/>
</Entity>
<Entity uid="2136">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.17463" z="250.524"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2137">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.36963" z="252.1367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2138">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="623.84638" z="257.3202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2139">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="591.87916" z="243.35651"/>
<Orientation y="-1.86112"/>
</Entity>
<Entity uid="2140">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="586.04413" z="241.81876"/>
<Orientation y="-1.89795"/>
</Entity>
<Entity uid="2141">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="579.52125" z="241.3534"/>
<Orientation y="-0.98633"/>
</Entity>
<Entity uid="2142">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="573.13221" z="245.71814"/>
<Orientation y="1.7248"/>
</Entity>
<Entity uid="2143">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="518.60499" z="274.85633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2144">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="516.89887" z="272.43213"/>
<Orientation y="-2.73429"/>
</Entity>
<Entity uid="2145">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="514.22034" z="269.16166"/>
<Orientation y="-1.89913"/>
</Entity>
<Entity uid="2146">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="507.42627" z="268.85651"/>
<Orientation y="-2.25158"/>
</Entity>
<Entity uid="2147">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="503.5601" z="266.29242"/>
<Orientation y="-2.5297"/>
</Entity>
<Entity uid="2148">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="478.84342" z="246.6728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2149">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="469.5004" z="250.76008"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="2150">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="460.17246" z="252.39914"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2151">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.5188" z="250.10581"/>
<Orientation y="3.08248"/>
</Entity>
<Entity uid="2152">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="459.49283" z="244.58323"/>
<Orientation y="2.35967"/>
</Entity>
<Entity uid="2153">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="467.48636" z="240.66773"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2154">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="468.09101" z="243.19938"/>
<Orientation y="1.12649"/>
</Entity>
<Entity uid="2155">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="476.16694" z="246.74637"/>
<Orientation y="1.37807"/>
</Entity>
<Entity uid="2156">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="479.5994" z="247.6157"/>
<Orientation y="0.46331"/>
</Entity>
<Entity uid="2157">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.27393" z="252.25437"/>
<Orientation y="0.88935"/>
</Entity>
<Entity uid="2158">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="486.59314" z="255.4127"/>
<Orientation y="1.87296"/>
</Entity>
<Entity uid="2159">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="441.0831" z="241.73235"/>
<Orientation y="1.7171"/>
</Entity>
<Entity uid="2160">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="452.71918" z="241.72675"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2161">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="456.71583" z="239.14776"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2162">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="407.01603" z="251.05738"/>
<Orientation y="-1.52446"/>
</Entity>
<Entity uid="2163">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="401.7407" z="251.20194"/>
<Orientation y="-2.0227"/>
</Entity>
<Entity uid="2164">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="396.5788" z="249.115"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="2165">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="388.99204" z="251.67075"/>
<Orientation y="-0.98269"/>
</Entity>
<Entity uid="2166">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="383.54807" z="260.23139"/>
<Orientation y="-1.39922"/>
</Entity>
<Entity uid="2167">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.98496" z="292.48795"/>
<Orientation y="-2.41031"/>
</Entity>
<Entity uid="2168">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="357.11066" z="286.23972"/>
<Orientation y="1.40741"/>
</Entity>
<Entity uid="2169">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.27997" z="287.18305"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2170">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.70456" z="283.23725"/>
<Orientation y="-3.12938"/>
</Entity>
<Entity uid="2171">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="362.59513" z="278.55457"/>
<Orientation y="2.69364"/>
</Entity>
<Entity uid="2172">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="324.2032" z="179.98931"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2173">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.81196" z="175.17563"/>
<Orientation y="3.07924"/>
</Entity>
<Entity uid="2174">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="327.60477" z="170.65789"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2175">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="323.6753" z="169.72762"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2176">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="321.09553" z="171.29892"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2177">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="335.18995" z="133.59629"/>
<Orientation y="-2.8212"/>
</Entity>
<Entity uid="2178">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.01313" z="123.9838"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2179">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.64457" z="120.75971"/>
<Orientation y="3.10622"/>
</Entity>
<Entity uid="2180">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="331.5911" z="115.72013"/>
<Orientation y="2.9158"/>
</Entity>
<Entity uid="2181">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="404.23011" z="140.84937"/>
<Orientation y="-1.49018"/>
</Entity>
<Entity uid="2182">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="399.8054" z="140.12392"/>
<Orientation y="-2.45707"/>
</Entity>
<Entity uid="2183">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="397.62436" z="137.00095"/>
<Orientation y="-2.52984"/>
</Entity>
<Entity uid="2184">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.2306" z="132.71978"/>
<Orientation y="-2.66353"/>
</Entity>
<Entity uid="2185">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="392.7024" z="128.78849"/>
<Orientation y="3.06754"/>
</Entity>
<Entity uid="2186">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="393.12903" z="125.66396"/>
<Orientation y="2.94892"/>
</Entity>
<Entity uid="2187">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.83008" z="119.18722"/>
<Orientation y="2.63143"/>
</Entity>
<Entity uid="2188">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="396.93152" z="115.72716"/>
<Orientation y="2.53783"/>
</Entity>
<Entity uid="2189">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="404.29578" z="107.40954"/>
<Orientation y="2.15391"/>
</Entity>
<Entity uid="2190">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.9719" z="104.45371"/>
<Orientation y="1.59484"/>
</Entity>
<Entity uid="2191">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="413.89414" z="109.75448"/>
<Orientation y="-0.40236"/>
</Entity>
<Entity uid="2192">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.53446" z="117.3905"/>
<Orientation y="0.18448"/>
</Entity>
<Entity uid="2193">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="411.49518" z="123.48746"/>
<Orientation y="0.2011"/>
</Entity>
<Entity uid="2194">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="412.12891" z="128.04651"/>
<Orientation y="0.05326"/>
</Entity>
<Entity uid="2195">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="412.90137" z="132.06554"/>
<Orientation y="0.33223"/>
</Entity>
<Entity uid="2196">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="414.637" z="138.9228"/>
<Orientation y="-0.72779"/>
</Entity>
<Entity uid="2197">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.77656" z="142.60988"/>
<Orientation y="-2.04897"/>
</Entity>
<Entity uid="2198">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="405.70081" z="137.36815"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2199">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="401.2526" z="133.17046"/>
<Orientation y="-2.47258"/>
</Entity>
<Entity uid="2200">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.46818" z="128.5593"/>
<Orientation y="3.0804"/>
</Entity>
<Entity uid="2201">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.98328" z="120.12708"/>
<Orientation y="2.81302"/>
</Entity>
<Entity uid="2202">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="401.12906" z="116.10445"/>
<Orientation y="2.24433"/>
</Entity>
<Entity uid="2203">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="407.23304" z="113.04944"/>
<Orientation y="0.39739"/>
</Entity>
<Entity uid="2204">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="408.65592" z="118.00712"/>
<Orientation y="-0.25025"/>
</Entity>
<Entity uid="2205">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="406.43757" z="124.71827"/>
<Orientation y="0.04043"/>
</Entity>
<Entity uid="2206">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="406.78437" z="131.23704"/>
<Orientation y="1.26134"/>
</Entity>
<Entity uid="2207">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.9657" z="108.17489"/>
<Orientation y="1.02643"/>
</Entity>
<Entity uid="2208">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="526.75672" z="105.77108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2209">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="531.45685" z="112.17508"/>
<Orientation y="0.45475"/>
</Entity>
<Entity uid="2210">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="534.2942" z="117.72794"/>
<Orientation y="0.75794"/>
</Entity>
<Entity uid="2211">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="539.77857" z="123.41408"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2212">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="540.85401" z="130.53054"/>
<Orientation y="0.65882"/>
</Entity>
<Entity uid="2213">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="541.07825" z="138.779"/>
<Orientation y="0.11138"/>
</Entity>
<Entity uid="2214">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="542.76758" z="147.16022"/>
<Orientation y="0.89501"/>
</Entity>
<Entity uid="2215">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="545.4994" z="154.79694"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2216">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="550.18726" z="148.12568"/>
<Orientation y="2.90181"/>
</Entity>
<Entity uid="2217">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="552.3454" z="138.72338"/>
<Orientation y="2.80765"/>
</Entity>
<Entity uid="2218">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="554.60737" z="129.50712"/>
<Orientation y="-2.90835"/>
</Entity>
<Entity uid="2219">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="554.61689" z="122.4769"/>
<Orientation y="-2.95719"/>
</Entity>
<Entity uid="2220">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="553.43213" z="116.23887"/>
<Orientation y="2.7629"/>
</Entity>
<Entity uid="2221">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="556.7334" z="107.5001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2222">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="549.02662" z="103.88804"/>
<Orientation y="2.63234"/>
</Entity>
<Entity uid="2223">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="541.4079" z="106.12314"/>
<Orientation y="0.21879"/>
</Entity>
<Entity uid="2224">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="533.90394" z="105.13573"/>
<Orientation y="1.01093"/>
</Entity>
<Entity uid="2225">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="545.70813" z="113.7765"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2226">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="546.6073" z="120.60172"/>
<Orientation y="0.0956"/>
</Entity>
<Entity uid="2227">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="547.34284" z="127.36208"/>
<Orientation y="-0.06875"/>
</Entity>
<Entity uid="2228">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="546.19709" z="135.74511"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2229">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="540.03864" z="150.93607"/>
<Orientation y="-2.77347"/>
</Entity>
<Entity uid="2230">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.8589" z="142.54616"/>
<Orientation y="3.00406"/>
</Entity>
<Entity uid="2231">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="538.5893" z="137.49811"/>
<Orientation y="-3.04426"/>
</Entity>
<Entity uid="2232">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.50171" z="126.56337"/>
<Orientation y="-2.47529"/>
</Entity>
<Entity uid="2233">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.93445" z="119.10085"/>
<Orientation y="-2.31765"/>
</Entity>
<Entity uid="2234">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="527.16108" z="115.10053"/>
<Orientation y="-2.43137"/>
</Entity>
<Entity uid="2235">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="523.70807" z="109.71494"/>
<Orientation y="-2.43604"/>
</Entity>
<Entity uid="2236">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="518.17963" z="100.76487"/>
<Orientation y="2.36242"/>
</Entity>
<Entity uid="2237">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="521.86207" z="98.78946"/>
<Orientation y="1.49502"/>
</Entity>
<Entity uid="2238">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.72608" z="100.81502"/>
<Orientation y="1.77555"/>
</Entity>
<Entity uid="2239">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.86921" z="100.04133"/>
<Orientation y="1.83071"/>
</Entity>
<Entity uid="2240">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.17896" z="98.26301"/>
<Orientation y="1.84247"/>
</Entity>
<Entity uid="2241">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="545.74085" z="97.62758"/>
<Orientation y="1.4088"/>
</Entity>
<Entity uid="2242">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="551.73841" z="98.98"/>
<Orientation y="1.24662"/>
</Entity>
<Entity uid="2243">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="556.4065" z="101.13361"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2244">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="543.4748" z="102.1921"/>
<Orientation y="-2.0159"/>
</Entity>
<Entity uid="2245">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="541.11286" z="97.75547"/>
<Orientation y="-2.67934"/>
</Entity>
<Entity uid="2246">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="539.32172" z="94.09171"/>
<Orientation y="-1.77646"/>
</Entity>
<Entity uid="2247">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="533.9823" z="94.53222"/>
<Orientation y="-1.86486"/>
</Entity>
<Entity uid="2248">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.13172" z="94.9652"/>
<Orientation y="-2.69541"/>
</Entity>
<Entity uid="2249">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="545.67652" z="94.33971"/>
<Orientation y="-2.10412"/>
</Entity>
<Entity uid="2250">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="538.32972" z="91.2964"/>
<Orientation y="-1.80893"/>
</Entity>
<Entity uid="2251">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="533.3094" z="89.41066"/>
<Orientation y="-2.07036"/>
</Entity>
<Entity uid="2252">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="526.41675" z="86.12482"/>
<Orientation y="-1.92505"/>
</Entity>
<Entity uid="2253">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="522.6048" z="84.59289"/>
<Orientation y="-2.08225"/>
</Entity>
<Entity uid="2254">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="516.19452" z="80.5105"/>
<Orientation y="-2.18232"/>
</Entity>
<Entity uid="2255">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="509.796" z="80.24907"/>
<Orientation y="-2.28316"/>
</Entity>
<Entity uid="2256">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="508.1308" z="162.32364"/>
<Orientation y="1.53064"/>
</Entity>
<Entity uid="2257">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="514.1352" z="162.5634"/>
<Orientation y="0.68886"/>
</Entity>
<Entity uid="2258">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="516.85657" z="166.02198"/>
<Orientation y="1.58404"/>
</Entity>
<Entity uid="2259">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="522.21613" z="165.53684"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2260">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="524.97803" z="166.7124"/>
<Orientation y="1.86828"/>
</Entity>
<Entity uid="2261">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="530.30738" z="164.9899"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2262">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="532.66895" z="164.31513"/>
<Orientation y="1.5716"/>
</Entity>
<Entity uid="2263">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="537.97876" z="164.33419"/>
<Orientation y="2.57262"/>
</Entity>
<Entity uid="2264">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="454.00922" z="152.29528"/>
<Orientation y="-1.55362"/>
</Entity>
<Entity uid="2265">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="448.30475" z="153.35515"/>
<Orientation y="-1.49935"/>
</Entity>
<Entity uid="2266">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.912" z="154.34018"/>
<Orientation y="-1.59728"/>
</Entity>
<Entity uid="2267">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="434.17856" z="155.36301"/>
<Orientation y="-1.54719"/>
</Entity>
<Entity uid="2268">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="429.13791" z="156.33013"/>
<Orientation y="-1.51546"/>
</Entity>
<Entity uid="2269">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="423.3024" z="156.6334"/>
<Orientation y="-1.86881"/>
</Entity>
<Entity uid="2270">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="420.52051" z="155.30716"/>
<Orientation y="-2.18584"/>
</Entity>
<Entity uid="2271">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="394.31507" z="147.36799"/>
<Orientation y="-1.8782"/>
</Entity>
<Entity uid="2272">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="386.65534" z="146.39759"/>
<Orientation y="-2.76322"/>
</Entity>
<Entity uid="2273">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="384.38001" z="140.67808"/>
<Orientation y="-2.62339"/>
</Entity>
<Entity uid="2274">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.42414" z="134.46528"/>
<Orientation y="-3.04418"/>
</Entity>
<Entity uid="2275">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="381.52012" z="127.66803"/>
<Orientation y="2.31466"/>
</Entity>
<Entity uid="2276">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="386.38907" z="124.83442"/>
<Orientation y="2.63297"/>
</Entity>
<Entity uid="2277">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="388.6373" z="120.22564"/>
<Orientation y="-3.13605"/>
</Entity>
<Entity uid="2278">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="388.54252" z="115.80961"/>
<Orientation y="2.41631"/>
</Entity>
<Entity uid="2279">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="405.511" z="106.53841"/>
<Orientation y="2.53829"/>
</Entity>
<Entity uid="2280">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="409.44889" z="99.64846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2281">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="410.48578" z="98.70777"/>
<Orientation y="2.26786"/>
</Entity>
<Entity uid="2282">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="418.41831" z="94.35242"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2283">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="419.4069" z="92.07911"/>
<Orientation y="2.53714"/>
</Entity>
<Entity uid="2284">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="460.30347" z="74.76854"/>
<Orientation y="-1.68383"/>
</Entity>
<Entity uid="2285">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="452.66547" z="73.1798"/>
<Orientation y="-1.69661"/>
</Entity>
<Entity uid="2286">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="449.31696" z="72.90468"/>
<Orientation y="-1.68702"/>
</Entity>
<Entity uid="2287">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="442.55997" z="72.9809"/>
<Orientation y="-1.69564"/>
</Entity>
<Entity uid="2288">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="437.25632" z="73.2164"/>
<Orientation y="-1.03783"/>
</Entity>
<Entity uid="2289">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.4477" z="78.00615"/>
<Orientation y="-1.36461"/>
</Entity>
<Entity uid="2290">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.90256" z="80.26096"/>
<Orientation y="-1.5575"/>
</Entity>
<Entity uid="2291">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="466.46268" z="38.13163"/>
<Orientation y="1.691"/>
</Entity>
<Entity uid="2292">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="474.44285" z="37.53888"/>
<Orientation y="-2.1967"/>
</Entity>
<Entity uid="2293">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="467.39152" z="34.35058"/>
<Orientation y="-2.83121"/>
</Entity>
<Entity uid="2294">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.8704" z="29.73525"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2295">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="471.89118" z="65.7762"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2296">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="469.51841" z="70.59881"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2297">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="468.37522" z="72.62711"/>
<Orientation y="-0.804"/>
</Entity>
<Entity uid="2298">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.12494" z="75.54577"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2299">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="464.40204" z="79.05764"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2300">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="466.05369" z="82.33242"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2301">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="451.74866" z="109.67145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2302">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="451.82474" z="115.41033"/>
<Orientation y="0.50573"/>
</Entity>
<Entity uid="2303">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="453.36435" z="119.84536"/>
<Orientation y="-0.30182"/>
</Entity>
<Entity uid="2304">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="448.90857" z="127.7506"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2305">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="447.84925" z="128.94713"/>
<Orientation y="-0.45881"/>
</Entity>
<Entity uid="2306">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="444.6478" z="136.83471"/>
<Orientation y="0.89155"/>
</Entity>
<Entity uid="2307">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.21607" z="129.59363"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2308">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="431.54563" z="126.48317"/>
<Orientation y="-3.12423"/>
</Entity>
<Entity uid="2309">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="430.94492" z="121.41315"/>
<Orientation y="-2.56806"/>
</Entity>
<Entity uid="2310">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="425.83576" z="115.18534"/>
<Orientation y="-2.36237"/>
</Entity>
<Entity uid="2311">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="424.38807" z="113.50559"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2312">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="489.66608" z="436.76612"/>
<Orientation y="2.88216"/>
</Entity>
<Entity uid="2313">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="493.96085" z="420.21622"/>
<Orientation y="2.99808"/>
</Entity>
<Entity uid="2314">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.18915" z="413.67524"/>
<Orientation y="2.85308"/>
</Entity>
<Entity uid="2315">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="499.8791" z="402.43476"/>
<Orientation y="2.13326"/>
</Entity>
<Entity uid="2316">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="477.26481" z="482.35062"/>
<Orientation y="0.79897"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="2317">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="475.14563" z="546.54108"/>
<Orientation y="0.96125"/>
</Entity>
<Entity uid="2318">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.54966" z="553.81073"/>
<Orientation y="0.89623"/>
</Entity>
<Entity uid="2319">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="490.98044" z="560.59162"/>
<Orientation y="1.23301"/>
</Entity>
<Entity uid="2320">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="573.6902" z="553.2848"/>
<Orientation y="1.88967"/>
</Entity>
<Entity uid="2321">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="584.26185" z="549.62385"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2322">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="585.58948" z="552.5824"/>
<Orientation y="1.42148"/>
</Entity>
<Entity uid="2323">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="617.9308" z="559.28211"/>
<Orientation y="2.43778"/>
</Entity>
<Entity uid="2324">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="617.72126" z="520.75226"/>
<Orientation y="2.56827"/>
</Entity>
<Entity uid="2325">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="612.41993" z="518.26343"/>
<Orientation y="2.60134"/>
</Entity>
<Entity uid="2326">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="488.00016" z="598.13056"/>
<Orientation y="-0.32447"/>
</Entity>
<Entity uid="2327">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="482.96048" z="616.3946"/>
<Orientation y="0.02712"/>
</Entity>
<Entity uid="2328">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="483.73383" z="629.69025"/>
<Orientation y="0.04667"/>
</Entity>
<Entity uid="2329">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="484.06806" z="643.75757"/>
<Orientation y="0.89977"/>
</Entity>
<Entity uid="2330">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="481.83271" z="830.245"/>
<Orientation y="2.3712"/>
</Entity>
<Entity uid="2331">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="489.03071" z="821.93201"/>
<Orientation y="2.85479"/>
</Entity>
<Entity uid="2332">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="490.55225" z="815.75062"/>
<Orientation y="3.11814"/>
</Entity>
<Entity uid="2333">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="490.96387" z="808.43213"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2334">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="491.43015" z="805.1761"/>
<Orientation y="2.48778"/>
</Entity>
<Entity uid="2335">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="496.2993" z="801.4886"/>
<Orientation y="0.20508"/>
</Entity>
<Entity uid="2336">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="498.13077" z="810.81824"/>
<Orientation y="-0.23758"/>
</Entity>
<Entity uid="2337">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="495.23746" z="820.76203"/>
<Orientation y="0.38666"/>
</Entity>
<Entity uid="2338">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="498.34284" z="832.88276"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2339">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="575.8462" z="845.42713"/>
<Orientation y="2.87238"/>
</Entity>
<Entity uid="2340">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="580.04902" z="831.4925"/>
<Orientation y="2.51447"/>
</Entity>
<Entity uid="2341">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="582.25586" z="827.25147"/>
<Orientation y="2.60843"/>
</Entity>
<Entity uid="2342">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="591.62574" z="825.59559"/>
<Orientation y="1.47584"/>
</Entity>
<Entity uid="2343">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="617.87391" z="784.20105"/>
<Orientation y="-2.8374"/>
</Entity>
<Entity uid="2344">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="616.07868" z="778.83094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2345">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="632.44666" z="776.9444"/>
<Orientation y="-2.20043"/>
</Entity>
<Entity uid="2346">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="609.06934" z="777.59662"/>
<Orientation y="-1.96316"/>
</Entity>
<Entity uid="2347">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="583.49457" z="768.62458"/>
<Orientation y="-0.66639"/>
</Entity>
<Entity uid="2348">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="589.39216" z="769.16358"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2349">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="643.40033" z="915.80628"/>
<Orientation y="-2.51786"/>
</Entity>
<Entity uid="2350">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="638.29804" z="906.37305"/>
<Orientation y="-3.06159"/>
</Entity>
<Entity uid="2351">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="636.71406" z="894.43848"/>
<Orientation y="-2.85222"/>
</Entity>
<Entity uid="2352">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="633.57563" z="883.98194"/>
<Orientation y="-2.89643"/>
</Entity>
<Entity uid="2353">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="625.9137" z="873.64081"/>
<Orientation y="1.0837"/>
</Entity>
<Entity uid="2354">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="813.92548" z="857.6808"/>
<Orientation y="2.97168"/>
</Entity>
<Entity uid="2355">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="814.792" z="847.49122"/>
<Orientation y="3.01587"/>
</Entity>
<Entity uid="2356">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="816.98334" z="833.13526"/>
<Orientation y="2.44451"/>
</Entity>
<Entity uid="2357">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="833.27466" z="826.90247"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2358">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="816.32343" z="483.41544"/>
<Orientation y="-3.02131"/>
</Entity>
<Entity uid="2359">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="812.0688" z="460.92551"/>
<Orientation y="-2.57163"/>
</Entity>
<Entity uid="2360">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="803.62977" z="451.8513"/>
<Orientation y="-2.64132"/>
</Entity>
<Entity uid="2361">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="796.06617" z="435.16187"/>
<Orientation y="-2.68731"/>
</Entity>
<Entity uid="2362">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="792.72413" z="429.56034"/>
<Orientation y="-1.80938"/>
</Entity>
<Entity uid="2363">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.14423" z="427.41303"/>
<Orientation y="-1.90558"/>
</Entity>
<Entity uid="2364">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.86994" z="424.67264"/>
<Orientation y="-2.06934"/>
</Entity>
<Entity uid="2365">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="764.4809" z="420.15571"/>
<Orientation y="-1.61124"/>
</Entity>
<Entity uid="2366">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.17554" z="407.88697"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2367">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="764.32728" z="406.98844"/>
<Orientation y="1.49264"/>
</Entity>
<Entity uid="2368">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="783.49262" z="409.3444"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2369">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="785.05262" z="410.26648"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2370">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="738.01557" z="404.84986"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2371">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.22974" z="400.922"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2372">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.64399" z="408.9516"/>
<Orientation y="-2.60666"/>
</Entity>
<Entity uid="2373">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.40406" z="416.5475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2374">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.03022" z="422.10303"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2375">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.83979" z="427.30655"/>
<Orientation y="1.32464"/>
</Entity>
<Entity uid="2376">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="737.05134" z="290.55393"/>
<Orientation y="-3.00846"/>
</Entity>
<Entity uid="2377">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="735.82074" z="278.18494"/>
<Orientation y="-2.87992"/>
</Entity>
<Entity uid="2378">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.1178" z="271.35029"/>
<Orientation y="-2.98678"/>
</Entity>
<Entity uid="2379">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.55054" z="266.18964"/>
<Orientation y="3.13949"/>
</Entity>
<Entity uid="2380">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.04841" z="253.26351"/>
<Orientation y="2.88386"/>
</Entity>
<Entity uid="2381">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="501.34971" z="120.09705"/>
<Orientation y="-2.31023"/>
</Entity>
<Entity uid="2382">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="313.7248" z="692.89362"/>
<Orientation y="2.15836"/>
</Entity>
<Entity uid="2383">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="322.36081" z="686.76124"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2384">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="323.26832" z="685.26197"/>
<Orientation y="2.6687"/>
</Entity>
<Entity uid="2385">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="239.84456" z="686.61561"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2386">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="243.024" z="680.76813"/>
<Orientation y="2.45574"/>
</Entity>
<Entity uid="2387">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="246.79587" z="675.58014"/>
<Orientation y="2.57357"/>
</Entity>
<Entity uid="2388">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="253.76066" z="666.13184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2389">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="296.99119" z="611.40998"/>
<Orientation y="2.43824"/>
</Entity>
<Entity uid="2390">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="304.26423" z="606.16242"/>
<Orientation y="2.25618"/>
</Entity>
<Entity uid="2391">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="308.25892" z="602.21918"/>
<Orientation y="-3.1143"/>
</Entity>
<Entity uid="2392">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="308.07795" z="595.68201"/>
<Orientation y="2.05207"/>
</Entity>
<Entity uid="2393">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="317.29474" z="595.22565"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2394">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="318.09147" z="595.11304"/>
<Orientation y="1.2592"/>
</Entity>
<Entity uid="2395">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="326.21546" z="598.92237"/>
<Orientation y="1.28985"/>
</Entity>
<Entity uid="2396">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="363.7652" z="686.56739"/>
<Orientation y="1.37787"/>
</Entity>
<Entity uid="2397">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="369.32383" z="691.33399"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2398">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="328.7082" z="777.96241"/>
<Orientation y="2.53344"/>
</Entity>
<Entity uid="2399">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="334.25846" z="769.36194"/>
<Orientation y="-2.90973"/>
</Entity>
<Entity uid="2400">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="333.448" z="760.04236"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2401">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="119.3747" z="736.79151"/>
<Orientation y="2.6638"/>
</Entity>
<Entity uid="2402">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="128.41918" z="718.44434"/>
<Orientation y="-3.08802"/>
</Entity>
<Entity uid="2403">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="126.0424" z="704.16846"/>
<Orientation y="3.0371"/>
</Entity>
<Entity uid="2404">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="127.50544" z="697.88831"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2405">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="105.46915" z="646.12372"/>
<Orientation y="2.3981"/>
</Entity>
<Entity uid="2406">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="112.95963" z="639.01362"/>
<Orientation y="2.54995"/>
</Entity>
<Entity uid="2407">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="116.02492" z="631.26606"/>
<Orientation y="2.92356"/>
</Entity>
<Entity uid="2408">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="118.23775" z="622.48621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2409">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="120.96525" z="615.7948"/>
<Orientation y="2.70817"/>
</Entity>
<Entity uid="2410">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="127.80546" z="610.34266"/>
<Orientation y="-1.59015"/>
</Entity>
<Entity uid="2411">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="101.05225" z="659.1974"/>
<Orientation y="-1.16811"/>
</Entity>
<Entity uid="2412">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="85.60131" z="673.47675"/>
<Orientation y="1.16111"/>
</Entity>
<Entity uid="2413">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="76.84826" z="387.79755"/>
<Orientation y="-3.0633"/>
</Entity>
<Entity uid="2414">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="72.92985" z="375.63242"/>
<Orientation y="-2.64113"/>
</Entity>
<Entity uid="2415">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="68.81467" z="366.07825"/>
<Orientation y="-2.88178"/>
</Entity>
<Entity uid="2416">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="64.76551" z="351.12836"/>
<Orientation y="-2.93276"/>
</Entity>
<Entity uid="2417">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="92.10557" z="327.04468"/>
<Orientation y="2.42536"/>
</Entity>
<Entity uid="2418">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="96.71355" z="323.43058"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2419">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="104.25768" z="323.05158"/>
<Orientation y="1.04177"/>
</Entity>
<Entity uid="2420">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="84.03875" z="316.25379"/>
<Orientation y="-1.79538"/>
</Entity>
<Entity uid="2421">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="75.33538" z="313.49561"/>
<Orientation y="-1.76603"/>
</Entity>
<Entity uid="2422">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="65.77187" z="311.88431"/>
<Orientation y="-1.87024"/>
</Entity>
<Entity uid="2423">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="61.11034" z="310.75141"/>
<Orientation y="-2.20231"/>
</Entity>
<Entity uid="2424">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="55.00422" z="308.5204"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2425">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="51.24018" z="308.28428"/>
<Orientation y="-1.82757"/>
</Entity>
<Entity uid="2426">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="41.98336" z="333.74506"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2427">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="45.93992" z="332.01893"/>
<Orientation y="1.77282"/>
</Entity>
<Entity uid="2428">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="50.7234" z="331.29957"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2429">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="53.25258" z="330.90821"/>
<Orientation y="1.67368"/>
</Entity>
<Entity uid="2430">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="61.65088" z="331.35065"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2431">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="61.2372" z="340.19288"/>
<Orientation y="-2.41276"/>
</Entity>
<Entity uid="2432">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="111.0786" z="222.2316"/>
<Orientation y="1.47785"/>
</Entity>
<Entity uid="2433">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="138.43111" z="179.916"/>
<Orientation y="1.49634"/>
</Entity>
<Entity uid="2434">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="158.61738" z="181.86872"/>
<Orientation y="-1.8198"/>
</Entity>
<Entity uid="2435">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="219.37546" z="187.8657"/>
<Orientation y="1.70246"/>
</Entity>
<Entity uid="2436">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.24286" z="778.78101"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2437">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="727.37757" z="784.96576"/>
<Orientation y="1.18186"/>
</Entity>
<Entity uid="2438">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.77955" z="791.24775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2439">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="745.42078" z="794.57605"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2440">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.0954" z="776.88587"/>
<Orientation y="3.07975"/>
</Entity>
<Entity uid="2441">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.4137" z="765.37397"/>
<Orientation y="-3.08046"/>
</Entity>
<Entity uid="2442">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.6283" z="759.92725"/>
<Orientation y="-2.6578"/>
</Entity>
<Entity uid="2443">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.55744" z="754.17865"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2444">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="720.25928" z="751.16907"/>
<Orientation y="2.67489"/>
</Entity>
<Entity uid="2445">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.17786" z="746.54084"/>
<Orientation y="2.38773"/>
</Entity>
<Entity uid="2446">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="725.0879" z="742.80433"/>
<Orientation y="2.54"/>
</Entity>
<Entity uid="2447">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.82691" z="734.50757"/>
<Orientation y="2.24506"/>
</Entity>
<Entity uid="2448">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="836.3678" z="698.23804"/>
<Orientation y="2.28907"/>
</Entity>
<Entity uid="2449">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="840.24994" z="695.2641"/>
<Orientation y="2.81762"/>
</Entity>
<Entity uid="2450">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="842.65833" z="689.339"/>
<Orientation y="2.76986"/>
</Entity>
<Entity uid="2451">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="847.45026" z="676.80121"/>
<Orientation y="-3.01134"/>
</Entity>
<Entity uid="2452">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="845.37281" z="669.7787"/>
<Orientation y="-3.10665"/>
</Entity>
<Entity uid="2453">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="847.56244" z="663.72736"/>
<Orientation y="1.93522"/>
</Entity>
<Entity uid="2454">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="848.64594" z="642.08826"/>
<Orientation y="-2.93396"/>
</Entity>
<Entity uid="2455">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="844.6142" z="626.30878"/>
<Orientation y="-2.60421"/>
</Entity>
<Entity uid="2456">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="840.79761" z="619.59888"/>
<Orientation y="-2.41668"/>
</Entity>
<Entity uid="2457">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="835.85346" z="614.42408"/>
<Orientation y="-2.2838"/>
</Entity>
<Entity uid="2458">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="827.52253" z="608.37916"/>
<Orientation y="-2.19365"/>
</Entity>
<Entity uid="2459">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="824.18372" z="605.52552"/>
<Orientation y="-1.60126"/>
</Entity>
<Entity uid="2460">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="814.87952" z="604.59272"/>
<Orientation y="-1.86512"/>
</Entity>
<Entity uid="2461">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="802.39136" z="603.40003"/>
<Orientation y="-1.42656"/>
</Entity>
<Entity uid="2462">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="796.81263" z="604.25647"/>
<Orientation y="-1.18477"/>
</Entity>
<Entity uid="2463">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="785.71015" z="608.57886"/>
<Orientation y="-0.97251"/>
</Entity>
<Entity uid="2464">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="779.96839" z="612.94361"/>
<Orientation y="-0.67345"/>
</Entity>
<Entity uid="2465">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="768.44178" z="630.0229"/>
<Orientation y="0.99672"/>
</Entity>
<Entity uid="2466">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="754.52558" z="670.3495"/>
<Orientation y="1.38056"/>
</Entity>
<Entity uid="2467">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="758.13483" z="678.51172"/>
<Orientation y="-0.20745"/>
</Entity>
<Entity uid="2468">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="755.23517" z="690.31458"/>
<Orientation y="-0.30633"/>
</Entity>
<Entity uid="2469">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="750.69587" z="703.27161"/>
<Orientation y="-0.38271"/>
</Entity>
<Entity uid="2470">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="747.94831" z="708.74"/>
<Orientation y="-0.66665"/>
</Entity>
<Entity uid="2471">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="742.90864" z="716.34614"/>
<Orientation y="-0.39272"/>
</Entity>
<Entity uid="2472">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.167" z="723.18763"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2473">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="739.40094" z="728.12586"/>
<Orientation y="1.06672"/>
</Entity>
<Entity uid="2474">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="757.9975" z="717.34961"/>
<Orientation y="2.64573"/>
</Entity>
<Entity uid="2475">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="764.61341" z="702.7411"/>
<Orientation y="-3.1255"/>
</Entity>
<Entity uid="2476">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="763.22962" z="692.55372"/>
<Orientation y="2.9941"/>
</Entity>
<Entity uid="2477">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="749.14155" z="769.73145"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2478">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="754.04065" z="774.32966"/>
<Orientation y="2.29838"/>
</Entity>
<Entity uid="2479">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="761.14484" z="770.32032"/>
<Orientation y="1.28264"/>
</Entity>
<Entity uid="2480">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="771.56684" z="773.52222"/>
<Orientation y="-2.55678"/>
</Entity>
<Entity uid="2481">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="767.03113" z="766.77472"/>
<Orientation y="1.11254"/>
</Entity>
<Entity uid="2482">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="781.04841" z="767.98066"/>
<Orientation y="0.86941"/>
</Entity>
<Entity uid="2483">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="780.38697" z="656.99994"/>
<Orientation y="2.79607"/>
</Entity>
<Entity uid="2484">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="784.67939" z="643.7834"/>
<Orientation y="2.37075"/>
</Entity>
<Entity uid="2485">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="813.1001" z="697.37482"/>
<Orientation y="-2.35158"/>
</Entity>
<Entity uid="2486">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="820.95527" z="697.50818"/>
<Orientation y="1.38563"/>
</Entity>
<Entity uid="2487">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="825.04139" z="698.70228"/>
<Orientation y="2.13164"/>
</Entity>
<Entity uid="2488">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="832.44916" z="692.72608"/>
<Orientation y="3.02749"/>
</Entity>
<Entity uid="2489">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="508.51667" z="383.90815"/>
<Orientation y="0.47184"/>
</Entity>
<Entity uid="2490">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="507.63657" z="390.21268"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2491">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="503.58188" z="396.76978"/>
<Orientation y="-1.97733"/>
</Entity>
<Entity uid="2492">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="497.18448" z="394.40409"/>
<Orientation y="-1.67331"/>
</Entity>
<Entity uid="2493">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="487.8762" z="388.67716"/>
<Orientation y="1.85027"/>
</Entity>
<Entity uid="2494">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="500.96097" z="389.53669"/>
<Orientation y="-2.77285"/>
</Entity>
<Entity uid="2495">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="498.67481" z="383.64979"/>
<Orientation y="-2.33431"/>
</Entity>
<Entity uid="2496">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="494.04029" z="379.5607"/>
<Orientation y="-2.87049"/>
</Entity>
<Entity uid="2497">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="501.62543" z="376.57886"/>
<Orientation y="1.17745"/>
</Entity>
<Entity uid="2498">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="508.21561" z="378.35483"/>
<Orientation y="2.17751"/>
</Entity>
<Entity uid="2499">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="610.6532" z="446.92594"/>
<Orientation y="-2.85817"/>
</Entity>
<Entity uid="2500">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="606.4944" z="435.24054"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2501">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="604.99378" z="429.91474"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2502">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="611.4845" z="429.19101"/>
<Orientation y="0.56087"/>
</Entity>
<Entity uid="2503">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="612.90735" z="437.57328"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2504">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="615.2035" z="441.45484"/>
<Orientation y="0.39937"/>
</Entity>
<Entity uid="2505">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="615.44867" z="452.11338"/>
<Orientation y="-1.81568"/>
</Entity>
<Entity uid="2506">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="603.03083" z="450.45813"/>
<Orientation y="-2.52944"/>
</Entity>
<Entity uid="2507">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="601.65058" z="440.227"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2508">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="607.26642" z="441.80771"/>
<Orientation y="-1.61251"/>
</Entity>
<Entity uid="2509">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="533.34302" z="580.58472"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2510">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="541.05762" z="576.85065"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2511">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="549.81678" z="587.6977"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2512">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="553.1612" z="576.90638"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2513">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="546.44263" z="569.43335"/>
<Orientation y="-2.12945"/>
</Entity>
<Entity uid="2514">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="532.99476" z="563.87311"/>
<Orientation y="0.94506"/>
</Entity>
<Entity uid="2515">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="551.07947" z="563.04664"/>
<Orientation y="-0.32773"/>
</Entity>
<Entity uid="2516">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="540.33417" z="583.46546"/>
<Orientation y="-0.38445"/>
</Entity>
<Entity uid="2517">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="544.50922" z="581.58356"/>
<Orientation y="1.1368"/>
</Entity>
<Entity uid="2518">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="530.57801" z="571.67237"/>
<Orientation y="-0.1592"/>
</Entity>
<Entity uid="2519">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="300.23066" z="617.56623"/>
<Orientation y="-2.51893"/>
</Entity>
<Entity uid="2520">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="109.1485" z="464.5539"/>
<Orientation y="1.1755"/>
</Entity>
<Entity uid="2521">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="493.82966" z="116.57123"/>
<Orientation y="0.54065"/>
</Entity>
<Entity uid="2522">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="906.70649" z="246.91999"/>
<Orientation y="-1.65728"/>
</Entity>
<Entity uid="2523">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="792.4319" z="732.24311"/>
<Orientation y="0.97762"/>
</Entity>
<Entity uid="2524">
<Template>gaia/fauna_wolf</Template>
<Player>0</Player>
<Position x="580.7707" z="959.64191"/>
<Orientation y="-2.4881"/>
</Entity>
<Entity uid="2525">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="412.24317" z="424.73707"/>
<Orientation y="1.45394"/>
</Entity>
<Entity uid="2526">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="633.21668" z="555.3423"/>
<Orientation y="-1.90203"/>
</Entity>
<Entity uid="2527">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="244.12763" z="573.05439"/>
<Orientation y="1.28896"/>
</Entity>
<Entity uid="2528">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="646.87378" z="123.90693"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2529">
<Template>gaia/fauna_muskox</Template>
<Player>0</Player>
<Position x="990.60822" z="462.97501"/>
<Orientation y="-2.8971"/>
</Entity>
<Entity uid="2530">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="355.61844" z="520.40857"/>
<Orientation y="-2.97532"/>
</Entity>
<Entity uid="2531">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="58.78185" z="554.14234"/>
<Orientation y="1.03289"/>
</Entity>
<Entity uid="2533">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="334.96601" z="91.34141"/>
<Orientation y="-2.32891"/>
</Entity>
<Entity uid="2534">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="716.14655" z="137.24616"/>
<Orientation y="0.69462"/>
</Entity>
<Entity uid="2535">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="671.0929" z="172.1031"/>
<Orientation y="-2.49073"/>
</Entity>
<Entity uid="2536">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="987.71637" z="633.07947"/>
<Orientation y="1.60625"/>
</Entity>
<Entity uid="2537">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="706.63447" z="602.43049"/>
<Orientation y="1.06287"/>
</Entity>
<Entity uid="2538">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="786.88752" z="752.12031"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2539">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="710.72541" z="948.30488"/>
<Orientation y="-2.29815"/>
</Entity>
<Entity uid="2540">
<Template>gaia/fauna_boar</Template>
<Player>0</Player>
<Position x="398.30854" z="576.14881"/>
<Orientation y="0.65902"/>
</Entity>
<Entity uid="2541">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="94.80286" z="441.8972"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2542">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="599.15693" z="151.24448"/>
<Orientation y="-0.17444"/>
</Entity>
<Entity uid="2543">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="749.20521" z="588.81586"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2544">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="177.00759" z="801.44318"/>
<Orientation y="-2.71587"/>
</Entity>
<Entity uid="2545">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="167.80945" z="790.24354"/>
<Orientation y="-2.43042"/>
</Entity>
<Entity uid="2546">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="152.09195" z="780.865"/>
<Orientation y="0.48922"/>
</Entity>
<Entity uid="2547">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="169.60938" z="822.18122"/>
<Orientation y="-2.86413"/>
</Entity>
<Entity uid="2548">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="157.25803" z="805.41803"/>
<Orientation y="1.3314"/>
</Entity>
<Entity uid="2549">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="392.65424" z="732.39911"/>
<Orientation y="-2.89196"/>
</Entity>
<Entity uid="2550">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="387.33585" z="715.20478"/>
<Orientation y="2.79104"/>
</Entity>
<Entity uid="2551">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="391.10444" z="695.62964"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2552">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="382.9603" z="697.23456"/>
<Orientation y="0.84339"/>
</Entity>
<Entity uid="2553">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="400.70307" z="709.87024"/>
<Orientation y="-2.20551"/>
</Entity>
<Entity uid="2554">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="109.96102" z="546.78882"/>
<Orientation y="3.11913"/>
</Entity>
<Entity uid="2555">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="110.31638" z="507.10505"/>
<Orientation y="1.2546"/>
</Entity>
<Entity uid="2556">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="127.7242" z="524.60615"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2557">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="115.42373" z="538.18012"/>
<Orientation y="-2.91805"/>
</Entity>
<Entity uid="2558">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="110.673" z="520.6662"/>
<Orientation y="1.09534"/>
</Entity>
<Entity uid="2559">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="131.59295" z="309.20002"/>
<Orientation y="-2.65438"/>
</Entity>
<Entity uid="2560">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="115.3613" z="320.8891"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2561">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="128.17212" z="330.6756"/>
<Orientation y="-3.10886"/>
</Entity>
<Entity uid="2562">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="124.12215" z="319.8542"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2563">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="135.46924" z="322.05768"/>
<Orientation y="-1.70868"/>
</Entity>
<Entity uid="2564">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="214.89332" z="149.68677"/>
<Orientation y="2.98426"/>
</Entity>
<Entity uid="2565">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="218.73557" z="129.87458"/>
<Orientation y="2.30301"/>
</Entity>
<Entity uid="2566">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="236.93174" z="116.68555"/>
<Orientation y="-0.03751"/>
</Entity>
<Entity uid="2567">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="223.75895" z="138.85694"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2568">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="222.63154" z="149.7223"/>
<Orientation y="0.56203"/>
</Entity>
<Entity uid="2569">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="606.40058" z="214.68415"/>
<Orientation y="-2.84719"/>
</Entity>
<Entity uid="2570">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="596.15766" z="185.12348"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2571">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="610.47693" z="204.02533"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2572">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="623.08564" z="211.83661"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2573">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="618.47541" z="189.69709"/>
<Orientation y="0.53498"/>
</Entity>
<Entity uid="2574">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="851.6568" z="374.2995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2575">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="847.32392" z="356.6037"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2576">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="854.34565" z="341.29609"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2577">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="860.80298" z="354.50824"/>
<Orientation y="0.09455"/>
</Entity>
<Entity uid="2578">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="862.36884" z="370.68366"/>
<Orientation y="-2.65078"/>
</Entity>
<Entity uid="2579">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="728.13965" z="569.89179"/>
<Orientation y="-2.58265"/>
</Entity>
<Entity uid="2580">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="713.68006" z="548.07721"/>
<Orientation y="1.3122"/>
</Entity>
<Entity uid="2581">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="731.15534" z="552.4549"/>
<Orientation y="3.0558"/>
</Entity>
<Entity uid="2582">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="734.97852" z="527.55231"/>
<Orientation y="1.1179"/>
</Entity>
<Entity uid="2583">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="751.55237" z="549.60468"/>
<Orientation y="-2.2637"/>
</Entity>
<Entity uid="2584">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="659.92121" z="760.85407"/>
<Orientation y="2.80491"/>
</Entity>
<Entity uid="2585">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="674.63093" z="718.98456"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2586">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="653.16419" z="729.8415"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2587">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="665.83606" z="730.99848"/>
<Orientation y="1.04593"/>
</Entity>
<Entity uid="2588">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="670.97358" z="736.4715"/>
<Orientation y="-1.81116"/>
</Entity>
<Entity uid="2589">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="505.98435" z="982.13483"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2590">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="489.36762" z="970.84992"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2591">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="490.66511" z="958.36042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2592">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="501.38007" z="962.56135"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2593">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="501.34278" z="972.30073"/>
<Orientation y="-1.1305"/>
</Entity>
<Entity uid="2594">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="447.02497" z="331.96003"/>
<Orientation y="0.87487"/>
</Entity>
<Entity uid="2595">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="611.26404" z="337.9568"/>
<Orientation y="-2.25362"/>
</Entity>
<Entity uid="2596">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="502.2544" z="605.45057"/>
<Orientation y="1.09609"/>
</Entity>
<Entity uid="2597">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="615.41285" z="563.83924"/>
<Orientation y="-2.41079"/>
</Entity>
<Entity uid="2598">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="459.67762" z="421.8635"/>
<Orientation y="1.38573"/>
</Entity>
<Entity uid="2599">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="601.58155" z="412.95197"/>
<Orientation y="-2.1038"/>
</Entity>
<Entity uid="2601">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="212.58674" z="417.64448"/>
<Orientation y="-2.56809"/>
</Entity>
<Entity uid="2602">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="214.85497" z="424.43345"/>
<Orientation y="2.22033"/>
</Entity>
<Entity uid="2603">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="221.78852" z="428.00391"/>
<Orientation y="1.6795"/>
</Entity>
<Entity uid="2604">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="222.18775" z="420.28937"/>
<Orientation y="-2.24235"/>
</Entity>
<Entity uid="2605">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="227.50107" z="426.68928"/>
<Orientation y="3.09617"/>
</Entity>
<Entity uid="2606">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="201.44718" z="335.04773"/>
<Orientation y="3.00853"/>
</Entity>
<Entity uid="2607">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="200.10607" z="324.50046"/>
<Orientation y="-3.0739"/>
</Entity>
<Entity uid="2608">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="198.41578" z="316.31263"/>
<Orientation y="-3.07213"/>
</Entity>
<Entity uid="2609">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="202.98076" z="310.58988"/>
<Orientation y="1.76055"/>
</Entity>
<Entity uid="2610">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="205.99805" z="322.56116"/>
<Orientation y="-2.76444"/>
</Entity>
<Entity uid="2611">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="761.36854" z="345.5529"/>
<Orientation y="2.71822"/>
</Entity>
<Entity uid="2612">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="764.81208" z="352.54975"/>
<Orientation y="1.3617"/>
</Entity>
<Entity uid="2613">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="771.12604" z="358.7551"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2614">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="773.92188" z="355.82499"/>
<Orientation y="3.06165"/>
</Entity>
<Entity uid="2615">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="779.80561" z="352.94028"/>
<Orientation y="-2.10523"/>
</Entity>
<Entity uid="2616">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="773.60261" z="222.26297"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2617">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="780.12555" z="219.16013"/>
<Orientation y="2.10203"/>
</Entity>
<Entity uid="2618">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="783.09028" z="216.33671"/>
<Orientation y="3.06359"/>
</Entity>
<Entity uid="2619">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="783.3924" z="204.82166"/>
<Orientation y="1.08335"/>
</Entity>
<Entity uid="2620">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="790.1756" z="213.81852"/>
<Orientation y="-2.62632"/>
</Entity>
<Entity uid="2621">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="488.84604" z="864.50391"/>
<Orientation y="-2.71807"/>
</Entity>
<Entity uid="2622">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="484.37546" z="849.03608"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2623">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="482.30085" z="840.58167"/>
<Orientation y="2.98998"/>
</Entity>
<Entity uid="2624">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="487.51417" z="842.79761"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2625">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="489.20228" z="852.93989"/>
<Orientation y="1.62462"/>
</Entity>
<Entity uid="2626">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="573.87855" z="860.71692"/>
<Orientation y="2.40543"/>
</Entity>
<Entity uid="2627">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="576.95551" z="854.9408"/>
<Orientation y="-3.06296"/>
</Entity>
<Entity uid="2628">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="569.97754" z="850.46381"/>
<Orientation y="-2.21944"/>
</Entity>
<Entity uid="2629">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="569.32673" z="836.55243"/>
<Orientation y="0.84925"/>
</Entity>
<Entity uid="2630">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="575.77875" z="836.55243"/>
<Orientation y="0.70635"/>
</Entity>
<Entity uid="2631">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="352.53602" z="486.35154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2632">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="358.03272" z="491.36261"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2633">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="363.41956" z="499.84534"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2634">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="367.14731" z="494.19132"/>
<Orientation y="-2.90285"/>
</Entity>
<Entity uid="2635">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="374.64936" z="500.41913"/>
<Orientation y="1.13785"/>
</Entity>
<Entity uid="2636">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="676.9173" z="471.4351"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2637">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="671.65418" z="462.33768"/>
<Orientation y="-2.73107"/>
</Entity>
<Entity uid="2638">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="667.92829" z="445.13401"/>
<Orientation y="1.11744"/>
</Entity>
<Entity uid="2639">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="679.16657" z="447.57892"/>
<Orientation y="1.91906"/>
</Entity>
<Entity uid="2640">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="687.71943" z="442.57856"/>
<Orientation y="-2.06876"/>
</Entity>
<Entity uid="2641">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="432.70368" z="231.23685"/>
<Orientation y="3.12499"/>
</Entity>
<Entity uid="2642">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="438.70392" z="226.24741"/>
<Orientation y="0.89374"/>
</Entity>
<Entity uid="2643">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="445.91623" z="234.10196"/>
<Orientation y="3.05866"/>
</Entity>
<Entity uid="2644">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="452.9391" z="222.85163"/>
<Orientation y="1.56621"/>
</Entity>
<Entity uid="2645">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="461.09733" z="223.2462"/>
<Orientation y="-2.22738"/>
</Entity>
<Entity uid="2646">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="208.54291" z="578.19623"/>
<Orientation y="-3.00042"/>
</Entity>
<Entity uid="2647">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="209.62725" z="555.42536"/>
<Orientation y="1.78226"/>
</Entity>
<Entity uid="2648">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="220.23433" z="559.75452"/>
<Orientation y="1.6327"/>
</Entity>
<Entity uid="2649">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="227.8365" z="544.81086"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2650">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="576.12757" z="567.485"/>
<Orientation y="0.96088"/>
</Entity>
<Entity uid="2651">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="587.62433" z="574.13032"/>
<Orientation y="2.57361"/>
</Entity>
<Entity uid="2652">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="605.66413" z="564.81318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2653">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="623.77747" z="562.00861"/>
<Orientation y="0.79607"/>
</Entity>
<Entity uid="2654">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="692.25007" z="519.44227"/>
<Orientation y="2.39837"/>
</Entity>
<Entity uid="2655">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="700.1894" z="511.16257"/>
<Orientation y="2.78006"/>
</Entity>
<Entity uid="2656">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="705.91639" z="493.46372"/>
<Orientation y="2.35492"/>
</Entity>
<Entity uid="2657">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="720.24988" z="502.12745"/>
<Orientation y="-0.09247"/>
</Entity>
<Entity uid="2658">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="707.02454" z="523.60822"/>
<Orientation y="-0.60785"/>
</Entity>
<Entity uid="2659">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="707.45667" z="110.35177"/>
<Orientation y="-2.7013"/>
</Entity>
<Entity uid="2660">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="700.94678" z="100.90947"/>
<Orientation y="-2.16988"/>
</Entity>
<Entity uid="2661">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="688.21357" z="94.08577"/>
<Orientation y="-1.72144"/>
</Entity>
<Entity uid="2662">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="671.71723" z="88.11861"/>
<Orientation y="3.09017"/>
</Entity>
<Entity uid="2663">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="683.3194" z="68.81884"/>
<Orientation y="0.61057"/>
</Entity>
<Entity uid="2664">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="683.48353" z="100.35485"/>
<Orientation y="0.6419"/>
</Entity>
<Entity uid="2665">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="249.06394" z="516.97077"/>
<Orientation y="0.36689"/>
</Entity>
<Entity uid="2666">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="256.17722" z="116.8861"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2667">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="263.09778" z="126.0391"/>
<Orientation y="1.05178"/>
</Entity>
<Entity uid="2668">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="271.32023" z="135.28393"/>
<Orientation y="0.94794"/>
</Entity>
<Entity uid="2669">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="278.6049" z="147.0072"/>
<Orientation y="1.12012"/>
</Entity>
<Entity uid="2670">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="290.56083" z="154.93319"/>
<Orientation y="0.81016"/>
</Entity>
<Entity uid="2671">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="477.04996" z="355.39014"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2672">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="488.22959" z="348.77677"/>
<Orientation y="-0.24024"/>
</Entity>
<Entity uid="2673">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="479.83912" z="332.98472"/>
<Orientation y="0.76584"/>
</Entity>
<Entity uid="2674">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="473.78827" z="341.44007"/>
<Orientation y="0.03133"/>
</Entity>
<Entity uid="2675">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="504.47251" z="353.7627"/>
<Orientation y="-1.52042"/>
</Entity>
<Entity uid="2676">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="964.771" z="414.44288"/>
<Orientation y="2.7825"/>
</Entity>
<Entity uid="2677">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="969.47187" z="399.78141"/>
<Orientation y="2.99985"/>
</Entity>
<Entity uid="2678">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="972.40552" z="390.18812"/>
<Orientation y="2.51198"/>
</Entity>
<Entity uid="2679">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="983.51978" z="377.50904"/>
<Orientation y="1.49424"/>
</Entity>
<Entity uid="2680">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="986.82844" z="391.26041"/>
<Orientation y="-0.93487"/>
</Entity>
<Entity uid="2681">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="979.8614" z="402.0453"/>
<Orientation y="0.095"/>
</Entity>
<Entity uid="2682">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="978.99598" z="412.68641"/>
<Orientation y="-1.18226"/>
</Entity>
<Entity uid="2683">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="739.28156" z="757.8606"/>
<Orientation y="0.97196"/>
</Entity>
<Entity uid="2684">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="763.84894" z="747.38355"/>
<Orientation y="0.5256"/>
</Entity>
<Entity uid="2685">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="826.23694" z="680.21241"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2686">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="839.57551" z="665.91279"/>
<Orientation y="0.53444"/>
</Entity>
<Entity uid="2687">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="831.43995" z="621.33692"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2688">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="299.44962" z="613.06202"/>
<Orientation y="2.32094"/>
</Entity>
<Entity uid="2689">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="309.16419" z="611.50013"/>
<Orientation y="2.41094"/>
</Entity>
<Entity uid="2690">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="319.82926" z="609.0489"/>
<Orientation y="0.52692"/>
</Entity>
<Entity uid="2691">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="325.91788" z="622.60248"/>
<Orientation y="0.68271"/>
</Entity>
<Entity uid="2692">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="431.60724" z="87.37531"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2693">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="444.48346" z="84.97016"/>
<Orientation y="0.7438"/>
</Entity>
<Entity uid="2694">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="431.09076" z="104.50277"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2695">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="423.51853" z="112.48952"/>
<Orientation y="-0.1375"/>
</Entity>
<Entity uid="2696">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="421.9556" z="124.24013"/>
<Orientation y="1.30324"/>
</Entity>
<Entity uid="2697">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="430.2115" z="128.2582"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2698">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="437.47846" z="115.84856"/>
<Orientation y="0.9539"/>
</Entity>
<Entity uid="2699">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="144.74303" z="362.59449"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2700">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="91.68665" z="553.72907"/>
<Orientation y="1.52186"/>
</Entity>
<Entity uid="2701">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="488.51148" z="567.13477"/>
<Orientation y="0.95904"/>
</Entity>
<Entity uid="2702">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="796.84339" z="541.41175"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2703">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="756.24292" z="580.58808"/>
<Orientation y="2.71384"/>
</Entity>
<Entity uid="2704">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="760.39002" z="572.20496"/>
<Orientation y="2.6802"/>
</Entity>
<Entity uid="2705">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="767.2563" z="567.78705"/>
<Orientation y="0.1636"/>
</Entity>
<Entity uid="2706">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="770.87177" z="575.2096"/>
<Orientation y="2.33169"/>
</Entity>
<Entity uid="2707">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="775.92597" z="565.6988"/>
<Orientation y="-2.6598"/>
</Entity>
<Entity uid="2708">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="773.08906" z="560.32984"/>
<Orientation y="1.46204"/>
</Entity>
<Entity uid="2709">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="782.90345" z="560.82752"/>
<Orientation y="1.11495"/>
</Entity>
<Entity uid="2710">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="791.34406" z="564.8271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2711">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="795.16846" z="565.26142"/>
<Orientation y="2.45208"/>
</Entity>
<Entity uid="2712">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="799.02576" z="557.86811"/>
<Orientation y="2.39751"/>
</Entity>
<Entity uid="2713">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="804.40741" z="554.33265"/>
<Orientation y="1.15951"/>
</Entity>
<Entity uid="2714">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="810.43885" z="554.95331"/>
<Orientation y="2.3497"/>
</Entity>
<Entity uid="2715">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="787.63471" z="552.52027"/>
<Orientation y="0.58751"/>
</Entity>
<Entity uid="2716">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="814.46216" z="555.09424"/>
<Orientation y="2.24003"/>
</Entity>
<Entity uid="2717">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="824.0655" z="549.47223"/>
<Orientation y="2.83277"/>
</Entity>
<Entity uid="2718">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="825.7444" z="545.36329"/>
<Orientation y="1.78547"/>
</Entity>
<Entity uid="2719">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="835.07911" z="550.22107"/>
<Orientation y="-0.00045"/>
</Entity>
<Entity uid="2720">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="834.79853" z="557.17756"/>
<Orientation y="-0.10056"/>
</Entity>
<Entity uid="2721">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="833.46888" z="561.57508"/>
<Orientation y="0.3164"/>
</Entity>
<Entity uid="2722">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="836.63428" z="566.25068"/>
<Orientation y="2.30265"/>
</Entity>
<Entity uid="2723">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="841.47107" z="562.573"/>
<Orientation y="-2.88862"/>
</Entity>
<Entity uid="2724">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="839.13978" z="557.29023"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2725">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="809.47437" z="545.50855"/>
<Orientation y="0.47356"/>
</Entity>
<Entity uid="2726">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="765.05542" z="567.50287"/>
<Orientation y="0.62919"/>
</Entity>
<Entity uid="2727">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="771.93268" z="572.83729"/>
<Orientation y="2.6475"/>
</Entity>
<Entity uid="2728">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="786.60755" z="561.23157"/>
<Orientation y="-1.29436"/>
</Entity>
<Entity uid="2729">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="788.98914" z="559.08375"/>
<Orientation y="0.99256"/>
</Entity>
<Entity uid="2730">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="802.45221" z="556.21479"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2731">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="789.71644" z="520.84247"/>
<Orientation y="0.64994"/>
</Entity>
<Entity uid="2732">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="816.75232" z="472.22614"/>
<Orientation y="1.16178"/>
</Entity>
<Entity uid="2733">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="766.04511" z="446.61"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2734">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.36451" z="424.39911"/>
<Orientation y="0.89599"/>
</Entity>
<Entity uid="2735">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="745.65467" z="428.6991"/>
<Orientation y="-2.61016"/>
</Entity>
<Entity uid="2736">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="730.50593" z="452.89853"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2737">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="729.04413" z="449.98432"/>
<Orientation y="-1.62249"/>
</Entity>
<Entity uid="2738">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="722.21949" z="449.80927"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2739">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="718.30451" z="453.57956"/>
<Orientation y="1.22507"/>
</Entity>
<Entity uid="2740">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="723.59876" z="458.42191"/>
<Orientation y="1.12758"/>
</Entity>
<Entity uid="2741">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="658.90583" z="424.56428"/>
<Orientation y="0.88686"/>
</Entity>
<Entity uid="2742">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="659.3357" z="433.35218"/>
<Orientation y="1.5662"/>
</Entity>
<Entity uid="2743">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="487.5723" z="428.365"/>
<Orientation y="0.73133"/>
</Entity>
<Entity uid="2744">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="483.88804" z="445.84028"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2745">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="473.07029" z="438.80594"/>
<Orientation y="0.94022"/>
</Entity>
<Entity uid="2746">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="578.37153" z="549.48981"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2747">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="585.9676" z="544.48951"/>
<Orientation y="-0.58489"/>
</Entity>
<Entity uid="2748">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="599.54297" z="559.464"/>
<Orientation y="0.34087"/>
</Entity>
<Entity uid="2749">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="578.7002" z="560.9842"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2750">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="368.81598" z="569.37403"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2751">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="361.51136" z="565.11329"/>
<Orientation y="0.27288"/>
</Entity>
<Entity uid="2752">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="230.42728" z="638.06824"/>
<Orientation y="-1.14733"/>
</Entity>
<Entity uid="2753">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="224.10106" z="642.82367"/>
<Orientation y="-1.26757"/>
</Entity>
<Entity uid="2754">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="218.68958" z="646.72663"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2755">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="222.78206" z="643.40491"/>
<Orientation y="0.48774"/>
</Entity>
<Entity uid="2756">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="239.84911" z="642.67798"/>
<Orientation y="-3.10495"/>
</Entity>
<Entity uid="2757">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="242.30677" z="638.57892"/>
<Orientation y="1.28022"/>
</Entity>
<Entity uid="2758">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="248.57526" z="637.54828"/>
<Orientation y="-1.05156"/>
</Entity>
<Entity uid="2759">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="84.93328" z="322.19132"/>
<Orientation y="0.59043"/>
</Entity>
<Entity uid="2760">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="148.3686" z="181.28274"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2761">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="348.5716" z="74.31048"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2762">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="348.10956" z="83.27015"/>
<Orientation y="0.53176"/>
</Entity>
<Entity uid="2763">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="340.22178" z="78.57607"/>
<Orientation y="-0.45214"/>
</Entity>
<Entity uid="2764">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="390.07898" z="140.054"/>
<Orientation y="0.58509"/>
</Entity>
<Entity uid="2765">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="434.01246" z="148.09775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2766">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="263.625" z="702.78296"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2767">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="264.64188" z="709.3407"/>
<Orientation y="1.31557"/>
</Entity>
<Entity uid="2768">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="270.67264" z="711.98395"/>
<Orientation y="1.61326"/>
</Entity>
<Entity uid="2769">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="272.56287" z="716.41785"/>
<Orientation y="-2.37688"/>
</Entity>
<Entity uid="2770">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="279.10831" z="716.75037"/>
<Orientation y="0.94663"/>
</Entity>
<Entity uid="2771">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="286.84821" z="725.4834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2772">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="289.34626" z="724.1808"/>
<Orientation y="3.01745"/>
</Entity>
<Entity uid="2773">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="288.49277" z="717.47425"/>
<Orientation y="1.42978"/>
</Entity>
<Entity uid="2774">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="298.94788" z="720.3805"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2775">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="302.22477" z="707.78602"/>
<Orientation y="2.62845"/>
</Entity>
<Entity uid="2776">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="740.40906" z="742.39228"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2777">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="736.08021" z="744.6233"/>
<Orientation y="-0.22794"/>
</Entity>
<Entity uid="2778">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="732.63978" z="763.05176"/>
<Orientation y="-0.01522"/>
</Entity>
<Entity uid="2779">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="733.37433" z="777.35029"/>
<Orientation y="0.077"/>
</Entity>
<Entity uid="2780">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="734.13312" z="787.60761"/>
<Orientation y="-2.61342"/>
</Entity>
<Entity uid="2781">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="712.0298" z="765.94233"/>
<Orientation y="0.1645"/>
</Entity>
<Entity uid="2782">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="335.60477" z="207.20011"/>
<Orientation y="-2.81994"/>
</Entity>
<Entity uid="2783">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="305.69422" z="229.05617"/>
<Orientation y="1.33889"/>
</Entity>
<Entity uid="2784">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="669.92267" z="198.2545"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2785">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="766.44025" z="322.50342"/>
<Orientation y="1.01035"/>
</Entity>
<Entity uid="2786">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="819.07514" z="375.8042"/>
<Orientation y="-3.11564"/>
</Entity>
<Entity uid="2787">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="823.95203" z="302.76282"/>
<Orientation y="1.19277"/>
</Entity>
<Entity uid="2788">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="592.93427" z="400.95221"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2789">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="526.29908" z="626.41822"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2790">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="521.05506" z="666.82538"/>
<Orientation y="1.08785"/>
</Entity>
<Entity uid="2791">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="610.43537" z="754.40448"/>
<Orientation y="-2.53873"/>
</Entity>
<Entity uid="2792">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="512.7411" z="853.65442"/>
<Orientation y="1.24683"/>
</Entity>
<Entity uid="2793">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="579.2588" z="895.0127"/>
<Orientation y="-2.13161"/>
</Entity>
<Entity uid="2794">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="347.5265" z="789.44715"/>
<Orientation y="2.41846"/>
</Entity>
<Entity uid="2795">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="194.26471" z="666.56202"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2796">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="278.1533" z="512.89551"/>
<Orientation y="1.07375"/>
</Entity>
<Entity uid="2797">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="342.86118" z="493.59516"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2798">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="366.14005" z="222.58826"/>
<Orientation y="0.97442"/>
</Entity>
<Entity uid="2799">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="325.26764" z="160.98096"/>
<Orientation y="-2.10845"/>
</Entity>
<Entity uid="2800">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="475.8238" z="436.22828"/>
<Orientation y="-1.07683"/>
</Entity>
<Entity uid="2801">
<Template>gaia/treasure/food_bin</Template>
<Player>0</Player>
<Position x="480.41892" z="435.47053"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2802">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="477.90424" z="438.33436"/>
<Orientation y="-3.06923"/>
</Entity>
<Entity uid="2803">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="589.6941" z="548.39325"/>
<Orientation y="-1.4488"/>
</Entity>
<Entity uid="2804">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="618.15131" z="476.27845"/>
<Orientation y="-1.1191"/>
</Entity>
<Entity uid="2805">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="953.89063" z="550.37934"/>
<Orientation y="-2.80686"/>
</Entity>
<Entity uid="2806">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="951.99476" z="531.09601"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2807">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="879.20771" z="541.64081"/>
<Orientation y="-1.7187"/>
</Entity>
<Entity uid="2808">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="886.02155" z="545.20008"/>
<Orientation y="-1.45566"/>
</Entity>
<Entity uid="2809">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="457.48032" z="89.12278"/>
<Orientation y="-2.19726"/>
</Entity>
<Entity uid="2810">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="453.00336" z="93.67963"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2811">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="517.01917" z="134.89559"/>
<Orientation y="-2.25141"/>
</Entity>
<Entity uid="2812">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="297.25373" z="698.43543"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2813">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="472.01038" z="468.24732"/>
<Orientation y="-0.70112"/>
</Entity>
<Entity uid="2814">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.90992" z="474.31525"/>
<Orientation y="0.07686"/>
</Entity>
<Entity uid="2815">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="477.87183" z="466.14332"/>
<Orientation y="-0.8854"/>
</Entity>
<Entity uid="2816">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="542.24238" z="388.53327"/>
<Orientation y="-2.16036"/>
</Entity>
<Entity uid="2817">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="518.06708" z="378.56788"/>
<Orientation y="-0.97393"/>
</Entity>
<Entity uid="2818">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="513.35163" z="386.16688"/>
<Orientation y="-0.87737"/>
</Entity>
<Entity uid="2819">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="479.91993" z="465.45447"/>
<Orientation y="-0.69239"/>
</Entity>
<Entity uid="2820">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="523.27387" z="375.42914"/>
<Orientation y="-1.37801"/>
</Entity>
<Entity uid="2821">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="530.53693" z="375.76423"/>
<Orientation y="-1.70125"/>
</Entity>
<Entity uid="2822">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="539.97602" z="381.84424"/>
<Orientation y="-3.07622"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="2823">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="535.66413" z="376.92823"/>
<Orientation y="-1.97432"/>
<Obstruction group="25"/>
</Entity>
<Entity uid="2824">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="515.27973" z="379.20667"/>
<Orientation y="-1.03014"/>
</Entity>
<Entity uid="2825">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="538.58295" z="379.14258"/>
<Orientation y="-2.15874"/>
</Entity>
<Entity uid="2826">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="620.93213" z="489.00702"/>
<Orientation y="-2.4399"/>
</Entity>
<Entity uid="2827">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="625.71766" z="497.99378"/>
<Orientation y="-2.91565"/>
</Entity>
<Entity uid="2828">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="626.34742" z="508.18137"/>
<Orientation y="2.76719"/>
</Entity>
<Entity uid="2829">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.61707" z="489.40665"/>
<Orientation y="0.40384"/>
</Entity>
<Entity uid="2830">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="477.85718" z="497.22999"/>
<Orientation y="0.46006"/>
</Entity>
<Entity uid="2831">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="472.89136" z="494.66279"/>
<Orientation y="0.68361"/>
</Entity>
<Entity uid="2832">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.87281" z="483.74381"/>
<Orientation y="-0.42118"/>
<Obstruction group="12"/>
</Entity>
<Entity uid="2833">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="469.511" z="479.6084"/>
<Orientation y="-0.01011"/>
</Entity>
<Entity uid="2834">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="622.84778" z="513.60016"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2835">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="610.30414" z="522.59626"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2836">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="533.4065" z="525.636"/>
<Orientation y="2.46938"/>
</Entity>
<Entity uid="2837">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="527.26124" z="535.02637"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2838">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="521.0116" z="536.56934"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2839">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="511.83973" z="535.75794"/>
<Orientation y="0.90784"/>
</Entity>
<Entity uid="2840">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="506.81495" z="533.73548"/>
<Orientation y="1.89846"/>
</Entity>
<Entity uid="2841">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="502.90137" z="536.00892"/>
<Orientation y="1.3971"/>
</Entity>
<Entity uid="2842">
<Template>other/palisades_angle_spike</Template>
<Player>1</Player>
<Position x="497.14222" z="533.72693"/>
<Orientation y="0.16437"/>
</Entity>
<Entity uid="2843">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="650.45765" z="319.86661"/>
<Orientation y="-0.00403"/>
</Entity>
<Entity uid="2844">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="652.77576" z="313.2079"/>
<Orientation y="-0.94945"/>
</Entity>
<Entity uid="2845">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="656.70746" z="314.5224"/>
<Orientation y="-0.95185"/>
</Entity>
<Entity uid="2846">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="659.87409" z="312.04157"/>
<Orientation y="-0.96984"/>
</Entity>
<Entity uid="2847">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="660.00635" z="309.53974"/>
<Orientation y="-1.15148"/>
</Entity>
<Entity uid="2848">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="669.43104" z="300.72223"/>
<Orientation y="-0.76438"/>
</Entity>
<Entity uid="2849">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="672.28089" z="294.32456"/>
<Orientation y="-1.1818"/>
</Entity>
<Entity uid="2850">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="679.23224" z="291.83704"/>
<Orientation y="-1.20165"/>
</Entity>
<Entity uid="2851">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="677.43885" z="295.14255"/>
<Orientation y="-1.0089"/>
</Entity>
<Entity uid="2852">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="683.62421" z="288.09305"/>
<Orientation y="-1.42161"/>
</Entity>
<Entity uid="2853">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="687.67896" z="292.78303"/>
<Orientation y="-1.75821"/>
</Entity>
<Entity uid="2854">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="692.96589" z="288.3407"/>
<Orientation y="-1.56453"/>
</Entity>
<Entity uid="2855">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="697.91285" z="290.92493"/>
<Orientation y="-2.39911"/>
</Entity>
<Entity uid="2856">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="699.18335" z="301.37122"/>
<Orientation y="-2.17548"/>
</Entity>
<Entity uid="2857">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="704.12989" z="300.59104"/>
<Orientation y="-2.4522"/>
</Entity>
<Entity uid="2858">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="714.33185" z="316.76291"/>
<Orientation y="-1.80022"/>
</Entity>
<Entity uid="2859">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="716.73841" z="318.4087"/>
<Orientation y="-2.1821"/>
</Entity>
<Entity uid="2860">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="721.32953" z="317.90125"/>
<Orientation y="-2.32638"/>
</Entity>
<Entity uid="2861">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="722.58442" z="324.998"/>
<Orientation y="3.04751"/>
</Entity>
<Entity uid="2862">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="726.64844" z="333.16135"/>
<Orientation y="3.00904"/>
</Entity>
<Entity uid="2863">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="723.15845" z="328.761"/>
<Orientation y="-2.74711"/>
</Entity>
<Entity uid="2864">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="729.43464" z="340.6692"/>
<Orientation y="2.86861"/>
</Entity>
<Entity uid="2865">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="726.05115" z="341.6232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2866">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="723.8404" z="344.07898"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2867">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="719.93421" z="347.98157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2868">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="702.70435" z="353.51941"/>
<Orientation y="3.00686"/>
</Entity>
<Entity uid="2869">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="701.76526" z="357.99756"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2870">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="698.17316" z="361.3985"/>
<Orientation y="2.35085"/>
</Entity>
<Entity uid="2871">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="695.74598" z="364.07212"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2872">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="691.30768" z="367.41016"/>
<Orientation y="2.01575"/>
</Entity>
<Entity uid="2873">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="684.27729" z="369.0294"/>
<Orientation y="1.4229"/>
</Entity>
<Entity uid="2874">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="679.0522" z="363.01642"/>
<Orientation y="1.3751"/>
</Entity>
<Entity uid="2875">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="672.54822" z="362.63065"/>
<Orientation y="0.683"/>
</Entity>
<Entity uid="2876">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="660.72852" z="345.87946"/>
<Orientation y="0.69042"/>
</Entity>
<Entity uid="2877">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="670.52619" z="359.05161"/>
<Orientation y="0.5557"/>
</Entity>
<Entity uid="2878">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="655.00214" z="340.57923"/>
<Orientation y="0.94704"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="2879">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="651.36713" z="336.12598"/>
<Orientation y="0.46546"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="2880">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="649.7345" z="332.45417"/>
<Orientation y="0.25284"/>
</Entity>
<Entity uid="2881">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="648.935" z="328.39548"/>
<Orientation y="0.01598"/>
</Entity>
<Entity uid="2882">
<Template>other/palisades_angle_spike</Template>
<Player>2</Player>
<Position x="650.99775" z="324.19266"/>
<Orientation y="0.06107"/>
</Entity>
<Entity uid="2883">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="487.24299" z="749.10236"/>
<Orientation y="-0.00702"/>
</Entity>
<Entity uid="2884">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="487.59592" z="740.86127"/>
<Orientation y="-0.50715"/>
</Entity>
<Entity uid="2885">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="493.29261" z="734.26764"/>
<Orientation y="-0.67898"/>
</Entity>
<Entity uid="2886">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="489.53187" z="738.32642"/>
<Orientation y="-0.86304"/>
</Entity>
<Entity uid="2887">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="496.33817" z="731.9834"/>
<Orientation y="-1.16538"/>
</Entity>
<Entity uid="2888">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="509.31885" z="720.3921"/>
<Orientation y="-0.87647"/>
</Entity>
<Entity uid="2889">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="512.92438" z="715.10462"/>
<Orientation y="-0.82251"/>
</Entity>
<Entity uid="2890">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="516.00458" z="712.14997"/>
<Orientation y="-1.27614"/>
</Entity>
<Entity uid="2891">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="520.76581" z="710.31745"/>
<Orientation y="-1.37185"/>
</Entity>
<Entity uid="2892">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="523.75538" z="709.80964"/>
<Orientation y="-1.57604"/>
</Entity>
<Entity uid="2893">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="527.29871" z="709.76325"/>
<Orientation y="-1.76961"/>
</Entity>
<Entity uid="2894">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="531.2234" z="712.94092"/>
<Orientation y="-1.74183"/>
<Obstruction group="1203"/>
</Entity>
<Entity uid="2895">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="535.57294" z="714.8888"/>
<Orientation y="-2.17205"/>
</Entity>
<Entity uid="2896">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="539.27808" z="720.41205"/>
<Orientation y="-2.32165"/>
</Entity>
<Entity uid="2897">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="541.88831" z="726.39582"/>
<Orientation y="-2.38575"/>
</Entity>
<Entity uid="2898">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="552.43116" z="735.5746"/>
<Orientation y="-2.30597"/>
</Entity>
<Entity uid="2899">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="558.83088" z="738.67023"/>
<Orientation y="-2.51851"/>
</Entity>
<Entity uid="2900">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="560.92945" z="744.74311"/>
<Orientation y="-2.7452"/>
</Entity>
<Entity uid="2901">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="563.73938" z="752.93024"/>
<Orientation y="3.05733"/>
</Entity>
<Entity uid="2902">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="560.80475" z="767.31702"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2903">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="564.8418" z="758.30445"/>
<Orientation y="2.81827"/>
</Entity>
<Entity uid="2904">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="563.84766" z="765.32544"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2905">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="557.50605" z="767.2367"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2906">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="552.09668" z="768.20875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2907">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="554.85712" z="770.71106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2908">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="541.93866" z="783.54487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2909">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="538.19416" z="786.88123"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2910">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="534.67688" z="788.47327"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2911">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="530.04267" z="789.56434"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2912">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="527.43018" z="790.53357"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2913">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="523.60145" z="790.44257"/>
<Orientation y="1.52717"/>
</Entity>
<Entity uid="2914">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="518.84314" z="789.35407"/>
<Orientation y="1.24521"/>
</Entity>
<Entity uid="2915">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="516.83735" z="786.22309"/>
<Orientation y="1.81464"/>
</Entity>
<Entity uid="2916">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="510.76075" z="788.40809"/>
<Orientation y="1.11846"/>
</Entity>
<Entity uid="2917">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="507.77594" z="784.81489"/>
<Orientation y="0.32105"/>
</Entity>
<Entity uid="2918">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="494.91541" z="764.33021"/>
<Orientation y="0.72265"/>
</Entity>
<Entity uid="2919">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="491.62031" z="760.31684"/>
<Orientation y="0.89811"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="2920">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="487.46906" z="753.0901"/>
<Orientation y="0.07598"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="2921">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="488.01618" z="757.7483"/>
<Orientation y="0.74415"/>
</Entity>
<Entity uid="2922">
<Template>other/palisades_angle_spike</Template>
<Player>3</Player>
<Position x="486.75815" z="745.06702"/>
<Orientation y="-0.16294"/>
</Entity>
<Entity uid="2928">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="127.55933" z="476.17103"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2929">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="128.41051" z="482.28022"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2930">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="132.58205" z="486.53364"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2931">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="137.55546" z="488.40442"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2932">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="143.53541" z="488.48401"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2933">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="148.84581" z="485.36298"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2934">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="152.01003" z="479.70521"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2935">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="152.36509" z="473.37751"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2936">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="150.08953" z="467.52982"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2937">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="145.0845" z="464.58716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2938">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="138.28971" z="463.36628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2939">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="132.76761" z="465.77411"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2940">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="128.97335" z="469.81742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2941">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.45374" z="350.88178"/>
<Orientation y="0.18522"/>
</Entity>
<Entity uid="2942">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.67591" z="363.40803"/>
<Orientation y="-2.62882"/>
</Entity>
<Entity uid="2943">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.22303" z="376.86338"/>
<Orientation y="1.26204"/>
</Entity>
<Entity uid="2944">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="614.08307" z="384.4191"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2945">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="602.60615" z="381.63685"/>
<Orientation y="1.16474"/>
</Entity>
<Entity uid="2946">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="603.66071" z="374.64506"/>
<Orientation y="-3.02392"/>
</Entity>
<Entity uid="2947">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="605.31849" z="364.64152"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2948">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="604.4917" z="350.07386"/>
<Orientation y="0.49967"/>
</Entity>
<Entity uid="2949">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="778.23011" z="499.04523"/>
<Orientation y="-2.0892"/>
</Entity>
<Entity uid="2950">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="773.94355" z="495.51188"/>
<Orientation y="2.39942"/>
</Entity>
<Entity uid="2951">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="770.9026" z="490.83024"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2952">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="771.09968" z="485.1297"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2953">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="773.31415" z="480.58985"/>
<Orientation y="1.0818"/>
</Entity>
<Entity uid="2954">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="777.00464" z="477.40314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2955">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="782.87995" z="475.81022"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2956">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="789.4491" z="476.26371"/>
<Orientation y="0.319"/>
</Entity>
<Entity uid="2957">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="795.0528" z="479.10578"/>
<Orientation y="-0.73967"/>
</Entity>
<Entity uid="2958">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="797.17328" z="483.71631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2959">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="797.06287" z="490.40983"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2960">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="794.1396" z="495.66968"/>
<Orientation y="0.84469"/>
</Entity>
<Entity uid="2961">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="789.51606" z="498.67316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2962">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="783.88508" z="499.61918"/>
<Orientation y="-1.77201"/>
</Entity>
<Entity uid="2963">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="580.99244" z="936.83729"/>
<Orientation y="-2.01511"/>
</Entity>
<Entity uid="2964">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="576.25788" z="934.49079"/>
<Orientation y="-2.18287"/>
</Entity>
<Entity uid="2965">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="572.75123" z="931.2729"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2966">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="571.59723" z="927.50281"/>
<Orientation y="1.70527"/>
</Entity>
<Entity uid="2967">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="571.18171" z="923.14289"/>
<Orientation y="2.97858"/>
</Entity>
<Entity uid="2968">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="571.94062" z="919.8371"/>
<Orientation y="1.03258"/>
</Entity>
<Entity uid="2969">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="574.52686" z="916.12323"/>
<Orientation y="2.3009"/>
</Entity>
<Entity uid="2970">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="579.00287" z="913.56385"/>
<Orientation y="-2.00489"/>
</Entity>
<Entity uid="2971">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="584.41901" z="912.37037"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2972">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="589.27973" z="913.81312"/>
<Orientation y="-1.3453"/>
</Entity>
<Entity uid="2973">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="593.36036" z="916.91718"/>
<Orientation y="0.69909"/>
</Entity>
<Entity uid="2974">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="595.99537" z="922.61811"/>
<Orientation y="1.75922"/>
</Entity>
<Entity uid="2975">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="595.50495" z="927.95716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2976">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="594.41834" z="932.12177"/>
<Orientation y="-0.66585"/>
</Entity>
<Entity uid="2977">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="590.95954" z="935.25715"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2978">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="585.91102" z="937.03016"/>
<Orientation y="0.0957"/>
</Entity>
<Entity uid="2979">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="375.0034" z="766.80201"/>
<Orientation y="1.12903"/>
</Entity>
<Entity uid="2980">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="371.49817" z="766.24726"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2981">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="363.81305" z="764.96308"/>
<Orientation y="1.07279"/>
</Entity>
<Entity uid="2982">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="371.59195" z="747.90973"/>
<Orientation y="0.63883"/>
</Entity>
<Entity uid="2983">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="377.20917" z="753.19538"/>
<Orientation y="-2.18845"/>
</Entity>
<Entity uid="2984">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="270.91294" z="228.5395"/>
<Orientation y="2.46724"/>
</Entity>
<Entity uid="2985">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="276.9839" z="218.77237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2986">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="281.8855" z="211.75187"/>
<Orientation y="1.10434"/>
</Entity>
<Entity uid="2987">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="266.62604" z="232.0117"/>
<Orientation y="-2.3889"/>
</Entity>
<Entity uid="2988">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="750.8794" z="122.86582"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2989">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="754.13294" z="108.912"/>
<Orientation y="-3.03138"/>
</Entity>
<Entity uid="2990">
<Template>gaia/ruins/standing_stone</Template>
<Player>0</Player>
<Position x="753.04261" z="99.05979"/>
<Orientation y="1.04381"/>
</Entity>
<Entity uid="2999">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="799.47986" z="639.85499"/>
<Orientation y="3.03232"/>
</Entity>
<Entity uid="3000">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="801.31336" z="641.26685"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3001">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="802.7801" z="642.91742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3002">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="804.27375" z="644.49701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3003">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="805.85981" z="646.17426"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3004">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="807.23591" z="647.05237"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3005">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="809.14875" z="648.89405"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3006">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="801.19324" z="637.21875"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3007">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="802.58118" z="638.25763"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3008">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="804.05079" z="640.03003"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3009">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="805.93775" z="640.94904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3010">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="807.9386" z="643.17426"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3011">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="809.84919" z="645.0448"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3012">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="77.18448" z="734.07874"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3013">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="81.05483" z="729.54395"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3014">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="84.24665" z="726.56165"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3015">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="87.00104" z="723.6255"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3016">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="89.71207" z="721.23298"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3017">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="92.41475" z="718.40687"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3018">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="76.13277" z="728.19819"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3019">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="79.16231" z="724.68097"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3020">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="82.15836" z="722.10785"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3021">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="84.53042" z="719.02094"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3022">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="86.45192" z="717.38465"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3023">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>4</Player>
<Position x="89.43009" z="714.60633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3024">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>4</Player>
<Position x="92.5489" z="711.15864"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3025">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="141.20521" z="450.51584"/>
<Orientation y="2.80472"/>
</Entity>
<Entity uid="3026">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="143.8694" z="454.19101"/>
<Orientation y="0.83652"/>
</Entity>
<Entity uid="3027">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="147.74982" z="461.90421"/>
<Orientation y="2.43781"/>
</Entity>
<Entity uid="3028">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="151.12197" z="457.12635"/>
<Orientation y="-3.03289"/>
</Entity>
<Entity uid="3029">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="156.7598" z="463.81495"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3030">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="158.06475" z="469.19852"/>
<Orientation y="2.19385"/>
</Entity>
<Entity uid="3031">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="163.27793" z="467.53425"/>
<Orientation y="2.68525"/>
</Entity>
<Entity uid="3032">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="164.92536" z="463.63602"/>
<Orientation y="-2.95507"/>
</Entity>
<Entity uid="3033">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="163.78295" z="458.80308"/>
<Orientation y="-2.32474"/>
</Entity>
<Entity uid="3034">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="157.54838" z="454.508"/>
<Orientation y="0.50356"/>
</Entity>
<Entity uid="3035">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="160.21187" z="457.6977"/>
<Orientation y="-2.03495"/>
</Entity>
<Entity uid="3036">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="134.40165" z="444.34018"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3037">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="137.8746" z="436.3166"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3038">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="137.98206" z="435.90644"/>
<Orientation y="-3.08701"/>
</Entity>
<Entity uid="3039">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="136.95102" z="426.44492"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3040">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="139.13183" z="441.5153"/>
<Orientation y="1.10782"/>
</Entity>
<Entity uid="3041">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="140.68268" z="444.85752"/>
<Orientation y="-1.8673"/>
</Entity>
<Entity uid="3042">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="176.20812" z="414.56095"/>
<Orientation y="-2.71834"/>
</Entity>
<Entity uid="3043">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="175.01362" z="412.36329"/>
<Orientation y="-2.46503"/>
</Entity>
<Entity uid="3044">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="172.83567" z="409.23057"/>
<Orientation y="-3.12023"/>
</Entity>
<Entity uid="3045">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="172.81746" z="407.26938"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3046">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="158.68438" z="423.41388"/>
<Orientation y="-2.86318"/>
</Entity>
<Entity uid="3047">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="157.55419" z="419.54767"/>
<Orientation y="-2.92698"/>
</Entity>
<Entity uid="3048">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="155.70954" z="416.58756"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3049">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="356.30283" z="501.33521"/>
<Orientation y="2.36027"/>
</Entity>
<Entity uid="3050">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="360.55924" z="496.8678"/>
<Orientation y="3.03496"/>
</Entity>
<Entity uid="3051">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="360.96344" z="492.13279"/>
<Orientation y="-2.98801"/>
</Entity>
<Entity uid="3052">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="356.4235" z="486.31525"/>
<Orientation y="0.91291"/>
</Entity>
<Entity uid="3053">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="310.78458" z="527.77222"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3054">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.85413" z="525.01093"/>
<Orientation y="2.47197"/>
</Entity>
<Entity uid="3055">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="319.23984" z="522.10346"/>
<Orientation y="0.54264"/>
</Entity>
<Entity uid="3056">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="302.39872" z="527.32593"/>
<Orientation y="-1.83873"/>
</Entity>
<Entity uid="3057">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="280.85096" z="551.70398"/>
<Orientation y="2.68981"/>
</Entity>
<Entity uid="3058">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="295.37577" z="553.68653"/>
<Orientation y="1.50705"/>
</Entity>
<Entity uid="3059">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="305.29703" z="550.66401"/>
<Orientation y="-2.13436"/>
</Entity>
<Entity uid="3060">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="310.44443" z="545.2284"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3061">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="317.68558" z="545.4842"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3062">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="321.80027" z="543.73523"/>
<Orientation y="-1.98967"/>
</Entity>
<Entity uid="3063">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="316.9662" z="541.57721"/>
<Orientation y="0.62273"/>
</Entity>
<Entity uid="3064">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="327.56672" z="543.35828"/>
<Orientation y="-2.49843"/>
</Entity>
<Entity uid="3065">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.74793" z="549.00513"/>
<Orientation y="1.3231"/>
</Entity>
<Entity uid="3066">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="311.76502" z="542.30042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3067">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="323.97187" z="539.87763"/>
<Orientation y="-1.91945"/>
</Entity>
<Entity uid="3068">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="575.19324" z="643.53345"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3069">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="578.71967" z="635.59388"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3070">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="584.45795" z="635.92872"/>
<Orientation y="1.48043"/>
</Entity>
<Entity uid="3071">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="592.09406" z="632.21143"/>
<Orientation y="-2.36657"/>
</Entity>
<Entity uid="3072">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="602.27417" z="626.79023"/>
<Orientation y="-2.21506"/>
</Entity>
<Entity uid="3073">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="597.18665" z="625.83405"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3074">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.98572" z="626.0702"/>
<Orientation y="-2.75658"/>
</Entity>
<Entity uid="3075">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.33161" z="625.34852"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3076">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.94214" z="621.53498"/>
<Orientation y="-1.65691"/>
</Entity>
<Entity uid="3077">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="588.71229" z="628.22413"/>
<Orientation y="0.69191"/>
</Entity>
<Entity uid="3078">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="594.80451" z="622.01886"/>
<Orientation y="-2.00521"/>
</Entity>
<Entity uid="3079">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="598.2928" z="616.995"/>
<Orientation y="1.3346"/>
</Entity>
<Entity uid="3080">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="681.38929" z="522.09504"/>
<Orientation y="2.85607"/>
</Entity>
<Entity uid="3081">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="687.23975" z="517.00098"/>
<Orientation y="0.63036"/>
</Entity>
<Entity uid="3082">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="686.10157" z="525.64594"/>
<Orientation y="-2.68404"/>
</Entity>
<Entity uid="3083">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="681.86945" z="516.89649"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3084">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="719.58338" z="491.83735"/>
<Orientation y="-3.1285"/>
</Entity>
<Entity uid="3085">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="719.40571" z="486.69928"/>
<Orientation y="-2.76551"/>
</Entity>
<Entity uid="3086">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="716.90156" z="480.6417"/>
<Orientation y="-2.67089"/>
</Entity>
<Entity uid="3087">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="714.52228" z="475.23398"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3088">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.50385" z="481.73383"/>
<Orientation y="0.93216"/>
</Entity>
<Entity uid="3089">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="586.62397" z="384.5268"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3090">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="529.84742" z="376.57993"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3091">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="511.75379" z="386.98508"/>
<Orientation y="1.41312"/>
</Entity>
<Entity uid="3092">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="600.83503" z="385.82346"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3093">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="604.42573" z="380.16984"/>
<Orientation y="-2.77491"/>
</Entity>
<Entity uid="3094">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="600.73932" z="371.90943"/>
<Orientation y="-2.73873"/>
</Entity>
<Entity uid="3095">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="599.93769" z="362.38587"/>
<Orientation y="0.94349"/>
</Entity>
<Entity uid="3096">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="614.84943" z="349.64432"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3097">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.2928" z="346.57804"/>
<Orientation y="-2.16633"/>
</Entity>
<Entity uid="3098">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="618.86377" z="364.25834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3099">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.24341" z="360.25821"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3100">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="592.83204" z="364.68583"/>
<Orientation y="0.18651"/>
</Entity>
<Entity uid="3101">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="614.28925" z="379.53208"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3102">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.20331" z="387.1331"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3103">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="602.77424" z="347.74775"/>
<Orientation y="-1.5018"/>
</Entity>
<Entity uid="3104">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="603.60749" z="342.19843"/>
<Orientation y="0.9674"/>
</Entity>
<Entity uid="3105">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="386.92331" z="414.31952"/>
<Orientation y="0.54365"/>
</Entity>
<Entity uid="3106">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="390.68866" z="421.28428"/>
<Orientation y="1.86593"/>
</Entity>
<Entity uid="3107">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="399.54218" z="416.69632"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3108">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="401.3896" z="421.28455"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3109">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="402.57215" z="424.7204"/>
<Orientation y="2.4192"/>
</Entity>
<Entity uid="3110">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="413.39814" z="419.2617"/>
<Orientation y="0.2773"/>
</Entity>
<Entity uid="3111">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="415.30823" z="425.01853"/>
<Orientation y="1.07145"/>
</Entity>
<Entity uid="3112">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.94248" z="426.69251"/>
<Orientation y="2.7369"/>
</Entity>
<Entity uid="3113">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="427.38382" z="419.659"/>
<Orientation y="1.80697"/>
</Entity>
<Entity uid="3114">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="432.18897" z="421.28455"/>
<Orientation y="0.54932"/>
</Entity>
<Entity uid="3115">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="435.58918" z="428.26673"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3116">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="438.076" z="431.4044"/>
<Orientation y="1.00901"/>
</Entity>
<Entity uid="3117">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="445.62699" z="435.66822"/>
<Orientation y="2.36562"/>
</Entity>
<Entity uid="3118">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="448.13999" z="434.02765"/>
<Orientation y="1.63611"/>
</Entity>
<Entity uid="3119">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="458.01801" z="439.70643"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3120">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="462.58225" z="444.06751"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3121">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.57285" z="435.66822"/>
<Orientation y="-2.17673"/>
</Entity>
<Entity uid="3122">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="376.13431" z="405.17786"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3123">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="414.49238" z="431.06464"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3124">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="406.79566" z="433.84855"/>
<Orientation y="0.85177"/>
</Entity>
<Entity uid="3125">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="291.14515" z="307.84595"/>
<Orientation y="-2.73522"/>
</Entity>
<Entity uid="3126">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="284.6586" z="299.39936"/>
<Orientation y="-2.29685"/>
</Entity>
<Entity uid="3127">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="275.08884" z="291.60615"/>
<Orientation y="-2.17592"/>
</Entity>
<Entity uid="3128">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="269.06397" z="286.85767"/>
<Orientation y="-2.71758"/>
</Entity>
<Entity uid="3129">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="264.72825" z="275.95078"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3130">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="271.48624" z="281.26703"/>
<Orientation y="1.01973"/>
</Entity>
<Entity uid="3131">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="308.07895" z="283.40647"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3132">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="300.67246" z="279.19703"/>
<Orientation y="0.30376"/>
</Entity>
<Entity uid="3133">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="298.50837" z="283.20899"/>
<Orientation y="-1.78322"/>
</Entity>
<Entity uid="3134">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="306.32132" z="274.85169"/>
<Orientation y="0.58265"/>
</Entity>
<Entity uid="3135">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.5767" z="291.19062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3136">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="326.055" z="288.33805"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3137">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="368.9997" z="275.9325"/>
<Orientation y="-1.98505"/>
</Entity>
<Entity uid="3138">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="373.60764" z="268.94748"/>
<Orientation y="2.63785"/>
</Entity>
<Entity uid="3139">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="377.9094" z="263.3693"/>
<Orientation y="2.2689"/>
</Entity>
<Entity uid="3140">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="386.96464" z="254.57609"/>
<Orientation y="-1.75596"/>
</Entity>
<Entity uid="3141">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="392.03205" z="249.96714"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3142">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="486.15156" z="248.96145"/>
<Orientation y="0.9985"/>
</Entity>
<Entity uid="3143">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="493.6703" z="254.6515"/>
<Orientation y="0.1602"/>
</Entity>
<Entity uid="3144">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="494.49009" z="259.23523"/>
<Orientation y="1.50817"/>
</Entity>
<Entity uid="3145">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="496.26493" z="264.48884"/>
<Orientation y="0.22529"/>
</Entity>
<Entity uid="3146">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="497.57721" z="270.563"/>
<Orientation y="-1.52594"/>
</Entity>
<Entity uid="3147">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="503.60608" z="241.20405"/>
<Orientation y="0.61965"/>
</Entity>
<Entity uid="3148">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="503.5558" z="227.67643"/>
<Orientation y="-2.1807"/>
</Entity>
<Entity uid="3149">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="495.95649" z="226.76471"/>
<Orientation y="0.9694"/>
</Entity>
<Entity uid="3150">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="445.33774" z="83.09054"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3151">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="433.06843" z="84.709"/>
<Orientation y="0.71135"/>
</Entity>
<Entity uid="3152">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="421.94529" z="108.42794"/>
<Orientation y="0.70019"/>
</Entity>
<Entity uid="3153">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="184.05056" z="219.31131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3154">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="57.95104" z="337.20344"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3155">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="65.61702" z="341.69105"/>
<Orientation y="-1.4245"/>
</Entity>
<Entity uid="3156">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="88.52807" z="329.24784"/>
<Orientation y="0.8361"/>
</Entity>
<Entity uid="3157">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="102.82151" z="449.92856"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3158">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="110.50055" z="458.19043"/>
<Orientation y="1.35094"/>
</Entity>
<Entity uid="3159">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="126.56965" z="463.37232"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3160">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="119.38038" z="466.72773"/>
<Orientation y="-2.85395"/>
</Entity>
<Entity uid="3161">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.64554" z="460.67841"/>
<Orientation y="-2.67186"/>
</Entity>
<Entity uid="3162">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="116.032" z="457.07609"/>
<Orientation y="-2.94556"/>
</Entity>
<Entity uid="3163">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="113.80063" z="450.8495"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3164">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="111.6168" z="450.06891"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3165">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="110.14081" z="446.10557"/>
<Orientation y="-2.64802"/>
</Entity>
<Entity uid="3166">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="104.64055" z="443.77042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3167">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="104.23102" z="443.66578"/>
<Orientation y="-2.16008"/>
</Entity>
<Entity uid="3168">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="102.56463" z="442.4773"/>
<Orientation y="-0.25199"/>
</Entity>
<Entity uid="3169">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="99.1932" z="454.03425"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3170">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="98.66741" z="457.60499"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3171">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="105.56179" z="452.18213"/>
<Orientation y="1.1036"/>
</Entity>
<Entity uid="3172">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="112.68247" z="439.37015"/>
<Orientation y="-3.09154"/>
</Entity>
<Entity uid="3173">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="112.2999" z="435.30362"/>
<Orientation y="2.96113"/>
</Entity>
<Entity uid="3174">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="102.05497" z="437.64777"/>
<Orientation y="-1.78843"/>
</Entity>
<Entity uid="3175">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="94.74308" z="429.4839"/>
<Orientation y="-2.72287"/>
</Entity>
<Entity uid="3176">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="91.68665" z="422.31641"/>
<Orientation y="-2.79262"/>
</Entity>
<Entity uid="3177">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="104.73121" z="627.47541"/>
<Orientation y="2.38064"/>
</Entity>
<Entity uid="3178">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.02216" z="613.68989"/>
<Orientation y="2.55784"/>
</Entity>
<Entity uid="3179">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="125.38888" z="599.95124"/>
<Orientation y="2.822"/>
</Entity>
<Entity uid="3180">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="127.8912" z="589.95868"/>
<Orientation y="-2.83643"/>
</Entity>
<Entity uid="3181">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="125.6179" z="583.27686"/>
<Orientation y="-2.18992"/>
</Entity>
<Entity uid="3182">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="123.52782" z="580.2505"/>
<Orientation y="2.73357"/>
</Entity>
<Entity uid="3183">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="131.00043" z="579.2356"/>
<Orientation y="-0.00863"/>
</Entity>
<Entity uid="3184">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="130.61324" z="588.20289"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3185">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="130.3278" z="599.95124"/>
<Orientation y="-2.48008"/>
</Entity>
<Entity uid="3186">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="123.85506" z="602.1421"/>
<Orientation y="-0.17391"/>
</Entity>
<Entity uid="3187">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.47657" z="612.6178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3188">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.1654" z="601.69715"/>
<Orientation y="0.07177"/>
</Entity>
<Entity uid="3189">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="131.19599" z="594.8219"/>
<Orientation y="-2.4126"/>
</Entity>
<Entity uid="3190">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="226.32367" z="602.99518"/>
<Orientation y="0.63343"/>
</Entity>
<Entity uid="3191">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="223.72652" z="612.5188"/>
<Orientation y="-3.08275"/>
</Entity>
<Entity uid="3192">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="223.43778" z="607.47327"/>
<Orientation y="-2.85456"/>
</Entity>
<Entity uid="3193">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="221.46282" z="600.69874"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3194">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="260.93863" z="596.30842"/>
<Orientation y="3.06511"/>
</Entity>
<Entity uid="3195">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="267.86707" z="592.32917"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3196">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="268.73551" z="589.47681"/>
<Orientation y="-3.03554"/>
</Entity>
<Entity uid="3197">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="267.95215" z="586.69031"/>
<Orientation y="-2.473"/>
</Entity>
<Entity uid="3198">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="276.63062" z="581.67231"/>
<Orientation y="1.79902"/>
</Entity>
<Entity uid="3199">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="281.37684" z="580.39264"/>
<Orientation y="2.67728"/>
</Entity>
<Entity uid="3200">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="284.85016" z="573.96552"/>
<Orientation y="2.55341"/>
</Entity>
<Entity uid="3201">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="286.71561" z="570.46296"/>
<Orientation y="-2.90114"/>
</Entity>
<Entity uid="3202">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="281.81547" z="563.62885"/>
<Orientation y="-2.05262"/>
</Entity>
<Entity uid="3203">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.33872" z="609.55994"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3204">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.76261" z="602.85792"/>
<Orientation y="0.43325"/>
</Entity>
<Entity uid="3205">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="319.77784" z="606.09852"/>
<Orientation y="-2.10735"/>
</Entity>
<Entity uid="3206">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.9527" z="790.44831"/>
<Orientation y="-3.01522"/>
</Entity>
<Entity uid="3207">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="428.43128" z="782.50568"/>
<Orientation y="1.56543"/>
</Entity>
<Entity uid="3208">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="440.31785" z="772.29444"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3209">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="441.33518" z="734.66645"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3210">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="431.63712" z="728.93396"/>
<Orientation y="1.1208"/>
</Entity>
<Entity uid="3211">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="437.62974" z="727.53437"/>
<Orientation y="-2.02295"/>
</Entity>
<Entity uid="3212">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="466.59907" z="930.0005"/>
<Orientation y="0.44758"/>
</Entity>
<Entity uid="3213">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="444.99241" z="928.08057"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3214">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="460.33246" z="891.4751"/>
<Orientation y="0.82482"/>
</Entity>
<Entity uid="3215">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="469.78663" z="892.75318"/>
<Orientation y="-2.05907"/>
</Entity>
<Entity uid="3216">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="466.63755" z="888.25995"/>
<Orientation y="1.46616"/>
</Entity>
<Entity uid="3217">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="569.399" z="923.03779"/>
<Orientation y="0.08513"/>
</Entity>
<Entity uid="3218">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.55542" z="940.1308"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3219">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="563.75617" z="934.36872"/>
<Orientation y="-2.21608"/>
</Entity>
<Entity uid="3220">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="558.35749" z="929.35444"/>
<Orientation y="-2.9027"/>
</Entity>
<Entity uid="3221">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="556.12366" z="921.0539"/>
<Orientation y="-2.40197"/>
</Entity>
<Entity uid="3222">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="546.47254" z="915.61231"/>
<Orientation y="0.7666"/>
</Entity>
<Entity uid="3223">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="563.75037" z="917.03724"/>
<Orientation y="0.06548"/>
</Entity>
<Entity uid="3224">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="569.71296" z="930.25873"/>
<Orientation y="0.17157"/>
</Entity>
<Entity uid="3225">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.06177" z="935.66688"/>
<Orientation y="0.86896"/>
</Entity>
<Entity uid="3226">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="574.04371" z="939.11152"/>
<Orientation y="0.95456"/>
</Entity>
<Entity uid="3227">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="553.09888" z="913.69068"/>
<Orientation y="-2.4253"/>
</Entity>
<Entity uid="3228">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="543.25532" z="904.61927"/>
<Orientation y="-1.96061"/>
</Entity>
<Entity uid="3229">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="541.24952" z="904.021"/>
<Orientation y="-2.0836"/>
</Entity>
<Entity uid="3230">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="535.87891" z="901.89417"/>
<Orientation y="-2.20768"/>
</Entity>
<Entity uid="3231">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="530.43598" z="899.24823"/>
<Orientation y="-2.43248"/>
</Entity>
<Entity uid="3232">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="529.03351" z="896.62458"/>
<Orientation y="2.8461"/>
</Entity>
<Entity uid="3233">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="586.4964" z="774.72895"/>
<Orientation y="1.35013"/>
</Entity>
<Entity uid="3234">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="591.66413" z="775.42737"/>
<Orientation y="-3.03064"/>
</Entity>
<Entity uid="3235">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="588.7381" z="767.3686"/>
<Orientation y="-2.64095"/>
</Entity>
<Entity uid="3236">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="587.67811" z="763.76838"/>
<Orientation y="2.56159"/>
</Entity>
<Entity uid="3237">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="593.18293" z="760.44684"/>
<Orientation y="0.62345"/>
</Entity>
<Entity uid="3238">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="596.6302" z="767.58985"/>
<Orientation y="0.06588"/>
</Entity>
<Entity uid="3239">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="597.72797" z="773.75208"/>
<Orientation y="0.95398"/>
</Entity>
<Entity uid="3240">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="602.49665" z="777.70862"/>
<Orientation y="1.85656"/>
</Entity>
<Entity uid="3241">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="610.78736" z="774.77613"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3242">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="611.28718" z="772.8736"/>
<Orientation y="1.46608"/>
</Entity>
<Entity uid="3243">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="618.7754" z="773.62555"/>
<Orientation y="1.4604"/>
</Entity>
<Entity uid="3244">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="625.41016" z="776.08741"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3245">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="626.89661" z="778.53943"/>
<Orientation y="0.81766"/>
</Entity>
<Entity uid="3246">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="636.26893" z="786.36524"/>
<Orientation y="2.52228"/>
</Entity>
<Entity uid="3247">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="483.29383" z="609.15168"/>
<Orientation y="0.47738"/>
</Entity>
<Entity uid="3248">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="486.76471" z="614.4773"/>
<Orientation y="0.12871"/>
</Entity>
<Entity uid="3249">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="487.08735" z="620.38355"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3250">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="486.81568" z="624.53711"/>
<Orientation y="0.68335"/>
</Entity>
<Entity uid="3251">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="489.20267" z="629.76984"/>
<Orientation y="0.35698"/>
</Entity>
<Entity uid="3252">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="490.73527" z="637.5553"/>
<Orientation y="-0.07505"/>
</Entity>
<Entity uid="3253">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="489.99445" z="644.73353"/>
<Orientation y="1.02775"/>
</Entity>
<Entity uid="3254">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="493.97464" z="623.71454"/>
<Orientation y="-1.91709"/>
</Entity>
<Entity uid="3255">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="493.66895" z="616.8838"/>
<Orientation y="0.87877"/>
</Entity>
<Entity uid="3256">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="498.42643" z="617.41932"/>
<Orientation y="-1.83364"/>
</Entity>
<Entity uid="3257">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="708.38172" z="432.03235"/>
<Orientation y="2.90572"/>
</Entity>
<Entity uid="3258">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="710.91578" z="428.49665"/>
<Orientation y="-2.93325"/>
</Entity>
<Entity uid="3259">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="713.0337" z="423.50812"/>
<Orientation y="-2.81521"/>
</Entity>
<Entity uid="3260">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="726.78327" z="421.206"/>
<Orientation y="-2.897"/>
</Entity>
<Entity uid="3261">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="729.28266" z="426.38541"/>
<Orientation y="1.30488"/>
</Entity>
<Entity uid="3262">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="720.99054" z="421.63691"/>
<Orientation y="2.3452"/>
</Entity>
<Entity uid="3263">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="722.13123" z="420.1279"/>
<Orientation y="2.9509"/>
</Entity>
<Entity uid="3264">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.38263" z="417.27808"/>
<Orientation y="1.58753"/>
</Entity>
<Entity uid="3265">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="731.6009" z="423.9608"/>
<Orientation y="-1.91353"/>
</Entity>
<Entity uid="3266">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="730.76026" z="415.8407"/>
<Orientation y="1.08812"/>
</Entity>
<Entity uid="3267">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="727.49286" z="430.88718"/>
<Orientation y="-1.31952"/>
</Entity>
<Entity uid="3268">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="731.95167" z="432.556"/>
<Orientation y="1.03092"/>
</Entity>
<Entity uid="3269">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="727.0489" z="434.9408"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3270">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="741.27607" z="453.18012"/>
<Orientation y="-1.82923"/>
</Entity>
<Entity uid="3271">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="598.35895" z="245.24769"/>
<Orientation y="1.6677"/>
</Entity>
<Entity uid="3272">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="607.72315" z="246.55079"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3273">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="618.12214" z="243.90076"/>
<Orientation y="-2.57511"/>
</Entity>
<Entity uid="3274">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.18824" z="240.61834"/>
<Orientation y="-2.20759"/>
</Entity>
<Entity uid="3275">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.787" z="240.61834"/>
<Orientation y="-1.51384"/>
</Entity>
<Entity uid="3276">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="625.25361" z="113.31379"/>
<Orientation y="-2.77837"/>
</Entity>
<Entity uid="3277">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="623.34986" z="106.1674"/>
<Orientation y="-2.84751"/>
</Entity>
<Entity uid="3278">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="622.32313" z="102.36873"/>
<Orientation y="-2.54001"/>
</Entity>
<Entity uid="3279">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="619.21406" z="97.89078"/>
<Orientation y="-2.50998"/>
</Entity>
<Entity uid="3280">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="615.81531" z="93.86031"/>
<Orientation y="-1.63035"/>
</Entity>
<Entity uid="3281">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="612.87305" z="94.43314"/>
<Orientation y="-1.5961"/>
</Entity>
<Entity uid="3282">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="607.88209" z="93.55074"/>
<Orientation y="-2.2239"/>
</Entity>
<Entity uid="3283">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.17469" z="92.04665"/>
<Orientation y="3.07508"/>
</Entity>
<Entity uid="3284">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="606.29896" z="90.06601"/>
<Orientation y="2.57868"/>
</Entity>
<Entity uid="3285">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="609.61213" z="85.62685"/>
<Orientation y="2.11768"/>
</Entity>
<Entity uid="3286">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="612.94495" z="83.95044"/>
<Orientation y="1.76397"/>
</Entity>
<Entity uid="3287">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="619.75312" z="87.63932"/>
<Orientation y="0.75702"/>
</Entity>
<Entity uid="3288">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="622.31434" z="95.05735"/>
<Orientation y="-2.14434"/>
</Entity>
<Entity uid="3289">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="717.524" z="152.36619"/>
<Orientation y="-0.7011"/>
</Entity>
<Entity uid="3290">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="712.08753" z="161.04416"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3291">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="710.2287" z="166.10135"/>
<Orientation y="-0.3217"/>
</Entity>
<Entity uid="3292">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="708.76978" z="176.34168"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3293">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="717.68537" z="159.65589"/>
<Orientation y="-1.66898"/>
</Entity>
<Entity uid="3294">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="683.92377" z="154.13617"/>
<Orientation y="-2.52306"/>
</Entity>
<Entity uid="3295">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="681.65803" z="149.57496"/>
<Orientation y="2.92188"/>
</Entity>
<Entity uid="3296">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="680.50165" z="142.6725"/>
<Orientation y="-1.75182"/>
</Entity>
<Entity uid="3297">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="673.2978" z="141.78225"/>
<Orientation y="-1.94062"/>
</Entity>
<Entity uid="3298">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="667.74769" z="140.7421"/>
<Orientation y="-1.80893"/>
</Entity>
<Entity uid="3299">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="663.72321" z="141.25841"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3300">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="661.0923" z="146.26487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3301">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="678.79493" z="139.93046"/>
<Orientation y="0.44459"/>
</Entity>
<Entity uid="3302">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="727.92981" z="86.51932"/>
<Orientation y="-2.90145"/>
</Entity>
<Entity uid="3303">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="725.40656" z="76.66886"/>
<Orientation y="-2.85631"/>
</Entity>
<Entity uid="3304">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.8423" z="70.8565"/>
<Orientation y="-2.57053"/>
</Entity>
<Entity uid="3305">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="720.25586" z="66.66619"/>
<Orientation y="-2.05895"/>
</Entity>
<Entity uid="3306">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="706.3036" z="67.04331"/>
<Orientation y="-1.84015"/>
</Entity>
<Entity uid="3307">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="698.30335" z="72.11368"/>
<Orientation y="0.13767"/>
</Entity>
<Entity uid="3308">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="766.64887" z="109.49256"/>
<Orientation y="-2.52698"/>
</Entity>
<Entity uid="3309">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="762.97571" z="104.109"/>
<Orientation y="-2.35875"/>
</Entity>
<Entity uid="3310">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="758.16254" z="101.95952"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3311">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="754.56183" z="112.16575"/>
<Orientation y="-0.18024"/>
</Entity>
<Entity uid="3312">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="751.3943" z="123.65049"/>
<Orientation y="-0.22336"/>
</Entity>
<Entity uid="3313">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="748.82966" z="132.57442"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3314">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="740.9073" z="136.705"/>
<Orientation y="0.95032"/>
</Entity>
<Entity uid="3315">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="853.1623" z="435.80985"/>
<Orientation y="-2.58892"/>
</Entity>
<Entity uid="3316">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="850.95655" z="431.29346"/>
<Orientation y="-2.8588"/>
</Entity>
<Entity uid="3317">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="848.47614" z="423.8311"/>
<Orientation y="-2.33413"/>
</Entity>
<Entity uid="3318">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="840.64295" z="416.91648"/>
<Orientation y="-2.99852"/>
</Entity>
<Entity uid="3319">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="840.3982" z="414.8549"/>
<Orientation y="-2.92035"/>
</Entity>
<Entity uid="3320">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="840.47205" z="410.78235"/>
<Orientation y="2.1687"/>
</Entity>
<Entity uid="3321">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="843.72107" z="410.46622"/>
<Orientation y="0.49068"/>
</Entity>
<Entity uid="3322">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="818.32593" z="383.29029"/>
<Orientation y="-2.62244"/>
</Entity>
<Entity uid="3323">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.54078" z="374.6081"/>
<Orientation y="-1.9547"/>
</Entity>
<Entity uid="3324">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="805.21198" z="373.02027"/>
<Orientation y="-2.12122"/>
</Entity>
<Entity uid="3325">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.02619" z="367.96424"/>
<Orientation y="-2.24155"/>
</Entity>
<Entity uid="3326">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="793.60608" z="368.3502"/>
<Orientation y="-2.96241"/>
</Entity>
<Entity uid="3327">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.59754" z="366.6474"/>
<Orientation y="1.49848"/>
</Entity>
<Entity uid="3328">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="763.09913" z="362.04026"/>
<Orientation y="-2.83434"/>
</Entity>
<Entity uid="3329">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="726.3573" z="393.48057"/>
<Orientation y="2.40159"/>
</Entity>
<Entity uid="3330">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="731.72516" z="388.32563"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3331">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="738.22382" z="389.01102"/>
<Orientation y="0.45011"/>
</Entity>
<Entity uid="3332">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.30317" z="489.15699"/>
<Orientation y="-2.72251"/>
</Entity>
<Entity uid="3333">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.79883" z="484.6143"/>
<Orientation y="-3.01314"/>
</Entity>
<Entity uid="3334">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.05365" z="479.88831"/>
<Orientation y="-2.74508"/>
</Entity>
<Entity uid="3335">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="795.63312" z="474.62168"/>
<Orientation y="1.81008"/>
</Entity>
<Entity uid="3336">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="792.86591" z="499.63141"/>
<Orientation y="-1.42072"/>
</Entity>
<Entity uid="3337">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.0948" z="501.52738"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3338">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="774.6706" z="476.6378"/>
<Orientation y="2.06868"/>
</Entity>
<Entity uid="3339">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="778.15851" z="474.90574"/>
<Orientation y="2.17243"/>
</Entity>
<Entity uid="3340">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="781.8407" z="472.53803"/>
<Orientation y="2.86002"/>
</Entity>
<Entity uid="3341">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="787.24445" z="534.83606"/>
<Orientation y="-0.39722"/>
</Entity>
<Entity uid="3342">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="785.39997" z="538.88434"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3343">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="783.62848" z="542.25123"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3344">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="778.73414" z="546.38324"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3345">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="802.17188" z="544.6565"/>
<Orientation y="0.49311"/>
</Entity>
<Entity uid="3346">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="804.22577" z="547.31513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3347">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="807.56031" z="548.81629"/>
<Orientation y="2.80808"/>
</Entity>
<Entity uid="3348">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.23676" z="541.23597"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3349">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.68482" z="551.32972"/>
<Orientation y="-2.31666"/>
</Entity>
<Entity uid="3350">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.88788" z="555.51612"/>
<Orientation y="-1.6778"/>
</Entity>
<Entity uid="3351">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="770.4947" z="559.01594"/>
<Orientation y="-1.69291"/>
</Entity>
<Entity uid="3352">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="762.37848" z="561.98121"/>
<Orientation y="-0.6072"/>
</Entity>
<Entity uid="3353">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="755.19898" z="571.60541"/>
<Orientation y="0.66613"/>
</Entity>
<Entity uid="3354">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="723.26307" z="674.52314"/>
<Orientation y="-1.90392"/>
</Entity>
<Entity uid="3355">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="700.39393" z="682.28156"/>
<Orientation y="-1.48171"/>
</Entity>
<Entity uid="3356">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="694.1631" z="685.66095"/>
<Orientation y="0.87984"/>
</Entity>
<Entity uid="3357">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="876.66132" z="672.68281"/>
<Orientation y="2.3729"/>
</Entity>
<Entity uid="3358">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="880.18854" z="669.28492"/>
<Orientation y="2.93047"/>
</Entity>
<Entity uid="3359">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="881.26917" z="664.3888"/>
<Orientation y="2.37438"/>
</Entity>
<Entity uid="3360">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="895.03266" z="640.50214"/>
<Orientation y="2.8675"/>
</Entity>
<Entity uid="3361">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="897.05921" z="633.00281"/>
<Orientation y="2.98856"/>
</Entity>
<Entity uid="3362">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="897.66663" z="627.8805"/>
<Orientation y="-2.87816"/>
</Entity>
<Entity uid="3363">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="895.84571" z="623.75135"/>
<Orientation y="-2.43407"/>
</Entity>
<Entity uid="3364">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="892.95124" z="618.24885"/>
<Orientation y="-3.07418"/>
</Entity>
<Entity uid="3365">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="893.15589" z="612.59351"/>
<Orientation y="2.9789"/>
</Entity>
<Entity uid="3366">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="893.67579" z="608.09461"/>
<Orientation y="-2.46874"/>
</Entity>
<Entity uid="3367">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="889.35413" z="625.9947"/>
<Orientation y="0.51862"/>
</Entity>
<Entity uid="3368">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="890.6562" z="629.47211"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3369">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="889.83136" z="635.73725"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3370">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="887.86335" z="642.0995"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3371">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="970.8946" z="518.81672"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3372">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="970.68494" z="516.2157"/>
<Orientation y="-2.8403"/>
</Entity>
<Entity uid="3373">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="967.95032" z="508.81202"/>
<Orientation y="-2.7134"/>
</Entity>
<Entity uid="3374">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="966.76172" z="505.78919"/>
<Orientation y="2.64905"/>
</Entity>
<Entity uid="3375">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="969.83362" z="503.20612"/>
<Orientation y="0.71016"/>
</Entity>
<Entity uid="3376">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="975.3866" z="511.36658"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3377">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="978.19532" z="516.88111"/>
<Orientation y="0.80735"/>
</Entity>
<Entity uid="3378">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="982.53309" z="523.94886"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3379">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="987.39551" z="526.91108"/>
<Orientation y="1.3025"/>
</Entity>
<Entity uid="3380">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="958.51935" z="397.43238"/>
<Orientation y="-2.9126"/>
</Entity>
<Entity uid="3381">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="957.51923" z="390.44776"/>
<Orientation y="2.71196"/>
</Entity>
<Entity uid="3382">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="959.6225" z="386.12449"/>
<Orientation y="1.97527"/>
</Entity>
<Entity uid="3383">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="965.16181" z="384.55713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3384">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="965.50232" z="382.0413"/>
<Orientation y="-2.91634"/>
</Entity>
<Entity uid="3385">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="964.2981" z="377.1605"/>
<Orientation y="-2.98719"/>
</Entity>
<Entity uid="3386">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="965.05323" z="371.48346"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3387">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="972.86475" z="372.97025"/>
<Orientation y="1.06444"/>
</Entity>
<Entity uid="3388">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="973.54365" z="386.41547"/>
<Orientation y="-1.87226"/>
</Entity>
<Entity uid="3389">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="968.98652" z="392.07218"/>
<Orientation y="1.36063"/>
</Entity>
<Entity uid="3390">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="973.38288" z="391.7211"/>
<Orientation y="2.77831"/>
</Entity>
<Entity uid="3391">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="972.18366" z="388.6435"/>
<Orientation y="1.34133"/>
</Entity>
<Entity uid="3392">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="986.26514" z="388.9419"/>
<Orientation y="-1.67664"/>
</Entity>
<Entity uid="3393">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="956.16773" z="412.25815"/>
<Orientation y="-2.24538"/>
</Entity>
<Entity uid="3394">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="953.27009" z="409.02384"/>
<Orientation y="-2.70687"/>
</Entity>
<Entity uid="3395">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="951.62751" z="403.68241"/>
<Orientation y="1.31968"/>
</Entity>
<Entity uid="3396">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="972.13105" z="350.83124"/>
<Orientation y="-0.70316"/>
</Entity>
<Entity uid="3397">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="980.16523" z="357.72162"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3398">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="975.33228" z="361.96921"/>
<Orientation y="-1.30817"/>
</Entity>
<Entity uid="3399">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="804.99238" z="142.86303"/>
<Orientation y="-2.31075"/>
</Entity>
<Entity uid="3400">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="797.5163" z="138.07212"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3401">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="792.84052" z="140.88106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3402">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="792.1745" z="144.54282"/>
<Orientation y="-0.71842"/>
</Entity>
<Entity uid="3403">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="789.54426" z="147.67957"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3404">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="785.70051" z="156.84391"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3405">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.83967" z="160.1981"/>
<Orientation y="-1.11762"/>
</Entity>
<Entity uid="3406">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="788.80427" z="169.53991"/>
<Orientation y="2.5232"/>
</Entity>
<Entity uid="3407">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="794.81525" z="162.05466"/>
<Orientation y="2.78"/>
</Entity>
<Entity uid="3408">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="796.99585" z="159.11503"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3409">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.45258" z="160.38082"/>
<Orientation y="2.29058"/>
</Entity>
<Entity uid="3410">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.07276" z="154.8345"/>
<Orientation y="2.65722"/>
</Entity>
<Entity uid="3411">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.64887" z="152.43262"/>
<Orientation y="2.98377"/>
</Entity>
<Entity uid="3412">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.40442" z="145.60923"/>
<Orientation y="-2.55547"/>
</Entity>
<Entity uid="3413">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.78351" z="141.73693"/>
<Orientation y="-2.48186"/>
</Entity>
<Entity uid="3414">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="806.02112" z="136.8459"/>
<Orientation y="3.04867"/>
</Entity>
<Entity uid="3415">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="576.2038" z="68.42804"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3416">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="573.21894" z="65.8574"/>
<Orientation y="-2.78322"/>
</Entity>
<Entity uid="3417">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.94147" z="62.72881"/>
<Orientation y="-2.59102"/>
</Entity>
<Entity uid="3418">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="570.36817" z="60.29906"/>
<Orientation y="-3.05672"/>
</Entity>
<Entity uid="3419">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="582.65986" z="70.7709"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3420">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="586.5323" z="76.2954"/>
<Orientation y="1.05745"/>
</Entity>
<Entity uid="3421">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="624.78223" z="86.20362"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3422">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="627.55878" z="88.13451"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3423">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="632.3852" z="88.33146"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3424">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="631.01612" z="83.78763"/>
<Orientation y="-2.82296"/>
</Entity>
<Entity uid="3425">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="630.02594" z="77.54265"/>
<Orientation y="1.03594"/>
</Entity>
<Entity uid="3426">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="637.89979" z="82.71863"/>
<Orientation y="0.9588"/>
</Entity>
<Entity uid="3427">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="401.70905" z="57.816"/>
<Orientation y="2.5051"/>
</Entity>
<Entity uid="3428">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="408.8697" z="50.2907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3429">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="408.52887" z="48.80781"/>
<Orientation y="-2.31374"/>
</Entity>
<Entity uid="3430">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="402.26667" z="43.68752"/>
<Orientation y="-2.73282"/>
</Entity>
<Entity uid="3431">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="400.61677" z="39.35366"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3432">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="411.22818" z="45.02941"/>
<Orientation y="0.70466"/>
</Entity>
<Entity uid="3433">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="418.33387" z="50.54233"/>
<Orientation y="2.24621"/>
</Entity>
<Entity uid="3434">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.35434" z="46.5073"/>
<Orientation y="-3.04"/>
</Entity>
<Entity uid="3435">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="426.08045" z="152.01613"/>
<Orientation y="-2.48447"/>
</Entity>
<Entity uid="3436">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="424.1337" z="148.60749"/>
<Orientation y="2.85781"/>
</Entity>
<Entity uid="3437">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="427.7664" z="143.3242"/>
<Orientation y="2.90233"/>
</Entity>
<Entity uid="3438">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.6814" z="138.81847"/>
<Orientation y="2.15323"/>
</Entity>
<Entity uid="3439">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="435.79383" z="135.90821"/>
<Orientation y="1.04348"/>
</Entity>
<Entity uid="3440">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="439.13855" z="139.7312"/>
<Orientation y="0.64281"/>
</Entity>
<Entity uid="3441">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="442.37568" z="144.38007"/>
<Orientation y="1.63651"/>
</Entity>
<Entity uid="3442">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="447.23774" z="142.78303"/>
<Orientation y="-3.10373"/>
</Entity>
<Entity uid="3443">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="446.82758" z="138.57178"/>
<Orientation y="3.11284"/>
</Entity>
<Entity uid="3444">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="452.65806" z="141.90853"/>
<Orientation y="-2.56792"/>
</Entity>
<Entity uid="3445">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="535.93012" z="154.21944"/>
<Orientation y="-1.42965"/>
</Entity>
<Entity uid="3446">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="531.04505" z="155.554"/>
<Orientation y="-1.93184"/>
</Entity>
<Entity uid="3447">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="524.65333" z="157.90931"/>
<Orientation y="-2.69768"/>
</Entity>
<Entity uid="3448">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="521.91816" z="155.20556"/>
<Orientation y="-2.52886"/>
</Entity>
<Entity uid="3449">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="531.31897" z="148.5685"/>
<Orientation y="3.10766"/>
</Entity>
<Entity uid="3450">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="532.59577" z="141.70124"/>
<Orientation y="2.86991"/>
</Entity>
<Entity uid="3451">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="536.12568" z="136.63625"/>
<Orientation y="0.95908"/>
</Entity>
<Entity uid="3452">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="531.5362" z="127.69718"/>
<Orientation y="-2.39386"/>
</Entity>
<Entity uid="3453">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="525.70118" z="123.36556"/>
<Orientation y="-2.40632"/>
</Entity>
<Entity uid="3454">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="520.76612" z="115.38656"/>
<Orientation y="-2.92017"/>
</Entity>
<Entity uid="3455">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="520.88917" z="108.68963"/>
<Orientation y="0.87131"/>
</Entity>
<Entity uid="3456">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.09705" z="119.70258"/>
<Orientation y="3.03132"/>
</Entity>
<Entity uid="3457">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.8075" z="111.87069"/>
<Orientation y="-2.78838"/>
</Entity>
<Entity uid="3458">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="557.69343" z="107.1422"/>
<Orientation y="-2.42382"/>
</Entity>
<Entity uid="3459">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="551.60297" z="102.05752"/>
<Orientation y="-1.6509"/>
</Entity>
<Entity uid="3460">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="549.28364" z="101.83411"/>
<Orientation y="-2.25593"/>
</Entity>
<Entity uid="3461">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="555.27204" z="147.67505"/>
<Orientation y="2.41773"/>
</Entity>
<Entity uid="3462">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.2245" z="144.20813"/>
<Orientation y="2.36362"/>
</Entity>
<Entity uid="3463">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="564.12159" z="137.2006"/>
<Orientation y="2.95412"/>
</Entity>
<Entity uid="3464">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="565.8534" z="127.70086"/>
<Orientation y="-2.87784"/>
</Entity>
<Entity uid="3465">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="564.01484" z="122.4178"/>
<Orientation y="-2.74955"/>
</Entity>
<Entity uid="3466">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="558.25922" z="133.35892"/>
<Orientation y="0.13337"/>
</Entity>
<Entity uid="3467">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="557.76856" z="137.9803"/>
<Orientation y="-1.99282"/>
</Entity>
<Entity uid="3468">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="559.89673" z="242.59897"/>
<Orientation y="0.17084"/>
</Entity>
<Entity uid="3469">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="473.24955" z="310.4925"/>
<Orientation y="2.96625"/>
</Entity>
<Entity uid="3470">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="475.31397" z="302.45914"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3471">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="477.41437" z="301.53025"/>
<Orientation y="0.8042"/>
</Entity>
<Entity uid="3472">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="483.10248" z="305.99103"/>
<Orientation y="1.00852"/>
</Entity>
<Entity uid="3473">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="487.67557" z="309.26026"/>
<Orientation y="0.808"/>
</Entity>
<Entity uid="3474">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="509.36292" z="349.4419"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3475">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="509.55066" z="354.16755"/>
<Orientation y="0.4405"/>
</Entity>
<Entity uid="3476">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="511.8383" z="358.90915"/>
<Orientation y="1.83718"/>
</Entity>
<Entity uid="3477">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="523.19025" z="351.01825"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3478">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="524.43934" z="347.89335"/>
<Orientation y="1.84647"/>
</Entity>
<Entity uid="3479">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="533.12421" z="346.34684"/>
<Orientation y="1.14255"/>
</Entity>
<Entity uid="3480">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="537.79743" z="350.6323"/>
<Orientation y="1.32854"/>
</Entity>
<Entity uid="3481">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="519.51343" z="375.13443"/>
<Orientation y="-2.37925"/>
</Entity>
<Entity uid="3482">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="548.69471" z="343.74714"/>
<Orientation y="2.06417"/>
</Entity>
<Entity uid="3483">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="581.1474" z="315.16486"/>
<Orientation y="3.06098"/>
</Entity>
<Entity uid="3484">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="582.65052" z="306.03534"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3485">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.80176" z="297.5875"/>
<Orientation y="1.14205"/>
</Entity>
<Entity uid="3486">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="571.09003" z="293.18866"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3487">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="564.7248" z="299.5535"/>
<Orientation y="-0.09107"/>
</Entity>
<Entity uid="3488">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="576.30616" z="295.12504"/>
<Orientation y="-2.1781"/>
</Entity>
<Entity uid="3489">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="581.40381" z="288.04923"/>
<Orientation y="0.95373"/>
</Entity>
<Entity uid="3490">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="537.89521" z="260.33561"/>
<Orientation y="-1.11283"/>
</Entity>
<Entity uid="3491">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="525.17975" z="268.79093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3492">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="480.65098" z="235.32702"/>
<Orientation y="-1.94021"/>
</Entity>
<Entity uid="3493">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="205.20105" z="146.2179"/>
<Orientation y="-0.55761"/>
</Entity>
<Entity uid="3494">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="203.19513" z="153.06301"/>
<Orientation y="0.67482"/>
</Entity>
<Entity uid="3495">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.39664" z="157.40664"/>
<Orientation y="0.69805"/>
</Entity>
<Entity uid="3496">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="210.06836" z="164.24549"/>
<Orientation y="-0.10558"/>
</Entity>
<Entity uid="3497">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="210.10233" z="174.4292"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3498">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="221.27425" z="158.39475"/>
<Orientation y="2.68981"/>
</Entity>
<Entity uid="3499">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="226.54838" z="148.5189"/>
<Orientation y="2.46145"/>
</Entity>
<Entity uid="3500">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="230.7573" z="143.3968"/>
<Orientation y="2.65331"/>
</Entity>
<Entity uid="3501">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="233.31638" z="136.68091"/>
<Orientation y="2.73331"/>
</Entity>
<Entity uid="3502">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="238.12491" z="130.30066"/>
<Orientation y="1.80816"/>
</Entity>
<Entity uid="3503">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="243.36344" z="133.44652"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3504">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="224.23948" z="132.08973"/>
<Orientation y="-1.12941"/>
</Entity>
<Entity uid="3505">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="218.10087" z="139.57255"/>
<Orientation y="0.38611"/>
</Entity>
<Entity uid="3506">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="218.64019" z="148.18421"/>
<Orientation y="-1.19965"/>
</Entity>
<Entity uid="3507">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="262.85715" z="267.23038"/>
<Orientation y="-2.86014"/>
</Entity>
<Entity uid="3508">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="262.4886" z="262.83783"/>
<Orientation y="2.6242"/>
</Entity>
<Entity uid="3509">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="268.12717" z="256.32251"/>
<Orientation y="2.00098"/>
</Entity>
<Entity uid="3510">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="272.92646" z="272.90223"/>
<Orientation y="-0.05941"/>
</Entity>
<Entity uid="3511">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="187.11966" z="326.25446"/>
<Orientation y="-3.03125"/>
</Entity>
<Entity uid="3512">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="186.90705" z="319.84791"/>
<Orientation y="-3.127"/>
</Entity>
<Entity uid="3513">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="186.36268" z="314.5358"/>
<Orientation y="-2.27186"/>
</Entity>
<Entity uid="3514">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="181.45197" z="311.42179"/>
<Orientation y="-2.65685"/>
</Entity>
<Entity uid="3515">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="129.19156" z="290.70218"/>
<Orientation y="-0.61002"/>
</Entity>
<Entity uid="3516">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="124.1737" z="297.06736"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3517">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="122.0979" z="299.75846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3518">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="118.3451" z="304.36963"/>
<Orientation y="-0.48453"/>
</Entity>
<Entity uid="3519">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="112.83245" z="314.82776"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3520">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="113.19565" z="306.32032"/>
<Orientation y="-0.28095"/>
</Entity>
<Entity uid="3521">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="92.29171" z="251.91898"/>
<Orientation y="3.12223"/>
</Entity>
<Entity uid="3522">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="92.49636" z="244.6127"/>
<Orientation y="2.6692"/>
</Entity>
<Entity uid="3523">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="101.11101" z="233.02305"/>
<Orientation y="0.1195"/>
</Entity>
<Entity uid="3524">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="100.64506" z="240.8343"/>
<Orientation y="-0.58214"/>
</Entity>
<Entity uid="3525">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="97.84667" z="245.75356"/>
<Orientation y="-0.00805"/>
</Entity>
<Entity uid="3526">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="41.47696" z="336.3325"/>
<Orientation y="0.10566"/>
</Entity>
<Entity uid="3527">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="46.14885" z="340.19394"/>
<Orientation y="0.52198"/>
</Entity>
<Entity uid="3528">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="48.91825" z="468.75144"/>
<Orientation y="3.03805"/>
</Entity>
<Entity uid="3529">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="49.80918" z="465.02717"/>
<Orientation y="1.70804"/>
</Entity>
<Entity uid="3530">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="54.5677" z="465.31147"/>
<Orientation y="0.44407"/>
</Entity>
<Entity uid="3531">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="56.65702" z="471.645"/>
<Orientation y="0.364"/>
</Entity>
<Entity uid="3532">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="61.1466" z="478.59934"/>
<Orientation y="1.75968"/>
</Entity>
<Entity uid="3533">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="67.43116" z="475.33106"/>
<Orientation y="3.09162"/>
</Entity>
<Entity uid="3534">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="68.28469" z="465.98246"/>
<Orientation y="2.37584"/>
</Entity>
<Entity uid="3535">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="75.2301" z="468.16053"/>
<Orientation y="0.38616"/>
</Entity>
<Entity uid="3536">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="77.58945" z="475.8025"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3537">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="74.22443" z="460.13984"/>
<Orientation y="-2.53895"/>
</Entity>
<Entity uid="3538">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="62.24755" z="458.25324"/>
<Orientation y="-1.11921"/>
</Entity>
<Entity uid="3539">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="59.8554" z="468.6518"/>
<Orientation y="0.44983"/>
</Entity>
<Entity uid="3540">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="84.29407" z="459.34971"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3541">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="83.02082" z="444.7476"/>
<Orientation y="-0.87185"/>
</Entity>
<Entity uid="3542">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="90.62021" z="451.2002"/>
<Orientation y="1.28574"/>
</Entity>
<Entity uid="3543">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="34.19521" z="538.22053"/>
<Orientation y="-2.5618"/>
</Entity>
<Entity uid="3544">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="28.76612" z="537.57227"/>
<Orientation y="-2.23154"/>
</Entity>
<Entity uid="3545">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="23.24114" z="536.16742"/>
<Orientation y="-2.597"/>
</Entity>
<Entity uid="3546">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="20.62626" z="532.41688"/>
<Orientation y="-2.7616"/>
</Entity>
<Entity uid="3547">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="19.31977" z="526.65314"/>
<Orientation y="0.79451"/>
</Entity>
<Entity uid="3548">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="29.66781" z="531.72669"/>
<Orientation y="0.48758"/>
</Entity>
<Entity uid="3549">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="16.36057" z="519.25458"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3550">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="11.64377" z="530.29932"/>
<Orientation y="0.46467"/>
</Entity>
<Entity uid="3551">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="18.64916" z="540.86475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3552">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="23.946" z="528.48444"/>
<Orientation y="-1.73707"/>
</Entity>
<Entity uid="3553">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="13.81064" z="535.95795"/>
<Orientation y="1.10268"/>
</Entity>
<Entity uid="3554">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="152.09862" z="658.17798"/>
<Orientation y="2.79229"/>
</Entity>
<Entity uid="3555">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="155.56592" z="650.88245"/>
<Orientation y="2.57963"/>
</Entity>
<Entity uid="3556">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="160.34539" z="643.3191"/>
<Orientation y="2.71003"/>
</Entity>
<Entity uid="3557">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="162.7238" z="636.89576"/>
<Orientation y="3.00054"/>
</Entity>
<Entity uid="3558">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="164.1368" z="631.86677"/>
<Orientation y="1.64716"/>
</Entity>
<Entity uid="3559">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="169.73754" z="635.12073"/>
<Orientation y="0.10586"/>
</Entity>
<Entity uid="3560">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="170.26655" z="640.6772"/>
<Orientation y="2.44626"/>
</Entity>
<Entity uid="3561">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="176.25235" z="629.7945"/>
<Orientation y="-2.9655"/>
</Entity>
<Entity uid="3562">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="175.08066" z="626.11243"/>
<Orientation y="-2.58474"/>
</Entity>
<Entity uid="3563">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="172.86413" z="621.00525"/>
<Orientation y="2.44101"/>
</Entity>
<Entity uid="3564">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="175.97591" z="619.27277"/>
<Orientation y="1.38987"/>
</Entity>
<Entity uid="3565">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="214.84542" z="841.36548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3566">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.07575" z="844.83063"/>
<Orientation y="-2.77115"/>
</Entity>
<Entity uid="3567">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="221.59043" z="826.99018"/>
<Orientation y="-2.48728"/>
</Entity>
<Entity uid="3568">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="213.71688" z="821.7884"/>
<Orientation y="-2.15084"/>
</Entity>
<Entity uid="3569">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.3398" z="814.01105"/>
<Orientation y="2.9961"/>
</Entity>
<Entity uid="3570">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="207.60392" z="808.59961"/>
<Orientation y="2.04303"/>
</Entity>
<Entity uid="3571">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="218.146" z="805.1167"/>
<Orientation y="0.77268"/>
</Entity>
<Entity uid="3572">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="238.87214" z="802.23115"/>
<Orientation y="-2.16097"/>
</Entity>
<Entity uid="3573">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="222.54027" z="796.40796"/>
<Orientation y="-1.74358"/>
</Entity>
<Entity uid="3574">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="213.40174" z="792.22486"/>
<Orientation y="-2.36013"/>
</Entity>
<Entity uid="3575">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="188.13448" z="787.37165"/>
<Orientation y="0.99775"/>
</Entity>
<Entity uid="3576">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="251.55887" z="843.34791"/>
<Orientation y="-0.12295"/>
</Entity>
<Entity uid="3577">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="247.69282" z="858.13624"/>
<Orientation y="0.10744"/>
</Entity>
<Entity uid="3578">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="250.09792" z="889.14502"/>
<Orientation y="0.86503"/>
</Entity>
<Entity uid="3579">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="264.46351" z="903.76453"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3580">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="256.59763" z="918.2682"/>
<Orientation y="-2.92522"/>
</Entity>
<Entity uid="3581">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="254.097" z="899.13648"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3582">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="257.30854" z="897.14917"/>
<Orientation y="2.91083"/>
</Entity>
<Entity uid="3583">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="258.82099" z="884.31763"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3584">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="257.78101" z="877.34388"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3585">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="258.80301" z="873.49378"/>
<Orientation y="1.2868"/>
</Entity>
<Entity uid="3586">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="271.65125" z="877.73871"/>
<Orientation y="0.55977"/>
</Entity>
<Entity uid="3587">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="277.43125" z="887.35932"/>
<Orientation y="0.64361"/>
</Entity>
<Entity uid="3588">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="287.27265" z="900.53559"/>
<Orientation y="0.68285"/>
</Entity>
<Entity uid="3589">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="301.13099" z="917.04133"/>
<Orientation y="1.2271"/>
</Entity>
<Entity uid="3590">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="125.35384" z="822.58045"/>
<Orientation y="2.38682"/>
</Entity>
<Entity uid="3591">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="131.99428" z="817.69459"/>
<Orientation y="1.76923"/>
</Entity>
<Entity uid="3592">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="136.82403" z="818.50355"/>
<Orientation y="0.81402"/>
</Entity>
<Entity uid="3593">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="143.45066" z="825.49073"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3594">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="143.2496" z="832.68226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3595">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="142.93357" z="843.3863"/>
<Orientation y="-2.53446"/>
</Entity>
<Entity uid="3596">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="146.551" z="832.03406"/>
<Orientation y="0.73176"/>
</Entity>
<Entity uid="3597">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="144.6809" z="815.39631"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3598">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="117.83725" z="822.54834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3599">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="114.26403" z="815.0854"/>
<Orientation y="0.5699"/>
</Entity>
<Entity uid="3600">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="76.42965" z="749.64313"/>
<Orientation y="2.34171"/>
</Entity>
<Entity uid="3601">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="84.02726" z="742.16352"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3602">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="89.71804" z="737.31177"/>
<Orientation y="2.14345"/>
</Entity>
<Entity uid="3603">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="95.56452" z="734.41376"/>
<Orientation y="1.98513"/>
</Entity>
<Entity uid="3604">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="86.94571" z="674.25281"/>
<Orientation y="-1.30774"/>
</Entity>
<Entity uid="3605">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="74.0441" z="679.8365"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3606">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="69.36908" z="684.15656"/>
<Orientation y="-1.25326"/>
</Entity>
<Entity uid="3607">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="424.32871" z="246.10134"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3608">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="416.76505" z="245.65432"/>
<Orientation y="-1.6216"/>
</Entity>
<Entity uid="3609">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="412.42212" z="246.30797"/>
<Orientation y="-3.03876"/>
</Entity>
<Entity uid="3610">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="431.14811" z="242.82261"/>
<Orientation y="0.58153"/>
</Entity>
<Entity uid="3611">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="436.9097" z="249.45871"/>
<Orientation y="-2.05448"/>
</Entity>
<Entity uid="3612">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="378.87174" z="255.21207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3613">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="348.79746" z="303.13157"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3614">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="340.48047" z="312.17084"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3615">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="246.44074" z="227.30315"/>
<Orientation y="0.36487"/>
</Entity>
<Entity uid="3616">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="249.99625" z="231.8094"/>
<Orientation y="0.84585"/>
</Entity>
<Entity uid="3617">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="212.0841" z="266.65625"/>
<Orientation y="-3.09708"/>
</Entity>
<Entity uid="3618">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="211.29636" z="257.16099"/>
<Orientation y="-2.40072"/>
</Entity>
<Entity uid="3619">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="206.28634" z="252.52761"/>
<Orientation y="-2.52163"/>
</Entity>
<Entity uid="3620">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="203.01508" z="247.82416"/>
<Orientation y="-2.63953"/>
</Entity>
<Entity uid="3621">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="205.62983" z="275.3696"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3622">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="202.21058" z="286.73377"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3623">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="203.15998" z="295.25324"/>
<Orientation y="-0.00866"/>
</Entity>
<Entity uid="3624">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="207.00564" z="402.77976"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3625">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="199.95891" z="401.15738"/>
<Orientation y="2.34942"/>
</Entity>
<Entity uid="3626">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="195.70363" z="397.9242"/>
<Orientation y="0.5906"/>
</Entity>
<Entity uid="3627">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="728.67585" z="768.36591"/>
<Orientation y="2.94614"/>
</Entity>
<Entity uid="3628">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="732.40412" z="754.722"/>
<Orientation y="2.43998"/>
</Entity>
<Entity uid="3629">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="733.74262" z="753.44605"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3630">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="741.45862" z="753.67487"/>
<Orientation y="1.37356"/>
</Entity>
<Entity uid="3631">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="747.19977" z="757.28333"/>
<Orientation y="0.72355"/>
</Entity>
<Entity uid="3632">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="750.9314" z="760.84241"/>
<Orientation y="2.60776"/>
</Entity>
<Entity uid="3633">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="755.07136" z="754.253"/>
<Orientation y="1.38863"/>
</Entity>
<Entity uid="3634">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="757.87647" z="755.31653"/>
<Orientation y="0.74292"/>
</Entity>
<Entity uid="3635">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="760.45203" z="758.17597"/>
<Orientation y="1.53513"/>
</Entity>
<Entity uid="3636">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="768.75751" z="760.29487"/>
<Orientation y="1.41401"/>
</Entity>
<Entity uid="3637">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="773.02729" z="762.38691"/>
<Orientation y="0.91282"/>
</Entity>
<Entity uid="3638">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="751.69996" z="750.59455"/>
<Orientation y="-2.05111"/>
</Entity>
<Entity uid="3639">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="739.73957" z="739.01117"/>
<Orientation y="-3.08542"/>
</Entity>
<Entity uid="3640">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="718.17157" z="771.42432"/>
<Orientation y="0.16097"/>
</Entity>
<Entity uid="3641">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="741.44397" z="779.58606"/>
<Orientation y="0.07541"/>
</Entity>
<Entity uid="3642">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="742.46985" z="787.33851"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3643">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="744.33777" z="792.04578"/>
<Orientation y="2.84403"/>
</Entity>
<Entity uid="3644">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="738.77814" z="771.40607"/>
<Orientation y="-1.8878"/>
</Entity>
<Entity uid="3645">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="733.40381" z="771.18177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3646">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="790.9845" z="612.69794"/>
<Orientation y="0.42777"/>
</Entity>
<Entity uid="3647">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="796.26911" z="626.37342"/>
<Orientation y="2.54117"/>
</Entity>
<Entity uid="3648">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="808.1847" z="619.5503"/>
<Orientation y="2.2039"/>
</Entity>
<Entity uid="3649">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="813.45807" z="617.37385"/>
<Orientation y="1.4317"/>
</Entity>
<Entity uid="3650">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.98487" z="618.64655"/>
<Orientation y="1.22248"/>
</Entity>
<Entity uid="3651">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="826.74085" z="621.25611"/>
<Orientation y="0.53855"/>
</Entity>
<Entity uid="3652">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="829.5135" z="625.91175"/>
<Orientation y="0.9252"/>
</Entity>
<Entity uid="3653">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="836.96955" z="633.08149"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3654">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.97553" z="613.24146"/>
<Orientation y="1.06652"/>
</Entity>
<Entity uid="3655">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="835.75342" z="623.08149"/>
<Orientation y="1.13627"/>
</Entity>
<Entity uid="3656">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="831.53022" z="615.88556"/>
<Orientation y="0.91306"/>
</Entity>
<Entity uid="3657">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="820.4856" z="626.62232"/>
<Orientation y="-2.57076"/>
</Entity>
<Entity uid="3658">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.09968" z="621.34943"/>
<Orientation y="-2.5957"/>
</Entity>
<Entity uid="3659">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="819.62855" z="696.28412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3660">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.43293" z="695.43757"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="3661">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.88764" z="695.0475"/>
<Orientation y="-2.13036"/>
</Entity>
<Entity uid="3662">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="813.19788" z="694.5929"/>
<Orientation y="-0.66285"/>
</Entity>
<Entity uid="3663">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="818.10364" z="702.66822"/>
<Orientation y="1.9822"/>
</Entity>
<Entity uid="3664">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="823.22748" z="700.75428"/>
<Orientation y="2.40745"/>
</Entity>
<Entity uid="3665">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="825.91797" z="697.48462"/>
<Orientation y="2.27514"/>
</Entity>
<Entity uid="3666">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="831.54011" z="690.38013"/>
<Orientation y="0.86574"/>
</Entity>
<Entity uid="3667">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="810.39985" z="695.59528"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3668">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="784.00403" z="835.0182"/>
<Orientation y="2.41953"/>
</Entity>
<Entity uid="3669">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="793.85853" z="823.53107"/>
<Orientation y="2.5048"/>
</Entity>
<Entity uid="3670">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="798.27277" z="817.52833"/>
<Orientation y="2.82193"/>
</Entity>
<Entity uid="3671">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="799.09943" z="814.46485"/>
<Orientation y="2.44895"/>
</Entity>
<Entity uid="3672">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.84101" z="810.55555"/>
<Orientation y="0"/>
</Entity>
<Entity uid="3673">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.43415" z="814.9386"/>
<Orientation y="-0.19655"/>
</Entity>
<Entity uid="3674">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.81379" z="821.49854"/>
<Orientation y="-0.47948"/>
</Entity>
<Entity uid="3675">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="795.27851" z="830.16102"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3676">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="789.9986" z="819.2912"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3677">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="782.56751" z="826.66211"/>
<Orientation y="0.79249"/>
</Entity>
<Entity uid="3678">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.78626" z="829.96143"/>
<Orientation y="2.50062"/>
</Entity>
<Entity uid="3679">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.83411" z="818.63324"/>
<Orientation y="-3.01368"/>
</Entity>
<Entity uid="3680">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.12494" z="812.04676"/>
<Orientation y="2.40088"/>
</Entity>
<Entity uid="3681">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="815.74585" z="808.85523"/>
<Orientation y="0.6269"/>
</Entity>
<Entity uid="3682">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="819.59717" z="834.28077"/>
<Orientation y="-1.32377"/>
</Entity>
<Entity uid="3683">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="814.05268" z="839.3772"/>
<Orientation y="1.22027"/>
</Entity>
<Entity uid="3684">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.7306" z="863.62879"/>
<Orientation y="-1.23934"/>
</Entity>
<Entity uid="3685">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="803.23914" z="868.40552"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3686">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="825.29865" z="868.09089"/>
<Orientation y="0.58825"/>
</Entity>
<Entity uid="3687">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.12317" z="869.21143"/>
<Orientation y="-1.59673"/>
</Entity>
<Entity uid="3688">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="856.24366" z="800.71808"/>
<Orientation y="2.81019"/>
</Entity>
<Entity uid="3689">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="858.54609" z="795.9206"/>
<Orientation y="2.4944"/>
</Entity>
<Entity uid="3690">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="860.14917" z="793.23316"/>
<Orientation y="-3.11551"/>
</Entity>
<Entity uid="3691">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="862.969" z="788.30713"/>
<Orientation y="2.95821"/>
</Entity>
<Entity uid="3692">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="864.10816" z="781.78748"/>
<Orientation y="-2.76247"/>
</Entity>
<Entity uid="3693">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="861.47376" z="776.56263"/>
<Orientation y="-2.69993"/>
</Entity>
<Entity uid="3694">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="859.8772" z="782.02747"/>
<Orientation y="0.5431"/>
</Entity>
<Entity uid="3695">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="856.02295" z="784.0876"/>
<Orientation y="-2.13962"/>
</Entity>
<Entity uid="3696">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="855.23505" z="790.02912"/>
<Orientation y="0.9361"/>
</Entity>
<Entity uid="3697">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="851.41907" z="570.57587"/>
<Orientation y="0.87101"/>
</Entity>
<Entity uid="3698">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="855.3838" z="574.3094"/>
<Orientation y="1.67853"/>
</Entity>
<Entity uid="3699">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="860.84266" z="571.98011"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3700">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="866.73633" z="580.48627"/>
<Orientation y="1.03017"/>
</Entity>
<Entity uid="3701">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="867.39344" z="572.0766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3702">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="872.70295" z="577.53577"/>
<Orientation y="0.87935"/>
</Entity>
<Entity uid="3703">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="871.37134" z="544.93744"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3704">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="878.01716" z="545.9491"/>
<Orientation y="-1.54641"/>
</Entity>
<Entity uid="3705">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="883.60193" z="518.61646"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3706">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="881.64502" z="519.0846"/>
<Orientation y="-1.7249"/>
</Entity>
<Entity uid="3707">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="959.38483" z="525.30878"/>
<Orientation y="0.82941"/>
</Entity>
<Entity uid="3708">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="956.11103" z="568.59351"/>
<Orientation y="0.7493"/>
</Entity>
<Entity uid="3709">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="952.73127" z="565.3213"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3710">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="983.09656" z="343.63044"/>
<Orientation y="0.95821"/>
</Entity>
<Entity uid="3711">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="981.57398" z="345.78571"/>
<Orientation y="-2.05304"/>
</Entity>
<Entity uid="3712">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="761.05066" z="276.64444"/>
<Orientation y="2.37407"/>
</Entity>
<Entity uid="3713">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="765.51319" z="271.98179"/>
<Orientation y="2.48031"/>
</Entity>
<Entity uid="3714">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="769.1908" z="267.48475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3715">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="768.59083" z="280.46451"/>
<Orientation y="-2.67328"/>
</Entity>
<Entity uid="3716">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="763.20978" z="284.69147"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3717">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="759.06464" z="291.60029"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3718">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="753.05341" z="298.32807"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3719">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="752.66785" z="290.56849"/>
<Orientation y="2.91094"/>
</Entity>
<Entity uid="3720">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="762.97156" z="278.2537"/>
<Orientation y="-1.51104"/>
</Entity>
<Entity uid="3721">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="750.2215" z="286.66633"/>
<Orientation y="0.03786"/>
</Entity>
<Entity uid="3722">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="752.05079" z="293.62775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3723">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="753.70044" z="302.67264"/>
<Orientation y="-2.45377"/>
</Entity>
<Entity uid="3724">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="766.06232" z="287.86966"/>
<Orientation y="1.0598"/>
</Entity>
<Entity uid="3725">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.17414" z="317.63428"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3726">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="793.5113" z="326.17814"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3727">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="808.60895" z="320.94892"/>
<Orientation y="0.91805"/>
</Entity>
<Entity uid="3728">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="800.41602" z="332.37571"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3729">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="801.17414" z="289.49769"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3730">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="824.57776" z="287.59687"/>
<Orientation y="-2.48128"/>
</Entity>
<Entity uid="3731">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="821.24305" z="283.30292"/>
<Orientation y="-2.36615"/>
</Entity>
<Entity uid="3732">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.84357" z="279.83146"/>
<Orientation y="-2.2333"/>
</Entity>
<Entity uid="3733">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="810.70636" z="274.92746"/>
<Orientation y="-2.497"/>
</Entity>
<Entity uid="3734">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="805.22736" z="268.2533"/>
<Orientation y="-2.40015"/>
</Entity>
<Entity uid="3735">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="801.43268" z="264.88947"/>
<Orientation y="-2.29244"/>
</Entity>
<Entity uid="3736">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="804.64716" z="221.0679"/>
<Orientation y="2.59163"/>
</Entity>
<Entity uid="3737">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="809.80066" z="213.26835"/>
<Orientation y="2.61767"/>
</Entity>
<Entity uid="3738">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="812.40998" z="208.47252"/>
<Orientation y="2.57256"/>
</Entity>
<Entity uid="3739">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="817.34888" z="202.96592"/>
<Orientation y="1.61371"/>
</Entity>
<Entity uid="3740">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="820.0063" z="202.89917"/>
<Orientation y="1.7101"/>
</Entity>
<Entity uid="3741">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="822.84192" z="202.50161"/>
<Orientation y="1.81057"/>
</Entity>
<Entity uid="3742">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="827.81348" z="201.78557"/>
<Orientation y="1.33234"/>
</Entity>
<Entity uid="3743">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="833.25538" z="204.54114"/>
<Orientation y="0.55022"/>
</Entity>
<Entity uid="3744">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="835.45636" z="208.33031"/>
<Orientation y="1.17112"/>
</Entity>
<Entity uid="3745">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="839.51838" z="210.52146"/>
<Orientation y="0.79661"/>
</Entity>
<Entity uid="3746">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="841.57612" z="212.67894"/>
<Orientation y="1.10151"/>
</Entity>
<Entity uid="3747">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="847.04603" z="215.93018"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3748">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="850.37305" z="220.08263"/>
<Orientation y="0.98043"/>
</Entity>
<Entity uid="3749">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="276.29581" z="836.05524"/>
<Orientation y="-2.20783"/>
</Entity>
<Entity uid="3750">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="271.35553" z="833.98487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3751">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="264.2462" z="832.4438"/>
<Orientation y="-2.77244"/>
</Entity>
<Entity uid="3752">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="260.64188" z="823.34473"/>
<Orientation y="-3.09462"/>
</Entity>
<Entity uid="3753">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="265.82691" z="818.51465"/>
<Orientation y="1.08577"/>
</Entity>
<Entity uid="3754">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="283.66929" z="825.7143"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3755">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="283.81727" z="823.42981"/>
<Orientation y="-2.84241"/>
</Entity>
<Entity uid="3756">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="284.08503" z="816.23359"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3757">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="333.28241" z="884.85474"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3758">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="337.49576" z="887.75391"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3759">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="340.14338" z="891.5625"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3760">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="342.1548" z="891.49415"/>
<Orientation y="1.66884"/>
</Entity>
<Entity uid="3761">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.37296" z="837.60645"/>
<Orientation y="3.05767"/>
</Entity>
<Entity uid="3762">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="312.75724" z="833.41736"/>
<Orientation y="3.01426"/>
</Entity>
<Entity uid="3763">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="313.52741" z="828.62647"/>
<Orientation y="2.92496"/>
</Entity>
<Entity uid="3764">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="314.43262" z="822.82837"/>
<Orientation y="3.10084"/>
</Entity>
<Entity uid="3765">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="316.5087" z="817.41517"/>
<Orientation y="0.59195"/>
</Entity>
<Entity uid="3766">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="359.9048" z="768.34571"/>
<Orientation y="1.99491"/>
</Entity>
<Entity uid="3767">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="364.46775" z="766.70545"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="3768">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="370.97684" z="767.32593"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3769">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="375.76868" z="767.8954"/>
<Orientation y="-1.83976"/>
</Entity>
<Entity uid="3770">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="367.56986" z="764.46052"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3771">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="374.08457" z="748.68476"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3772">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="427.30176" z="746.3797"/>
<Orientation y="-2.6285"/>
</Entity>
<Entity uid="3773">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.26246" z="670.77558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3774">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="423.56421" z="656.19483"/>
<Orientation y="2.79117"/>
</Entity>
<Entity uid="3775">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="389.59574" z="627.12122"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3776">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="391.74955" z="619.48243"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3777">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="396.23273" z="639.8542"/>
<Orientation y="0.1085"/>
</Entity>
<Entity uid="3778">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="396.76243" z="633.10547"/>
<Orientation y="-2.79561"/>
</Entity>
<Entity uid="3779">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="393.46793" z="627.08564"/>
<Orientation y="-2.37864"/>
</Entity>
<Entity uid="3780">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="375.35105" z="566.92359"/>
<Orientation y="2.57866"/>
</Entity>
<Entity uid="3781">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="339.83112" z="547.21863"/>
<Orientation y="-2.2992"/>
</Entity>
<Entity uid="3782">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="391.31702" z="564.6095"/>
<Orientation y="-2.7127"/>
</Entity>
<Entity uid="3783">
<Template>structures/gaul_storehouse</Template>
<Player>1</Player>
<Position x="610.59888" z="498.43067"/>
<Orientation y="-2.30781"/>
</Entity>
<Entity uid="3784">
<Template>structures/gaul_civil_centre</Template>
<Player>1</Player>
<Position x="502.60126" z="499.50171"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3785">
<Template>structures/gaul_civil_centre</Template>
<Player>2</Player>
<Position x="757.17438" z="263.94837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3786">
<Template>structures/gaul_civil_centre</Template>
<Player>3</Player>
<Position x="534.60676" z="835.05921"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3787">
<Template>structures/gaul_storehouse</Template>
<Player>3</Player>
<Position x="548.52082" z="749.78467"/>
<Orientation y="-2.33152"/>
<Obstruction group="1212"/>
</Entity>
<Entity uid="3788">
<Template>structures/gaul_storehouse</Template>
<Player>2</Player>
<Position x="710.19825" z="327.662"/>
<Orientation y="-2.27137"/>
</Entity>
<Entity uid="3789">
<Template>units/gaul_hero_viridomarus</Template>
<Player>1</Player>
<Position x="556.44556" z="450.23682"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3790">
<Template>units/gaul_hero_brennus</Template>
<Player>2</Player>
<Position x="677.07746" z="322.21003"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3791">
<Template>units/gaul_hero_vercingetorix</Template>
<Player>3</Player>
<Position x="513.36518" z="741.80793"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3792">
<Template>structures/gaul_farmstead</Template>
<Player>3</Player>
<Position x="504.7126" z="752.45698"/>
<Orientation y="2.35621"/>
<Obstruction group="1202"/>
</Entity>
<Entity uid="3794">
<Template>structures/gaul_corral</Template>
<Player>3</Player>
<Position x="525.01764" z="727.83613"/>
<Orientation y="0.82229"/>
</Entity>
<Entity uid="3795">
<Template>structures/gaul_defense_tower</Template>
<Player>3</Player>
<Position x="511.37708" z="778.76667"/>
<Orientation y="-2.39335"/>
</Entity>
<Entity uid="3796">
<Template>structures/gaul_farmstead</Template>
<Player>1</Player>
<Position x="486.16327" z="478.63471"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3798">
<Template>structures/gaul_corral</Template>
<Player>1</Player>
<Position x="528.80707" z="391.65076"/>
<Orientation y="0.76215"/>
</Entity>
<Entity uid="3799">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="505.8069" z="523.37146"/>
<Orientation y="-2.35409"/>
</Entity>
<Entity uid="3800">
<Template>structures/gaul_farmstead</Template>
<Player>2</Player>
<Position x="666.05304" z="332.30195"/>
<Orientation y="2.35621"/>
<Obstruction group="213"/>
</Entity>
<Entity uid="3802">
<Template>structures/gaul_corral</Template>
<Player>2</Player>
<Position x="687.01233" z="307.55002"/>
<Orientation y="0.7589"/>
</Entity>
<Entity uid="3803">
<Template>structures/gaul_defense_tower</Template>
<Player>2</Player>
<Position x="675.02845" z="354.18677"/>
<Orientation y="-2.36197"/>
</Entity>
<Entity uid="3804">
<Template>gaia/geology_stonemine_temperate_formation</Template>
<Player>0</Player>
<Position x="306.60395" z="290.9133"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3805">
<Template>gaia/geology_stonemine_temperate_formation</Template>
<Player>0</Player>
<Position x="434.14145" z="741.19977"/>
<Orientation y="-1.49477"/>
</Entity>
<Entity uid="3806">
<Template>gaia/geology_stonemine_temperate_formation</Template>
<Player>0</Player>
<Position x="719.625" z="430.80335"/>
<Orientation y="0.67426"/>
</Entity>
<Entity uid="3807">
<Template>structures/gaul_barracks</Template>
<Player>1</Player>
<Position x="548.5625" z="534.21155"/>
<Orientation y="2.35621"/>
<Actor seed="31364"/>
</Entity>
<Entity uid="3808">
<Template>structures/gaul_market</Template>
<Player>1</Player>
<Position x="577.10816" z="473.93805"/>
<Orientation y="2.35621"/>
<Actor seed="41248"/>
</Entity>
<Entity uid="3809">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="494.60978" z="431.2508"/>
<Orientation y="2.35621"/>
<Actor seed="51582"/>
</Entity>
<Entity uid="3810">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="492.80811" z="448.83948"/>
<Orientation y="2.35621"/>
<Actor seed="45238"/>
</Entity>
<Entity uid="3811">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="577.32844" z="396.03693"/>
<Orientation y="-0.85137"/>
<Actor seed="52708"/>
</Entity>
<Entity uid="3812">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="582.77771" z="406.11268"/>
<Orientation y="-0.88744"/>
<Actor seed="44084"/>
</Entity>
<Entity uid="3813">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="590.30005" z="416.04987"/>
<Orientation y="2.35621"/>
<Actor seed="58526"/>
</Entity>
<Entity uid="3814">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="562.72681" z="383.78531"/>
<Orientation y="-0.1904"/>
<Actor seed="58036"/>
</Entity>
<Entity uid="3815">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="492.1926" z="409.01566"/>
<Orientation y="1.12494"/>
<Actor seed="3662"/>
</Entity>
<Entity uid="3816">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="516.03003" z="417.63181"/>
<Orientation y="-1.7502"/>
<Actor seed="17984"/>
</Entity>
<Entity uid="3817">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="515.52063" z="431.30356"/>
<Orientation y="-3.10238"/>
<Actor seed="26888"/>
</Entity>
<Entity uid="3818">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="509.21552" z="452.11808"/>
<Orientation y="-2.65499"/>
<Actor seed="12348"/>
</Entity>
<Entity uid="3819">
<Template>structures/gaul_fortress</Template>
<Player>1</Player>
<Position x="564.50385" z="352.33631"/>
<Orientation y="2.35621"/>
<Actor seed="38296"/>
</Entity>
<Entity uid="3820">
<Template>structures/gaul_fortress</Template>
<Player>1</Player>
<Position x="544.18555" z="618.26783"/>
<Orientation y="-2.6857"/>
<Actor seed="52584"/>
</Entity>
<Entity uid="3821">
<Template>structures/gaul_market</Template>
<Player>1</Player>
<Position x="589.02002" z="462.99643"/>
<Orientation y="-2.37467"/>
<Actor seed="462"/>
</Entity>
<Entity uid="3822">
<Template>structures/gaul_rotarymill</Template>
<Player>1</Player>
<Position x="425.97236" z="330.60651"/>
<Orientation y="1.35384"/>
<Actor seed="58356"/>
</Entity>
<Entity uid="3823">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="424.23322" z="407.0897"/>
<Orientation y="2.35621"/>
<Actor seed="56148"/>
</Entity>
<Entity uid="3824">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="443.75803" z="386.62955"/>
<Orientation y="2.35621"/>
<Actor seed="54268"/>
</Entity>
<Entity uid="3825">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="462.43958" z="367.34333"/>
<Orientation y="2.35621"/>
<Actor seed="32508"/>
</Entity>
<Entity uid="3826">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="481.22947" z="384.44486"/>
<Orientation y="2.35621"/>
<Actor seed="55414"/>
</Entity>
<Entity uid="3827">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="446.9282" z="421.71732"/>
<Orientation y="2.35621"/>
<Actor seed="61558"/>
</Entity>
<Entity uid="3828">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="452.46412" z="337.0121"/>
<Orientation y="2.35621"/>
<Actor seed="8072"/>
</Entity>
<Entity uid="3829">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="429.23035" z="357.51362"/>
<Orientation y="2.35621"/>
<Actor seed="65517"/>
</Entity>
<Entity uid="3830">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="408.6873" z="379.21677"/>
<Orientation y="2.35621"/>
<Actor seed="7506"/>
</Entity>
<Entity uid="3831">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="392.16028" z="398.42698"/>
<Orientation y="2.35621"/>
<Actor seed="62286"/>
</Entity>
<Entity uid="3832">
<Template>structures/gaul_temple</Template>
<Player>1</Player>
<Position x="555.17701" z="426.84797"/>
<Orientation y="2.35621"/>
<Actor seed="4044"/>
</Entity>
<Entity uid="3833">
<Template>structures/gaul_blacksmith</Template>
<Player>1</Player>
<Position x="573.89905" z="540.38257"/>
<Orientation y="2.35621"/>
<Actor seed="34950"/>
</Entity>
<Entity uid="3834">
<Template>structures/gaul_barracks</Template>
<Player>1</Player>
<Position x="583.68348" z="516.38685"/>
<Orientation y="-2.22724"/>
<Actor seed="51206"/>
</Entity>
<Entity uid="3835">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="595.88685" z="371.30491"/>
<Orientation y="-0.77009"/>
<Actor seed="6380"/>
</Entity>
<Entity uid="3836">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="608.9474" z="463.00834"/>
<Orientation y="-2.93175"/>
<Actor seed="9978"/>
</Entity>
<Entity uid="3837">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="622.84693" z="464.28345"/>
<Orientation y="2.35621"/>
<Actor seed="14178"/>
</Entity>
<Entity uid="3838">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="597.75904" z="477.81876"/>
<Orientation y="0.6899"/>
<Actor seed="43070"/>
</Entity>
<Entity uid="3839">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="479.9832" z="426.1981"/>
<Orientation y="2.35621"/>
<Actor seed="61120"/>
</Entity>
<Entity uid="3840">
<Template>structures/gaul_house</Template>
<Player>1</Player>
<Position x="539.72083" z="546.0232"/>
<Orientation y="2.35621"/>
<Actor seed="20952"/>
</Entity>
<Entity uid="3841">
<Template>structures/gaul_farmstead</Template>
<Player>1</Player>
<Position x="463.22635" z="400.47584"/>
<Orientation y="2.35621"/>
<Actor seed="33920"/>
</Entity>
<Entity uid="3842">
<Template>structures/gaul_fortress</Template>
<Player>1</Player>
<Position x="473.49335" z="321.82541"/>
<Orientation y="-3.13505"/>
<Actor seed="65487"/>
</Entity>
<Entity uid="3843">
<Template>structures/gaul_dock</Template>
<Player>1</Player>
<Position x="883.24885" z="393.87281"/>
<Orientation y="1.42653"/>
<Actor seed="57720"/>
</Entity>
<Entity uid="3844">
<Template>structures/gaul_outpost</Template>
<Player>1</Player>
<Position x="786.6916" z="691.61432"/>
<Orientation y="2.35621"/>
<Actor seed="57420"/>
</Entity>
<Entity uid="3845">
<Template>structures/gaul_outpost</Template>
<Player>1</Player>
<Position x="475.19568" z="117.58445"/>
<Orientation y="2.35621"/>
<Actor seed="55844"/>
</Entity>
<Entity uid="3846">
<Template>structures/gaul_outpost</Template>
<Player>1</Player>
<Position x="307.60703" z="668.16218"/>
<Orientation y="2.35621"/>
<Actor seed="45390"/>
</Entity>
<Entity uid="3847">
<Template>structures/gaul_storehouse</Template>
<Player>1</Player>
<Position x="475.29172" z="242.5709"/>
<Orientation y="2.35621"/>
<Actor seed="30664"/>
</Entity>
<Entity uid="3848">
<Template>structures/gaul_storehouse</Template>
<Player>1</Player>
<Position x="424.98935" z="507.85251"/>
<Orientation y="-2.76597"/>
<Actor seed="33782"/>
</Entity>
<Entity uid="3849">
<Template>units/gaul_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="546.5199" z="510.47797"/>
<Orientation y="-2.43181"/>
<Actor seed="23550"/>
</Entity>
<Entity uid="3850">
<Template>units/gaul_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="550.9726" z="507.5702"/>
<Orientation y="-2.43955"/>
<Actor seed="44664"/>
</Entity>
<Entity uid="3851">
<Template>units/gaul_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="554.24866" z="505.41016"/>
<Orientation y="-2.24505"/>
<Actor seed="12550"/>
</Entity>
<Entity uid="3852">
<Template>units/gaul_cavalry_swordsman_b</Template>
<Player>1</Player>
<Position x="541.40796" z="502.39329"/>
<Orientation y="-2.30193"/>
<Actor seed="38796"/>
</Entity>
<Entity uid="3853">
<Template>units/gaul_cavalry_swordsman_a</Template>
<Player>1</Player>
<Position x="544.74573" z="498.73566"/>
<Orientation y="-2.93488"/>
<Actor seed="58104"/>
</Entity>
<Entity uid="3854">
<Template>units/gaul_cavalry_swordsman_e</Template>
<Player>1</Player>
<Position x="548.01417" z="498.00193"/>
<Orientation y="-2.95939"/>
<Actor seed="19846"/>
</Entity>
<Entity uid="3855">
<Template>units/gaul_champion_cavalry</Template>
<Player>1</Player>
<Position x="553.97907" z="494.75876"/>
<Orientation y="-2.09916"/>
<Actor seed="58198"/>
</Entity>
<Entity uid="3856">
<Template>units/gaul_champion_cavalry</Template>
<Player>1</Player>
<Position x="556.43311" z="493.80201"/>
<Orientation y="-2.11428"/>
<Actor seed="19440"/>
</Entity>
<Entity uid="3857">
<Template>units/gaul_champion_cavalry</Template>
<Player>1</Player>
<Position x="558.82563" z="493.74573"/>
<Orientation y="-2.18503"/>
<Actor seed="20916"/>
</Entity>
<Entity uid="3858">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="547.30604" z="459.64957"/>
<Orientation y="-3.13271"/>
<Actor seed="13060"/>
</Entity>
<Entity uid="3859">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="544.56183" z="458.17734"/>
<Orientation y="2.35621"/>
<Actor seed="63370"/>
</Entity>
<Entity uid="3860">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="545.91785" z="453.78937"/>
<Orientation y="1.09035"/>
<Actor seed="52072"/>
</Entity>
<Entity uid="3861">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="549.70447" z="451.51816"/>
<Orientation y="-0.53303"/>
<Actor seed="10464"/>
</Entity>
<Entity uid="3862">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="550.58204" z="454.48188"/>
<Orientation y="-1.51746"/>
<Actor seed="19750"/>
</Entity>
<Entity uid="3863">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="549.99518" z="458.17734"/>
<Orientation y="-2.09527"/>
<Actor seed="21162"/>
</Entity>
<Entity uid="3864">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="546.89692" z="456.59327"/>
<Orientation y="2.35621"/>
<Actor seed="61952"/>
</Entity>
<Entity uid="3865">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="548.01429" z="453.87482"/>
<Orientation y="0.43418"/>
<Actor seed="28594"/>
</Entity>
<Entity uid="3866">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="543.4021" z="455.65244"/>
<Orientation y="2.98131"/>
<Actor seed="8540"/>
</Entity>
<Entity uid="3867">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="545.2256" z="460.19626"/>
<Orientation y="2.35621"/>
<Actor seed="21126"/>
</Entity>
<Entity uid="3868">
<Template>units/gaul_champion_infantry</Template>
<Player>1</Player>
<Position x="551.80597" z="455.65244"/>
<Orientation y="-2.08127"/>
<Actor seed="6518"/>
</Entity>
<Entity uid="3869">
<Template>units/gaul_hero_brennus</Template>
<Player>1</Player>
<Position x="553.97724" z="447.53455"/>
<Orientation y="2.35621"/>
<Actor seed="50322"/>
</Entity>
<Entity uid="3870">
<Template>units/gaul_hero_vercingetorix</Template>
<Player>1</Player>
<Position x="558.79487" z="453.63059"/>
<Orientation y="2.35621"/>
<Actor seed="10588"/>
</Entity>
<Entity uid="3871">
<Template>units/gaul_infantry_javelinist_b</Template>
<Player>1</Player>
<Position x="549.35706" z="464.50077"/>
<Orientation y="2.35621"/>
<Actor seed="57418"/>
</Entity>
<Entity uid="3872">
<Template>units/gaul_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="550.61414" z="466.44956"/>
<Orientation y="2.35621"/>
<Actor seed="50800"/>
</Entity>
<Entity uid="3873">
<Template>units/gaul_infantry_javelinist_e</Template>
<Player>1</Player>
<Position x="552.27918" z="467.95173"/>
<Orientation y="2.35621"/>
<Actor seed="26718"/>
</Entity>
<Entity uid="3874">
<Template>units/gaul_infantry_slinger_b</Template>
<Player>1</Player>
<Position x="534.89216" z="447.56571"/>
<Orientation y="2.35621"/>
<Actor seed="63130"/>
</Entity>
<Entity uid="3875">
<Template>units/gaul_infantry_slinger_a</Template>
<Player>1</Player>
<Position x="536.2071" z="449.22825"/>
<Orientation y="2.35621"/>
<Actor seed="6390"/>
</Entity>
<Entity uid="3876">
<Template>units/gaul_infantry_slinger_e</Template>
<Player>1</Player>
<Position x="537.5918" z="451.46738"/>
<Orientation y="2.35621"/>
<Actor seed="39582"/>
</Entity>
<Entity uid="3877">
<Template>units/gaul_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="547.72522" z="487.29361"/>
<Orientation y="-2.44526"/>
<Actor seed="47928"/>
</Entity>
<Entity uid="3878">
<Template>units/gaul_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="549.693" z="485.89255"/>
<Orientation y="-2.71683"/>
<Actor seed="43236"/>
</Entity>
<Entity uid="3879">
<Template>units/gaul_infantry_spearman_a</Template>
<Player>1</Player>
<Position x="550.75647" z="487.7064"/>
<Orientation y="-2.67203"/>
<Actor seed="44020"/>
</Entity>
<Entity uid="3880">
<Template>units/gaul_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="548.03772" z="489.49564"/>
<Orientation y="-3.07735"/>
<Actor seed="24882"/>
</Entity>
<Entity uid="3881">
<Template>units/gaul_infantry_spearman_b</Template>
<Player>1</Player>
<Position x="545.95893" z="488.68631"/>
<Orientation y="-2.90912"/>
<Actor seed="21886"/>
</Entity>
<Entity uid="3882">
<Template>units/gaul_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="553.78785" z="486.2995"/>
<Orientation y="-2.83362"/>
<Actor seed="23478"/>
</Entity>
<Entity uid="3883">
<Template>units/gaul_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="552.08686" z="484.44834"/>
<Orientation y="-2.27092"/>
<Actor seed="35226"/>
</Entity>
<Entity uid="3884">
<Template>units/gaul_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="554.09235" z="483.59678"/>
<Orientation y="-2.31164"/>
<Actor seed="50348"/>
</Entity>
<Entity uid="3885">
<Template>units/gaul_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="555.38971" z="484.51178"/>
<Orientation y="-2.1516"/>
<Actor seed="13074"/>
</Entity>
<Entity uid="3886">
<Template>units/gaul_siege_ram</Template>
<Player>1</Player>
<Position x="576.58124" z="368.19791"/>
<Orientation y="-1.90758"/>
<Actor seed="28802"/>
</Entity>
<Entity uid="3887">
<Template>units/gaul_siege_ram</Template>
<Player>1</Player>
<Position x="532.02436" z="361.88801"/>
<Orientation y="0.83231"/>
<Actor seed="17456"/>
</Entity>
<Entity uid="3888">
<Template>units/gaul_ship_fishing</Template>
<Player>1</Player>
<Position x="888.05695" z="416.77652"/>
<Orientation y="2.35621"/>
<Actor seed="8796"/>
</Entity>
<Entity uid="3889">
<Template>units/gaul_ship_merchant</Template>
<Player>1</Player>
<Position x="902.24946" z="421.26572"/>
<Orientation y="2.79125"/>
<Actor seed="43564"/>
</Entity>
<Entity uid="3891">
<Template>units/gaul_ship_trireme</Template>
<Player>1</Player>
<Position x="967.08112" z="289.26856"/>
<Orientation y="-0.95791"/>
<Actor seed="21454"/>
</Entity>
<Entity uid="3892">
<Template>units/gaul_ship_trireme</Template>
<Player>1</Player>
<Position x="963.66565" z="296.45179"/>
<Orientation y="-0.86065"/>
<Actor seed="49508"/>
</Entity>
<Entity uid="3893">
<Template>units/gaul_ship_trireme</Template>
<Player>1</Player>
<Position x="921.06928" z="709.50824"/>
<Orientation y="2.35621"/>
<Actor seed="36292"/>
</Entity>
<Entity uid="3894">
<Template>units/gaul_ship_trireme</Template>
<Player>1</Player>
<Position x="913.95038" z="377.01395"/>
<Orientation y="2.61129"/>
<Actor seed="10502"/>
</Entity>
<Entity uid="3895">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="505.59806" z="440.39103"/>
<Orientation y="-2.83347"/>
<Actor seed="13282"/>
</Entity>
<Entity uid="3896">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="502.2928" z="436.87165"/>
<Orientation y="2.50927"/>
<Actor seed="38218"/>
</Entity>
<Entity uid="3897">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="503.8891" z="433.03"/>
<Orientation y="0.62058"/>
<Actor seed="42338"/>
</Entity>
<Entity uid="3898">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="505.17347" z="435.70798"/>
<Orientation y="-1.93557"/>
<Actor seed="50316"/>
</Entity>
<Entity uid="3899">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="502.69584" z="440.28592"/>
<Orientation y="2.55536"/>
<Actor seed="13212"/>
</Entity>
<Entity uid="3900">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="505.35187" z="438.3061"/>
<Orientation y="-1.11788"/>
<Actor seed="53286"/>
</Entity>
<Entity uid="3901">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="507.36716" z="437.95151"/>
<Orientation y="-2.01107"/>
<Actor seed="53048"/>
</Entity>
<Entity uid="3902">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="498.4162" z="439.7068"/>
<Orientation y="1.3783"/>
<Actor seed="7762"/>
</Entity>
<Entity uid="3903">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="499.90836" z="441.73276"/>
<Orientation y="2.35621"/>
<Actor seed="27882"/>
</Entity>
<Entity uid="3904">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="532.51874" z="406.50666"/>
<Orientation y="1.65508"/>
<Actor seed="60106"/>
</Entity>
<Entity uid="3905">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="534.6078" z="405.62052"/>
<Orientation y="1.01882"/>
<Actor seed="23572"/>
</Entity>
<Entity uid="3906">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="536.33869" z="407.31968"/>
<Orientation y="-0.70966"/>
<Actor seed="20448"/>
</Entity>
<Entity uid="3907">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="533.9795" z="409.8412"/>
<Orientation y="2.35621"/>
<Actor seed="1112"/>
</Entity>
<Entity uid="3908">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="576.43525" z="415.08616"/>
<Orientation y="0.50174"/>
<Actor seed="33470"/>
</Entity>
<Entity uid="3909">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="582.01423" z="423.95701"/>
<Orientation y="2.35621"/>
<Actor seed="53762"/>
</Entity>
<Entity uid="3910">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="583.44666" z="426.91922"/>
<Orientation y="2.35621"/>
<Actor seed="11062"/>
</Entity>
<Entity uid="3911">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="584.76197" z="425.9892"/>
<Orientation y="2.35621"/>
<Actor seed="55170"/>
</Entity>
<Entity uid="3912">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="587.48523" z="433.1402"/>
<Orientation y="2.35621"/>
<Actor seed="33862"/>
</Entity>
<Entity uid="3913">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="582.1684" z="432.21653"/>
<Orientation y="0.2583"/>
<Actor seed="23766"/>
</Entity>
<Entity uid="3914">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="587.94684" z="429.6637"/>
<Orientation y="-1.68519"/>
<Actor seed="56050"/>
</Entity>
<Entity uid="3915">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="586.68195" z="424.61377"/>
<Orientation y="-1.34084"/>
<Actor seed="56358"/>
</Entity>
<Entity uid="3916">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="584.59675" z="423.8537"/>
<Orientation y="-0.96572"/>
<Actor seed="11596"/>
</Entity>
<Entity uid="3917">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="561.04767" z="481.7439"/>
<Orientation y="-2.77549"/>
<Actor seed="25974"/>
</Entity>
<Entity uid="3918">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="558.25062" z="472.58484"/>
<Orientation y="2.35621"/>
<Actor seed="15488"/>
</Entity>
<Entity uid="3919">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="567.62653" z="485.14673"/>
<Orientation y="-0.24291"/>
<Actor seed="45478"/>
</Entity>
<Entity uid="3920">
<Template>units/gaul_support_female_citizen</Template>
<Player>1</Player>
<Position x="593.78919" z="501.47394"/>
<Orientation y="-1.52683"/>
<Actor seed="30914"/>
</Entity>
<Entity uid="3921">
<Template>units/gaul_support_healer_b</Template>
<Player>1</Player>
<Position x="563.54877" z="413.71958"/>
<Orientation y="2.35621"/>
<Actor seed="59066"/>
</Entity>
<Entity uid="3922">
<Template>units/gaul_support_healer_a</Template>
<Player>1</Player>
<Position x="566.11915" z="415.85752"/>
<Orientation y="2.35621"/>
<Actor seed="39570"/>
</Entity>
<Entity uid="3923">
<Template>units/gaul_support_healer_e</Template>
<Player>1</Player>
<Position x="568.47779" z="417.5658"/>
<Orientation y="2.35621"/>
<Actor seed="50450"/>
</Entity>
<Entity uid="3924">
<Template>units/gaul_support_trader</Template>
<Player>1</Player>
<Position x="568.9145" z="461.6471"/>
<Orientation y="2.35621"/>
<Actor seed="46080"/>
</Entity>
<Entity uid="3925">
<Template>units/gaul_support_trader</Template>
<Player>1</Player>
<Position x="573.89692" z="458.12797"/>
<Orientation y="-1.57752"/>
<Actor seed="65074"/>
</Entity>
<Entity uid="3926">
<Template>units/gaul_support_trader</Template>
<Player>1</Player>
<Position x="566.985" z="454.28437"/>
<Orientation y="0.83553"/>
<Actor seed="44858"/>
</Entity>
<Entity uid="3927">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="579.79957" z="316.7718"/>
<Orientation y="2.35621"/>
<Actor seed="55134"/>
</Entity>
<Entity uid="3928">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="415.51001" z="595.47309"/>
<Orientation y="2.35621"/>
<Actor seed="58702"/>
</Entity>
<Entity uid="3929">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="381.98386" z="341.14957"/>
<Orientation y="2.35621"/>
<Actor seed="32166"/>
</Entity>
<Entity uid="3930">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="519.61554" z="245.12674"/>
<Orientation y="2.35621"/>
<Actor seed="31636"/>
</Entity>
<Entity uid="3931">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="606.17994" z="407.70231"/>
<Orientation y="2.35621"/>
<Actor seed="33996"/>
</Entity>
<Entity uid="3932">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="510.22455" z="340.65171"/>
<Orientation y="-2.36284"/>
<Actor seed="55418"/>
</Entity>
<Entity uid="3933">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="464.52106" z="447.62793"/>
<Orientation y="2.96398"/>
<Actor seed="42568"/>
</Entity>
<Entity uid="3934">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="485.53553" z="613.51758"/>
<Orientation y="2.05268"/>
<Actor seed="7608"/>
</Entity>
<Entity uid="3935">
<Template>structures/gaul_defense_tower</Template>
<Player>1</Player>
<Position x="613.40992" z="608.13453"/>
<Orientation y="-2.40346"/>
<Actor seed="58040"/>
</Entity>
<Entity uid="3936">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="506.57154" z="552.20374"/>
<Orientation y="2.35621"/>
<Actor seed="55174"/>
</Entity>
<Entity uid="3937">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="535.16071" z="567.14588"/>
<Orientation y="2.35621"/>
<Actor seed="5072"/>
</Entity>
<Entity uid="3938">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="513.49048" z="584.88166"/>
<Orientation y="2.35621"/>
<Actor seed="41836"/>
</Entity>
<Entity uid="3939">
<Template>structures/gaul_field</Template>
<Player>1</Player>
<Position x="571.64783" z="587.35029"/>
<Orientation y="2.35621"/>
<Actor seed="15244"/>
</Entity>
<Entity uid="3940">
<Template>structures/gaul_tavern</Template>
<Player>1</Player>
<Position x="520.21973" z="517.41022"/>
<Orientation y="2.35621"/>
<Actor seed="57224"/>
</Entity>
<Entity uid="3941">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="524.57752" z="504.01511"/>
<Orientation y="2.35621"/>
<Actor seed="1692"/>
</Entity>
<Entity uid="3942">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="533.65601" z="511.2956"/>
<Orientation y="2.35621"/>
<Actor seed="41300"/>
</Entity>
<Entity uid="3943">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="526.57355" z="505.98923"/>
<Orientation y="2.35621"/>
<Actor seed="26334"/>
</Entity>
<Entity uid="3944">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="531.44666" z="509.54014"/>
<Orientation y="2.35621"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="3945">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="528.7917" z="507.65558"/>
<Orientation y="2.35621"/>
<Actor seed="12936"/>
</Entity>
<Entity uid="3946">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="531.45429" z="505.08976"/>
<Orientation y="2.35621"/>
<Actor seed="7240"/>
</Entity>
<Entity uid="3947">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="528.96338" z="503.3953"/>
<Orientation y="2.35621"/>
<Actor seed="2266"/>
</Entity>
<Entity uid="3948">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="533.56354" z="507.24766"/>
<Orientation y="2.35621"/>
<Actor seed="36968"/>
</Entity>
<Entity uid="3949">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="535.46369" z="509.01114"/>
<Orientation y="2.35621"/>
<Actor seed="52818"/>
</Entity>
<Entity uid="3950">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="526.85407" z="501.39164"/>
<Orientation y="2.35621"/>
<Actor seed="57784"/>
</Entity>
<Entity uid="3951">
<Template>structures/gaul_theatron</Template>
<Player>1</Player>
<Position x="528.73725" z="467.02646"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="3953">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="633.90064" z="541.2497"/>
<Orientation y="-2.6119"/>
<Actor seed="2118"/>
</Entity>
<Entity uid="3954">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="622.93445" z="552.63886"/>
<Orientation y="-2.93343"/>
<Actor seed="1586"/>
</Entity>
<Entity uid="3955">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="625.79444" z="553.74946"/>
<Orientation y="2.35622"/>
<Actor seed="497"/>
</Entity>
<Entity uid="3956">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="621.98829" z="549.02106"/>
<Orientation y="-2.46848"/>
<Actor seed="1587"/>
</Entity>
<Entity uid="3957">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="631.98444" z="523.19135"/>
<Orientation y="0.27245"/>
<Actor seed="494"/>
</Entity>
<Entity uid="3958">
<Template>gaia/flora_tree_pine</Template>
<Player>0</Player>
<Position x="629.78211" z="513.23578"/>
<Orientation y="0.19803"/>
<Actor seed="493"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Romans.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Romans.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Sandbox - Romans.xml (revision 22818)
@@ -1,11298 +1,11298 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>cumulus</SkySet>
<SunColor r="0.847059" g="0.792157" b="0.592157"/>
<SunElevation angle="0.923456"/>
<SunRotation angle="-1.86532"/>
<TerrainAmbientColor r="0.329412" g="0.419608" b="0.501961"/>
<UnitsAmbientColor r="0.509804" g="0.47451" b="0.4"/>
<Fog>
<FogFactor>0.00232422</FogFactor>
<FogThickness>0</FogThickness>
<FogColor r="0.866667" g="0.776471" b="0.486275"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0" g="0.501961" b="0.74902"/>
<Height>19.9</Height>
<Waviness>4.0</Waviness>
<Murkiness>0.800781</Murkiness>
<Tint r="0" g="1" b="1"/>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1</Contrast>
<Saturation>0.99</Saturation>
<Bloom>0.1999</Bloom>
<PostEffect>hdr</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="554.01" y="89.8292" z="57.8568"/>
<Rotation angle="0"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"BaseHeight": 1,
"BaseTerrain": [
"medit_dirt",
"medit_dirt_b",
"medit_dirt_c"
],
"CircularMap": true,
"Description": "A sandbox scenario for players to try out the Roman civilisation.",
"Keywords": [
"demo"
],
"LockTeams": false,
"Name": "Sandbox - The Republican Romans",
"PlayerData": [
{
"AI": "",
"Civ": "rome",
"Color": {
"b": 20,
"g": 20,
"r": 150
},
"Name": "Player 1",
"Resources": {
"food": 13000,
"metal": 13000,
"stone": 13000,
"wood": 13000
},
"Team": -1
},
{
"AI": "",
"Civ": "cart",
"Color": {
"b": 200,
"g": 46,
"r": 46
},
"Name": "Player 2",
"Resources": {
"food": 300,
"metal": 300,
"stone": 300,
"wood": 300
},
"Team": -1
}
],
"Preview": "sandbox-theromans.png",
"RevealMap": false,
"Script": "oasis.js",
"Size": 256,
"VictoryConditions": []
}
]]></ScriptSettings>
<Entities>
<Entity uid="150">
<Template>structures/cart_civil_centre</Template>
<Player>2</Player>
<Position x="470.23711" z="867.95846"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="151">
<Template>units/cart_support_female_citizen</Template>
<Player>2</Player>
<Position x="444.78127" z="859.47318"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="152">
<Template>units/cart_support_female_citizen</Template>
<Player>2</Player>
<Position x="450.43812" z="853.81632"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="153">
<Template>units/cart_support_female_citizen</Template>
<Player>2</Player>
<Position x="456.09498" z="848.15947"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="154">
<Template>units/cart_support_female_citizen</Template>
<Player>2</Player>
<Position x="461.75182" z="842.50261"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="155">
<Template>units/cart_infantry_spearman_b</Template>
<Player>2</Player>
<Position x="478.72239" z="842.50261"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="156">
<Template>units/cart_infantry_spearman_b</Template>
<Player>2</Player>
<Position x="484.37925" z="848.15947"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="157">
<Template>units/cart_infantry_spearman_b</Template>
<Player>2</Player>
<Position x="490.0361" z="853.81632"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="158">
<Template>units/cart_infantry_spearman_b</Template>
<Player>2</Player>
<Position x="495.69295" z="859.47318"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="159">
<Template>units/cart_cavalry_javelinist_b</Template>
<Player>2</Player>
<Position x="487.20768" z="884.92902"/>
<Orientation y="0.78541"/>
</Entity>
<Entity uid="160">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="498.5081" z="889.84131"/>
<Orientation y="2.50402"/>
</Entity>
<Entity uid="161">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="487.3393" z="894.80115"/>
<Orientation y="3.56525"/>
</Entity>
<Entity uid="162">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="498.2508" z="901.43506"/>
<Orientation y="1.0783"/>
</Entity>
<Entity uid="163">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="490.266" z="891.63727"/>
<Orientation y="1.19947"/>
</Entity>
<Entity uid="164">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="496.06675" z="892.92078"/>
<Orientation y="2.23864"/>
</Entity>
<Entity uid="165">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="454.36194" z="900.65967"/>
<Orientation y="3.31046"/>
</Entity>
<Entity uid="166">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="450.00458" z="909.58783"/>
<Orientation y="0.19851"/>
</Entity>
<Entity uid="167">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="452.4384" z="901.98346"/>
<Orientation y="3.6016"/>
</Entity>
<Entity uid="168">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="448.52009" z="903.57087"/>
<Orientation y="1.32454"/>
</Entity>
<Entity uid="169">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="458.45289" z="905.53187"/>
<Orientation y="3.49842"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="495.61147" z="819.84763"/>
<Orientation y="3.2989"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="502.07706" z="830.9655"/>
<Orientation y="5.24917"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="494.2433" z="831.28447"/>
<Orientation y="2.94674"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="505.96572" z="819.33358"/>
<Orientation y="1.24935"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="499.04316" z="826.57947"/>
<Orientation y="5.76203"/>
</Entity>
<Entity uid="175">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="562" z="898"/>
<Orientation y="0.38704"/>
</Entity>
<Entity uid="176">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="555.38912" z="893.49488"/>
<Orientation y="5.18845"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="573.76378" z="899.87302"/>
<Orientation y="6.03081"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="556.57755" z="890.67847"/>
<Orientation y="6.23647"/>
</Entity>
<Entity uid="179">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="554.31493" z="900.22252"/>
<Orientation y="3.49073"/>
</Entity>
<Entity uid="180">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="378" z="978"/>
<Orientation y="3.89345"/>
</Entity>
<Entity uid="181">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="382.62555" z="984.5272"/>
<Orientation y="4.73725"/>
</Entity>
<Entity uid="182">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="374.61017" z="983.19396"/>
<Orientation y="2.87227"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="371.13946" z="986.30378"/>
<Orientation y="0.34456"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="374.50243" z="986.54758"/>
<Orientation y="4.8562"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="383.65343" z="983.6603"/>
<Orientation y="3.99291"/>
</Entity>
<Entity uid="186">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="534.3906" z="942.28454"/>
<Orientation y="4.74279"/>
</Entity>
<Entity uid="187">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="534.80491" z="949.95942"/>
<Orientation y="0.195"/>
</Entity>
<Entity uid="188">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="526.9811" z="947.88527"/>
<Orientation y="6.04732"/>
</Entity>
<Entity uid="189">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="524.48365" z="936.6727"/>
<Orientation y="2.1661"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="544.32001" z="936.15328"/>
<Orientation y="2.9951"/>
</Entity>
<Entity uid="191">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="534.93337" z="949.94536"/>
<Orientation y="2.95539"/>
</Entity>
<Entity uid="192">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="592.81473" z="815.65683"/>
<Orientation y="3.93581"/>
</Entity>
<Entity uid="193">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="588.007" z="823.29943"/>
<Orientation y="4.8869"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="599.29851" z="828.76688"/>
<Orientation y="1.59437"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="583.2029" z="812.76336"/>
<Orientation y="4.75109"/>
</Entity>
<Entity uid="196">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="605.97135" z="817.1713"/>
<Orientation y="1.58683"/>
</Entity>
<Entity uid="197">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="378" z="902"/>
<Orientation y="1.82038"/>
</Entity>
<Entity uid="198">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="382" z="902"/>
<Orientation y="1.43795"/>
</Entity>
<Entity uid="199">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="386" z="902"/>
<Orientation y="2.4352"/>
</Entity>
<Entity uid="200">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="386" z="906"/>
<Orientation y="2.51159"/>
</Entity>
<Entity uid="201">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="390" z="902"/>
<Orientation y="2.40441"/>
</Entity>
<Entity uid="202">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394" z="898"/>
<Orientation y="2.67527"/>
</Entity>
<Entity uid="203">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="398" z="898"/>
<Orientation y="1.80265"/>
</Entity>
<Entity uid="204">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="398" z="894"/>
<Orientation y="1.20861"/>
</Entity>
<Entity uid="205">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="398" z="886"/>
<Orientation y="0.20157"/>
</Entity>
<Entity uid="206">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="398" z="878"/>
<Orientation y="2.40908"/>
</Entity>
<Entity uid="207">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394" z="874"/>
<Orientation y="2.42827"/>
</Entity>
<Entity uid="208">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394" z="878"/>
<Orientation y="2.37049"/>
</Entity>
<Entity uid="209">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="386" z="874"/>
<Orientation y="0.98017"/>
</Entity>
<Entity uid="210">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="382" z="874"/>
<Orientation y="1.94153"/>
</Entity>
<Entity uid="211">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="378" z="874"/>
<Orientation y="2.1336"/>
</Entity>
<Entity uid="212">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="374" z="874"/>
<Orientation y="2.50176"/>
</Entity>
<Entity uid="213">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="370" z="878"/>
<Orientation y="2.34691"/>
</Entity>
<Entity uid="214">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="370" z="886"/>
<Orientation y="0.79786"/>
</Entity>
<Entity uid="215">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="370" z="894"/>
<Orientation y="0.51032"/>
</Entity>
<Entity uid="216">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="374" z="898"/>
<Orientation y="0.77614"/>
</Entity>
<Entity uid="217">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="378" z="898"/>
<Orientation y="2.19855"/>
</Entity>
<Entity uid="218">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="382" z="898"/>
<Orientation y="0.96677"/>
</Entity>
<Entity uid="219">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="386" z="898"/>
<Orientation y="1.17653"/>
</Entity>
<Entity uid="220">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="390" z="894"/>
<Orientation y="2.60354"/>
</Entity>
<Entity uid="221">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394" z="894"/>
<Orientation y="0.91361"/>
</Entity>
<Entity uid="222">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="394" z="890"/>
<Orientation y="0.0892"/>
</Entity>
<Entity uid="223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394" z="882"/>
<Orientation y="2.49866"/>
</Entity>
<Entity uid="224">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="390" z="878"/>
<Orientation y="2.974"/>
</Entity>
<Entity uid="225">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="382" z="878"/>
<Orientation y="2.73084"/>
</Entity>
<Entity uid="226">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="378" z="878"/>
<Orientation y="2.55234"/>
</Entity>
<Entity uid="227">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="374" z="882"/>
<Orientation y="2.09574"/>
</Entity>
<Entity uid="228">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="378" z="882"/>
<Orientation y="1.48867"/>
</Entity>
<Entity uid="229">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="374" z="886"/>
<Orientation y="1.7981"/>
</Entity>
<Entity uid="230">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="374" z="890"/>
<Orientation y="1.86135"/>
</Entity>
<Entity uid="231">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="374" z="894"/>
<Orientation y="2.38205"/>
</Entity>
<Entity uid="232">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="378" z="894"/>
<Orientation y="2.70231"/>
</Entity>
<Entity uid="233">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="386" z="890"/>
<Orientation y="1.59366"/>
</Entity>
<Entity uid="234">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="390" z="890"/>
<Orientation y="2.57488"/>
</Entity>
<Entity uid="235">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="386" z="882"/>
<Orientation y="2.56717"/>
</Entity>
<Entity uid="236">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="382" z="882"/>
<Orientation y="2.72773"/>
</Entity>
<Entity uid="237">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="378" z="886"/>
<Orientation y="1.23829"/>
</Entity>
<Entity uid="238">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="382" z="890"/>
<Orientation y="2.71392"/>
</Entity>
<Entity uid="239">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="394.12638" z="875.57403"/>
<Orientation y="1.04441"/>
</Entity>
<Entity uid="240">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="398.0932" z="887.86228"/>
<Orientation y="3.09044"/>
</Entity>
<Entity uid="241">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="406.30251" z="886.45063"/>
<Orientation y="2.57099"/>
</Entity>
<Entity uid="245">
<Template>structures/rome_civil_centre</Template>
<Player>1</Player>
<Position x="554.00965" z="156.15503"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="246">
<Template>units/rome_support_female_citizen</Template>
<Player>1</Player>
<Position x="528.30706" z="147.55626"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="247">
<Template>units/rome_support_female_citizen</Template>
<Player>1</Player>
<Position x="533.96392" z="141.89942"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="248">
<Template>units/rome_support_female_citizen</Template>
<Player>1</Player>
<Position x="539.62076" z="136.24256"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="249">
<Template>units/rome_support_female_citizen</Template>
<Player>1</Player>
<Position x="545.27762" z="130.58571"/>
<Orientation y="-2.35621"/>
</Entity>
<Entity uid="250">
<Template>units/rome_infantry_swordsman_b</Template>
<Player>1</Player>
<Position x="562.24819" z="130.58571"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="251">
<Template>units/rome_infantry_swordsman_b</Template>
<Player>1</Player>
<Position x="567.90503" z="136.24256"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="252">
<Template>units/rome_infantry_swordsman_b</Template>
<Player>1</Player>
<Position x="573.5619" z="141.89942"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="253">
<Template>units/rome_infantry_swordsman_b</Template>
<Player>1</Player>
<Position x="579.21874" z="147.55626"/>
<Orientation y="-3.927"/>
</Entity>
<Entity uid="254">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>1</Player>
<Position x="570.73346" z="173.01212"/>
<Orientation y="0.78541"/>
</Entity>
<Entity uid="255">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="599.21705" z="136.74556"/>
<Orientation y="6.24001"/>
</Entity>
<Entity uid="256">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="601.5074" z="141.75991"/>
<Orientation y="2.82851"/>
</Entity>
<Entity uid="257">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="603.26105" z="137.11562"/>
<Orientation y="3.85444"/>
</Entity>
<Entity uid="258">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="597.96772" z="141.01011"/>
<Orientation y="5.03928"/>
</Entity>
<Entity uid="259">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="596.133" z="144.06481"/>
<Orientation y="1.91442"/>
</Entity>
<Entity uid="260">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="523.0605" z="141.86486"/>
<Orientation y="0.90754"/>
</Entity>
<Entity uid="261">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="523.87525" z="154.28681"/>
<Orientation y="1.42621"/>
</Entity>
<Entity uid="262">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="511.39356" z="145.00434"/>
<Orientation y="4.32987"/>
</Entity>
<Entity uid="263">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="514.93396" z="146.80353"/>
<Orientation y="1.61025"/>
</Entity>
<Entity uid="264">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="522.44178" z="156.5171"/>
<Orientation y="3.65011"/>
</Entity>
<Entity uid="265">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="517.01557" z="131.69593"/>
<Orientation y="1.19352"/>
</Entity>
<Entity uid="266">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="518.83423" z="119.37453"/>
<Orientation y="5.34809"/>
</Entity>
<Entity uid="267">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="517.69898" z="124.63852"/>
<Orientation y="2.02363"/>
</Entity>
<Entity uid="268">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="510.54648" z="126.97361"/>
<Orientation y="3.91297"/>
</Entity>
<Entity uid="269">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="524.6036" z="117.2715"/>
<Orientation y="5.10714"/>
</Entity>
<Entity uid="270">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="530" z="250"/>
<Orientation y="3.29534"/>
</Entity>
<Entity uid="271">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="537.67774" z="247.75226"/>
<Orientation y="3.2605"/>
</Entity>
<Entity uid="272">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="529.47828" z="240.33878"/>
<Orientation y="-2.06943"/>
</Entity>
<Entity uid="273">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="518.79151" z="242.96906"/>
<Orientation y="5.81907"/>
</Entity>
<Entity uid="274">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="526.83869" z="258.96164"/>
<Orientation y="4.28161"/>
</Entity>
<Entity uid="275">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="446" z="66"/>
<Orientation y="1.10132"/>
</Entity>
<Entity uid="276">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="443.25132" z="58.48704"/>
<Orientation y="2.43155"/>
</Entity>
<Entity uid="277">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="449.9325" z="73.93195"/>
<Orientation y="1.69397"/>
</Entity>
<Entity uid="278">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="453.20641" z="70.12348"/>
<Orientation y="3.10911"/>
</Entity>
<Entity uid="279">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="453.83196" z="67.63112"/>
<Orientation y="4.75742"/>
</Entity>
<Entity uid="280">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="487.57364" z="231.1023"/>
<Orientation y="2.56392"/>
</Entity>
<Entity uid="281">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="489.6284" z="218.00864"/>
<Orientation y="5.02807"/>
</Entity>
<Entity uid="282">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="484.8804" z="224.78565"/>
<Orientation y="4.50153"/>
</Entity>
<Entity uid="283">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="483.42638" z="223.64208"/>
<Orientation y="0.68406"/>
</Entity>
<Entity uid="284">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="493.2211" z="240.29464"/>
<Orientation y="3.15137"/>
</Entity>
<Entity uid="285">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="484.94822" z="216.2214"/>
<Orientation y="0.00091"/>
</Entity>
<Entity uid="286">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="477.58603" z="231.04673"/>
<Orientation y="6.00635"/>
</Entity>
<Entity uid="287">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="617.30895" z="271.06952"/>
<Orientation y="1.68607"/>
</Entity>
<Entity uid="288">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="616.33747" z="279.65117"/>
<Orientation y="2.44893"/>
</Entity>
<Entity uid="289">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="632.11045" z="267.53635"/>
<Orientation y="2.50412"/>
</Entity>
<Entity uid="290">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="610.68952" z="266.26233"/>
<Orientation y="4.01116"/>
</Entity>
<Entity uid="291">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="618.4723" z="282.7126"/>
<Orientation y="0.21143"/>
</Entity>
<Entity uid="292">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="623.0841" z="262.04908"/>
<Orientation y="0.94245"/>
</Entity>
<Entity uid="293">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="494" z="98"/>
<Orientation y="2.98583"/>
</Entity>
<Entity uid="294">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="498" z="98"/>
<Orientation y="1.38151"/>
</Entity>
<Entity uid="295">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="502" z="98"/>
<Orientation y="2.29072"/>
</Entity>
<Entity uid="296">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="502" z="102"/>
<Orientation y="1.65824"/>
</Entity>
<Entity uid="297">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="510" z="98"/>
<Orientation y="1.01034"/>
</Entity>
<Entity uid="298">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="514" z="94"/>
<Orientation y="0.40159"/>
</Entity>
<Entity uid="299">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="514" z="86"/>
<Orientation y="2.47463"/>
</Entity>
<Entity uid="300">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="514" z="90"/>
<Orientation y="0.17978"/>
</Entity>
<Entity uid="301">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="514" z="82"/>
<Orientation y="0.78568"/>
</Entity>
<Entity uid="302">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="514" z="78"/>
<Orientation y="1.8649"/>
</Entity>
<Entity uid="303">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="514" z="74"/>
<Orientation y="0.67307"/>
</Entity>
<Entity uid="304">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="510" z="70"/>
<Orientation y="0.86289"/>
</Entity>
<Entity uid="305">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="510" z="74"/>
<Orientation y="0.60837"/>
</Entity>
<Entity uid="306">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="502" z="70"/>
<Orientation y="2.34078"/>
</Entity>
<Entity uid="307">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="506" z="70"/>
<Orientation y="2.982"/>
</Entity>
<Entity uid="308">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490" z="70"/>
<Orientation y="0.13352"/>
</Entity>
<Entity uid="309">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="486" z="74"/>
<Orientation y="1.2118"/>
</Entity>
<Entity uid="310">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="486" z="78"/>
<Orientation y="2.14545"/>
</Entity>
<Entity uid="311">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="486" z="82"/>
<Orientation y="2.80893"/>
</Entity>
<Entity uid="312">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="486" z="86"/>
<Orientation y="1.85474"/>
</Entity>
<Entity uid="313">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="486" z="94"/>
<Orientation y="0.06693"/>
</Entity>
<Entity uid="314">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490" z="94"/>
<Orientation y="1.94921"/>
</Entity>
<Entity uid="315">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="494" z="94"/>
<Orientation y="0.32976"/>
</Entity>
<Entity uid="316">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="498" z="94"/>
<Orientation y="0.94388"/>
</Entity>
<Entity uid="317">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502" z="94"/>
<Orientation y="2.74264"/>
</Entity>
<Entity uid="318">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="510" z="78"/>
<Orientation y="1.12813"/>
</Entity>
<Entity uid="319">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="498" z="74"/>
<Orientation y="2.00882"/>
</Entity>
<Entity uid="320">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="502" z="74"/>
<Orientation y="1.26798"/>
</Entity>
<Entity uid="321">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490" z="78"/>
<Orientation y="0.51554"/>
</Entity>
<Entity uid="322">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="494" z="78"/>
<Orientation y="1.77167"/>
</Entity>
<Entity uid="323">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490" z="82"/>
<Orientation y="1.04827"/>
</Entity>
<Entity uid="324">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="490" z="90"/>
<Orientation y="1.91041"/>
</Entity>
<Entity uid="325">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502" z="90"/>
<Orientation y="1.4219"/>
</Entity>
<Entity uid="326">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502" z="86"/>
<Orientation y="0.89711"/>
</Entity>
<Entity uid="327">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="506" z="82"/>
<Orientation y="2.90828"/>
</Entity>
<Entity uid="328">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="502" z="78"/>
<Orientation y="0.5611"/>
</Entity>
<Entity uid="329">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="498" z="78"/>
<Orientation y="0.05254"/>
</Entity>
<Entity uid="330">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="494" z="82"/>
<Orientation y="1.05323"/>
</Entity>
<Entity uid="331">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="498" z="82"/>
<Orientation y="2.29261"/>
</Entity>
<Entity uid="332">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="494" z="86"/>
<Orientation y="2.60981"/>
</Entity>
<Entity uid="333">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="498" z="86"/>
<Orientation y="2.16565"/>
</Entity>
<Entity uid="334">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="501.42446" z="98.36391"/>
<Orientation y="0.2004"/>
</Entity>
<Entity uid="335">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="500.91262" z="106.94571"/>
<Orientation y="4.68435"/>
</Entity>
<Entity uid="336">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="500.08904" z="101.09165"/>
<Orientation y="2.38303"/>
</Entity>
<Entity uid="337">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="502" z="106"/>
<Orientation y="3.0571"/>
</Entity>
<Entity uid="338">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="812.61341" z="278.06858"/>
<Orientation y="0.15412"/>
</Entity>
<Entity uid="339">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="518" z="650"/>
<Orientation y="1.11776"/>
</Entity>
<Entity uid="340">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="530" z="654"/>
<Orientation y="3.03246"/>
</Entity>
<Entity uid="341">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="538" z="654"/>
<Orientation y="2.36165"/>
</Entity>
<Entity uid="342">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="546" z="650"/>
<Orientation y="1.22982"/>
</Entity>
<Entity uid="343">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="574" z="642"/>
<Orientation y="2.6846"/>
</Entity>
<Entity uid="344">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="578" z="642"/>
<Orientation y="2.70469"/>
</Entity>
<Entity uid="345">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="590" z="638"/>
<Orientation y="3.05994"/>
</Entity>
<Entity uid="346">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="614" z="618"/>
<Orientation y="2.4388"/>
</Entity>
<Entity uid="347">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="618" z="618"/>
<Orientation y="2.0578"/>
</Entity>
<Entity uid="348">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="618" z="614"/>
<Orientation y="1.93392"/>
</Entity>
<Entity uid="349">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="630" z="602"/>
<Orientation y="1.84333"/>
</Entity>
<Entity uid="350">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="642" z="586"/>
<Orientation y="2.15679"/>
</Entity>
<Entity uid="351">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="646" z="582"/>
<Orientation y="3.03206"/>
</Entity>
<Entity uid="352">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="658" z="562"/>
<Orientation y="1.21256"/>
</Entity>
<Entity uid="353">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="562"/>
<Orientation y="2.66405"/>
</Entity>
<Entity uid="354">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="538"/>
<Orientation y="3.03573"/>
</Entity>
<Entity uid="355">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="534"/>
<Orientation y="2.72457"/>
</Entity>
<Entity uid="356">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="674" z="522"/>
<Orientation y="0.47986"/>
</Entity>
<Entity uid="357">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="674" z="474"/>
<Orientation y="3.00995"/>
</Entity>
<Entity uid="358">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="454"/>
<Orientation y="0.64986"/>
</Entity>
<Entity uid="359">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="670" z="450"/>
<Orientation y="1.56176"/>
</Entity>
<Entity uid="360">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="434"/>
<Orientation y="2.53338"/>
</Entity>
<Entity uid="361">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="650" z="422"/>
<Orientation y="2.08565"/>
</Entity>
<Entity uid="362">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="642" z="410"/>
<Orientation y="1.58114"/>
</Entity>
<Entity uid="363">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="410"/>
<Orientation y="0.9752"/>
</Entity>
<Entity uid="364">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="622" z="394"/>
<Orientation y="1.42212"/>
</Entity>
<Entity uid="365">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="622" z="398"/>
<Orientation y="1.3779"/>
</Entity>
<Entity uid="366">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="606" z="386"/>
<Orientation y="2.85244"/>
</Entity>
<Entity uid="367">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="570" z="374"/>
<Orientation y="0.43018"/>
</Entity>
<Entity uid="368">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="546" z="374"/>
<Orientation y="1.51365"/>
</Entity>
<Entity uid="369">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="542" z="370"/>
<Orientation y="2.5047"/>
</Entity>
<Entity uid="370">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="530" z="370"/>
<Orientation y="0.42177"/>
</Entity>
<Entity uid="371">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="526" z="370"/>
<Orientation y="0.78241"/>
</Entity>
<Entity uid="372">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="526" z="374"/>
<Orientation y="1.63131"/>
</Entity>
<Entity uid="373">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="514" z="374"/>
<Orientation y="0.3756"/>
</Entity>
<Entity uid="374">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="506" z="374"/>
<Orientation y="0.44552"/>
</Entity>
<Entity uid="375">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="494" z="374"/>
<Orientation y="0.43613"/>
</Entity>
<Entity uid="376">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="474" z="374"/>
<Orientation y="0.29276"/>
</Entity>
<Entity uid="377">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470" z="374"/>
<Orientation y="1.54493"/>
</Entity>
<Entity uid="378">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="458" z="378"/>
<Orientation y="0.80561"/>
</Entity>
<Entity uid="379">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="466" z="378"/>
<Orientation y="1.38514"/>
</Entity>
<Entity uid="380">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="454" z="378"/>
<Orientation y="0.64054"/>
</Entity>
<Entity uid="381">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="438" z="382"/>
<Orientation y="2.15987"/>
</Entity>
<Entity uid="382">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="434" z="382"/>
<Orientation y="2.21465"/>
</Entity>
<Entity uid="383">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="430" z="386"/>
<Orientation y="0.90357"/>
</Entity>
<Entity uid="384">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="422" z="390"/>
<Orientation y="3.13337"/>
</Entity>
<Entity uid="385">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="418" z="394"/>
<Orientation y="1.71991"/>
</Entity>
<Entity uid="386">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="410" z="398"/>
<Orientation y="1.82383"/>
</Entity>
<Entity uid="387">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="398" z="402"/>
<Orientation y="0.64107"/>
</Entity>
<Entity uid="388">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="402" z="402"/>
<Orientation y="0.00498"/>
</Entity>
<Entity uid="389">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="382" z="422"/>
<Orientation y="1.31418"/>
</Entity>
<Entity uid="390">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="378" z="434"/>
<Orientation y="0.2626"/>
</Entity>
<Entity uid="391">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="378" z="438"/>
<Orientation y="1.0259"/>
</Entity>
<Entity uid="392">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="370" z="458"/>
<Orientation y="2.59856"/>
</Entity>
<Entity uid="393">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="366" z="462"/>
<Orientation y="2.34536"/>
</Entity>
<Entity uid="394">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="370" z="462"/>
<Orientation y="1.63907"/>
</Entity>
<Entity uid="397">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="372.11393" z="297.32911"/>
<Orientation y="2.14782"/>
</Entity>
<Entity uid="398">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="372.11393" z="301.32911"/>
<Orientation y="1.11933"/>
</Entity>
<Entity uid="399">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="376.11393" z="305.32911"/>
<Orientation y="2.48342"/>
</Entity>
<Entity uid="400">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="380.11393" z="313.32911"/>
<Orientation y="2.43981"/>
</Entity>
<Entity uid="401">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="392.11393" z="333.32911"/>
<Orientation y="1.62938"/>
</Entity>
<Entity uid="402">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="392.11393" z="337.32911"/>
<Orientation y="2.68435"/>
</Entity>
<Entity uid="403">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="408.11393" z="349.32898"/>
<Orientation y="2.01532"/>
</Entity>
<Entity uid="404">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="412.11393" z="353.32902"/>
<Orientation y="0.91079"/>
</Entity>
<Entity uid="405">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="420.11393" z="365.32902"/>
<Orientation y="0.1916"/>
</Entity>
<Entity uid="406">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="428.11393" z="377.32895"/>
<Orientation y="1.50397"/>
</Entity>
<Entity uid="407">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="377.32895"/>
<Orientation y="2.59992"/>
</Entity>
<Entity uid="408">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="764.61329" z="258.06864"/>
<Orientation y="0.38894"/>
</Entity>
<Entity uid="409">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="768.61329" z="258.06864"/>
<Orientation y="0.7847"/>
</Entity>
<Entity uid="410">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="768.61329" z="266.06864"/>
<Orientation y="2.74964"/>
</Entity>
<Entity uid="411">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="776.61316" z="266.06864"/>
<Orientation y="1.04522"/>
</Entity>
<Entity uid="412">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="792.61304" z="274.06864"/>
<Orientation y="2.63993"/>
</Entity>
<Entity uid="413">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="812.61341" z="274.06864"/>
<Orientation y="1.39385"/>
</Entity>
<Entity uid="414">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="542" z="646"/>
<Orientation y="1.16683"/>
</Entity>
<Entity uid="415">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="586" z="630"/>
<Orientation y="1.55471"/>
</Entity>
<Entity uid="416">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="590" z="630"/>
<Orientation y="0.08039"/>
</Entity>
<Entity uid="417">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="606" z="622"/>
<Orientation y="2.0222"/>
</Entity>
<Entity uid="418">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="610" z="614"/>
<Orientation y="2.11197"/>
</Entity>
<Entity uid="419">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="618" z="602"/>
<Orientation y="2.38259"/>
</Entity>
<Entity uid="420">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="618" z="606"/>
<Orientation y="1.01911"/>
</Entity>
<Entity uid="421">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="626" z="598"/>
<Orientation y="2.83132"/>
</Entity>
<Entity uid="422">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="630" z="594"/>
<Orientation y="2.4947"/>
</Entity>
<Entity uid="423">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="590"/>
<Orientation y="1.9499"/>
</Entity>
<Entity uid="424">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="650" z="574"/>
<Orientation y="0.00286"/>
</Entity>
<Entity uid="425">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="666" z="542"/>
<Orientation y="2.59488"/>
</Entity>
<Entity uid="426">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="526"/>
<Orientation y="2.69278"/>
</Entity>
<Entity uid="427">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="522"/>
<Orientation y="1.59238"/>
</Entity>
<Entity uid="428">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="674" z="482"/>
<Orientation y="0.14866"/>
</Entity>
<Entity uid="429">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="478"/>
<Orientation y="2.63755"/>
</Entity>
<Entity uid="430">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="670" z="482"/>
<Orientation y="1.3478"/>
</Entity>
<Entity uid="431">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="666" z="454"/>
<Orientation y="1.46904"/>
</Entity>
<Entity uid="432">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="666" z="466"/>
<Orientation y="3.08681"/>
</Entity>
<Entity uid="433">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="454"/>
<Orientation y="1.94208"/>
</Entity>
<Entity uid="434">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="658" z="438"/>
<Orientation y="1.72458"/>
</Entity>
<Entity uid="435">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="654" z="430"/>
<Orientation y="0.91915"/>
</Entity>
<Entity uid="436">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="638" z="418"/>
<Orientation y="0.81495"/>
</Entity>
<Entity uid="437">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="614" z="398"/>
<Orientation y="3.02648"/>
</Entity>
<Entity uid="438">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="574" z="382"/>
<Orientation y="1.08925"/>
</Entity>
<Entity uid="439">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="542" z="374"/>
<Orientation y="0.28414"/>
</Entity>
<Entity uid="440">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="550" z="378"/>
<Orientation y="1.2092"/>
</Entity>
<Entity uid="441">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="530" z="374"/>
<Orientation y="2.44205"/>
</Entity>
<Entity uid="442">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="530" z="378"/>
<Orientation y="0.33661"/>
</Entity>
<Entity uid="443">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="494" z="378"/>
<Orientation y="2.91549"/>
</Entity>
<Entity uid="444">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="478" z="378"/>
<Orientation y="2.49953"/>
</Entity>
<Entity uid="445">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="466" z="382"/>
<Orientation y="1.01378"/>
</Entity>
<Entity uid="446">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="434" z="386"/>
<Orientation y="1.9359"/>
</Entity>
<Entity uid="447">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="446" z="386"/>
<Orientation y="1.46572"/>
</Entity>
<Entity uid="448">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="374" z="458"/>
<Orientation y="2.73652"/>
</Entity>
<Entity uid="452">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="372.11393" z="285.32911"/>
<Orientation y="2.85042"/>
</Entity>
<Entity uid="453">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="380.11393" z="301.32911"/>
<Orientation y="1.71683"/>
</Entity>
<Entity uid="454">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="384.11393" z="309.32911"/>
<Orientation y="1.71416"/>
</Entity>
<Entity uid="455">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="384.11393" z="313.32911"/>
<Orientation y="0.23203"/>
</Entity>
<Entity uid="456">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="392.11393" z="313.32911"/>
<Orientation y="0.38064"/>
</Entity>
<Entity uid="457">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="392.11393" z="317.32911"/>
<Orientation y="3.05953"/>
</Entity>
<Entity uid="458">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="392.11393" z="325.32911"/>
<Orientation y="0.67064"/>
</Entity>
<Entity uid="459">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="416.11393" z="353.32902"/>
<Orientation y="1.80643"/>
</Entity>
<Entity uid="460">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="369.32902"/>
<Orientation y="2.44166"/>
</Entity>
<Entity uid="461">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="432.11393" z="373.32898"/>
<Orientation y="2.7255"/>
</Entity>
<Entity uid="462">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="440.11393" z="377.32895"/>
<Orientation y="1.22901"/>
</Entity>
<Entity uid="463">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.11393" z="377.32895"/>
<Orientation y="2.05294"/>
</Entity>
<Entity uid="464">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="780.61316" z="262.06858"/>
<Orientation y="2.79017"/>
</Entity>
<Entity uid="465">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="784.61316" z="262.06858"/>
<Orientation y="1.01761"/>
</Entity>
<Entity uid="466">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="792.61304" z="266.06864"/>
<Orientation y="2.76877"/>
</Entity>
<Entity uid="467">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="792.61304" z="270.0687"/>
<Orientation y="2.7624"/>
</Entity>
<Entity uid="468">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="796.61316" z="270.0687"/>
<Orientation y="0.21854"/>
</Entity>
<Entity uid="469">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="808.61341" z="270.0687"/>
<Orientation y="1.3651"/>
</Entity>
<Entity uid="470">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="514" z="642"/>
<Orientation y="2.17167"/>
</Entity>
<Entity uid="471">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="530" z="642"/>
<Orientation y="1.95861"/>
</Entity>
<Entity uid="474">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="594" z="622"/>
<Orientation y="0.57102"/>
</Entity>
<Entity uid="475">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="610"/>
<Orientation y="0.05155"/>
</Entity>
<Entity uid="476">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="614" z="606"/>
<Orientation y="0.43857"/>
</Entity>
<Entity uid="477">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="630" z="586"/>
<Orientation y="1.09437"/>
</Entity>
<Entity uid="478">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="586"/>
<Orientation y="0.48755"/>
</Entity>
<Entity uid="479">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="634" z="582"/>
<Orientation y="1.15201"/>
</Entity>
<Entity uid="480">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="646" z="570"/>
<Orientation y="2.35505"/>
</Entity>
<Entity uid="481">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="646" z="562"/>
<Orientation y="0.9507"/>
</Entity>
<Entity uid="482">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="658" z="542"/>
<Orientation y="2.5483"/>
</Entity>
<Entity uid="483">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="538"/>
<Orientation y="1.42168"/>
</Entity>
<Entity uid="484">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="662" z="530"/>
<Orientation y="2.31734"/>
</Entity>
<Entity uid="485">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="526"/>
<Orientation y="1.38566"/>
</Entity>
<Entity uid="486">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="666" z="494"/>
<Orientation y="1.7866"/>
</Entity>
<Entity uid="487">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="666" z="490"/>
<Orientation y="2.27717"/>
</Entity>
<Entity uid="488">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="666" z="482"/>
<Orientation y="1.05294"/>
</Entity>
<Entity uid="489">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="654" z="446"/>
<Orientation y="0.0898"/>
</Entity>
<Entity uid="490">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="426"/>
<Orientation y="1.218"/>
</Entity>
<Entity uid="491">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="418"/>
<Orientation y="2.57824"/>
</Entity>
<Entity uid="492">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="634" z="422"/>
<Orientation y="3.1353"/>
</Entity>
<Entity uid="493">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="626" z="414"/>
<Orientation y="1.94893"/>
</Entity>
<Entity uid="494">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="398"/>
<Orientation y="0.90085"/>
</Entity>
<Entity uid="495">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="594" z="390"/>
<Orientation y="1.18343"/>
</Entity>
<Entity uid="496">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="578" z="390"/>
<Orientation y="2.35499"/>
</Entity>
<Entity uid="497">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="570" z="382"/>
<Orientation y="2.35564"/>
</Entity>
<Entity uid="498">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="570" z="386"/>
<Orientation y="1.82798"/>
</Entity>
<Entity uid="499">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="566" z="382"/>
<Orientation y="2.83384"/>
</Entity>
<Entity uid="500">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="534" z="378"/>
<Orientation y="0.03347"/>
</Entity>
<Entity uid="501">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="510" z="382"/>
<Orientation y="2.79323"/>
</Entity>
<Entity uid="502">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="530" z="382"/>
<Orientation y="2.20792"/>
</Entity>
<Entity uid="503">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="462" z="386"/>
<Orientation y="1.47361"/>
</Entity>
<Entity uid="504">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="438" z="390"/>
<Orientation y="2.83213"/>
</Entity>
<Entity uid="505">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="446" z="390"/>
<Orientation y="2.27367"/>
</Entity>
<Entity uid="506">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="422" z="402"/>
<Orientation y="2.03838"/>
</Entity>
<Entity uid="507">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="414" z="406"/>
<Orientation y="1.453"/>
</Entity>
<Entity uid="508">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="418" z="406"/>
<Orientation y="0.28641"/>
</Entity>
<Entity uid="509">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="406" z="410"/>
<Orientation y="2.39583"/>
</Entity>
<Entity uid="510">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="398" z="422"/>
<Orientation y="2.20308"/>
</Entity>
<Entity uid="511">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="402" z="422"/>
<Orientation y="0.24071"/>
</Entity>
<Entity uid="512">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="382" z="446"/>
<Orientation y="1.78548"/>
</Entity>
<Entity uid="513">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="382" z="450"/>
<Orientation y="1.73546"/>
</Entity>
<Entity uid="514">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="378" z="458"/>
<Orientation y="2.05816"/>
</Entity>
<Entity uid="518">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="376.11393" z="277.32911"/>
<Orientation y="1.99009"/>
</Entity>
<Entity uid="519">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="376.11393" z="285.32911"/>
<Orientation y="1.72161"/>
</Entity>
<Entity uid="520">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="380.11393" z="297.32911"/>
<Orientation y="0.72132"/>
</Entity>
<Entity uid="521">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="404.11393" z="329.32911"/>
<Orientation y="2.55037"/>
</Entity>
<Entity uid="522">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="412.11393" z="337.32911"/>
<Orientation y="1.08075"/>
</Entity>
<Entity uid="523">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="416.11393" z="337.32911"/>
<Orientation y="2.53156"/>
</Entity>
<Entity uid="524">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="424.11393" z="349.32898"/>
<Orientation y="2.09514"/>
</Entity>
<Entity uid="525">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="424.11393" z="353.32902"/>
<Orientation y="1.43163"/>
</Entity>
<Entity uid="526">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="428.11393" z="357.32905"/>
<Orientation y="0.85097"/>
</Entity>
<Entity uid="527">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="357.32905"/>
<Orientation y="0.16623"/>
</Entity>
<Entity uid="528">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="361.32902"/>
<Orientation y="3.13729"/>
</Entity>
<Entity uid="529">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="436.11393" z="365.32902"/>
<Orientation y="1.385"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="760.61329" z="242.06873"/>
<Orientation y="0.39425"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="784.61316" z="258.06864"/>
<Orientation y="1.60294"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="514" z="638"/>
<Orientation y="1.64002"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="526" z="638"/>
<Orientation y="0.62295"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="550" z="634"/>
<Orientation y="1.67508"/>
</Entity>
<Entity uid="538">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="610" z="602"/>
<Orientation y="0.67821"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="594"/>
<Orientation y="2.5908"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="618" z="590"/>
<Orientation y="2.44231"/>
</Entity>
<Entity uid="541">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="622" z="586"/>
<Orientation y="1.94372"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="626" z="586"/>
<Orientation y="2.56066"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="630" z="578"/>
<Orientation y="1.30091"/>
</Entity>
<Entity uid="544">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="566"/>
<Orientation y="1.98481"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="642" z="566"/>
<Orientation y="0.44082"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="650" z="550"/>
<Orientation y="2.6268"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="650" z="546"/>
<Orientation y="2.42267"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="654" z="538"/>
<Orientation y="0.90018"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="658" z="534"/>
<Orientation y="0.75567"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="658" z="526"/>
<Orientation y="0.40264"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="662" z="510"/>
<Orientation y="2.70348"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="514"/>
<Orientation y="1.45565"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="662" z="482"/>
<Orientation y="1.49105"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="654" z="462"/>
<Orientation y="1.71541"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="650" z="450"/>
<Orientation y="3.01941"/>
</Entity>
<Entity uid="556">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="646" z="438"/>
<Orientation y="0.36811"/>
</Entity>
<Entity uid="557">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="646" z="446"/>
<Orientation y="0.87354"/>
</Entity>
<Entity uid="558">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="426"/>
<Orientation y="3.05027"/>
</Entity>
<Entity uid="559">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="430"/>
<Orientation y="2.29253"/>
</Entity>
<Entity uid="560">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="630" z="422"/>
<Orientation y="2.63471"/>
</Entity>
<Entity uid="561">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="590" z="394"/>
<Orientation y="0.52321"/>
</Entity>
<Entity uid="562">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="566" z="390"/>
<Orientation y="2.97053"/>
</Entity>
<Entity uid="563">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="562" z="386"/>
<Orientation y="0.10697"/>
</Entity>
<Entity uid="564">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="554" z="386"/>
<Orientation y="1.21448"/>
</Entity>
<Entity uid="565">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="482" z="386"/>
<Orientation y="0.60935"/>
</Entity>
<Entity uid="566">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="462" z="390"/>
<Orientation y="0.0524"/>
</Entity>
<Entity uid="567">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="446" z="394"/>
<Orientation y="0.72426"/>
</Entity>
<Entity uid="568">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="438" z="402"/>
<Orientation y="0.6025"/>
</Entity>
<Entity uid="569">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="392.40497" z="407.37485"/>
<Orientation y="2.39811"/>
</Entity>
<Entity uid="570">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="422" z="410"/>
<Orientation y="2.97771"/>
</Entity>
<Entity uid="571">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="414" z="414"/>
<Orientation y="1.07273"/>
</Entity>
<Entity uid="572">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="402" z="426"/>
<Orientation y="2.39698"/>
</Entity>
<Entity uid="573">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="398" z="434"/>
<Orientation y="2.6406"/>
</Entity>
<Entity uid="574">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394" z="442"/>
<Orientation y="2.45601"/>
</Entity>
<Entity uid="575">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="346.88862" z="455.4037"/>
<Orientation y="2.52"/>
</Entity>
<Entity uid="576">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="382" z="454"/>
<Orientation y="1.34635"/>
</Entity>
<Entity uid="577">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="342.88862" z="463.4037"/>
<Orientation y="0.1218"/>
</Entity>
<Entity uid="579">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="392.11393" z="297.32911"/>
<Orientation y="1.86796"/>
</Entity>
<Entity uid="580">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="420.11393" z="337.32911"/>
<Orientation y="0.53292"/>
</Entity>
<Entity uid="581">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="349.32898"/>
<Orientation y="0.28351"/>
</Entity>
<Entity uid="582">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="436.11393" z="361.32902"/>
<Orientation y="1.20215"/>
</Entity>
<Entity uid="583">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="440.11393" z="361.32902"/>
<Orientation y="2.59995"/>
</Entity>
<Entity uid="584">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="772.61329" z="246.06876"/>
<Orientation y="0.12633"/>
</Entity>
<Entity uid="585">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="788.61304" z="254.06876"/>
<Orientation y="2.99703"/>
</Entity>
<Entity uid="586">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="534" z="634"/>
<Orientation y="2.10589"/>
</Entity>
<Entity uid="587">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="538" z="634"/>
<Orientation y="0.44587"/>
</Entity>
<Entity uid="588">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="558" z="626"/>
<Orientation y="1.26554"/>
</Entity>
<Entity uid="589">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="562" z="626"/>
<Orientation y="2.72445"/>
</Entity>
<Entity uid="590">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="562" z="622"/>
<Orientation y="1.91646"/>
</Entity>
<Entity uid="591">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="566" z="622"/>
<Orientation y="0.2829"/>
</Entity>
<Entity uid="596">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="590"/>
<Orientation y="2.38036"/>
</Entity>
<Entity uid="597">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="622" z="578"/>
<Orientation y="2.90331"/>
</Entity>
<Entity uid="598">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="638" z="562"/>
<Orientation y="2.79313"/>
</Entity>
<Entity uid="599">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="558"/>
<Orientation y="2.42716"/>
</Entity>
<Entity uid="600">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="554"/>
<Orientation y="1.94988"/>
</Entity>
<Entity uid="601">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="654" z="522"/>
<Orientation y="2.7772"/>
</Entity>
<Entity uid="602">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="654" z="518"/>
<Orientation y="1.42991"/>
</Entity>
<Entity uid="603">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="658" z="506"/>
<Orientation y="0.47529"/>
</Entity>
<Entity uid="604">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="654" z="478"/>
<Orientation y="1.103"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="438"/>
<Orientation y="1.7072"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="438"/>
<Orientation y="1.96106"/>
</Entity>
<Entity uid="607">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="622" z="422"/>
<Orientation y="0.36991"/>
</Entity>
<Entity uid="608">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="606" z="410"/>
<Orientation y="2.19315"/>
</Entity>
<Entity uid="609">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="590" z="402"/>
<Orientation y="1.55346"/>
</Entity>
<Entity uid="610">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="594" z="402"/>
<Orientation y="2.3258"/>
</Entity>
<Entity uid="611">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="586" z="398"/>
<Orientation y="3.09681"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="586" z="402"/>
<Orientation y="0.16105"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="582" z="398"/>
<Orientation y="2.59708"/>
</Entity>
<Entity uid="614">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="570" z="394"/>
<Orientation y="0.74553"/>
</Entity>
<Entity uid="615">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="542" z="390"/>
<Orientation y="1.5334"/>
</Entity>
<Entity uid="616">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="539.2425" z="373.29828"/>
<Orientation y="2.65317"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="585.1114" z="381.78571"/>
<Orientation y="2.55828"/>
</Entity>
<Entity uid="618">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="522" z="390"/>
<Orientation y="0.3475"/>
</Entity>
<Entity uid="619">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="462" z="398"/>
<Orientation y="3.07161"/>
</Entity>
<Entity uid="622">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="414" z="418"/>
<Orientation y="2.46045"/>
</Entity>
<Entity uid="623">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="398" z="438"/>
<Orientation y="1.31395"/>
</Entity>
<Entity uid="624">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="389.21271" z="424.28016"/>
<Orientation y="2.22007"/>
</Entity>
<Entity uid="625">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="346.88862" z="467.4037"/>
<Orientation y="2.01001"/>
</Entity>
<Entity uid="630">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="388.11393" z="281.32911"/>
<Orientation y="0.14168"/>
</Entity>
<Entity uid="631">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="392.11393" z="289.32911"/>
<Orientation y="1.66228"/>
</Entity>
<Entity uid="632">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="404.11393" z="305.32911"/>
<Orientation y="0.95411"/>
</Entity>
<Entity uid="633">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="408.11393" z="321.32911"/>
<Orientation y="1.17417"/>
</Entity>
<Entity uid="634">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="416.11393" z="321.32911"/>
<Orientation y="1.69896"/>
</Entity>
<Entity uid="635">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="420.11393" z="325.32911"/>
<Orientation y="0.49076"/>
</Entity>
<Entity uid="636">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="432.11393" z="341.32917"/>
<Orientation y="0.91717"/>
</Entity>
<Entity uid="637">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="432.11393" z="345.32917"/>
<Orientation y="1.32575"/>
</Entity>
<Entity uid="638">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="436.11393" z="345.32917"/>
<Orientation y="0.31405"/>
</Entity>
<Entity uid="639">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="440.11393" z="349.32898"/>
<Orientation y="1.32645"/>
</Entity>
<Entity uid="640">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.11393" z="357.32905"/>
<Orientation y="3.1377"/>
</Entity>
<Entity uid="641">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="756.61329" z="226.06876"/>
<Orientation y="1.42678"/>
</Entity>
<Entity uid="642">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="768.61329" z="234.06876"/>
<Orientation y="2.92888"/>
</Entity>
<Entity uid="643">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="772.61329" z="242.06873"/>
<Orientation y="0.6059"/>
</Entity>
<Entity uid="644">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="800.61316" z="254.06876"/>
<Orientation y="2.76601"/>
</Entity>
<Entity uid="645">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="804.61329" z="258.06864"/>
<Orientation y="0.52358"/>
</Entity>
<Entity uid="646">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="808.61341" z="258.06864"/>
<Orientation y="1.86597"/>
</Entity>
<Entity uid="647">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="538" z="626"/>
<Orientation y="0.54906"/>
</Entity>
<Entity uid="648">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="546" z="626"/>
<Orientation y="2.45923"/>
</Entity>
<Entity uid="649">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="558" z="622"/>
<Orientation y="2.67278"/>
</Entity>
<Entity uid="654">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="602" z="590"/>
<Orientation y="2.25196"/>
</Entity>
<Entity uid="655">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="630" z="558"/>
<Orientation y="1.60842"/>
</Entity>
<Entity uid="656">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="650" z="522"/>
<Orientation y="2.10288"/>
</Entity>
<Entity uid="657">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="654" z="486"/>
<Orientation y="3.02944"/>
</Entity>
<Entity uid="658">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="650" z="478"/>
<Orientation y="0.78873"/>
</Entity>
<Entity uid="659">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="458"/>
<Orientation y="0.25834"/>
</Entity>
<Entity uid="660">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="446"/>
<Orientation y="1.0341"/>
</Entity>
<Entity uid="661">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="675.80372" z="401.96287"/>
<Orientation y="0.4242"/>
</Entity>
<Entity uid="662">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="675.80372" z="405.96287"/>
<Orientation y="0.18491"/>
</Entity>
<Entity uid="663">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="659.80372" z="393.96287"/>
<Orientation y="2.7311"/>
</Entity>
<Entity uid="664">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="655.80372" z="389.96287"/>
<Orientation y="1.55575"/>
</Entity>
<Entity uid="665">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="582" z="402"/>
<Orientation y="2.98432"/>
</Entity>
<Entity uid="666">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="613.43482" z="353.0937"/>
<Orientation y="0.31984"/>
</Entity>
<Entity uid="667">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="617.43482" z="353.0937"/>
<Orientation y="3.07174"/>
</Entity>
<Entity uid="668">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="550" z="394"/>
<Orientation y="0.36304"/>
</Entity>
<Entity uid="669">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="526" z="394"/>
<Orientation y="0.51825"/>
</Entity>
<Entity uid="672">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="522" z="394"/>
<Orientation y="1.1254"/>
</Entity>
<Entity uid="673">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="466" z="398"/>
<Orientation y="1.69872"/>
</Entity>
<Entity uid="676">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="466" z="402"/>
<Orientation y="1.20829"/>
</Entity>
<Entity uid="679">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="354.88862" z="463.4037"/>
<Orientation y="0.07311"/>
</Entity>
<Entity uid="680">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="350.88862" z="467.4037"/>
<Orientation y="0.57587"/>
</Entity>
<Entity uid="685">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="392.11393" z="281.32911"/>
<Orientation y="0.89673"/>
</Entity>
<Entity uid="686">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="392.11393" z="285.32911"/>
<Orientation y="1.6192"/>
</Entity>
<Entity uid="687">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="408.11393" z="297.32911"/>
<Orientation y="3.13633"/>
</Entity>
<Entity uid="688">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="408.11393" z="301.32911"/>
<Orientation y="0.24595"/>
</Entity>
<Entity uid="689">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="408.11393" z="309.32911"/>
<Orientation y="1.793"/>
</Entity>
<Entity uid="690">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="333.32911"/>
<Orientation y="1.2489"/>
</Entity>
<Entity uid="691">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="440.11393" z="341.32917"/>
<Orientation y="0.0982"/>
</Entity>
<Entity uid="692">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="444.11393" z="349.32898"/>
<Orientation y="3.04375"/>
</Entity>
<Entity uid="693">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="764.61329" z="222.06876"/>
<Orientation y="2.01195"/>
</Entity>
<Entity uid="694">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="764.61329" z="226.06876"/>
<Orientation y="1.23571"/>
</Entity>
<Entity uid="695">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="788.61304" z="238.06873"/>
<Orientation y="2.26207"/>
</Entity>
<Entity uid="696">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="792.61304" z="246.06876"/>
<Orientation y="2.69242"/>
</Entity>
<Entity uid="697">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="796.61316" z="246.06876"/>
<Orientation y="0.50228"/>
</Entity>
<Entity uid="698">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="808.61341" z="250.06876"/>
<Orientation y="1.30121"/>
</Entity>
<Entity uid="699">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="808.61341" z="254.06876"/>
<Orientation y="2.23304"/>
</Entity>
<Entity uid="700">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="530" z="626"/>
<Orientation y="1.70031"/>
</Entity>
<Entity uid="701">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="538" z="622"/>
<Orientation y="1.61561"/>
</Entity>
<Entity uid="702">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="554" z="618"/>
<Orientation y="1.18398"/>
</Entity>
<Entity uid="703">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="554" z="614"/>
<Orientation y="1.64556"/>
</Entity>
<Entity uid="707">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="606" z="574"/>
<Orientation y="1.1002"/>
</Entity>
<Entity uid="708">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="630" z="546"/>
<Orientation y="0.0649"/>
</Entity>
<Entity uid="709">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="630" z="550"/>
<Orientation y="1.0906"/>
</Entity>
<Entity uid="710">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="542"/>
<Orientation y="1.26188"/>
</Entity>
<Entity uid="711">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="538"/>
<Orientation y="1.51911"/>
</Entity>
<Entity uid="712">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="534"/>
<Orientation y="0.78975"/>
</Entity>
<Entity uid="713">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="642" z="526"/>
<Orientation y="2.3069"/>
</Entity>
<Entity uid="714">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="642" z="530"/>
<Orientation y="3.03237"/>
</Entity>
<Entity uid="715">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="646" z="482"/>
<Orientation y="2.71512"/>
</Entity>
<Entity uid="716">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="675.80372" z="409.96287"/>
<Orientation y="1.15847"/>
</Entity>
<Entity uid="717">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="671.80372" z="405.96287"/>
<Orientation y="2.0838"/>
</Entity>
<Entity uid="718">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="663.80372" z="401.96287"/>
<Orientation y="0.51055"/>
</Entity>
<Entity uid="719">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="651.80372" z="393.96287"/>
<Orientation y="0.58898"/>
</Entity>
<Entity uid="720">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="647.80372" z="389.96287"/>
<Orientation y="1.61889"/>
</Entity>
<Entity uid="721">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="582" z="410"/>
<Orientation y="2.2916"/>
</Entity>
<Entity uid="722">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="617.43482" z="361.0937"/>
<Orientation y="0.23168"/>
</Entity>
<Entity uid="724">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="498.75046" z="372.33622"/>
<Orientation y="-1.63918"/>
</Entity>
<Entity uid="729">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="369.92545" z="616.78052"/>
<Orientation y="2.44254"/>
</Entity>
<Entity uid="730">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="368.9014" z="437.1537"/>
<Orientation y="1.4827"/>
</Entity>
<Entity uid="731">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="353.92545" z="640.78046"/>
<Orientation y="2.28566"/>
</Entity>
<Entity uid="732">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="349.92545" z="644.78034"/>
<Orientation y="2.91567"/>
</Entity>
<Entity uid="739">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="396.11393" z="281.32911"/>
<Orientation y="0.29236"/>
</Entity>
<Entity uid="740">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="412.11393" z="297.32911"/>
<Orientation y="2.9789"/>
</Entity>
<Entity uid="741">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="420.11393" z="313.32911"/>
<Orientation y="2.40412"/>
</Entity>
<Entity uid="742">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.11393" z="341.32917"/>
<Orientation y="0.41912"/>
</Entity>
<Entity uid="743">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="756.61329" z="206.06876"/>
<Orientation y="2.1994"/>
</Entity>
<Entity uid="744">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="760.61329" z="214.06876"/>
<Orientation y="1.12095"/>
</Entity>
<Entity uid="745">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="764.61329" z="218.06876"/>
<Orientation y="0.0423"/>
</Entity>
<Entity uid="746">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="776.61316" z="226.06876"/>
<Orientation y="2.83635"/>
</Entity>
<Entity uid="747">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="780.61316" z="230.06876"/>
<Orientation y="2.02068"/>
</Entity>
<Entity uid="748">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="780.61316" z="234.06876"/>
<Orientation y="2.76703"/>
</Entity>
<Entity uid="749">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="804.61329" z="246.06876"/>
<Orientation y="1.58111"/>
</Entity>
<Entity uid="753">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="598" z="574"/>
<Orientation y="0.0353"/>
</Entity>
<Entity uid="754">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="534"/>
<Orientation y="0.1433"/>
</Entity>
<Entity uid="755">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="506"/>
<Orientation y="0.74941"/>
</Entity>
<Entity uid="756">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="642" z="502"/>
<Orientation y="1.34722"/>
</Entity>
<Entity uid="757">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="646" z="494"/>
<Orientation y="2.74703"/>
</Entity>
<Entity uid="758">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="478"/>
<Orientation y="1.22928"/>
</Entity>
<Entity uid="759">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="482"/>
<Orientation y="3.08536"/>
</Entity>
<Entity uid="760">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642" z="490"/>
<Orientation y="1.95081"/>
</Entity>
<Entity uid="761">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="638" z="470"/>
<Orientation y="1.5442"/>
</Entity>
<Entity uid="762">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="474"/>
<Orientation y="2.43375"/>
</Entity>
<Entity uid="763">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="638" z="478"/>
<Orientation y="1.656"/>
</Entity>
<Entity uid="764">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="703.71918" z="524.8932"/>
<Orientation y="0.71595"/>
</Entity>
<Entity uid="765">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="703.71918" z="532.8932"/>
<Orientation y="1.77057"/>
</Entity>
<Entity uid="766">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="667.80372" z="413.96287"/>
<Orientation y="0.05024"/>
</Entity>
<Entity uid="767">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="659.80372" z="401.96287"/>
<Orientation y="1.82761"/>
</Entity>
<Entity uid="768">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="659.80372" z="405.96287"/>
<Orientation y="0.35703"/>
</Entity>
<Entity uid="769">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="651.80372" z="401.96287"/>
<Orientation y="1.46901"/>
</Entity>
<Entity uid="770">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="647.80372" z="393.96287"/>
<Orientation y="2.4384"/>
</Entity>
<Entity uid="771">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="647.80372" z="397.96287"/>
<Orientation y="1.60032"/>
</Entity>
<Entity uid="772">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="643.80372" z="393.96287"/>
<Orientation y="1.9665"/>
</Entity>
<Entity uid="773">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="631.80372" z="385.96287"/>
<Orientation y="0.42913"/>
</Entity>
<Entity uid="784">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="373.92545" z="620.78052"/>
<Orientation y="0.8784"/>
</Entity>
<Entity uid="785">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="373.92545" z="624.78052"/>
<Orientation y="1.63083"/>
</Entity>
<Entity uid="786">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="365.92545" z="632.78046"/>
<Orientation y="2.4166"/>
</Entity>
<Entity uid="790">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="408.11393" z="289.32911"/>
<Orientation y="1.60473"/>
</Entity>
<Entity uid="791">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="412.11393" z="289.32911"/>
<Orientation y="1.94416"/>
</Entity>
<Entity uid="792">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="428.11393" z="313.32911"/>
<Orientation y="1.51885"/>
</Entity>
<Entity uid="793">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="432.11393" z="313.32911"/>
<Orientation y="1.36252"/>
</Entity>
<Entity uid="794">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="760.61329" z="202.06876"/>
<Orientation y="0.37699"/>
</Entity>
<Entity uid="795">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="760.61329" z="206.06876"/>
<Orientation y="0.10859"/>
</Entity>
<Entity uid="796">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="772.61329" z="214.06876"/>
<Orientation y="0.54375"/>
</Entity>
<Entity uid="797">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="796.61316" z="230.06876"/>
<Orientation y="0.96183"/>
</Entity>
<Entity uid="798">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="538" z="610"/>
<Orientation y="1.33962"/>
</Entity>
<Entity uid="804">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="562"/>
<Orientation y="1.2282"/>
</Entity>
<Entity uid="805">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="554"/>
<Orientation y="0.55658"/>
</Entity>
<Entity uid="806">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="610" z="558"/>
<Orientation y="1.55404"/>
</Entity>
<Entity uid="807">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="614" z="550"/>
<Orientation y="1.62612"/>
</Entity>
<Entity uid="808">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="626" z="538"/>
<Orientation y="1.23208"/>
</Entity>
<Entity uid="809">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="526"/>
<Orientation y="2.73781"/>
</Entity>
<Entity uid="810">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="522"/>
<Orientation y="2.5371"/>
</Entity>
<Entity uid="811">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="638" z="514"/>
<Orientation y="2.22162"/>
</Entity>
<Entity uid="812">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="711.71918" z="568.89307"/>
<Orientation y="3.00205"/>
</Entity>
<Entity uid="813">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="703.71918" z="544.8932"/>
<Orientation y="0.54535"/>
</Entity>
<Entity uid="814">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="695.71918" z="524.8932"/>
<Orientation y="2.86696"/>
</Entity>
<Entity uid="815">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="687.71918" z="520.8932"/>
<Orientation y="1.45293"/>
</Entity>
<Entity uid="816">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="691.71918" z="524.8932"/>
<Orientation y="0.82892"/>
</Entity>
<Entity uid="817">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="659.80372" z="413.96287"/>
<Orientation y="1.61802"/>
</Entity>
<Entity uid="818">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="655.80372" z="405.96287"/>
<Orientation y="1.6895"/>
</Entity>
<Entity uid="819">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="647.80372" z="405.96287"/>
<Orientation y="1.64637"/>
</Entity>
<Entity uid="820">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="639.80372" z="393.96287"/>
<Orientation y="1.27836"/>
</Entity>
<Entity uid="821">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="631.80372" z="393.96287"/>
<Orientation y="2.65525"/>
</Entity>
<Entity uid="822">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="627.80372" z="393.96287"/>
<Orientation y="2.10215"/>
</Entity>
<Entity uid="825">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="517.28968" z="370.46634"/>
<Orientation y="2.99305"/>
</Entity>
<Entity uid="826">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="561.26917" z="376.28959"/>
<Orientation y="1.39873"/>
</Entity>
<Entity uid="835">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="377.92545" z="624.78052"/>
<Orientation y="1.46192"/>
</Entity>
<Entity uid="836">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="377.92545" z="628.78046"/>
<Orientation y="1.30231"/>
</Entity>
<Entity uid="837">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="365.92545" z="636.78046"/>
<Orientation y="1.31456"/>
</Entity>
<Entity uid="838">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="361.92545" z="648.78034"/>
<Orientation y="1.94224"/>
</Entity>
<Entity uid="844">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="420.11393" z="285.32911"/>
<Orientation y="2.19158"/>
</Entity>
<Entity uid="845">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="420.11393" z="297.32911"/>
<Orientation y="2.86303"/>
</Entity>
<Entity uid="846">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="756.61329" z="194.06876"/>
<Orientation y="3.03801"/>
</Entity>
<Entity uid="847">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="764.61329" z="202.06876"/>
<Orientation y="1.60294"/>
</Entity>
<Entity uid="848">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="768.61329" z="210.06876"/>
<Orientation y="0.83478"/>
</Entity>
<Entity uid="849">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="784.61316" z="218.06876"/>
<Orientation y="0.83901"/>
</Entity>
<Entity uid="850">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="800.61316" z="234.06876"/>
<Orientation y="1.20328"/>
</Entity>
<Entity uid="851">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="514" z="610"/>
<Orientation y="2.02529"/>
</Entity>
<Entity uid="852">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="522" z="610"/>
<Orientation y="1.93934"/>
</Entity>
<Entity uid="853">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="538" z="606"/>
<Orientation y="1.69455"/>
</Entity>
<Entity uid="857">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="586" z="570"/>
<Orientation y="2.33416"/>
</Entity>
<Entity uid="858">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="606" z="558"/>
<Orientation y="1.6033"/>
</Entity>
<Entity uid="859">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="606" z="554"/>
<Orientation y="2.04119"/>
</Entity>
<Entity uid="860">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="610" z="550"/>
<Orientation y="1.3606"/>
</Entity>
<Entity uid="861">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="630" z="514"/>
<Orientation y="2.48835"/>
</Entity>
<Entity uid="862">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="630" z="518"/>
<Orientation y="1.21845"/>
</Entity>
<Entity uid="863">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="634" z="502"/>
<Orientation y="0.76076"/>
</Entity>
<Entity uid="864">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634" z="506"/>
<Orientation y="0.39795"/>
</Entity>
<Entity uid="865">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="707.71918" z="564.89307"/>
<Orientation y="2.78528"/>
</Entity>
<Entity uid="866">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="707.71918" z="556.89307"/>
<Orientation y="1.12447"/>
</Entity>
<Entity uid="867">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="703.71918" z="552.8932"/>
<Orientation y="0.00228"/>
</Entity>
<Entity uid="868">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="699.71918" z="544.8932"/>
<Orientation y="0.26818"/>
</Entity>
<Entity uid="869">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="691.71918" z="528.8932"/>
<Orientation y="0.30831"/>
</Entity>
<Entity uid="870">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="691.71918" z="532.8932"/>
<Orientation y="0.39058"/>
</Entity>
<Entity uid="871">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="683.71918" z="528.8932"/>
<Orientation y="2.91973"/>
</Entity>
<Entity uid="872">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="687.71918" z="528.8932"/>
<Orientation y="0.06641"/>
</Entity>
<Entity uid="873">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="679.71918" z="520.8932"/>
<Orientation y="2.36175"/>
</Entity>
<Entity uid="874">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="651.80372" z="409.96287"/>
<Orientation y="1.91091"/>
</Entity>
<Entity uid="875">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="643.80372" z="409.96287"/>
<Orientation y="1.50063"/>
</Entity>
<Entity uid="876">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="635.80372" z="397.96287"/>
<Orientation y="1.16361"/>
</Entity>
<Entity uid="877">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="623.80372" z="397.96287"/>
<Orientation y="2.68276"/>
</Entity>
<Entity uid="879">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="577.27533" z="364.98902"/>
<Orientation y="2.83703"/>
</Entity>
<Entity uid="884">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="385.92545" z="628.78046"/>
<Orientation y="0.27744"/>
</Entity>
<Entity uid="885">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="373.92545" z="640.78046"/>
<Orientation y="1.40101"/>
</Entity>
<Entity uid="886">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="365.92545" z="648.78034"/>
<Orientation y="3.05095"/>
</Entity>
<Entity uid="889">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="416.11393" z="281.32911"/>
<Orientation y="0.29938"/>
</Entity>
<Entity uid="890">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="436.11393" z="301.32911"/>
<Orientation y="1.96386"/>
</Entity>
<Entity uid="891">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="440.11393" z="305.32911"/>
<Orientation y="0.82485"/>
</Entity>
<Entity uid="892">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="760.61329" z="190.06876"/>
<Orientation y="0.96618"/>
</Entity>
<Entity uid="893">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="772.61329" z="202.06876"/>
<Orientation y="0.11005"/>
</Entity>
<Entity uid="894">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="780.61316" z="210.06876"/>
<Orientation y="1.27877"/>
</Entity>
<Entity uid="895">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="788.61304" z="214.06876"/>
<Orientation y="1.90691"/>
</Entity>
<Entity uid="896">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="792.61304" z="222.06876"/>
<Orientation y="0.71393"/>
</Entity>
<Entity uid="897">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="804.61329" z="222.06876"/>
<Orientation y="1.13794"/>
</Entity>
<Entity uid="898">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="804.61329" z="230.06876"/>
<Orientation y="1.91247"/>
</Entity>
<Entity uid="899">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="522" z="606"/>
<Orientation y="3.10892"/>
</Entity>
<Entity uid="900">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="526" z="606"/>
<Orientation y="0.28193"/>
</Entity>
<Entity uid="901">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="58" z="394"/>
<Orientation y="2.0259"/>
</Entity>
<Entity uid="902">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="69.66926" z="396.798"/>
<Orientation y="5.95786"/>
</Entity>
<Entity uid="903">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="47.11774" z="388.94271"/>
<Orientation y="2.07633"/>
</Entity>
<Entity uid="904">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="58.14165" z="401.99875"/>
<Orientation y="1.25844"/>
</Entity>
<Entity uid="905">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="542" z="698"/>
<Orientation y="1.58538"/>
</Entity>
<Entity uid="906">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="547.04012" z="708.89023"/>
<Orientation y="4.48514"/>
</Entity>
<Entity uid="907">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="549.6331" z="695.605"/>
<Orientation y="2.80391"/>
</Entity>
<Entity uid="908">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="618" z="314"/>
<Orientation y="3.74186"/>
</Entity>
<Entity uid="909">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="606.39493" z="317.05323"/>
<Orientation y="1.12034"/>
</Entity>
<Entity uid="910">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="626.74395" z="305.78153"/>
<Orientation y="1.84881"/>
</Entity>
<Entity uid="911">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="614.80777" z="306.6645"/>
<Orientation y="5.24418"/>
</Entity>
<Entity uid="912">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="74" z="310"/>
<Orientation y="3.01273"/>
</Entity>
<Entity uid="913">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="85.66909" z="312.79863"/>
<Orientation y="0.34708"/>
</Entity>
<Entity uid="914">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="82.43099" z="318.53925"/>
<Orientation y="2.13581"/>
</Entity>
<Entity uid="915">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="71.94352" z="302.26885"/>
<Orientation y="0.58037"/>
</Entity>
<Entity uid="916">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="68.976" z="318.15662"/>
<Orientation y="2.34708"/>
</Entity>
<Entity uid="917">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="318" z="538"/>
<Orientation y="6.16503"/>
</Entity>
<Entity uid="918">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="308.16343" z="531.12674"/>
<Orientation y="3.52605"/>
</Entity>
<Entity uid="919">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="321.11727" z="549.58805"/>
<Orientation y="1.69188"/>
</Entity>
<Entity uid="920">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="312.0193" z="548.40343"/>
<Orientation y="4.711"/>
</Entity>
<Entity uid="921">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="320.34195" z="530.35048"/>
<Orientation y="3.6339"/>
</Entity>
<Entity uid="922">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="313.98031" z="541.59404"/>
<Orientation y="1.60372"/>
</Entity>
<Entity uid="923">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="346" z="282"/>
<Orientation y="5.94275"/>
</Entity>
<Entity uid="924">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="345.87539" z="270.00065"/>
<Orientation y="5.39473"/>
</Entity>
<Entity uid="925">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="341.77909" z="293.23316"/>
<Orientation y="4.05225"/>
</Entity>
<Entity uid="926">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="341.66749" z="275.27472"/>
<Orientation y="3.63636"/>
</Entity>
<Entity uid="927">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="347.76964" z="277.09348"/>
<Orientation y="1.94407"/>
</Entity>
<Entity uid="928">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="650" z="54"/>
<Orientation y="1.36513"/>
</Entity>
<Entity uid="929">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="660.51827" z="59.77634"/>
<Orientation y="4.82958"/>
</Entity>
<Entity uid="930">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="656.09574" z="64.33645"/>
<Orientation y="3.44291"/>
</Entity>
<Entity uid="931">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="646.47492" z="46.81852"/>
<Orientation y="5.1034"/>
</Entity>
<Entity uid="932">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="645.4094" z="48.73748"/>
<Orientation y="2.09806"/>
</Entity>
<Entity uid="933">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="658.27097" z="56.96547"/>
<Orientation y="2.20992"/>
</Entity>
<Entity uid="934">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="242" z="218"/>
<Orientation y="5.01807"/>
</Entity>
<Entity uid="935">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="243.64489" z="229.88674"/>
<Orientation y="0.68752"/>
</Entity>
<Entity uid="936">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="243.72748" z="229.875"/>
<Orientation y="1.24364"/>
</Entity>
<Entity uid="937">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="241.08198" z="225.94716"/>
<Orientation y="5.27009"/>
</Entity>
<Entity uid="938">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="234" z="674"/>
<Orientation y="3.75824"/>
</Entity>
<Entity uid="939">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="226.90365" z="664.32314"/>
<Orientation y="3.9976"/>
</Entity>
<Entity uid="940">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="234.61545" z="662.0158"/>
<Orientation y="3.17907"/>
</Entity>
<Entity uid="941">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="239.6991" z="668.38572"/>
<Orientation y="0.56446"/>
</Entity>
<Entity uid="942">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="134" z="590"/>
<Orientation y="3.32026"/>
</Entity>
<Entity uid="943">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="122.54715" z="593.58222"/>
<Orientation y="0.92649"/>
</Entity>
<Entity uid="944">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="135.64118" z="578.11277"/>
<Orientation y="2.19071"/>
</Entity>
<Entity uid="945">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="139.57444" z="595.7381"/>
<Orientation y="0.84723"/>
</Entity>
<Entity uid="946">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="678" z="342"/>
<Orientation y="5.33376"/>
</Entity>
<Entity uid="947">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="686.4765" z="335.54528"/>
<Orientation y="2.31089"/>
</Entity>
<Entity uid="948">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="673.79482" z="348.80562"/>
<Orientation y="0.8059"/>
</Entity>
<Entity uid="949">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="687.65485" z="347.69253"/>
<Orientation y="1.17086"/>
</Entity>
<Entity uid="950">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="688.68624" z="339.19478"/>
<Orientation y="2.4385"/>
</Entity>
<Entity uid="951">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="386" z="126"/>
<Orientation y="1.29752"/>
</Entity>
<Entity uid="952">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="396.88511" z="122.85447"/>
<Orientation y="2.68064"/>
</Entity>
<Entity uid="953">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="381.7479" z="119.22361"/>
<Orientation y="3.41207"/>
</Entity>
<Entity uid="954">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="390.5266" z="132.59621"/>
<Orientation y="2.32018"/>
</Entity>
<Entity uid="955">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="47.77082" z="581.75464"/>
<Orientation y="4.6339"/>
</Entity>
<Entity uid="956">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="46.09353" z="568.41761"/>
<Orientation y="0.29207"/>
</Entity>
<Entity uid="957">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="23.07728" z="599.81766"/>
<Orientation y="5.33684"/>
</Entity>
<Entity uid="958">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="13.33388" z="602.52462"/>
<Orientation y="0.49967"/>
</Entity>
<Entity uid="959">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="906" z="378"/>
<Orientation y="4.27953"/>
</Entity>
<Entity uid="960">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="912.29877" z="368.3829"/>
<Orientation y="0.1908"/>
</Entity>
<Entity uid="961">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="903.7018" z="387.76122"/>
<Orientation y="3.76713"/>
</Entity>
<Entity uid="962">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="904.1557" z="370.2155"/>
<Orientation y="0.55239"/>
</Entity>
<Entity uid="963">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="900.19309" z="372.4973"/>
<Orientation y="0.21521"/>
</Entity>
<Entity uid="964">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="909.59516" z="381.26021"/>
<Orientation y="0.21802"/>
</Entity>
<Entity uid="965">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="804.73023" z="816.17725"/>
<Orientation y="0.10099"/>
</Entity>
<Entity uid="966">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="806.54151" z="824.83594"/>
<Orientation y="3.50736"/>
</Entity>
<Entity uid="967">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="809.84437" z="822.32911"/>
<Orientation y="2.18886"/>
</Entity>
<Entity uid="968">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="801.48084" z="823.48761"/>
<Orientation y="4.78985"/>
</Entity>
<Entity uid="969">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="810.76325" z="815.05634"/>
<Orientation y="0.7893"/>
</Entity>
<Entity uid="970">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="149.82265" z="491.19031"/>
<Orientation y="3.56792"/>
</Entity>
<Entity uid="971">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="196.70177" z="456.65253"/>
<Orientation y="5.90818"/>
</Entity>
<Entity uid="972">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="139.9674" z="491.90137"/>
<Orientation y="1.13575"/>
</Entity>
<Entity uid="973">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="142.2009" z="493.62116"/>
<Orientation y="2.495"/>
</Entity>
<Entity uid="974">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="149.39414" z="482.82844"/>
<Orientation y="0.8445"/>
</Entity>
<Entity uid="975">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="150.47986" z="501.64075"/>
<Orientation y="5.65775"/>
</Entity>
<Entity uid="976">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="194" z="554"/>
<Orientation y="4.65731"/>
</Entity>
<Entity uid="977">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="201.56437" z="551.17835"/>
<Orientation y="6.22796"/>
</Entity>
<Entity uid="978">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="190.0176" z="560.93834"/>
<Orientation y="3.33762"/>
</Entity>
<Entity uid="979">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="201.69727" z="556.17995"/>
<Orientation y="2.9432"/>
</Entity>
<Entity uid="980">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="196.17635" z="544.10859"/>
<Orientation y="1.99935"/>
</Entity>
<Entity uid="981">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="202" z="818"/>
<Orientation y="2.7325"/>
</Entity>
<Entity uid="982">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="193.30051" z="813.15757"/>
<Orientation y="2.5146"/>
</Entity>
<Entity uid="983">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="206.81954" z="825.4899"/>
<Orientation y="2.90783"/>
</Entity>
<Entity uid="984">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="196.47843" z="812.21103"/>
<Orientation y="3.35415"/>
</Entity>
<Entity uid="985">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="206.12089" z="824.857"/>
<Orientation y="2.7747"/>
</Entity>
<Entity uid="986">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="202.47181" z="806.94004"/>
<Orientation y="5.01517"/>
</Entity>
<Entity uid="987">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="202.61867" z="812.73034"/>
<Orientation y="1.8159"/>
</Entity>
<Entity uid="988">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="704.16071" z="166.04908"/>
<Orientation y="1.9227"/>
</Entity>
<Entity uid="989">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="700.40186" z="172.25469"/>
<Orientation y="3.1564"/>
</Entity>
<Entity uid="990">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="698.37134" z="161.22538"/>
<Orientation y="1.3802"/>
</Entity>
<Entity uid="991">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="700.2989" z="159.96731"/>
<Orientation y="1.78798"/>
</Entity>
<Entity uid="992">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="946.94135" z="571.52933"/>
<Orientation y="1.2729"/>
</Entity>
<Entity uid="993">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="948.17647" z="565.38906"/>
<Orientation y="2.16059"/>
</Entity>
<Entity uid="994">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="942.80329" z="569.36529"/>
<Orientation y="5.7777"/>
</Entity>
<Entity uid="995">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="945.99523" z="563.18828"/>
<Orientation y="4.00333"/>
</Entity>
<Entity uid="996">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="675.72315" z="843.5432"/>
<Orientation y="2.86965"/>
</Entity>
<Entity uid="997">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="668.9138" z="845.06392"/>
<Orientation y="0.41832"/>
</Entity>
<Entity uid="998">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="713.80623" z="263.22211"/>
<Orientation y="3.24126"/>
</Entity>
<Entity uid="999">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="711.55761" z="271.1502"/>
<Orientation y="3.83167"/>
</Entity>
<Entity uid="1000">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="382.57197" z="295.29682"/>
<Orientation y="1.0549"/>
</Entity>
<Entity uid="1001">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="379.94468" z="292.44915"/>
<Orientation y="0.42934"/>
</Entity>
<Entity uid="1002">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="378.67501" z="294.57482"/>
<Orientation y="2.68598"/>
</Entity>
<Entity uid="1003">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="669.5709" z="582.6539"/>
<Orientation y="5.48537"/>
</Entity>
<Entity uid="1004">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="674.9732" z="583.85238"/>
<Orientation y="0.33953"/>
</Entity>
<Entity uid="1005">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="751.56809" z="254.37766"/>
<Orientation y="0.26503"/>
</Entity>
<Entity uid="1006">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="764.50214" z="258.93033"/>
<Orientation y="1.0324"/>
</Entity>
<Entity uid="1007">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="762.87621" z="262.71604"/>
<Orientation y="5.14399"/>
</Entity>
<Entity uid="1008">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="228.00333" z="823.74741"/>
<Orientation y="3.59925"/>
</Entity>
<Entity uid="1009">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="228.31054" z="821.59086"/>
<Orientation y="4.7623"/>
</Entity>
<Entity uid="1010">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="228.02906" z="828.14217"/>
<Orientation y="2.53759"/>
</Entity>
<Entity uid="1011">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="85.66123" z="481.78147"/>
<Orientation y="2.43232"/>
</Entity>
<Entity uid="1012">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="84.95226" z="482.7757"/>
<Orientation y="3.20871"/>
</Entity>
<Entity uid="1013">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="85.40011" z="478.8377"/>
<Orientation y="1.99685"/>
</Entity>
<Entity uid="1014">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="294.31632" z="349.72066"/>
<Orientation y="1.09528"/>
</Entity>
<Entity uid="1015">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="290.34049" z="353.36358"/>
<Orientation y="2.92353"/>
</Entity>
<Entity uid="1016">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="292.22344" z="355.4708"/>
<Orientation y="0.7724"/>
</Entity>
<Entity uid="1017">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="318.25828" z="963.36403"/>
<Orientation y="5.91256"/>
</Entity>
<Entity uid="1018">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="318.04944" z="955.86941"/>
<Orientation y="2.90325"/>
</Entity>
<Entity uid="1019">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="314.99355" z="962.92582"/>
<Orientation y="1.82506"/>
</Entity>
<Entity uid="1020">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="313.95653" z="957.64438"/>
<Orientation y="2.8445"/>
</Entity>
<Entity uid="1021">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="129.92586" z="238.40085"/>
<Orientation y="6.13569"/>
</Entity>
<Entity uid="1022">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="124.27471" z="233.15526"/>
<Orientation y="2.61367"/>
</Entity>
<Entity uid="1023">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="130.97982" z="238.5884"/>
<Orientation y="3.169"/>
</Entity>
<Entity uid="1024">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="131.65697" z="235.44637"/>
<Orientation y="3.81447"/>
</Entity>
<Entity uid="1025">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="368.84655" z="579.7296"/>
<Orientation y="5.53055"/>
</Entity>
<Entity uid="1026">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="373.65172" z="581.02311"/>
<Orientation y="3.1246"/>
</Entity>
<Entity uid="1027">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="574.23301" z="50.50841"/>
<Orientation y="0.35903"/>
</Entity>
<Entity uid="1028">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="573.95557" z="52.0791"/>
<Orientation y="4.87862"/>
</Entity>
<Entity uid="1029">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="575.4297" z="46.53174"/>
<Orientation y="3.40333"/>
</Entity>
<Entity uid="1030">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="693.61655" z="569.32201"/>
<Orientation y="0.80485"/>
</Entity>
<Entity uid="1031">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="691.20533" z="569.36287"/>
<Orientation y="6.15601"/>
</Entity>
<Entity uid="1032">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="945.01767" z="746.8487"/>
<Orientation y="2.9887"/>
</Entity>
<Entity uid="1033">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="941.90708" z="742.24918"/>
<Orientation y="5.87096"/>
</Entity>
<Entity uid="1034">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="943.71212" z="740.29618"/>
<Orientation y="3.76136"/>
</Entity>
<Entity uid="1035">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="903.1025" z="589.51604"/>
<Orientation y="0.92017"/>
</Entity>
<Entity uid="1036">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="898.11419" z="588.9779"/>
<Orientation y="4.02038"/>
</Entity>
<Entity uid="1037">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="902.51156" z="590.71361"/>
<Orientation y="2.45405"/>
</Entity>
<Entity uid="1038">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="71.91315" z="620.8122"/>
<Orientation y="6.18056"/>
</Entity>
<Entity uid="1039">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="69.99267" z="617.96413"/>
<Orientation y="5.27726"/>
</Entity>
<Entity uid="1040">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="386.72362" z="965.14684"/>
<Orientation y="2.42753"/>
</Entity>
<Entity uid="1041">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="385.11797" z="962.81943"/>
<Orientation y="5.71166"/>
</Entity>
<Entity uid="1042">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="385.18458" z="962.59144"/>
<Orientation y="2.30195"/>
</Entity>
<Entity uid="1043">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="750.20424" z="739.99344"/>
<Orientation y="0.63317"/>
</Entity>
<Entity uid="1044">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="751.21241" z="741.24085"/>
<Orientation y="4.17864"/>
</Entity>
<Entity uid="1045">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="598.54278" z="89.49727"/>
<Orientation y="5.06897"/>
</Entity>
<Entity uid="1046">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="599.72652" z="96.57056"/>
<Orientation y="1.35827"/>
</Entity>
<Entity uid="1047">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="597.13701" z="96.62319"/>
<Orientation y="5.49784"/>
</Entity>
<Entity uid="1048">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="597.01076" z="95.4063"/>
<Orientation y="5.58387"/>
</Entity>
<Entity uid="1049">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="286.1244" z="285.8257"/>
<Orientation y="2.97965"/>
</Entity>
<Entity uid="1050">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="287.29598" z="287.46358"/>
<Orientation y="5.4163"/>
</Entity>
<Entity uid="1051">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="289.66451" z="288.26667"/>
<Orientation y="4.76653"/>
</Entity>
<Entity uid="1052">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="727.96518" z="860.23993"/>
<Orientation y="0.42331"/>
</Entity>
<Entity uid="1053">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="726.0848" z="866.19312"/>
<Orientation y="0.18444"/>
</Entity>
<Entity uid="1054">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="718.76742" z="865.6401"/>
<Orientation y="0.7109"/>
</Entity>
<Entity uid="1055">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="726.90249" z="863.87847"/>
<Orientation y="2.22204"/>
</Entity>
<Entity uid="1056">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="836.90076" z="447.81827"/>
<Orientation y="1.66196"/>
</Entity>
<Entity uid="1057">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="834.69196" z="447.36167"/>
<Orientation y="5.09746"/>
</Entity>
<Entity uid="1058">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="827.4474" z="439.98179"/>
<Orientation y="4.69431"/>
</Entity>
<Entity uid="1059">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="330.70543" z="161.95476"/>
<Orientation y="1.6367"/>
</Entity>
<Entity uid="1060">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="328.03176" z="170.89368"/>
<Orientation y="1.11335"/>
</Entity>
<Entity uid="1061">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="325.83574" z="167.21445"/>
<Orientation y="3.38501"/>
</Entity>
<Entity uid="1062">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="325.65131" z="163.32068"/>
<Orientation y="5.0413"/>
</Entity>
<Entity uid="1063">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="848.68232" z="329.23862"/>
<Orientation y="0.31905"/>
</Entity>
<Entity uid="1064">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="843.4938" z="332.07177"/>
<Orientation y="3.45496"/>
</Entity>
<Entity uid="1065">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="441.48024" z="78.41364"/>
<Orientation y="3.93873"/>
</Entity>
<Entity uid="1066">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="442.42684" z="74.697"/>
<Orientation y="1.95563"/>
</Entity>
<Entity uid="1067">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="447.12175" z="78.05275"/>
<Orientation y="4.23438"/>
</Entity>
<Entity uid="1068">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="445.3359" z="72.15139"/>
<Orientation y="2.94527"/>
</Entity>
<Entity uid="1069">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="908.02666" z="234.39019"/>
<Orientation y="3.76871"/>
</Entity>
<Entity uid="1070">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="908.64264" z="234.07444"/>
<Orientation y="2.6937"/>
</Entity>
<Entity uid="1071">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="914.67618" z="227.9378"/>
<Orientation y="5.96634"/>
</Entity>
<Entity uid="1072">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="739.18722" z="282.86617"/>
<Orientation y="1.21776"/>
</Entity>
<Entity uid="1073">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="731.49144" z="285.78692"/>
<Orientation y="5.12465"/>
</Entity>
<Entity uid="1074">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="688.9877" z="562.6361"/>
<Orientation y="0.50562"/>
</Entity>
<Entity uid="1075">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="685.70643" z="556.9789"/>
<Orientation y="3.6759"/>
</Entity>
<Entity uid="1076">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="248.84971" z="301.78377"/>
<Orientation y="3.85474"/>
</Entity>
<Entity uid="1077">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="244.47753" z="305.10676"/>
<Orientation y="0.0126"/>
</Entity>
<Entity uid="1078">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="251.07755" z="300.94782"/>
<Orientation y="3.30541"/>
</Entity>
<Entity uid="1079">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="87.21303" z="470.59821"/>
<Orientation y="4.01203"/>
</Entity>
<Entity uid="1080">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="100.47474" z="469.51554"/>
<Orientation y="1.68511"/>
</Entity>
<Entity uid="1081">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="94.6839" z="481.71001"/>
<Orientation y="5.5056"/>
</Entity>
<Entity uid="1087">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="625.88654" z="392.70945"/>
<Orientation y="1.51833"/>
</Entity>
<Entity uid="1089">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="608.01124" z="351.42484"/>
<Orientation y="2.59755"/>
</Entity>
<Entity uid="1090">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="626.71668" z="388.62717"/>
<Orientation y="2.70032"/>
</Entity>
<Entity uid="1091">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="471.33472" z="392.04734"/>
<Orientation y="4.24605"/>
</Entity>
<Entity uid="1092">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="458.9968" z="412.99752"/>
<Orientation y="3.41105"/>
</Entity>
<Entity uid="1093">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="388.20835" z="301.86255"/>
<Orientation y="1.33463"/>
</Entity>
<Entity uid="1094">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="410.71567" z="311.40223"/>
<Orientation y="4.56579"/>
</Entity>
<Entity uid="1096">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="625.35041" z="388.70127"/>
<Orientation y="0.76967"/>
</Entity>
<Entity uid="1099">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="699.72419" z="565.13575"/>
<Orientation y="1.08324"/>
</Entity>
<Entity uid="1100">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="687.64448" z="546.46839"/>
<Orientation y="0.94135"/>
</Entity>
<Entity uid="1101">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="689.44343" z="546.47547"/>
<Orientation y="1.06627"/>
</Entity>
<Entity uid="1102">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="707.9823" z="568.03858"/>
<Orientation y="1.79012"/>
</Entity>
<Entity uid="1103">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="688.16425" z="554.86573"/>
<Orientation y="2.87476"/>
</Entity>
<Entity uid="1104">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="696.40613" z="552.49183"/>
<Orientation y="0.40416"/>
</Entity>
<Entity uid="1107">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="573.0559" z="595.28734"/>
<Orientation y="3.82648"/>
</Entity>
<Entity uid="1108">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="577.44066" z="597.14371"/>
<Orientation y="3.28278"/>
</Entity>
<Entity uid="1109">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="28.3027" z="514.99067"/>
<Orientation y="4.50142"/>
</Entity>
<Entity uid="1110">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="27.73874" z="522.78335"/>
<Orientation y="5.17547"/>
</Entity>
<Entity uid="1111">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="24.7615" z="515.88405"/>
<Orientation y="4.28698"/>
</Entity>
<Entity uid="1112">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="26.60833" z="517.9198"/>
<Orientation y="0.45118"/>
</Entity>
<Entity uid="1113">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="25.30196" z="518.37206"/>
<Orientation y="0.6044"/>
</Entity>
<Entity uid="1114">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="411.64631" z="312.47011"/>
<Orientation y="3.57993"/>
</Entity>
<Entity uid="1115">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="405.2522" z="318.7217"/>
<Orientation y="2.50475"/>
</Entity>
<Entity uid="1116">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="405.40426" z="318.79073"/>
<Orientation y="3.00132"/>
</Entity>
<Entity uid="1117">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="406.93342" z="310.54854"/>
<Orientation y="2.16137"/>
</Entity>
<Entity uid="1118">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="409.59791" z="310.10767"/>
<Orientation y="4.34536"/>
</Entity>
<Entity uid="1119">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="407.19" z="312.28432"/>
<Orientation y="1.15954"/>
</Entity>
<Entity uid="1120">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="617.84935" z="1004.38147"/>
<Orientation y="2.47504"/>
</Entity>
<Entity uid="1121">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="622.12061" z="1008.7327"/>
<Orientation y="5.56801"/>
</Entity>
<Entity uid="1122">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="623.85482" z="998.44146"/>
<Orientation y="1.17087"/>
</Entity>
<Entity uid="1123">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="621.14489" z="998.7515"/>
<Orientation y="4.68749"/>
</Entity>
<Entity uid="1124">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="620.89341" z="1003.48166"/>
<Orientation y="0.58054"/>
</Entity>
<Entity uid="1125">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="622.62478" z="1007.08887"/>
<Orientation y="3.21618"/>
</Entity>
<Entity uid="1126">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="299.70131" z="389.332"/>
<Orientation y="1.34997"/>
</Entity>
<Entity uid="1127">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.1827" z="383.50568"/>
<Orientation y="3.6651"/>
</Entity>
<Entity uid="1128">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.57938" z="386.70687"/>
<Orientation y="3.80999"/>
</Entity>
<Entity uid="1129">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="302.70289" z="387.10201"/>
<Orientation y="4.91221"/>
</Entity>
<Entity uid="1130">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="297.62179" z="389.57973"/>
<Orientation y="4.13268"/>
</Entity>
<Entity uid="1131">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="632.43467" z="357.39061"/>
<Orientation y="5.20597"/>
</Entity>
<Entity uid="1132">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="629.79735" z="361.10105"/>
<Orientation y="0.11297"/>
</Entity>
<Entity uid="1133">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="630.62635" z="355.7043"/>
<Orientation y="0.71128"/>
</Entity>
<Entity uid="1134">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="194.20357" z="737.52092"/>
<Orientation y="2.89332"/>
</Entity>
<Entity uid="1135">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="185.44532" z="734.07393"/>
<Orientation y="5.28646"/>
</Entity>
<Entity uid="1136">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="188.18964" z="734.57502"/>
<Orientation y="4.15206"/>
</Entity>
<Entity uid="1137">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="189.26883" z="731.95698"/>
<Orientation y="2.16201"/>
</Entity>
<Entity uid="1138">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="189.6775" z="739.8068"/>
<Orientation y="6.27999"/>
</Entity>
<Entity uid="1139">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="190.94307" z="736.01832"/>
<Orientation y="3.35975"/>
</Entity>
<Entity uid="1140">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="45.22321" z="504.44301"/>
<Orientation y="0.66572"/>
</Entity>
<Entity uid="1141">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="45.86765" z="503.46531"/>
<Orientation y="0.58347"/>
</Entity>
<Entity uid="1142">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="41.45075" z="495.88151"/>
<Orientation y="1.2823"/>
</Entity>
<Entity uid="1143">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="40.92269" z="499.22094"/>
<Orientation y="5.38207"/>
</Entity>
<Entity uid="1144">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="43.39322" z="494.21009"/>
<Orientation y="3.6395"/>
</Entity>
<Entity uid="1145">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="44.66126" z="494.4072"/>
<Orientation y="6.03878"/>
</Entity>
<Entity uid="1146">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="766.83562" z="642.658"/>
<Orientation y="0.4203"/>
</Entity>
<Entity uid="1147">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="765.8693" z="639.83855"/>
<Orientation y="5.05687"/>
</Entity>
<Entity uid="1148">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="762.96715" z="638.79186"/>
<Orientation y="0.24169"/>
</Entity>
<Entity uid="1149">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="446.71215" z="115.5953"/>
<Orientation y="1.61606"/>
</Entity>
<Entity uid="1150">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="447.57886" z="122.6296"/>
<Orientation y="0.39568"/>
</Entity>
<Entity uid="1151">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="441.72635" z="117.9833"/>
<Orientation y="3.59821"/>
</Entity>
<Entity uid="1152">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="441.5098" z="111.42994"/>
<Orientation y="0.44105"/>
</Entity>
<Entity uid="1153">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="442.72057" z="117.2436"/>
<Orientation y="3.58887"/>
</Entity>
<Entity uid="1154">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="410.28577" z="193.46712"/>
<Orientation y="2.59151"/>
</Entity>
<Entity uid="1155">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="407.8682" z="188.26067"/>
<Orientation y="0.74976"/>
</Entity>
<Entity uid="1156">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="407.65699" z="190.58433"/>
<Orientation y="3.23682"/>
</Entity>
<Entity uid="1157">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="413.59614" z="200.4281"/>
<Orientation y="0.6137"/>
</Entity>
<Entity uid="1158">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="409.97332" z="194.26262"/>
<Orientation y="5.11208"/>
</Entity>
<Entity uid="1159">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="406.2874" z="200.85428"/>
<Orientation y="3.97013"/>
</Entity>
<Entity uid="1160">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="501.79311" z="750.41477"/>
<Orientation y="2.47584"/>
</Entity>
<Entity uid="1161">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="505.7706" z="751.1239"/>
<Orientation y="5.54438"/>
</Entity>
<Entity uid="1162">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="506.15494" z="739.1637"/>
<Orientation y="0.14423"/>
</Entity>
<Entity uid="1163">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="655.76594" z="64.67812"/>
<Orientation y="5.54899"/>
</Entity>
<Entity uid="1164">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="658.81641" z="66.66698"/>
<Orientation y="0.26664"/>
</Entity>
<Entity uid="1165">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="651.43949" z="59.21222"/>
<Orientation y="3.602"/>
</Entity>
<Entity uid="1166">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="660.20696" z="67.78245"/>
<Orientation y="3.70762"/>
</Entity>
<Entity uid="1167">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="652.20649" z="67.59473"/>
<Orientation y="4.65664"/>
</Entity>
<Entity uid="1168">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="121.67109" z="815.07311"/>
<Orientation y="2.87748"/>
</Entity>
<Entity uid="1169">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="120.94652" z="820.49973"/>
<Orientation y="2.63964"/>
</Entity>
<Entity uid="1170">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="127.4455" z="827.05687"/>
<Orientation y="0.8391"/>
</Entity>
<Entity uid="1171">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="121.87893" z="822.37476"/>
<Orientation y="4.21331"/>
</Entity>
<Entity uid="1172">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="123.02623" z="825.72341"/>
<Orientation y="0.59218"/>
</Entity>
<Entity uid="1173">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="120.82519" z="826.50573"/>
<Orientation y="5.1336"/>
</Entity>
<Entity uid="1174">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="362.84249" z="342.259"/>
<Orientation y="3.06046"/>
</Entity>
<Entity uid="1175">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="362.34403" z="342.66073"/>
<Orientation y="5.5498"/>
</Entity>
<Entity uid="1176">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="359.13401" z="341.06473"/>
<Orientation y="1.26528"/>
</Entity>
<Entity uid="1177">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="361.29096" z="342.1113"/>
<Orientation y="3.64258"/>
</Entity>
<Entity uid="1178">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="774.5424" z="560.64654"/>
<Orientation y="3.99837"/>
</Entity>
<Entity uid="1179">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="780.86135" z="566.49061"/>
<Orientation y="5.22997"/>
</Entity>
<Entity uid="1180">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="773.36631" z="560.84803"/>
<Orientation y="4.42443"/>
</Entity>
<Entity uid="1181">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="774.33303" z="561.28945"/>
<Orientation y="1.75034"/>
</Entity>
<Entity uid="1182">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="709.85343" z="401.20685"/>
<Orientation y="1.55402"/>
</Entity>
<Entity uid="1183">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="714.84731" z="398.26635"/>
<Orientation y="1.07915"/>
</Entity>
<Entity uid="1184">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="708.52823" z="398.22603"/>
<Orientation y="0.30192"/>
</Entity>
<Entity uid="1185">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="49.47022" z="576.62691"/>
<Orientation y="2.99334"/>
</Entity>
<Entity uid="1186">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="51.94042" z="591.82061"/>
<Orientation y="2.84897"/>
</Entity>
<Entity uid="1187">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="67.95295" z="414.6114"/>
<Orientation y="5.75322"/>
</Entity>
<Entity uid="1188">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="128.77695" z="315.02587"/>
<Orientation y="6.08863"/>
</Entity>
<Entity uid="1189">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="145.90697" z="321.70086"/>
<Orientation y="2.79076"/>
</Entity>
<Entity uid="1190">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="183.62505" z="278.52729"/>
<Orientation y="1.46616"/>
</Entity>
<Entity uid="1191">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="193.8123" z="257.7618"/>
<Orientation y="0.81334"/>
</Entity>
<Entity uid="1192">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="213.58397" z="259.32927"/>
<Orientation y="0.71503"/>
</Entity>
<Entity uid="1193">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="247.83707" z="544.19118"/>
<Orientation y="0.75704"/>
</Entity>
<Entity uid="1194">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="257.62856" z="831.64019"/>
<Orientation y="6.10976"/>
</Entity>
<Entity uid="1195">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="273.00797" z="591.51012"/>
<Orientation y="3.56257"/>
</Entity>
<Entity uid="1196">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="274.5633" z="609.28275"/>
<Orientation y="5.81267"/>
</Entity>
<Entity uid="1197">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="290.68242" z="201.58788"/>
<Orientation y="2.1146"/>
</Entity>
<Entity uid="1198">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="292.76798" z="333.76708"/>
<Orientation y="3.0721"/>
</Entity>
<Entity uid="1199">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="287.18796" z="928.58017"/>
<Orientation y="1.12226"/>
</Entity>
<Entity uid="1200">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="306.35846" z="112.82662"/>
<Orientation y="0.62027"/>
</Entity>
<Entity uid="1201">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="308.9843" z="188.6971"/>
<Orientation y="2.95984"/>
</Entity>
<Entity uid="1202">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="303.85814" z="207.61544"/>
<Orientation y="0.83164"/>
</Entity>
<Entity uid="1203">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="306.75474" z="613.88254"/>
<Orientation y="3.33001"/>
</Entity>
<Entity uid="1204">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="301.64621" z="687.05071"/>
<Orientation y="3.20737"/>
</Entity>
<Entity uid="1205">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="319.552" z="114.91225"/>
<Orientation y="5.84456"/>
</Entity>
<Entity uid="1206">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="327.74352" z="359.09783"/>
<Orientation y="2.03634"/>
</Entity>
<Entity uid="1207">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="338.70156" z="113.29004"/>
<Orientation y="2.92821"/>
</Entity>
<Entity uid="1208">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="338.41056" z="351.04345"/>
<Orientation y="2.58526"/>
</Entity>
<Entity uid="1209">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="340.74358" z="367.9093"/>
<Orientation y="5.0802"/>
</Entity>
<Entity uid="1210">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="355.88094" z="225.91979"/>
<Orientation y="5.03252"/>
</Entity>
<Entity uid="1211">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="352.86391" z="319.6401"/>
<Orientation y="3.01035"/>
</Entity>
<Entity uid="1212">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="362.56298" z="466.57218"/>
<Orientation y="3.82087"/>
</Entity>
<Entity uid="1213">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="372.4264" z="634.72812"/>
<Orientation y="2.22074"/>
</Entity>
<Entity uid="1214">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="378.22887" z="771.83617"/>
<Orientation y="4.68166"/>
</Entity>
<Entity uid="1215">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="403.09153" z="325.33889"/>
<Orientation y="1.45432"/>
</Entity>
<Entity uid="1216">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="411.18451" z="466.7361"/>
<Orientation y="4.12432"/>
</Entity>
<Entity uid="1217">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="434.09961" z="289.3425"/>
<Orientation y="1.45014"/>
</Entity>
<Entity uid="1281">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="471.22535" z="579.9899"/>
<Orientation y="3.95191"/>
</Entity>
<Entity uid="1283">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="480.82148" z="423.96956"/>
<Orientation y="1.75721"/>
</Entity>
<Entity uid="1284">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="485.02285" z="422.98913"/>
<Orientation y="0.14774"/>
</Entity>
<Entity uid="1285">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="476.7272" z="419.23276"/>
<Orientation y="5.39245"/>
</Entity>
<Entity uid="1286">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="477.3569" z="414.29561"/>
<Orientation y="3.4127"/>
</Entity>
<Entity uid="1328">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="489.80291" z="579.64527"/>
<Orientation y="1.1254"/>
</Entity>
<Entity uid="1331">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="494.0967" z="416.50661"/>
<Orientation y="5.41138"/>
</Entity>
<Entity uid="1358">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="499.23633" z="581.95943"/>
<Orientation y="4.41753"/>
</Entity>
<Entity uid="1359">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="497.39188" z="581.93886"/>
<Orientation y="2.84296"/>
</Entity>
<Entity uid="1363">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="494.05175" z="582.26775"/>
<Orientation y="5.63137"/>
</Entity>
<Entity uid="1366">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="498.07586" z="584.69625"/>
<Orientation y="1.66889"/>
</Entity>
<Entity uid="1369">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="503.00835" z="583.11487"/>
<Orientation y="4.57602"/>
</Entity>
<Entity uid="1372">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="501.69343" z="597.01223"/>
<Orientation y="0.18876"/>
</Entity>
<Entity uid="1373">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="520.39103" z="414.04796"/>
<Orientation y="0.89791"/>
</Entity>
<Entity uid="1374">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="510.59989" z="419.84101"/>
<Orientation y="3.26273"/>
</Entity>
<Entity uid="1375">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="511.576" z="418.91108"/>
<Orientation y="2.79201"/>
</Entity>
<Entity uid="1376">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="512.5821" z="414.81814"/>
<Orientation y="1.12182"/>
</Entity>
<Entity uid="1377">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="506.2933" z="419.34333"/>
<Orientation y="4.17266"/>
</Entity>
<Entity uid="1378">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="510.36966" z="418.21105"/>
<Orientation y="0.9482"/>
</Entity>
<Entity uid="1379">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="513.28348" z="415.93317"/>
<Orientation y="2.36721"/>
</Entity>
<Entity uid="1380">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="514.37726" z="419.22295"/>
<Orientation y="2.75892"/>
</Entity>
<Entity uid="1381">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="513.08371" z="418.23002"/>
<Orientation y="3.99111"/>
</Entity>
<Entity uid="1382">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="518.23328" z="418.75766"/>
<Orientation y="2.18856"/>
</Entity>
<Entity uid="1383">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="520.34285" z="419.154"/>
<Orientation y="2.32605"/>
</Entity>
<Entity uid="1384">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="516.02298" z="421.79114"/>
<Orientation y="2.80947"/>
</Entity>
<Entity uid="1385">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="515.1715" z="415.7457"/>
<Orientation y="0.14861"/>
</Entity>
<Entity uid="1386">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="510.15893" z="418.87435"/>
<Orientation y="2.65593"/>
</Entity>
<Entity uid="1391">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="529.12984" z="415.4734"/>
<Orientation y="3.53876"/>
</Entity>
<Entity uid="1392">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="527.14563" z="417.89388"/>
<Orientation y="5.5641"/>
</Entity>
<Entity uid="1393">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="530.88122" z="419.24305"/>
<Orientation y="0.7576"/>
</Entity>
<Entity uid="1394">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="525.00178" z="414.90104"/>
<Orientation y="4.24795"/>
</Entity>
<Entity uid="1395">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="532.38376" z="413.4053"/>
<Orientation y="1.25332"/>
</Entity>
<Entity uid="1396">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="530.23449" z="411.8195"/>
<Orientation y="5.47625"/>
</Entity>
<Entity uid="1397">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="530.85497" z="412.85029"/>
<Orientation y="5.30936"/>
</Entity>
<Entity uid="1398">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="534.29221" z="423.50016"/>
<Orientation y="2.7269"/>
</Entity>
<Entity uid="1399">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="533.46125" z="412.62388"/>
<Orientation y="1.56676"/>
</Entity>
<Entity uid="1400">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="533.78982" z="414.30092"/>
<Orientation y="1.55886"/>
</Entity>
<Entity uid="1401">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="527.3169" z="417.39271"/>
<Orientation y="4.23446"/>
</Entity>
<Entity uid="1402">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="531.19257" z="424.7556"/>
<Orientation y="4.1501"/>
</Entity>
<Entity uid="1403">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="529.22237" z="418.47513"/>
<Orientation y="5.34411"/>
</Entity>
<Entity uid="1404">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="528.49721" z="414.71003"/>
<Orientation y="3.35022"/>
</Entity>
<Entity uid="1405">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="530.87414" z="417.50548"/>
<Orientation y="6.0851"/>
</Entity>
<Entity uid="1406">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="526.85422" z="415.90177"/>
<Orientation y="3.90377"/>
</Entity>
<Entity uid="1408">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="533.7412" z="491.199"/>
<Orientation y="5.01844"/>
</Entity>
<Entity uid="1409">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="542.20458" z="414.31252"/>
<Orientation y="5.05185"/>
</Entity>
<Entity uid="1410">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="541.96653" z="416.42132"/>
<Orientation y="4.33552"/>
</Entity>
<Entity uid="1411">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="541.46406" z="416.01854"/>
<Orientation y="4.97411"/>
</Entity>
<Entity uid="1412">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="545.92696" z="425.5903"/>
<Orientation y="5.35387"/>
</Entity>
<Entity uid="1413">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="545.10613" z="543.99805"/>
<Orientation y="3.64708"/>
</Entity>
<Entity uid="1414">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="545.44095" z="553.21851"/>
<Orientation y="4.06829"/>
</Entity>
<Entity uid="1415">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="544.81446" z="547.0017"/>
<Orientation y="1.95891"/>
</Entity>
<Entity uid="1416">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="546.18155" z="538.44636"/>
<Orientation y="5.98028"/>
</Entity>
<Entity uid="1417">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="551.47053" z="547.86741"/>
<Orientation y="4.32128"/>
</Entity>
<Entity uid="1418">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="542.93085" z="546.35911"/>
<Orientation y="3.45781"/>
</Entity>
<Entity uid="1419">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="541.74383" z="547.56095"/>
<Orientation y="3.62835"/>
</Entity>
<Entity uid="1420">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="544.91221" z="549.8602"/>
<Orientation y="4.43064"/>
</Entity>
<Entity uid="1421">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="549.59116" z="540.97242"/>
<Orientation y="2.82613"/>
</Entity>
<Entity uid="1422">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="549.12571" z="544.32747"/>
<Orientation y="4.32235"/>
</Entity>
<Entity uid="1423">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="547.80446" z="541.24247"/>
<Orientation y="3.53782"/>
</Entity>
<Entity uid="1424">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="551.31017" z="541.55088"/>
<Orientation y="4.3831"/>
</Entity>
<Entity uid="1425">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="543.31745" z="541.78194"/>
<Orientation y="2.11979"/>
</Entity>
<Entity uid="1426">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="549.96654" z="545.3263"/>
<Orientation y="2.97388"/>
</Entity>
<Entity uid="1427">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="542.93108" z="549.12385"/>
<Orientation y="1.09397"/>
</Entity>
<Entity uid="1428">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="545.93104" z="545.90778"/>
<Orientation y="2.82763"/>
</Entity>
<Entity uid="1429">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="545.91193" z="544.25142"/>
<Orientation y="4.90114"/>
</Entity>
<Entity uid="1430">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="568.2845" z="405.37354"/>
<Orientation y="3.73996"/>
</Entity>
<Entity uid="1431">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="572.25232" z="406.37363"/>
<Orientation y="0.23758"/>
</Entity>
<Entity uid="1432">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="579.88984" z="404.72678"/>
<Orientation y="3.99561"/>
</Entity>
<Entity uid="1433">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="570.64386" z="409.379"/>
<Orientation y="4.71995"/>
</Entity>
<Entity uid="1434">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="576.71503" z="404.37858"/>
<Orientation y="3.68526"/>
</Entity>
<Entity uid="1435">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="576.39808" z="400.39661"/>
<Orientation y="1.21604"/>
</Entity>
<Entity uid="1436">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="574.93708" z="404.4846"/>
<Orientation y="3.45008"/>
</Entity>
<Entity uid="1437">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="577.96595" z="407.04288"/>
<Orientation y="0.96914"/>
</Entity>
<Entity uid="1438">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="574.30634" z="402.34144"/>
<Orientation y="6.19811"/>
</Entity>
<Entity uid="1439">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="568.48121" z="404.25"/>
<Orientation y="2.20058"/>
</Entity>
<Entity uid="1440">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="577.74012" z="401.60947"/>
<Orientation y="1.24412"/>
</Entity>
<Entity uid="1441">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="574.81531" z="401.43723"/>
<Orientation y="3.48501"/>
</Entity>
<Entity uid="1442">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="580.48816" z="403.72794"/>
<Orientation y="0.24148"/>
</Entity>
<Entity uid="1443">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="579.89435" z="401.50412"/>
<Orientation y="0.15209"/>
</Entity>
<Entity uid="1444">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="577.31672" z="410.52948"/>
<Orientation y="0.395"/>
</Entity>
<Entity uid="1445">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="576.27491" z="406.00654"/>
<Orientation y="0.5782"/>
</Entity>
<Entity uid="1446">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="571.22413" z="400.1207"/>
<Orientation y="0.99053"/>
</Entity>
<Entity uid="1447">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="574.06605" z="408.4809"/>
<Orientation y="1.09177"/>
</Entity>
<Entity uid="1448">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="577.81946" z="403.13706"/>
<Orientation y="2.05568"/>
</Entity>
<Entity uid="1449">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="572.84302" z="402.51963"/>
<Orientation y="5.14934"/>
</Entity>
<Entity uid="1450">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="573.80555" z="402.3679"/>
<Orientation y="3.71457"/>
</Entity>
<Entity uid="1451">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="591.77027" z="419.28019"/>
<Orientation y="5.07512"/>
</Entity>
<Entity uid="1452">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="590.05542" z="420.30967"/>
<Orientation y="0.5661"/>
</Entity>
<Entity uid="1453">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="590.38971" z="421.20435"/>
<Orientation y="0.00019"/>
</Entity>
<Entity uid="1454">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="588.95423" z="426.12974"/>
<Orientation y="4.745"/>
</Entity>
<Entity uid="1455">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="592.83765" z="418.25812"/>
<Orientation y="2.59223"/>
</Entity>
<Entity uid="1456">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="585.07013" z="422.08921"/>
<Orientation y="4.86954"/>
</Entity>
<Entity uid="1457">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="596.52674" z="418.73716"/>
<Orientation y="0.26655"/>
</Entity>
<Entity uid="1458">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="592.23414" z="421.913"/>
<Orientation y="0.83388"/>
</Entity>
<Entity uid="1459">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="597.29847" z="417.51108"/>
<Orientation y="0.73015"/>
</Entity>
<Entity uid="1460">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="588.41065" z="415.03574"/>
<Orientation y="4.27906"/>
</Entity>
<Entity uid="1461">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="589.37757" z="419.79767"/>
<Orientation y="5.5648"/>
</Entity>
<Entity uid="1462">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="575.44094" z="567.79586"/>
<Orientation y="1.32293"/>
</Entity>
<Entity uid="1463">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="582.05317" z="563.36878"/>
<Orientation y="2.34482"/>
</Entity>
<Entity uid="1464">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="575.15798" z="555.4332"/>
<Orientation y="2.69509"/>
</Entity>
<Entity uid="1465">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="583.68847" z="561.0777"/>
<Orientation y="6.26986"/>
</Entity>
<Entity uid="1466">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="595.2103" z="354.73641"/>
<Orientation y="2.42316"/>
</Entity>
<Entity uid="1467">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="612.14264" z="415.11142"/>
<Orientation y="2.1526"/>
</Entity>
<Entity uid="1468">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="614.3086" z="419.59281"/>
<Orientation y="0.0578"/>
</Entity>
<Entity uid="1469">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="612.09998" z="423.68747"/>
<Orientation y="3.37708"/>
</Entity>
<Entity uid="1470">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="602.80298" z="416.97815"/>
<Orientation y="1.62896"/>
</Entity>
<Entity uid="1471">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="606.75464" z="435.65726"/>
<Orientation y="4.36361"/>
</Entity>
<Entity uid="1472">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="606.86982" z="428.97892"/>
<Orientation y="0.09331"/>
</Entity>
<Entity uid="1473">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="608.6421" z="437.89115"/>
<Orientation y="3.81693"/>
</Entity>
<Entity uid="1474">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="607.55799" z="433.5618"/>
<Orientation y="2.92408"/>
</Entity>
<Entity uid="1475">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="602.42298" z="439.56757"/>
<Orientation y="6.0737"/>
</Entity>
<Entity uid="1476">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="606.90162" z="432.15348"/>
<Orientation y="0.45958"/>
</Entity>
<Entity uid="1477">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="605.05982" z="438.16221"/>
<Orientation y="4.63102"/>
</Entity>
<Entity uid="1478">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="611" z="431.83661"/>
<Orientation y="0.03566"/>
</Entity>
<Entity uid="1479">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="606.68616" z="440.8328"/>
<Orientation y="5.33121"/>
</Entity>
<Entity uid="1480">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="602.32178" z="429.7169"/>
<Orientation y="2.05336"/>
</Entity>
<Entity uid="1481">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="599.42292" z="433.74674"/>
<Orientation y="0.49616"/>
</Entity>
<Entity uid="1482">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="605.57105" z="435.26774"/>
<Orientation y="1.40874"/>
</Entity>
<Entity uid="1483">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="613.43403" z="436.10459"/>
<Orientation y="4.48652"/>
</Entity>
<Entity uid="1484">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="610.47211" z="439.74418"/>
<Orientation y="5.8162"/>
</Entity>
<Entity uid="1485">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="610.26258" z="436.91047"/>
<Orientation y="1.64213"/>
</Entity>
<Entity uid="1486">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="602.92457" z="435.26969"/>
<Orientation y="1.43776"/>
</Entity>
<Entity uid="1487">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="613.82679" z="432.82395"/>
<Orientation y="1.9643"/>
</Entity>
<Entity uid="1488">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="591.41486" z="544.51015"/>
<Orientation y="0.83954"/>
</Entity>
<Entity uid="1489">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="597.3436" z="546.9316"/>
<Orientation y="6.07193"/>
</Entity>
<Entity uid="1490">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="593.81183" z="546.00344"/>
<Orientation y="1.33716"/>
</Entity>
<Entity uid="1491">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="590.48221" z="541.8547"/>
<Orientation y="5.11762"/>
</Entity>
<Entity uid="1492">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="597.97915" z="545.29796"/>
<Orientation y="0.49805"/>
</Entity>
<Entity uid="1493">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="594.90731" z="547.80402"/>
<Orientation y="2.53045"/>
</Entity>
<Entity uid="1494">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="591.77749" z="545.47149"/>
<Orientation y="5.63769"/>
</Entity>
<Entity uid="1495">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="593.59612" z="546.47793"/>
<Orientation y="3.97245"/>
</Entity>
<Entity uid="1496">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="598.00716" z="543.05806"/>
<Orientation y="1.74958"/>
</Entity>
<Entity uid="1497">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="593.04317" z="546.307"/>
<Orientation y="5.96608"/>
</Entity>
<Entity uid="1498">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="601.10933" z="548.77714"/>
<Orientation y="0.20917"/>
</Entity>
<Entity uid="1499">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="594.45862" z="546.14623"/>
<Orientation y="5.49985"/>
</Entity>
<Entity uid="1500">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="591.55166" z="549.00995"/>
<Orientation y="1.9323"/>
</Entity>
<Entity uid="1501">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="597.42922" z="539.9006"/>
<Orientation y="4.04081"/>
</Entity>
<Entity uid="1502">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="592.8148" z="551.35335"/>
<Orientation y="1.35122"/>
</Entity>
<Entity uid="1503">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="587.04938" z="545.4525"/>
<Orientation y="1.88262"/>
</Entity>
<Entity uid="1504">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="591.74776" z="539.92357"/>
<Orientation y="3.11654"/>
</Entity>
<Entity uid="1505">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="593.43206" z="538.5753"/>
<Orientation y="0.06698"/>
</Entity>
<Entity uid="1506">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="591.20295" z="550.23438"/>
<Orientation y="0.52532"/>
</Entity>
<Entity uid="1507">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="610.44062" z="355.65589"/>
<Orientation y="3.26697"/>
</Entity>
<Entity uid="1508">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="611.44433" z="372.7572"/>
<Orientation y="3.70391"/>
</Entity>
<Entity uid="1509">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="619.35169" z="421.94556"/>
<Orientation y="2.79735"/>
</Entity>
<Entity uid="1510">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="614.38196" z="455.42975"/>
<Orientation y="2.82857"/>
</Entity>
<Entity uid="1511">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="621.8448" z="434.27463"/>
<Orientation y="1.79828"/>
</Entity>
<Entity uid="1512">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="618.56861" z="433.6501"/>
<Orientation y="4.36747"/>
</Entity>
<Entity uid="1513">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="625.839" z="436.94767"/>
<Orientation y="4.06102"/>
</Entity>
<Entity uid="1514">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="622.19758" z="439.43152"/>
<Orientation y="2.17174"/>
</Entity>
<Entity uid="1515">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="619.85468" z="435.99784"/>
<Orientation y="0.75193"/>
</Entity>
<Entity uid="1516">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="625.0448" z="440.9798"/>
<Orientation y="3.63001"/>
</Entity>
<Entity uid="1517">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="621.818" z="436.06644"/>
<Orientation y="3.64861"/>
</Entity>
<Entity uid="1518">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="622.66224" z="432.63883"/>
<Orientation y="5.85874"/>
</Entity>
<Entity uid="1519">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="625.70545" z="428.83347"/>
<Orientation y="3.96268"/>
</Entity>
<Entity uid="1520">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="623.95154" z="433.68973"/>
<Orientation y="2.57284"/>
</Entity>
<Entity uid="1521">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="618.15436" z="441.51316"/>
<Orientation y="3.74132"/>
</Entity>
<Entity uid="1522">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="619.2552" z="436.78116"/>
<Orientation y="0.9066"/>
</Entity>
<Entity uid="1523">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="622.07648" z="438.24842"/>
<Orientation y="4.65497"/>
</Entity>
<Entity uid="1524">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="606.79458" z="488.49515"/>
<Orientation y="6.10827"/>
</Entity>
<Entity uid="1525">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="615.15227" z="487.6317"/>
<Orientation y="3.7321"/>
</Entity>
<Entity uid="1526">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="618.73914" z="454.83823"/>
<Orientation y="4.76365"/>
</Entity>
<Entity uid="1527">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="629.32313" z="451.95725"/>
<Orientation y="1.51723"/>
</Entity>
<Entity uid="1528">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="607.92458" z="514.56222"/>
<Orientation y="3.97692"/>
</Entity>
<Entity uid="1529">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="612.3077" z="507.27236"/>
<Orientation y="1.6791"/>
</Entity>
<Entity uid="1530">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="612.99714" z="514.18718"/>
<Orientation y="2.6453"/>
</Entity>
<Entity uid="1531">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="610.6382" z="511.28316"/>
<Orientation y="2.7037"/>
</Entity>
<Entity uid="1532">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="610.73395" z="512.28206"/>
<Orientation y="0.33065"/>
</Entity>
<Entity uid="1533">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="614.92447" z="518.4823"/>
<Orientation y="3.08211"/>
</Entity>
<Entity uid="1534">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="610.89481" z="512.00934"/>
<Orientation y="0.90625"/>
</Entity>
<Entity uid="1535">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="609.73771" z="508.85062"/>
<Orientation y="5.4124"/>
</Entity>
<Entity uid="1536">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="609.06012" z="514.35955"/>
<Orientation y="1.99143"/>
</Entity>
<Entity uid="1537">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="604.4625" z="516.32917"/>
<Orientation y="2.52285"/>
</Entity>
<Entity uid="1538">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="607.29712" z="520.09609"/>
<Orientation y="5.10888"/>
</Entity>
<Entity uid="1539">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="607.98507" z="521.37449"/>
<Orientation y="5.13755"/>
</Entity>
<Entity uid="1540">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="607.8085" z="513.73993"/>
<Orientation y="4.47626"/>
</Entity>
<Entity uid="1541">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="614.1981" z="513.33263"/>
<Orientation y="5.5212"/>
</Entity>
<Entity uid="1542">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="612.30091" z="507.06971"/>
<Orientation y="1.78031"/>
</Entity>
<Entity uid="1543">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="615.80735" z="510.98076"/>
<Orientation y="5.43607"/>
</Entity>
<Entity uid="1544">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="608.3166" z="511.4961"/>
<Orientation y="5.45427"/>
</Entity>
<Entity uid="1545">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="610.32602" z="513.58181"/>
<Orientation y="2.57403"/>
</Entity>
<Entity uid="1546">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="606.79252" z="536.80433"/>
<Orientation y="0.30349"/>
</Entity>
<Entity uid="1547">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="604.2367" z="548.80213"/>
<Orientation y="1.6185"/>
</Entity>
<Entity uid="1548">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="610.41413" z="538.86835"/>
<Orientation y="5.90592"/>
</Entity>
<Entity uid="1549">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="605.26072" z="562.76699"/>
<Orientation y="4.76113"/>
</Entity>
<Entity uid="1550">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="605.09064" z="561.5768"/>
<Orientation y="0.61213"/>
</Entity>
<Entity uid="1551">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="614.18949" z="563.07724"/>
<Orientation y="4.56131"/>
</Entity>
<Entity uid="1552">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="631.69007" z="448.33352"/>
<Orientation y="5.75803"/>
</Entity>
<Entity uid="1553">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="630.16726" z="450.82258"/>
<Orientation y="4.74962"/>
</Entity>
<Entity uid="1554">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="627.52298" z="502.68357"/>
<Orientation y="4.90053"/>
</Entity>
<Entity uid="1555">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="628.96575" z="505.29491"/>
<Orientation y="3.88965"/>
</Entity>
<Entity uid="1556">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="622.7127" z="494.84604"/>
<Orientation y="5.56034"/>
</Entity>
<Entity uid="1557">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="626.24335" z="504.85611"/>
<Orientation y="3.57503"/>
</Entity>
<Entity uid="1558">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="649.3241" z="480.62537"/>
<Orientation y="0.90958"/>
</Entity>
<Entity uid="1559">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="637.86117" z="482.46113"/>
<Orientation y="1.40148"/>
</Entity>
<Entity uid="1560">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="648.42475" z="479.53515"/>
<Orientation y="2.59665"/>
</Entity>
<Entity uid="1561">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="645.62993" z="483.80752"/>
<Orientation y="4.41507"/>
</Entity>
<Entity uid="1562">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="634.47722" z="498.50976"/>
<Orientation y="3.20237"/>
</Entity>
<Entity uid="1563">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="635.16543" z="500.99091"/>
<Orientation y="4.41401"/>
</Entity>
<Entity uid="1564">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="646.70597" z="500.6518"/>
<Orientation y="2.80268"/>
</Entity>
<Entity uid="1565">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="681.32958" z="578.2579"/>
<Orientation y="1.09136"/>
</Entity>
<Entity uid="1566">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="686.92403" z="385.72461"/>
<Orientation y="5.41013"/>
</Entity>
<Entity uid="1567">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="690.52811" z="560.05523"/>
<Orientation y="4.6435"/>
</Entity>
<Entity uid="1568">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="689.8942" z="570.16945"/>
<Orientation y="0.87731"/>
</Entity>
<Entity uid="1569">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="690.60369" z="592.35428"/>
<Orientation y="6.25747"/>
</Entity>
<Entity uid="1570">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="726.71366" z="802.35602"/>
<Orientation y="1.43596"/>
</Entity>
<Entity uid="1571">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="743.08228" z="702.51633"/>
<Orientation y="5.1762"/>
</Entity>
<Entity uid="1572">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="734.17763" z="787.75835"/>
<Orientation y="1.03295"/>
</Entity>
<Entity uid="1573">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="755.73137" z="228.44455"/>
<Orientation y="1.35534"/>
</Entity>
<Entity uid="1574">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="752.77802" z="243.74158"/>
<Orientation y="1.82314"/>
</Entity>
<Entity uid="1575">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="756.4171" z="304.9391"/>
<Orientation y="1.76603"/>
</Entity>
<Entity uid="1576">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="747.10286" z="565.8123"/>
<Orientation y="0.70047"/>
</Entity>
<Entity uid="1577">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="753.9121" z="688.70624"/>
<Orientation y="3.3516"/>
</Entity>
<Entity uid="1578">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="786.21444" z="271.94527"/>
<Orientation y="3.67635"/>
</Entity>
<Entity uid="1579">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="786.9455" z="287.30701"/>
<Orientation y="5.9935"/>
</Entity>
<Entity uid="1580">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="778.81791" z="402.44282"/>
<Orientation y="5.08672"/>
</Entity>
<Entity uid="1581">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="581.98298" z="577.74976"/>
<Orientation y="5.6781"/>
</Entity>
<Entity uid="1582">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="906.83533" z="470.1949"/>
<Orientation y="1.42655"/>
</Entity>
<Entity uid="1583">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="869.72223" z="554.34052"/>
<Orientation y="5.20998"/>
</Entity>
<Entity uid="1584">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="833.12548" z="657.9573"/>
<Orientation y="3.72284"/>
</Entity>
<Entity uid="1585">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="856.53992" z="625.8713"/>
<Orientation y="3.044"/>
</Entity>
<Entity uid="1586">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="851.9428" z="670.3439"/>
<Orientation y="3.74398"/>
</Entity>
<Entity uid="1587">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="848.713" z="737.77784"/>
<Orientation y="0.27106"/>
</Entity>
<Entity uid="1588">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="865.9178" z="243.27004"/>
<Orientation y="5.84719"/>
</Entity>
<Entity uid="1589">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="866.86808" z="785.33352"/>
<Orientation y="0.07992"/>
</Entity>
<Entity uid="1590">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="874.58181" z="273.52744"/>
<Orientation y="3.29571"/>
</Entity>
<Entity uid="1591">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="880.06081" z="719.01763"/>
<Orientation y="4.2646"/>
</Entity>
<Entity uid="1592">
<Template>actor|particle/blowing_sand.xml</Template>
<Position x="901.09038" z="277.26221"/>
<Orientation y="1.88346"/>
</Entity>
<Entity uid="1593">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="589.89545" z="112.74434"/>
<Orientation y="0.7231"/>
</Entity>
<Entity uid="1594">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="527.18586" z="849.91279"/>
<Orientation y="-2.32"/>
</Entity>
<Entity uid="1595">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="840.81775" z="511.91611"/>
<Orientation y="-2.0085"/>
</Entity>
<Entity uid="1596">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="807.66828" z="483.4604"/>
<Orientation y="0.55523"/>
</Entity>
<Entity uid="1597">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="818.55646" z="530.13294"/>
<Orientation y="0.39307"/>
</Entity>
<Entity uid="1598">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="836.02485" z="479.80234"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1599">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="786.52454" z="509.84498"/>
<Orientation y="-0.0799"/>
</Entity>
<Entity uid="1600">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="199.44118" z="475.27982"/>
<Orientation y="0.02427"/>
</Entity>
<Entity uid="1601">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="201.046" z="505.27137"/>
<Orientation y="-2.14095"/>
</Entity>
<Entity uid="1602">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="162.14264" z="463.5235"/>
<Orientation y="0.36228"/>
</Entity>
<Entity uid="1603">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="168.17112" z="519.72278"/>
<Orientation y="-1.95044"/>
</Entity>
<Entity uid="1604">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="628.58173" z="151.2563"/>
<Orientation y="-2.60897"/>
</Entity>
<Entity uid="1605">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="623.57221" z="139.88366"/>
<Orientation y="1.86381"/>
</Entity>
<Entity uid="1606">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="635.38605" z="141.49775"/>
<Orientation y="-2.36794"/>
</Entity>
<Entity uid="1607">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="626.83844" z="139.88367"/>
<Orientation y="0.46279"/>
</Entity>
<Entity uid="1608">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="631.47956" z="148.62223"/>
<Orientation y="-2.65644"/>
</Entity>
<Entity uid="1609">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="427.09763" z="854.25574"/>
<Orientation y="1.36088"/>
</Entity>
<Entity uid="1610">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="438.41065" z="845.94562"/>
<Orientation y="-3.1263"/>
</Entity>
<Entity uid="1611">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="435.33567" z="829.94581"/>
<Orientation y="-0.49474"/>
</Entity>
<Entity uid="1612">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="428.37574" z="843.32026"/>
<Orientation y="1.00744"/>
</Entity>
<Entity uid="1613">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="437.50681" z="836.60425"/>
<Orientation y="-0.62345"/>
</Entity>
<Entity uid="1614">
<Template>gaia/fauna_zebra</Template>
<Player>0</Player>
<Position x="767.08344" z="247.14176"/>
<Orientation y="-2.88653"/>
</Entity>
<Entity uid="1618">
<Template>gaia/fauna_zebra</Template>
<Player>0</Player>
<Position x="558.6985" z="388.22486"/>
<Orientation y="-2.32251"/>
</Entity>
<Entity uid="1619">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="407.26136" z="385.12031"/>
<Orientation y="0.69317"/>
</Entity>
<Entity uid="1620">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="550.45203" z="582.64478"/>
<Orientation y="-2.24512"/>
</Entity>
<Entity uid="1621">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="146.40613" z="650.3418"/>
<Orientation y="-3.06159"/>
</Entity>
<Entity uid="1622">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="159.63524" z="364.16361"/>
<Orientation y="0.52569"/>
</Entity>
<Entity uid="1623">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="260.85895" z="154.93317"/>
<Orientation y="1.14664"/>
</Entity>
<Entity uid="1624">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="831.78101" z="728.04487"/>
<Orientation y="-2.78994"/>
</Entity>
<Entity uid="1625">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="898.52491" z="423.46552"/>
<Orientation y="-2.26961"/>
</Entity>
<Entity uid="1626">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="800.57569" z="243.54534"/>
<Orientation y="0.73705"/>
</Entity>
<Entity uid="1627">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="632.14496" z="116.70636"/>
<Orientation y="-1.77955"/>
</Entity>
<Entity uid="1628">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="436.8122" z="946.1211"/>
<Orientation y="-2.5397"/>
</Entity>
<Entity uid="1629">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="399.75574" z="764.19813"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1630">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="142.34701" z="471.89777"/>
<Orientation y="-2.21097"/>
</Entity>
<Entity uid="1631">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="169.918" z="444.27576"/>
<Orientation y="0.74584"/>
</Entity>
<Entity uid="1632">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="189.47938" z="445.7884"/>
<Orientation y="3.11353"/>
</Entity>
<Entity uid="1633">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="212.79068" z="442.40122"/>
<Orientation y="0.4283"/>
</Entity>
<Entity uid="1634">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="229.54245" z="473.31986"/>
<Orientation y="-0.22193"/>
</Entity>
<Entity uid="1635">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="227.22432" z="492.15842"/>
<Orientation y="-1.90383"/>
</Entity>
<Entity uid="1636">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="218.28435" z="507.87293"/>
<Orientation y="-0.62996"/>
</Entity>
<Entity uid="1637">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="192.48465" z="529.66718"/>
<Orientation y="0.13718"/>
</Entity>
<Entity uid="1638">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="162.41965" z="539.0298"/>
<Orientation y="-2.54215"/>
</Entity>
<Entity uid="1639">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="143.03765" z="515.49787"/>
<Orientation y="-0.09357"/>
</Entity>
<Entity uid="1640">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="802.3553" z="553.69495"/>
<Orientation y="-2.19507"/>
</Entity>
<Entity uid="1641">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="769.3249" z="529.82166"/>
<Orientation y="-2.46752"/>
</Entity>
<Entity uid="1642">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="769.84107" z="492.92524"/>
<Orientation y="0.50956"/>
</Entity>
<Entity uid="1643">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="784.08844" z="478.79715"/>
<Orientation y="-2.92511"/>
</Entity>
<Entity uid="1644">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="795.85126" z="458.90647"/>
<Orientation y="-3.10409"/>
</Entity>
<Entity uid="1645">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="818.44446" z="452.28098"/>
<Orientation y="0.90293"/>
</Entity>
<Entity uid="1646">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="850.14283" z="466.82712"/>
<Orientation y="-2.9268"/>
</Entity>
<Entity uid="1647">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="870.10248" z="511.53391"/>
<Orientation y="-2.18837"/>
</Entity>
<Entity uid="1648">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="851.52027" z="520.72181"/>
<Orientation y="0.38949"/>
</Entity>
<Entity uid="1649">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="835.39332" z="549.13904"/>
<Orientation y="2.10692"/>
</Entity>
<Entity uid="1650">
<Template>gaia/fauna_zebra</Template>
<Player>0</Player>
<Position x="454.99088" z="165.79381"/>
<Orientation y="0.3684"/>
</Entity>
<Entity uid="1651">
<Template>gaia/fauna_zebra</Template>
<Player>0</Player>
<Position x="574.37116" z="854.86487"/>
<Orientation y="-2.26578"/>
</Entity>
<Entity uid="1652">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="173.94248" z="190.97931"/>
<Orientation y="1.20597"/>
</Entity>
<Entity uid="1653">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="229.76734" z="223.58567"/>
<Orientation y="-3.03893"/>
</Entity>
<Entity uid="1654">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="230.25513" z="209.20954"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1655">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="234.58121" z="209.20377"/>
<Orientation y="1.81603"/>
</Entity>
<Entity uid="1656">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="245.71575" z="206.75742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1657">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="249.05103" z="208.89506"/>
<Orientation y="0.84177"/>
</Entity>
<Entity uid="1658">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="257.40247" z="217.2079"/>
<Orientation y="-0.85666"/>
</Entity>
<Entity uid="1659">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="248.70604" z="222.98429"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1660">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="244.74753" z="232.01938"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1661">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="348.16004" z="288.63386"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1662">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="341.39124" z="284.18525"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1663">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="336.69111" z="276.7628"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1664">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="338.04844" z="271.83167"/>
<Orientation y="1.50464"/>
</Entity>
<Entity uid="1665">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="346.12153" z="273.02695"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1666">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="348.8122" z="273.02698"/>
<Orientation y="0.26041"/>
</Entity>
<Entity uid="1667">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="352.05588" z="286.8892"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1668">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="351.34781" z="291.0203"/>
<Orientation y="-1.42168"/>
</Entity>
<Entity uid="1669">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="343.16767" z="292.00538"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1670">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="195.02126" z="512.83246"/>
<Orientation y="-1.3511"/>
</Entity>
<Entity uid="1671">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="162.40641" z="529.57898"/>
<Orientation y="-2.25518"/>
</Entity>
<Entity uid="1672">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="156.18346" z="519.20496"/>
<Orientation y="3.0724"/>
</Entity>
<Entity uid="1673">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="158.7988" z="489.68058"/>
<Orientation y="2.83643"/>
</Entity>
<Entity uid="1674">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="163.69343" z="472.7566"/>
<Orientation y="2.76003"/>
</Entity>
<Entity uid="1675">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="177.00614" z="453.658"/>
<Orientation y="1.251"/>
</Entity>
<Entity uid="1676">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="189.18458" z="461.34235"/>
<Orientation y="0.98626"/>
</Entity>
<Entity uid="1677">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="222.31534" z="488.52369"/>
<Orientation y="-0.9187"/>
</Entity>
<Entity uid="1678">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="200.00831" z="503.97876"/>
<Orientation y="-1.64884"/>
</Entity>
<Entity uid="1679">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="166.2612" z="499.08576"/>
<Orientation y="-1.7954"/>
</Entity>
<Entity uid="1680">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="146.20043" z="500.15293"/>
<Orientation y="-2.7857"/>
</Entity>
<Entity uid="1681">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="177.61423" z="460.12452"/>
<Orientation y="1.59488"/>
</Entity>
<Entity uid="1682">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="193.14504" z="460.81821"/>
<Orientation y="0.74346"/>
</Entity>
<Entity uid="1683">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="199.55868" z="478.7989"/>
<Orientation y="-0.53574"/>
</Entity>
<Entity uid="1684">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="159.94426" z="505.14094"/>
<Orientation y="0.24674"/>
</Entity>
<Entity uid="1685">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="201.54928" z="531.78174"/>
<Orientation y="2.33338"/>
</Entity>
<Entity uid="1686">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="217.84383" z="527.53791"/>
<Orientation y="2.87304"/>
</Entity>
<Entity uid="1687">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="199.85215" z="482.07758"/>
<Orientation y="-3.07902"/>
</Entity>
<Entity uid="1688">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="217.85698" z="485.47532"/>
<Orientation y="3.01288"/>
</Entity>
<Entity uid="1689">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="222.6424" z="474.81052"/>
<Orientation y="0.02678"/>
</Entity>
<Entity uid="1690">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="204.03263" z="468.55832"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1691">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="276.74723" z="457.33765"/>
<Orientation y="-2.23537"/>
</Entity>
<Entity uid="1692">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="266.85608" z="448.39081"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1693">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="261.20093" z="442.19025"/>
<Orientation y="-2.46058"/>
</Entity>
<Entity uid="1694">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="252.21645" z="432.16752"/>
<Orientation y="-1.42557"/>
</Entity>
<Entity uid="1695">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="238.63738" z="435.48798"/>
<Orientation y="-1.33925"/>
</Entity>
<Entity uid="1696">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="230.6492" z="438.34504"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1697">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="227.73485" z="434.6467"/>
<Orientation y="1.3297"/>
</Entity>
<Entity uid="1698">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="249.20203" z="442.48707"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1699">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="251.74717" z="447.43622"/>
<Orientation y="0.7539"/>
</Entity>
<Entity uid="1700">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="265.57535" z="454.64713"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1701">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="270.25843" z="458.79422"/>
<Orientation y="0.68123"/>
</Entity>
<Entity uid="1702">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="281.8779" z="474.65302"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1703">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="283.98682" z="465.69623"/>
<Orientation y="3.12771"/>
</Entity>
<Entity uid="1704">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="284.60761" z="459.14701"/>
<Orientation y="1.73038"/>
</Entity>
<Entity uid="1705">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="293.20905" z="458.44257"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1706">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="362.06766" z="475.72681"/>
<Orientation y="-1.70147"/>
</Entity>
<Entity uid="1707">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="343.48087" z="475.65857"/>
<Orientation y="3.04673"/>
</Entity>
<Entity uid="1708">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="356.02018" z="455.79133"/>
<Orientation y="2.64898"/>
</Entity>
<Entity uid="1709">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="368.72471" z="442.22693"/>
<Orientation y="-1.95537"/>
</Entity>
<Entity uid="1710">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="356.90131" z="444.67893"/>
<Orientation y="-0.74932"/>
</Entity>
<Entity uid="1711">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="337.57676" z="464.42667"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1712">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="331.52112" z="466.83674"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1713">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="388.35328" z="585.08863"/>
<Orientation y="0.0719"/>
</Entity>
<Entity uid="1714">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="386.15943" z="617.48548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1715">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="385.65699" z="594.85071"/>
<Orientation y="3.13631"/>
</Entity>
<Entity uid="1716">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="383.82981" z="566.78187"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1717">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="382.27134" z="560.30854"/>
<Orientation y="0.49325"/>
</Entity>
<Entity uid="1718">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="406.87577" z="606.91907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1719">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="399.26798" z="623.12824"/>
<Orientation y="-0.96409"/>
</Entity>
<Entity uid="1720">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="319.65674" z="551.2226"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1721">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="302.93409" z="549.13672"/>
<Orientation y="-2.77794"/>
</Entity>
<Entity uid="1722">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="303.40488" z="524.16834"/>
<Orientation y="1.76488"/>
</Entity>
<Entity uid="1723">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="330.69693" z="524.45142"/>
<Orientation y="-0.01847"/>
</Entity>
<Entity uid="1724">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="321.14008" z="553.51636"/>
<Orientation y="-1.5114"/>
</Entity>
<Entity uid="1725">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="302.55451" z="558.58472"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1726">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="303.47193" z="542.77833"/>
<Orientation y="2.58613"/>
</Entity>
<Entity uid="1727">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="323.43525" z="518.48804"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1728">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="322.45215" z="533.89032"/>
<Orientation y="0.12644"/>
</Entity>
<Entity uid="1729">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="239.20961" z="681.22962"/>
<Orientation y="-1.32462"/>
</Entity>
<Entity uid="1730">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="216.03731" z="687.40741"/>
<Orientation y="2.9666"/>
</Entity>
<Entity uid="1731">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="225.1263" z="664.74805"/>
<Orientation y="2.13486"/>
</Entity>
<Entity uid="1732">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="237.06778" z="660.06208"/>
<Orientation y="0.16999"/>
</Entity>
<Entity uid="1733">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="238.92136" z="672.14234"/>
<Orientation y="-0.86799"/>
</Entity>
<Entity uid="1734">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="227.92963" z="679.66614"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1735">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="225.4407" z="676.72852"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1736">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="228.85941" z="669.40809"/>
<Orientation y="1.60409"/>
</Entity>
<Entity uid="1737">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="198.89734" z="818.35132"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1738">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="197.6147" z="843.1858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1739">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="194.80431" z="831.94031"/>
<Orientation y="3.06157"/>
</Entity>
<Entity uid="1740">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="198.26685" z="804.91297"/>
<Orientation y="2.0767"/>
</Entity>
<Entity uid="1741">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="215.4238" z="801.1078"/>
<Orientation y="-0.09058"/>
</Entity>
<Entity uid="1742">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="213.35569" z="818.16858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1743">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="210.80292" z="825.86231"/>
<Orientation y="-0.8185"/>
</Entity>
<Entity uid="1744">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="204.9629" z="831.70533"/>
<Orientation y="-1.98003"/>
</Entity>
<Entity uid="1745">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="179.48357" z="823.2964"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1746">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="188.5984" z="812.46192"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1747">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="209.99851" z="804.49231"/>
<Orientation y="-0.10616"/>
</Entity>
<Entity uid="1748">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="206.45543" z="811.2721"/>
<Orientation y="-3.0636"/>
</Entity>
<Entity uid="1749">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="55.35958" z="586.99061"/>
<Orientation y="-1.27131"/>
</Entity>
<Entity uid="1750">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="44.09932" z="590.40455"/>
<Orientation y="-2.79326"/>
</Entity>
<Entity uid="1751">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="39.6668" z="579.32728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1752">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="44.69784" z="570.11463"/>
<Orientation y="1.87433"/>
</Entity>
<Entity uid="1753">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="54.68496" z="565.56415"/>
<Orientation y="1.18715"/>
</Entity>
<Entity uid="1754">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="59.90493" z="570.61072"/>
<Orientation y="0.39728"/>
</Entity>
<Entity uid="1755">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="62.66842" z="578.41657"/>
<Orientation y="-0.49782"/>
</Entity>
<Entity uid="1756">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="53.8664" z="591.6905"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1757">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="50.77115" z="591.92487"/>
<Orientation y="-1.4684"/>
</Entity>
<Entity uid="1758">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="30.30448" z="597.20765"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1759">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="36.17846" z="581.75696"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1760">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="44.90366" z="573.73578"/>
<Orientation y="2.59917"/>
</Entity>
<Entity uid="1761">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="52.8852" z="573.38831"/>
<Orientation y="-2.90163"/>
</Entity>
<Entity uid="1762">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="159.9517" z="525.5102"/>
<Orientation y="-2.79441"/>
</Entity>
<Entity uid="1763">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="156.95267" z="510.2447"/>
<Orientation y="-3.09252"/>
</Entity>
<Entity uid="1764">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="156.58196" z="500.24988"/>
<Orientation y="0.30127"/>
</Entity>
<Entity uid="1765">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="161.1816" z="517.89417"/>
<Orientation y="0.51886"/>
</Entity>
<Entity uid="1766">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="197.62053" z="555.4167"/>
<Orientation y="1.54685"/>
</Entity>
<Entity uid="1767">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="210.14638" z="554.1277"/>
<Orientation y="3.09983"/>
</Entity>
<Entity uid="1768">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="210.28881" z="541.36646"/>
<Orientation y="-1.97904"/>
</Entity>
<Entity uid="1769">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="197.15352" z="542.99592"/>
<Orientation y="-1.50777"/>
</Entity>
<Entity uid="1770">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="185.2045" z="546.38245"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1771">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="182.87334" z="554.40217"/>
<Orientation y="0.11963"/>
</Entity>
<Entity uid="1772">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="185.36104" z="582.53705"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1773">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="81.7032" z="310.63794"/>
<Orientation y="-1.22413"/>
</Entity>
<Entity uid="1774">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="73.65275" z="312.66205"/>
<Orientation y="-2.17074"/>
</Entity>
<Entity uid="1775">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="64.4754" z="311.27707"/>
<Orientation y="-1.96306"/>
</Entity>
<Entity uid="1776">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="55.62043" z="312.1456"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1777">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="57.20482" z="306.38111"/>
<Orientation y="2.82766"/>
</Entity>
<Entity uid="1778">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="62.58515" z="290.82206"/>
<Orientation y="2.09693"/>
</Entity>
<Entity uid="1779">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="72.3093" z="289.5373"/>
<Orientation y="-0.03582"/>
</Entity>
<Entity uid="1780">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="72.49468" z="305.58942"/>
<Orientation y="1.00257"/>
</Entity>
<Entity uid="1781">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="78.79345" z="308.25937"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="1782">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="80.31225" z="300.26011"/>
<Orientation y="-1.8743"/>
</Entity>
<Entity uid="1783">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="63.69228" z="308.25937"/>
<Orientation y="1.26175"/>
</Entity>
<Entity uid="1784">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="65.25097" z="296.90146"/>
<Orientation y="-0.88872"/>
</Entity>
<Entity uid="1785">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="61.41494" z="399.40873"/>
<Orientation y="-0.46586"/>
</Entity>
<Entity uid="1786">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="56.39022" z="404.49891"/>
<Orientation y="-2.75213"/>
</Entity>
<Entity uid="1787">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="69.74613" z="395.6789"/>
<Orientation y="2.52753"/>
</Entity>
<Entity uid="1788">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="74.40284" z="387.94303"/>
<Orientation y="3.10164"/>
</Entity>
<Entity uid="1789">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="72.9491" z="383.91169"/>
<Orientation y="-1.52103"/>
</Entity>
<Entity uid="1790">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="63.7477" z="385.27228"/>
<Orientation y="-2.33254"/>
</Entity>
<Entity uid="1791">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="59.9067" z="383.19681"/>
<Orientation y="-1.55013"/>
</Entity>
<Entity uid="1792">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="58.42708" z="383.43625"/>
<Orientation y="-0.52874"/>
</Entity>
<Entity uid="1793">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="54.14329" z="390.76481"/>
<Orientation y="-0.63384"/>
</Entity>
<Entity uid="1794">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="43.07573" z="398.75022"/>
<Orientation y="-2.93805"/>
</Entity>
<Entity uid="1795">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="47.38456" z="388.46128"/>
<Orientation y="2.28664"/>
</Entity>
<Entity uid="1796">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="52.32659" z="384.0607"/>
<Orientation y="2.68902"/>
</Entity>
<Entity uid="1797">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="56.11054" z="378.52262"/>
<Orientation y="1.88326"/>
</Entity>
<Entity uid="1798">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="69.583" z="380.42103"/>
<Orientation y="-0.03052"/>
</Entity>
<Entity uid="1799">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="267.71613" z="217.12311"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1800">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="397.2273" z="128.1697"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1801">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="391.76563" z="143.20293"/>
<Orientation y="-1.64977"/>
</Entity>
<Entity uid="1802">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="375.82184" z="140.91858"/>
<Orientation y="3.04334"/>
</Entity>
<Entity uid="1803">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="379.78974" z="114.54508"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1804">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="385.92533" z="111.70398"/>
<Orientation y="1.06881"/>
</Entity>
<Entity uid="1805">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="394.10001" z="120.19475"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1806">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="380.09394" z="120.80958"/>
<Orientation y="-1.44524"/>
</Entity>
<Entity uid="1807">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="443.74274" z="72.22262"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="1808">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="449.65964" z="71.35227"/>
<Orientation y="2.727"/>
</Entity>
<Entity uid="1809">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="451.31623" z="62.79841"/>
<Orientation y="-2.36298"/>
</Entity>
<Entity uid="1810">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="447.15812" z="58.88547"/>
<Orientation y="-2.3012"/>
</Entity>
<Entity uid="1811">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="443.6775" z="55.35985"/>
<Orientation y="-1.65017"/>
</Entity>
<Entity uid="1812">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="439.11402" z="56.92313"/>
<Orientation y="-0.31627"/>
</Entity>
<Entity uid="1813">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="436.08143" z="67.35485"/>
<Orientation y="0.09511"/>
</Entity>
<Entity uid="1814">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="437.21082" z="76.73406"/>
<Orientation y="0.36124"/>
</Entity>
<Entity uid="1815">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="475.06141" z="100.60175"/>
<Orientation y="2.95862"/>
</Entity>
<Entity uid="1816">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="481.62037" z="69.82068"/>
<Orientation y="2.86895"/>
</Entity>
<Entity uid="1817">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="484.55115" z="63.93734"/>
<Orientation y="1.78296"/>
</Entity>
<Entity uid="1818">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="491.65058" z="63.57493"/>
<Orientation y="1.37206"/>
</Entity>
<Entity uid="1819">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="504.9343" z="65.96677"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="1820">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="514.71521" z="67.10018"/>
<Orientation y="0.47628"/>
</Entity>
<Entity uid="1821">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="519.20691" z="78.00943"/>
<Orientation y="0.03437"/>
</Entity>
<Entity uid="1822">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="516.21674" z="92.69233"/>
<Orientation y="-0.56727"/>
</Entity>
<Entity uid="1823">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="503.95978" z="110.64875"/>
<Orientation y="-0.98917"/>
</Entity>
<Entity uid="1824">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="491.28724" z="118.64086"/>
<Orientation y="-2.68323"/>
</Entity>
<Entity uid="1825">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="487.67426" z="95.70966"/>
<Orientation y="2.7215"/>
</Entity>
<Entity uid="1826">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="492.537" z="87.98725"/>
<Orientation y="2.27112"/>
</Entity>
<Entity uid="1827">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="513.43537" z="72.44655"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1828">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="516.28907" z="65.40714"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1829">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="516.19983" z="61.26674"/>
<Orientation y="-2.60004"/>
</Entity>
<Entity uid="1830">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="524.90656" z="73.90224"/>
<Orientation y="0.54882"/>
</Entity>
<Entity uid="1831">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="586.39533" z="114.05976"/>
<Orientation y="-0.06667"/>
</Entity>
<Entity uid="1832">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="584.8246" z="122.43458"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1833">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="581.88801" z="114.65584"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1834">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="583.55042" z="105.00394"/>
<Orientation y="1.67035"/>
</Entity>
<Entity uid="1835">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="587.19758" z="105.54461"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1836">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="590.25635" z="107.4627"/>
<Orientation y="1.3305"/>
</Entity>
<Entity uid="1837">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="598.4311" z="109.70487"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1838">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="650.40833" z="67.43711"/>
<Orientation y="-1.57081"/>
</Entity>
<Entity uid="1839">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="643.41956" z="64.81583"/>
<Orientation y="-2.5733"/>
</Entity>
<Entity uid="1840">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="640.52643" z="56.31974"/>
<Orientation y="2.64197"/>
</Entity>
<Entity uid="1841">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="644.5381" z="50.47497"/>
<Orientation y="1.87597"/>
</Entity>
<Entity uid="1842">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="651.54102" z="49.08967"/>
<Orientation y="1.08426"/>
</Entity>
<Entity uid="1843">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="656.12372" z="52.06861"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1844">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="657.3993" z="54.99785"/>
<Orientation y="-0.14304"/>
</Entity>
<Entity uid="1845">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="536.0246" z="256.00666"/>
<Orientation y="-0.87449"/>
</Entity>
<Entity uid="1846">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="530.0495" z="264.5315"/>
<Orientation y="-2.45061"/>
</Entity>
<Entity uid="1847">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="520.10798" z="251.93665"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1848">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="522.17267" z="241.18192"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1849">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="523.41303" z="237.3065"/>
<Orientation y="1.62496"/>
</Entity>
<Entity uid="1850">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="530.1319" z="237.3065"/>
<Orientation y="0.78187"/>
</Entity>
<Entity uid="1851">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="535.5876" z="242.07071"/>
<Orientation y="0.68099"/>
</Entity>
<Entity uid="1852">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="540.60657" z="249.38471"/>
<Orientation y="-0.02143"/>
</Entity>
<Entity uid="1853">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="538.92524" z="257.78364"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1854">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="536.0738" z="263.83716"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1855">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="495.79722" z="233.84185"/>
<Orientation y="-2.9611"/>
</Entity>
<Entity uid="1856">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="495.13929" z="224.95463"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1857">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="493.42435" z="222.41861"/>
<Orientation y="-1.87604"/>
</Entity>
<Entity uid="1858">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="485.52833" z="221.92396"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1859">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="481.22028" z="227.96143"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1860">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="481.12351" z="231.69327"/>
<Orientation y="0.14673"/>
</Entity>
<Entity uid="1861">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="481.3794" z="244.58121"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1864">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="613.28058" z="296.75727"/>
<Orientation y="1.27305"/>
</Entity>
<Entity uid="1865">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="625.22187" z="300.45145"/>
<Orientation y="1.40069"/>
</Entity>
<Entity uid="1866">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="629.07532" z="303.17008"/>
<Orientation y="0.17156"/>
</Entity>
<Entity uid="1867">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="630.93116" z="319.56342"/>
<Orientation y="-1.1288"/>
</Entity>
<Entity uid="1868">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="618.70606" z="325.46924"/>
<Orientation y="-2.05701"/>
</Entity>
<Entity uid="1871">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="616.48926" z="280.80683"/>
<Orientation y="-2.59264"/>
</Entity>
<Entity uid="1872">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="611.10633" z="268.13569"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1873">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="611.25293" z="266.95032"/>
<Orientation y="1.88437"/>
</Entity>
<Entity uid="1874">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="617.00922" z="265.70313"/>
<Orientation y="1.66695"/>
</Entity>
<Entity uid="1875">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="621.62452" z="265.32685"/>
<Orientation y="2.1747"/>
</Entity>
<Entity uid="1876">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="624.56434" z="262.34928"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1877">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="624.54456" z="260.64792"/>
<Orientation y="1.45853"/>
</Entity>
<Entity uid="1878">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="632.29603" z="262.69858"/>
<Orientation y="-0.18032"/>
</Entity>
<Entity uid="1879">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="618.8075" z="267.9358"/>
<Orientation y="0.58767"/>
</Entity>
<Entity uid="1880">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="668.82111" z="351.56254"/>
<Orientation y="-2.8027"/>
</Entity>
<Entity uid="1881">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="668.38813" z="336.35294"/>
<Orientation y="2.30724"/>
</Entity>
<Entity uid="1882">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="673.2115" z="333.3379"/>
<Orientation y="1.87427"/>
</Entity>
<Entity uid="1883">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="680.47205" z="331.92826"/>
<Orientation y="0.77398"/>
</Entity>
<Entity uid="1884">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="686.15546" z="338.04947"/>
<Orientation y="0.31467"/>
</Entity>
<Entity uid="1885">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="688.07313" z="345.01166"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1886">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="686.04755" z="354.1544"/>
<Orientation y="-1.19767"/>
</Entity>
<Entity uid="1887">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="699.07581" z="348.939"/>
<Orientation y="1.81212"/>
</Entity>
<Entity uid="1888">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="717.35932" z="339.13297"/>
<Orientation y="-2.91915"/>
</Entity>
<Entity uid="1889">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="720.97321" z="330.05924"/>
<Orientation y="0.9086"/>
</Entity>
<Entity uid="1890">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="732.39625" z="340.81644"/>
<Orientation y="0.61586"/>
</Entity>
<Entity uid="1891">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="741.90546" z="355.30481"/>
<Orientation y="1.18956"/>
</Entity>
<Entity uid="1892">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="761.70997" z="363.24332"/>
<Orientation y="-2.66547"/>
</Entity>
<Entity uid="1893">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="746.9369" z="341.87244"/>
<Orientation y="-2.3396"/>
</Entity>
<Entity uid="1894">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="731.58655" z="326.57026"/>
<Orientation y="-2.45864"/>
</Entity>
<Entity uid="1895">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="727.25715" z="318.41791"/>
<Orientation y="-2.80848"/>
</Entity>
<Entity uid="1896">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="726.20429" z="315.10492"/>
<Orientation y="-2.32387"/>
</Entity>
<Entity uid="1897">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="717.35407" z="307.58417"/>
<Orientation y="-1.19935"/>
</Entity>
<Entity uid="1898">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="727.01136" z="373.84971"/>
<Orientation y="0.3165"/>
</Entity>
<Entity uid="1899">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="733.51996" z="395.89557"/>
<Orientation y="0.76001"/>
</Entity>
<Entity uid="1900">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="750.36835" z="410.45667"/>
<Orientation y="-2.80044"/>
</Entity>
<Entity uid="1901">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="742.57154" z="390.09797"/>
<Orientation y="-2.99323"/>
</Entity>
<Entity uid="1902">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="804.34723" z="370.01551"/>
<Orientation y="2.7494"/>
</Entity>
<Entity uid="1903">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="820.24811" z="316.9308"/>
<Orientation y="2.73714"/>
</Entity>
<Entity uid="1904">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="831.92737" z="307.55546"/>
<Orientation y="1.05623"/>
</Entity>
<Entity uid="1905">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="839.82874" z="313.70105"/>
<Orientation y="-0.6621"/>
</Entity>
<Entity uid="1906">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="814.80481" z="324.63563"/>
<Orientation y="-1.42458"/>
</Entity>
<Entity uid="1907">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="794.71882" z="325.33124"/>
<Orientation y="-1.8734"/>
</Entity>
<Entity uid="1908">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="781.69983" z="319.64026"/>
<Orientation y="-0.6381"/>
</Entity>
<Entity uid="1909">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="765.87537" z="340.9105"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1910">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="765.3697" z="352.9275"/>
<Orientation y="0.25228"/>
</Entity>
<Entity uid="1911">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="776.8581" z="372.00824"/>
<Orientation y="1.5894"/>
</Entity>
<Entity uid="1912">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="797.5124" z="372.46708"/>
<Orientation y="2.0015"/>
</Entity>
<Entity uid="1913">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="826.77833" z="364.00242"/>
<Orientation y="-2.82096"/>
</Entity>
<Entity uid="1914">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="823.06275" z="348.42887"/>
<Orientation y="2.34551"/>
</Entity>
<Entity uid="1915">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="840.31086" z="335.77659"/>
<Orientation y="0.41768"/>
</Entity>
<Entity uid="1916">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="793.90778" z="380.68592"/>
<Orientation y="-1.62903"/>
</Entity>
<Entity uid="1917">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="767.74305" z="393.12409"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1918">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="803.69239" z="498.0012"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1919">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="791.76886" z="524.24061"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1920">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="777.36542" z="511.20188"/>
<Orientation y="-3.01845"/>
</Entity>
<Entity uid="1921">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="783.74598" z="487.02231"/>
<Orientation y="1.97217"/>
</Entity>
<Entity uid="1922">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="812.9001" z="476.34037"/>
<Orientation y="1.44953"/>
</Entity>
<Entity uid="1923">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="827.14716" z="484.81748"/>
<Orientation y="-0.02495"/>
</Entity>
<Entity uid="1924">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="821.02894" z="511.20194"/>
<Orientation y="-0.28628"/>
</Entity>
<Entity uid="1925">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="808.96796" z="539.2516"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1926">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="802.66498" z="533.83631"/>
<Orientation y="-2.59423"/>
</Entity>
<Entity uid="1927">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="801.1938" z="511.86094"/>
<Orientation y="1.96187"/>
</Entity>
<Entity uid="1928">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="812.60151" z="510.54575"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1929">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="827.73285" z="510.54575"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1930">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="829.95362" z="513.18775"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1931">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="841.78547" z="514.5265"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1932">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="841.63416" z="502.89045"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1933">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="840.21772" z="495.61765"/>
<Orientation y="2.58436"/>
</Entity>
<Entity uid="1934">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="850.45899" z="483.63917"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1935">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="844.20362" z="474.80924"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1936">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="836.64527" z="470.32023"/>
<Orientation y="-2.3533"/>
</Entity>
<Entity uid="1937">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="829.97657" z="464.568"/>
<Orientation y="-1.93155"/>
</Entity>
<Entity uid="1938">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="822.54194" z="484.27176"/>
<Orientation y="-0.15209"/>
</Entity>
<Entity uid="1939">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="820.58588" z="505.39817"/>
<Orientation y="0.08198"/>
</Entity>
<Entity uid="1940">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="822.39814" z="527.1316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1941">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="820.66388" z="549.80701"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1942">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="814.31946" z="548.13904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1943">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="810.45905" z="540.04004"/>
<Orientation y="-2.4343"/>
</Entity>
<Entity uid="1944">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="799.25647" z="533.07715"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1945">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="789.92743" z="528.5973"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1946">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="786.01703" z="517.92566"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1947">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="909.8246" z="394.1214"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1948">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="896.98981" z="384.54032"/>
<Orientation y="-2.51107"/>
</Entity>
<Entity uid="1949">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="892.52155" z="375.79542"/>
<Orientation y="2.43618"/>
</Entity>
<Entity uid="1950">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="897.42182" z="371.67307"/>
<Orientation y="1.81318"/>
</Entity>
<Entity uid="1951">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="916.97291" z="376.8115"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1952">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="919.67444" z="384.6922"/>
<Orientation y="0.45774"/>
</Entity>
<Entity uid="1953">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="921.1197" z="395.52771"/>
<Orientation y="-2.22986"/>
</Entity>
<Entity uid="1954">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="913.09302" z="387.77063"/>
<Orientation y="2.99389"/>
</Entity>
<Entity uid="1955">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="915.15033" z="380.69126"/>
<Orientation y="-2.77221"/>
</Entity>
<Entity uid="1956">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="911.29078" z="372.56318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1957">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="907.02222" z="366.77402"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1958">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="900.41584" z="371.08399"/>
<Orientation y="1.03005"/>
</Entity>
<Entity uid="1959">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="799.30494" z="498.4521"/>
<Orientation y="-2.61907"/>
</Entity>
<Entity uid="1960">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="795.18262" z="483.72217"/>
<Orientation y="0.2763"/>
</Entity>
<Entity uid="1961">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="797.89344" z="474.18882"/>
<Orientation y="3.10003"/>
</Entity>
<Entity uid="1962">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="786.06403" z="475.08362"/>
<Orientation y="1.07801"/>
</Entity>
<Entity uid="1963">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="808.35724" z="475.8321"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1964">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="803.90809" z="825.6471"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1965">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="794.83869" z="826.24555"/>
<Orientation y="-2.73171"/>
</Entity>
<Entity uid="1966">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="792.17017" z="817.74274"/>
<Orientation y="2.92736"/>
</Entity>
<Entity uid="1967">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="793.71985" z="812.2685"/>
<Orientation y="2.47556"/>
</Entity>
<Entity uid="1968">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="801.0558" z="805.78193"/>
<Orientation y="1.17786"/>
</Entity>
<Entity uid="1969">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="808.37018" z="808.22254"/>
<Orientation y="0.9127"/>
</Entity>
<Entity uid="1970">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="813.75812" z="813.65992"/>
<Orientation y="-0.07923"/>
</Entity>
<Entity uid="1971">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="807.84473" z="824.792"/>
<Orientation y="-1.46494"/>
</Entity>
<Entity uid="1972">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="802.07782" z="809.35914"/>
<Orientation y="-1.79796"/>
</Entity>
<Entity uid="1973">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="859.9167" z="572.67151"/>
<Orientation y="0.93996"/>
</Entity>
<Entity uid="1974">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="926.91291" z="602.47138"/>
<Orientation y="2.64972"/>
</Entity>
<Entity uid="1975">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="940.86329" z="570.779"/>
<Orientation y="3.07338"/>
</Entity>
<Entity uid="1976">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="942.63886" z="538.8694"/>
<Orientation y="2.7431"/>
</Entity>
<Entity uid="1977">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="960.97333" z="522.8838"/>
<Orientation y="0.2657"/>
</Entity>
<Entity uid="1978">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="964.92042" z="562.3714"/>
<Orientation y="-0.16851"/>
</Entity>
<Entity uid="1979">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="962.39484" z="589.42261"/>
<Orientation y="-0.31237"/>
</Entity>
<Entity uid="1980">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="954.23078" z="615.21845"/>
<Orientation y="-0.32981"/>
</Entity>
<Entity uid="1981">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="935.33478" z="647.90406"/>
<Orientation y="-0.74639"/>
</Entity>
<Entity uid="1982">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="450.6551" z="743.78998"/>
<Orientation y="-2.59826"/>
</Entity>
<Entity uid="1983">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="446.34891" z="734.66468"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1984">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="447.14335" z="731.60499"/>
<Orientation y="-2.22066"/>
</Entity>
<Entity uid="1985">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="441.88962" z="728.35431"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1986">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="435.65607" z="730.70673"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1987">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="430.20508" z="732.81177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1988">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="427.36371" z="729.52387"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1989">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="426.88209" z="726.05982"/>
<Orientation y="-2.38636"/>
</Entity>
<Entity uid="1990">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="421.89695" z="722.9914"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1991">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="413.66004" z="728.64612"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1992">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="409.95124" z="731.0047"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1993">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="405.46451" z="729.23041"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="1994">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="567.8877" z="687.52497"/>
<Orientation y="3.097"/>
</Entity>
<Entity uid="1995">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="568.90741" z="676.02717"/>
<Orientation y="-3.12211"/>
</Entity>
<Entity uid="1996">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="568.21985" z="667.50129"/>
<Orientation y="2.2016"/>
</Entity>
<Entity uid="1997">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="573.01264" z="666.36377"/>
<Orientation y="0.74656"/>
</Entity>
<Entity uid="1998">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="578.85065" z="673.73713"/>
<Orientation y="0.72863"/>
</Entity>
<Entity uid="1999">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="584.51587" z="680.19581"/>
<Orientation y="2.86376"/>
</Entity>
<Entity uid="2000">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="584.17707" z="667.65137"/>
<Orientation y="-1.37937"/>
</Entity>
<Entity uid="2001">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="551.11353" z="710.63526"/>
<Orientation y="-2.02175"/>
</Entity>
<Entity uid="2002">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="539.87732" z="709.32245"/>
<Orientation y="-2.05913"/>
</Entity>
<Entity uid="2003">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="531.58814" z="707.82093"/>
<Orientation y="-2.62528"/>
</Entity>
<Entity uid="2004">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="536.29426" z="694.03815"/>
<Orientation y="1.74386"/>
</Entity>
<Entity uid="2005">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="539.88965" z="692.84095"/>
<Orientation y="2.20957"/>
</Entity>
<Entity uid="2006">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="548.75397" z="689.86384"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2007">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="552.00208" z="684.02033"/>
<Orientation y="2.94086"/>
</Entity>
<Entity uid="2008">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="540.82715" z="685.2038"/>
<Orientation y="-0.80008"/>
</Entity>
<Entity uid="2009">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="529.49476" z="696.86219"/>
<Orientation y="0.5448"/>
</Entity>
<Entity uid="2010">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="533.18763" z="702.90528"/>
<Orientation y="-2.3332"/>
</Entity>
<Entity uid="2011">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="545.69288" z="695.43458"/>
<Orientation y="-0.04288"/>
</Entity>
<Entity uid="2012">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="591.9673" z="821.00721"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2013">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="586.07343" z="815.80451"/>
<Orientation y="-2.81244"/>
</Entity>
<Entity uid="2014">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="585.1706" z="812.16071"/>
<Orientation y="2.22541"/>
</Entity>
<Entity uid="2015">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="591.3794" z="808.4167"/>
<Orientation y="1.95842"/>
</Entity>
<Entity uid="2016">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="597.6886" z="808.42804"/>
<Orientation y="0.12941"/>
</Entity>
<Entity uid="2017">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="597.87024" z="816.85267"/>
<Orientation y="0.0441"/>
</Entity>
<Entity uid="2018">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="596.36677" z="825.41791"/>
<Orientation y="-0.71836"/>
</Entity>
<Entity uid="2019">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="591.16834" z="829.74598"/>
<Orientation y="-1.30007"/>
</Entity>
<Entity uid="2020">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="576.88447" z="836.44678"/>
<Orientation y="3.06725"/>
</Entity>
<Entity uid="2021">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="579.5041" z="821.17096"/>
<Orientation y="2.98852"/>
</Entity>
<Entity uid="2022">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="600.48194" z="822.55762"/>
<Orientation y="0.73488"/>
</Entity>
<Entity uid="2023">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="533.37128" z="861.83619"/>
<Orientation y="-2.34905"/>
</Entity>
<Entity uid="2024">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="527.29633" z="854.89637"/>
<Orientation y="-2.86178"/>
</Entity>
<Entity uid="2025">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="524.46888" z="847.11817"/>
<Orientation y="-2.68796"/>
</Entity>
<Entity uid="2026">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="520.91932" z="841.12781"/>
<Orientation y="2.68633"/>
</Entity>
<Entity uid="2027">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="529.0232" z="831.02643"/>
<Orientation y="0.56977"/>
</Entity>
<Entity uid="2028">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="533.66565" z="839.02881"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2029">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="534.5669" z="846.42804"/>
<Orientation y="1.33646"/>
</Entity>
<Entity uid="2030">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="530.94318" z="842.20081"/>
<Orientation y="0.88923"/>
</Entity>
<Entity uid="2031">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="520.01294" z="853.37714"/>
<Orientation y="0.64577"/>
</Entity>
<Entity uid="2032">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="558.3769" z="905.11384"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2033">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="559.31782" z="883.24708"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2034">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="561.41236" z="884.32062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2035">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="567.03815" z="889.8794"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2036">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="569.3083" z="893.37598"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2037">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="570.22364" z="904.22907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2038">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="568.39466" z="910.11847"/>
<Orientation y="-1.70624"/>
</Entity>
<Entity uid="2039">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="562.08625" z="908.72986"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2040">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="543.44056" z="953.14417"/>
<Orientation y="-1.4943"/>
</Entity>
<Entity uid="2041">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="530.81269" z="955.07215"/>
<Orientation y="-2.81951"/>
</Entity>
<Entity uid="2042">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="529.83008" z="943.0152"/>
<Orientation y="2.21001"/>
</Entity>
<Entity uid="2043">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="535.21302" z="938.63404"/>
<Orientation y="2.76658"/>
</Entity>
<Entity uid="2044">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="538.44294" z="931.77009"/>
<Orientation y="-2.18107"/>
</Entity>
<Entity uid="2045">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="532.66315" z="928.14509"/>
<Orientation y="-1.84884"/>
</Entity>
<Entity uid="2046">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="528.20221" z="929.2801"/>
<Orientation y="-0.05872"/>
</Entity>
<Entity uid="2047">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="529.7953" z="942.5658"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2048">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="543.74854" z="945.0495"/>
<Orientation y="-2.4502"/>
</Entity>
<Entity uid="2049">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="403.62372" z="894.46241"/>
<Orientation y="3.0906"/>
</Entity>
<Entity uid="2050">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="403.61847" z="875.36548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2051">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="399.62568" z="875.08698"/>
<Orientation y="-1.9816"/>
</Entity>
<Entity uid="2052">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="390.09907" z="870.79139"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2053">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="386.71467" z="866.44037"/>
<Orientation y="-1.85737"/>
</Entity>
<Entity uid="2054">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="373.12916" z="871.57905"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2055">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="367.86326" z="880.46241"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2056">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="362.5023" z="886.16572"/>
<Orientation y="-0.02854"/>
</Entity>
<Entity uid="2057">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="362.9621" z="902.60407"/>
<Orientation y="0.77546"/>
</Entity>
<Entity uid="2058">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="371.98108" z="912.51111"/>
<Orientation y="1.2058"/>
</Entity>
<Entity uid="2059">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="388.87146" z="918.66285"/>
<Orientation y="2.71702"/>
</Entity>
<Entity uid="2060">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="397.57367" z="902.24085"/>
<Orientation y="2.39856"/>
</Entity>
<Entity uid="2061">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="408.48093" z="888.35505"/>
<Orientation y="-2.4037"/>
</Entity>
<Entity uid="2062">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="401.48832" z="879.01679"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2063">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="398.80842" z="869.22962"/>
<Orientation y="-2.27312"/>
</Entity>
<Entity uid="2064">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="383.86023" z="861.58796"/>
<Orientation y="-0.0807"/>
</Entity>
<Entity uid="2065">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="377.65433" z="974.9889"/>
<Orientation y="-3.04847"/>
</Entity>
<Entity uid="2066">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="376.87952" z="966.69422"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2067">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="382.2685" z="966.0763"/>
<Orientation y="-2.14061"/>
</Entity>
<Entity uid="2068">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="384.72779" z="976.97474"/>
<Orientation y="1.03203"/>
</Entity>
<Entity uid="2069">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="389.07535" z="973.03058"/>
<Orientation y="-2.5716"/>
</Entity>
<Entity uid="2070">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="406.87641" z="864.9557"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2071">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="419.62601" z="867.95081"/>
<Orientation y="-2.71784"/>
</Entity>
<Entity uid="2072">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="459.63187" z="830.25306"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2073">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="395.45063" z="778.66742"/>
<Orientation y="-2.94938"/>
</Entity>
<Entity uid="2074">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="395.67835" z="755.88953"/>
<Orientation y="2.4772"/>
</Entity>
<Entity uid="2075">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="398.42444" z="754.03303"/>
<Orientation y="1.60497"/>
</Entity>
<Entity uid="2076">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="406.5041" z="756.18384"/>
<Orientation y="0.90468"/>
</Entity>
<Entity uid="2077">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="415.59241" z="764.83228"/>
<Orientation y="-0.73128"/>
</Entity>
<Entity uid="2078">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="406.19556" z="769.8412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2079">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="392.17994" z="763.37745"/>
<Orientation y="-1.49592"/>
</Entity>
<Entity uid="2080">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="408.65455" z="768.28736"/>
<Orientation y="1.10584"/>
</Entity>
<Entity uid="2081">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="414.10376" z="768.67505"/>
<Orientation y="-1.92052"/>
</Entity>
<Entity uid="2082">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="375.15287" z="635.80878"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2083">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="377.96363" z="626.64289"/>
<Orientation y="-2.99828"/>
</Entity>
<Entity uid="2084">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="376.89756" z="621.56507"/>
<Orientation y="-2.74248"/>
</Entity>
<Entity uid="2085">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="372.64454" z="614.73981"/>
<Orientation y="-2.6671"/>
</Entity>
<Entity uid="2086">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="369.48163" z="609.15162"/>
<Orientation y="2.82601"/>
</Entity>
<Entity uid="2087">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="372.31327" z="600.6355"/>
<Orientation y="2.98737"/>
</Entity>
<Entity uid="2088">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="372.11075" z="591.91193"/>
<Orientation y="-2.62586"/>
</Entity>
<Entity uid="2089">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="382.20292" z="590.00818"/>
<Orientation y="-2.58352"/>
</Entity>
<Entity uid="2090">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="181.58204" z="442.22684"/>
<Orientation y="2.57848"/>
</Entity>
<Entity uid="2091">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="187.46271" z="435.40864"/>
<Orientation y="1.53939"/>
</Entity>
<Entity uid="2092">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="194.8329" z="435.7462"/>
<Orientation y="1.06905"/>
</Entity>
<Entity uid="2093">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="200.90229" z="442.26258"/>
<Orientation y="0.39831"/>
</Entity>
<Entity uid="2094">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="209.2687" z="466.44709"/>
<Orientation y="2.6564"/>
</Entity>
<Entity uid="2095">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="217.89661" z="456.66742"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2096">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="201.20997" z="469.18229"/>
<Orientation y="-2.0913"/>
</Entity>
<Entity uid="2097">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="28.06685" z="561.11908"/>
<Orientation y="2.29018"/>
</Entity>
<Entity uid="2098">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="57.57071" z="538.7439"/>
<Orientation y="1.95945"/>
</Entity>
<Entity uid="2099">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="89.99277" z="525.40528"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2100">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="90.70304" z="533.55146"/>
<Orientation y="-0.07323"/>
</Entity>
<Entity uid="2101">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="83.5748" z="569.33973"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2102">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="82.86036" z="579.83814"/>
<Orientation y="-0.14786"/>
</Entity>
<Entity uid="2103">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="88.2089" z="577.03327"/>
<Orientation y="-2.76272"/>
</Entity>
<Entity uid="2104">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="72.25002" z="541.43226"/>
<Orientation y="-2.74209"/>
</Entity>
<Entity uid="2105">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="66.18715" z="531.873"/>
<Orientation y="-2.54339"/>
</Entity>
<Entity uid="2106">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="59.4009" z="522.69355"/>
<Orientation y="-1.87812"/>
</Entity>
<Entity uid="2107">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="44.13651" z="535.68592"/>
<Orientation y="0.69567"/>
</Entity>
<Entity uid="2108">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="34.72226" z="517.83558"/>
<Orientation y="-2.83211"/>
</Entity>
<Entity uid="2109">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="33.83565" z="510.44336"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2110">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="34.93355" z="505.15711"/>
<Orientation y="3.0983"/>
</Entity>
<Entity uid="2111">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="43.014" z="503.2465"/>
<Orientation y="2.7705"/>
</Entity>
<Entity uid="2112">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="49.25129" z="491.13572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2113">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="49.22345" z="498.33106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2114">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="20.73386" z="516.3855"/>
<Orientation y="-0.19475"/>
</Entity>
<Entity uid="2115">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="18.616" z="531.45734"/>
<Orientation y="-2.53772"/>
</Entity>
<Entity uid="2116">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="85.99314" z="324.5008"/>
<Orientation y="1.0191"/>
</Entity>
<Entity uid="2117">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="93.0183" z="330.07782"/>
<Orientation y="0.0296"/>
</Entity>
<Entity uid="2118">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="93.36261" z="346.43128"/>
<Orientation y="0.04877"/>
</Entity>
<Entity uid="2119">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="92.53911" z="370.6009"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2120">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="237.25026" z="328.96576"/>
<Orientation y="1.80068"/>
</Entity>
<Entity uid="2121">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="249.9597" z="328.73438"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2122">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="253.8584" z="332.08582"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2123">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="259.20948" z="329.36243"/>
<Orientation y="2.70838"/>
</Entity>
<Entity uid="2124">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="262.11402" z="323.3412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2125">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="238.02352" z="207.39434"/>
<Orientation y="1.54954"/>
</Entity>
<Entity uid="2126">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="268.67469" z="122.61707"/>
<Orientation y="-2.92966"/>
</Entity>
<Entity uid="2127">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="265.13978" z="101.66158"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2128">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="269.62287" z="95.26314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2129">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="315.17408" z="77.87302"/>
<Orientation y="2.54065"/>
</Entity>
<Entity uid="2130">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="316.8913" z="74.9427"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2131">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="317.12977" z="72.89356"/>
<Orientation y="2.29651"/>
</Entity>
<Entity uid="2132">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="345.06193" z="83.95133"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2133">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="342.43928" z="75.6424"/>
<Orientation y="2.98214"/>
</Entity>
<Entity uid="2134">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="343.79514" z="72.14318"/>
<Orientation y="1.13807"/>
</Entity>
<Entity uid="2135">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="351.19455" z="77.52871"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2136">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="351.43668" z="81.40247"/>
<Orientation y="0.59755"/>
</Entity>
<Entity uid="2137">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="355.55298" z="87.51514"/>
<Orientation y="2.23977"/>
</Entity>
<Entity uid="2138">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="477.64301" z="84.9415"/>
<Orientation y="2.42173"/>
</Entity>
<Entity uid="2139">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="810.2187" z="247.15577"/>
<Orientation y="-2.79581"/>
</Entity>
<Entity uid="2140">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="802.62018" z="214.81363"/>
<Orientation y="2.71602"/>
</Entity>
<Entity uid="2141">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="817.71125" z="192.59314"/>
<Orientation y="1.24682"/>
</Entity>
<Entity uid="2142">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="832.59876" z="197.79775"/>
<Orientation y="1.26203"/>
</Entity>
<Entity uid="2143">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="858.33448" z="207.50684"/>
<Orientation y="0.90925"/>
</Entity>
<Entity uid="2144">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="887.0287" z="229.47605"/>
<Orientation y="3.07563"/>
</Entity>
<Entity uid="2145">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="884.3235" z="217.63816"/>
<Orientation y="-2.4263"/>
</Entity>
<Entity uid="2146">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="861.10553" z="192.93836"/>
<Orientation y="-2.10262"/>
</Entity>
<Entity uid="2147">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="838.10517" z="181.13701"/>
<Orientation y="-1.98128"/>
</Entity>
<Entity uid="2148">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="823.44544" z="174.89945"/>
<Orientation y="-1.80816"/>
</Entity>
<Entity uid="2149">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="798.57361" z="172.48096"/>
<Orientation y="-1.41878"/>
</Entity>
<Entity uid="2150">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="782.12665" z="173.77503"/>
<Orientation y="-1.65656"/>
</Entity>
<Entity uid="2151">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="753.23871" z="173.21811"/>
<Orientation y="-0.92482"/>
</Entity>
<Entity uid="2152">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="734.16645" z="187.84382"/>
<Orientation y="-0.12983"/>
</Entity>
<Entity uid="2153">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="738.98084" z="201.30887"/>
<Orientation y="0.1228"/>
</Entity>
<Entity uid="2154">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="732.31025" z="222.68778"/>
<Orientation y="-1.0791"/>
</Entity>
<Entity uid="2155">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="714.21161" z="238.07245"/>
<Orientation y="-0.3265"/>
</Entity>
<Entity uid="2156">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="710.65357" z="249.86394"/>
<Orientation y="-0.01429"/>
</Entity>
<Entity uid="2157">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="709.16736" z="291.45005"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2158">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="577.98658" z="391.46503"/>
<Orientation y="-2.96717"/>
</Entity>
<Entity uid="2159">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="572.99421" z="365.02134"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2160">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="564.1092" z="363.956"/>
<Orientation y="-1.78943"/>
</Entity>
<Entity uid="2161">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="552.85792" z="365.07093"/>
<Orientation y="-1.56188"/>
</Entity>
<Entity uid="2162">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="539.18928" z="366.89493"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2163">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="537.5445" z="363.75745"/>
<Orientation y="-2.11022"/>
</Entity>
<Entity uid="2164">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="527.89832" z="359.86591"/>
<Orientation y="-1.11074"/>
</Entity>
<Entity uid="2165">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="512.4615" z="366.67307"/>
<Orientation y="-1.4759"/>
</Entity>
<Entity uid="2166">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="497.46158" z="364.75068"/>
<Orientation y="-2.80378"/>
</Entity>
<Entity uid="2167">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="492.49402" z="357.2222"/>
<Orientation y="-1.98606"/>
</Entity>
<Entity uid="2168">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="479.35877" z="349.27863"/>
<Orientation y="-2.35595"/>
</Entity>
<Entity uid="2169">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="467.08216" z="349.8798"/>
<Orientation y="-0.67806"/>
</Entity>
<Entity uid="2170">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="459.95148" z="361.9402"/>
<Orientation y="0.31307"/>
</Entity>
<Entity uid="2171">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="468.06843" z="372.49427"/>
<Orientation y="1.99442"/>
</Entity>
<Entity uid="2172">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="502.23008" z="356.35111"/>
<Orientation y="2.22643"/>
</Entity>
<Entity uid="2173">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="516.06556" z="350.89127"/>
<Orientation y="0.82663"/>
</Entity>
<Entity uid="2174">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="620.21357" z="405.17127"/>
<Orientation y="1.90165"/>
</Entity>
<Entity uid="2175">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="633.12354" z="388.95777"/>
<Orientation y="2.98134"/>
</Entity>
<Entity uid="2176">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="641.27344" z="369.63276"/>
<Orientation y="1.61098"/>
</Entity>
<Entity uid="2177">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="651.50123" z="372.17179"/>
<Orientation y="0.48411"/>
</Entity>
<Entity uid="2178">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="658.3761" z="386.84986"/>
<Orientation y="0.46154"/>
</Entity>
<Entity uid="2179">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="675.07782" z="418.86011"/>
<Orientation y="0.71703"/>
</Entity>
<Entity uid="2180">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="688.84125" z="433.6302"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2181">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="684.80378" z="421.96631"/>
<Orientation y="-2.6533"/>
</Entity>
<Entity uid="2182">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="658.80744" z="368.1413"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2183">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="659.54535" z="364.75068"/>
<Orientation y="2.18175"/>
</Entity>
<Entity uid="2184">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="826.76795" z="446.3054"/>
<Orientation y="1.67785"/>
</Entity>
<Entity uid="2185">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="840.18396" z="389.77118"/>
<Orientation y="-2.80716"/>
</Entity>
<Entity uid="2186">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="840.73542" z="375.13425"/>
<Orientation y="-3.12482"/>
</Entity>
<Entity uid="2187">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="853.51807" z="356.75736"/>
<Orientation y="0.8689"/>
</Entity>
<Entity uid="2188">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="860.69288" z="363.28852"/>
<Orientation y="1.16953"/>
</Entity>
<Entity uid="2189">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="883.85755" z="369.8365"/>
<Orientation y="2.0026"/>
</Entity>
<Entity uid="2190">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="908.90467" z="362.5843"/>
<Orientation y="2.0946"/>
</Entity>
<Entity uid="2191">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="920.49634" z="354.43787"/>
<Orientation y="-2.65397"/>
</Entity>
<Entity uid="2192">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="918.2248" z="345.59339"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2193">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="929.16742" z="469.54224"/>
<Orientation y="2.45402"/>
</Entity>
<Entity uid="2194">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="954.20185" z="449.06031"/>
<Orientation y="0.85407"/>
</Entity>
<Entity uid="2195">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="818.2099" z="853.50733"/>
<Orientation y="-1.51255"/>
</Entity>
<Entity uid="2196">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="744.99256" z="835.79395"/>
<Orientation y="-1.59166"/>
</Entity>
<Entity uid="2197">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="642.49958" z="855.90577"/>
<Orientation y="3.11556"/>
</Entity>
<Entity uid="2198">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="648.72065" z="754.00757"/>
<Orientation y="-3.13607"/>
</Entity>
<Entity uid="2199">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="645.96906" z="671.64393"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2200">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="659.14087" z="637.31855"/>
<Orientation y="2.10604"/>
</Entity>
<Entity uid="2201">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="763.37903" z="614.26685"/>
<Orientation y="1.18052"/>
</Entity>
<Entity uid="2202">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="795.66633" z="638.6631"/>
<Orientation y="0.41111"/>
</Entity>
<Entity uid="2203">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="805.91138" z="697.32276"/>
<Orientation y="-0.15288"/>
</Entity>
<Entity uid="2204">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="795.84083" z="747.10425"/>
<Orientation y="-0.06531"/>
</Entity>
<Entity uid="2205">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="790.46192" z="853.06165"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2206">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="543.75281" z="807.18592"/>
<Orientation y="-2.24132"/>
</Entity>
<Entity uid="2207">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="439.90607" z="764.57764"/>
<Orientation y="-1.28412"/>
</Entity>
<Entity uid="2208">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="396.83924" z="771.71668"/>
<Orientation y="-2.38073"/>
</Entity>
<Entity uid="2209">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="299.21412" z="806.15748"/>
<Orientation y="-2.74364"/>
</Entity>
<Entity uid="2210">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="268.18525" z="735.16877"/>
<Orientation y="-2.74819"/>
</Entity>
<Entity uid="2211">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="232.93046" z="687.16553"/>
<Orientation y="-2.68152"/>
</Entity>
<Entity uid="2212">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="293.06946" z="642.93451"/>
<Orientation y="2.6943"/>
</Entity>
<Entity uid="2213">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="307.08301" z="603.56501"/>
<Orientation y="-3.06136"/>
</Entity>
<Entity uid="2214">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="310.70655" z="581.54462"/>
<Orientation y="1.99827"/>
</Entity>
<Entity uid="2215">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="336.07068" z="570.61347"/>
<Orientation y="0.85053"/>
</Entity>
<Entity uid="2216">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="344.23597" z="590.19843"/>
<Orientation y="0.20771"/>
</Entity>
<Entity uid="2217">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="345.97956" z="604.24885"/>
<Orientation y="0.85256"/>
</Entity>
<Entity uid="2218">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="250.1373" z="602.74543"/>
<Orientation y="-2.7253"/>
</Entity>
<Entity uid="2219">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="250.12154" z="536.80622"/>
<Orientation y="2.70359"/>
</Entity>
<Entity uid="2220">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="254.1825" z="526.4043"/>
<Orientation y="2.6797"/>
</Entity>
<Entity uid="2221">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="266.98417" z="507.02958"/>
<Orientation y="1.66645"/>
</Entity>
<Entity uid="2222">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="286.21833" z="510.51316"/>
<Orientation y="1.14852"/>
</Entity>
<Entity uid="2223">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="82.38804" z="440.93158"/>
<Orientation y="2.40847"/>
</Entity>
<Entity uid="2224">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="134.88912" z="382.51166"/>
<Orientation y="2.84363"/>
</Entity>
<Entity uid="2225">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="152.01249" z="333.76545"/>
<Orientation y="2.17286"/>
</Entity>
<Entity uid="2226">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="150.12867" z="286.31238"/>
<Orientation y="-2.94971"/>
</Entity>
<Entity uid="2227">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="135.33281" z="232.42692"/>
<Orientation y="2.67867"/>
</Entity>
<Entity uid="2228">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="159.96659" z="215.18906"/>
<Orientation y="0.91474"/>
</Entity>
<Entity uid="2229">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="176.38233" z="220.93473"/>
<Orientation y="0.7614"/>
</Entity>
<Entity uid="2230">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="155.97193" z="256.48765"/>
<Orientation y="1.85453"/>
</Entity>
<Entity uid="2231">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="209.17756" z="138.54134"/>
<Orientation y="-3.089"/>
</Entity>
<Entity uid="2232">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="212.08977" z="125.24975"/>
<Orientation y="1.98444"/>
</Entity>
<Entity uid="2233">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="231.33274" z="117.26233"/>
<Orientation y="1.36306"/>
</Entity>
<Entity uid="2234">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="128.77724" z="197.26233"/>
<Orientation y="0.27012"/>
</Entity>
<Entity uid="2235">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="328.9939" z="180.63428"/>
<Orientation y="0.88953"/>
</Entity>
<Entity uid="2236">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="351.91544" z="198.60047"/>
<Orientation y="1.9936"/>
</Entity>
<Entity uid="2237">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="363.30726" z="189.61127"/>
<Orientation y="2.9806"/>
</Entity>
<Entity uid="2238">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="371.27872" z="166.42766"/>
<Orientation y="0.76734"/>
</Entity>
<Entity uid="2239">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="388.17939" z="186.58457"/>
<Orientation y="0.50313"/>
</Entity>
<Entity uid="2240">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="412.60602" z="210.56885"/>
<Orientation y="1.8074"/>
</Entity>
<Entity uid="2241">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="450.3376" z="181.99224"/>
<Orientation y="-2.73552"/>
</Entity>
<Entity uid="2242">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="426.65314" z="117.89371"/>
<Orientation y="-3.02405"/>
</Entity>
<Entity uid="2243">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="430.85648" z="86.08883"/>
<Orientation y="2.11861"/>
</Entity>
<Entity uid="2244">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="442.37604" z="90.53737"/>
<Orientation y="0.45716"/>
</Entity>
<Entity uid="2245">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="479.31727" z="164.93601"/>
<Orientation y="0.66439"/>
</Entity>
<Entity uid="2246">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="513.47913" z="208.5362"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2247">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="646.82911" z="186.19881"/>
<Orientation y="2.81797"/>
</Entity>
<Entity uid="2248">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="665.33301" z="136.1488"/>
<Orientation y="2.6313"/>
</Entity>
<Entity uid="2249">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="703.35462" z="95.40513"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2250">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="717.69031" z="102.273"/>
<Orientation y="1.18978"/>
</Entity>
<Entity uid="2251">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="746.70313" z="116.23617"/>
<Orientation y="0.90207"/>
</Entity>
<Entity uid="2252">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="764.66529" z="131.92072"/>
<Orientation y="1.3829"/>
</Entity>
<Entity uid="2253">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="782.24872" z="122.17568"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2254">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="778.0091" z="104.17318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2255">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="615.69037" z="29.59192"/>
<Orientation y="0.0968"/>
</Entity>
<Entity uid="2256">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="627.24695" z="58.04065"/>
<Orientation y="-2.04668"/>
</Entity>
<Entity uid="2257">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="721.99518" z="76.2173"/>
<Orientation y="1.02227"/>
</Entity>
<Entity uid="2258">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="846.9358" z="182.15387"/>
<Orientation y="1.36767"/>
</Entity>
<Entity uid="2259">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="886.45008" z="199.86391"/>
<Orientation y="0.73823"/>
</Entity>
<Entity uid="2260">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="927.50727" z="251.03003"/>
<Orientation y="0.3015"/>
</Entity>
<Entity uid="2261">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="936.10114" z="291.68314"/>
<Orientation y="0.38006"/>
</Entity>
<Entity uid="2262">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="960.70496" z="348.05518"/>
<Orientation y="0.23095"/>
</Entity>
<Entity uid="2263">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="821.57795" z="129.30558"/>
<Orientation y="1.00684"/>
</Entity>
<Entity uid="2264">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="689.87085" z="389.58902"/>
<Orientation y="-2.7741"/>
</Entity>
<Entity uid="2265">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="656.18049" z="343.62418"/>
<Orientation y="-2.86043"/>
</Entity>
<Entity uid="2266">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="645.41083" z="302.02781"/>
<Orientation y="-2.98563"/>
</Entity>
<Entity uid="2267">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="643.378" z="288.8194"/>
<Orientation y="-2.94877"/>
</Entity>
<Entity uid="2268">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="637.81745" z="268.92228"/>
<Orientation y="-1.83642"/>
</Entity>
<Entity uid="2273">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="715.74091" z="859.474"/>
<Orientation y="-2.62533"/>
</Entity>
<Entity uid="2274">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="683.00928" z="658.0517"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2275">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="682.0835" z="651.16065"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2276">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="611.6078" z="656.05866"/>
<Orientation y="2.32378"/>
</Entity>
<Entity uid="2277">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="668.52833" z="603.99744"/>
<Orientation y="2.99277"/>
</Entity>
<Entity uid="2278">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="673.46143" z="553.78028"/>
<Orientation y="2.57097"/>
</Entity>
<Entity uid="2279">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="711.00568" z="508.72498"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2280">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="705.88563" z="521.77472"/>
<Orientation y="0.28121"/>
</Entity>
<Entity uid="2281">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="714.57502" z="551.49207"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2282">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="701.32892" z="556.1454"/>
<Orientation y="-1.63927"/>
</Entity>
<Entity uid="2283">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="684.8938" z="547.59736"/>
<Orientation y="2.63387"/>
</Entity>
<Entity uid="2284">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="699.7256" z="528.51417"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2285">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="691.87781" z="507.136"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2286">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="685.67145" z="496.26325"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2287">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="691.25525" z="493.23505"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2288">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="711.91749" z="580.57886"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2289">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="720.98829" z="554.3216"/>
<Orientation y="0.98754"/>
</Entity>
<Entity uid="2290">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="736.43268" z="564.56965"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2291">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="739.45435" z="566.2287"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2292">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="759.93915" z="546.82172"/>
<Orientation y="2.99306"/>
</Entity>
<Entity uid="2293">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="765.59284" z="579.75806"/>
<Orientation y="1.18017"/>
</Entity>
<Entity uid="2294">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="801.07813" z="554.83503"/>
<Orientation y="1.38654"/>
</Entity>
<Entity uid="2295">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="903.42176" z="712.66053"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2296">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="345.10145" z="337.90906"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2297">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="355.99332" z="386.41138"/>
<Orientation y="-2.40864"/>
</Entity>
<Entity uid="2298">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="311.05997" z="293.1587"/>
<Orientation y="2.67359"/>
</Entity>
<Entity uid="2299">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="317.08079" z="269.7599"/>
<Orientation y="1.6063"/>
</Entity>
<Entity uid="2300">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="413.35465" z="330.41742"/>
<Orientation y="2.83594"/>
</Entity>
<Entity uid="2301">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="417.67127" z="315.71167"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2302">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="418.07718" z="313.93873"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2303">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="418.83912" z="311.77646"/>
<Orientation y="-2.55385"/>
</Entity>
<Entity uid="2304">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="413.72327" z="308.77695"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2305">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="408.43177" z="309.48096"/>
<Orientation y="-1.6349"/>
</Entity>
<Entity uid="2306">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="400.58494" z="309.15711"/>
<Orientation y="-1.16662"/>
</Entity>
<Entity uid="2307">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="394.85544" z="314.74451"/>
<Orientation y="-0.10918"/>
</Entity>
<Entity uid="2308">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="395.01725" z="321.4166"/>
<Orientation y="-0.45701"/>
</Entity>
<Entity uid="2309">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="387.52887" z="332.30546"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2310">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="383.97318" z="337.15543"/>
<Orientation y="0.33324"/>
</Entity>
<Entity uid="2311">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="386.55283" z="343.8071"/>
<Orientation y="2.22196"/>
</Entity>
<Entity uid="2312">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="402.38349" z="339.05921"/>
<Orientation y="2.91552"/>
</Entity>
<Entity uid="2313">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="476.19016" z="352.14957"/>
<Orientation y="0.09815"/>
</Entity>
<Entity uid="2314">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="477.77384" z="362.1045"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2315">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="481.36554" z="372.36451"/>
<Orientation y="0.21508"/>
</Entity>
<Entity uid="2316">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="483.44617" z="382.05"/>
<Orientation y="0.847"/>
</Entity>
<Entity uid="2324">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="512.61658" z="257.42814"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2325">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="513.11146" z="238.73258"/>
<Orientation y="-2.39376"/>
</Entity>
<Entity uid="2326">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="507.8718" z="232.22043"/>
<Orientation y="-2.4161"/>
</Entity>
<Entity uid="2327">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="496.97062" z="224.9887"/>
<Orientation y="-2.529"/>
</Entity>
<Entity uid="2328">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="496.783" z="221.10572"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2329">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="498.80634" z="231.43802"/>
<Orientation y="0.90413"/>
</Entity>
<Entity uid="2330">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="518.96656" z="230.16518"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2331">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="548.27729" z="239.9672"/>
<Orientation y="-2.02343"/>
</Entity>
<Entity uid="2332">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="564.52912" z="200.33439"/>
<Orientation y="2.31034"/>
</Entity>
<Entity uid="2333">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="577.50623" z="187.76352"/>
<Orientation y="1.83854"/>
</Entity>
<Entity uid="2334">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="597.91224" z="186.84058"/>
<Orientation y="0.93953"/>
</Entity>
<Entity uid="2335">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="615.8777" z="211.38094"/>
<Orientation y="2.00652"/>
</Entity>
<Entity uid="2336">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="650.18708" z="241.56241"/>
<Orientation y="-2.00091"/>
</Entity>
<Entity uid="2337">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="613.24006" z="261.42124"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2338">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="611.2574" z="263.59565"/>
<Orientation y="-2.15824"/>
</Entity>
<Entity uid="2339">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="600.25446" z="253.95171"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2341">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="609.4607" z="276.66306"/>
<Orientation y="0.7578"/>
</Entity>
<Entity uid="2342">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="625.81122" z="296.64023"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="2343">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="618.42316" z="257.61832"/>
<Orientation y="0.95408"/>
</Entity>
<Entity uid="2344">
<Template>structures/rome_arch</Template>
<Player>1</Player>
<Position x="616.37256" z="165.72605"/>
<Orientation y="2.36806"/>
</Entity>
<Entity uid="2345">
<Template>structures/rome_barracks</Template>
<Player>1</Player>
<Position x="476.4384" z="156.01291"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2346">
<Template>structures/rome_barracks</Template>
<Player>1</Player>
<Position x="493.43491" z="180.49114"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2347">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="530.71607" z="59.61611"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2348">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="543.9756" z="47.26162"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2349">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="546.51862" z="69.60862"/>
<Orientation y="-2.32724"/>
</Entity>
<Entity uid="2350">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="557.36677" z="58.2146"/>
<Orientation y="0.7943"/>
</Entity>
<Entity uid="2351">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="518.91858" z="46.11568"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2352">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="531.18238" z="34.42737"/>
<Orientation y="-0.75681"/>
</Entity>
<Entity uid="2353">
<Template>structures/rome_storehouse</Template>
<Player>1</Player>
<Position x="527.68403" z="88.99909"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2354">
<Template>structures/rome_storehouse</Template>
<Player>1</Player>
<Position x="606.25324" z="103.13097"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2355">
<Template>structures/rome_storehouse</Template>
<Player>1</Player>
<Position x="508.25358" z="241.66694"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2356">
<Template>structures/rome_storehouse</Template>
<Player>1</Player>
<Position x="627.7032" z="244.81424"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2357">
<Template>structures/rome_storehouse</Template>
<Player>1</Player>
<Position x="644.88758" z="78.26246"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2358">
<Template>structures/rome_storehouse</Template>
<Player>1</Player>
<Position x="463.43451" z="73.16295"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2359">
<Template>structures/rome_outpost</Template>
<Player>1</Player>
<Position x="224.90304" z="300.52427"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2360">
<Template>structures/rome_outpost</Template>
<Player>1</Player>
<Position x="805.44684" z="509.72205"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2361">
<Template>structures/rome_outpost</Template>
<Player>1</Player>
<Position x="360.82609" z="736.66138"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2362">
<Template>structures/rome_defense_tower</Template>
<Player>1</Player>
<Position x="424.70804" z="178.14463"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2363">
<Template>structures/rome_defense_tower</Template>
<Player>1</Player>
<Position x="690.5625" z="158.09787"/>
<Orientation y="-2.278"/>
</Entity>
<Entity uid="2366">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="442.16193" z="222.16318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2367">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="464.43354" z="139.16774"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2368">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="432.27723" z="138.99434"/>
<Orientation y="-2.44024"/>
</Entity>
<Entity uid="2369">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="437.54593" z="127.68573"/>
<Orientation y="-0.81862"/>
</Entity>
<Entity uid="2370">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="450.06504" z="138.54769"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2371">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="455.82547" z="128.00295"/>
<Orientation y="-1.05825"/>
</Entity>
<Entity uid="2372">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="183.73832" z="491.69275"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2373">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="836.51825" z="283.75037"/>
<Orientation y="-1.67682"/>
</Entity>
<Entity uid="2374">
<Template>structures/rome_tent</Template>
<Player>1</Player>
<Position x="720.73566" z="906.8246"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2375">
<Template>units/rome_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="567.0163" z="125.23269"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2376">
<Template>units/rome_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="572.17042" z="129.80744"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2377">
<Template>units/rome_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="578.22626" z="135.3303"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2378">
<Template>units/rome_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="583.62787" z="141.24427"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2379">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="548.87006" z="99.8287"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2380">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="555.09113" z="105.66436"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2381">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="560.95527" z="110.92994"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2382">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="635.39222" z="156.59386"/>
<Orientation y="-2.2151"/>
</Entity>
<Entity uid="2383">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="639.83484" z="150.1724"/>
<Orientation y="-2.28325"/>
</Entity>
<Entity uid="2384">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="653.9261" z="134.8394"/>
<Orientation y="-2.25353"/>
</Entity>
<Entity uid="2385">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="649.24451" z="140.83045"/>
<Orientation y="-2.25149"/>
</Entity>
<Entity uid="2386">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="605.8335" z="207.34827"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2387">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="613.93293" z="215.26638"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2388">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="620.19043" z="220.62558"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="2389">
<Template>gaia/ruins/stone_statues_roman</Template>
<Player>1</Player>
<Position x="644.43116" z="146.23076"/>
<Orientation y="-2.39644"/>
</Entity>
<Entity uid="2390">
<Template>structures/rome_wonder</Template>
<Player>1</Player>
<Position x="587.41877" z="230.43543"/>
<Orientation y="2.35621"/>
<Actor seed="35296"/>
</Entity>
<Entity uid="2391">
<Template>structures/rome_dock</Template>
<Player>1</Player>
<Position x="509.15894" z="399.04694"/>
<Orientation y="-0.35933"/>
<Actor seed="47928"/>
</Entity>
<Entity uid="2392">
<Template>structures/rome_army_camp</Template>
<Player>1</Player>
<Position x="768.75953" z="437.8072"/>
<Orientation y="2.35621"/>
<Actor seed="53868"/>
</Entity>
<Entity uid="2393">
<Template>structures/rome_army_camp</Template>
<Player>1</Player>
<Position x="453.59635" z="261.65046"/>
<Orientation y="2.35621"/>
<Actor seed="34000"/>
</Entity>
<Entity uid="2394">
<Template>structures/rome_blacksmith</Template>
<Player>1</Player>
<Position x="524.47553" z="200.45376"/>
<Orientation y="2.35621"/>
<Actor seed="33304"/>
</Entity>
<Entity uid="2395">
<Template>structures/rome_defense_tower</Template>
<Player>1</Player>
<Position x="585.73517" z="293.5116"/>
<Orientation y="2.35621"/>
<Actor seed="51676"/>
</Entity>
<Entity uid="2396">
<Template>structures/rome_defense_tower</Template>
<Player>1</Player>
<Position x="662.86506" z="216.55152"/>
<Orientation y="2.35621"/>
<Actor seed="28036"/>
</Entity>
<Entity uid="2397">
<Template>structures/rome_temple</Template>
<Player>1</Player>
<Position x="571.40314" z="206.52921"/>
<Orientation y="2.35621"/>
<Actor seed="1010"/>
</Entity>
<Entity uid="2398">
<Template>structures/rome_temple_vesta</Template>
<Player>1</Player>
<Position x="596.87616" z="177.086"/>
<Orientation y="-0.70144"/>
<Actor seed="34726"/>
</Entity>
<Entity uid="2399">
<Template>structures/rome_market</Template>
<Player>1</Player>
<Position x="576.03711" z="80.6757"/>
<Orientation y="2.35621"/>
<Actor seed="38000"/>
</Entity>
<Entity uid="2400">
<Template>structures/rome_farmstead</Template>
<Player>1</Player>
<Position x="516.98462" z="309.31901"/>
<Orientation y="2.35621"/>
<Actor seed="57086"/>
</Entity>
<Entity uid="2401">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="481.24009" z="467.34815"/>
<Orientation y="-1.69925"/>
<Actor seed="3610"/>
</Entity>
<Entity uid="2402">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="406.83381" z="504.04621"/>
<Orientation y="1.05846"/>
<Actor seed="15576"/>
</Entity>
<Entity uid="2403">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="478.51935" z="543.75812"/>
<Orientation y="-2.96795"/>
<Actor seed="8240"/>
</Entity>
<Entity uid="2404">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="536.32441" z="465.10511"/>
<Orientation y="0.00493"/>
<Actor seed="17224"/>
</Entity>
<Entity uid="2405">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="450.94791" z="433.31733"/>
<Orientation y="2.35621"/>
<Actor seed="40706"/>
</Entity>
<Entity uid="2406">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="572.73011" z="487.15992"/>
<Orientation y="1.72518"/>
<Actor seed="14260"/>
</Entity>
<Entity uid="2407">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="425.17942" z="554.86426"/>
<Orientation y="-1.14481"/>
<Actor seed="63850"/>
</Entity>
<Entity uid="2408">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="382.36207" z="532.37165"/>
<Orientation y="-2.51148"/>
<Actor seed="58056"/>
</Entity>
<Entity uid="2409">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="563.21613" z="430.48084"/>
<Orientation y="-0.14286"/>
<Actor seed="42384"/>
</Entity>
<Entity uid="2410">
<Template>structures/rome_field</Template>
<Player>1</Player>
<Position x="492.44938" z="296.77292"/>
<Orientation y="2.35621"/>
<Actor seed="1872"/>
</Entity>
<Entity uid="2411">
<Template>structures/rome_field</Template>
<Player>1</Player>
<Position x="513.00831" z="276.31202"/>
<Orientation y="2.35621"/>
<Actor seed="28932"/>
</Entity>
<Entity uid="2412">
<Template>structures/rome_field</Template>
<Player>1</Player>
<Position x="534.77088" z="296.3884"/>
<Orientation y="2.35621"/>
<Actor seed="9600"/>
</Entity>
<Entity uid="2413">
<Template>structures/rome_field</Template>
<Player>1</Player>
<Position x="552.04004" z="317.35364"/>
<Orientation y="2.35621"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="2414">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="479.79514" z="48.77244"/>
<Orientation y="2.35621"/>
<Actor seed="43622"/>
</Entity>
<Entity uid="2415">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="499.81806" z="35.92232"/>
<Orientation y="2.35621"/>
<Actor seed="27080"/>
</Entity>
<Entity uid="2416">
<Template>structures/rome_house</Template>
<Player>1</Player>
<Position x="555.64252" z="30.40406"/>
<Orientation y="2.35621"/>
<Actor seed="2184"/>
</Entity>
<Entity uid="2417">
<Template>structures/rome_fortress</Template>
<Player>1</Player>
<Position x="711.60828" z="305.21076"/>
<Orientation y="-2.30413"/>
<Actor seed="59228"/>
</Entity>
<Entity uid="2418">
<Template>structures/rome_corral</Template>
<Player>1</Player>
<Position x="563.51288" z="286.68116"/>
<Orientation y="2.35621"/>
<Actor seed="9862"/>
</Entity>
<Entity uid="2419">
<Template>structures/rome_army_camp</Template>
<Player>1</Player>
<Position x="759.42042" z="734.94636"/>
<Orientation y="-2.5284"/>
<Actor seed="33174"/>
</Entity>
<Entity uid="2420">
<Template>units/rome_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="497.43256" z="122.17431"/>
<Orientation y="-2.21137"/>
<Actor seed="22670"/>
</Entity>
<Entity uid="2421">
<Template>units/rome_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="494.27204" z="124.9248"/>
<Orientation y="-2.21164"/>
<Actor seed="946"/>
</Entity>
<Entity uid="2422">
<Template>units/rome_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="487.11503" z="124.44745"/>
<Orientation y="2.35621"/>
<Actor seed="54044"/>
</Entity>
<Entity uid="2423">
<Template>units/rome_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="489.06919" z="126.81348"/>
<Orientation y="2.35621"/>
<Actor seed="42430"/>
</Entity>
<Entity uid="2424">
<Template>units/rome_cavalry_javelinist_b</Template>
<Player>1</Player>
<Position x="491.53861" z="128.72019"/>
<Orientation y="2.35621"/>
<Actor seed="53528"/>
</Entity>
<Entity uid="2425">
<Template>units/rome_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="473.71518" z="124.16482"/>
<Orientation y="2.35621"/>
<Actor seed="29432"/>
</Entity>
<Entity uid="2426">
<Template>units/rome_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="475.79337" z="125.21502"/>
<Orientation y="2.35621"/>
<Actor seed="49512"/>
</Entity>
<Entity uid="2427">
<Template>units/rome_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="478.19001" z="126.81348"/>
<Orientation y="2.35621"/>
<Actor seed="27876"/>
</Entity>
<Entity uid="2428">
<Template>units/rome_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="477.46604" z="120.0745"/>
<Orientation y="-2.89634"/>
<Actor seed="29302"/>
</Entity>
<Entity uid="2429">
<Template>units/rome_cavalry_javelinist_a</Template>
<Player>1</Player>
<Position x="481.0102" z="120.31798"/>
<Orientation y="-2.87136"/>
<Actor seed="25734"/>
</Entity>
<Entity uid="2430">
<Template>units/rome_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="483.39649" z="134.42808"/>
<Orientation y="2.35621"/>
<Actor seed="16230"/>
</Entity>
<Entity uid="2431">
<Template>units/rome_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="486.04218" z="136.77196"/>
<Orientation y="2.35621"/>
<Actor seed="54744"/>
</Entity>
<Entity uid="2432">
<Template>units/rome_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="491.16245" z="141.71875"/>
<Orientation y="-2.20138"/>
<Actor seed="63012"/>
</Entity>
<Entity uid="2433">
<Template>units/rome_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="492.40833" z="137.28922"/>
<Orientation y="-2.36045"/>
<Actor seed="59326"/>
</Entity>
<Entity uid="2434">
<Template>units/rome_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="495.35813" z="135.7682"/>
<Orientation y="-2.0672"/>
<Actor seed="41808"/>
</Entity>
<Entity uid="2435">
<Template>units/rome_cavalry_javelinist_e</Template>
<Player>1</Player>
<Position x="494.5611" z="141.35093"/>
<Orientation y="-2.54673"/>
<Actor seed="42974"/>
</Entity>
<Entity uid="2436">
<Template>units/rome_cavalry_spearman_e</Template>
<Player>1</Player>
<Position x="501.563" z="150.10917"/>
<Orientation y="2.35621"/>
<Actor seed="18742"/>
</Entity>
<Entity uid="2437">
<Template>units/rome_cavalry_spearman_e</Template>
<Player>1</Player>
<Position x="503.41157" z="152.127"/>
<Orientation y="2.35621"/>
<Actor seed="17618"/>
</Entity>
<Entity uid="2438">
<Template>units/rome_cavalry_spearman_e</Template>
<Player>1</Player>
<Position x="504.7128" z="153.54741"/>
<Orientation y="2.35621"/>
<Actor seed="59412"/>
</Entity>
<Entity uid="2439">
<Template>units/rome_cavalry_spearman_e</Template>
<Player>1</Player>
<Position x="506.40452" z="155.67194"/>
<Orientation y="2.35621"/>
<Actor seed="10480"/>
</Entity>
<Entity uid="2440">
<Template>units/rome_cavalry_spearman_e</Template>
<Player>1</Player>
<Position x="508.33188" z="156.98786"/>
<Orientation y="2.35621"/>
<Actor seed="40926"/>
</Entity>
<Entity uid="2441">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="497.4311" z="154.40571"/>
<Orientation y="2.35621"/>
<Actor seed="43294"/>
</Entity>
<Entity uid="2442">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="500.09925" z="156.85395"/>
<Orientation y="2.35621"/>
<Actor seed="40138"/>
</Entity>
<Entity uid="2443">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="501.7212" z="159.2042"/>
<Orientation y="2.35621"/>
<Actor seed="37346"/>
</Entity>
<Entity uid="2444">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="504.01398" z="160.3671"/>
<Orientation y="2.35621"/>
<Actor seed="52268"/>
</Entity>
<Entity uid="2445">
<Template>units/rome_cavalry_spearman_a</Template>
<Player>1</Player>
<Position x="505.50351" z="162.18514"/>
<Orientation y="2.35621"/>
<Actor seed="45810"/>
</Entity>
<Entity uid="2446">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>1</Player>
<Position x="494.66718" z="158.77776"/>
<Orientation y="2.35621"/>
<Actor seed="39172"/>
</Entity>
<Entity uid="2447">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>1</Player>
<Position x="496.64972" z="160.81315"/>
<Orientation y="2.35621"/>
<Actor seed="43386"/>
</Entity>
<Entity uid="2448">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>1</Player>
<Position x="498.0178" z="162.3408"/>
<Orientation y="2.35621"/>
<Actor seed="20846"/>
</Entity>
<Entity uid="2449">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>1</Player>
<Position x="499.87153" z="165.09166"/>
<Orientation y="2.35621"/>
<Actor seed="27748"/>
</Entity>
<Entity uid="2450">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>1</Player>
<Position x="501.54987" z="166.28496"/>
<Orientation y="2.35621"/>
<Actor seed="34416"/>
</Entity>
<Entity uid="2451">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>1</Player>
<Position x="586.64515" z="144.2222"/>
<Orientation y="2.35621"/>
<Actor seed="14224"/>
</Entity>
<Entity uid="2452">
<Template>units/rome_champion_cavalry</Template>
<Player>1</Player>
<Position x="697.94465" z="278.5384"/>
<Orientation y="-2.26844"/>
<Actor seed="48952"/>
</Entity>
<Entity uid="2453">
<Template>units/rome_champion_cavalry</Template>
<Player>1</Player>
<Position x="694.47535" z="279.77384"/>
<Orientation y="-2.32308"/>
<Actor seed="57702"/>
</Entity>
<Entity uid="2454">
<Template>units/rome_champion_cavalry</Template>
<Player>1</Player>
<Position x="690.32264" z="282.41266"/>
<Orientation y="-2.40851"/>
<Actor seed="57104"/>
</Entity>
<Entity uid="2455">
<Template>units/rome_champion_cavalry</Template>
<Player>1</Player>
<Position x="687.39924" z="284.15885"/>
<Orientation y="-2.5154"/>
<Actor seed="33874"/>
</Entity>
<Entity uid="2456">
<Template>units/rome_champion_cavalry</Template>
<Player>1</Player>
<Position x="683.26966" z="285.07007"/>
<Orientation y="-2.37853"/>
<Actor seed="55596"/>
</Entity>
<Entity uid="2457">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="678.91388" z="279.96866"/>
<Orientation y="2.35621"/>
<Actor seed="19604"/>
</Entity>
<Entity uid="2458">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="677.3791" z="277.80384"/>
<Orientation y="2.35621"/>
<Actor seed="51358"/>
</Entity>
<Entity uid="2459">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="675.84021" z="276.56293"/>
<Orientation y="2.35621"/>
<Actor seed="49226"/>
</Entity>
<Entity uid="2460">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="679.41926" z="273.60987"/>
<Orientation y="2.35621"/>
<Actor seed="19906"/>
</Entity>
<Entity uid="2461">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="680.52515" z="275.79371"/>
<Orientation y="2.35621"/>
<Actor seed="41036"/>
</Entity>
<Entity uid="2462">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="682.13685" z="277.71335"/>
<Orientation y="2.35621"/>
<Actor seed="11960"/>
</Entity>
<Entity uid="2463">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="682.82105" z="271.11585"/>
<Orientation y="2.35621"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="2464">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="684.27674" z="273.4944"/>
<Orientation y="2.35621"/>
<Actor seed="1318"/>
</Entity>
<Entity uid="2465">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="685.57355" z="275.1922"/>
<Orientation y="2.35621"/>
<Actor seed="23338"/>
</Entity>
<Entity uid="2466">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="681.32941" z="269.18403"/>
<Orientation y="2.35621"/>
<Actor seed="14204"/>
</Entity>
<Entity uid="2467">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="677.41077" z="271.30683"/>
<Orientation y="2.35621"/>
<Actor seed="45266"/>
</Entity>
<Entity uid="2468">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="673.52417" z="273.59775"/>
<Orientation y="2.35621"/>
<Actor seed="40390"/>
</Entity>
<Entity uid="2469">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="672.55604" z="270.36432"/>
<Orientation y="2.35621"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="2470">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="675.55665" z="268.83063"/>
<Orientation y="2.35621"/>
<Actor seed="16036"/>
</Entity>
<Entity uid="2471">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="678.40546" z="266.88263"/>
<Orientation y="2.35621"/>
<Actor seed="43198"/>
</Entity>
<Entity uid="2472">
<Template>structures/rome_outpost</Template>
<Player>1</Player>
<Position x="908.71369" z="465.1537"/>
<Orientation y="2.35621"/>
<Actor seed="15366"/>
</Entity>
<Entity uid="2473">
<Template>structures/rome_outpost</Template>
<Player>1</Player>
<Position x="261.9803" z="472.60126"/>
<Orientation y="2.35621"/>
<Actor seed="59468"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/Tropical Island.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/Tropical Island.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/Tropical Island.xml (revision 22818)
@@ -1,5062 +1,5062 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>sunny</SkySet>
<SunColor r="0.882353" g="0.839216" b="0.701961"/>
<SunElevation angle="0.825282"/>
<SunRotation angle="-0.877437"/>
<TerrainAmbientColor r="0.4" g="0.486275" b="0.6"/>
<UnitsAmbientColor r="0.560784" g="0.639216" b="0.713726"/>
<Fog>
<FogFactor>0.00135742</FogFactor>
<FogThickness>0.0498047</FogThickness>
<FogColor r="0.654902" g="0.729412" b="0.847059"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0.203922" g="0.254902" b="0.356863"/>
<Height>29.1672</Height>
<Waviness>3.0</Waviness>
<Murkiness>0.485352</Murkiness>
<Tint r="0" g="1" b="1"/>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1.02539</Contrast>
<Saturation>0.99</Saturation>
<Bloom>0.140234</Bloom>
<PostEffect>hdr</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="498.274" y="124.711" z="280.251"/>
<Rotation angle="0"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"CircularMap": true,
"Description": "Multiplayer map. A tropical paradise.",
"Keywords": [
"demo"
],
"Name": "Tropical Island",
"PlayerData": [
{
"AI": "",
"Civ": "athen",
"Color": {
"b": 200,
"g": 46,
"r": 46
},
"Name": "Player 1",
"Team": 0
},
{
"AI": "",
"Civ": "athen",
"Color": {
"b": 20,
"g": 20,
"r": 150
},
"Name": "Player 2",
"Team": 1
}
],
"Preview": "Tropical Island.png",
"VictoryConditions": [
"conquest"
]
}
]]></ScriptSettings>
<Entities>
<Entity uid="77">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="432.35486" z="343.36689"/>
<Orientation y="-3.02736"/>
</Entity>
<Entity uid="78">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="429.33426" z="325.5326"/>
<Orientation y="2.88938"/>
</Entity>
<Entity uid="79">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="434.68851" z="311.17078"/>
<Orientation y="2.03469"/>
</Entity>
<Entity uid="80">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="455.54261" z="305.59171"/>
<Orientation y="1.72561"/>
</Entity>
<Entity uid="81">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="470.00678" z="299.17881"/>
<Orientation y="3.05906"/>
</Entity>
<Entity uid="82">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="469.73594" z="288.56107"/>
<Orientation y="2.51218"/>
</Entity>
<Entity uid="83">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="477.87775" z="282.78806"/>
<Orientation y="1.05153"/>
</Entity>
<Entity uid="84">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="488.65192" z="291.35386"/>
<Orientation y="0.31852"/>
</Entity>
<Entity uid="85">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="493.08243" z="305.42585"/>
<Orientation y="1.10051"/>
</Entity>
<Entity uid="86">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="503.82789" z="304.3306"/>
<Orientation y="-2.81258"/>
</Entity>
<Entity uid="87">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="497.35801" z="290.88007"/>
<Orientation y="-2.39148"/>
</Entity>
<Entity uid="88">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="488.45756" z="280.37342"/>
<Orientation y="-2.69967"/>
</Entity>
<Entity uid="89">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="486.9397" z="274.66587"/>
<Orientation y="-0.87633"/>
</Entity>
<Entity uid="90">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="465.29905" z="284.36658"/>
<Orientation y="-1.03014"/>
</Entity>
<Entity uid="91">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="457.34626" z="291.61265"/>
<Orientation y="-1.3597"/>
</Entity>
<Entity uid="92">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="453.04007" z="291.13416"/>
<Orientation y="3.09224"/>
</Entity>
<Entity uid="93">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="455.13785" z="286.23649"/>
<Orientation y="1.6359"/>
</Entity>
<Entity uid="94">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="467.7397" z="285.62961"/>
<Orientation y="0.6364"/>
</Entity>
<Entity uid="95">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="488.865" z="298.21525"/>
<Orientation y="1.29096"/>
</Entity>
<Entity uid="96">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="512.40809" z="325.91651"/>
<Orientation y="-2.69282"/>
</Entity>
<Entity uid="97">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="505.5789" z="315.61515"/>
<Orientation y="-2.83266"/>
</Entity>
<Entity uid="98">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="503.69373" z="300.7071"/>
<Orientation y="1.69259"/>
</Entity>
<Entity uid="99">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="511.63682" z="301.78217"/>
<Orientation y="1.66007"/>
</Entity>
<Entity uid="100">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="524.49976" z="305.63541"/>
<Orientation y="0.33704"/>
</Entity>
<Entity uid="101">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="527.21326" z="319.65284"/>
<Orientation y="-0.04136"/>
</Entity>
<Entity uid="102">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="524.88349" z="335.57331"/>
<Orientation y="-0.39698"/>
</Entity>
<Entity uid="103">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="505.65363" z="358.13761"/>
<Orientation y="-0.21497"/>
</Entity>
<Entity uid="104">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="429.42768" z="390.98728"/>
<Orientation y="-1.71145"/>
</Entity>
<Entity uid="105">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="409.7194" z="388.3783"/>
<Orientation y="3.01378"/>
</Entity>
<Entity uid="106">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="413.45435" z="366.32587"/>
<Orientation y="-3.06943"/>
</Entity>
<Entity uid="107">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="412.58634" z="348.62565"/>
<Orientation y="2.15654"/>
</Entity>
<Entity uid="108">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="424.35117" z="341.59958"/>
<Orientation y="0.98763"/>
</Entity>
<Entity uid="109">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="432.74442" z="353.3047"/>
<Orientation y="0.07902"/>
</Entity>
<Entity uid="110">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="432.6749" z="373.61118"/>
<Orientation y="0.14676"/>
</Entity>
<Entity uid="111">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="435.78971" z="387.74354"/>
<Orientation y="1.43636"/>
</Entity>
<Entity uid="112">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="449.13944" z="385.13962"/>
<Orientation y="-2.85521"/>
</Entity>
<Entity uid="113">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="437.83692" z="360.36213"/>
<Orientation y="-2.57192"/>
</Entity>
<Entity uid="114">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="426.49906" z="347.11854"/>
<Orientation y="-2.77822"/>
</Entity>
<Entity uid="115">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="428.41236" z="340.73435"/>
<Orientation y="1.33024"/>
</Entity>
<Entity uid="116">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="438.83762" z="345.04389"/>
<Orientation y="-0.28588"/>
</Entity>
<Entity uid="117">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="429.54081" z="366.25666"/>
<Orientation y="-1.74466"/>
</Entity>
<Entity uid="118">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="420.86515" z="368.91749"/>
<Orientation y="0.12174"/>
</Entity>
<Entity uid="119">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="421.9556" z="385.90445"/>
<Orientation y="-1.04789"/>
</Entity>
<Entity uid="120">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="411.60788" z="387.3339"/>
<Orientation y="-2.76793"/>
</Entity>
<Entity uid="121">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="403.48551" z="368.8784"/>
<Orientation y="-1.9017"/>
</Entity>
<Entity uid="122">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="394.66578" z="369.23743"/>
<Orientation y="2.97895"/>
</Entity>
<Entity uid="123">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="401.28092" z="349.75776"/>
<Orientation y="2.2889"/>
</Entity>
<Entity uid="124">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="408.24384" z="343.20124"/>
<Orientation y="2.32393"/>
</Entity>
<Entity uid="125">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="455.30817" z="289.29401"/>
<Orientation y="-2.20781"/>
</Entity>
<Entity uid="126">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="452.00422" z="286.21317"/>
<Orientation y="1.93255"/>
</Entity>
<Entity uid="127">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="458.55884" z="283.82386"/>
<Orientation y="2.85615"/>
</Entity>
<Entity uid="128">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="458.93903" z="281.1294"/>
<Orientation y="2.82885"/>
</Entity>
<Entity uid="129">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="460.26835" z="279.09177"/>
<Orientation y="1.07724"/>
</Entity>
<Entity uid="130">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="465.19098" z="287.75574"/>
<Orientation y="-0.27031"/>
</Entity>
<Entity uid="131">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="463.8104" z="292.65531"/>
<Orientation y="0.13994"/>
</Entity>
<Entity uid="132">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="464.22342" z="301.64258"/>
<Orientation y="2.57137"/>
</Entity>
<Entity uid="133">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="469.21018" z="293.326"/>
<Orientation y="2.62642"/>
</Entity>
<Entity uid="134">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="474.7334" z="286.24201"/>
<Orientation y="3.06444"/>
</Entity>
<Entity uid="135">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="475.20481" z="282.47791"/>
<Orientation y="-3.0269"/>
</Entity>
<Entity uid="136">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="528.89887" z="280.31525"/>
<Orientation y="-1.88126"/>
</Entity>
<Entity uid="137">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="514.7193" z="277.40803"/>
<Orientation y="-3.12697"/>
</Entity>
<Entity uid="138">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="517.2173" z="273.67829"/>
<Orientation y="1.12314"/>
</Entity>
<Entity uid="139">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="536.11957" z="284.36887"/>
<Orientation y="0.31421"/>
</Entity>
<Entity uid="140">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="536.5569" z="304.35273"/>
<Orientation y="-0.20504"/>
</Entity>
<Entity uid="141">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="528.91443" z="314.83191"/>
<Orientation y="-2.52033"/>
</Entity>
<Entity uid="142">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="515.17914" z="296.62513"/>
<Orientation y="2.81959"/>
</Entity>
<Entity uid="143">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="527.4347" z="287.55753"/>
<Orientation y="1.17206"/>
</Entity>
<Entity uid="144">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="542.30616" z="295.68284"/>
<Orientation y="1.22056"/>
</Entity>
<Entity uid="145">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="554.69202" z="295.08851"/>
<Orientation y="1.47518"/>
</Entity>
<Entity uid="146">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="567.35615" z="300.67826"/>
<Orientation y="-2.9995"/>
</Entity>
<Entity uid="147">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="572.67634" z="295.57734"/>
<Orientation y="2.50785"/>
</Entity>
<Entity uid="148">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="576.98511" z="299.30192"/>
<Orientation y="2.55681"/>
</Entity>
<Entity uid="149">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="579.33497" z="304.87568"/>
<Orientation y="0.94103"/>
</Entity>
<Entity uid="150">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="603.34278" z="311.7869"/>
<Orientation y="2.26557"/>
</Entity>
<Entity uid="151">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="612.61518" z="303.29035"/>
<Orientation y="-1.73714"/>
</Entity>
<Entity uid="152">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="587.511" z="305.14808"/>
<Orientation y="0.05448"/>
</Entity>
<Entity uid="153">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="589.58918" z="328.79313"/>
<Orientation y="1.53946"/>
</Entity>
<Entity uid="154">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="583.2574" z="335.05506"/>
<Orientation y="-0.53579"/>
</Entity>
<Entity uid="155">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="587.15424" z="352.97483"/>
<Orientation y="1.2557"/>
</Entity>
<Entity uid="156">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="606.80121" z="364.26096"/>
<Orientation y="-0.45983"/>
</Entity>
<Entity uid="157">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="598.61652" z="374.28089"/>
<Orientation y="0.49373"/>
</Entity>
<Entity uid="158">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="624.2154" z="392.07667"/>
<Orientation y="0.13221"/>
</Entity>
<Entity uid="159">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="614.93708" z="411.0988"/>
<Orientation y="0.07583"/>
</Entity>
<Entity uid="160">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="620.1507" z="434.54371"/>
<Orientation y="-0.27965"/>
</Entity>
<Entity uid="161">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="591.71662" z="465.16962"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="162">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="577.96863" z="475.16895"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="163">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="546.02057" z="482.00168"/>
<Orientation y="-1.39095"/>
</Entity>
<Entity uid="164">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="523.02002" z="486.08161"/>
<Orientation y="-1.61094"/>
</Entity>
<Entity uid="165">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="509.75318" z="482.88111"/>
<Orientation y="-2.41405"/>
</Entity>
<Entity uid="166">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="510.48664" z="477.34702"/>
<Orientation y="-1.96769"/>
</Entity>
<Entity uid="167">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="501.91425" z="475.86759"/>
<Orientation y="-1.81528"/>
</Entity>
<Entity uid="168">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="467.49445" z="474.46683"/>
<Orientation y="-2.09728"/>
</Entity>
<Entity uid="169">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="439.33082" z="455.607"/>
<Orientation y="-2.68456"/>
</Entity>
<Entity uid="170">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="448.56882" z="434.0152"/>
<Orientation y="2.72742"/>
</Entity>
<Entity uid="171">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="455.00657" z="406.2042"/>
<Orientation y="2.74073"/>
</Entity>
<Entity uid="172">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="460.13938" z="396.36722"/>
<Orientation y="-2.13675"/>
</Entity>
<Entity uid="174">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="440.20157" z="399.75535"/>
<Orientation y="1.44126"/>
</Entity>
<Entity uid="175">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="490.52063" z="403.39924"/>
<Orientation y="1.13576"/>
</Entity>
<Entity uid="176">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="512.31202" z="413.04078"/>
<Orientation y="0.13328"/>
</Entity>
<Entity uid="177">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="511.62781" z="442.0759"/>
<Orientation y="0.86515"/>
</Entity>
<Entity uid="178">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="520.48865" z="457.17273"/>
<Orientation y="-1.84987"/>
</Entity>
<Entity uid="179">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="506.14625" z="460.56034"/>
<Orientation y="-0.9244"/>
</Entity>
<Entity uid="180">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="504.86454" z="476.47349"/>
<Orientation y="0.63706"/>
</Entity>
<Entity uid="181">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="525.36225" z="494.87702"/>
<Orientation y="1.48696"/>
</Entity>
<Entity uid="182">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="550.74634" z="499.0561"/>
<Orientation y="1.33202"/>
</Entity>
<Entity uid="183">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="566.0976" z="499.32447"/>
<Orientation y="-2.99576"/>
</Entity>
<Entity uid="184">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="562.00837" z="488.88465"/>
<Orientation y="1.99921"/>
</Entity>
<Entity uid="185">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="571.14008" z="479.28956"/>
<Orientation y="2.73809"/>
</Entity>
<Entity uid="186">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="581.1095" z="457.38715"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="187">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="598.74518" z="441.19211"/>
<Orientation y="1.614"/>
</Entity>
<Entity uid="188">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="633.36036" z="445.86124"/>
<Orientation y="1.83115"/>
</Entity>
<Entity uid="189">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="638.11908" z="450.21723"/>
<Orientation y="1.71215"/>
</Entity>
<Entity uid="190">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="647.0243" z="447.61622"/>
<Orientation y="2.69423"/>
</Entity>
<Entity uid="191">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="655.03901" z="429.15943"/>
<Orientation y="2.61951"/>
</Entity>
<Entity uid="192">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="664.44721" z="407.61554"/>
<Orientation y="-2.47901"/>
</Entity>
<Entity uid="193">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="648.70417" z="387.8079"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="194">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="626.19947" z="370.6295"/>
<Orientation y="-2.26577"/>
</Entity>
<Entity uid="195">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="616.13685" z="353.46662"/>
<Orientation y="2.69985"/>
</Entity>
<Entity uid="196">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="628.00971" z="330.99582"/>
<Orientation y="2.66334"/>
</Entity>
<Entity uid="197">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="637.0329" z="315.72718"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="198">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="661.25654" z="362.53333"/>
<Orientation y="-2.68935"/>
</Entity>
<Entity uid="199">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="645.4643" z="333.42042"/>
<Orientation y="-2.4325"/>
</Entity>
<Entity uid="200">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="635.78797" z="323.93256"/>
<Orientation y="-1.41881"/>
</Entity>
<Entity uid="201">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="640.69947" z="333.93644"/>
<Orientation y="0.87337"/>
</Entity>
<Entity uid="202">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="668.23414" z="364.297"/>
<Orientation y="0.04212"/>
</Entity>
<Entity uid="203">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="657.87269" z="395.75773"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="204">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="660.82038" z="401.73429"/>
<Orientation y="3.0896"/>
</Entity>
<Entity uid="205">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="661.36554" z="381.31183"/>
<Orientation y="-2.86672"/>
</Entity>
<Entity uid="206">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="656.57105" z="369.86442"/>
<Orientation y="-1.97768"/>
</Entity>
<Entity uid="207">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="647.53254" z="367.50361"/>
<Orientation y="-1.06951"/>
</Entity>
<Entity uid="208">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="630.46064" z="373.02686"/>
<Orientation y="-0.8578"/>
</Entity>
<Entity uid="209">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="616.51288" z="389.52375"/>
<Orientation y="-0.90244"/>
</Entity>
<Entity uid="210">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="614.56788" z="393.70344"/>
<Orientation y="-2.2861"/>
</Entity>
<Entity uid="211">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="599.9922" z="364.81214"/>
<Orientation y="2.67751"/>
</Entity>
<Entity uid="212">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="608.75922" z="345.86329"/>
<Orientation y="-2.89448"/>
</Entity>
<Entity uid="213">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="601.88855" z="327.76087"/>
<Orientation y="-1.80324"/>
</Entity>
<Entity uid="214">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="571.32605" z="316.77381"/>
<Orientation y="-2.08112"/>
</Entity>
<Entity uid="215">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="548.20411" z="305.47538"/>
<Orientation y="-1.83902"/>
</Entity>
<Entity uid="216">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="526.07038" z="301.51978"/>
<Orientation y="-1.02823"/>
</Entity>
<Entity uid="217">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="508.54398" z="309.67536"/>
<Orientation y="-1.17531"/>
</Entity>
<Entity uid="218">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="541.43787" z="331.20441"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="219">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="534.34546" z="339.94169"/>
<Orientation y="-0.42983"/>
</Entity>
<Entity uid="220">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="524.59247" z="350.17014"/>
<Orientation y="-0.76792"/>
</Entity>
<Entity uid="221">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="516.22321" z="359.81141"/>
<Orientation y="-1.51474"/>
</Entity>
<Entity uid="222">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="507.29413" z="366.00898"/>
<Orientation y="-0.45109"/>
</Entity>
<Entity uid="223">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="500.33338" z="392.53284"/>
<Orientation y="0.95005"/>
</Entity>
<Entity uid="224">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="515.37775" z="396.54688"/>
<Orientation y="3.07686"/>
</Entity>
<Entity uid="225">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="518.10492" z="377.37818"/>
<Orientation y="2.63639"/>
</Entity>
<Entity uid="226">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="518.52607" z="373.14255"/>
<Orientation y="-2.2539"/>
</Entity>
<Entity uid="227">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="509.22471" z="370.68583"/>
<Orientation y="-1.87575"/>
</Entity>
<Entity uid="228">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="506.33652" z="369.60877"/>
<Orientation y="-1.53544"/>
</Entity>
<Entity uid="229">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="494.58454" z="376.8632"/>
<Orientation y="-0.98955"/>
</Entity>
<Entity uid="230">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="475.98527" z="394.88428"/>
<Orientation y="-1.08193"/>
</Entity>
<Entity uid="231">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="457.22541" z="413.33497"/>
<Orientation y="1.16929"/>
</Entity>
<Entity uid="232">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="424.30497" z="414.52488"/>
<Orientation y="-2.3532"/>
</Entity>
<Entity uid="233">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="412.2627" z="402.3913"/>
<Orientation y="-2.80437"/>
</Entity>
<Entity uid="234">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="410.43335" z="414.95447"/>
<Orientation y="-2.45081"/>
</Entity>
<Entity uid="235">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="398.74262" z="401.9756"/>
<Orientation y="2.63936"/>
</Entity>
<Entity uid="236">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="403.74103" z="392.55546"/>
<Orientation y="1.83173"/>
</Entity>
<Entity uid="237">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="416.68424" z="395.54438"/>
<Orientation y="0.71187"/>
</Entity>
<Entity uid="238">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="420.61384" z="406.56598"/>
<Orientation y="0.68386"/>
</Entity>
<Entity uid="239">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="450.46381" z="427.5178"/>
<Orientation y="1.64289"/>
</Entity>
<Entity uid="240">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="475.14032" z="447.98084"/>
<Orientation y="-0.8647"/>
</Entity>
<Entity uid="241">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="448.11936" z="465.9734"/>
<Orientation y="-2.27773"/>
</Entity>
<Entity uid="242">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="444.18708" z="466.05088"/>
<Orientation y="0.1558"/>
</Entity>
<Entity uid="243">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="449.80799" z="481.96387"/>
<Orientation y="1.66224"/>
</Entity>
<Entity uid="244">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="460.66443" z="481.24796"/>
<Orientation y="0.99465"/>
</Entity>
<Entity uid="245">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="473.44346" z="493.9575"/>
<Orientation y="0.99238"/>
</Entity>
<Entity uid="246">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="483.7645" z="494.0547"/>
<Orientation y="2.79255"/>
</Entity>
<Entity uid="247">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="486.20627" z="477.43848"/>
<Orientation y="-2.33956"/>
</Entity>
<Entity uid="248">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="452.90625" z="453.63184"/>
<Orientation y="-2.84302"/>
</Entity>
<Entity uid="249">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="465.51511" z="449.73026"/>
<Orientation y="1.14998"/>
</Entity>
<Entity uid="250">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="516.8614" z="505.76978"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="251">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="515.07013" z="520.51545"/>
<Orientation y="1.05198"/>
</Entity>
<Entity uid="252">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="519.59467" z="520.72834"/>
<Orientation y="2.06959"/>
</Entity>
<Entity uid="253">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="533.7298" z="510.29719"/>
<Orientation y="-2.78191"/>
</Entity>
<Entity uid="254">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="524.14399" z="485.15375"/>
<Orientation y="-2.90471"/>
</Entity>
<Entity uid="255">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="525.52387" z="477.47593"/>
<Orientation y="1.76922"/>
</Entity>
<Entity uid="256">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="552.16773" z="510.28357"/>
<Orientation y="2.07308"/>
</Entity>
<Entity uid="257">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="579.36475" z="497.70707"/>
<Orientation y="-2.6404"/>
</Entity>
<Entity uid="258">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="562.04932" z="477.57679"/>
<Orientation y="-2.34374"/>
</Entity>
<Entity uid="259">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="553.68964" z="465.95157"/>
<Orientation y="-2.91095"/>
</Entity>
<Entity uid="260">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="551.68812" z="456.03364"/>
<Orientation y="2.58973"/>
</Entity>
<Entity uid="261">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="555.03156" z="451.15177"/>
<Orientation y="2.09301"/>
</Entity>
<Entity uid="262">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="564.98426" z="447.00458"/>
<Orientation y="1.45696"/>
</Entity>
<Entity uid="263">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="545.98603" z="435.0605"/>
<Orientation y="-1.97489"/>
</Entity>
<Entity uid="264">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="533.13233" z="431.66248"/>
<Orientation y="0.85213"/>
</Entity>
<Entity uid="265">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="534.42927" z="426.67423"/>
<Orientation y="1.09005"/>
</Entity>
<Entity uid="266">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="541.66565" z="440.00965"/>
<Orientation y="-1.86567"/>
</Entity>
<Entity uid="267">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="616.46961" z="475.12616"/>
<Orientation y="-0.78585"/>
</Entity>
<Entity uid="268">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="600.37238" z="488.633"/>
<Orientation y="-1.99442"/>
</Entity>
<Entity uid="269">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="587.2403" z="476.73902"/>
<Orientation y="-2.99425"/>
</Entity>
<Entity uid="270">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="602.16932" z="447.95933"/>
<Orientation y="1.1226"/>
</Entity>
<Entity uid="271">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="612.9903" z="454.62449"/>
<Orientation y="2.40505"/>
</Entity>
<Entity uid="272">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="620.45386" z="443.45987"/>
<Orientation y="-2.45514"/>
</Entity>
<Entity uid="273">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="610.98041" z="434.2888"/>
<Orientation y="-2.28193"/>
</Entity>
<Entity uid="274">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="602.6067" z="425.75501"/>
<Orientation y="2.78943"/>
</Entity>
<Entity uid="275">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="641.04212" z="464.34003"/>
<Orientation y="-1.63108"/>
</Entity>
<Entity uid="276">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="627.50892" z="459.92298"/>
<Orientation y="-2.84821"/>
</Entity>
<Entity uid="277">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="624.2422" z="418.88163"/>
<Orientation y="2.44259"/>
</Entity>
<Entity uid="278">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="636.50977" z="408.57245"/>
<Orientation y="2.08378"/>
</Entity>
<Entity uid="279">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="645.28321" z="404.82117"/>
<Orientation y="-2.7333"/>
</Entity>
<Entity uid="280">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="641.28003" z="397.69129"/>
<Orientation y="-2.6099"/>
</Entity>
<Entity uid="281">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="616.16077" z="366.20356"/>
<Orientation y="-0.72149"/>
</Entity>
<Entity uid="282">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="599.64704" z="370.78315"/>
<Orientation y="-1.08895"/>
</Entity>
<Entity uid="283">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="591.14344" z="363.75507"/>
<Orientation y="-2.9346"/>
</Entity>
<Entity uid="284">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="586.25348" z="351.65021"/>
<Orientation y="-2.14132"/>
</Entity>
<Entity uid="285">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="575.36353" z="347.38624"/>
<Orientation y="-2.4726"/>
</Entity>
<Entity uid="286">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="568.53858" z="341.25702"/>
<Orientation y="2.94516"/>
</Entity>
<Entity uid="287">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="576.2397" z="322.5485"/>
<Orientation y="2.71384"/>
</Entity>
<Entity uid="288">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="577.85651" z="310.2486"/>
<Orientation y="-2.99871"/>
</Entity>
<Entity uid="289">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="592.487" z="304.35126"/>
<Orientation y="2.59951"/>
</Entity>
<Entity uid="290">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="600.01874" z="295.70832"/>
<Orientation y="-2.99372"/>
</Entity>
<Entity uid="291">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="594.67615" z="283.90229"/>
<Orientation y="-2.04105"/>
</Entity>
<Entity uid="292">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="588.15851" z="280.04377"/>
<Orientation y="1.85674"/>
</Entity>
<Entity uid="293">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="612.68763" z="290.8542"/>
<Orientation y="0.44466"/>
</Entity>
<Entity uid="294">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="617.90741" z="302.51514"/>
<Orientation y="0.42434"/>
</Entity>
<Entity uid="295">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="623.99231" z="316.52027"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="296">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="626.1692" z="317.28867"/>
<Orientation y="-2.33353"/>
</Entity>
<Entity uid="297">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="498.31089" z="293.24875"/>
<Orientation y="3.10724"/>
</Entity>
<Entity uid="298">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="499.67124" z="282.04804"/>
<Orientation y="-3.00986"/>
</Entity>
<Entity uid="299">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="497.41984" z="275.00788"/>
<Orientation y="-1.73488"/>
</Entity>
<Entity uid="300">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="490.65934" z="275.51258"/>
<Orientation y="-0.39171"/>
</Entity>
<Entity uid="301">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="435.3419" z="328.9469"/>
<Orientation y="-1.50214"/>
</Entity>
<Entity uid="302">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="430.34629" z="330.34656"/>
<Orientation y="-0.28403"/>
</Entity>
<Entity uid="303">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="425.36564" z="343.0301"/>
<Orientation y="-0.1558"/>
</Entity>
<Entity uid="304">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="416.88578" z="369.77503"/>
<Orientation y="-0.03461"/>
</Entity>
<Entity uid="305">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="416.76807" z="389.07361"/>
<Orientation y="1.75834"/>
</Entity>
<Entity uid="306">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="454.50815" z="369.36066"/>
<Orientation y="-2.91926"/>
</Entity>
<Entity uid="307">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="453.32435" z="362.25641"/>
<Orientation y="1.79265"/>
</Entity>
<Entity uid="308">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="478.33085" z="379.40873"/>
<Orientation y="0.15244"/>
</Entity>
<Entity uid="309">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="478.98914" z="416.23758"/>
<Orientation y="-1.4919"/>
</Entity>
<Entity uid="310">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="470.6836" z="407.46848"/>
<Orientation y="-2.85506"/>
</Entity>
<Entity uid="311">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="472.17478" z="403.67133"/>
<Orientation y="0.92211"/>
</Entity>
<Entity uid="312">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="486.49387" z="424.05097"/>
<Orientation y="-0.90604"/>
</Entity>
<Entity uid="313">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="469.16584" z="437.12116"/>
<Orientation y="-1.91178"/>
</Entity>
<Entity uid="314">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="454.62195" z="443.28092"/>
<Orientation y="-1.93331"/>
</Entity>
<Entity uid="315">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="440.2736" z="437.79352"/>
<Orientation y="-2.54406"/>
</Entity>
<Entity uid="316">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="426.79566" z="426.16401"/>
<Orientation y="-2.51343"/>
</Entity>
<Entity uid="317">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="418.49848" z="422.78406"/>
<Orientation y="-1.3134"/>
</Entity>
<Entity uid="318">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="413.38053" z="435.23523"/>
<Orientation y="0.08162"/>
</Entity>
<Entity uid="319">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="415.94538" z="464.09272"/>
<Orientation y="0.60816"/>
</Entity>
<Entity uid="320">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="423.31574" z="475.48621"/>
<Orientation y="0.49628"/>
</Entity>
<Entity uid="321">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="427.77701" z="473.49671"/>
<Orientation y="3.05373"/>
</Entity>
<Entity uid="322">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="407.01771" z="433.60267"/>
<Orientation y="-2.24181"/>
</Entity>
<Entity uid="323">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="391.57795" z="427.85004"/>
<Orientation y="-2.65551"/>
</Entity>
<Entity uid="324">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="388.38364" z="422.12333"/>
<Orientation y="3.03779"/>
</Entity>
<Entity uid="325">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="389.0247" z="416.32923"/>
<Orientation y="2.69106"/>
</Entity>
<Entity uid="326">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="392.47538" z="408.17487"/>
<Orientation y="-2.67795"/>
</Entity>
<Entity uid="327">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="394.58558" z="396.23234"/>
<Orientation y="1.72448"/>
</Entity>
<Entity uid="328">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="452.22721" z="294.943"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="329">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="450.87458" z="298.53257"/>
<Orientation y="0.81717"/>
</Entity>
<Entity uid="330">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="463.61817" z="308.02765"/>
<Orientation y="-0.07898"/>
</Entity>
<Entity uid="331">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="458.06159" z="313.34598"/>
<Orientation y="-1.17707"/>
</Entity>
<Entity uid="332">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="445.70005" z="323.27079"/>
<Orientation y="0.157"/>
</Entity>
<Entity uid="333">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="450.11738" z="331.22315"/>
<Orientation y="0.6945"/>
</Entity>
<Entity uid="334">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="463.33814" z="335.68403"/>
<Orientation y="1.76296"/>
</Entity>
<Entity uid="335">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="486.41404" z="330.78116"/>
<Orientation y="1.82753"/>
</Entity>
<Entity uid="336">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="497.50864" z="327.23435"/>
<Orientation y="-2.85312"/>
</Entity>
<Entity uid="337">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="490.53986" z="312.89432"/>
<Orientation y="-2.3015"/>
</Entity>
<Entity uid="338">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="481.19059" z="310.95661"/>
<Orientation y="-2.0776"/>
</Entity>
<Entity uid="339">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="472.37394" z="306.55823"/>
<Orientation y="-2.40645"/>
</Entity>
<Entity uid="340">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="461.0947" z="300.8379"/>
<Orientation y="-1.94814"/>
</Entity>
<Entity uid="341">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="453.21143" z="301.57053"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="342">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="450.80698" z="304.78248"/>
<Orientation y="-0.74891"/>
</Entity>
<Entity uid="343">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="444.0293" z="311.85535"/>
<Orientation y="0.22602"/>
</Entity>
<Entity uid="344">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="441.74155" z="315.32798"/>
<Orientation y="-2.62298"/>
</Entity>
<Entity uid="345">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="461.64768" z="304.55365"/>
<Orientation y="2.86384"/>
</Entity>
<Entity uid="346">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="465.81568" z="301.00953"/>
<Orientation y="0.42022"/>
</Entity>
<Entity uid="347">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="469.39469" z="307.70624"/>
<Orientation y="0.92096"/>
</Entity>
<Entity uid="348">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="475.79737" z="310.14097"/>
<Orientation y="2.38059"/>
</Entity>
<Entity uid="349">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="480.54538" z="305.1532"/>
<Orientation y="1.2287"/>
</Entity>
<Entity uid="350">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="487.22855" z="308.35407"/>
<Orientation y="0.85058"/>
</Entity>
<Entity uid="351">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="490.71668" z="311.46351"/>
<Orientation y="0.90365"/>
</Entity>
<Entity uid="352">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="498.84794" z="316.21262"/>
<Orientation y="0.92911"/>
</Entity>
<Entity uid="353">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="501.57255" z="318.40381"/>
<Orientation y="-0.27578"/>
</Entity>
<Entity uid="354">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="492.42808" z="329.3921"/>
<Orientation y="-0.81032"/>
</Entity>
<Entity uid="355">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="482.07837" z="337.43989"/>
<Orientation y="-0.91185"/>
</Entity>
<Entity uid="356">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="472.7494" z="343.54023"/>
<Orientation y="-1.39095"/>
</Entity>
<Entity uid="357">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="452.70008" z="349.21964"/>
<Orientation y="-2.1518"/>
</Entity>
<Entity uid="358">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="446.7558" z="345.85981"/>
<Orientation y="-3.12563"/>
</Entity>
<Entity uid="359">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="446.01886" z="337.67588"/>
<Orientation y="-2.62452"/>
</Entity>
<Entity uid="360">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="436.02189" z="334.12378"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="361">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="437.00455" z="327.0326"/>
<Orientation y="2.60044"/>
</Entity>
<Entity uid="362">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="442.13691" z="319.6471"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="363">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="440.55204" z="316.32471"/>
<Orientation y="2.95855"/>
</Entity>
<Entity uid="364">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="492.93168" z="337.39551"/>
<Orientation y="-1.19872"/>
</Entity>
<Entity uid="365">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="476.20902" z="347.9917"/>
<Orientation y="-1.31994"/>
</Entity>
<Entity uid="366">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="467.03458" z="351.0063"/>
<Orientation y="-1.89283"/>
</Entity>
<Entity uid="367">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="464.22593" z="339.91752"/>
<Orientation y="2.31583"/>
</Entity>
<Entity uid="368">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="490.65708" z="314.78718"/>
<Orientation y="-2.40717"/>
</Entity>
<Entity uid="369">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="476.8824" z="307.5814"/>
<Orientation y="-1.8321"/>
</Entity>
<Entity uid="370">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="469.43592" z="307.67322"/>
<Orientation y="-2.28872"/>
</Entity>
<Entity uid="371">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="462.063" z="312.11438"/>
<Orientation y="-0.1455"/>
</Entity>
<Entity uid="372">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="461.26822" z="321.33866"/>
<Orientation y="1.7246"/>
</Entity>
<Entity uid="373">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="470.70817" z="320.04435"/>
<Orientation y="0.95539"/>
</Entity>
<Entity uid="374">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="476.50501" z="327.57358"/>
<Orientation y="0.4753"/>
</Entity>
<Entity uid="375">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="466.58262" z="324.84485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="376">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="486.82752" z="316.67573"/>
<Orientation y="-2.94095"/>
</Entity>
<Entity uid="377">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="456.07749" z="339.97696"/>
<Orientation y="-1.80153"/>
</Entity>
<Entity uid="378">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="449.67518" z="337.53638"/>
<Orientation y="-2.85221"/>
</Entity>
<Entity uid="379">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="445.6956" z="328.27851"/>
<Orientation y="-3.04978"/>
</Entity>
<Entity uid="380">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="445.25806" z="323.72852"/>
<Orientation y="2.65035"/>
</Entity>
<Entity uid="381">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="454.71457" z="314.22217"/>
<Orientation y="2.2105"/>
</Entity>
<Entity uid="382">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="463.46402" z="307.40934"/>
<Orientation y="1.88717"/>
</Entity>
<Entity uid="383">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="479.18601" z="307.16465"/>
<Orientation y="0.83777"/>
</Entity>
<Entity uid="384">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="486.0525" z="302.09208"/>
<Orientation y="-1.61165"/>
</Entity>
<Entity uid="385">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="480.63447" z="298.45157"/>
<Orientation y="2.52993"/>
</Entity>
<Entity uid="386">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="464.80256" z="301.07752"/>
<Orientation y="0.85633"/>
</Entity>
<Entity uid="387">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="471.92948" z="306.89533"/>
<Orientation y="0.70148"/>
</Entity>
<Entity uid="388">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="478.52826" z="315.35749"/>
<Orientation y="-0.29661"/>
</Entity>
<Entity uid="389">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="469.7505" z="327.08902"/>
<Orientation y="-1.23081"/>
</Entity>
<Entity uid="390">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="453.93708" z="333.3407"/>
<Orientation y="-2.1952"/>
</Entity>
<Entity uid="391">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="445.62531" z="326.4632"/>
<Orientation y="2.93592"/>
</Entity>
<Entity uid="392">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="454.11908" z="319.07154"/>
<Orientation y="1.5273"/>
</Entity>
<Entity uid="393">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="464.74128" z="317.66623"/>
<Orientation y="1.64388"/>
</Entity>
<Entity uid="394">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="471.78403" z="318.6952"/>
<Orientation y="0.63028"/>
</Entity>
<Entity uid="395">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="475.31675" z="322.71125"/>
<Orientation y="1.20472"/>
</Entity>
<Entity uid="396">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="482.98346" z="324.52045"/>
<Orientation y="2.24614"/>
</Entity>
<Entity uid="397">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="487.59531" z="320.4864"/>
<Orientation y="-2.7292"/>
</Entity>
<Entity uid="398">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="482.79538" z="314.0925"/>
<Orientation y="-1.52968"/>
</Entity>
<Entity uid="399">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="464.36112" z="319.8213"/>
<Orientation y="1.65455"/>
</Entity>
<Entity uid="400">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="492.76011" z="313.59034"/>
<Orientation y="-2.68078"/>
</Entity>
<Entity uid="401">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="483.39411" z="306.57337"/>
<Orientation y="1.25138"/>
</Entity>
<Entity uid="402">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="496.60499" z="307.3252"/>
<Orientation y="3.06267"/>
</Entity>
<Entity uid="403">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="506.06626" z="311.17109"/>
<Orientation y="-2.34108"/>
</Entity>
<Entity uid="404">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="495.6633" z="301.5781"/>
<Orientation y="1.02398"/>
</Entity>
<Entity uid="405">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="500.52723" z="306.54593"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="406">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="444.82096" z="355.94568"/>
<Orientation y="-2.67103"/>
</Entity>
<Entity uid="407">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="442.44074" z="350.6457"/>
<Orientation y="-3.1233"/>
</Entity>
<Entity uid="408">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="440.22367" z="339.59101"/>
<Orientation y="0.45437"/>
</Entity>
<Entity uid="409">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="434.98249" z="348.8235"/>
<Orientation y="-2.71923"/>
</Entity>
<Entity uid="410">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="446.20923" z="323.83072"/>
<Orientation y="1.26165"/>
</Entity>
<Entity uid="411">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="513.69373" z="310.17817"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="412">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="508.74994" z="317.8346"/>
<Orientation y="-0.24158"/>
</Entity>
<Entity uid="413">
<Template>actor|particle/smoke_volcano.xml</Template>
<Position x="550.71564" z="390.57728"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="457">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="625.47773" z="311.1731"/>
<Orientation y="-2.63163"/>
</Entity>
<Entity uid="486">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="652.9441" z="360.53577"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="495">
<Template>gaia/geology_stonemine_tropic_quarry</Template>
<Player>1</Player>
<Position x="440.71067" z="434.85245"/>
<Orientation y="2.37011"/>
</Entity>
<Entity uid="496">
<Template>gaia/geology_stonemine_tropic_quarry</Template>
<Player>1</Player>
<Position x="593.51734" z="347.80704"/>
<Orientation y="1.3362"/>
</Entity>
<Entity uid="497">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>1</Player>
<Position x="404.92365" z="368.94748"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="498">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>1</Player>
<Position x="400.28666" z="375.12858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="499">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>1</Player>
<Position x="398.77985" z="371.86976"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="502">
<Template>units/pers_ship_trireme</Template>
<Player>2</Player>
<Position x="472.93317" z="732.224"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="503">
<Template>units/pers_ship_trireme</Template>
<Player>2</Player>
<Position x="448.75525" z="697.01636"/>
<Orientation y="3.06269"/>
</Entity>
<Entity uid="504">
<Template>units/pers_champion_infantry</Template>
<Player>2</Player>
<Position x="610.40888" z="352.73621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="505">
<Template>units/pers_champion_infantry</Template>
<Player>2</Player>
<Position x="614.99683" z="344.09598"/>
<Orientation y="-2.7891"/>
</Entity>
<Entity uid="506">
<Template>units/pers_champion_infantry</Template>
<Player>2</Player>
<Position x="609.98493" z="343.63776"/>
<Orientation y="0.53388"/>
</Entity>
<Entity uid="507">
<Template>actor|props/flora/palm_date_leaves_c.xml</Template>
<Position x="530.30414" z="300.52143"/>
<Orientation y="-1.85795"/>
</Entity>
<Entity uid="508">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="528.94727" z="312.21717"/>
<Orientation y="-3.05761"/>
</Entity>
<Entity uid="509">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="534.93921" z="308.12491"/>
<Orientation y="2.25625"/>
</Entity>
<Entity uid="510">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="583.71222" z="321.00727"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="511">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="593.15577" z="330.37873"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="512">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="597.87958" z="320.87223"/>
<Orientation y="-3.12412"/>
</Entity>
<Entity uid="513">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="608.92316" z="319.60917"/>
<Orientation y="0.70281"/>
</Entity>
<Entity uid="514">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="619.86774" z="336.22837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="515">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="623.66254" z="342.14194"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="516">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="632.3451" z="340.9868"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="517">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="639.66266" z="349.1034"/>
<Orientation y="-0.05474"/>
</Entity>
<Entity uid="518">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="635.74549" z="367.22757"/>
<Orientation y="-0.72532"/>
</Entity>
<Entity uid="519">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="626.61774" z="379.16901"/>
<Orientation y="-0.0294"/>
</Entity>
<Entity uid="520">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="627.7146" z="393.83353"/>
<Orientation y="0.63926"/>
</Entity>
<Entity uid="521">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="644.33191" z="403.23011"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="522">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="628.34553" z="441.75385"/>
<Orientation y="-0.39612"/>
</Entity>
<Entity uid="523">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="621.70191" z="457.57654"/>
<Orientation y="-0.36345"/>
</Entity>
<Entity uid="524">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="595.922" z="499.40967"/>
<Orientation y="-1.56081"/>
</Entity>
<Entity uid="525">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="574.74714" z="495.23292"/>
<Orientation y="-1.39652"/>
</Entity>
<Entity uid="526">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="560.70002" z="493.35544"/>
<Orientation y="-2.03194"/>
</Entity>
<Entity uid="527">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="544.53418" z="480.2216"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="528">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="548.90644" z="469.79221"/>
<Orientation y="1.74769"/>
</Entity>
<Entity uid="529">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="586.4662" z="467.37177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="530">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="588.32844" z="469.88068"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="531">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="606.22577" z="449.9307"/>
<Orientation y="-1.97994"/>
</Entity>
<Entity uid="532">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="528.96338" z="500.41303"/>
<Orientation y="-1.67443"/>
</Entity>
<Entity uid="533">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="502.07401" z="502.7248"/>
<Orientation y="-2.1436"/>
</Entity>
<Entity uid="534">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="483.65278" z="485.83811"/>
<Orientation y="-2.31537"/>
</Entity>
<Entity uid="535">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="467.19864" z="470.31693"/>
<Orientation y="-2.41036"/>
</Entity>
<Entity uid="536">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="453.61533" z="460.99012"/>
<Orientation y="-1.85592"/>
</Entity>
<Entity uid="537">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="466.232" z="451.58664"/>
<Orientation y="0.7334"/>
</Entity>
<Entity uid="538">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="486.55283" z="472.29392"/>
<Orientation y="0.65925"/>
</Entity>
<Entity uid="539">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="516.12519" z="467.36426"/>
<Orientation y="-2.78269"/>
</Entity>
<Entity uid="540">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="501.23603" z="438.45649"/>
<Orientation y="-2.27126"/>
</Entity>
<Entity uid="541">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="493.81559" z="431.54523"/>
<Orientation y="2.88892"/>
</Entity>
<Entity uid="542">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="525.46772" z="459.50452"/>
<Orientation y="0.47672"/>
</Entity>
<Entity uid="543">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="487.32377" z="474.57792"/>
<Orientation y="-2.60993"/>
</Entity>
<Entity uid="544">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="460.23877" z="509.57514"/>
<Orientation y="0.79648"/>
</Entity>
<Entity uid="545">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="438.45923" z="459.20765"/>
<Orientation y="-2.72706"/>
</Entity>
<Entity uid="546">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="409.25452" z="445.63569"/>
<Orientation y="-2.63215"/>
</Entity>
<Entity uid="547">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="418.84256" z="421.33362"/>
<Orientation y="-2.76316"/>
</Entity>
<Entity uid="548">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="413.33234" z="408.78217"/>
<Orientation y="2.82534"/>
</Entity>
<Entity uid="549">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="419.60535" z="395.56"/>
<Orientation y="1.8726"/>
</Entity>
<Entity uid="550">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="441.52204" z="394.82294"/>
<Orientation y="0.4994"/>
</Entity>
<Entity uid="551">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="450.22016" z="404.34345"/>
<Orientation y="2.08014"/>
</Entity>
<Entity uid="552">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="439.37818" z="432.98481"/>
<Orientation y="0.59211"/>
</Entity>
<Entity uid="553">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="443.77332" z="413.44178"/>
<Orientation y="-2.66971"/>
</Entity>
<Entity uid="554">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="432.37879" z="383.30732"/>
<Orientation y="-2.69805"/>
</Entity>
<Entity uid="555">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="417.0514" z="351.26154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="556">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="419.72895" z="347.00208"/>
<Orientation y="1.75266"/>
</Entity>
<Entity uid="557">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="436.474" z="344.38016"/>
<Orientation y="0.30765"/>
</Entity>
<Entity uid="558">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="440.56144" z="358.88257"/>
<Orientation y="0.29445"/>
</Entity>
<Entity uid="559">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="446.7056" z="370.44086"/>
<Orientation y="1.46557"/>
</Entity>
<Entity uid="560">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="470.15287" z="367.611"/>
<Orientation y="2.09067"/>
</Entity>
<Entity uid="561">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="482.34168" z="359.37034"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="562">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="486.29218" z="350.3194"/>
<Orientation y="2.0436"/>
</Entity>
<Entity uid="563">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="483.3855" z="361.12552"/>
<Orientation y="2.90636"/>
</Entity>
<Entity uid="564">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="492.74735" z="335.76035"/>
<Orientation y="2.54717"/>
</Entity>
<Entity uid="565">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="508.98813" z="309.31333"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="566">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="493.95447" z="294.17219"/>
<Orientation y="-2.04023"/>
</Entity>
<Entity uid="567">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="462.60325" z="292.22855"/>
<Orientation y="0.93575"/>
</Entity>
<Entity uid="568">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="519.58838" z="271.54188"/>
<Orientation y="0.79"/>
</Entity>
<Entity uid="569">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="525.91395" z="278.95469"/>
<Orientation y="-2.37992"/>
</Entity>
<Entity uid="570">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="552.41443" z="300.8625"/>
<Orientation y="-0.71198"/>
</Entity>
<Entity uid="571">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="546.07367" z="300.56476"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="572">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="548.24885" z="296.15033"/>
<Orientation y="0.53463"/>
</Entity>
<Entity uid="641">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="551.87012" z="498.2245"/>
<Orientation y="-2.57218"/>
</Entity>
<Entity uid="642">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="550.57227" z="495.7313"/>
<Orientation y="-2.83071"/>
</Entity>
<Entity uid="643">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="548.7389" z="489.8184"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="644">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="548.26807" z="486.3097"/>
<Orientation y="2.92991"/>
</Entity>
<Entity uid="645">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="551.52533" z="479.61979"/>
<Orientation y="0.87317"/>
</Entity>
<Entity uid="646">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="553.96625" z="482.96146"/>
<Orientation y="2.81829"/>
</Entity>
<Entity uid="647">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="556.80604" z="479.69184"/>
<Orientation y="-0.18241"/>
</Entity>
<Entity uid="648">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="554.42658" z="489.38468"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="649">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="555.7444" z="491.77515"/>
<Orientation y="0.11728"/>
</Entity>
<Entity uid="650">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="556.47974" z="494.97944"/>
<Orientation y="0.87417"/>
</Entity>
<Entity uid="651">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="563.85816" z="504.35538"/>
<Orientation y="-0.38178"/>
</Entity>
<Entity uid="652">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="558.16266" z="512.64808"/>
<Orientation y="-1.32389"/>
</Entity>
<Entity uid="653">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="552.11628" z="514.3125"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="654">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="551.30408" z="513.904"/>
<Orientation y="-3.12705"/>
</Entity>
<Entity uid="655">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="551.26954" z="504.53467"/>
<Orientation y="2.51034"/>
</Entity>
<Entity uid="656">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="543.55909" z="466.36533"/>
<Orientation y="-1.31322"/>
</Entity>
<Entity uid="657">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="538.07068" z="472.51117"/>
<Orientation y="-0.84461"/>
</Entity>
<Entity uid="658">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="532.30097" z="474.3177"/>
<Orientation y="-2.90696"/>
</Entity>
<Entity uid="659">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="532.42707" z="466.86524"/>
<Orientation y="2.81354"/>
</Entity>
<Entity uid="660">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="533.61811" z="461.47187"/>
<Orientation y="-3.12385"/>
</Entity>
<Entity uid="661">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="533.3266" z="456.83475"/>
<Orientation y="2.92365"/>
</Entity>
<Entity uid="662">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="540.32044" z="458.95334"/>
<Orientation y="0.16605"/>
</Entity>
<Entity uid="663">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="513.75702" z="464.43928"/>
<Orientation y="0.3475"/>
</Entity>
<Entity uid="664">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="515.30756" z="468.8766"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="665">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="516.27729" z="462.29566"/>
<Orientation y="-2.93274"/>
</Entity>
<Entity uid="666">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="514.81366" z="456.698"/>
<Orientation y="-2.98276"/>
</Entity>
<Entity uid="667">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="514.74091" z="454.4112"/>
<Orientation y="1.8917"/>
</Entity>
<Entity uid="668">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="519.3053" z="454.08762"/>
<Orientation y="-0.05462"/>
</Entity>
<Entity uid="669">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="513.31092" z="448.3949"/>
<Orientation y="-1.0892"/>
</Entity>
<Entity uid="670">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="497.8331" z="475.58951"/>
<Orientation y="-0.38262"/>
</Entity>
<Entity uid="671">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="495.387" z="482.12565"/>
<Orientation y="0.3878"/>
</Entity>
<Entity uid="672">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="495.96317" z="484.30427"/>
<Orientation y="-0.22352"/>
</Entity>
<Entity uid="673">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="494.6714" z="487.2096"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="674">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="491.09604" z="489.57963"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="675">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="489.8111" z="492.797"/>
<Orientation y="-0.18749"/>
</Entity>
<Entity uid="676">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="489.02625" z="495.54007"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="677">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="484.41706" z="499.547"/>
<Orientation y="-1.40801"/>
</Entity>
<Entity uid="678">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="485.04078" z="504.28797"/>
<Orientation y="-2.81078"/>
</Entity>
<Entity uid="679">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="506.07697" z="479.15564"/>
<Orientation y="0.25834"/>
</Entity>
<Entity uid="680">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="509.79694" z="489.42313"/>
<Orientation y="0.80611"/>
</Entity>
<Entity uid="681">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="521.76728" z="496.48865"/>
<Orientation y="1.41474"/>
</Entity>
<Entity uid="682">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="534.32691" z="496.81937"/>
<Orientation y="2.91735"/>
</Entity>
<Entity uid="683">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="534.85535" z="484.01667"/>
<Orientation y="-2.76032"/>
</Entity>
<Entity uid="684">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="539.47333" z="481.06931"/>
<Orientation y="0.6447"/>
</Entity>
<Entity uid="685">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="545.05188" z="490.95224"/>
<Orientation y="0.13447"/>
</Entity>
<Entity uid="686">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="545.07825" z="502.176"/>
<Orientation y="-0.54516"/>
</Entity>
<Entity uid="687">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="535.8252" z="509.30723"/>
<Orientation y="-1.61397"/>
</Entity>
<Entity uid="688">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="516.19025" z="507.56226"/>
<Orientation y="-2.09275"/>
</Entity>
<Entity uid="689">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="505.63425" z="501.39481"/>
<Orientation y="-2.19533"/>
</Entity>
<Entity uid="690">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="498.00715" z="496.33497"/>
<Orientation y="2.99256"/>
</Entity>
<Entity uid="691">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="506.87732" z="483.50635"/>
<Orientation y="1.32963"/>
</Entity>
<Entity uid="692">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="524.9225" z="491.7305"/>
<Orientation y="2.0671"/>
</Entity>
<Entity uid="693">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="529.3368" z="485.9574"/>
<Orientation y="3.12182"/>
</Entity>
<Entity uid="694">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="527.92896" z="478.21338"/>
<Orientation y="-2.79078"/>
</Entity>
<Entity uid="695">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="527.3642" z="474.17402"/>
<Orientation y="1.40421"/>
</Entity>
<Entity uid="696">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="511.7674" z="474.26215"/>
<Orientation y="-2.95667"/>
</Entity>
<Entity uid="697">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="508.64716" z="464.88563"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="698">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="502.34488" z="468.84604"/>
<Orientation y="0.636"/>
</Entity>
<Entity uid="699">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="496.28815" z="498.17978"/>
<Orientation y="-0.0648"/>
</Entity>
<Entity uid="700">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="497.62571" z="512.97315"/>
<Orientation y="0.5215"/>
</Entity>
<Entity uid="701">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="523.99079" z="528.66163"/>
<Orientation y="2.08237"/>
</Entity>
<Entity uid="702">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="549.16681" z="521.5727"/>
<Orientation y="1.41474"/>
</Entity>
<Entity uid="703">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="555.96088" z="523.74292"/>
<Orientation y="-3.02741"/>
</Entity>
<Entity uid="704">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="546.5735" z="495.13715"/>
<Orientation y="-2.63842"/>
</Entity>
<Entity uid="705">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="546.89368" z="488.33918"/>
<Orientation y="2.64571"/>
</Entity>
<Entity uid="706">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="550.6786" z="481.19098"/>
<Orientation y="2.92602"/>
</Entity>
<Entity uid="707">
<Template>actor|props/flora/palm_date_leaves_fallen.xml</Template>
<Position x="551.89197" z="471.58799"/>
<Orientation y="1.08106"/>
</Entity>
<Entity uid="708">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="522.96576" z="471.32758"/>
<Orientation y="0.37171"/>
</Entity>
<Entity uid="709">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="545.03876" z="475.02698"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="710">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="502.40854" z="498.61924"/>
<Orientation y="0.91683"/>
</Entity>
<Entity uid="711">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="512.26886" z="506.1132"/>
<Orientation y="0.1911"/>
</Entity>
<Entity uid="712">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="509.4773" z="511.3144"/>
<Orientation y="-0.71933"/>
</Entity>
<Entity uid="713">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="508.04236" z="514.27106"/>
<Orientation y="1.06315"/>
</Entity>
<Entity uid="714">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="515.35065" z="517.14496"/>
<Orientation y="2.87348"/>
</Entity>
<Entity uid="715">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="516.81434" z="513.6844"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="716">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="531.32691" z="526.14985"/>
<Orientation y="-2.81374"/>
</Entity>
<Entity uid="717">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="531.07276" z="523.5832"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="718">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="523.78357" z="523.49823"/>
<Orientation y="1.12728"/>
</Entity>
<Entity uid="719">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="550.0929" z="526.79596"/>
<Orientation y="1.53965"/>
</Entity>
<Entity uid="720">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="562.58588" z="526.35077"/>
<Orientation y="2.59063"/>
</Entity>
<Entity uid="721">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="563.28327" z="521.0069"/>
<Orientation y="-3.07216"/>
</Entity>
<Entity uid="722">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="563.23047" z="517.49885"/>
<Orientation y="2.22304"/>
</Entity>
<Entity uid="723">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="568.11146" z="514.5315"/>
<Orientation y="2.5582"/>
</Entity>
<Entity uid="724">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="565.97651" z="510.66376"/>
<Orientation y="-1.76568"/>
</Entity>
<Entity uid="725">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="562.96406" z="509.10636"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="726">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="559.88465" z="505.12211"/>
<Orientation y="-2.77781"/>
</Entity>
<Entity uid="727">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="558.92579" z="502.86576"/>
<Orientation y="-2.54902"/>
</Entity>
<Entity uid="728">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="566.68696" z="502.08503"/>
<Orientation y="0.47118"/>
</Entity>
<Entity uid="729">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="573.41431" z="503.83344"/>
<Orientation y="2.58101"/>
</Entity>
<Entity uid="730">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="573.9817" z="499.8022"/>
<Orientation y="-2.49271"/>
</Entity>
<Entity uid="731">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="569.91065" z="495.04212"/>
<Orientation y="-2.98223"/>
</Entity>
<Entity uid="732">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="570.45954" z="489.6609"/>
<Orientation y="2.6725"/>
</Entity>
<Entity uid="733">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="571.97413" z="486.40726"/>
<Orientation y="3.0288"/>
</Entity>
<Entity uid="734">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="576.84815" z="487.2122"/>
<Orientation y="-1.93323"/>
</Entity>
<Entity uid="735">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="515.94013" z="476.45615"/>
<Orientation y="0.73551"/>
</Entity>
<Entity uid="736">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="503.3455" z="492.60322"/>
<Orientation y="-1.21387"/>
</Entity>
<Entity uid="737">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="498.33497" z="492.33567"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="738">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="488.90198" z="482.28214"/>
<Orientation y="-2.56954"/>
</Entity>
<Entity uid="739">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="495.90595" z="501.72797"/>
<Orientation y="0.14289"/>
</Entity>
<Entity uid="740">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="500.19486" z="508.63581"/>
<Orientation y="1.3067"/>
</Entity>
<Entity uid="741">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="511.1348" z="510.11857"/>
<Orientation y="1.37285"/>
</Entity>
<Entity uid="742">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="514.4823" z="511.39023"/>
<Orientation y="0.27765"/>
</Entity>
<Entity uid="743">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="514.2486" z="515.94013"/>
<Orientation y="-0.9504"/>
</Entity>
<Entity uid="744">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="510.52479" z="518.27765"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="745">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="533.49354" z="519.65058"/>
<Orientation y="1.1336"/>
</Entity>
<Entity uid="746">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="536.48267" z="524.9734"/>
<Orientation y="-0.15601"/>
</Entity>
<Entity uid="747">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="535.78144" z="527.49781"/>
<Orientation y="0.88918"/>
</Entity>
<Entity uid="748">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="539.98182" z="529.44745"/>
<Orientation y="1.9345"/>
</Entity>
<Entity uid="749">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="544.87476" z="528.79761"/>
<Orientation y="1.60933"/>
</Entity>
<Entity uid="750">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="554.04102" z="529.39313"/>
<Orientation y="1.99566"/>
</Entity>
<Entity uid="751">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="559.1388" z="528.23676"/>
<Orientation y="2.1519"/>
</Entity>
<Entity uid="752">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="562.78394" z="523.76331"/>
<Orientation y="-2.30083"/>
</Entity>
<Entity uid="753">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="557.14045" z="518.44788"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="754">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="544.7093" z="516.08869"/>
<Orientation y="-2.61438"/>
</Entity>
<Entity uid="755">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="542.84803" z="511.21192"/>
<Orientation y="2.99421"/>
</Entity>
<Entity uid="756">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="523.31324" z="485.72883"/>
<Orientation y="-2.08222"/>
</Entity>
<Entity uid="757">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="518.00678" z="481.91837"/>
<Orientation y="1.3889"/>
</Entity>
<Entity uid="758">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="527.99354" z="468.9756"/>
<Orientation y="0.87571"/>
</Entity>
<Entity uid="759">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="566.8907" z="472.00077"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="760">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="571.95069" z="469.56632"/>
<Orientation y="-1.52952"/>
</Entity>
<Entity uid="761">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="533.58851" z="479.5811"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="778">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="152.65032" z="474.7519"/>
<Orientation y="-2.9984"/>
</Entity>
<Entity uid="779">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="264.93854" z="210.37761"/>
<Orientation y="1.18491"/>
</Entity>
<Entity uid="780">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="705.72425" z="110.23795"/>
<Orientation y="-1.92563"/>
</Entity>
<Entity uid="781">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="819.07398" z="422.66291"/>
<Orientation y="0.71256"/>
</Entity>
<Entity uid="782">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="726.701" z="628.16382"/>
<Orientation y="-1.48647"/>
</Entity>
<Entity uid="783">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="588.89075" z="775.7978"/>
<Orientation y="0.04395"/>
</Entity>
<Entity uid="784">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="350.82868" z="834.77027"/>
<Orientation y="-2.87122"/>
</Entity>
<Entity uid="785">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="701.97162" z="149.6144"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="786">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="804.09375" z="190.67743"/>
<Orientation y="0.43503"/>
</Entity>
<Entity uid="787">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="395.70756" z="64.61438"/>
<Orientation y="0.92382"/>
</Entity>
<Entity uid="788">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="102.33198" z="299.6678"/>
<Orientation y="-1.64649"/>
</Entity>
<Entity uid="789">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="194.5565" z="733.07667"/>
<Orientation y="0.7898"/>
</Entity>
<Entity uid="790">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="398.17032" z="642.1294"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="791">
<Template>gaia/treasure/shipwreck_debris</Template>
<Player>0</Player>
<Position x="948.35883" z="488.31647"/>
<Orientation y="-1.48688"/>
</Entity>
<Entity uid="792">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="379.79151" z="421.16065"/>
<Orientation y="0.0064"/>
</Entity>
<Entity uid="793">
<Template>gaia/geology_metal_tropic_slabs</Template>
<Player>0</Player>
<Position x="524.03095" z="312.52244"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="794">
<Template>gaia/geology_metal_tropic_slabs</Template>
<Player>0</Player>
<Position x="575.85853" z="479.78895"/>
<Orientation y="-0.67508"/>
</Entity>
<Entity uid="844">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="489.9633" z="253.5452"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="845">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="391.39414" z="318.93421"/>
<Orientation y="-0.75055"/>
</Entity>
<Entity uid="846">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="634.55658" z="528.1042"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="847">
<Template>units/ptol_ship_quinquereme</Template>
<Player>1</Player>
<Position x="743.03132" z="491.18903"/>
<Orientation y="2.35621"/>
<Actor seed="33286"/>
</Entity>
<Entity uid="848">
<Template>units/ptol_ship_quinquereme</Template>
<Player>1</Player>
<Position x="392.6182" z="276.75635"/>
<Orientation y="1.43128"/>
<Actor seed="1396"/>
</Entity>
<Entity uid="849">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="408.56568" z="395.64975"/>
<Orientation y="2.35621"/>
<Actor seed="10948"/>
</Entity>
<Entity uid="850">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="415.23063" z="375.4037"/>
<Orientation y="2.35621"/>
<Actor seed="12448"/>
</Entity>
<Entity uid="851">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="419.43226" z="363.65961"/>
<Orientation y="2.35621"/>
<Actor seed="35952"/>
</Entity>
<Entity uid="852">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="419.3169" z="357.02454"/>
<Orientation y="2.47088"/>
<Actor seed="14638"/>
</Entity>
<Entity uid="853">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="416.34705" z="373.22016"/>
<Orientation y="-0.38848"/>
<Actor seed="22860"/>
</Entity>
<Entity uid="854">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="407.61289" z="393.94684"/>
<Orientation y="2.35621"/>
<Actor seed="53570"/>
</Entity>
<Entity uid="855">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="412.96393" z="398.16944"/>
<Orientation y="2.39823"/>
<Actor seed="32340"/>
</Entity>
<Entity uid="856">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="419.93638" z="389.50321"/>
<Orientation y="2.35621"/>
<Actor seed="56990"/>
</Entity>
<Entity uid="857">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="422.11365" z="384.22071"/>
<Orientation y="2.55063"/>
<Actor seed="5162"/>
</Entity>
<Entity uid="858">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="428.97696" z="373.74347"/>
<Orientation y="2.77347"/>
<Actor seed="18864"/>
</Entity>
<Entity uid="859">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="504.7728" z="277.01914"/>
<Orientation y="-1.69336"/>
<Actor seed="6776"/>
</Entity>
<Entity uid="860">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="474.66758" z="278.13175"/>
<Orientation y="-2.6926"/>
<Actor seed="63596"/>
</Entity>
<Entity uid="861">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="471.79874" z="264.90989"/>
<Orientation y="1.59543"/>
<Actor seed="152"/>
</Entity>
<Entity uid="862">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="491.9065" z="267.28742"/>
<Orientation y="0.1334"/>
<Actor seed="51540"/>
</Entity>
<Entity uid="863">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="491.3712" z="278.76868"/>
<Orientation y="2.35621"/>
<Actor seed="62784"/>
</Entity>
<Entity uid="864">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="500.76581" z="277.75074"/>
<Orientation y="1.42722"/>
<Actor seed="57732"/>
</Entity>
<Entity uid="865">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="506.35016" z="276.9852"/>
<Orientation y="-2.94083"/>
<Actor seed="17790"/>
</Entity>
<Entity uid="866">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="505.41956" z="269.3054"/>
<Orientation y="1.12708"/>
<Actor seed="46238"/>
</Entity>
<Entity uid="867">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="510.70307" z="276.25031"/>
<Orientation y="0.37801"/>
<Actor seed="54768"/>
</Entity>
<Entity uid="868">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="515.36915" z="282.06849"/>
<Orientation y="2.74013"/>
<Actor seed="58942"/>
</Entity>
<Entity uid="869">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="519.43415" z="269.06153"/>
<Orientation y="-2.14115"/>
<Actor seed="38762"/>
</Entity>
<Entity uid="870">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="509.97532" z="265.05512"/>
<Orientation y="2.2388"/>
<Actor seed="41212"/>
</Entity>
<Entity uid="871">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="518.70441" z="262.18152"/>
<Orientation y="0.76594"/>
<Actor seed="25324"/>
</Entity>
<Entity uid="872">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="520.68537" z="269.18522"/>
<Orientation y="0.08048"/>
<Actor seed="24464"/>
</Entity>
<Entity uid="873">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="522.16279" z="279.80457"/>
<Orientation y="2.35621"/>
<Actor seed="34600"/>
</Entity>
<Entity uid="874">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="524.16907" z="283.20307"/>
<Orientation y="2.84021"/>
<Actor seed="35120"/>
</Entity>
<Entity uid="875">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="525.15687" z="276.0428"/>
<Orientation y="-3.06424"/>
<Actor seed="9346"/>
</Entity>
<Entity uid="876">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="526.72168" z="267.94153"/>
<Orientation y="1.70446"/>
<Actor seed="51882"/>
</Entity>
<Entity uid="877">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="533.14838" z="267.85972"/>
<Orientation y="0.85804"/>
<Actor seed="55998"/>
</Entity>
<Entity uid="878">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="542.47107" z="280.06629"/>
<Orientation y="2.35621"/>
<Actor seed="57928"/>
</Entity>
<Entity uid="879">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="603.96967" z="313.08622"/>
<Orientation y="2.35621"/>
<Actor seed="58934"/>
</Entity>
<Entity uid="880">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="608.08887" z="304.42646"/>
<Orientation y="-2.80039"/>
<Actor seed="50470"/>
</Entity>
<Entity uid="881">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="599.03394" z="290.36432"/>
<Orientation y="-1.60137"/>
<Actor seed="14586"/>
</Entity>
<Entity uid="882">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="587.09516" z="289.06531"/>
<Orientation y="2.78881"/>
<Actor seed="47350"/>
</Entity>
<Entity uid="883">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="595.28351" z="285.54603"/>
<Orientation y="0.57328"/>
<Actor seed="65156"/>
</Entity>
<Entity uid="884">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="603.91157" z="301.95829"/>
<Orientation y="0.74091"/>
<Actor seed="21940"/>
</Entity>
<Entity uid="885">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="617.36896" z="317.85569"/>
<Orientation y="0.36442"/>
<Actor seed="61304"/>
</Entity>
<Entity uid="886">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="626.53437" z="327.43366"/>
<Orientation y="2.35621"/>
<Actor seed="32648"/>
</Entity>
<Entity uid="887">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="622.56391" z="322.0594"/>
<Orientation y="-1.87143"/>
<Actor seed="34086"/>
</Entity>
<Entity uid="888">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="581.27112" z="320.16285"/>
<Orientation y="-2.8643"/>
<Actor seed="26934"/>
</Entity>
<Entity uid="889">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="576.76734" z="305.08271"/>
<Orientation y="-2.28611"/>
<Actor seed="6954"/>
</Entity>
<Entity uid="890">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="557.01801" z="287.94477"/>
<Orientation y="2.35621"/>
<Actor seed="46150"/>
</Entity>
<Entity uid="891">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="556.5575" z="286.94718"/>
<Orientation y="0.02356"/>
<Actor seed="65515"/>
</Entity>
<Entity uid="892">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="553.62696" z="313.59693"/>
<Orientation y="2.35621"/>
<Actor seed="60530"/>
</Entity>
<Entity uid="893">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="544.87476" z="324.8134"/>
<Orientation y="-0.66221"/>
<Actor seed="64356"/>
</Entity>
<Entity uid="894">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502.22477" z="349.95411"/>
<Orientation y="-0.94516"/>
<Actor seed="2140"/>
</Entity>
<Entity uid="895">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="473.32963" z="360.8761"/>
<Orientation y="-0.61263"/>
<Actor seed="36330"/>
</Entity>
<Entity uid="896">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="460.1532" z="380.39618"/>
<Orientation y="0.0664"/>
<Actor seed="27188"/>
</Entity>
<Entity uid="897">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="460.80781" z="406.0091"/>
<Orientation y="-0.95954"/>
<Actor seed="46938"/>
</Entity>
<Entity uid="898">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="436.34992" z="411.26041"/>
<Orientation y="2.35621"/>
<Actor seed="12098"/>
</Entity>
<Entity uid="899">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="423.40726" z="421.17231"/>
<Orientation y="2.35621"/>
<Actor seed="6492"/>
</Entity>
<Entity uid="900">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="407.0648" z="437.99119"/>
<Orientation y="0.388"/>
<Actor seed="38394"/>
</Entity>
<Entity uid="901">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="429.61133" z="469.19562"/>
<Orientation y="0.77021"/>
<Actor seed="24118"/>
</Entity>
<Entity uid="902">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="458.50379" z="486.70817"/>
<Orientation y="0.99706"/>
<Actor seed="65188"/>
</Entity>
<Entity uid="903">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="497.47675" z="508.37012"/>
<Orientation y="2.35621"/>
<Actor seed="38872"/>
</Entity>
<Entity uid="904">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="517.38044" z="508.48206"/>
<Orientation y="2.35621"/>
<Actor seed="43804"/>
</Entity>
<Entity uid="905">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="535.5901" z="490.32432"/>
<Orientation y="1.16521"/>
<Actor seed="27026"/>
</Entity>
<Entity uid="906">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="555.54273" z="509.55573"/>
<Orientation y="2.35621"/>
<Actor seed="1742"/>
</Entity>
<Entity uid="907">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="576.38355" z="510.41157"/>
<Orientation y="2.22686"/>
<Actor seed="57634"/>
</Entity>
<Entity uid="908">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="600.33246" z="498.5659"/>
<Orientation y="1.97666"/>
<Actor seed="2158"/>
</Entity>
<Entity uid="909">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="616.69507" z="488.56733"/>
<Orientation y="-2.91131"/>
<Actor seed="35466"/>
</Entity>
<Entity uid="910">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="619.11896" z="469.01798"/>
<Orientation y="2.35621"/>
<Actor seed="19340"/>
</Entity>
<Entity uid="911">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="619.88862" z="450.44797"/>
<Orientation y="3.06612"/>
<Actor seed="9326"/>
</Entity>
<Entity uid="912">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="629.4181" z="435.58976"/>
<Orientation y="2.29584"/>
<Actor seed="61556"/>
</Entity>
<Entity uid="913">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="651.40064" z="418.74665"/>
<Orientation y="-2.94211"/>
<Actor seed="2368"/>
</Entity>
<Entity uid="914">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="633.61005" z="396.42862"/>
<Orientation y="2.97204"/>
<Actor seed="17818"/>
</Entity>
<Entity uid="915">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="646.735" z="372.69977"/>
<Orientation y="2.9651"/>
<Actor seed="33836"/>
</Entity>
<Entity uid="916">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="645.13703" z="351.33555"/>
<Orientation y="-1.96227"/>
<Actor seed="54778"/>
</Entity>
<Entity uid="917">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="606.3042" z="337.77076"/>
<Orientation y="2.60637"/>
<Actor seed="32486"/>
</Entity>
<Entity uid="918">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="618.60907" z="316.1991"/>
<Orientation y="2.35621"/>
<Actor seed="54408"/>
</Entity>
<Entity uid="919">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="607.32142" z="297.52701"/>
<Orientation y="-1.91121"/>
<Actor seed="57424"/>
</Entity>
<Entity uid="920">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="572.6211" z="283.88733"/>
<Orientation y="-2.79412"/>
<Actor seed="7496"/>
</Entity>
<Entity uid="921">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="560.39783" z="263.51801"/>
<Orientation y="2.35621"/>
<Actor seed="12864"/>
</Entity>
<Entity uid="922">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="528.1789" z="258.3567"/>
<Orientation y="-1.06022"/>
<Actor seed="18718"/>
</Entity>
<Entity uid="923">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="500.66578" z="275.50959"/>
<Orientation y="2.35621"/>
<Actor seed="22296"/>
</Entity>
<Entity uid="924">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="481.56244" z="298.3797"/>
<Orientation y="-1.10314"/>
<Actor seed="47562"/>
</Entity>
<Entity uid="925">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="463.24421" z="302.88422"/>
<Orientation y="-2.37856"/>
<Actor seed="57012"/>
</Entity>
<Entity uid="926">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="446.19373" z="295.74924"/>
<Orientation y="1.69986"/>
<Actor seed="12368"/>
</Entity>
<Entity uid="927">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="451.93357" z="301.52442"/>
<Orientation y="-0.59728"/>
<Actor seed="33874"/>
</Entity>
<Entity uid="928">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="438.61072" z="321.9487"/>
<Orientation y="0.16536"/>
<Actor seed="36912"/>
</Entity>
<Entity uid="929">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="421.95325" z="349.88279"/>
<Orientation y="-0.37688"/>
<Actor seed="11728"/>
</Entity>
<Entity uid="930">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="423.32801" z="365.07856"/>
<Orientation y="0.3397"/>
<Actor seed="1690"/>
</Entity>
<Entity uid="931">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="426.49488" z="384.60459"/>
<Orientation y="2.35621"/>
<Actor seed="1830"/>
</Entity>
<Entity uid="932">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="442.16819" z="404.20694"/>
<Orientation y="2.35621"/>
<Actor seed="1308"/>
</Entity>
<Entity uid="933">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="450.44678" z="416.47797"/>
<Orientation y="0.90587"/>
<Actor seed="43850"/>
</Entity>
<Entity uid="934">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="457.517" z="435.76264"/>
<Orientation y="0.22724"/>
<Actor seed="31724"/>
</Entity>
<Entity uid="935">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="471.71448" z="465.58677"/>
<Orientation y="-0.22143"/>
<Actor seed="22116"/>
</Entity>
<Entity uid="936">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470.37739" z="494.07453"/>
<Orientation y="1.15934"/>
<Actor seed="41032"/>
</Entity>
<Entity uid="937">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="501.69953" z="511.82612"/>
<Orientation y="0.82331"/>
<Actor seed="31640"/>
</Entity>
<Entity uid="938">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="510.2704" z="519.67054"/>
<Orientation y="1.98234"/>
<Actor seed="28692"/>
</Entity>
<Entity uid="939">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="514.45301" z="509.3946"/>
<Orientation y="2.02057"/>
<Actor seed="27458"/>
</Entity>
<Entity uid="940">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="523.04743" z="505.72504"/>
<Orientation y="2.35621"/>
<Actor seed="11312"/>
</Entity>
<Entity uid="941">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="534.0553" z="508.37903"/>
<Orientation y="1.49286"/>
<Actor seed="40164"/>
</Entity>
<Entity uid="942">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="545.68207" z="507.1886"/>
<Orientation y="2.35621"/>
<Actor seed="20388"/>
</Entity>
<Entity uid="943">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="547.5077" z="507.52161"/>
<Orientation y="-1.75393"/>
<Actor seed="19112"/>
</Entity>
<Entity uid="944">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="531.75037" z="505.54758"/>
<Orientation y="2.35621"/>
<Actor seed="14902"/>
</Entity>
<Entity uid="945">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="530.22889" z="503.15897"/>
<Orientation y="2.35621"/>
<Actor seed="64168"/>
</Entity>
<Entity uid="946">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="527.84375" z="501.30835"/>
<Orientation y="-2.51269"/>
<Actor seed="63836"/>
</Entity>
<Entity uid="947">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="522.98688" z="498.77375"/>
<Orientation y="2.35621"/>
<Actor seed="62716"/>
</Entity>
<Entity uid="948">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="517.45124" z="498.34253"/>
<Orientation y="-2.09365"/>
<Actor seed="29518"/>
</Entity>
<Entity uid="949">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="512.64747" z="495.32566"/>
<Orientation y="-2.87885"/>
<Actor seed="7078"/>
</Entity>
<Entity uid="950">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="510.53635" z="492.86728"/>
<Orientation y="-2.3374"/>
<Actor seed="54286"/>
</Entity>
<Entity uid="951">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="506.53913" z="490.89814"/>
<Orientation y="-2.825"/>
<Actor seed="50274"/>
</Entity>
<Entity uid="952">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="504.7909" z="488.78287"/>
<Orientation y="2.35621"/>
<Actor seed="40228"/>
</Entity>
<Entity uid="953">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="503.77259" z="487.81226"/>
<Orientation y="1.7818"/>
<Actor seed="45690"/>
</Entity>
<Entity uid="954">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="512.46192" z="485.95392"/>
<Orientation y="2.35621"/>
<Actor seed="15624"/>
</Entity>
<Entity uid="955">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="515.96692" z="487.0142"/>
<Orientation y="1.1632"/>
<Actor seed="49550"/>
</Entity>
<Entity uid="956">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="522.55756" z="488.693"/>
<Orientation y="2.35621"/>
<Actor seed="48072"/>
</Entity>
<Entity uid="957">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="526.41193" z="490.18375"/>
<Orientation y="1.01273"/>
<Actor seed="55452"/>
</Entity>
<Entity uid="958">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="530.5752" z="495.35907"/>
<Orientation y="1.21204"/>
<Actor seed="63234"/>
</Entity>
<Entity uid="959">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="532.54548" z="496.336"/>
<Orientation y="2.35621"/>
<Actor seed="63236"/>
</Entity>
<Entity uid="960">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="536.28528" z="504.42222"/>
<Orientation y="2.35621"/>
<Actor seed="14284"/>
</Entity>
<Entity uid="961">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="538.59534" z="506.03571"/>
<Orientation y="2.35621"/>
<Actor seed="15342"/>
</Entity>
<Entity uid="962">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="541.24512" z="503.78757"/>
<Orientation y="-3.01856"/>
<Actor seed="49530"/>
</Entity>
<Entity uid="963">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="539.24964" z="498.33667"/>
<Orientation y="-1.94352"/>
<Actor seed="19166"/>
</Entity>
<Entity uid="964">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="528.93879" z="495.91544"/>
<Orientation y="-1.76294"/>
<Actor seed="28918"/>
</Entity>
<Entity uid="965">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="523.60126" z="493.85434"/>
<Orientation y="2.35621"/>
<Actor seed="1722"/>
</Entity>
<Entity uid="966">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="518.54047" z="489.74335"/>
<Orientation y="2.35621"/>
<Actor seed="49316"/>
</Entity>
<Entity uid="967">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="521.0138" z="492.65006"/>
<Orientation y="-0.05964"/>
<Actor seed="59168"/>
</Entity>
<Entity uid="968">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="508.9477" z="500.03232"/>
<Orientation y="-0.91619"/>
<Actor seed="42342"/>
</Entity>
<Entity uid="969">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="457.4628" z="311.89356"/>
<Orientation y="2.58265"/>
<Actor seed="51786"/>
</Entity>
<Entity uid="970">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="467.4585" z="295.2855"/>
<Orientation y="3.03035"/>
<Actor seed="56790"/>
</Entity>
<Entity uid="971">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="467.62995" z="291.01505"/>
<Orientation y="2.9115"/>
<Actor seed="47218"/>
</Entity>
<Entity uid="972">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470.05463" z="287.34223"/>
<Orientation y="0.94751"/>
<Actor seed="38204"/>
</Entity>
<Entity uid="973">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="475.64588" z="293.40574"/>
<Orientation y="2.35621"/>
<Actor seed="13278"/>
</Entity>
<Entity uid="974">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="479.3639" z="295.88038"/>
<Orientation y="2.35621"/>
<Actor seed="51298"/>
</Entity>
<Entity uid="975">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="477.84296" z="289.107"/>
<Orientation y="-2.12241"/>
<Actor seed="2934"/>
</Entity>
<Entity uid="976">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="473.91526" z="286.84845"/>
<Orientation y="2.35621"/>
<Actor seed="51900"/>
</Entity>
<Entity uid="977">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="475.8187" z="285.0712"/>
<Orientation y="2.44761"/>
<Actor seed="54336"/>
</Entity>
<Entity uid="978">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="481.99637" z="281.07319"/>
<Orientation y="0.908"/>
<Actor seed="48908"/>
</Entity>
<Entity uid="979">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="499.97895" z="284.55259"/>
<Orientation y="1.51705"/>
<Actor seed="53376"/>
</Entity>
<Entity uid="980">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="513.99848" z="284.68573"/>
<Orientation y="-2.65876"/>
<Actor seed="61184"/>
</Entity>
<Entity uid="981">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="508.67701" z="282.50797"/>
<Orientation y="2.35621"/>
<Actor seed="49610"/>
</Entity>
<Entity uid="982">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="509.61347" z="280.38053"/>
<Orientation y="1.77672"/>
<Actor seed="51692"/>
</Entity>
<Entity uid="983">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="519.8194" z="280.79136"/>
<Orientation y="2.35621"/>
<Actor seed="36332"/>
</Entity>
<Entity uid="984">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="523.87739" z="281.55188"/>
<Orientation y="2.35621"/>
<Actor seed="4890"/>
</Entity>
<Entity uid="985">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="523.38386" z="279.64322"/>
<Orientation y="2.35621"/>
<Actor seed="23786"/>
</Entity>
<Entity uid="986">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="484.57148" z="333.89557"/>
<Orientation y="-1.57081"/>
<Actor seed="36052"/>
</Entity>
<Entity uid="987">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="477.57142" z="337.64094"/>
<Orientation y="-0.78461"/>
<Actor seed="35040"/>
</Entity>
<Entity uid="988">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="468.50626" z="344.04056"/>
<Orientation y="2.35621"/>
<Actor seed="21942"/>
</Entity>
<Entity uid="989">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="461.69813" z="341.59675"/>
<Orientation y="-2.54851"/>
<Actor seed="65324"/>
</Entity>
<Entity uid="990">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="459.96711" z="336.59931"/>
<Orientation y="2.94736"/>
<Actor seed="23102"/>
</Entity>
<Entity uid="991">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="460.74363" z="330.34437"/>
<Orientation y="2.82403"/>
<Actor seed="11410"/>
</Entity>
<Entity uid="992">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="464.0467" z="323.06025"/>
<Orientation y="2.35621"/>
<Actor seed="52562"/>
</Entity>
<Entity uid="993">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="464.49058" z="321.12287"/>
<Orientation y="2.14136"/>
<Actor seed="56516"/>
</Entity>
<Entity uid="994">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="475.03873" z="318.84885"/>
<Orientation y="1.11098"/>
<Actor seed="44718"/>
</Entity>
<Entity uid="995">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="478.66236" z="321.67032"/>
<Orientation y="-0.07831"/>
<Actor seed="14356"/>
</Entity>
<Entity uid="996">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="477.48606" z="326.97257"/>
<Orientation y="-1.28118"/>
<Actor seed="7894"/>
</Entity>
<Entity uid="997">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="472.33317" z="328.63691"/>
<Orientation y="2.35621"/>
<Actor seed="57494"/>
</Entity>
<Entity uid="998">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="465.9539" z="331.1352"/>
<Orientation y="2.8657"/>
<Actor seed="48286"/>
</Entity>
<Entity uid="999">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="468.9087" z="324.19471"/>
<Orientation y="2.4294"/>
<Actor seed="47770"/>
</Entity>
<Entity uid="1000">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470.22464" z="321.25928"/>
<Orientation y="-2.96125"/>
<Actor seed="43206"/>
</Entity>
<Entity uid="1001">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470.003" z="315.65192"/>
<Orientation y="1.98435"/>
<Actor seed="51898"/>
</Entity>
<Entity uid="1002">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="473.30387" z="313.93381"/>
<Orientation y="1.4181"/>
<Actor seed="12512"/>
</Entity>
<Entity uid="1003">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="481.23945" z="316.53006"/>
<Orientation y="0.2058"/>
<Actor seed="26182"/>
</Entity>
<Entity uid="1004">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="482.86316" z="322.36146"/>
<Orientation y="1.20704"/>
<Actor seed="43746"/>
</Entity>
<Entity uid="1005">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="485.75443" z="323.62494"/>
<Orientation y="-1.83114"/>
<Actor seed="22918"/>
</Entity>
<Entity uid="1006">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="478.93192" z="326.22986"/>
<Orientation y="0.0125"/>
<Actor seed="55186"/>
</Entity>
<Entity uid="1007">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="477.42637" z="334.56165"/>
<Orientation y="-1.1629"/>
<Actor seed="16744"/>
</Entity>
<Entity uid="1008">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="463.8936" z="340.13282"/>
<Orientation y="2.62221"/>
<Actor seed="21080"/>
</Entity>
<Entity uid="1009">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="470.99058" z="333.40021"/>
<Orientation y="2.21183"/>
<Actor seed="50458"/>
</Entity>
<Entity uid="1010">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="479.77671" z="326.82334"/>
<Orientation y="2.35621"/>
<Actor seed="18810"/>
</Entity>
<Entity uid="1011">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="478.32383" z="324.62543"/>
<Orientation y="-1.66668"/>
<Actor seed="15946"/>
</Entity>
<Entity uid="1012">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="462.06031" z="323.06025"/>
<Orientation y="-1.46186"/>
<Actor seed="4706"/>
</Entity>
<Entity uid="1013">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="454.96277" z="322.08408"/>
<Orientation y="2.35621"/>
<Actor seed="21856"/>
</Entity>
<Entity uid="1014">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="455.09113" z="318.84885"/>
<Orientation y="2.50135"/>
<Actor seed="18930"/>
</Entity>
<Entity uid="1015">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="460.50187" z="312.8553"/>
<Orientation y="1.69565"/>
<Actor seed="49534"/>
</Entity>
<Entity uid="1016">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="464.29242" z="314.7866"/>
<Orientation y="0.42194"/>
<Actor seed="12664"/>
</Entity>
<Entity uid="1017">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="468.98426" z="318.71769"/>
<Orientation y="2.10781"/>
<Actor seed="23196"/>
</Entity>
<Entity uid="1018">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="475.33997" z="313.33216"/>
<Orientation y="2.35621"/>
<Actor seed="64852"/>
</Entity>
<Entity uid="1019">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="466.18873" z="331.1352"/>
<Orientation y="-1.25925"/>
<Actor seed="40602"/>
</Entity>
<Entity uid="1020">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="495.60499" z="389.65766"/>
<Orientation y="-0.02051"/>
<Actor seed="62186"/>
</Entity>
<Entity uid="1021">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="497.0908" z="442.51539"/>
<Orientation y="-0.87403"/>
<Actor seed="20592"/>
</Entity>
<Entity uid="1022">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="483.04563" z="465.05335"/>
<Orientation y="2.35621"/>
<Actor seed="40920"/>
</Entity>
<Entity uid="1023">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="499.47046" z="489.76301"/>
<Orientation y="0.52384"/>
<Actor seed="37770"/>
</Entity>
<Entity uid="1024">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="537.89191" z="461.99058"/>
<Orientation y="2.35621"/>
<Actor seed="17688"/>
</Entity>
<Entity uid="1025">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="550.58912" z="472.01066"/>
<Orientation y="-1.88514"/>
<Actor seed="29540"/>
</Entity>
<Entity uid="1026">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="557.16138" z="481.10074"/>
<Orientation y="2.35621"/>
<Actor seed="58634"/>
</Entity>
<Entity uid="1027">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="554.48829" z="489.2006"/>
<Orientation y="2.35621"/>
<Actor seed="51798"/>
</Entity>
<Entity uid="1028">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="593.10022" z="423.89515"/>
<Orientation y="2.89736"/>
<Actor seed="23566"/>
</Entity>
<Entity uid="1029">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="611.37916" z="400.25052"/>
<Orientation y="2.83416"/>
<Actor seed="37100"/>
</Entity>
<Entity uid="1030">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="619.22272" z="391.37327"/>
<Orientation y="2.35621"/>
<Actor seed="42918"/>
</Entity>
<Entity uid="1031">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="617.41529" z="351.64896"/>
<Orientation y="2.35621"/>
<Actor seed="26982"/>
</Entity>
<Entity uid="1032">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="632.9571" z="312.31165"/>
<Orientation y="-2.04288"/>
<Actor seed="8374"/>
</Entity>
<Entity uid="1033">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="616.0428" z="296.01078"/>
<Orientation y="-0.17714"/>
<Actor seed="23030"/>
</Entity>
<Entity uid="1034">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="567.82343" z="277.53663"/>
<Orientation y="-1.09624"/>
<Actor seed="4614"/>
</Entity>
<Entity uid="1035">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="490.5882" z="332.6305"/>
<Orientation y="2.87787"/>
<Actor seed="47692"/>
</Entity>
<Entity uid="1036">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="492.10123" z="322.61875"/>
<Orientation y="-2.40296"/>
<Actor seed="56436"/>
</Entity>
<Entity uid="1037">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="489.25831" z="318.44941"/>
<Orientation y="0.34061"/>
<Actor seed="65517"/>
</Entity>
<Entity uid="1038">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="488.62333" z="312.86744"/>
<Orientation y="0.60524"/>
<Actor seed="59144"/>
</Entity>
<Entity uid="1039">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="459.99741" z="341.34586"/>
<Orientation y="-2.44704"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="1040">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="444.91282" z="326.2454"/>
<Orientation y="3.12076"/>
<Actor seed="25668"/>
</Entity>
<Entity uid="1041">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="445.38294" z="319.44791"/>
<Orientation y="2.46544"/>
<Actor seed="4982"/>
</Entity>
<Entity uid="1042">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="451.88965" z="311.38636"/>
<Orientation y="2.09829"/>
<Actor seed="3562"/>
</Entity>
<Entity uid="1043">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="462.52186" z="306.25202"/>
<Orientation y="1.40658"/>
<Actor seed="44740"/>
</Entity>
<Entity uid="1044">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="482.14853" z="307.3412"/>
<Orientation y="1.39547"/>
<Actor seed="41592"/>
</Entity>
<Entity uid="1045">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="488.34403" z="310.34247"/>
<Orientation y="2.35621"/>
<Actor seed="12274"/>
</Entity>
<Entity uid="1046">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490.48288" z="314.04575"/>
<Orientation y="0.82512"/>
<Actor seed="2982"/>
</Entity>
<Entity uid="1047">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="497.68445" z="325.116"/>
<Orientation y="-0.14559"/>
<Actor seed="12942"/>
</Entity>
<Entity uid="1048">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="497.7256" z="334.13831"/>
<Orientation y="-0.2783"/>
<Actor seed="15524"/>
</Entity>
<Entity uid="1049">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="488.5568" z="349.0564"/>
<Orientation y="-1.01015"/>
<Actor seed="6996"/>
</Entity>
<Entity uid="1050">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="476.30951" z="355.64545"/>
<Orientation y="2.35621"/>
<Actor seed="40014"/>
</Entity>
<Entity uid="1051">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="474.61686" z="354.47236"/>
<Orientation y="-1.42093"/>
<Actor seed="1712"/>
</Entity>
<Entity uid="1052">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="460.47706" z="358.0405"/>
<Orientation y="-1.61376"/>
<Actor seed="45692"/>
</Entity>
<Entity uid="1053">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="450.24283" z="355.1743"/>
<Orientation y="-2.95476"/>
<Actor seed="21918"/>
</Entity>
<Entity uid="1054">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="449.15946" z="343.76691"/>
<Orientation y="2.9793"/>
<Actor seed="49792"/>
</Entity>
<Entity uid="1055">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="450.22196" z="332.52634"/>
<Orientation y="-3.0937"/>
<Actor seed="7016"/>
</Entity>
<Entity uid="1056">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="450.67206" z="323.53312"/>
<Orientation y="2.18136"/>
<Actor seed="51932"/>
</Entity>
<Entity uid="1057">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="473.06214" z="309.33646"/>
<Orientation y="-1.1248"/>
<Actor seed="17244"/>
</Entity>
<Entity uid="1058">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="464.19504" z="312.4326"/>
<Orientation y="1.06983"/>
<Actor seed="42296"/>
</Entity>
<Entity uid="1059">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="480.26621" z="310.98957"/>
<Orientation y="2.35621"/>
<Actor seed="32238"/>
</Entity>
<Entity uid="1060">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="478.75605" z="353.3151"/>
<Orientation y="0.00271"/>
<Actor seed="22476"/>
</Entity>
<Entity uid="1061">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="492.15156" z="339.5774"/>
<Orientation y="-1.4712"/>
<Actor seed="398"/>
</Entity>
<Entity uid="1062">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="465.24222" z="357.31504"/>
<Orientation y="0.14544"/>
<Actor seed="46096"/>
</Entity>
<Entity uid="1063">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="508.75669" z="514.36902"/>
<Orientation y="-2.31443"/>
<Actor seed="2952"/>
</Entity>
<Entity uid="1064">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490.9762" z="502.2971"/>
<Orientation y="-2.62876"/>
<Actor seed="48398"/>
</Entity>
<Entity uid="1065">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="487.62348" z="495.7368"/>
<Orientation y="2.78953"/>
<Actor seed="61974"/>
</Entity>
<Entity uid="1066">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="502.49225" z="480.41916"/>
<Orientation y="0.39856"/>
<Actor seed="41490"/>
</Entity>
<Entity uid="1067">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="515.81043" z="482.97742"/>
<Orientation y="-1.20623"/>
<Actor seed="41282"/>
</Entity>
<Entity uid="1068">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="524.38904" z="484.85761"/>
<Orientation y="0.37555"/>
<Actor seed="290"/>
</Entity>
<Entity uid="1069">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="532.79834" z="489.87504"/>
<Orientation y="-1.72603"/>
<Actor seed="43154"/>
</Entity>
<Entity uid="1070">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="543.41846" z="502.4531"/>
<Orientation y="-2.80457"/>
<Actor seed="16118"/>
</Entity>
<Entity uid="1071">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="554.89991" z="513.62037"/>
<Orientation y="-0.63221"/>
<Actor seed="45072"/>
</Entity>
<Entity uid="1072">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="535.97364" z="526.35505"/>
<Orientation y="0.00487"/>
<Actor seed="45262"/>
</Entity>
<Entity uid="1073">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="525.46448" z="522.34882"/>
<Orientation y="-1.45562"/>
<Actor seed="24530"/>
</Entity>
<Entity uid="1074">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="507.21424" z="513.98572"/>
<Orientation y="0.43178"/>
<Actor seed="46832"/>
</Entity>
<Entity uid="1075">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="490.59955" z="485.23115"/>
<Orientation y="-0.77862"/>
<Actor seed="40308"/>
</Entity>
<Entity uid="1076">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="528.69605" z="272.97022"/>
<Orientation y="2.0601"/>
<Actor seed="23844"/>
</Entity>
<Entity uid="1077">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="535.9643" z="270.00782"/>
<Orientation y="2.35621"/>
<Actor seed="40888"/>
</Entity>
<Entity uid="1078">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="543.2414" z="273.30384"/>
<Orientation y="0.94033"/>
<Actor seed="16630"/>
</Entity>
<Entity uid="1079">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="568.16126" z="281.3813"/>
<Orientation y="2.35621"/>
<Actor seed="55470"/>
</Entity>
<Entity uid="1080">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="546.08851" z="318.1402"/>
<Orientation y="-0.59078"/>
<Actor seed="64530"/>
</Entity>
<Entity uid="1081">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="538.38501" z="330.53797"/>
<Orientation y="-1.07816"/>
<Actor seed="15270"/>
</Entity>
<Entity uid="1082">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="527.84449" z="334.05704"/>
<Orientation y="-1.78542"/>
<Actor seed="50058"/>
</Entity>
<Entity uid="1083">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="514.71845" z="336.31269"/>
<Orientation y="2.35621"/>
<Actor seed="3160"/>
</Entity>
<Entity uid="1084">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="505.75565" z="344.14115"/>
<Orientation y="2.35621"/>
<Actor seed="62302"/>
</Entity>
<Entity uid="1085">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="504.5474" z="333.83487"/>
<Orientation y="2.86884"/>
<Actor seed="20830"/>
</Entity>
<Entity uid="1086">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="505.95954" z="324.84083"/>
<Orientation y="-2.07592"/>
<Actor seed="30720"/>
</Entity>
<Entity uid="1087">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="499.92795" z="318.52537"/>
<Orientation y="-2.0104"/>
<Actor seed="21656"/>
</Entity>
<Entity uid="1088">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="427.5186" z="358.16861"/>
<Orientation y="-2.16053"/>
<Actor seed="5692"/>
</Entity>
<Entity uid="1089">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="413.54429" z="343.65906"/>
<Orientation y="-0.43375"/>
<Actor seed="28786"/>
</Entity>
<Entity uid="1090">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="394.20487" z="393.17454"/>
<Orientation y="0.8339"/>
<Actor seed="5190"/>
</Entity>
<Entity uid="1091">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="434.84482" z="344.904"/>
<Orientation y="-2.62438"/>
<Actor seed="57796"/>
</Entity>
<Entity uid="1092">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="428.41947" z="335.37522"/>
<Orientation y="2.82201"/>
<Actor seed="23878"/>
</Entity>
<Entity uid="1093">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="431.39963" z="328.92954"/>
<Orientation y="1.59694"/>
<Actor seed="37416"/>
</Entity>
<Entity uid="1094">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="656.9347" z="434.81775"/>
<Orientation y="-0.74264"/>
<Actor seed="33578"/>
</Entity>
<Entity uid="1095">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="637.40442" z="447.1638"/>
<Orientation y="-0.80889"/>
<Actor seed="61322"/>
</Entity>
<Entity uid="1096">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="631.19587" z="456.17801"/>
<Orientation y="0.14727"/>
<Actor seed="41234"/>
</Entity>
<Entity uid="1097">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="631.88233" z="474.08481"/>
<Orientation y="1.42928"/>
<Actor seed="2528"/>
</Entity>
<Entity uid="1098">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="640.88672" z="474.78714"/>
<Orientation y="3.1319"/>
<Actor seed="45866"/>
</Entity>
<Entity uid="1099">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="640.92176" z="461.887"/>
<Orientation y="2.87888"/>
<Actor seed="30874"/>
</Entity>
<Entity uid="1100">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="647.964" z="446.61417"/>
<Orientation y="-3.02245"/>
<Actor seed="7990"/>
</Entity>
<Entity uid="1101">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="645.83722" z="438.12946"/>
<Orientation y="-1.87006"/>
<Actor seed="5630"/>
</Entity>
<Entity uid="1102">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="631.57398" z="433.6933"/>
<Orientation y="-1.63195"/>
<Actor seed="33714"/>
</Entity>
<Entity uid="1103">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="622.99823" z="435.3578"/>
<Orientation y="-0.41736"/>
<Actor seed="36556"/>
</Entity>
<Entity uid="1104">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="621.58912" z="451.13111"/>
<Orientation y="0.57375"/>
<Actor seed="4552"/>
</Entity>
<Entity uid="1105">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="626.28418" z="460.4751"/>
<Orientation y="-0.18485"/>
<Actor seed="14682"/>
</Entity>
<Entity uid="1106">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="620.09174" z="478.3578"/>
<Orientation y="2.35621"/>
<Actor seed="22762"/>
</Entity>
<Entity uid="1107">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="623.34131" z="477.48331"/>
<Orientation y="-3.11329"/>
<Actor seed="8562"/>
</Entity>
<Entity uid="1108">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="620.18726" z="450.91596"/>
<Orientation y="2.67089"/>
<Actor seed="1304"/>
</Entity>
<Entity uid="1109">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="631.97858" z="432.07035"/>
<Orientation y="0.13715"/>
<Actor seed="24062"/>
</Entity>
<Entity uid="1110">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="632.43848" z="448.28791"/>
<Orientation y="-0.05605"/>
<Actor seed="28200"/>
</Entity>
<Entity uid="1111">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="632.32038" z="460.56913"/>
<Orientation y="2.39792"/>
<Actor seed="63988"/>
</Entity>
<Entity uid="1112">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="642.80231" z="451.46045"/>
<Orientation y="-3.06295"/>
<Actor seed="31514"/>
</Entity>
<Entity uid="1113">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="641.11078" z="445.01566"/>
<Orientation y="-1.2308"/>
<Actor seed="64994"/>
</Entity>
<Entity uid="1114">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="636.7674" z="443.61774"/>
<Orientation y="2.35621"/>
<Actor seed="34612"/>
</Entity>
<Entity uid="1115">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="624.29126" z="452.434"/>
<Orientation y="0.12418"/>
<Actor seed="51496"/>
</Entity>
<Entity uid="1116">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="623.55304" z="461.67862"/>
<Orientation y="0.0155"/>
<Actor seed="45292"/>
</Entity>
<Entity uid="1117">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="621.62116" z="481.852"/>
<Orientation y="2.35621"/>
<Actor seed="39580"/>
</Entity>
<Entity uid="1118">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="628.22437" z="460.76624"/>
<Orientation y="-1.27495"/>
<Actor seed="31988"/>
</Entity>
<Entity uid="1119">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="628.66993" z="447.96677"/>
<Orientation y="0.00873"/>
<Actor seed="61588"/>
</Entity>
<Entity uid="1120">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="635.11872" z="454.5972"/>
<Orientation y="-0.95339"/>
<Actor seed="56096"/>
</Entity>
<Entity uid="1121">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="626.32929" z="444.11924"/>
<Orientation y="-0.4948"/>
<Actor seed="2834"/>
</Entity>
<Entity uid="1122">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="626.01874" z="456.24048"/>
<Orientation y="2.35621"/>
<Actor seed="60642"/>
</Entity>
<Entity uid="1123">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="634.55634" z="442.09952"/>
<Orientation y="-0.39977"/>
<Actor seed="45420"/>
</Entity>
<Entity uid="1124">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="572.28174" z="449.24784"/>
<Orientation y="-1.41393"/>
<Actor seed="26944"/>
</Entity>
<Entity uid="1125">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502.91956" z="433.43024"/>
<Orientation y="0.59897"/>
<Actor seed="59204"/>
</Entity>
<Entity uid="1126">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="502.55701" z="365.31931"/>
<Orientation y="-1.21663"/>
<Actor seed="56078"/>
</Entity>
<Entity uid="1127">
<Template>actor|particle/cloud.xml</Template>
<Position x="183.85187" z="493.38801"/>
<Orientation y="2.35621"/>
<Actor seed="23090"/>
</Entity>
<Entity uid="1128">
<Template>actor|particle/cloud.xml</Template>
<Position x="630.25727" z="698.36866"/>
<Orientation y="2.35621"/>
<Actor seed="11044"/>
</Entity>
<Entity uid="1129">
<Template>actor|particle/cloud.xml</Template>
<Position x="702.76728" z="326.76227"/>
<Orientation y="2.35621"/>
<Actor seed="59854"/>
</Entity>
<Entity uid="1130">
<Template>actor|particle/cloud.xml</Template>
<Position x="454.55188" z="188.41253"/>
<Orientation y="2.35621"/>
<Actor seed="1080"/>
</Entity>
<Entity uid="1131">
<Template>actor|particle/cloud.xml</Template>
<Position x="442.72291" z="388.99872"/>
<Orientation y="2.35621"/>
<Actor seed="28960"/>
</Entity>
<Entity uid="1132">
<Template>actor|particle/cloud.xml</Template>
<Position x="166.95824" z="223.37319"/>
<Orientation y="2.35621"/>
<Actor seed="14290"/>
</Entity>
<Entity uid="1133">
<Template>actor|particle/cloud.xml</Template>
<Position x="853.83185" z="661.0849"/>
<Orientation y="2.35621"/>
<Actor seed="30172"/>
</Entity>
<Entity uid="1134">
<Template>actor|particle/cloud.xml</Template>
<Position x="326.73334" z="833.5829"/>
<Orientation y="2.35621"/>
<Actor seed="22084"/>
</Entity>
<Entity uid="1135">
<Template>gaia/fauna_shark</Template>
<Player>0</Player>
<Position x="187.45965" z="319.74402"/>
<Orientation y="-2.77195"/>
<Actor seed="47980"/>
</Entity>
<Entity uid="1136">
<Template>gaia/fauna_shark</Template>
<Player>0</Player>
<Position x="642.99714" z="746.92762"/>
<Orientation y="0.9846"/>
<Actor seed="65284"/>
</Entity>
<Entity uid="1137">
<Template>gaia/fauna_shark</Template>
<Player>0</Player>
<Position x="903.34864" z="417.69776"/>
<Orientation y="-1.91886"/>
<Actor seed="29554"/>
</Entity>
<Entity uid="1138">
<Template>gaia/fauna_shark</Template>
<Player>0</Player>
<Position x="643.2118" z="90.7759"/>
<Orientation y="2.35621"/>
<Actor seed="5086"/>
</Entity>
<Entity uid="1139">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="202.61376" z="186.12581"/>
<Orientation y="2.35621"/>
<Actor seed="50506"/>
</Entity>
<Entity uid="1140">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="696.46412" z="884.84217"/>
<Orientation y="-1.90061"/>
<Actor seed="65370"/>
</Entity>
<Entity uid="1141">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="120.25551" z="636.92573"/>
<Orientation y="2.35621"/>
<Actor seed="48770"/>
</Entity>
<Entity uid="1142">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="884.99311" z="262.99317"/>
<Orientation y="2.35621"/>
<Actor seed="56546"/>
</Entity>
<Entity uid="1143">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="768.89411" z="257.0626"/>
<Orientation y="2.35621"/>
<Actor seed="55830"/>
</Entity>
<Entity uid="1144">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="827.17591" z="342.50937"/>
<Orientation y="-2.24441"/>
<Actor seed="14564"/>
</Entity>
<Entity uid="1145">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="801.38318" z="551.03272"/>
<Orientation y="0.28495"/>
<Actor seed="43212"/>
</Entity>
<Entity uid="1146">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="629.23359" z="670.11756"/>
<Orientation y="-2.6133"/>
<Actor seed="23798"/>
</Entity>
<Entity uid="1147">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="337.5717" z="698.21192"/>
<Orientation y="3.09354"/>
<Actor seed="47668"/>
</Entity>
<Entity uid="1148">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="225.25081" z="539.46137"/>
<Orientation y="1.40371"/>
<Actor seed="9514"/>
</Entity>
<Entity uid="1149">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="170.1116" z="405.14536"/>
<Orientation y="2.35621"/>
<Actor seed="3222"/>
</Entity>
<Entity uid="1150">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="229.41736" z="329.56498"/>
<Orientation y="2.35621"/>
<Actor seed="19532"/>
</Entity>
<Entity uid="1151">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="325.31724" z="139.34234"/>
<Orientation y="-2.12494"/>
<Actor seed="57002"/>
</Entity>
<Entity uid="1152">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="487.06864" z="96.76084"/>
<Orientation y="-0.54351"/>
<Actor seed="6382"/>
</Entity>
<Entity uid="1153">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="620.42566" z="146.63268"/>
<Orientation y="2.96625"/>
<Actor seed="25700"/>
</Entity>
<Entity uid="1154">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="653.26899" z="222.18624"/>
<Orientation y="-0.73398"/>
<Actor seed="43044"/>
</Entity>
<Entity uid="1155">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="317.12464" z="419.58606"/>
<Orientation y="-0.47587"/>
<Actor seed="44000"/>
</Entity>
<Entity uid="1156">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="490.13303" z="614.73456"/>
<Orientation y="1.13338"/>
<Actor seed="61328"/>
</Entity>
<Entity uid="1157">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="729.46772" z="372.33527"/>
<Orientation y="0.48588"/>
<Actor seed="33836"/>
</Entity>
<Entity uid="1158">
<Template>gaia/fauna_hawk</Template>
<Position x="548.70441" z="343.96308"/>
<Orientation y="2.35621"/>
<Actor seed="17350"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/We are Legion.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/We are Legion.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/We are Legion.xml (revision 22818)
@@ -1,1713 +1,1713 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>default</SkySet>
<SunColor r="0.85098" g="0.776471" b="0.631373"/>
<SunElevation angle="0.785398"/>
<SunRotation angle="-0.785396"/>
<TerrainAmbientColor r="0.34902" g="0.427451" b="0.521569"/>
<UnitsAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<Water>
<WaterBody>
<Type>lake</Type>
<Color r="0.294118" g="0.34902" b="0.694118"/>
<Height>5</Height>
<Waviness>4.0</Waviness>
<Murkiness>0.45</Murkiness>
<Tint r="0.27451" g="0.294118" b="0.584314"/>
</WaterBody>
</Water>
</Environment>
<Camera>
<Position x="441.106" y="72.859" z="126.673"/>
<Rotation angle="0"/>
<Declination angle="0.610865"/>
</Camera>
<ScriptSettings><![CDATA[
{
"Name": "We Are Legion",
- "Description": "A quick battle demo map using Roman legionnaires.",
+ "Description": "A quick battle demo map using Roman legionaries.",
"Keywords": [
"demo"
],
"PlayerData": [
{
"Civ": "athen"
},
{
"Civ": "rome"
}
],
"CircularMap": true,
"VictoryConditions": [
"conquest"
]
}
]]></ScriptSettings>
<Entities>
<Entity uid="46">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="406.41697" z="288.61033"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="47">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="407.62278" z="289.4083"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="48">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="409.19263" z="290.53187"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="49">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="410.66935" z="291.8267"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="50">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="412.49058" z="292.79548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="51">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="413.98597" z="293.87174"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="52">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="415.65644" z="295.18519"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="53">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="417.32718" z="293.07789"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="54">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="415.65458" z="292.30039"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="55">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="414.42634" z="290.99976"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="56">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="412.67496" z="289.9405"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="57">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="411.52408" z="289.13974"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="58">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="409.8242" z="287.79886"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="59">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="408.85364" z="286.6833"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="60">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="410.58375" z="284.6533"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="61">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="411.87803" z="286.23465"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="62">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="413.41666" z="286.92399"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="63">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="415.05878" z="288.034"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="64">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="416.40583" z="289.2248"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="65">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="417.97031" z="290.39921"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="66">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="419.45682" z="291.53663"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="67">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="421.78858" z="290.1378"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="68">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="420.43955" z="288.88331"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="69">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="418.87678" z="287.542"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="70">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="417.45615" z="286.43201"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="71">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="415.79746" z="285.31714"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="72">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="413.9643" z="284.3415"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="73">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="412.51905" z="283.11823"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="74">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="404.34433" z="290.39863"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="75">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="405.9225" z="291.44837"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="76">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="407.68305" z="292.32737"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="77">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="408.92988" z="293.6974"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="78">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="410.48966" z="294.98752"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="79">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="411.92713" z="295.83729"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="80">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>2</Player>
<Position x="413.2397" z="296.69062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="194">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="458.28513" z="203.27497"/>
<Orientation y="-0.95234"/>
</Entity>
<Entity uid="195">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="459.79493" z="204.60972"/>
<Orientation y="-0.6386"/>
</Entity>
<Entity uid="196">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="461.19282" z="205.89283"/>
<Orientation y="-0.73986"/>
</Entity>
<Entity uid="197">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="462.53312" z="207.43717"/>
<Orientation y="-0.56952"/>
</Entity>
<Entity uid="198">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="464.07682" z="208.86214"/>
<Orientation y="-0.82451"/>
</Entity>
<Entity uid="199">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="456.85428" z="201.94928"/>
<Orientation y="-0.96621"/>
</Entity>
<Entity uid="200">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="458.43064" z="200.38895"/>
<Orientation y="-0.67325"/>
</Entity>
<Entity uid="201">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="459.76017" z="199.20899"/>
<Orientation y="-0.87146"/>
</Entity>
<Entity uid="202">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="465.64386" z="207.29183"/>
<Orientation y="-0.79053"/>
</Entity>
<Entity uid="203">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="467.07773" z="206.16411"/>
<Orientation y="-0.73746"/>
</Entity>
<Entity uid="204">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="468.3697" z="204.4853"/>
<Orientation y="-0.82738"/>
</Entity>
<Entity uid="205">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="469.63505" z="203.20104"/>
<Orientation y="-0.67072"/>
</Entity>
<Entity uid="206">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="471.2682" z="201.60718"/>
<Orientation y="-0.83198"/>
</Entity>
<Entity uid="207">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="463.98115" z="205.8115"/>
<Orientation y="-0.7607"/>
</Entity>
<Entity uid="208">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="465.27982" z="204.65111"/>
<Orientation y="-0.61661"/>
</Entity>
<Entity uid="209">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="466.94288" z="203.3262"/>
<Orientation y="-0.82796"/>
</Entity>
<Entity uid="210">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="468.24732" z="202.04647"/>
<Orientation y="-0.91964"/>
</Entity>
<Entity uid="211">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="469.71354" z="200.47844"/>
<Orientation y="-0.67225"/>
</Entity>
<Entity uid="212">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="462.69651" z="204.38639"/>
<Orientation y="-0.83455"/>
</Entity>
<Entity uid="213">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="464.0965" z="203.26352"/>
<Orientation y="-0.84168"/>
</Entity>
<Entity uid="214">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="465.44639" z="202.04647"/>
<Orientation y="-0.70704"/>
</Entity>
<Entity uid="215">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="466.93537" z="200.61625"/>
<Orientation y="-0.65375"/>
</Entity>
<Entity uid="216">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="468.27024" z="199.14902"/>
<Orientation y="-0.85288"/>
</Entity>
<Entity uid="217">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="461.24909" z="203.10764"/>
<Orientation y="-0.7016"/>
</Entity>
<Entity uid="218">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="462.5229" z="202.04647"/>
<Orientation y="-0.87273"/>
</Entity>
<Entity uid="219">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="463.86051" z="200.47844"/>
<Orientation y="-0.69214"/>
</Entity>
<Entity uid="220">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="465.28223" z="199.22637"/>
<Orientation y="-0.82012"/>
</Entity>
<Entity uid="221">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="466.72443" z="197.82993"/>
<Orientation y="-0.68354"/>
</Entity>
<Entity uid="222">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="459.93485" z="201.7526"/>
<Orientation y="-0.69487"/>
</Entity>
<Entity uid="223">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="461.27149" z="200.56101"/>
<Orientation y="-0.82009"/>
</Entity>
<Entity uid="224">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="462.77683" z="199.02076"/>
<Orientation y="-0.86184"/>
</Entity>
<Entity uid="225">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="464.12085" z="197.78185"/>
<Orientation y="-0.77518"/>
</Entity>
<Entity uid="226">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="465.37354" z="196.40516"/>
<Orientation y="-0.7622"/>
</Entity>
<Entity uid="227">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="461.1425" z="197.72477"/>
<Orientation y="-0.67235"/>
</Entity>
<Entity uid="228">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="462.56772" z="196.33176"/>
<Orientation y="-0.76684"/>
</Entity>
<Entity uid="229">
<Template>units/mace_thureophoros</Template>
<Player>1</Player>
<Position x="463.99482" z="195.14939"/>
<Orientation y="-0.68624"/>
</Entity>
<Entity uid="230">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="497.77186" z="242.63483"/>
<Orientation y="-0.71828"/>
</Entity>
<Entity uid="231">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="499.44397" z="241.21015"/>
<Orientation y="-0.57369"/>
</Entity>
<Entity uid="232">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="500.76752" z="240.11797"/>
<Orientation y="-0.76092"/>
</Entity>
<Entity uid="233">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="502.27762" z="238.65262"/>
<Orientation y="-0.59543"/>
</Entity>
<Entity uid="234">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="503.75345" z="237.25564"/>
<Orientation y="-0.79589"/>
</Entity>
<Entity uid="235">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="496.40522" z="241.449"/>
<Orientation y="-0.89475"/>
</Entity>
<Entity uid="236">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="495.2689" z="240.11797"/>
<Orientation y="-0.96447"/>
</Entity>
<Entity uid="237">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="493.8076" z="238.86451"/>
<Orientation y="-0.99656"/>
</Entity>
<Entity uid="238">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="492.43241" z="237.31197"/>
<Orientation y="-0.60605"/>
</Entity>
<Entity uid="239">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="490.87507" z="235.89693"/>
<Orientation y="-0.78646"/>
</Entity>
<Entity uid="240">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="497.92426" z="239.80846"/>
<Orientation y="-0.74273"/>
</Entity>
<Entity uid="241">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="499.33136" z="238.69471"/>
<Orientation y="-0.84737"/>
</Entity>
<Entity uid="242">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="500.83042" z="237.28977"/>
<Orientation y="-0.69228"/>
</Entity>
<Entity uid="243">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="502.26053" z="236.03301"/>
<Orientation y="-0.6809"/>
</Entity>
<Entity uid="244">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="496.7906" z="238.40661"/>
<Orientation y="-0.67606"/>
</Entity>
<Entity uid="245">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="497.97464" z="237.18789"/>
<Orientation y="-0.73378"/>
</Entity>
<Entity uid="246">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="499.34421" z="235.87295"/>
<Orientation y="-0.64982"/>
</Entity>
<Entity uid="247">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="500.80253" z="234.57412"/>
<Orientation y="-0.73957"/>
</Entity>
<Entity uid="248">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="495.05781" z="236.95197"/>
<Orientation y="-0.72434"/>
</Entity>
<Entity uid="249">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="496.49228" z="235.80925"/>
<Orientation y="-0.7195"/>
</Entity>
<Entity uid="250">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="497.98011" z="234.5741"/>
<Orientation y="-0.53003"/>
</Entity>
<Entity uid="251">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="499.26951" z="233.07136"/>
<Orientation y="-0.63877"/>
</Entity>
<Entity uid="252">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="493.76221" z="235.80925"/>
<Orientation y="-0.71755"/>
</Entity>
<Entity uid="253">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="495.07682" z="234.42472"/>
<Orientation y="-0.82045"/>
</Entity>
<Entity uid="254">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="496.53702" z="233.12714"/>
<Orientation y="-0.6079"/>
</Entity>
<Entity uid="255">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="497.95417" z="231.64779"/>
<Orientation y="-0.6076"/>
</Entity>
<Entity uid="256">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="492.25019" z="234.42472"/>
<Orientation y="-0.5077"/>
</Entity>
<Entity uid="257">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="493.57731" z="232.98798"/>
<Orientation y="-0.64225"/>
</Entity>
<Entity uid="258">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="495.09736" z="231.69965"/>
<Orientation y="-0.41665"/>
</Entity>
<Entity uid="259">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="496.57776" z="230.32212"/>
<Orientation y="-0.59893"/>
</Entity>
<Entity uid="260">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="498.0493" z="228.79319"/>
<Orientation y="-0.73491"/>
</Entity>
<Entity uid="261">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="499.68928" z="229.80164"/>
<Orientation y="-0.62381"/>
</Entity>
<Entity uid="262">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="500.83832" z="231.30158"/>
<Orientation y="-0.66208"/>
</Entity>
<Entity uid="263">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="502.34125" z="232.71076"/>
<Orientation y="-0.7395"/>
</Entity>
<Entity uid="264">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="503.74711" z="233.92833"/>
<Orientation y="-0.60355"/>
</Entity>
<Entity uid="265">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="505.01401" z="235.59617"/>
<Orientation y="-0.67551"/>
</Entity>
<Entity uid="267">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="483.8177" z="228.72248"/>
<Orientation y="-0.81658"/>
</Entity>
<Entity uid="268">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="482.41654" z="227.35621"/>
<Orientation y="-0.5589"/>
</Entity>
<Entity uid="269">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="481.12357" z="225.99297"/>
<Orientation y="-0.68026"/>
</Entity>
<Entity uid="270">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="479.60102" z="224.63578"/>
<Orientation y="-0.90281"/>
</Entity>
<Entity uid="271">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="478.16843" z="223.28736"/>
<Orientation y="-0.62682"/>
</Entity>
<Entity uid="272">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="476.82337" z="221.9502"/>
<Orientation y="-0.75345"/>
</Entity>
<Entity uid="273">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="475.39042" z="220.15552"/>
<Orientation y="-0.56357"/>
</Entity>
<Entity uid="274">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="485.2215" z="227.19597"/>
<Orientation y="-0.63794"/>
</Entity>
<Entity uid="275">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="486.66453" z="225.99297"/>
<Orientation y="-0.705"/>
</Entity>
<Entity uid="276">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="487.93036" z="224.63578"/>
<Orientation y="-0.70064"/>
</Entity>
<Entity uid="278">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="483.82367" z="225.89045"/>
<Orientation y="-0.59836"/>
</Entity>
<Entity uid="279">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="485.30817" z="224.63578"/>
<Orientation y="-0.72713"/>
</Entity>
<Entity uid="280">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="486.69123" z="222.95922"/>
<Orientation y="-0.76604"/>
</Entity>
<Entity uid="281">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="489.46363" z="223.09943"/>
<Orientation y="-0.42792"/>
</Entity>
<Entity uid="282">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="488.10517" z="221.81516"/>
<Orientation y="-0.62031"/>
</Entity>
<Entity uid="283">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="482.55344" z="224.4885"/>
<Orientation y="-0.63666"/>
</Entity>
<Entity uid="284">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="483.76771" z="223.05262"/>
<Orientation y="-0.45435"/>
</Entity>
<Entity uid="285">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="485.17292" z="221.68073"/>
<Orientation y="-0.58947"/>
</Entity>
<Entity uid="286">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="486.60438" z="220.28322"/>
<Orientation y="-0.78127"/>
</Entity>
<Entity uid="287">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="480.98548" z="222.95922"/>
<Orientation y="-0.71618"/>
</Entity>
<Entity uid="288">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="482.40391" z="221.68073"/>
<Orientation y="-0.6965"/>
</Entity>
<Entity uid="289">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="483.8039" z="220.28322"/>
<Orientation y="-0.55237"/>
</Entity>
<Entity uid="290">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="485.25422" z="218.90842"/>
<Orientation y="-0.85135"/>
</Entity>
<Entity uid="291">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="479.5849" z="221.72547"/>
<Orientation y="-0.71569"/>
</Entity>
<Entity uid="292">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="481.00376" z="220.41147"/>
<Orientation y="-0.6868"/>
</Entity>
<Entity uid="293">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="482.33222" z="218.90842"/>
<Orientation y="-0.72744"/>
</Entity>
<Entity uid="294">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="483.82047" z="217.4415"/>
<Orientation y="-0.74321"/>
</Entity>
<Entity uid="295">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="478.24576" z="219.85972"/>
<Orientation y="-0.59543"/>
</Entity>
<Entity uid="296">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="479.6034" z="218.62504"/>
<Orientation y="-0.69977"/>
</Entity>
<Entity uid="297">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="480.92774" z="217.55764"/>
<Orientation y="-0.67626"/>
</Entity>
<Entity uid="298">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="482.32688" z="216.12124"/>
<Orientation y="-0.63428"/>
</Entity>
<Entity uid="299">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="477.16623" z="218.54458"/>
<Orientation y="-0.7291"/>
</Entity>
<Entity uid="300">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="478.19413" z="217.4415"/>
<Orientation y="-0.63262"/>
</Entity>
<Entity uid="301">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="479.7706" z="216.04767"/>
<Orientation y="-0.62678"/>
</Entity>
<Entity uid="302">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="480.98862" z="214.68665"/>
<Orientation y="-0.78496"/>
</Entity>
<Entity uid="310">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="396.49982" z="274.67545"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="311">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="395.04139" z="273.2681"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="312">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="393.94974" z="271.91578"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="313">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="392.4832" z="270.70264"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="314">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="391.17725" z="269.27686"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="315">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="389.86237" z="267.97669"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="316">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="388.573" z="266.56858"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="317">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="395.13907" z="275.72608"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="318">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="393.1071" z="277.13154"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="319">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="391.72538" z="278.19782"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="320">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="389.55976" z="279.48514"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="321">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="393.35682" z="274.49412"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="322">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="391.53559" z="272.88834"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="323">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="390.68235" z="271.8758"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="324">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="389.4604" z="270.12177"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="325">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="387.99372" z="268.76047"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="326">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="386.75123" z="267.71375"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="327">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="391.62922" z="276.11777"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="328">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="390.05347" z="274.30335"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="329">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="388.72852" z="273.0452"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="330">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="387.36591" z="271.19697"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="331">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="385.9864" z="270.22062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="332">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="384.97965" z="268.99204"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="333">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="389.86118" z="276.86936"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="334">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="388.16752" z="275.27106"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="335">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="387.06644" z="274.02424"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="336">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="385.58054" z="272.74943"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="337">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="384.42682" z="271.44617"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="338">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="383.12616" z="270.47904"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="339">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="387.83887" z="278.29001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="340">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="386.68229" z="276.74646"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="341">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="385.00821" z="275.011"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="342">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="383.90027" z="274.10502"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="343">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="383.19233" z="272.82398"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="344">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>2</Player>
<Position x="381.50913" z="271.93262"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="345">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="379.33176" z="260.36664"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="346">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="377.67841" z="259.02521"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="347">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="376.44736" z="257.70093"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="348">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="375.13059" z="256.35318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="349">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="373.82261" z="254.64023"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="350">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="372.2631" z="252.94047"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="351">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="370.89588" z="251.38495"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="352">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="377.25385" z="262.27637"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="353">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="375.41474" z="263.61338"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="354">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="373.9303" z="265.07816"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="355">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="371.98954" z="266.70987"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="356">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="376.10273" z="260.55143"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="357">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="374.78357" z="259.03422"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="358">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="373.25043" z="257.37018"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="359">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="371.78418" z="256.30008"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="360">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="370.71927" z="255.03957"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="361">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="369.40372" z="253.46131"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="362">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="374.40821" z="262.18091"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="363">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="373.09003" z="260.75477"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="364">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="371.82081" z="258.98337"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="365">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="370.15152" z="257.64536"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="366">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="368.90345" z="256.69297"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="367">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="367.41037" z="255.0071"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="368">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="372.65387" z="263.70652"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="369">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="371.21985" z="262.22101"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="370">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="369.89869" z="260.61133"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="371">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="368.28364" z="259.42841"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="372">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="367.27448" z="258.3382"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="373">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="365.7906" z="257.25705"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="374">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="370.75474" z="265.33231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="375">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="369.10352" z="263.85376"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="376">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="367.80161" z="262.4365"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="377">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="366.46036" z="261.20813"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="378">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="365.19471" z="260.10151"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="379">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="363.68903" z="258.68573"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="380">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="453.77921" z="311.33436"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="381">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="451.80817" z="309.99836"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="382">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="449.88947" z="308.60798"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="383">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="447.8661" z="307.32633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="384">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="445.89506" z="305.99033"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="385">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="443.61292" z="304.53318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="386">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="441.69568" z="303.23365"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="387">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="452.02036" z="313.01163"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="388">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="450.23685" z="314.84217"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="389">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="448.89811" z="316.2316"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="390">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="447.09278" z="318.09681"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="391">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="450.31238" z="311.85395"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="392">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="448.72376" z="310.55485"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="393">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="446.22281" z="309.21497"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="394">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="444.48646" z="307.68274"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="395">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="442.2717" z="306.40381"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="396">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="440.5011" z="305.11484"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="397">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="448.81147" z="313.6633"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="398">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="447.00931" z="312.44178"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="399">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="444.59684" z="310.59318"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="400">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="442.94657" z="309.47461"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="401">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="441.11799" z="308.0211"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="402">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="438.87253" z="306.71314"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="403">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="447.43229" z="315.23804"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="404">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="445.67939" z="314.25489"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="405">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="443.5345" z="312.80103"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="406">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="441.2863" z="311.48151"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="407">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="439.56278" z="310.23163"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="408">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="437.50693" z="308.9198"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="409">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="445.2508" z="316.96573"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="410">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="443.6891" z="315.8289"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="411">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="441.6403" z="314.4402"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="412">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="439.784" z="313.33844"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="413">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="437.84992" z="311.94928"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="414">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>2</Player>
<Position x="435.88212" z="310.8108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="415">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="450.88123" z="196.48415"/>
<Orientation y="-0.6593"/>
</Entity>
<Entity uid="416">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="452.22443" z="194.46711"/>
<Orientation y="-0.6275"/>
</Entity>
<Entity uid="417">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="453.39271" z="192.52318"/>
<Orientation y="-0.5171"/>
</Entity>
<Entity uid="418">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="454.38617" z="190.60662"/>
<Orientation y="-0.64559"/>
</Entity>
<Entity uid="419">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="455.24515" z="188.53315"/>
<Orientation y="-0.75457"/>
</Entity>
<Entity uid="420">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="449.16932" z="195.21796"/>
<Orientation y="-0.38596"/>
</Entity>
<Entity uid="421">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="447.16294" z="194.5018"/>
<Orientation y="-0.49175"/>
</Entity>
<Entity uid="422">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="445.55011" z="193.47995"/>
<Orientation y="-0.48934"/>
</Entity>
<Entity uid="423">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="443.97416" z="192.41663"/>
<Orientation y="-0.50716"/>
</Entity>
<Entity uid="424">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="449.93107" z="193.53489"/>
<Orientation y="-0.30036"/>
</Entity>
<Entity uid="425">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="451.37525" z="191.60294"/>
<Orientation y="-0.48234"/>
</Entity>
<Entity uid="426">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="452.24778" z="189.53975"/>
<Orientation y="-0.29357"/>
</Entity>
<Entity uid="427">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="453.2089" z="187.68322"/>
<Orientation y="-0.34061"/>
</Entity>
<Entity uid="428">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="442.0131" z="191.71515"/>
<Orientation y="-0.8064"/>
</Entity>
<Entity uid="429">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="447.86365" z="192.86869"/>
<Orientation y="-0.22713"/>
</Entity>
<Entity uid="430">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="446.2115" z="191.9572"/>
<Orientation y="-0.14876"/>
</Entity>
<Entity uid="431">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="444.72092" z="191.12934"/>
<Orientation y="-0.19945"/>
</Entity>
<Entity uid="432">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="442.79395" z="190.07615"/>
<Orientation y="-0.6714"/>
</Entity>
<Entity uid="433">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="449.25977" z="191.17536"/>
<Orientation y="-0.63512"/>
</Entity>
<Entity uid="434">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="450.07547" z="189.28385"/>
<Orientation y="-0.29363"/>
</Entity>
<Entity uid="435">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="450.9633" z="187.41352"/>
<Orientation y="-0.53144"/>
</Entity>
<Entity uid="436">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="447.28562" z="190.41684"/>
<Orientation y="-0.5656"/>
</Entity>
<Entity uid="437">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="448.50156" z="188.62485"/>
<Orientation y="-0.67788"/>
</Entity>
<Entity uid="438">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="449.30332" z="186.62067"/>
<Orientation y="-0.21531"/>
</Entity>
<Entity uid="439">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="445.62098" z="189.66225"/>
<Orientation y="-0.49056"/>
</Entity>
<Entity uid="440">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="446.5767" z="188.04287"/>
<Orientation y="-0.29719"/>
</Entity>
<Entity uid="441">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="447.46058" z="185.85254"/>
<Orientation y="-0.5674"/>
</Entity>
<Entity uid="442">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="443.81974" z="188.78452"/>
<Orientation y="-0.39396"/>
</Entity>
<Entity uid="443">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="444.77622" z="186.8273"/>
<Orientation y="-0.37218"/>
</Entity>
<Entity uid="444">
<Template>units/mace_thorakites</Template>
<Player>1</Player>
<Position x="445.75712" z="185.22748"/>
<Orientation y="-0.36638"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/scenarios/road demo.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/scenarios/road demo.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/scenarios/road demo.xml (revision 22818)
@@ -1,811 +1,811 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>default</SkySet>
<SunColor r="1.08585" g="1.04746" b="0.806158"/>
<SunElevation angle="0.469398"/>
<SunRotation angle="0.294524"/>
<TerrainAmbientColor r="0.396078" g="0.47451" b="0.654902"/>
<UnitsAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<Water>
<WaterBody>
<Type>lake</Type>
<Color r="0.294118" g="0.34902" b="0.694118"/>
<Height>5</Height>
<Waviness>4.0</Waviness>
<Murkiness>0.45</Murkiness>
<Tint r="0.27451" g="0.294118" b="0.584314"/>
</WaterBody>
</Water>
</Environment>
<Camera>
<Position x="272.725" y="93.8082" z="204.926"/>
<Rotation angle="0"/>
<Declination angle="0.523599"/>
</Camera>
<ScriptSettings><![CDATA[
{
"CircularMap": true,
"Description": "Demo map showcasing Temperate Road decals.",
"Keywords": [
"demo"
],
"LockTeams": false,
"Name": "Road Decals Demo",
"PlayerData": [
{
"AI": "",
"Civ": "athen"
}
],
"RevealMap": false,
"VictoryConditions": []
}
]]></ScriptSettings>
<Entities>
<Entity uid="11">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="289.9697" z="380.50586"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="12">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="305.16938" z="370.99701"/>
<Orientation y="-0.78632"/>
</Entity>
<Entity uid="13">
<Template>actor|props/special/eyecandy/road_temperate_intersect_T.xml</Template>
<Position x="321.14347" z="380.79706"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="14">
<Template>actor|props/special/eyecandy/road_temperate_intersect_x.xml</Template>
<Position x="274.3107" z="371.6391"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="15">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="293.64112" z="352.09113"/>
<Orientation y="-0.78109"/>
</Entity>
<Entity uid="16">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="328.55497" z="373.32477"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="18">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="340.95933" z="362.17173"/>
<Orientation y="-2.45528"/>
</Entity>
<Entity uid="20">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="329.19034" z="349.45658"/>
<Orientation y="-2.37319"/>
</Entity>
<Entity uid="22">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="314.10798" z="403.9108"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="23">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="300.34568" z="396.75391"/>
<Orientation y="-0.73763"/>
</Entity>
<Entity uid="24">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="282.66617" z="416.10358"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="25">
<Template>actor|props/special/eyecandy/road_temperate_intersect_T.xml</Template>
<Position x="265.25141" z="380.93705"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="26">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="274.68503" z="395.83002"/>
<Orientation y="-2.32981"/>
</Entity>
<Entity uid="29">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="274.6645" z="346.94626"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="30">
<Template>actor|props/special/eyecandy/road_temperate_intersect_x.xml</Template>
<Position x="249.40908" z="371.70481"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="31">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="277.69077" z="336.88477"/>
<Orientation y="-2.35512"/>
</Entity>
<Entity uid="32">
<Template>actor|props/special/eyecandy/road_temperate_intersect_x.xml</Template>
<Position x="329.25782" z="396.03922"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="33">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="340.11323" z="408.16907"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="34">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="341.61948" z="383.04615"/>
<Orientation y="-0.85026"/>
</Entity>
<Entity uid="35">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="352.939" z="394.90967"/>
<Orientation y="-2.3415"/>
</Entity>
<Entity uid="36">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="261.32163" z="408.80231"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="37">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="230.27828" z="391.26233"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="40">
<Template>actor|props/special/eyecandy/road_temperate_intersect_T.xml</Template>
<Position x="269.9574" z="322.5857"/>
<Orientation y="0.81775"/>
</Entity>
<Entity uid="41">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="253.06698" z="325.7548"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="42">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="273.23957" z="304.21686"/>
<Orientation y="-2.34873"/>
</Entity>
<Entity uid="43">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="241.25646" z="313.56809"/>
<Orientation y="0.78837"/>
</Entity>
<Entity uid="44">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="261.07096" z="292.40851"/>
<Orientation y="-0.77863"/>
</Entity>
<Entity uid="46">
<Template>actor|props/special/eyecandy/road_temperate_intersect_T.xml</Template>
<Position x="243.76645" z="296.3985"/>
<Orientation y="-2.3501"/>
</Entity>
<Entity uid="47">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="233.9438" z="362.56122"/>
<Orientation y="-0.82328"/>
</Entity>
<Entity uid="48">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="212.04679" z="376.98322"/>
<Orientation y="-0.79036"/>
</Entity>
<Entity uid="49">
<Template>actor|props/special/eyecandy/road_temperate_intersect_T.xml</Template>
<Position x="265.2317" z="363.10755"/>
<Orientation y="0.79479"/>
</Entity>
<Entity uid="50">
<Template>actor|props/special/eyecandy/road_temperate_end.xml</Template>
<Position x="236.71831" z="289.43042"/>
<Orientation y="0.81162"/>
</Entity>
<Entity uid="51">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="207.94445" z="406.41868"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="52">
<Template>actor|props/special/eyecandy/road_temperate_corner.xml</Template>
<Position x="198.5556" z="397.36683"/>
<Orientation y="0.76615"/>
</Entity>
<Entity uid="53">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="249.63004" z="421.29242"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="54">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="262.68232" z="435.62638"/>
<Orientation y="0.80141"/>
</Entity>
<Entity uid="55">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="275.97962" z="447.17072"/>
<Orientation y="-2.38546"/>
</Entity>
<Entity uid="56">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="237.8261" z="408.06031"/>
<Orientation y="-0.74032"/>
</Entity>
<Entity uid="57">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="264.13312" z="458.9673"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="58">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="225.95852" z="420.81147"/>
<Orientation y="0.80942"/>
</Entity>
<Entity uid="59">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="245.54552" z="439.46479"/>
<Orientation y="-2.37081"/>
</Entity>
<Entity uid="60">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="240.89281" z="353.58063"/>
<Orientation y="0.72864"/>
</Entity>
<Entity uid="61">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="245.2692" z="352.97815"/>
<Orientation y="1.22181"/>
</Entity>
<Entity uid="62">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="291.62183" z="342.12519"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="63">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="247.05381" z="359.08747"/>
<Orientation y="2.36852"/>
</Entity>
<Entity uid="64">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="253.38227" z="356.88773"/>
<Orientation y="0.36016"/>
</Entity>
<Entity uid="65">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="258.21354" z="350.38498"/>
<Orientation y="2.11149"/>
</Entity>
<Entity uid="66">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="255.20801" z="354.20527"/>
<Orientation y="1.50147"/>
</Entity>
<Entity uid="67">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="274.92331" z="358.16498"/>
<Orientation y="1.05336"/>
</Entity>
<Entity uid="68">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="240.69838" z="348.05488"/>
<Orientation y="2.82721"/>
</Entity>
<Entity uid="69">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="293.31562" z="337.92957"/>
<Orientation y="-2.82096"/>
</Entity>
<Entity uid="70">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="290.6644" z="328.96155"/>
<Orientation y="-2.67138"/>
</Entity>
<Entity uid="71">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="288.85743" z="325.77375"/>
<Orientation y="-2.34217"/>
</Entity>
<Entity uid="72">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="284.97361" z="322.06962"/>
<Orientation y="-2.07941"/>
</Entity>
<Entity uid="73">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="281.98545" z="320.29184"/>
<Orientation y="-2.39747"/>
</Entity>
<Entity uid="74">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="277.61237" z="317.9557"/>
<Orientation y="1.69916"/>
</Entity>
<Entity uid="75">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="282.95759" z="314.90027"/>
<Orientation y="0.69414"/>
</Entity>
<Entity uid="76">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="288.91282" z="301.95698"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="77">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="290.54355" z="303.02009"/>
<Orientation y="-2.2981"/>
</Entity>
<Entity uid="78">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="285.72196" z="297.37494"/>
<Orientation y="-2.45606"/>
</Entity>
<Entity uid="79">
<Template>actor|props/flora/grass_soft_large_tall.xml</Template>
<Position x="281.44632" z="293.10547"/>
<Orientation y="2.65564"/>
</Entity>
<Entity uid="80">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="240.12511" z="278.63392"/>
<Orientation y="0.31814"/>
</Entity>
<Entity uid="81">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="241.46373" z="282.00574"/>
<Orientation y="1.26394"/>
</Entity>
<Entity uid="82">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="244.66457" z="284.49119"/>
<Orientation y="0.75451"/>
</Entity>
<Entity uid="83">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="247.17293" z="286.8209"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="84">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="248.74383" z="288.01185"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="85">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="250.64144" z="283.80542"/>
<Orientation y="2.64443"/>
</Entity>
<Entity uid="86">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="253.22272" z="279.92157"/>
<Orientation y="1.98363"/>
</Entity>
<Entity uid="87">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="257.2638" z="278.84702"/>
<Orientation y="2.37317"/>
</Entity>
<Entity uid="88">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="259.4788" z="277.26325"/>
<Orientation y="2.03379"/>
</Entity>
<Entity uid="89">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="264.98572" z="277.26328"/>
<Orientation y="1.09264"/>
</Entity>
<Entity uid="90">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="267.65476" z="280.68287"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="91">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="273.21128" z="284.49115"/>
<Orientation y="1.18435"/>
</Entity>
<Entity uid="92">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="277.4286" z="287.05768"/>
<Orientation y="1.8435"/>
</Entity>
<Entity uid="93">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="280.5705" z="287.29514"/>
<Orientation y="-2.9764"/>
</Entity>
<Entity uid="94">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="272.51841" z="284.37644"/>
<Orientation y="-1.54159"/>
</Entity>
<Entity uid="95">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="267.97806" z="277.36783"/>
<Orientation y="-2.4155"/>
</Entity>
<Entity uid="96">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="263.2334" z="271.43845"/>
<Orientation y="2.83715"/>
</Entity>
<Entity uid="97">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="265.03873" z="266.3177"/>
<Orientation y="-2.26178"/>
</Entity>
<Entity uid="98">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="255.87974" z="266.94916"/>
<Orientation y="-1.00618"/>
</Entity>
<Entity uid="99">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="252.40027" z="270.57486"/>
<Orientation y="-0.77758"/>
</Entity>
<Entity uid="100">
<Template>actor|props/flora/grass_soft_small_tall.xml</Template>
<Position x="248.26304" z="273.99268"/>
<Orientation y="0.51355"/>
</Entity>
<Entity uid="116">
<Template>units/pers_champion_cavalry</Template>
<Player>1</Player>
<Position x="339.81162" z="395.43107"/>
<Orientation y="-2.06785"/>
</Entity>
<Entity uid="117">
<Template>units/samnite_swordsman</Template>
<Player>1</Player>
<Position x="265.6095" z="454.75062"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="118">
<Template>units/samnite_swordsman</Template>
<Player>1</Player>
<Position x="229.18389" z="419.7982"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="119">
<Template>units/samnite_spearman</Template>
<Player>1</Player>
<Position x="261.85038" z="357.72773"/>
<Orientation y="3.00101"/>
</Entity>
<Entity uid="120">
<Template>units/samnite_skirmisher</Template>
<Player>1</Player>
<Position x="290.06244" z="388.20191"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="121">
<Template>units/samnite_skirmisher</Template>
<Player>1</Player>
<Position x="265.01532" z="318.52472"/>
<Orientation y="0.95902"/>
</Entity>
<Entity uid="122">
<Template>units/samnite_swordsman</Template>
<Player>1</Player>
<Position x="233.70633" z="354.96851"/>
<Orientation y="0.92191"/>
</Entity>
<Entity uid="124">
<Template>units/thebes_sacred_band_hoplitai</Template>
<Player>1</Player>
<Position x="313.64203" z="410.87317"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="125">
<Template>units/thespian_melanochitones</Template>
<Player>1</Player>
<Position x="338.04148" z="358.0724"/>
<Orientation y="-2.9967"/>
</Entity>
<Entity uid="126">
<Template>units/merc_black_cloak</Template>
<Player>1</Player>
<Position x="208.62958" z="413.60084"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="127">
<Template>units/gaul_champion_fanatic</Template>
<Player>1</Player>
<Position x="282.82361" z="337.56321"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="130">
<Template>units/pers_champion_elephant</Template>
<Player>1</Player>
<Position x="235.01026" z="313.00052"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="131">
<Template>units/pers_champion_infantry</Template>
<Player>1</Player>
<Position x="261.49714" z="287.48682"/>
<Orientation y="0.67197"/>
</Entity>
<Entity uid="132">
- <Template>units/rome_legionnaire_marian</Template>
+ <Template>units/rome_champion_infantry_swordsman_02</Template>
<Player>1</Player>
<Position x="279.4455" z="303.71247"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="133">
<Template>units/rome_champion_cavalry</Template>
<Player>1</Player>
<Position x="253.3309" z="333.6291"/>
<Orientation y="-2.39867"/>
</Entity>
<Entity uid="134">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>1</Player>
<Position x="273.86548" z="372.10001"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="135">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>1</Player>
<Position x="191.44065" z="396.62958"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="136">
<Template>units/rome_champion_infantry</Template>
<Player>1</Player>
<Position x="305.20514" z="373.64271"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="137">
<Template>actor|props/special/eyecandy/road_temperate_intersect_T.xml</Template>
<Position x="317.00562" z="336.47504"/>
<Orientation y="0.74463"/>
</Entity>
<Entity uid="138">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="332.65754" z="313.79621"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="139">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="360.91556" z="290.16196"/>
<Orientation y="2.18102"/>
</Entity>
<Entity uid="140">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="381.6363" z="273.77118"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="141">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="392.25318" z="261.00202"/>
<Orientation y="2.52723"/>
</Entity>
<Entity uid="142">
<Template>actor|props/special/eyecandy/road_temperate_curve_small.xml</Template>
<Position x="402.41202" z="248.12237"/>
<Orientation y="-2.22666"/>
</Entity>
<Entity uid="143">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="390.29261" z="229.45868"/>
<Orientation y="-2.75512"/>
</Entity>
<Entity uid="144">
<Template>actor|props/special/eyecandy/road_temperate_short.xml</Template>
<Position x="381.68052" z="204.30529"/>
<Orientation y="-2.92334"/>
</Entity>
<Entity uid="145">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="314.72355" z="357.07303"/>
<Orientation y="0.39925"/>
</Entity>
<Entity uid="146">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="322.05408" z="299.86808"/>
<Orientation y="1.57081"/>
</Entity>
<Entity uid="147">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="333.28718" z="290.31702"/>
<Orientation y="2.27244"/>
</Entity>
<Entity uid="148">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="343.71418" z="275.71409"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="149">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="356.61381" z="268.6118"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="150">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="364.07032" z="264.2031"/>
<Orientation y="2.43094"/>
</Entity>
<Entity uid="151">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="371.70017" z="255.38059"/>
<Orientation y="2.17896"/>
</Entity>
<Entity uid="152">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="384.3075" z="249.15629"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="153">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="345.34177" z="326.27106"/>
<Orientation y="2.36916"/>
</Entity>
<Entity uid="154">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="365.73429" z="296.79813"/>
<Orientation y="2.1734"/>
</Entity>
<Entity uid="155">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="377.15683" z="294.37824"/>
<Orientation y="2.34113"/>
</Entity>
<Entity uid="156">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="386.84144" z="288.44098"/>
<Orientation y="2.30184"/>
</Entity>
<Entity uid="157">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="398.34406" z="278.0127"/>
<Orientation y="2.67353"/>
</Entity>
<Entity uid="158">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="405.2975" z="261.54352"/>
<Orientation y="2.93471"/>
</Entity>
<Entity uid="159">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="409.32734" z="239.9452"/>
<Orientation y="-3.13326"/>
</Entity>
<Entity uid="160">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="408.47593" z="230.46857"/>
<Orientation y="-2.46746"/>
</Entity>
<Entity uid="161">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="402.82084" z="219.9484"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="162">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="397.49177" z="210.38003"/>
<Orientation y="-2.88073"/>
</Entity>
<Entity uid="163">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="393.21949" z="195.67476"/>
<Orientation y="2.96995"/>
</Entity>
<Entity uid="164">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="395.41364" z="186.25062"/>
<Orientation y="3.04822"/>
</Entity>
<Entity uid="165">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="366.66752" z="193.25255"/>
<Orientation y="0.16047"/>
</Entity>
<Entity uid="166">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="368.76337" z="208.59922"/>
<Orientation y="0.21903"/>
</Entity>
<Entity uid="167">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="371.49634" z="216.94681"/>
<Orientation y="0.5733"/>
</Entity>
<Entity uid="168">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="376.54499" z="225.33558"/>
<Orientation y="0.582"/>
</Entity>
<Entity uid="169">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="314.75019" z="300.77112"/>
<Orientation y="-0.7905"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="304.94156" z="311.75293"/>
<Orientation y="-0.90629"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="293.75391" z="321.19391"/>
<Orientation y="2.35621"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="335.79871" z="327.95325"/>
<Orientation y="0.78274"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="179.92487" z="397.02961"/>
<Orientation y="0.55022"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="184.50957" z="404.73487"/>
<Orientation y="0.79139"/>
</Entity>
<Entity uid="175">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="190.47205" z="410.80408"/>
<Orientation y="0.60184"/>
</Entity>
<Entity uid="176">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="196.42736" z="418.25098"/>
<Orientation y="0.92507"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="200.63566" z="423.66117"/>
<Orientation y="0.88242"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_tree_euro_beech</Template>
<Player>0</Player>
<Position x="205.92988" z="429.08436"/>
<Orientation y="0.53133"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/skirmishes/Egypt (3v3).xml
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/skirmishes/Egypt (3v3).xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/skirmishes/Egypt (3v3).xml (revision 22818)
@@ -1,114469 +1,114469 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scenario version="6">
<Environment>
<SkySet>sunny</SkySet>
<SunColor r="0.811765" g="0.784314" b="0.592157"/>
<SunElevation angle="0.785398"/>
<SunRotation angle="-0.404971"/>
<TerrainAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<UnitsAmbientColor r="0.501961" g="0.501961" b="0.501961"/>
<Fog>
<FogFactor>0.000585937</FogFactor>
<FogThickness>0.490234</FogThickness>
<FogColor r="0.8" g="0.8" b="0.8"/>
</Fog>
<Water>
<WaterBody>
<Type>ocean</Type>
<Color r="0.337255" g="0.392157" b="0.454902"/>
<Tint r="0.576471" g="0.576471" b="0.419608"/>
<Height>19.9</Height>
<Waviness>1.5625</Waviness>
<Murkiness>0.582031</Murkiness>
<WindAngle>1.92054</WindAngle>
</WaterBody>
</Water>
<Postproc>
<Brightness>0</Brightness>
<Contrast>1</Contrast>
<Saturation>1</Saturation>
<Bloom>0.2</Bloom>
<PostEffect>default</PostEffect>
</Postproc>
</Environment>
<Camera>
<Position x="1332.67" y="1092.66" z="-607.748"/>
<Rotation angle="-0.173298"/>
<Declination angle="0.702767"/>
</Camera>
<ScriptSettings><![CDATA[
{
"CircularMap": true,
"Keywords": [],
"LockTeams": true,
"Name": "Egypt (3v3)",
"Description": "Fight for the remains of ancient Egypt!\n\nPlayers start with full grown cities and small armies, each having distinct advantages and drawbacks. Take care, there are 7 mighty forts and marauding bandids!\n\nIt is the last century before 0 A.D. Egypt is internally divided between hellenistic (Alexandria, represented by Seleucids) and traditional influences (Memphis, represented by Ptolemies). Thebes in the southern clime of river Nile has already been taken over by the Kush. In the north western Al-Dschabal al-Achdar, where the mediterranean city of Cyrene is located the Romans are preparing their invasion. From the eastern desert at-Tih and mount Sinai enemies (represented by Persians) are pushing forward and the oasis Siwa. Charga (represented by Carthage) in the south western desert are trying to get a share of the pie as well.\nLocations:\n- Alexandria: library, harbor\n- Memphis: Necropolis, pyramids, Apis shrine\n- Thebes: temple district, Valley of the Kings \n- Cyrene: mediterranean Macchie, olive groves\n- Fayyum: crocodile shrine, nile dam\n- Eastern desert: mount Sinai, deep Wadi, Red Sea reefs\n- Western desert: Oasis Charga and Siwa, Qattara Depression\n",
"PlayerData": [
null,
{
"AI": "petra",
"Civ": "sele",
"Color": {
"b": 98,
"g": 44,
"r": 0
},
"Name": "Alexandria",
"StartingCamera": {
"Position": {
"x": 797.781,
"y": 26.8894,
"z": 1738.21
},
"Rotation": {
"x": -144.999,
"y": 76.088,
"z": -179.999
}
},
"Team": 0
},
{
"AI": "petra",
"Civ": "kush",
"Color": {
"b": 16,
"g": 40,
"r": 80
},
"Name": "Theben",
"Team": 0
},
{
"AI": "petra",
"Civ": "cart",
"Color": {
"b": 128,
"g": 0,
"r": 128
},
"Name": "Siwa",
"Team": 1
},
{
"AI": "petra",
"Civ": "pers",
"Color": {
"b": 5,
"g": 200,
"r": 231
},
"Name": "Sinai",
"Team": 1
},
{
"AI": "petra",
"Civ": "ptol",
"Color": {
"b": 170,
"g": 162,
"r": 0
},
"Name": "Memphis",
"Team": 0
},
{
"AI": "petra",
"Civ": "rome",
"Color": {
"b": 0,
"g": 0,
"r": 151
},
"Name": "Cyrene",
"Team": 1
}
],
"Preview": "egypt.png",
"VictoryConditions": [
"conquest"
]
}
]]></ScriptSettings>
<Entities>
<Entity uid="160">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1505.59864" z="462.08347"/>
<Orientation y="-4.72078"/>
</Entity>
<Entity uid="161">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1504.46167" z="465.52192"/>
<Orientation y="-1.90844"/>
</Entity>
<Entity uid="162">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1505.47425" z="465.77634"/>
<Orientation y="-3.01923"/>
</Entity>
<Entity uid="163">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1497.23853" z="452.92511"/>
<Orientation y="-5.22544"/>
</Entity>
<Entity uid="164">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1499.58277" z="445.36435"/>
<Orientation y="-0.45008"/>
</Entity>
<Entity uid="165">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1505.2776" z="457.95063"/>
<Orientation y="-4.6443"/>
</Entity>
<Entity uid="166">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1503.95752" z="451.8282"/>
<Orientation y="-1.90114"/>
</Entity>
<Entity uid="167">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1505.26038" z="453.93378"/>
<Orientation y="-5.4116"/>
</Entity>
<Entity uid="168">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1505.84559" z="453.20157"/>
<Orientation y="-2.8804"/>
</Entity>
<Entity uid="169">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1506.30457" z="453.29215"/>
<Orientation y="-0.14382"/>
</Entity>
<Entity uid="170">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1485.61146" z="559.36634"/>
<Orientation y="-0.83902"/>
</Entity>
<Entity uid="171">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1475.67505" z="553.33997"/>
<Orientation y="-4.19004"/>
</Entity>
<Entity uid="172">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1480.49756" z="556.09614"/>
<Orientation y="1.0629"/>
</Entity>
<Entity uid="173">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1482.27198" z="559.50654"/>
<Orientation y="-2.16837"/>
</Entity>
<Entity uid="174">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1488.24183" z="563.68726"/>
<Orientation y="1.47606"/>
</Entity>
<Entity uid="175">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="569.81183" z="592.68531"/>
<Orientation y="1.02793"/>
</Entity>
<Entity uid="176">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="301.90604" z="893.16926"/>
<Orientation y="-0.65941"/>
</Entity>
<Entity uid="177">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1401.57532" z="569.38373"/>
<Orientation y="0.87496"/>
</Entity>
<Entity uid="178">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1386.53687" z="528.3376"/>
<Orientation y="4.90841"/>
</Entity>
<Entity uid="179">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1450.44349" z="581.51294"/>
<Orientation y="-0.32317"/>
</Entity>
<Entity uid="180">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1392.04566" z="496.35932"/>
<Orientation y="2.74958"/>
</Entity>
<Entity uid="181">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1416.85572" z="489.32947"/>
<Orientation y="4.29442"/>
</Entity>
<Entity uid="183">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1381.99354" z="499.33347"/>
<Orientation y="2.5152"/>
</Entity>
<Entity uid="184">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.08167" z="590.9563"/>
<Orientation y="0.405"/>
</Entity>
<Entity uid="185">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1447.9496" z="579.98487"/>
<Orientation y="-1.73864"/>
</Entity>
<Entity uid="186">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.24183" z="587.36561"/>
<Orientation y="-3.70571"/>
</Entity>
<Entity uid="187">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1397.43104" z="504.09763"/>
<Orientation y="5.87107"/>
</Entity>
<Entity uid="190">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1362.8407" z="488.03345"/>
<Orientation y="3.91549"/>
</Entity>
<Entity uid="192">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1397.91663" z="497.07987"/>
<Orientation y="0.87461"/>
</Entity>
<Entity uid="193">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1378.68384" z="493.70069"/>
<Orientation y="-1.51429"/>
</Entity>
<Entity uid="194">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1363.9773" z="481.1106"/>
<Orientation y="5.37005"/>
</Entity>
<Entity uid="195">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1384.3036" z="493.96308"/>
<Orientation y="5.15456"/>
</Entity>
<Entity uid="196">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="585.33191" z="757.39557"/>
<Orientation y="-3.41503"/>
</Entity>
<Entity uid="197">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="569.66901" z="571.71631"/>
<Orientation y="1.36023"/>
</Entity>
<Entity uid="198">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="584.88642" z="754.38544"/>
<Orientation y="-3.58667"/>
</Entity>
<Entity uid="199">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="542.42627" z="776.2118"/>
<Orientation y="1.88894"/>
</Entity>
<Entity uid="200">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="543.78834" z="776.90589"/>
<Orientation y="1.83262"/>
</Entity>
<Entity uid="201">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="541.53504" z="778.74036"/>
<Orientation y="1.71132"/>
</Entity>
<Entity uid="202">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="544.21064" z="779.86951"/>
<Orientation y="1.86001"/>
</Entity>
<Entity uid="203">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="586.45405" z="754.3238"/>
<Orientation y="-2.55097"/>
</Entity>
<Entity uid="204">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="547.05732" z="781.92884"/>
<Orientation y="1.56943"/>
</Entity>
<Entity uid="205">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="585.9679" z="756.66517"/>
<Orientation y="1.20917"/>
</Entity>
<Entity uid="206">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="709.03223" z="607.5221"/>
<Orientation y="1.26581"/>
</Entity>
<Entity uid="207">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="559.00959" z="567.24317"/>
<Orientation y="1.2494"/>
</Entity>
<Entity uid="208">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="569.11341" z="759.6504"/>
<Orientation y="-3.30175"/>
</Entity>
<Entity uid="209">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="553.36658" z="569.33167"/>
<Orientation y="1.69463"/>
</Entity>
<Entity uid="210">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="570.24512" z="758.55903"/>
<Orientation y="-3.6696"/>
</Entity>
<Entity uid="211">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="532.28211" z="596.41041"/>
<Orientation y="1.23026"/>
</Entity>
<Entity uid="212">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="713.38483" z="606.12958"/>
<Orientation y="1.44803"/>
</Entity>
<Entity uid="213">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="713.86866" z="606.90192"/>
<Orientation y="1.40784"/>
</Entity>
<Entity uid="214">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="577.43085" z="758.35682"/>
<Orientation y="1.23675"/>
</Entity>
<Entity uid="215">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="576.99561" z="760.36774"/>
<Orientation y="1.958"/>
</Entity>
<Entity uid="216">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="573.4369" z="761.78272"/>
<Orientation y="1.65996"/>
</Entity>
<Entity uid="217">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="530.40677" z="599.1454"/>
<Orientation y="1.35985"/>
</Entity>
<Entity uid="218">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="528.7811" z="604.03885"/>
<Orientation y="1.19806"/>
</Entity>
<Entity uid="219">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="533.18473" z="604.16895"/>
<Orientation y="1.50423"/>
</Entity>
<Entity uid="220">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="526.71341" z="603.14995"/>
<Orientation y="1.32354"/>
</Entity>
<Entity uid="231">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="959.99915" z="157.21833"/>
<Orientation y="-1.34147"/>
</Entity>
<Entity uid="232">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="962.9225" z="160.90241"/>
<Orientation y="-2.97608"/>
</Entity>
<Entity uid="233">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="969.94312" z="166.56278"/>
<Orientation y="-4.58065"/>
</Entity>
<Entity uid="234">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="961.32264" z="159.35535"/>
<Orientation y="0.00817"/>
</Entity>
<Entity uid="235">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="964.82825" z="161.98676"/>
<Orientation y="-3.36084"/>
</Entity>
<Entity uid="236">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="959.95374" z="161.93598"/>
<Orientation y="0.2186"/>
</Entity>
<Entity uid="237">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="961.1454" z="162.14689"/>
<Orientation y="-4.44933"/>
</Entity>
<Entity uid="238">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="960.93958" z="160.19962"/>
<Orientation y="-1.36037"/>
</Entity>
<Entity uid="239">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="960.58167" z="161.74012"/>
<Orientation y="-3.66192"/>
</Entity>
<Entity uid="240">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="958.85901" z="156.60901"/>
<Orientation y="-2.59397"/>
</Entity>
<Entity uid="241">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="969.56482" z="148.03638"/>
<Orientation y="-2.47866"/>
</Entity>
<Entity uid="242">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="968.4148" z="154.15525"/>
<Orientation y="-0.8848"/>
</Entity>
<Entity uid="243">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="963.68842" z="152.50611"/>
<Orientation y="-4.40546"/>
</Entity>
<Entity uid="244">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="973.0558" z="151.83188"/>
<Orientation y="0.60207"/>
</Entity>
<Entity uid="245">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="975.71515" z="147.80414"/>
<Orientation y="-1.7344"/>
</Entity>
<Entity uid="246">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1046.55921" z="298.50647"/>
<Orientation y="3.33368"/>
</Entity>
<Entity uid="248">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.55408" z="45.35772"/>
<Orientation y="-0.29238"/>
</Entity>
<Entity uid="249">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="957.2671" z="135.87894"/>
<Orientation y="0.31568"/>
</Entity>
<Entity uid="250">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.08509" z="49.8507"/>
<Orientation y="0.84237"/>
</Entity>
<Entity uid="251">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="924.50641" z="51.87401"/>
<Orientation y="-2.80051"/>
</Entity>
<Entity uid="252">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="932.04737" z="42.88102"/>
<Orientation y="-0.13271"/>
</Entity>
<Entity uid="253">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="929.34687" z="37.99535"/>
<Orientation y="-4.36406"/>
</Entity>
<Entity uid="254">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="932.10792" z="120.26207"/>
<Orientation y="-4.26435"/>
</Entity>
<Entity uid="255">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="936.72907" z="125.80686"/>
<Orientation y="-3.03142"/>
</Entity>
<Entity uid="256">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="924.96033" z="49.55178"/>
<Orientation y="-1.59871"/>
</Entity>
<Entity uid="257">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="923.54133" z="57.76381"/>
<Orientation y="-4.40514"/>
</Entity>
<Entity uid="258">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.20276" z="49.20681"/>
<Orientation y="1.12969"/>
</Entity>
<Entity uid="259">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="926.97309" z="50.18358"/>
<Orientation y="1.13321"/>
</Entity>
<Entity uid="260">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="939.68537" z="125.17028"/>
<Orientation y="0.88111"/>
</Entity>
<Entity uid="261">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="945.85938" z="137.13666"/>
<Orientation y="-0.36286"/>
</Entity>
<Entity uid="262">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="919.2829" z="59.99288"/>
<Orientation y="-2.03887"/>
</Entity>
<Entity uid="263">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="918.94617" z="124.71543"/>
<Orientation y="-1.97245"/>
</Entity>
<Entity uid="264">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="937.62684" z="40.25033"/>
<Orientation y="-2.22956"/>
</Entity>
<Entity uid="265">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="942.5304" z="129.36667"/>
<Orientation y="-4.23446"/>
</Entity>
<Entity uid="266">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="920.44495" z="184.64472"/>
<Orientation y="-0.95807"/>
</Entity>
<Entity uid="267">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1010.64234" z="378.02582"/>
<Orientation y="1.82769"/>
</Entity>
<Entity uid="268">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1013.797" z="376.93494"/>
<Orientation y="1.7676"/>
</Entity>
<Entity uid="269">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1012.69135" z="377.8899"/>
<Orientation y="1.50794"/>
</Entity>
<Entity uid="270">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1049.5121" z="382.18073"/>
<Orientation y="2.86931"/>
</Entity>
<Entity uid="271">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1045.9712" z="383.21128"/>
<Orientation y="2.90795"/>
</Entity>
<Entity uid="272">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1048.77637" z="383.00611"/>
<Orientation y="2.76243"/>
</Entity>
<Entity uid="273">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1011.56476" z="384.7074"/>
<Orientation y="1.60093"/>
</Entity>
<Entity uid="274">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1013.30884" z="383.98447"/>
<Orientation y="1.32631"/>
</Entity>
<Entity uid="275">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="962.18018" z="423.14106"/>
<Orientation y="3.9417"/>
</Entity>
<Entity uid="276">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="961.8335" z="426.06464"/>
<Orientation y="3.56243"/>
</Entity>
<Entity uid="277">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="966.19275" z="422.57749"/>
<Orientation y="3.99115"/>
</Entity>
<Entity uid="278">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1088.91626" z="405.94303"/>
<Orientation y="1.29157"/>
</Entity>
<Entity uid="279">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1089.56897" z="406.93561"/>
<Orientation y="1.0516"/>
</Entity>
<Entity uid="280">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1088.594" z="407.04633"/>
<Orientation y="0.7338"/>
</Entity>
<Entity uid="281">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1082.45508" z="396.91745"/>
<Orientation y="1.04256"/>
</Entity>
<Entity uid="282">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1082.75379" z="395.25245"/>
<Orientation y="1.06778"/>
</Entity>
<Entity uid="283">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="968.12635" z="411.60157"/>
<Orientation y="3.82061"/>
</Entity>
<Entity uid="284">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="968.44397" z="410.93458"/>
<Orientation y="3.9929"/>
</Entity>
<Entity uid="285">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="993.42811" z="456.14313"/>
<Orientation y="-0.2902"/>
</Entity>
<Entity uid="286">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="992.68512" z="458.70264"/>
<Orientation y="-0.54703"/>
</Entity>
<Entity uid="287">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="994.8487" z="460.62678"/>
<Orientation y="-0.23888"/>
</Entity>
<Entity uid="297">
<Template>units/rome_cavalry_spearman_b</Template>
<Player>0</Player>
<Position x="1833.50757" z="893.91828"/>
<Orientation y="-0.78541"/>
</Entity>
<Entity uid="298">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1937.49854" z="752.72907"/>
<Orientation y="-0.61191"/>
</Entity>
<Entity uid="299">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1930.26417" z="758.00709"/>
<Orientation y="-1.1784"/>
</Entity>
<Entity uid="300">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1934.03016" z="756.41651"/>
<Orientation y="-0.80925"/>
</Entity>
<Entity uid="301">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1933.24134" z="759.45105"/>
<Orientation y="-2.052"/>
</Entity>
<Entity uid="302">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1928.70655" z="754.97962"/>
<Orientation y="-3.73626"/>
</Entity>
<Entity uid="303">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1932.43934" z="767.2298"/>
<Orientation y="-4.11522"/>
</Entity>
<Entity uid="304">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1933.86792" z="763.26728"/>
<Orientation y="-3.3824"/>
</Entity>
<Entity uid="305">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1936.4917" z="763.41315"/>
<Orientation y="-0.61562"/>
</Entity>
<Entity uid="306">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1939.68946" z="756.08625"/>
<Orientation y="-0.87842"/>
</Entity>
<Entity uid="307">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1939.6172" z="765.9336"/>
<Orientation y="-2.05279"/>
</Entity>
<Entity uid="308">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1907.62671" z="765.63318"/>
<Orientation y="-1.40947"/>
</Entity>
<Entity uid="309">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1899.19446" z="777.31385"/>
<Orientation y="-3.41854"/>
</Entity>
<Entity uid="310">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1899.72352" z="766.51996"/>
<Orientation y="-0.39592"/>
</Entity>
<Entity uid="311">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1897.88941" z="771.43165"/>
<Orientation y="-3.2594"/>
</Entity>
<Entity uid="312">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1901.42103" z="762.23133"/>
<Orientation y="-3.69648"/>
</Entity>
<Entity uid="313">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1717.02833" z="386.3736"/>
<Orientation y="-1.75239"/>
</Entity>
<Entity uid="314">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1529.15516" z="285.91068"/>
<Orientation y="-7.37763"/>
</Entity>
<Entity uid="318">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1473.47291" z="555.33094"/>
<Orientation y="1.50199"/>
</Entity>
<Entity uid="319">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1476.04282" z="558.43137"/>
<Orientation y="1.40624"/>
</Entity>
<Entity uid="320">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1520.56934" z="579.49903"/>
<Orientation y="1.42376"/>
</Entity>
<Entity uid="321">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1519.83204" z="578.1969"/>
<Orientation y="1.28283"/>
</Entity>
<Entity uid="322">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1557.02308" z="601.19031"/>
<Orientation y="1.30074"/>
</Entity>
<Entity uid="323">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1555.54786" z="598.82837"/>
<Orientation y="1.6142"/>
</Entity>
<Entity uid="324">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1599.15162" z="596.16364"/>
<Orientation y="1.43412"/>
</Entity>
<Entity uid="325">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1658.01783" z="526.63636"/>
<Orientation y="1.45134"/>
</Entity>
<Entity uid="326">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1447.76746" z="547.04389"/>
<Orientation y="1.7458"/>
</Entity>
<Entity uid="327">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1456.99805" z="544.81867"/>
<Orientation y="1.59919"/>
</Entity>
<Entity uid="328">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1451.05665" z="550.12006"/>
<Orientation y="1.63787"/>
</Entity>
<Entity uid="329">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1452.3047" z="544.6861"/>
<Orientation y="1.41115"/>
</Entity>
<Entity uid="330">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1452.07276" z="545.11738"/>
<Orientation y="1.86225"/>
</Entity>
<Entity uid="331">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1317.72632" z="1009.57581"/>
<Orientation y="-3.54609"/>
</Entity>
<Entity uid="332">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1577.17225" z="302.73041"/>
<Orientation y="1.24273"/>
</Entity>
<Entity uid="333">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1396.594" z="505.72623"/>
<Orientation y="6.0629"/>
</Entity>
<Entity uid="334">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1394.00562" z="508.36747"/>
<Orientation y="6.16541"/>
</Entity>
<Entity uid="335">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1394.26233" z="504.89255"/>
<Orientation y="6.27846"/>
</Entity>
<Entity uid="336">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1424.58155" z="517.53577"/>
<Orientation y="1.73067"/>
</Entity>
<Entity uid="337">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1432.60523" z="484.47577"/>
<Orientation y="1.58873"/>
</Entity>
<Entity uid="338">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1425.18213" z="516.99128"/>
<Orientation y="1.90015"/>
</Entity>
<Entity uid="373">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1715.85901" z="1675.96961"/>
<Orientation y="-0.46232"/>
</Entity>
<Entity uid="374">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1715.20362" z="1677.46668"/>
<Orientation y="-0.76694"/>
</Entity>
<Entity uid="375">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1721.54078" z="1670.9408"/>
<Orientation y="-0.76597"/>
</Entity>
<Entity uid="376">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1719.92432" z="1669.33436"/>
<Orientation y="-1.23281"/>
</Entity>
<Entity uid="377">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1719.39673" z="1674.99769"/>
<Orientation y="-0.36963"/>
</Entity>
<Entity uid="378">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1938.25355" z="762.54157"/>
<Orientation y="-0.49157"/>
</Entity>
<Entity uid="379">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1927.0033" z="769.80073"/>
<Orientation y="-1.93511"/>
</Entity>
<Entity uid="380">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1938.83252" z="763.51716"/>
<Orientation y="-4.02205"/>
</Entity>
<Entity uid="381">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1932.58252" z="767.23597"/>
<Orientation y="-2.07197"/>
</Entity>
<Entity uid="382">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1938.35828" z="760.81757"/>
<Orientation y="-2.7122"/>
</Entity>
<Entity uid="383">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1814.59498" z="1542.28748"/>
<Orientation y="-1.91753"/>
</Entity>
<Entity uid="385">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1742.68506" z="1654.68091"/>
<Orientation y="-3.27018"/>
</Entity>
<Entity uid="386">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1749.81495" z="1647.02845"/>
<Orientation y="-2.10857"/>
</Entity>
<Entity uid="387">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1745.48633" z="1640.60242"/>
<Orientation y="-2.87331"/>
</Entity>
<Entity uid="389">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1877.73182" z="1252.69642"/>
<Orientation y="6.4997"/>
</Entity>
<Entity uid="390">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1805.87623" z="980.10627"/>
<Orientation y="-7.62551"/>
</Entity>
<Entity uid="402">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1522.62183" z="948.95374"/>
<Orientation y="-6.92296"/>
</Entity>
<Entity uid="407">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1856.53992" z="973.11811"/>
<Orientation y="-7.95626"/>
</Entity>
<Entity uid="409">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1845.51197" z="964.27582"/>
<Orientation y="1.63033"/>
</Entity>
<Entity uid="410">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1840.60657" z="962.4394"/>
<Orientation y="1.67074"/>
</Entity>
<Entity uid="411">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1832.7024" z="957.36707"/>
<Orientation y="1.82247"/>
</Entity>
<Entity uid="412">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1751.07718" z="954.95173"/>
<Orientation y="1.82903"/>
</Entity>
<Entity uid="413">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1672.76427" z="1065.40609"/>
<Orientation y="1.23493"/>
</Entity>
<Entity uid="414">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1675.79894" z="1066.74868"/>
<Orientation y="1.89396"/>
</Entity>
<Entity uid="415">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1675.0381" z="1068.1921"/>
<Orientation y="1.35683"/>
</Entity>
<Entity uid="416">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1848.86976" z="966.62262"/>
<Orientation y="1.66245"/>
</Entity>
<Entity uid="417">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1696.36651" z="1060.95199"/>
<Orientation y="1.89759"/>
</Entity>
<Entity uid="418">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1808.33814" z="985.01801"/>
<Orientation y="1.92833"/>
</Entity>
<Entity uid="419">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1694.11797" z="1056.44388"/>
<Orientation y="1.48957"/>
</Entity>
<Entity uid="420">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1794.60865" z="937.20667"/>
<Orientation y="1.29647"/>
</Entity>
<Entity uid="421">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1728.73288" z="1096.05724"/>
<Orientation y="1.70594"/>
</Entity>
<Entity uid="422">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1730.92582" z="1095.43766"/>
<Orientation y="1.93458"/>
</Entity>
<Entity uid="423">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1727.8796" z="1097.20112"/>
<Orientation y="1.7329"/>
</Entity>
<Entity uid="424">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1730.52753" z="1100.74202"/>
<Orientation y="1.18033"/>
</Entity>
<Entity uid="425">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1813.76185" z="977.95643"/>
<Orientation y="1.24865"/>
</Entity>
<Entity uid="426">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1810.74842" z="982.48694"/>
<Orientation y="1.32045"/>
</Entity>
<Entity uid="427">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1817.89808" z="971.08271"/>
<Orientation y="1.89055"/>
</Entity>
<Entity uid="428">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1770.67457" z="975.86854"/>
<Orientation y="1.3227"/>
</Entity>
<Entity uid="429">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1793.25086" z="967.89551"/>
<Orientation y="1.77848"/>
</Entity>
<Entity uid="430">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1769.55665" z="980.07624"/>
<Orientation y="1.73922"/>
</Entity>
<Entity uid="431">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1837.69825" z="959.53077"/>
<Orientation y="1.77254"/>
</Entity>
<Entity uid="432">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1771.69813" z="936.89338"/>
<Orientation y="1.59641"/>
</Entity>
<Entity uid="433">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1710.03576" z="1086.6171"/>
<Orientation y="1.78202"/>
</Entity>
<Entity uid="434">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1711.33268" z="1093.48008"/>
<Orientation y="1.74654"/>
</Entity>
<Entity uid="435">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1713.30692" z="1089.83884"/>
<Orientation y="1.67508"/>
</Entity>
<Entity uid="445">
<Template>units/pers_cavalry_javelinist_b</Template>
<Player>3</Player>
<Position x="262.83542" z="586.54987"/>
<Orientation y="-0.78541"/>
</Entity>
<Entity uid="446">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="175.50934" z="704.04731"/>
<Orientation y="-4.0223"/>
</Entity>
<Entity uid="447">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="178.67985" z="701.00715"/>
<Orientation y="-0.54422"/>
</Entity>
<Entity uid="448">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="175.30793" z="695.02704"/>
<Orientation y="-3.79427"/>
</Entity>
<Entity uid="449">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="174.25214" z="700.7027"/>
<Orientation y="-3.33695"/>
</Entity>
<Entity uid="450">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="170.02033" z="703.43244"/>
<Orientation y="1.21171"/>
</Entity>
<Entity uid="451">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="283.9402" z="680.96967"/>
<Orientation y="-4.05071"/>
</Entity>
<Entity uid="452">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="285.3589" z="681.456"/>
<Orientation y="-0.25814"/>
</Entity>
<Entity uid="453">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="279.7161" z="676.46961"/>
<Orientation y="-4.36954"/>
</Entity>
<Entity uid="454">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="286.86277" z="677.89203"/>
<Orientation y="0.72735"/>
</Entity>
<Entity uid="455">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="284.14954" z="683.84614"/>
<Orientation y="-1.7914"/>
</Entity>
<Entity uid="456">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="175.88941" z="655.74744"/>
<Orientation y="-1.65113"/>
</Entity>
<Entity uid="457">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="184.68335" z="679.48542"/>
<Orientation y="-0.55005"/>
</Entity>
<Entity uid="458">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="182.66071" z="688.37678"/>
<Orientation y="-2.06397"/>
</Entity>
<Entity uid="459">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="179.35874" z="655.76465"/>
<Orientation y="-3.2989"/>
</Entity>
<Entity uid="460">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="182.8896" z="684.19648"/>
<Orientation y="-4.25304"/>
</Entity>
<Entity uid="482">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1476.53847" z="1479.41614"/>
<Orientation y="1.87827"/>
</Entity>
<Entity uid="483">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1476.83623" z="1480.75979"/>
<Orientation y="1.67586"/>
</Entity>
<Entity uid="484">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1477.45673" z="1478.46346"/>
<Orientation y="1.9345"/>
</Entity>
<Entity uid="485">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1480.71052" z="1475.3328"/>
<Orientation y="1.59078"/>
</Entity>
<Entity uid="486">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1480.19651" z="1479.89068"/>
<Orientation y="1.96207"/>
</Entity>
<Entity uid="487">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1532.17005" z="1626.24354"/>
<Orientation y="1.24907"/>
</Entity>
<Entity uid="488">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1616.90809" z="1660.16504"/>
<Orientation y="2.01371"/>
</Entity>
<Entity uid="489">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1533.10987" z="1617.1139"/>
<Orientation y="1.58526"/>
</Entity>
<Entity uid="490">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1532.25489" z="1629.05335"/>
<Orientation y="1.35752"/>
</Entity>
<Entity uid="491">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1524.80591" z="1643.31531"/>
<Orientation y="1.72416"/>
</Entity>
<Entity uid="492">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1530.45691" z="1637.46778"/>
<Orientation y="1.91485"/>
</Entity>
<Entity uid="493">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1529.8589" z="1501.75623"/>
<Orientation y="1.54804"/>
</Entity>
<Entity uid="494">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1536.19898" z="1602.33643"/>
<Orientation y="1.27941"/>
</Entity>
<Entity uid="495">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1537.7859" z="1623.65638"/>
<Orientation y="1.58999"/>
</Entity>
<Entity uid="496">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1546.5752" z="1571.73694"/>
<Orientation y="1.48952"/>
</Entity>
<Entity uid="497">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1552.29761" z="1572.9922"/>
<Orientation y="1.82508"/>
</Entity>
<Entity uid="498">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1548.0829" z="1569.71241"/>
<Orientation y="1.29735"/>
</Entity>
<Entity uid="499">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1602.51526" z="1532.11121"/>
<Orientation y="1.18772"/>
</Entity>
<Entity uid="500">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1604.44092" z="1529.40284"/>
<Orientation y="1.58869"/>
</Entity>
<Entity uid="501">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1605.19581" z="1526.61475"/>
<Orientation y="1.4812"/>
</Entity>
<Entity uid="502">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1614.35462" z="1673.23218"/>
<Orientation y="1.68445"/>
</Entity>
<Entity uid="503">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1533.97291" z="1608.24366"/>
<Orientation y="1.76787"/>
</Entity>
<Entity uid="504">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1615.39747" z="1678.36084"/>
<Orientation y="1.89779"/>
</Entity>
<Entity uid="505">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1620.86658" z="1668.59803"/>
<Orientation y="1.92957"/>
</Entity>
<Entity uid="506">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1616.15064" z="1662.44336"/>
<Orientation y="1.31334"/>
</Entity>
<Entity uid="507">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1490.09023" z="1570.34746"/>
<Orientation y="1.84871"/>
</Entity>
<Entity uid="508">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1490.46288" z="1571.88053"/>
<Orientation y="1.88482"/>
</Entity>
<Entity uid="509">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1487.02033" z="1569.30843"/>
<Orientation y="1.48775"/>
</Entity>
<Entity uid="514">
<Template>units/gaul_support_female_citizen</Template>
<Player>6</Player>
<Position x="113.11043" z="1279.27857"/>
<Orientation y="3.927"/>
</Entity>
<Entity uid="520">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="181.45246" z="1243.84144"/>
<Orientation y="-3.54981"/>
</Entity>
<Entity uid="521">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="181.28681" z="1244.79822"/>
<Orientation y="-3.99881"/>
</Entity>
<Entity uid="522">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="289.96854" z="1310.34583"/>
<Orientation y="1.14278"/>
</Entity>
<Entity uid="523">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="177.55256" z="1244.4032"/>
<Orientation y="-4.05614"/>
</Entity>
<Entity uid="524">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="282.56626" z="1454.48743"/>
<Orientation y="-5.20402"/>
</Entity>
<Entity uid="525">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="292.66413" z="1453.69275"/>
<Orientation y="2.22411"/>
</Entity>
<Entity uid="526">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="293.5749" z="1460.48707"/>
<Orientation y="-2.44855"/>
</Entity>
<Entity uid="527">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="296.52836" z="1453.86194"/>
<Orientation y="-2.51601"/>
</Entity>
<Entity uid="528">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="283.7865" z="1456.26148"/>
<Orientation y="-3.22211"/>
</Entity>
<Entity uid="529">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="290.99064" z="1459.91907"/>
<Orientation y="-4.68224"/>
</Entity>
<Entity uid="530">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="311.00284" z="1465.74903"/>
<Orientation y="0.78876"/>
</Entity>
<Entity uid="531">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="301.95115" z="1465.58399"/>
<Orientation y="-3.30515"/>
</Entity>
<Entity uid="532">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="305.37107" z="1465.70557"/>
<Orientation y="3.52503"/>
</Entity>
<Entity uid="533">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="324.2912" z="1466.93213"/>
<Orientation y="2.69881"/>
</Entity>
<Entity uid="534">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="320.68021" z="1466.0365"/>
<Orientation y="0.94874"/>
</Entity>
<Entity uid="535">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1234.85718" z="1834.23365"/>
<Orientation y="1.04355"/>
</Entity>
<Entity uid="536">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1075.88331" z="1849.95606"/>
<Orientation y="-2.23896"/>
</Entity>
<Entity uid="539">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1045.33448" z="1772.45252"/>
<Orientation y="0.9417"/>
</Entity>
<Entity uid="540">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1017.17554" z="1758.69043"/>
<Orientation y="-0.97323"/>
</Entity>
<Entity uid="542">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1033.82813" z="1760.06043"/>
<Orientation y="0.00109"/>
</Entity>
<Entity uid="543">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1029.71534" z="1760.08912"/>
<Orientation y="-1.6595"/>
</Entity>
<Entity uid="545">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1020.57813" z="1777.5"/>
<Orientation y="-2.99929"/>
</Entity>
<Entity uid="546">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1248.32215" z="1812.8346"/>
<Orientation y="-0.07973"/>
</Entity>
<Entity uid="547">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1043.18055" z="1780.98255"/>
<Orientation y="-2.77233"/>
</Entity>
<Entity uid="548">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1055.46607" z="1783.28138"/>
<Orientation y="-0.01728"/>
</Entity>
<Entity uid="549">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1040.6869" z="1786.73292"/>
<Orientation y="-4.41411"/>
</Entity>
<Entity uid="550">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1051.7295" z="1779.50293"/>
<Orientation y="-0.36796"/>
</Entity>
<Entity uid="551">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1047.61268" z="1787.52076"/>
<Orientation y="-4.36912"/>
</Entity>
<Entity uid="552">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1045.88062" z="1784.21192"/>
<Orientation y="-3.34987"/>
</Entity>
<Entity uid="553">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1017.70215" z="1775.41993"/>
<Orientation y="-2.51478"/>
</Entity>
<Entity uid="554">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1021.63782" z="1767.79981"/>
<Orientation y="-0.52933"/>
</Entity>
<Entity uid="555">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1024.58777" z="1773.71656"/>
<Orientation y="-3.78945"/>
</Entity>
<Entity uid="556">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1018.92579" z="1706.62073"/>
<Orientation y="1.65871"/>
</Entity>
<Entity uid="557">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1017.90955" z="1719.42518"/>
<Orientation y="1.73908"/>
</Entity>
<Entity uid="558">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1010.31476" z="1724.48743"/>
<Orientation y="1.92321"/>
</Entity>
<Entity uid="559">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="989.34241" z="1750.23719"/>
<Orientation y="1.38706"/>
</Entity>
<Entity uid="560">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="993.6595" z="1740.72657"/>
<Orientation y="1.2416"/>
</Entity>
<Entity uid="561">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="992.40387" z="1746.23353"/>
<Orientation y="1.27057"/>
</Entity>
<Entity uid="562">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="994.72626" z="1749.79041"/>
<Orientation y="1.69869"/>
</Entity>
<Entity uid="563">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1092.1238" z="1778.45434"/>
<Orientation y="1.76836"/>
</Entity>
<Entity uid="564">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1090.27884" z="1781.60308"/>
<Orientation y="1.65632"/>
</Entity>
<Entity uid="565">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="998.2941" z="1789.91832"/>
<Orientation y="1.88328"/>
</Entity>
<Entity uid="566">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1002.88176" z="1793.81048"/>
<Orientation y="1.39042"/>
</Entity>
<Entity uid="567">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1004.0402" z="1790.82512"/>
<Orientation y="1.76114"/>
</Entity>
<Entity uid="568">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1005.69106" z="1797.44417"/>
<Orientation y="1.48667"/>
</Entity>
<Entity uid="569">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1007.31977" z="1797.00806"/>
<Orientation y="1.72663"/>
</Entity>
<Entity uid="570">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1003.7999" z="1800.90429"/>
<Orientation y="1.21698"/>
</Entity>
<Entity uid="571">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1006.28664" z="1801.5162"/>
<Orientation y="1.42287"/>
</Entity>
<Entity uid="572">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="993.04731" z="1782.34314"/>
<Orientation y="1.62963"/>
</Entity>
<Entity uid="573">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="992.81452" z="1795.95289"/>
<Orientation y="1.37745"/>
</Entity>
<Entity uid="574">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1077.53168" z="1786.10447"/>
<Orientation y="1.72941"/>
</Entity>
<Entity uid="575">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1077.19962" z="1782.51583"/>
<Orientation y="1.43366"/>
</Entity>
<Entity uid="576">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1077.96967" z="1788.77404"/>
<Orientation y="1.476"/>
</Entity>
<Entity uid="577">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1075.17238" z="1787.17092"/>
<Orientation y="1.88411"/>
</Entity>
<Entity uid="578">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1079.10424" z="1788.35164"/>
<Orientation y="1.30507"/>
</Entity>
<Entity uid="579">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="987.91041" z="1767.10792"/>
<Orientation y="1.44652"/>
</Entity>
<Entity uid="580">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="955.35653" z="1769.0165"/>
<Orientation y="1.68825"/>
</Entity>
<Entity uid="581">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="996.31971" z="1774.37684"/>
<Orientation y="1.75968"/>
</Entity>
<Entity uid="592">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1355.90357" z="1051.59974"/>
<Orientation y="-4.19417"/>
</Entity>
<Entity uid="593">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1353.50196" z="1049.59046"/>
<Orientation y="0.24375"/>
</Entity>
<Entity uid="594">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1358.04493" z="1055.17811"/>
<Orientation y="-1.72916"/>
</Entity>
<Entity uid="595">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1350.86866" z="1054.86487"/>
<Orientation y="-4.548"/>
</Entity>
<Entity uid="596">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1187.91749" z="827.03669"/>
<Orientation y="-4.46024"/>
</Entity>
<Entity uid="597">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1353.79322" z="1049.78504"/>
<Orientation y="-0.46291"/>
</Entity>
<Entity uid="599">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1355.34107" z="1055.56678"/>
<Orientation y="-2.04862"/>
</Entity>
<Entity uid="600">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1353.7251" z="1051.79212"/>
<Orientation y="-0.44465"/>
</Entity>
<Entity uid="601">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="1351.42432" z="1051.31556"/>
<Orientation y="-0.14174"/>
</Entity>
<Entity uid="602">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1223.16688" z="933.21326"/>
<Orientation y="-2.47031"/>
</Entity>
<Entity uid="603">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1231.20313" z="894.65241"/>
<Orientation y="-1.33294"/>
</Entity>
<Entity uid="604">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1233.51026" z="899.36884"/>
<Orientation y="-0.78022"/>
</Entity>
<Entity uid="605">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1234.85047" z="921.19636"/>
<Orientation y="-3.11815"/>
</Entity>
<Entity uid="606">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1220.1172" z="936.16224"/>
<Orientation y="0.6298"/>
</Entity>
<Entity uid="607">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1453.12525" z="962.72107"/>
<Orientation y="0.86869"/>
</Entity>
<Entity uid="608">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="25.1052" z="949.52149"/>
<Orientation y="1.3821"/>
</Entity>
<Entity uid="612">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1365.31556" z="1177.42005"/>
<Orientation y="-0.17164"/>
</Entity>
<Entity uid="613">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1393.80494" z="1111.57178"/>
<Orientation y="-4.25634"/>
</Entity>
<Entity uid="617">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1413.79212" z="1101.72864"/>
<Orientation y="-1.50667"/>
</Entity>
<Entity uid="620">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1398.70337" z="1135.8097"/>
<Orientation y="-3.7886"/>
</Entity>
<Entity uid="621">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1230.51001" z="867.33484"/>
<Orientation y="-4.65078"/>
</Entity>
<Entity uid="622">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1397.34998" z="1110.11768"/>
<Orientation y="-3.47689"/>
</Entity>
<Entity uid="624">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1390.91456" z="1111.81897"/>
<Orientation y="-1.47013"/>
</Entity>
<Entity uid="627">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1228.34864" z="870.19532"/>
<Orientation y="-4.7661"/>
</Entity>
<Entity uid="628">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="478.15264" z="1477.26882"/>
<Orientation y="1.34385"/>
</Entity>
<Entity uid="629">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="474.78231" z="1477.13201"/>
<Orientation y="1.40249"/>
</Entity>
<Entity uid="630">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="479.24521" z="1478.37206"/>
<Orientation y="1.94974"/>
</Entity>
<Entity uid="631">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="476.39531" z="1476.70104"/>
<Orientation y="1.71744"/>
</Entity>
<Entity uid="632">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="449.41897" z="1555.9044"/>
<Orientation y="1.19"/>
</Entity>
<Entity uid="633">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="451.6633" z="1559.06714"/>
<Orientation y="2.0082"/>
</Entity>
<Entity uid="634">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="516.96515" z="1606.76661"/>
<Orientation y="1.19594"/>
</Entity>
<Entity uid="635">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="518.722" z="1608.19361"/>
<Orientation y="1.52904"/>
</Entity>
<Entity uid="636">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="524.76526" z="1604.4098"/>
<Orientation y="1.38508"/>
</Entity>
<Entity uid="637">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="516.47962" z="1609.2328"/>
<Orientation y="1.85743"/>
</Entity>
<Entity uid="638">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="513.8349" z="1610.39307"/>
<Orientation y="1.65035"/>
</Entity>
<Entity uid="639">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="454.24904" z="1512.90676"/>
<Orientation y="1.82624"/>
</Entity>
<Entity uid="640">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="454.16915" z="1513.89258"/>
<Orientation y="1.34392"/>
</Entity>
<Entity uid="641">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="520.1493" z="1605.21741"/>
<Orientation y="1.53129"/>
</Entity>
<Entity uid="642">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="527.66095" z="1602.41443"/>
<Orientation y="1.84243"/>
</Entity>
<Entity uid="643">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="510.93805" z="1611.16993"/>
<Orientation y="1.2753"/>
</Entity>
<Entity uid="644">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="510.47611" z="1612.85291"/>
<Orientation y="1.33623"/>
</Entity>
<Entity uid="645">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="511.06325" z="1482.03798"/>
<Orientation y="1.73272"/>
</Entity>
<Entity uid="646">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="511.86541" z="1479.2111"/>
<Orientation y="1.90778"/>
</Entity>
<Entity uid="647">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="509.50246" z="1483.63961"/>
<Orientation y="1.73127"/>
</Entity>
<Entity uid="648">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="458.56717" z="1534.93415"/>
<Orientation y="1.85845"/>
</Entity>
<Entity uid="649">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="457.92042" z="1533.83326"/>
<Orientation y="0.77782"/>
</Entity>
<Entity uid="650">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="532.68078" z="1475.10924"/>
<Orientation y="1.64107"/>
</Entity>
<Entity uid="651">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="532.46105" z="1480.55524"/>
<Orientation y="1.78731"/>
</Entity>
<Entity uid="652">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="533.38732" z="1477.82821"/>
<Orientation y="1.71042"/>
</Entity>
<Entity uid="653">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="534.39512" z="1478.21868"/>
<Orientation y="1.80112"/>
</Entity>
<Entity uid="654">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="537.33355" z="1478.23391"/>
<Orientation y="1.84852"/>
</Entity>
<Entity uid="665">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="811.36005" z="1708.19825"/>
<Orientation y="1.43165"/>
</Entity>
<Entity uid="666">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="807.2292" z="1703.28296"/>
<Orientation y="-2.22025"/>
</Entity>
<Entity uid="667">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="810.59797" z="1700.56507"/>
<Orientation y="-3.31495"/>
</Entity>
<Entity uid="668">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="810.73023" z="1705.64356"/>
<Orientation y="-3.39092"/>
</Entity>
<Entity uid="669">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="806.15986" z="1699.40296"/>
<Orientation y="-3.43281"/>
</Entity>
<Entity uid="670">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="791.58216" z="1670.25928"/>
<Orientation y="-2.32769"/>
</Entity>
<Entity uid="671">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="790.8191" z="1666.84424"/>
<Orientation y="0.43622"/>
</Entity>
<Entity uid="672">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="784.02942" z="1664.38196"/>
<Orientation y="0.76604"/>
</Entity>
<Entity uid="673">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="785.83484" z="1663.84351"/>
<Orientation y="-0.1248"/>
</Entity>
<Entity uid="674">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="787.94031" z="1670.08912"/>
<Orientation y="0.24454"/>
</Entity>
<Entity uid="675">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="782.1493" z="1559.01514"/>
<Orientation y="-4.54076"/>
</Entity>
<Entity uid="676">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="785.47944" z="1556.04346"/>
<Orientation y="-3.14336"/>
</Entity>
<Entity uid="677">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="778.3404" z="1563.37562"/>
<Orientation y="-1.04726"/>
</Entity>
<Entity uid="678">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="789.23682" z="1551.12342"/>
<Orientation y="0.34983"/>
</Entity>
<Entity uid="679">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="795.1059" z="1546.4314"/>
<Orientation y="-0.33474"/>
</Entity>
<Entity uid="681">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="313.53724" z="887.85181"/>
<Orientation y="-5.15287"/>
</Entity>
<Entity uid="701">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="458.56244" z="885.47053"/>
<Orientation y="1.32273"/>
</Entity>
<Entity uid="702">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="264.89036" z="1034.33008"/>
<Orientation y="1.55205"/>
</Entity>
<Entity uid="703">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="508.04505" z="838.16077"/>
<Orientation y="1.82026"/>
</Entity>
<Entity uid="704">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="135.47477" z="1096.42701"/>
<Orientation y="1.19335"/>
</Entity>
<Entity uid="706">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="136.82258" z="1092.2046"/>
<Orientation y="1.9571"/>
</Entity>
<Entity uid="707">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="198.80817" z="1015.89838"/>
<Orientation y="1.63848"/>
</Entity>
<Entity uid="708">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="255.31235" z="1036.84314"/>
<Orientation y="1.72904"/>
</Entity>
<Entity uid="709">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="201.15363" z="1016.85993"/>
<Orientation y="1.8387"/>
</Entity>
<Entity uid="710">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="551.12195" z="1116.08033"/>
<Orientation y="1.90587"/>
</Entity>
<Entity uid="711">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="438.16587" z="1059.39124"/>
<Orientation y="1.44207"/>
</Entity>
<Entity uid="712">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="468.56" z="1242.87793"/>
<Orientation y="1.93747"/>
</Entity>
<Entity uid="713">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="304.9777" z="1082.98328"/>
<Orientation y="1.2024"/>
</Entity>
<Entity uid="714">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="470.55103" z="929.58466"/>
<Orientation y="1.31011"/>
</Entity>
<Entity uid="715">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="440.36042" z="1059.64527"/>
<Orientation y="1.48539"/>
</Entity>
<Entity uid="716">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="467.14704" z="828.03919"/>
<Orientation y="1.45821"/>
</Entity>
<Entity uid="717">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="427.66187" z="1015.81745"/>
<Orientation y="1.8913"/>
</Entity>
<Entity uid="718">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="288.0861" z="1091.23096"/>
<Orientation y="1.18558"/>
</Entity>
<Entity uid="719">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="290.21914" z="1093.68905"/>
<Orientation y="1.28869"/>
</Entity>
<Entity uid="720">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="293.12473" z="1091.50287"/>
<Orientation y="1.92095"/>
</Entity>
<Entity uid="721">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="450.10492" z="781.58826"/>
<Orientation y="1.74547"/>
</Entity>
<Entity uid="722">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="437.76755" z="1054.70374"/>
<Orientation y="1.80335"/>
</Entity>
<Entity uid="723">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="509.0907" z="830.9098"/>
<Orientation y="1.83404"/>
</Entity>
<Entity uid="724">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="196.74988" z="1014.94282"/>
<Orientation y="1.90963"/>
</Entity>
<Entity uid="725">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="354.34882" z="810.51923"/>
<Orientation y="1.53856"/>
</Entity>
<Entity uid="726">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="190.94184" z="1080.31775"/>
<Orientation y="1.51641"/>
</Entity>
<Entity uid="727">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="264.05152" z="1085.43555"/>
<Orientation y="1.56537"/>
</Entity>
<Entity uid="728">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="259.44208" z="1088.48584"/>
<Orientation y="1.30988"/>
</Entity>
<Entity uid="751">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="952.76758" z="742.91541"/>
<Orientation y="6.01047"/>
</Entity>
<Entity uid="752">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="164.72358" z="551.9513"/>
<Orientation y="3.65883"/>
</Entity>
<Entity uid="761">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="960.3285" z="686.85615"/>
<Orientation y="0.96642"/>
</Entity>
<Entity uid="763">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="956.3285" z="682.85615"/>
<Orientation y="0.16497"/>
</Entity>
<Entity uid="778">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="387.14457" z="228.26783"/>
<Orientation y="4.6716"/>
</Entity>
<Entity uid="782">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="375.1446" z="240.26777"/>
<Orientation y="0.31208"/>
</Entity>
<Entity uid="783">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="371.1446" z="244.26777"/>
<Orientation y="1.00634"/>
</Entity>
<Entity uid="784">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="363.1446" z="248.2678"/>
<Orientation y="6.19591"/>
</Entity>
<Entity uid="789">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="254.99445" z="480.51783"/>
<Orientation y="5.12472"/>
</Entity>
<Entity uid="790">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="325.30765" z="509.29645"/>
<Orientation y="5.24808"/>
</Entity>
<Entity uid="834">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="948.76758" z="742.91541"/>
<Orientation y="0.76825"/>
</Entity>
<Entity uid="835">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="140.45328" z="580.14808"/>
<Orientation y="2.3454"/>
</Entity>
<Entity uid="875">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="134.83591" z="578.4416"/>
<Orientation y="0.76218"/>
</Entity>
<Entity uid="876">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="166.50208" z="553.9311"/>
<Orientation y="0.78446"/>
</Entity>
<Entity uid="882">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="720.59278" z="748.4021"/>
<Orientation y="2.21358"/>
</Entity>
<Entity uid="910">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="137.17762" z="575.96814"/>
<Orientation y="0.4265"/>
</Entity>
<Entity uid="954">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="388.8874" z="226.3682"/>
<Orientation y="1.27504"/>
</Entity>
<Entity uid="963">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="287.31153" z="525.4751"/>
<Orientation y="1.2185"/>
</Entity>
<Entity uid="970">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="174.14094" z="547.82197"/>
<Orientation y="5.06542"/>
</Entity>
<Entity uid="979">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="329.76188" z="518.22236"/>
<Orientation y="2.91315"/>
</Entity>
<Entity uid="986">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="144.17368" z="582.04358"/>
<Orientation y="1.74624"/>
</Entity>
<Entity uid="987">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="282.41221" z="491.03388"/>
<Orientation y="1.01961"/>
</Entity>
<Entity uid="995">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="926.07886" z="692.29719"/>
<Orientation y="0.42524"/>
</Entity>
<Entity uid="996">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="974.39032" z="682.7898"/>
<Orientation y="3.02611"/>
</Entity>
<Entity uid="997">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1022.56037" z="848.70423"/>
<Orientation y="0.76964"/>
</Entity>
<Entity uid="998">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1039.22059" z="579.73816"/>
<Orientation y="4.24454"/>
</Entity>
<Entity uid="999">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1059.23047" z="566.79566"/>
<Orientation y="-1.07117"/>
</Entity>
<Entity uid="1000">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1097.85877" z="720.46021"/>
<Orientation y="10.07685"/>
</Entity>
<Entity uid="1001">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1098.81775" z="710.62049"/>
<Orientation y="6.56115"/>
</Entity>
<Entity uid="1002">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1045.54017" z="594.55896"/>
<Orientation y="-2.06696"/>
</Entity>
<Entity uid="1003">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1044.75184" z="572.49634"/>
<Orientation y="3.12252"/>
</Entity>
<Entity uid="1004">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.7848" z="563.42817"/>
<Orientation y="6.29403"/>
</Entity>
<Entity uid="1005">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1046.15784" z="563.66327"/>
<Orientation y="3.42937"/>
</Entity>
<Entity uid="1006">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1186.43213" z="371.89148"/>
<Orientation y="2.57888"/>
</Entity>
<Entity uid="1007">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1103.14271" z="566.8042"/>
<Orientation y="3.04432"/>
</Entity>
<Entity uid="1008">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1107.46668" z="558.9745"/>
<Orientation y="0.06762"/>
</Entity>
<Entity uid="1009">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1111.46326" z="559.13819"/>
<Orientation y="2.68526"/>
</Entity>
<Entity uid="1010">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1115.78724" z="551.30848"/>
<Orientation y="5.76545"/>
</Entity>
<Entity uid="1011">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1119.94751" z="547.47547"/>
<Orientation y="5.57383"/>
</Entity>
<Entity uid="1012">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1128.26807" z="539.80933"/>
<Orientation y="5.039"/>
</Entity>
<Entity uid="1013">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1128.43165" z="535.81275"/>
<Orientation y="2.34089"/>
</Entity>
<Entity uid="1014">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.7555" z="527.98304"/>
<Orientation y="5.48922"/>
</Entity>
<Entity uid="1015">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1132.9192" z="523.98633"/>
<Orientation y="5.29578"/>
</Entity>
<Entity uid="1016">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1133.57361" z="507.99982"/>
<Orientation y="6.23792"/>
</Entity>
<Entity uid="1017">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1133.41004" z="511.99643"/>
<Orientation y="5.25841"/>
</Entity>
<Entity uid="1018">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1134.06446" z="496.00995"/>
<Orientation y="0.94037"/>
</Entity>
<Entity uid="1019">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1133.90088" z="500.0066"/>
<Orientation y="1.64074"/>
</Entity>
<Entity uid="1020">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.50098" z="414.20414"/>
<Orientation y="3.83701"/>
</Entity>
<Entity uid="1021">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1175.5625" z="380.01966"/>
<Orientation y="6.08799"/>
</Entity>
<Entity uid="1022">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1102.72254" z="496.84321"/>
<Orientation y="2.5311"/>
</Entity>
<Entity uid="1023">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1102.72254" z="500.84321"/>
<Orientation y="1.32465"/>
</Entity>
<Entity uid="1024">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1134" z="538"/>
<Orientation y="1.16024"/>
</Entity>
<Entity uid="1025">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1130" z="518"/>
<Orientation y="3.99016"/>
</Entity>
<Entity uid="1026">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1130" z="534"/>
<Orientation y="3.42226"/>
</Entity>
<Entity uid="1027">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.07825" z="387.943"/>
<Orientation y="1.7221"/>
</Entity>
<Entity uid="1028">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1134.07728" z="391.40766"/>
<Orientation y="1.09318"/>
</Entity>
<Entity uid="1029">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1136.0763" z="394.87232"/>
<Orientation y="1.87034"/>
</Entity>
<Entity uid="1030">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1190.10853" z="366.52564"/>
<Orientation y="4.14303"/>
</Entity>
<Entity uid="1031">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1419.4795" z="270.4532"/>
<Orientation y="3.63576"/>
</Entity>
<Entity uid="1032">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1419.33814" z="257.85413"/>
<Orientation y="3.62957"/>
</Entity>
<Entity uid="1033">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1418.39502" z="267.07306"/>
<Orientation y="6.06594"/>
</Entity>
<Entity uid="1034">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1268.0315" z="122.08556"/>
<Orientation y="4.88619"/>
</Entity>
<Entity uid="1035">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1415.85376" z="303.48362"/>
<Orientation y="7.29322"/>
</Entity>
<Entity uid="1036">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1411.45435" z="307.16535"/>
<Orientation y="9.39646"/>
</Entity>
<Entity uid="1037">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1425.48438" z="275.58231"/>
<Orientation y="8.48237"/>
</Entity>
<Entity uid="1038">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1413.32483" z="274.1937"/>
<Orientation y="11.5452"/>
</Entity>
<Entity uid="1039">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1403.13453" z="284.0568"/>
<Orientation y="7.44704"/>
</Entity>
<Entity uid="1040">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1503.82056" z="214.99659"/>
<Orientation y="10.55202"/>
</Entity>
<Entity uid="1041">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1398.76026" z="243.71299"/>
<Orientation y="8.737"/>
</Entity>
<Entity uid="1042">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1395.21009" z="241.87015"/>
<Orientation y="9.41675"/>
</Entity>
<Entity uid="1043">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="948.14551" z="128.68323"/>
<Orientation y="4.89003"/>
</Entity>
<Entity uid="1044">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="916.9109" z="186.33356"/>
<Orientation y="0.38576"/>
</Entity>
<Entity uid="1045">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="949.33661" z="137.40922"/>
<Orientation y="3.08513"/>
</Entity>
<Entity uid="1046">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1377.59449" z="223.71268"/>
<Orientation y="6.48916"/>
</Entity>
<Entity uid="1047">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1406.87281" z="249.17524"/>
<Orientation y="10.67818"/>
</Entity>
<Entity uid="1048">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1369.37635" z="215.7941"/>
<Orientation y="10.80465"/>
</Entity>
<Entity uid="1049">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1365.82618" z="213.95127"/>
<Orientation y="8.72165"/>
</Entity>
<Entity uid="1050">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1263.44556" z="114.90029"/>
<Orientation y="12.02033"/>
</Entity>
<Entity uid="1051">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1329.20276" z="215.53763"/>
<Orientation y="7.89577"/>
</Entity>
<Entity uid="1052">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1346.49964" z="202.37745"/>
<Orientation y="11.95894"/>
</Entity>
<Entity uid="1053">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1320.98707" z="185.82731"/>
<Orientation y="6.42933"/>
</Entity>
<Entity uid="1054">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1354.19373" z="204.60724"/>
<Orientation y="6.08451"/>
</Entity>
<Entity uid="1055">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1158.90638" z="462.642"/>
<Orientation y="3.7209"/>
</Entity>
<Entity uid="1056">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1314.19007" z="204.7078"/>
<Orientation y="7.67334"/>
</Entity>
<Entity uid="1057">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.74024" z="206.55063"/>
<Orientation y="9.84752"/>
</Entity>
<Entity uid="1058">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1152.75086" z="464.07929"/>
<Orientation y="3.85515"/>
</Entity>
<Entity uid="1059">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1148.32544" z="460.77775"/>
<Orientation y="0.01029"/>
</Entity>
<Entity uid="1060">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1109.68506" z="492.60312"/>
<Orientation y="5.26421"/>
</Entity>
<Entity uid="1061">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1100.62464" z="493.8396"/>
<Orientation y="3.70408"/>
</Entity>
<Entity uid="1062">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1088.32557" z="500.77775"/>
<Orientation y="4.97568"/>
</Entity>
<Entity uid="1063">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1088.32557" z="504.77775"/>
<Orientation y="1.64052"/>
</Entity>
<Entity uid="1064">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1080.32557" z="512.77778"/>
<Orientation y="4.2806"/>
</Entity>
<Entity uid="1065">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.32557" z="516.77771"/>
<Orientation y="3.1605"/>
</Entity>
<Entity uid="1066">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.32557" z="520.7776"/>
<Orientation y="0.1183"/>
</Entity>
<Entity uid="1067">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.32557" z="528.7776"/>
<Orientation y="2.78447"/>
</Entity>
<Entity uid="1068">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.32557" z="532.7776"/>
<Orientation y="6.20093"/>
</Entity>
<Entity uid="1069">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1072.32557" z="532.7776"/>
<Orientation y="4.12449"/>
</Entity>
<Entity uid="1070">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.32557" z="544.77771"/>
<Orientation y="0.66062"/>
</Entity>
<Entity uid="1071">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.32557" z="552.77771"/>
<Orientation y="0.45717"/>
</Entity>
<Entity uid="1072">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1033.23914" z="557.2688"/>
<Orientation y="0.4008"/>
</Entity>
<Entity uid="1073">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1036.85193" z="568.71204"/>
<Orientation y="4.55965"/>
</Entity>
<Entity uid="1074">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1038.05616" z="572.5265"/>
<Orientation y="3.47091"/>
</Entity>
<Entity uid="1075">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1043.86377" z="588.05866"/>
<Orientation y="3.59983"/>
</Entity>
<Entity uid="1076">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1047.89173" z="590.39435"/>
<Orientation y="2.38967"/>
</Entity>
<Entity uid="1077">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1095.78577" z="663.90143"/>
<Orientation y="5.63883"/>
</Entity>
<Entity uid="1078">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1052.33826" z="613.52948"/>
<Orientation y="2.95688"/>
</Entity>
<Entity uid="1079">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1049.70838" z="616.54346"/>
<Orientation y="4.5849"/>
</Entity>
<Entity uid="1080">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1047.46253" z="625.20124"/>
<Orientation y="4.85222"/>
</Entity>
<Entity uid="1081">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1053.52686" z="623.12244"/>
<Orientation y="9.03161"/>
</Entity>
<Entity uid="1082">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1021.6366" z="671.16407"/>
<Orientation y="9.61553"/>
</Entity>
<Entity uid="1083">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="933.23798" z="694.31263"/>
<Orientation y="4.72648"/>
</Entity>
<Entity uid="1084">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="973.1579" z="679.70521"/>
<Orientation y="4.58107"/>
</Entity>
<Entity uid="1085">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="996.73395" z="736.9438"/>
<Orientation y="0.1894"/>
</Entity>
<Entity uid="1086">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.41675" z="875.58851"/>
<Orientation y="3.27155"/>
</Entity>
<Entity uid="1087">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.4314" z="829.61481"/>
<Orientation y="6.15035"/>
</Entity>
<Entity uid="1088">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="954" z="670"/>
<Orientation y="4.33869"/>
</Entity>
<Entity uid="1089">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="970" z="678"/>
<Orientation y="3.83915"/>
</Entity>
<Entity uid="1090">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="994" z="682"/>
<Orientation y="3.78386"/>
</Entity>
<Entity uid="1091">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1006" z="690"/>
<Orientation y="2.5792"/>
</Entity>
<Entity uid="1092">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1053.42994" z="580.87708"/>
<Orientation y="0.54572"/>
</Entity>
<Entity uid="1093">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1055.073" z="584.52411"/>
<Orientation y="0.47156"/>
</Entity>
<Entity uid="1094">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.35926" z="591.81794"/>
<Orientation y="-0.81893"/>
</Entity>
<Entity uid="1095">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1061.6454" z="599.11182"/>
<Orientation y="0.40708"/>
</Entity>
<Entity uid="1096">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1093.16651" z="713.8335"/>
<Orientation y="11.12934"/>
</Entity>
<Entity uid="1097">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1024.57593" z="773.31428"/>
<Orientation y="5.20546"/>
</Entity>
<Entity uid="1098">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1098.86341" z="724.62647"/>
<Orientation y="10.1189"/>
</Entity>
<Entity uid="1099">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1038.52894" z="566.07172"/>
<Orientation y="0.60465"/>
</Entity>
<Entity uid="1100">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1042.34339" z="564.8675"/>
<Orientation y="4.14672"/>
</Entity>
<Entity uid="1101">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1041.13917" z="561.05311"/>
<Orientation y="3.13421"/>
</Entity>
<Entity uid="1102">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1048.76795" z="558.6446"/>
<Orientation y="6.01638"/>
</Entity>
<Entity uid="1103">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1052.5824" z="557.44037"/>
<Orientation y="1.88311"/>
</Entity>
<Entity uid="1104">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1053.98841" z="548.6073"/>
<Orientation y="1.8082"/>
</Entity>
<Entity uid="1105">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1103.46998" z="558.81092"/>
<Orientation y="1.58568"/>
</Entity>
<Entity uid="1106">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1103.63367" z="554.81421"/>
<Orientation y="2.48826"/>
</Entity>
<Entity uid="1107">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1120.39661" z="533.42371"/>
<Orientation y="6.13265"/>
</Entity>
<Entity uid="1108">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1120.27466" z="539.48206"/>
<Orientation y="4.86027"/>
</Entity>
<Entity uid="1109">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1129.74061" z="503.83964"/>
<Orientation y="1.16463"/>
</Entity>
<Entity uid="1110">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1129.57691" z="507.83625"/>
<Orientation y="5.08703"/>
</Entity>
<Entity uid="1111">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1188.70337" z="369.24054"/>
<Orientation y="4.44802"/>
</Entity>
<Entity uid="1112">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1129.90418" z="499.84296"/>
<Orientation y="4.84461"/>
</Entity>
<Entity uid="1113">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1176.99708" z="377.43879"/>
<Orientation y="0.95412"/>
</Entity>
<Entity uid="1114">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1102.72254" z="512.84321"/>
<Orientation y="1.49613"/>
</Entity>
<Entity uid="1115">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1098.72254" z="508.84321"/>
<Orientation y="5.1124"/>
</Entity>
<Entity uid="1116">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1130" z="538"/>
<Orientation y="4.64167"/>
</Entity>
<Entity uid="1117">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.72254" z="488.84321"/>
<Orientation y="3.43891"/>
</Entity>
<Entity uid="1118">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1126" z="526"/>
<Orientation y="1.8492"/>
</Entity>
<Entity uid="1119">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1435.09363" z="292.45566"/>
<Orientation y="6.21012"/>
</Entity>
<Entity uid="1120">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.66688" z="124.57215"/>
<Orientation y="1.06795"/>
</Entity>
<Entity uid="1121">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1404.94141" z="289.78565"/>
<Orientation y="0.17023"/>
</Entity>
<Entity uid="1122">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1414.39502" z="263.07306"/>
<Orientation y="5.85384"/>
</Entity>
<Entity uid="1123">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1422.64991" z="265.86994"/>
<Orientation y="2.03064"/>
</Entity>
<Entity uid="1124">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1410.39502" z="263.07306"/>
<Orientation y="0.75374"/>
</Entity>
<Entity uid="1125">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1406.39502" z="259.07306"/>
<Orientation y="6.03075"/>
</Entity>
<Entity uid="1126">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1414.76124" z="297.47324"/>
<Orientation y="11.7917"/>
</Entity>
<Entity uid="1127">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1398.39502" z="247.07306"/>
<Orientation y="3.58181"/>
</Entity>
<Entity uid="1128">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1411.9358" z="298.16947"/>
<Orientation y="7.28287"/>
</Entity>
<Entity uid="1129">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1409.50367" z="290.23737"/>
<Orientation y="9.1273"/>
</Entity>
<Entity uid="1130">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1400.46766" z="249.106"/>
<Orientation y="8.60756"/>
</Entity>
<Entity uid="1131">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1429.24146" z="285.80387"/>
<Orientation y="9.39658"/>
</Entity>
<Entity uid="1132">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1409.87085" z="306.31952"/>
<Orientation y="7.25673"/>
</Entity>
<Entity uid="1133">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1388.69935" z="239.34458"/>
<Orientation y="6.08732"/>
</Entity>
<Entity uid="1134">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.63392" z="223.02997"/>
<Orientation y="9.59263"/>
</Entity>
<Entity uid="1135">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1363.9834" z="217.50147"/>
<Orientation y="7.26986"/>
</Entity>
<Entity uid="1136">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1344.56446" z="225.66324"/>
<Orientation y="8.22228"/>
</Entity>
<Entity uid="1137">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1273.93921" z="148.10279"/>
<Orientation y="5.8686"/>
</Entity>
<Entity uid="1138">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1268.21497" z="116.3496"/>
<Orientation y="9.53031"/>
</Entity>
<Entity uid="1139">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1312.34717" z="208.25797"/>
<Orientation y="6.67972"/>
</Entity>
<Entity uid="1140">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1315.89747" z="210.1008"/>
<Orientation y="9.78815"/>
</Entity>
<Entity uid="1141">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1319.44764" z="211.94364"/>
<Orientation y="7.84012"/>
</Entity>
<Entity uid="1142">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1326.5481" z="215.62934"/>
<Orientation y="5.8479"/>
</Entity>
<Entity uid="1143">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1098.96998" z="488.3394"/>
<Orientation y="1.75115"/>
</Entity>
<Entity uid="1144">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1125.96827" z="400.14951"/>
<Orientation y="5.6718"/>
</Entity>
<Entity uid="1145">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1160.57728" z="469.95997"/>
<Orientation y="4.89113"/>
</Entity>
<Entity uid="1146">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1096.62464" z="497.8396"/>
<Orientation y="0.7631"/>
</Entity>
<Entity uid="1147">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1096.62464" z="501.8396"/>
<Orientation y="0.20711"/>
</Entity>
<Entity uid="1148">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1100.32557" z="500.77775"/>
<Orientation y="1.56234"/>
</Entity>
<Entity uid="1149">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1096.32557" z="504.77775"/>
<Orientation y="5.99241"/>
</Entity>
<Entity uid="1150">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1088.32557" z="508.77778"/>
<Orientation y="0.63486"/>
</Entity>
<Entity uid="1151">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1088.32557" z="512.77778"/>
<Orientation y="4.06701"/>
</Entity>
<Entity uid="1152">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1088.32557" z="516.77771"/>
<Orientation y="2.2169"/>
</Entity>
<Entity uid="1153">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1080.32557" z="520.7776"/>
<Orientation y="5.35216"/>
</Entity>
<Entity uid="1154">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.32557" z="528.7776"/>
<Orientation y="2.08712"/>
</Entity>
<Entity uid="1155">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1076.32557" z="532.7776"/>
<Orientation y="5.92197"/>
</Entity>
<Entity uid="1156">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1076.32557" z="536.7776"/>
<Orientation y="4.74041"/>
</Entity>
<Entity uid="1157">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1072.32557" z="540.7776"/>
<Orientation y="0.98096"/>
</Entity>
<Entity uid="1158">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1072.32557" z="544.77771"/>
<Orientation y="2.87525"/>
</Entity>
<Entity uid="1159">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.32557" z="552.77771"/>
<Orientation y="5.79101"/>
</Entity>
<Entity uid="1160">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1037.0536" z="556.06458"/>
<Orientation y="2.64388"/>
</Entity>
<Entity uid="1161">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1040.66626" z="567.50782"/>
<Orientation y="1.775"/>
</Entity>
<Entity uid="1162">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1045.70777" z="603.86811"/>
<Orientation y="4.10961"/>
</Entity>
<Entity uid="1163">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1046.6875" z="586.57996"/>
<Orientation y="4.03483"/>
</Entity>
<Entity uid="1164">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1045.44141" z="577.82074"/>
<Orientation y="2.57326"/>
</Entity>
<Entity uid="1165">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1039.12476" z="583.90888"/>
<Orientation y="1.12258"/>
</Entity>
<Entity uid="1166">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1098.10901" z="655.68287"/>
<Orientation y="10.11722"/>
</Entity>
<Entity uid="1167">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1055.35218" z="616.15943"/>
<Orientation y="5.43273"/>
</Entity>
<Entity uid="1168">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="958.51441" z="684.1985"/>
<Orientation y="7.3966"/>
</Entity>
<Entity uid="1169">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="952.89039" z="684.80793"/>
<Orientation y="4.32822"/>
</Entity>
<Entity uid="1170">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="949.77381" z="682.30091"/>
<Orientation y="10.00918"/>
</Entity>
<Entity uid="1171">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1052.90784" z="625.90784"/>
<Orientation y="1.30071"/>
</Entity>
<Entity uid="1172">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1029.30567" z="775.8407"/>
<Orientation y="0.69356"/>
</Entity>
<Entity uid="1173">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.50892" z="786.19349"/>
<Orientation y="2.56142"/>
</Entity>
<Entity uid="1174">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1012.76758" z="674.91541"/>
<Orientation y="3.43735"/>
</Entity>
<Entity uid="1175">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1016.76758" z="678.91541"/>
<Orientation y="5.44655"/>
</Entity>
<Entity uid="1176">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="935.82123" z="691.25867"/>
<Orientation y="2.73612"/>
</Entity>
<Entity uid="1177">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="977.1579" z="675.70521"/>
<Orientation y="3.06835"/>
</Entity>
<Entity uid="1178">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="977.1579" z="683.70521"/>
<Orientation y="6.06167"/>
</Entity>
<Entity uid="1179">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990.90448" z="734.85901"/>
<Orientation y="2.90683"/>
</Entity>
<Entity uid="1180">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1023.8357" z="841.30835"/>
<Orientation y="2.99119"/>
</Entity>
<Entity uid="1181">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1040.59693" z="836.7688"/>
<Orientation y="5.58237"/>
</Entity>
<Entity uid="1182">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1069.59961" z="853.62562"/>
<Orientation y="4.46142"/>
</Entity>
<Entity uid="1183">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.66651" z="808.13318"/>
<Orientation y="2.82911"/>
</Entity>
<Entity uid="1184">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1074.24585" z="800.83228"/>
<Orientation y="0.1328"/>
</Entity>
<Entity uid="1185">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1074.94178" z="792.50971"/>
<Orientation y="3.09325"/>
</Entity>
<Entity uid="1186">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1022.31836" z="775.222"/>
<Orientation y="2.09525"/>
</Entity>
<Entity uid="1187">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1027.141" z="785.05744"/>
<Orientation y="3.62752"/>
</Entity>
<Entity uid="1188">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.10499" z="835.42286"/>
<Orientation y="3.93866"/>
</Entity>
<Entity uid="1189">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="962" z="670"/>
<Orientation y="5.79294"/>
</Entity>
<Entity uid="1190">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="966" z="670"/>
<Orientation y="0.06331"/>
</Entity>
<Entity uid="1191">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="674"/>
<Orientation y="6.0901"/>
</Entity>
<Entity uid="1192">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="986" z="674"/>
<Orientation y="2.04812"/>
</Entity>
<Entity uid="1193">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="986" z="678"/>
<Orientation y="5.2605"/>
</Entity>
<Entity uid="1194">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="678"/>
<Orientation y="4.37386"/>
</Entity>
<Entity uid="1195">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1006" z="686"/>
<Orientation y="4.14466"/>
</Entity>
<Entity uid="1196">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="986.39032" z="678.7898"/>
<Orientation y="5.141"/>
</Entity>
<Entity uid="1197">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1058.71998" z="582.88093"/>
<Orientation y="3.95232"/>
</Entity>
<Entity uid="1198">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1065.05787" z="596.98487"/>
<Orientation y="2.23366"/>
</Entity>
<Entity uid="1199">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1100.41761" z="715.77771"/>
<Orientation y="9.47924"/>
</Entity>
<Entity uid="1200">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1023.9532" z="557.06684"/>
<Orientation y="0.45231"/>
</Entity>
<Entity uid="1201">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1033.51026" z="563.46155"/>
<Orientation y="4.13424"/>
</Entity>
<Entity uid="1202">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1051.57996" z="540.97846"/>
<Orientation y="3.5284"/>
</Entity>
<Entity uid="1203">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1055.39441" z="539.77424"/>
<Orientation y="4.24872"/>
</Entity>
<Entity uid="1204">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1103.79725" z="550.81763"/>
<Orientation y="3.60863"/>
</Entity>
<Entity uid="1205">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1112.1178" z="543.1515"/>
<Orientation y="5.06911"/>
</Entity>
<Entity uid="1206">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1116.60535" z="531.3252"/>
<Orientation y="0.18291"/>
</Entity>
<Entity uid="1207">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1116.44166" z="535.32178"/>
<Orientation y="1.35604"/>
</Entity>
<Entity uid="1208">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1121.09278" z="519.49878"/>
<Orientation y="4.56002"/>
</Entity>
<Entity uid="1209">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1120.9292" z="523.49549"/>
<Orientation y="0.87714"/>
</Entity>
<Entity uid="1210">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1106.72254" z="544.84321"/>
<Orientation y="3.4603"/>
</Entity>
<Entity uid="1211">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1184.87024" z="365.08027"/>
<Orientation y="0.86153"/>
</Entity>
<Entity uid="1212">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1163.14087" z="405.564"/>
<Orientation y="3.65937"/>
</Entity>
<Entity uid="1213">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1167.04578" z="400.60407"/>
<Orientation y="6.08753"/>
</Entity>
<Entity uid="1214">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.72254" z="504.84321"/>
<Orientation y="4.45041"/>
</Entity>
<Entity uid="1215">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.72254" z="512.84321"/>
<Orientation y="6.02401"/>
</Entity>
<Entity uid="1216">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1122" z="522"/>
<Orientation y="4.84646"/>
</Entity>
<Entity uid="1217">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1412.36756" z="325.4126"/>
<Orientation y="4.30817"/>
</Entity>
<Entity uid="1218">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1421.15528" z="262.97147"/>
<Orientation y="2.44275"/>
</Entity>
<Entity uid="1219">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1452.74488" z="171.42835"/>
<Orientation y="1.97866"/>
</Entity>
<Entity uid="1220">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1433.29505" z="155.72291"/>
<Orientation y="5.3192"/>
</Entity>
<Entity uid="1221">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1398.39502" z="251.07306"/>
<Orientation y="1.571"/>
</Entity>
<Entity uid="1222">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1449.06324" z="160.18"/>
<Orientation y="1.5821"/>
</Entity>
<Entity uid="1223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1394.39502" z="247.07306"/>
<Orientation y="3.39676"/>
</Entity>
<Entity uid="1224">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1394.39502" z="251.07306"/>
<Orientation y="2.16764"/>
</Entity>
<Entity uid="1225">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1407.6609" z="293.78754"/>
<Orientation y="7.23118"/>
</Entity>
<Entity uid="1226">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1409.9856" z="252.7761"/>
<Orientation y="7.02224"/>
</Entity>
<Entity uid="1227">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1412.05494" z="252.35276"/>
<Orientation y="10.90774"/>
</Entity>
<Entity uid="1228">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1386.85645" z="242.89472"/>
<Orientation y="8.42112"/>
</Entity>
<Entity uid="1229">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1383.30628" z="241.05188"/>
<Orientation y="11.02234"/>
</Entity>
<Entity uid="1230">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1326.39856" z="210.48734"/>
<Orientation y="9.39666"/>
</Entity>
<Entity uid="1231">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1359.94593" z="207.59977"/>
<Orientation y="8.29365"/>
</Entity>
<Entity uid="1232">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1353.24231" z="224.97904"/>
<Orientation y="7.77123"/>
</Entity>
<Entity uid="1233">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.60474" z="215.49381"/>
<Orientation y="11.83014"/>
</Entity>
<Entity uid="1234">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1257.4662" z="115.18136"/>
<Orientation y="12.05578"/>
</Entity>
<Entity uid="1235">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1324.70521" z="219.17948"/>
<Orientation y="6.30745"/>
</Entity>
<Entity uid="1236">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1156.32544" z="468.77775"/>
<Orientation y="2.3641"/>
</Entity>
<Entity uid="1237">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1108.06861" z="487.95237"/>
<Orientation y="1.31223"/>
</Entity>
<Entity uid="1238">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1144.32544" z="472.77775"/>
<Orientation y="3.9523"/>
</Entity>
<Entity uid="1239">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1148.32544" z="472.77775"/>
<Orientation y="4.60112"/>
</Entity>
<Entity uid="1240">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1152.32544" z="472.77775"/>
<Orientation y="1.31153"/>
</Entity>
<Entity uid="1241">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1113.13135" z="490.11896"/>
<Orientation y="4.78486"/>
</Entity>
<Entity uid="1242">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1108.62464" z="497.8396"/>
<Orientation y="4.92379"/>
</Entity>
<Entity uid="1243">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1104.32557" z="496.77775"/>
<Orientation y="0.05216"/>
</Entity>
<Entity uid="1244">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1100.32557" z="504.77775"/>
<Orientation y="2.82728"/>
</Entity>
<Entity uid="1245">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1100.32557" z="508.77778"/>
<Orientation y="4.62063"/>
</Entity>
<Entity uid="1246">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1092.32557" z="512.77778"/>
<Orientation y="2.4481"/>
</Entity>
<Entity uid="1247">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1088.32557" z="524.7776"/>
<Orientation y="3.81302"/>
</Entity>
<Entity uid="1248">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1084.32557" z="528.7776"/>
<Orientation y="5.54781"/>
</Entity>
<Entity uid="1249">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.32557" z="544.77771"/>
<Orientation y="3.53711"/>
</Entity>
<Entity uid="1250">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1076.32557" z="548.77771"/>
<Orientation y="4.35642"/>
</Entity>
<Entity uid="1251">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.32557" z="556.77771"/>
<Orientation y="2.49764"/>
</Entity>
<Entity uid="1252">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1054.4795" z="557.47571"/>
<Orientation y="1.2169"/>
</Entity>
<Entity uid="1253">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1043.2765" z="562.4892"/>
<Orientation y="3.78312"/>
</Entity>
<Entity uid="1254">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1044.48072" z="566.3036"/>
<Orientation y="3.82099"/>
</Entity>
<Entity uid="1255">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1046.88917" z="573.93244"/>
<Orientation y="3.30607"/>
</Entity>
<Entity uid="1256">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1054.11951" z="611.0807"/>
<Orientation y="6.10573"/>
</Entity>
<Entity uid="1257">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1053.11207" z="580.35706"/>
<Orientation y="2.05964"/>
</Entity>
<Entity uid="1258">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1052.7262" z="602.96125"/>
<Orientation y="4.56406"/>
</Entity>
<Entity uid="1259">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.78284" z="665.568"/>
<Orientation y="9.9408"/>
</Entity>
<Entity uid="1260">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="959.12397" z="689.8224"/>
<Orientation y="9.58407"/>
</Entity>
<Entity uid="1261">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="950.38349" z="687.92457"/>
<Orientation y="5.14431"/>
</Entity>
<Entity uid="1262">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1074.0575" z="788.06226"/>
<Orientation y="1.87472"/>
</Entity>
<Entity uid="1263">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="941.45844" z="690.78791"/>
<Orientation y="3.42402"/>
</Entity>
<Entity uid="1264">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="981.1579" z="671.70521"/>
<Orientation y="5.8237"/>
</Entity>
<Entity uid="1265">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="981.1579" z="679.70521"/>
<Orientation y="2.61316"/>
</Entity>
<Entity uid="1266">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="981.1579" z="683.70521"/>
<Orientation y="3.00976"/>
</Entity>
<Entity uid="1267">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="985.15796" z="683.70521"/>
<Orientation y="5.33626"/>
</Entity>
<Entity uid="1268">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.57325" z="829.80823"/>
<Orientation y="6.36202"/>
</Entity>
<Entity uid="1269">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1031.92725" z="784.46229"/>
<Orientation y="3.15195"/>
</Entity>
<Entity uid="1270">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1032.49756" z="779.95759"/>
<Orientation y="3.72883"/>
</Entity>
<Entity uid="1271">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1034.32471" z="903.98774"/>
<Orientation y="2.55163"/>
</Entity>
<Entity uid="1272">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1041.42212" z="872.28852"/>
<Orientation y="0.24762"/>
</Entity>
<Entity uid="1273">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1026.16468" z="782.22071"/>
<Orientation y="3.63563"/>
</Entity>
<Entity uid="1274">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="962" z="662"/>
<Orientation y="4.93795"/>
</Entity>
<Entity uid="1275">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="966" z="662"/>
<Orientation y="2.79668"/>
</Entity>
<Entity uid="1276">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="974" z="666"/>
<Orientation y="6.28284"/>
</Entity>
<Entity uid="1277">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="990" z="670"/>
<Orientation y="5.63628"/>
</Entity>
<Entity uid="1278">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="994" z="674"/>
<Orientation y="1.89621"/>
</Entity>
<Entity uid="1279">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="998" z="674"/>
<Orientation y="0.02608"/>
</Entity>
<Entity uid="1280">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1002" z="678"/>
<Orientation y="1.83581"/>
</Entity>
<Entity uid="1281">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1014" z="682"/>
<Orientation y="2.91355"/>
</Entity>
<Entity uid="1282">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1135.75489" z="384.27836"/>
<Orientation y="-1.20128"/>
</Entity>
<Entity uid="1283">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1143.01001" z="390.75412"/>
<Orientation y="2.28142"/>
</Entity>
<Entity uid="1284">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1105.89869" z="404.82721"/>
<Orientation y="1.82221"/>
</Entity>
<Entity uid="1285">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1109.36329" z="402.8282"/>
<Orientation y="4.77524"/>
</Entity>
<Entity uid="1286">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1112.82801" z="400.82917"/>
<Orientation y="1.67148"/>
</Entity>
<Entity uid="1287">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1260.9917" z="503.42222"/>
<Orientation y="1.9998"/>
</Entity>
<Entity uid="1288">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1412.19422" z="496.07413"/>
<Orientation y="4.96251"/>
</Entity>
<Entity uid="1289">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1406.80848" z="505.19364"/>
<Orientation y="7.132"/>
</Entity>
<Entity uid="1290">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1272.1576" z="460.00654"/>
<Orientation y="5.42634"/>
</Entity>
<Entity uid="1291">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1257.75745" z="679.88666"/>
<Orientation y="1.64917"/>
</Entity>
<Entity uid="1292">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1219.8125" z="574.56128"/>
<Orientation y="1.34577"/>
</Entity>
<Entity uid="1293">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1254.62586" z="623.05024"/>
<Orientation y="1.04386"/>
</Entity>
<Entity uid="1294">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1246.89563" z="638.52192"/>
<Orientation y="4.67774"/>
</Entity>
<Entity uid="1295">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1248.65662" z="626.36963"/>
<Orientation y="2.0874"/>
</Entity>
<Entity uid="1296">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1254.4192" z="619.40436"/>
<Orientation y="6.88"/>
</Entity>
<Entity uid="1297">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1250.45948" z="639.47425"/>
<Orientation y="6.34975"/>
</Entity>
<Entity uid="1298">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1246.05127" z="634.93873"/>
<Orientation y="5.77852"/>
</Entity>
<Entity uid="1299">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1259.60621" z="615.51014"/>
<Orientation y="6.26381"/>
</Entity>
<Entity uid="1300">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1275.70655" z="450.91596"/>
<Orientation y="1.09539"/>
</Entity>
<Entity uid="1301">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1319.11207" z="482.46058"/>
<Orientation y="6.89385"/>
</Entity>
<Entity uid="1302">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1287.19898" z="492.43903"/>
<Orientation y="1.86612"/>
</Entity>
<Entity uid="1303">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1167.6493" z="403.58716"/>
<Orientation y="3.14736"/>
</Entity>
<Entity uid="1304">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1101.03711" z="409.16257"/>
<Orientation y="0.60477"/>
</Entity>
<Entity uid="1305">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1102.5027" z="403.69889"/>
<Orientation y="5.56698"/>
</Entity>
<Entity uid="1306">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1194.82581" z="369.31434"/>
<Orientation y="2.91694"/>
</Entity>
<Entity uid="1307">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1115.26612" z="406.33844"/>
<Orientation y="4.85517"/>
</Entity>
<Entity uid="1308">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.141" z="877.69599"/>
<Orientation y="5.87395"/>
</Entity>
<Entity uid="1309">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1238.56336" z="900.7552"/>
<Orientation y="5.37781"/>
</Entity>
<Entity uid="1310">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1370.63453" z="482.02662"/>
<Orientation y="3.481"/>
</Entity>
<Entity uid="1311">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1359.33692" z="482.12223"/>
<Orientation y="3.95524"/>
</Entity>
<Entity uid="1312">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1233.36646" z="536.5558"/>
<Orientation y="1.06121"/>
</Entity>
<Entity uid="1313">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1255.47645" z="582.55945"/>
<Orientation y="2.16578"/>
</Entity>
<Entity uid="1314">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1255.47645" z="586.55945"/>
<Orientation y="1.30887"/>
</Entity>
<Entity uid="1315">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1255.47645" z="590.55945"/>
<Orientation y="2.01995"/>
</Entity>
<Entity uid="1316">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1264.18311" z="482.63401"/>
<Orientation y="0.79601"/>
</Entity>
<Entity uid="1317">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1251.47645" z="578.55945"/>
<Orientation y="2.1403"/>
</Entity>
<Entity uid="1318">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1251.47645" z="582.55945"/>
<Orientation y="1.0237"/>
</Entity>
<Entity uid="1319">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1197.45606" z="749.21045"/>
<Orientation y="-0.3942"/>
</Entity>
<Entity uid="1320">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1340.83265" z="469.81058"/>
<Orientation y="4.56984"/>
</Entity>
<Entity uid="1321">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1248.90589" z="590.09345"/>
<Orientation y="6.12052"/>
</Entity>
<Entity uid="1322">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1183.12159" z="741.23627"/>
<Orientation y="-0.29332"/>
</Entity>
<Entity uid="1323">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1182.03077" z="732.35877"/>
<Orientation y="0.00533"/>
</Entity>
<Entity uid="1324">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1298.27344" z="773.00208"/>
<Orientation y="5.42096"/>
</Entity>
<Entity uid="1325">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1275.82557" z="719.26014"/>
<Orientation y="6.05764"/>
</Entity>
<Entity uid="1326">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1266.88514" z="718.99946"/>
<Orientation y="4.94243"/>
</Entity>
<Entity uid="1327">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1210.2317" z="855.13123"/>
<Orientation y="5.471"/>
</Entity>
<Entity uid="1328">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1217.66114" z="854.77344"/>
<Orientation y="2.51363"/>
</Entity>
<Entity uid="1329">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1423.51197" z="575.9095"/>
<Orientation y="4.88405"/>
</Entity>
<Entity uid="1330">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1429.37037" z="573.49585"/>
<Orientation y="4.2752"/>
</Entity>
<Entity uid="1331">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1429.60254" z="577.58527"/>
<Orientation y="4.90313"/>
</Entity>
<Entity uid="1332">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1479.22608" z="583.271"/>
<Orientation y="0.86004"/>
</Entity>
<Entity uid="1333">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1481.45496" z="580.06098"/>
<Orientation y="2.36756"/>
</Entity>
<Entity uid="1334">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1469.59266" z="572.20435"/>
<Orientation y="3.97634"/>
</Entity>
<Entity uid="1335">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1475.42554" z="576.25934"/>
<Orientation y="6.1857"/>
</Entity>
<Entity uid="1336">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1469.53882" z="574.39411"/>
<Orientation y="4.15661"/>
</Entity>
<Entity uid="1337">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1431.65162" z="579.323"/>
<Orientation y="6.23806"/>
</Entity>
<Entity uid="1338">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1159.53418" z="423.29374"/>
<Orientation y="5.60065"/>
</Entity>
<Entity uid="1339">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1159.97254" z="418.597"/>
<Orientation y="1.2363"/>
</Entity>
<Entity uid="1340">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1130.23731" z="398.80488"/>
<Orientation y="-1.36243"/>
</Entity>
<Entity uid="1341">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1152.19153" z="439.85767"/>
<Orientation y="2.71906"/>
</Entity>
<Entity uid="1342">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1115.4994" z="409.55353"/>
<Orientation y="0.8057"/>
</Entity>
<Entity uid="1343">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1113.21143" z="397.07258"/>
<Orientation y="4.34426"/>
</Entity>
<Entity uid="1344">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1241.339" z="521.2942"/>
<Orientation y="4.03588"/>
</Entity>
<Entity uid="1345">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1226.14734" z="538.78675"/>
<Orientation y="0.98737"/>
</Entity>
<Entity uid="1346">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.55408" z="628.08448"/>
<Orientation y="4.09325"/>
</Entity>
<Entity uid="1347">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.55408" z="636.08448"/>
<Orientation y="5.12726"/>
</Entity>
<Entity uid="1348">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1224.55408" z="644.08448"/>
<Orientation y="5.10538"/>
</Entity>
<Entity uid="1349">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1217.32715" z="696.97284"/>
<Orientation y="0.83971"/>
</Entity>
<Entity uid="1350">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1241.56287" z="700.59668"/>
<Orientation y="3.65513"/>
</Entity>
<Entity uid="1351">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1226.23865" z="689.1468"/>
<Orientation y="2.96695"/>
</Entity>
<Entity uid="1352">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1222.23865" z="693.1468"/>
<Orientation y="1.30752"/>
</Entity>
<Entity uid="1353">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1252.52735" z="700.78272"/>
<Orientation y="2.8431"/>
</Entity>
<Entity uid="1354">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1254.21106" z="704.41108"/>
<Orientation y="5.55013"/>
</Entity>
<Entity uid="1355">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1236.4834" z="719.78626"/>
<Orientation y="4.23613"/>
</Entity>
<Entity uid="1356">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1263.43897" z="693.63984"/>
<Orientation y="6.51304"/>
</Entity>
<Entity uid="1357">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1261.4944" z="698.95203"/>
<Orientation y="4.6463"/>
</Entity>
<Entity uid="1358">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1263.17823" z="702.58033"/>
<Orientation y="6.09087"/>
</Entity>
<Entity uid="1359">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1264.86207" z="706.20868"/>
<Orientation y="6.64608"/>
</Entity>
<Entity uid="1360">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1264.60132" z="715.14911"/>
<Orientation y="6.30127"/>
</Entity>
<Entity uid="1361">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1289.20972" z="766.83167"/>
<Orientation y="4.782"/>
</Entity>
<Entity uid="1362">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1269.65271" z="726.03412"/>
<Orientation y="5.29726"/>
</Entity>
<Entity uid="1363">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1271.33655" z="729.66248"/>
<Orientation y="2.74094"/>
</Entity>
<Entity uid="1364">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1199.6825" z="771.05774"/>
<Orientation y="4.64377"/>
</Entity>
<Entity uid="1365">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1240.31177" z="886.4621"/>
<Orientation y="6.04451"/>
</Entity>
<Entity uid="1366">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1205.18592" z="777.15137"/>
<Orientation y="3.36208"/>
</Entity>
<Entity uid="1367">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.00916" z="615.724"/>
<Orientation y="0.37137"/>
</Entity>
<Entity uid="1368">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1217.50391" z="639.22522"/>
<Orientation y="4.35735"/>
</Entity>
<Entity uid="1369">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1202.9181" z="767.58039"/>
<Orientation y="4.92539"/>
</Entity>
<Entity uid="1370">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1269.9535" z="526.50239"/>
<Orientation y="5.07914"/>
</Entity>
<Entity uid="1371">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1297.10364" z="644.9864"/>
<Orientation y="0.97637"/>
</Entity>
<Entity uid="1372">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1186.92432" z="899.45868"/>
<Orientation y="1.9656"/>
</Entity>
<Entity uid="1373">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.96021" z="889.64356"/>
<Orientation y="2.9463"/>
</Entity>
<Entity uid="1374">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1280.06092" z="445.45105"/>
<Orientation y="6.0126"/>
</Entity>
<Entity uid="1375">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1154.69056" z="434.02414"/>
<Orientation y="6.14962"/>
</Entity>
<Entity uid="1376">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1169.34864" z="377.76661"/>
<Orientation y="2.76041"/>
</Entity>
<Entity uid="1377">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1146.77295" z="379.85853"/>
<Orientation y="1.21547"/>
</Entity>
<Entity uid="1378">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1110.82898" z="397.36451"/>
<Orientation y="4.948"/>
</Entity>
<Entity uid="1379">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1454.69397" z="587.48316"/>
<Orientation y="1.29274"/>
</Entity>
<Entity uid="1380">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.69397" z="587.48316"/>
<Orientation y="0.80181"/>
</Entity>
<Entity uid="1381">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1257.1305" z="514.62842"/>
<Orientation y="0.43311"/>
</Entity>
<Entity uid="1382">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1258.97547" z="494.7769"/>
<Orientation y="0.27591"/>
</Entity>
<Entity uid="1383">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1265.21766" z="526.10938"/>
<Orientation y="3.03814"/>
</Entity>
<Entity uid="1384">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1277.6316" z="519.45722"/>
<Orientation y="5.54465"/>
</Entity>
<Entity uid="1385">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1278.92933" z="508.21827"/>
<Orientation y="3.99408"/>
</Entity>
<Entity uid="1386">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1283.27588" z="499.10947"/>
<Orientation y="2.41695"/>
</Entity>
<Entity uid="1387">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1312.96045" z="483.59003"/>
<Orientation y="2.74976"/>
</Entity>
<Entity uid="1388">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1316.96717" z="485.06043"/>
<Orientation y="1.22736"/>
</Entity>
<Entity uid="1389">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1145.81495" z="396.21045"/>
<Orientation y="3.26552"/>
</Entity>
<Entity uid="1390">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1168.0326" z="409.35087"/>
<Orientation y="5.67682"/>
</Entity>
<Entity uid="1391">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1151.20118" z="432.80106"/>
<Orientation y="2.19422"/>
</Entity>
<Entity uid="1392">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.5409" z="530.76661"/>
<Orientation y="4.95427"/>
</Entity>
<Entity uid="1393">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1223.39332" z="545.19642"/>
<Orientation y="1.52683"/>
</Entity>
<Entity uid="1394">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.10352" z="880.9795"/>
<Orientation y="5.89075"/>
</Entity>
<Entity uid="1395">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.65894" z="901.93915"/>
<Orientation y="4.06107"/>
</Entity>
<Entity uid="1396">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1203.83155" z="968.70771"/>
<Orientation y="2.82618"/>
</Entity>
<Entity uid="1397">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1261.37146" z="456.7092"/>
<Orientation y="0.71901"/>
</Entity>
<Entity uid="1398">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1276.58655" z="436.1356"/>
<Orientation y="3.68972"/>
</Entity>
<Entity uid="1399">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.60804" z="871.55317"/>
<Orientation y="8.2155"/>
</Entity>
<Entity uid="1400">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1217.41626" z="938.82044"/>
<Orientation y="6.1452"/>
</Entity>
<Entity uid="1401">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1251.47645" z="586.55945"/>
<Orientation y="1.8177"/>
</Entity>
<Entity uid="1402">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1255.47645" z="594.55945"/>
<Orientation y="3.66007"/>
</Entity>
<Entity uid="1403">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1247.47645" z="586.55945"/>
<Orientation y="1.86957"/>
</Entity>
<Entity uid="1404">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1190.79041" z="753.63422"/>
<Orientation y="-0.66234"/>
</Entity>
<Entity uid="1405">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1194.00709" z="761.41065"/>
<Orientation y="4.70539"/>
</Entity>
<Entity uid="1406">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1189.16907" z="883.46052"/>
<Orientation y="2.0541"/>
</Entity>
<Entity uid="1407">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1177.57691" z="740.1153"/>
<Orientation y="0.93883"/>
</Entity>
<Entity uid="1408">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1277.5094" z="722.8885"/>
<Orientation y="3.48816"/>
</Entity>
<Entity uid="1409">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1281.77271" z="748.74524"/>
<Orientation y="6.46735"/>
</Entity>
<Entity uid="1410">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1291.90296" z="666.18427"/>
<Orientation y="5.87124"/>
</Entity>
<Entity uid="1411">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1220.60828" z="853.64734"/>
<Orientation y="3.4335"/>
</Entity>
<Entity uid="1412">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1429.71021" z="568.7779"/>
<Orientation y="3.49766"/>
</Entity>
<Entity uid="1413">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1454.85279" z="576.34314"/>
<Orientation y="1.6136"/>
</Entity>
<Entity uid="1414">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1443.51868" z="578.50098"/>
<Orientation y="0.39303"/>
</Entity>
<Entity uid="1415">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1477.45496" z="584.06098"/>
<Orientation y="4.18987"/>
</Entity>
<Entity uid="1416">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.36646" z="573.14502"/>
<Orientation y="3.4143"/>
</Entity>
<Entity uid="1417">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1459.32007" z="573.128"/>
<Orientation y="2.95061"/>
</Entity>
<Entity uid="1418">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1172.96534" z="399.74604"/>
<Orientation y="2.4958"/>
</Entity>
<Entity uid="1419">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.46937" z="404.79456"/>
<Orientation y="0.07776"/>
</Entity>
<Entity uid="1420">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1165.5896" z="415.71088"/>
<Orientation y="1.44225"/>
</Entity>
<Entity uid="1421">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1124.00416" z="390.47593"/>
<Orientation y="4.80271"/>
</Entity>
<Entity uid="1422">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1110.1659" z="399.28327"/>
<Orientation y="3.83207"/>
</Entity>
<Entity uid="1423">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1231.68848" z="564.31171"/>
<Orientation y="1.55578"/>
</Entity>
<Entity uid="1424">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.68848" z="568.31171"/>
<Orientation y="0.01827"/>
</Entity>
<Entity uid="1425">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.68848" z="572.31171"/>
<Orientation y="2.17634"/>
</Entity>
<Entity uid="1426">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1223.68848" z="576.31171"/>
<Orientation y="1.6667"/>
</Entity>
<Entity uid="1427">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.68848" z="576.31171"/>
<Orientation y="4.38273"/>
</Entity>
<Entity uid="1428">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1343.37684" z="492.55262"/>
<Orientation y="3.29287"/>
</Entity>
<Entity uid="1429">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1223.68848" z="584.31171"/>
<Orientation y="1.01584"/>
</Entity>
<Entity uid="1430">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1257.26441" z="496.9951"/>
<Orientation y="3.64518"/>
</Entity>
<Entity uid="1431">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1308.49891" z="483.33951"/>
<Orientation y="2.71171"/>
</Entity>
<Entity uid="1432">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1260.15308" z="537.67438"/>
<Orientation y="4.1265"/>
</Entity>
<Entity uid="1433">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1260.15308" z="541.67438"/>
<Orientation y="3.69742"/>
</Entity>
<Entity uid="1434">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1264.15308" z="541.67438"/>
<Orientation y="0.08587"/>
</Entity>
<Entity uid="1435">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.58521" z="722.96052"/>
<Orientation y="4.2577"/>
</Entity>
<Entity uid="1436">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1245.56287" z="692.59668"/>
<Orientation y="0.98993"/>
</Entity>
<Entity uid="1437">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1269.95508" z="544.35114"/>
<Orientation y="3.51751"/>
</Entity>
<Entity uid="1438">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1218.9131" z="710.0271"/>
<Orientation y="4.82612"/>
</Entity>
<Entity uid="1439">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1263.96033" z="675.75892"/>
<Orientation y="5.16962"/>
</Entity>
<Entity uid="1440">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1265.64417" z="679.38727"/>
<Orientation y="1.85543"/>
</Entity>
<Entity uid="1441">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.38343" z="688.3277"/>
<Orientation y="1.08735"/>
</Entity>
<Entity uid="1442">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1269.01185" z="686.64393"/>
<Orientation y="2.76589"/>
</Entity>
<Entity uid="1443">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1267.06727" z="691.95606"/>
<Orientation y="3.51725"/>
</Entity>
<Entity uid="1444">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1266.80652" z="700.89655"/>
<Orientation y="6.6902"/>
</Entity>
<Entity uid="1445">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.22962" z="713.46534"/>
<Orientation y="0.88033"/>
</Entity>
<Entity uid="1446">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1274.96485" z="727.97864"/>
<Orientation y="4.10221"/>
</Entity>
<Entity uid="1447">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1276.64869" z="731.607"/>
<Orientation y="6.00208"/>
</Entity>
<Entity uid="1448">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1160.21814" z="805.0738"/>
<Orientation y="4.78458"/>
</Entity>
<Entity uid="1449">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1205.30188" z="771.70783"/>
<Orientation y="3.97808"/>
</Entity>
<Entity uid="1450">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1159.09742" z="796.9737"/>
<Orientation y="9.50518"/>
</Entity>
<Entity uid="1451">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1197.21082" z="761.54139"/>
<Orientation y="3.39936"/>
</Entity>
<Entity uid="1452">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1204.34754" z="775.11438"/>
<Orientation y="0.649"/>
</Entity>
<Entity uid="1453">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1298.50709" z="658.22254"/>
<Orientation y="1.80674"/>
</Entity>
<Entity uid="1454">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1294.53309" z="660.5204"/>
<Orientation y="1.22881"/>
</Entity>
<Entity uid="1455">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1223.00916" z="619.724"/>
<Orientation y="1.52048"/>
</Entity>
<Entity uid="1456">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1160.64881" z="813.30323"/>
<Orientation y="7.88314"/>
</Entity>
<Entity uid="1457">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1287.58936" z="437.90003"/>
<Orientation y="1.47967"/>
</Entity>
<Entity uid="1458">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1184.6349" z="898.66944"/>
<Orientation y="5.41137"/>
</Entity>
<Entity uid="1459">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1187.80921" z="892.30451"/>
<Orientation y="1.64396"/>
</Entity>
<Entity uid="1460">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1239.54139" z="884.00226"/>
<Orientation y="3.64814"/>
</Entity>
<Entity uid="1461">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1156.06922" z="424.2259"/>
<Orientation y="4.4978"/>
</Entity>
<Entity uid="1462">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.87586" z="543.0796"/>
<Orientation y="-0.74283"/>
</Entity>
<Entity uid="1463">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1155.65418" z="426.735"/>
<Orientation y="-0.40618"/>
</Entity>
<Entity uid="1464">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1146.34607" z="384.41968"/>
<Orientation y="-0.88822"/>
</Entity>
<Entity uid="1465">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1181.39014" z="373.3278"/>
<Orientation y="2.51513"/>
</Entity>
<Entity uid="1466">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1105.36524" z="395.89887"/>
<Orientation y="5.20997"/>
</Entity>
<Entity uid="1467">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1108.82996" z="393.89985"/>
<Orientation y="1.93262"/>
</Entity>
<Entity uid="1468">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1479.93592" z="562.79993"/>
<Orientation y="5.34"/>
</Entity>
<Entity uid="1469">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.69397" z="583.48316"/>
<Orientation y="1.57126"/>
</Entity>
<Entity uid="1470">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1384.97034" z="497.32203"/>
<Orientation y="4.69118"/>
</Entity>
<Entity uid="1471">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1257.1305" z="506.62845"/>
<Orientation y="1.96943"/>
</Entity>
<Entity uid="1472">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1299.42359" z="648.29676"/>
<Orientation y="0.93137"/>
</Entity>
<Entity uid="1473">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1231.03406" z="579.72761"/>
<Orientation y="2.42365"/>
</Entity>
<Entity uid="1474">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1252.3036" z="505.26706"/>
<Orientation y="2.62623"/>
</Entity>
<Entity uid="1475">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.9242" z="486.4487"/>
<Orientation y="1.86423"/>
</Entity>
<Entity uid="1476">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1264.26429" z="451.09601"/>
<Orientation y="4.9051"/>
</Entity>
<Entity uid="1477">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1256.13257" z="588.76801"/>
<Orientation y="2.58292"/>
</Entity>
<Entity uid="1478">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1122.22181" z="403.55774"/>
<Orientation y="3.5839"/>
</Entity>
<Entity uid="1479">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1177.78553" z="371.99961"/>
<Orientation y="-0.53109"/>
</Entity>
<Entity uid="1480">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.97046" z="960.63349"/>
<Orientation y="4.1262"/>
</Entity>
<Entity uid="1481">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1208.65113" z="896.17804"/>
<Orientation y="6.63212"/>
</Entity>
<Entity uid="1482">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1269.78919" z="455.33671"/>
<Orientation y="1.53664"/>
</Entity>
<Entity uid="1483">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1264.19202" z="485.51874"/>
<Orientation y="3.05326"/>
</Entity>
<Entity uid="1484">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1199.39881" z="969.94623"/>
<Orientation y="6.5834"/>
</Entity>
<Entity uid="1485">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1206.75232" z="900.42255"/>
<Orientation y="5.81452"/>
</Entity>
<Entity uid="1486">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1247.47645" z="594.55945"/>
<Orientation y="5.3931"/>
</Entity>
<Entity uid="1487">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1297.55445" z="633.44031"/>
<Orientation y="6.01429"/>
</Entity>
<Entity uid="1488">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1251.47645" z="598.55945"/>
<Orientation y="5.18088"/>
</Entity>
<Entity uid="1489">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1185.24573" z="752.51325"/>
<Orientation y="2.48002"/>
</Entity>
<Entity uid="1490">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1298.9839" z="640.97431"/>
<Orientation y="1.96941"/>
</Entity>
<Entity uid="1491">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1194.00709" z="765.41065"/>
<Orientation y="1.99468"/>
</Entity>
<Entity uid="1492">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1296.12171" z="620.29657"/>
<Orientation y="3.50025"/>
</Entity>
<Entity uid="1493">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.81482" z="779.26264"/>
<Orientation y="2.92766"/>
</Entity>
<Entity uid="1494">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1168.95435" z="892.75129"/>
<Orientation y="4.61669"/>
</Entity>
<Entity uid="1495">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1228.75257" z="796.667"/>
<Orientation y="-0.68516"/>
</Entity>
<Entity uid="1496">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1275.56482" z="728.20063"/>
<Orientation y="1.06753"/>
</Entity>
<Entity uid="1497">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1213.2964" z="844.7143"/>
<Orientation y="5.80691"/>
</Entity>
<Entity uid="1498">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1209.761" z="851.73487"/>
<Orientation y="4.19797"/>
</Entity>
<Entity uid="1499">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1415.0525" z="573.4997"/>
<Orientation y="4.8436"/>
</Entity>
<Entity uid="1500">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1398.09156" z="569.81623"/>
<Orientation y="1.21235"/>
</Entity>
<Entity uid="1501">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1421.26685" z="579.14563"/>
<Orientation y="1.54734"/>
</Entity>
<Entity uid="1502">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1439.51868" z="582.50098"/>
<Orientation y="3.40844"/>
</Entity>
<Entity uid="1503">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1439.51868" z="586.50098"/>
<Orientation y="5.89849"/>
</Entity>
<Entity uid="1504">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1477.45496" z="588.06098"/>
<Orientation y="0.55918"/>
</Entity>
<Entity uid="1505">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1469.45496" z="580.06098"/>
<Orientation y="2.54085"/>
</Entity>
<Entity uid="1506">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1465.45496" z="580.06098"/>
<Orientation y="1.41631"/>
</Entity>
<Entity uid="1507">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1435.53882" z="571.14527"/>
<Orientation y="1.12253"/>
</Entity>
<Entity uid="1508">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1154.46937" z="404.79456"/>
<Orientation y="1.7976"/>
</Entity>
<Entity uid="1509">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1315.5127" z="479.23691"/>
<Orientation y="4.92455"/>
</Entity>
<Entity uid="1510">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1355.74085" z="474.87485"/>
<Orientation y="6.8266"/>
</Entity>
<Entity uid="1511">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1269.8025" z="439.7837"/>
<Orientation y="2.03493"/>
</Entity>
<Entity uid="1512">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1321.95044" z="484.53064"/>
<Orientation y="5.87807"/>
</Entity>
<Entity uid="1513">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.78626" z="490.04343"/>
<Orientation y="4.1262"/>
</Entity>
<Entity uid="1514">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1128.8014" z="393.4737"/>
<Orientation y="5.39554"/>
</Entity>
<Entity uid="1515">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.69886" z="392.57398"/>
<Orientation y="4.99514"/>
</Entity>
<Entity uid="1516">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1235.68848" z="568.31171"/>
<Orientation y="4.42553"/>
</Entity>
<Entity uid="1517">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1126.70337" z="402.16843"/>
<Orientation y="0.93497"/>
</Entity>
<Entity uid="1518">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.68848" z="580.31171"/>
<Orientation y="1.99181"/>
</Entity>
<Entity uid="1519">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1248.29004" z="517.83057"/>
<Orientation y="6.23697"/>
</Entity>
<Entity uid="1520">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1247.64942" z="509.94526"/>
<Orientation y="5.90148"/>
</Entity>
<Entity uid="1521">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1264.15308" z="537.67438"/>
<Orientation y="1.69208"/>
</Entity>
<Entity uid="1522">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.15308" z="541.67438"/>
<Orientation y="2.34551"/>
</Entity>
<Entity uid="1523">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.95972" z="721.94397"/>
<Orientation y="1.17421"/>
</Entity>
<Entity uid="1524">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1255.33167" z="499.69162"/>
<Orientation y="4.33626"/>
</Entity>
<Entity uid="1525">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.0818" z="734.85608"/>
<Orientation y="4.54339"/>
</Entity>
<Entity uid="1526">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1261.72083" z="674.15912"/>
<Orientation y="4.48945"/>
</Entity>
<Entity uid="1527">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.11866" z="702.84107"/>
<Orientation y="1.92507"/>
</Entity>
<Entity uid="1528">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1275.74708" z="701.15723"/>
<Orientation y="3.28428"/>
</Entity>
<Entity uid="1529">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1273.8025" z="706.46937"/>
<Orientation y="0.86066"/>
</Entity>
<Entity uid="1530">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1162.58606" z="882.31733"/>
<Orientation y="3.82604"/>
</Entity>
<Entity uid="1531">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1207.7865" z="774.84253"/>
<Orientation y="4.45604"/>
</Entity>
<Entity uid="1532">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1210.27112" z="777.9773"/>
<Orientation y="3.11257"/>
</Entity>
<Entity uid="1533">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1163.8407" z="892.77533"/>
<Orientation y="4.8215"/>
</Entity>
<Entity uid="1534">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1157.6045" z="800.68464"/>
<Orientation y="10.55306"/>
</Entity>
<Entity uid="1535">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1204.34754" z="771.11438"/>
<Orientation y="2.7686"/>
</Entity>
<Entity uid="1536">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1165.07215" z="895.07929"/>
<Orientation y="2.64426"/>
</Entity>
<Entity uid="1537">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1192.12684" z="765.42273"/>
<Orientation y="0.93425"/>
</Entity>
<Entity uid="1538">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1274.87696" z="514.43024"/>
<Orientation y="5.32258"/>
</Entity>
<Entity uid="1539">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1297.10364" z="636.9864"/>
<Orientation y="5.88767"/>
</Entity>
<Entity uid="1540">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1348.9419" z="472.32468"/>
<Orientation y="3.98435"/>
</Entity>
<Entity uid="1541">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1267.84278" z="448.26932"/>
<Orientation y="1.5394"/>
</Entity>
<Entity uid="1542">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.86756" z="1136.92505"/>
<Orientation y="4.81179"/>
</Entity>
<Entity uid="1543">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1395.49402" z="1139.55054"/>
<Orientation y="2.80755"/>
</Entity>
<Entity uid="1544">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1309.5542" z="1153.78528"/>
<Orientation y="3.57422"/>
</Entity>
<Entity uid="1545">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1355.77686" z="1138.2948"/>
<Orientation y="2.88785"/>
</Entity>
<Entity uid="1546">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.45984" z="1107.01624"/>
<Orientation y="4.05127"/>
</Entity>
<Entity uid="1547">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1407.22266" z="1104.82618"/>
<Orientation y="0.68421"/>
</Entity>
<Entity uid="1548">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1384.54212" z="1158.95154"/>
<Orientation y="2.20766"/>
</Entity>
<Entity uid="1549">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1411.77112" z="1102.28321"/>
<Orientation y="2.66161"/>
</Entity>
<Entity uid="1550">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1379.22767" z="1162.72779"/>
<Orientation y="3.77956"/>
</Entity>
<Entity uid="1551">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1372.74463" z="1168.99244"/>
<Orientation y="4.3493"/>
</Entity>
<Entity uid="1552">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1425.22278" z="1113.63575"/>
<Orientation y="3.71071"/>
</Entity>
<Entity uid="1553">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1210.54688" z="861.77491"/>
<Orientation y="2.79642"/>
</Entity>
<Entity uid="1556">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.35877" z="858.37861"/>
<Orientation y="5.45133"/>
</Entity>
<Entity uid="1557">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1214.6698" z="862.15772"/>
<Orientation y="8.9545"/>
</Entity>
<Entity uid="1558">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1206.26294" z="678.80726"/>
<Orientation y="2.75216"/>
</Entity>
<Entity uid="1559">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.31812" z="862.00336"/>
<Orientation y="6.04993"/>
</Entity>
<Entity uid="1560">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1236.18726" z="863.16016"/>
<Orientation y="10.4009"/>
</Entity>
<Entity uid="1561">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1217.41224" z="635.77265"/>
<Orientation y="5.64399"/>
</Entity>
<Entity uid="1562">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1221.41224" z="627.77265"/>
<Orientation y="0.71024"/>
</Entity>
<Entity uid="1563">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1221.41224" z="631.77265"/>
<Orientation y="4.99904"/>
</Entity>
<Entity uid="1564">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1385.49952" z="1155.28675"/>
<Orientation y="3.22596"/>
</Entity>
<Entity uid="1565">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1426.19983" z="1098.9286"/>
<Orientation y="1.09258"/>
</Entity>
<Entity uid="1566">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1402.05396" z="1107.49842"/>
<Orientation y="2.85192"/>
</Entity>
<Entity uid="1567">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.21851" z="897.60206"/>
<Orientation y="0.93026"/>
</Entity>
<Entity uid="1569">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1233.92286" z="892.78083"/>
<Orientation y="3.74965"/>
</Entity>
<Entity uid="1570">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1250.04163" z="911.42865"/>
<Orientation y="0.17057"/>
</Entity>
<Entity uid="1571">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1420.73511" z="1107.37818"/>
<Orientation y="3.18706"/>
</Entity>
<Entity uid="1584">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1216.69336" z="903.37641"/>
<Orientation y="0.06894"/>
</Entity>
<Entity uid="1587">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1219.31226" z="914.59974"/>
<Orientation y="5.92652"/>
</Entity>
<Entity uid="1588">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1214.62464" z="940.29511"/>
<Orientation y="5.69051"/>
</Entity>
<Entity uid="1590">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.92627" z="902.59693"/>
<Orientation y="5.21746"/>
</Entity>
<Entity uid="1592">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1212.86377" z="887.75702"/>
<Orientation y="4.7938"/>
</Entity>
<Entity uid="1594">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1163.90284" z="844.38428"/>
<Orientation y="3.29162"/>
</Entity>
<Entity uid="1595">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.10975" z="798.15424"/>
<Orientation y="8.65107"/>
</Entity>
<Entity uid="1596">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1164.80652" z="792.22522"/>
<Orientation y="6.878"/>
</Entity>
<Entity uid="1597">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1181.87488" z="744.79877"/>
<Orientation y="3.66987"/>
</Entity>
<Entity uid="1598">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1220.80433" z="637.28199"/>
<Orientation y="4.60048"/>
</Entity>
<Entity uid="1599">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1165.67457" z="886.46753"/>
<Orientation y="4.41311"/>
</Entity>
<Entity uid="1600">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1226.25025" z="647.19751"/>
<Orientation y="4.38703"/>
</Entity>
<Entity uid="1601">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1192.23023" z="760.08777"/>
<Orientation y="2.61912"/>
</Entity>
<Entity uid="1602">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1196.23023" z="760.08777"/>
<Orientation y="5.29577"/>
</Entity>
<Entity uid="1603">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1168.66724" z="897.46583"/>
<Orientation y="1.6104"/>
</Entity>
<Entity uid="1604">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1162.71753" z="840.2909"/>
<Orientation y="6.75239"/>
</Entity>
<Entity uid="1612">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1396.9214" z="1134.22413"/>
<Orientation y="3.7757"/>
</Entity>
<Entity uid="1613">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1209.5127" z="890.34394"/>
<Orientation y="3.25411"/>
</Entity>
<Entity uid="1628">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1394.3589" z="1141.86573"/>
<Orientation y="0.98015"/>
</Entity>
<Entity uid="1629">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1357.42554" z="1188.28907"/>
<Orientation y="1.41263"/>
</Entity>
<Entity uid="1630">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.85987" z="1105.45997"/>
<Orientation y="3.81843"/>
</Entity>
<Entity uid="1631">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.48133" z="1232.10352"/>
<Orientation y="5.97558"/>
</Entity>
<Entity uid="1632">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1322.04383" z="1151.53028"/>
<Orientation y="0.25756"/>
</Entity>
<Entity uid="1636">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1262.88563" z="1116.91004"/>
<Orientation y="4.16585"/>
</Entity>
<Entity uid="1637">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1341.75245" z="1224.02845"/>
<Orientation y="1.08492"/>
</Entity>
<Entity uid="1638">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.09144" z="1185.9756"/>
<Orientation y="6.05651"/>
</Entity>
<Entity uid="1639">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1245.33375" z="916.23755"/>
<Orientation y="4.46358"/>
</Entity>
<Entity uid="1640">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1224.44922" z="877.63404"/>
<Orientation y="3.26388"/>
</Entity>
<Entity uid="1641">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1238.27417" z="919.83606"/>
<Orientation y="3.6591"/>
</Entity>
<Entity uid="1642">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1425.6023" z="1115.92042"/>
<Orientation y="5.62513"/>
</Entity>
<Entity uid="1643">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1214.82508" z="893.52302"/>
<Orientation y="2.50626"/>
</Entity>
<Entity uid="1644">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1205.62281" z="884.68543"/>
<Orientation y="1.75033"/>
</Entity>
<Entity uid="1653">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1207.09681" z="668.83497"/>
<Orientation y="1.16158"/>
</Entity>
<Entity uid="1654">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.09681" z="660.83497"/>
<Orientation y="2.9291"/>
</Entity>
<Entity uid="1655">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.09681" z="660.83497"/>
<Orientation y="5.43985"/>
</Entity>
<Entity uid="1656">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.09681" z="652.83497"/>
<Orientation y="4.39393"/>
</Entity>
<Entity uid="1657">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1397.49891" z="1137.57911"/>
<Orientation y="4.3087"/>
</Entity>
<Entity uid="1658">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1097.66541" z="1028.47706"/>
<Orientation y="2.84821"/>
</Entity>
<Entity uid="1659">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1251.58057" z="1097.01111"/>
<Orientation y="3.75342"/>
</Entity>
<Entity uid="1660">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1171.0315" z="850.9632"/>
<Orientation y="4.23958"/>
</Entity>
<Entity uid="1661">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1291.46302" z="1111.78211"/>
<Orientation y="4.08335"/>
</Entity>
<Entity uid="1672">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1388.88819" z="1156.62244"/>
<Orientation y="2.30092"/>
</Entity>
<Entity uid="1673">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1393.16968" z="1152.15137"/>
<Orientation y="4.28171"/>
</Entity>
<Entity uid="1675">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1229.67237" z="874.62177"/>
<Orientation y="1.90725"/>
</Entity>
<Entity uid="1676">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1214.4889" z="658.3443"/>
<Orientation y="4.7435"/>
</Entity>
<Entity uid="1678">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1207.48414" z="968.18775"/>
<Orientation y="11.62539"/>
</Entity>
<Entity uid="1683">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.02906" z="902.42347"/>
<Orientation y="2.28147"/>
</Entity>
<Entity uid="1696">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1259.06214" z="1110.26917"/>
<Orientation y="3.36043"/>
</Entity>
<Entity uid="1697">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1303.82386" z="1239.11622"/>
<Orientation y="3.49152"/>
</Entity>
<Entity uid="1700">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1348.57874" z="1210.90162"/>
<Orientation y="4.36326"/>
</Entity>
<Entity uid="1702">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1268.70228" z="1126.56312"/>
<Orientation y="1.9393"/>
</Entity>
<Entity uid="1703">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1380.94593" z="1158.41175"/>
<Orientation y="5.34972"/>
</Entity>
<Entity uid="1704">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.6006" z="1091.28663"/>
<Orientation y="0.55845"/>
</Entity>
<Entity uid="1705">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1263.91346" z="1120.1803"/>
<Orientation y="2.10541"/>
</Entity>
<Entity uid="1707">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.34449" z="892.97254"/>
<Orientation y="5.3102"/>
</Entity>
<Entity uid="1708">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1345.26453" z="1214.53919"/>
<Orientation y="3.3169"/>
</Entity>
<Entity uid="1709">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1210.17664" z="884.11841"/>
<Orientation y="4.12211"/>
</Entity>
<Entity uid="1711">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1206.95215" z="882.91187"/>
<Orientation y="3.82696"/>
</Entity>
<Entity uid="1715">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1172.99708" z="847.3855"/>
<Orientation y="2.58738"/>
</Entity>
<Entity uid="1717">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1236.30591" z="896.73688"/>
<Orientation y="2.19245"/>
</Entity>
<Entity uid="1719">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1154.94703" z="826.72779"/>
<Orientation y="2.47779"/>
</Entity>
<Entity uid="1722">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1207.09681" z="660.83497"/>
<Orientation y="0.75881"/>
</Entity>
<Entity uid="1723">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.09681" z="656.83497"/>
<Orientation y="4.36828"/>
</Entity>
<Entity uid="1724">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1411.44593" z="1115.6886"/>
<Orientation y="5.15969"/>
</Entity>
<Entity uid="1726">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1217.09791" z="907.67975"/>
<Orientation y="6.2539"/>
</Entity>
<Entity uid="1731">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1395.33008" z="1111.02454"/>
<Orientation y="1.29165"/>
</Entity>
<Entity uid="1736">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1156.04236" z="833.86506"/>
<Orientation y="4.2584"/>
</Entity>
<Entity uid="1742">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1217.99292" z="933.77143"/>
<Orientation y="3.4921"/>
</Entity>
<Entity uid="1743">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1167.51404" z="843.47742"/>
<Orientation y="4.81006"/>
</Entity>
<Entity uid="1746">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.19007" z="871.79847"/>
<Orientation y="2.61286"/>
</Entity>
<Entity uid="1747">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1332.59314" z="1147.4286"/>
<Orientation y="3.28177"/>
</Entity>
<Entity uid="1749">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1371.39844" z="1173.6819"/>
<Orientation y="3.93952"/>
</Entity>
<Entity uid="1751">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1238.59754" z="883.05243"/>
<Orientation y="6.76117"/>
</Entity>
<Entity uid="1752">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1231.2107" z="877.75806"/>
<Orientation y="6.1754"/>
</Entity>
<Entity uid="1753">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.42664" z="893.4809"/>
<Orientation y="3.82432"/>
</Entity>
<Entity uid="1755">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.72938" z="900.20881"/>
<Orientation y="2.23223"/>
</Entity>
<Entity uid="1757">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1169.74756" z="796.45618"/>
<Orientation y="8.99041"/>
</Entity>
<Entity uid="1758">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.15625" z="894.91749"/>
<Orientation y="6.71225"/>
</Entity>
<Entity uid="1760">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1240.6847" z="918.17188"/>
<Orientation y="7.4742"/>
</Entity>
<Entity uid="1769">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1344.6537" z="1218.07789"/>
<Orientation y="-0.20243"/>
</Entity>
<Entity uid="1770">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1221.45911" z="912.01172"/>
<Orientation y="-1.5579"/>
</Entity>
<Entity uid="1771">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1266.60218" z="1124.44617"/>
<Orientation y="-1.10341"/>
</Entity>
<Entity uid="1784">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1326.38184" z="1125.573"/>
<Orientation y="3.91131"/>
</Entity>
<Entity uid="1785">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1343.87183" z="1220.34717"/>
<Orientation y="3.95868"/>
</Entity>
<Entity uid="1786">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1322.98182" z="1267.34961"/>
<Orientation y="5.05855"/>
</Entity>
<Entity uid="1787">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1361.7162" z="1181.39698"/>
<Orientation y="2.08252"/>
</Entity>
<Entity uid="1788">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1318.86268" z="1213.95655"/>
<Orientation y="5.17071"/>
</Entity>
<Entity uid="1789">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1322.40284" z="1211.45618"/>
<Orientation y="2.25399"/>
</Entity>
<Entity uid="1790">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1300.40125" z="1234.71998"/>
<Orientation y="0.64602"/>
</Entity>
<Entity uid="1793">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1353.91443" z="1205.37635"/>
<Orientation y="6.04767"/>
</Entity>
<Entity uid="1798">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1206.52894" z="1504.72461"/>
<Orientation y="5.92304"/>
</Entity>
<Entity uid="1799">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1070.79236" z="1647.32996"/>
<Orientation y="3.65593"/>
</Entity>
<Entity uid="1800">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1326.07215" z="1418.99402"/>
<Orientation y="1.47536"/>
</Entity>
<Entity uid="1801">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.95716" z="1485.42164"/>
<Orientation y="5.43763"/>
</Entity>
<Entity uid="1802">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1240.95716" z="1485.42164"/>
<Orientation y="2.59548"/>
</Entity>
<Entity uid="1803">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1240.95716" z="1481.42164"/>
<Orientation y="3.52389"/>
</Entity>
<Entity uid="1804">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1248.95716" z="1477.42164"/>
<Orientation y="4.16233"/>
</Entity>
<Entity uid="1805">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1312.7422" z="1385.45374"/>
<Orientation y="5.1566"/>
</Entity>
<Entity uid="1806">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1313.02173" z="1309.35828"/>
<Orientation y="0.88682"/>
</Entity>
<Entity uid="1807">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1057.88477" z="1704.34559"/>
<Orientation y="0.32058"/>
</Entity>
<Entity uid="1808">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1048.74585" z="1676.72071"/>
<Orientation y="3.66384"/>
</Entity>
<Entity uid="1809">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1058.63343" z="1695.0359"/>
<Orientation y="2.45586"/>
</Entity>
<Entity uid="1810">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1085.84546" z="1666.93677"/>
<Orientation y="1.19346"/>
</Entity>
<Entity uid="1811">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1063.18519" z="1690.21546"/>
<Orientation y="3.16334"/>
</Entity>
<Entity uid="1812">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.07911" z="1453.93592"/>
<Orientation y="0.25304"/>
</Entity>
<Entity uid="1813">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1245.34607" z="1452.66053"/>
<Orientation y="5.96773"/>
</Entity>
<Entity uid="1814">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1303.30457" z="1288.84559"/>
<Orientation y="0.84153"/>
</Entity>
<Entity uid="1815">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1374.60645" z="1528.43836"/>
<Orientation y="1.58173"/>
</Entity>
<Entity uid="1816">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1315.30457" z="1276.84559"/>
<Orientation y="5.00675"/>
</Entity>
<Entity uid="1817">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1071.57825" z="1672.65577"/>
<Orientation y="5.2773"/>
</Entity>
<Entity uid="1818">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1087.57825" z="1644.65577"/>
<Orientation y="2.76914"/>
</Entity>
<Entity uid="1819">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1087.57825" z="1648.65577"/>
<Orientation y="2.46914"/>
</Entity>
<Entity uid="1820">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1333.7024" z="1298.89856"/>
<Orientation y="4.05445"/>
</Entity>
<Entity uid="1821">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1155.26636" z="1338.57337"/>
<Orientation y="0.48647"/>
</Entity>
<Entity uid="1822">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1155.26636" z="1334.57337"/>
<Orientation y="0.39052"/>
</Entity>
<Entity uid="1823">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1152.15052" z="1325.59156"/>
<Orientation y="5.27363"/>
</Entity>
<Entity uid="1824">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1138.27784" z="1311.51856"/>
<Orientation y="1.89631"/>
</Entity>
<Entity uid="1825">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1329.3805" z="1302.56031"/>
<Orientation y="1.1752"/>
</Entity>
<Entity uid="1826">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1343.2599" z="1426.50831"/>
<Orientation y="0.3589"/>
</Entity>
<Entity uid="1827">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1324.71302" z="1274.87732"/>
<Orientation y="4.9824"/>
</Entity>
<Entity uid="1828">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1148.589" z="1202.6526"/>
<Orientation y="3.78988"/>
</Entity>
<Entity uid="1829">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1189.67603" z="1190.47913"/>
<Orientation y="1.82653"/>
</Entity>
<Entity uid="1830">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1128.4734" z="1193.1792"/>
<Orientation y="1.89615"/>
</Entity>
<Entity uid="1831">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1120.25904" z="1191.05982"/>
<Orientation y="5.71842"/>
</Entity>
<Entity uid="1833">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1328.00501" z="1221.38758"/>
<Orientation y="0.55585"/>
</Entity>
<Entity uid="1834">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1338.41993" z="1143.10499"/>
<Orientation y="5.78893"/>
</Entity>
<Entity uid="1835">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1200.56666" z="899.04261"/>
<Orientation y="4.90072"/>
</Entity>
<Entity uid="1836">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1394.38892" z="1128.31177"/>
<Orientation y="6.73237"/>
</Entity>
<Entity uid="1837">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1350.98511" z="1206.83558"/>
<Orientation y="4.45667"/>
</Entity>
<Entity uid="1838">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1352.9264" z="1202.50953"/>
<Orientation y="3.15041"/>
</Entity>
<Entity uid="1839">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1340.36988" z="1229.61524"/>
<Orientation y="6.25576"/>
</Entity>
<Entity uid="1840">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1328.88501" z="1266.84156"/>
<Orientation y="0.59685"/>
</Entity>
<Entity uid="1841">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1333.91163" z="1229.87269"/>
<Orientation y="4.09333"/>
</Entity>
<Entity uid="1842">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1196.64625" z="1216.28394"/>
<Orientation y="6.31591"/>
</Entity>
<Entity uid="1843">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1337.70398" z="1227.68775"/>
<Orientation y="3.51876"/>
</Entity>
<Entity uid="1844">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1138.84498" z="1177.92518"/>
<Orientation y="4.80935"/>
</Entity>
<Entity uid="1845">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1142.84498" z="1177.92518"/>
<Orientation y="3.969"/>
</Entity>
<Entity uid="1846">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1134.84498" z="1177.92518"/>
<Orientation y="5.49865"/>
</Entity>
<Entity uid="1847">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1377.20191" z="1165.95936"/>
<Orientation y="1.41781"/>
</Entity>
<Entity uid="1848">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1337.9015" z="1145.19507"/>
<Orientation y="3.97655"/>
</Entity>
<Entity uid="1849">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1336.01026" z="1139.21375"/>
<Orientation y="2.48203"/>
</Entity>
<Entity uid="1851">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1397.21875" z="1125.97291"/>
<Orientation y="4.89855"/>
</Entity>
<Entity uid="1852">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1398.21814" z="1130.67188"/>
<Orientation y="4.99863"/>
</Entity>
<Entity uid="1854">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.85376" z="1217.13099"/>
<Orientation y="2.71044"/>
</Entity>
<Entity uid="1855">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1254.9939" z="1105.69495"/>
<Orientation y="4.30745"/>
</Entity>
<Entity uid="1857">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1347.80311" z="1212.91138"/>
<Orientation y="5.95417"/>
</Entity>
<Entity uid="1858">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1287.44239" z="1161.00074"/>
<Orientation y="2.13305"/>
</Entity>
<Entity uid="1859">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.71717" z="1261.0785"/>
<Orientation y="2.45989"/>
</Entity>
<Entity uid="1860">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1235.20362" z="889.79554"/>
<Orientation y="1.67396"/>
</Entity>
<Entity uid="1861">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1418.87574" z="1429.14771"/>
<Orientation y="4.83219"/>
</Entity>
<Entity uid="1862">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1211.87171" z="1523.40137"/>
<Orientation y="1.2607"/>
</Entity>
<Entity uid="1863">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.02747" z="1274.41614"/>
<Orientation y="3.7536"/>
</Entity>
<Entity uid="1864">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.02747" z="1294.41614"/>
<Orientation y="2.15043"/>
</Entity>
<Entity uid="1865">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1310.29517" z="1293.81287"/>
<Orientation y="1.32293"/>
</Entity>
<Entity uid="1866">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.29517" z="1297.81287"/>
<Orientation y="2.1883"/>
</Entity>
<Entity uid="1867">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1310.29517" z="1301.81287"/>
<Orientation y="2.24462"/>
</Entity>
<Entity uid="1868">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.29517" z="1305.81287"/>
<Orientation y="4.56974"/>
</Entity>
<Entity uid="1869">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1314.92444" z="1313.15918"/>
<Orientation y="2.16298"/>
</Entity>
<Entity uid="1870">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1315.90125" z="1328.391"/>
<Orientation y="0.35491"/>
</Entity>
<Entity uid="1871">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1322.57264" z="1322.50696"/>
<Orientation y="1.40772"/>
</Entity>
<Entity uid="1872">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1195.84192" z="1354.09644"/>
<Orientation y="2.01662"/>
</Entity>
<Entity uid="1873">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1195.84192" z="1358.09644"/>
<Orientation y="5.62012"/>
</Entity>
<Entity uid="1874">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1191.84192" z="1362.09644"/>
<Orientation y="5.0207"/>
</Entity>
<Entity uid="1875">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1191.84192" z="1366.09644"/>
<Orientation y="0.1177"/>
</Entity>
<Entity uid="1876">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1183.84192" z="1370.09644"/>
<Orientation y="0.3667"/>
</Entity>
<Entity uid="1877">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1127.54676" z="1366.28357"/>
<Orientation y="2.42217"/>
</Entity>
<Entity uid="1878">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.54676" z="1370.28357"/>
<Orientation y="2.75156"/>
</Entity>
<Entity uid="1879">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1115.54676" z="1382.28357"/>
<Orientation y="0.429"/>
</Entity>
<Entity uid="1880">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1119.54676" z="1382.28357"/>
<Orientation y="2.77306"/>
</Entity>
<Entity uid="1881">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1111.54676" z="1394.28357"/>
<Orientation y="2.84845"/>
</Entity>
<Entity uid="1882">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1111.54676" z="1398.28357"/>
<Orientation y="2.90476"/>
</Entity>
<Entity uid="1883">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1235.82215" z="1468.96192"/>
<Orientation y="2.8929"/>
</Entity>
<Entity uid="1884">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.82215" z="1472.96192"/>
<Orientation y="2.35169"/>
</Entity>
<Entity uid="1885">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1235.82215" z="1476.96192"/>
<Orientation y="3.27169"/>
</Entity>
<Entity uid="1886">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.82215" z="1480.96192"/>
<Orientation y="3.29508"/>
</Entity>
<Entity uid="1887">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.82215" z="1484.96192"/>
<Orientation y="0.79001"/>
</Entity>
<Entity uid="1888">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.82215" z="1488.96192"/>
<Orientation y="0.42632"/>
</Entity>
<Entity uid="1889">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1243.82215" z="1500.96192"/>
<Orientation y="1.89052"/>
</Entity>
<Entity uid="1890">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1278.76172" z="1480.96131"/>
<Orientation y="0.34878"/>
</Entity>
<Entity uid="1891">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1276.99524" z="1487.88062"/>
<Orientation y="0.8432"/>
</Entity>
<Entity uid="1892">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1272.80225" z="1484.03296"/>
<Orientation y="4.17782"/>
</Entity>
<Entity uid="1893">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.8202" z="1487.32654"/>
<Orientation y="-0.07348"/>
</Entity>
<Entity uid="1894">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1266.28687" z="1504.59217"/>
<Orientation y="2.97831"/>
</Entity>
<Entity uid="1895">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1255.25306" z="1454.2085"/>
<Orientation y="0.14689"/>
</Entity>
<Entity uid="1896">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1246" z="1470"/>
<Orientation y="5.31615"/>
</Entity>
<Entity uid="1897">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1250" z="1470"/>
<Orientation y="5.1085"/>
</Entity>
<Entity uid="1898">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1250" z="1474"/>
<Orientation y="0.32541"/>
</Entity>
<Entity uid="1899">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1318.82496" z="1390.55506"/>
<Orientation y="0.89753"/>
</Entity>
<Entity uid="1900">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1295.60084" z="1368.72742"/>
<Orientation y="2.50228"/>
</Entity>
<Entity uid="1901">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1285.13501" z="1653.80494"/>
<Orientation y="4.93113"/>
</Entity>
<Entity uid="1902">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1402.261" z="1600.6941"/>
<Orientation y="1.05086"/>
</Entity>
<Entity uid="1903">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1317.25098" z="1284.12305"/>
<Orientation y="0.3009"/>
</Entity>
<Entity uid="1904">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1317.25098" z="1280.12305"/>
<Orientation y="3.93424"/>
</Entity>
<Entity uid="1905">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.25098" z="1272.12305"/>
<Orientation y="5.26034"/>
</Entity>
<Entity uid="1906">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1313.43067" z="1391.28772"/>
<Orientation y="5.28649"/>
</Entity>
<Entity uid="1907">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.95716" z="1481.42164"/>
<Orientation y="1.8891"/>
</Entity>
<Entity uid="1908">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1236.95716" z="1481.42164"/>
<Orientation y="3.00983"/>
</Entity>
<Entity uid="1909">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1308.56482" z="1305.12952"/>
<Orientation y="0.3396"/>
</Entity>
<Entity uid="1910">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1063.68152" z="1697.66004"/>
<Orientation y="0.3903"/>
</Entity>
<Entity uid="1911">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1066.93641" z="1691.54834"/>
<Orientation y="4.2727"/>
</Entity>
<Entity uid="1912">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1045.54151" z="1681.87269"/>
<Orientation y="3.72745"/>
</Entity>
<Entity uid="1913">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.99402" z="1702.88575"/>
<Orientation y="1.63164"/>
</Entity>
<Entity uid="1914">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1056.94898" z="1663.3921"/>
<Orientation y="0.98436"/>
</Entity>
<Entity uid="1915">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1231.6969" z="1457.1377"/>
<Orientation y="2.52556"/>
</Entity>
<Entity uid="1916">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1320.06678" z="1658.91321"/>
<Orientation y="1.71088"/>
</Entity>
<Entity uid="1917">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1328.06678" z="1658.91321"/>
<Orientation y="1.57912"/>
</Entity>
<Entity uid="1918">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1328.06678" z="1654.91321"/>
<Orientation y="1.01024"/>
</Entity>
<Entity uid="1919">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1079.57825" z="1652.65577"/>
<Orientation y="0.04772"/>
</Entity>
<Entity uid="1920">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1083.57825" z="1644.65577"/>
<Orientation y="3.40413"/>
</Entity>
<Entity uid="1921">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.03663" z="1298.16272"/>
<Orientation y="3.81193"/>
</Entity>
<Entity uid="1922">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1329.7024" z="1290.89856"/>
<Orientation y="1.54986"/>
</Entity>
<Entity uid="1923">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1333.7024" z="1282.89856"/>
<Orientation y="3.1305"/>
</Entity>
<Entity uid="1924">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1151.26636" z="1330.57337"/>
<Orientation y="1.13614"/>
</Entity>
<Entity uid="1925">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1151.26636" z="1318.57337"/>
<Orientation y="3.88027"/>
</Entity>
<Entity uid="1926">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1148.69068" z="1309.39075"/>
<Orientation y="5.62237"/>
</Entity>
<Entity uid="1927">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1144.26465" z="1314.07166"/>
<Orientation y="1.2858"/>
</Entity>
<Entity uid="1928">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1144.31031" z="1294.10877"/>
<Orientation y="1.69619"/>
</Entity>
<Entity uid="1929">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.34485" z="1304.71058"/>
<Orientation y="4.18227"/>
</Entity>
<Entity uid="1930">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1320.71302" z="1270.87732"/>
<Orientation y="1.62027"/>
</Entity>
<Entity uid="1931">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1320.71302" z="1274.87732"/>
<Orientation y="4.28241"/>
</Entity>
<Entity uid="1932">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1143.90333" z="1196.33631"/>
<Orientation y="2.77421"/>
</Entity>
<Entity uid="1933">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1137.23609" z="1202.86219"/>
<Orientation y="1.07044"/>
</Entity>
<Entity uid="1934">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.49256" z="1201.82483"/>
<Orientation y="2.2375"/>
</Entity>
<Entity uid="1935">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1186.10816" z="1194.698"/>
<Orientation y="5.65702"/>
</Entity>
<Entity uid="1936">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.84473" z="1193.92945"/>
<Orientation y="3.09556"/>
</Entity>
<Entity uid="1937">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1192.64747" z="1206.94202"/>
<Orientation y="0.45572"/>
</Entity>
<Entity uid="1938">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1124.25904" z="1203.05982"/>
<Orientation y="4.21785"/>
</Entity>
<Entity uid="1939">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1120.25904" z="1199.05982"/>
<Orientation y="3.70035"/>
</Entity>
<Entity uid="1940">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1193.9701" z="902.12366"/>
<Orientation y="1.63558"/>
</Entity>
<Entity uid="1941">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1312.00794" z="1157.39405"/>
<Orientation y="2.70766"/>
</Entity>
<Entity uid="1942">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1248.81019" z="913.4278"/>
<Orientation y="0.64628"/>
</Entity>
<Entity uid="1943">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1340.27576" z="1222.83814"/>
<Orientation y="0.96956"/>
</Entity>
<Entity uid="1944">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1275.22034" z="1136.62598"/>
<Orientation y="1.92521"/>
</Entity>
<Entity uid="1945">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1327.75611" z="1215.65223"/>
<Orientation y="4.12917"/>
</Entity>
<Entity uid="1946">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1319.70203" z="1208.37342"/>
<Orientation y="1.2756"/>
</Entity>
<Entity uid="1947">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1252.46424" z="1100.88697"/>
<Orientation y="3.34238"/>
</Entity>
<Entity uid="1948">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1142.84498" z="1181.92518"/>
<Orientation y="4.07946"/>
</Entity>
<Entity uid="1949">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1130.84498" z="1181.92518"/>
<Orientation y="3.72774"/>
</Entity>
<Entity uid="1951">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1284.73707" z="1095.77735"/>
<Orientation y="5.0133"/>
</Entity>
<Entity uid="1952">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1301.68128" z="1132.88294"/>
<Orientation y="0.6346"/>
</Entity>
<Entity uid="1953">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1219.04139" z="904.02826"/>
<Orientation y="0.17838"/>
</Entity>
<Entity uid="1954">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1139.14014" z="1173.73804"/>
<Orientation y="5.07035"/>
</Entity>
<Entity uid="1955">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1389.6139" z="1108.86561"/>
<Orientation y="0.973"/>
</Entity>
<Entity uid="1959">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.23914" z="1122.2433"/>
<Orientation y="4.00184"/>
</Entity>
<Entity uid="1962">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1312.99024" z="1108.1587"/>
<Orientation y="3.49515"/>
</Entity>
<Entity uid="1963">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1342.9286" z="1215.29029"/>
<Orientation y="1.35729"/>
</Entity>
<Entity uid="1964">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1359.91907" z="1139.8849"/>
<Orientation y="1.60537"/>
</Entity>
<Entity uid="1965">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1303.94788" z="1239.41285"/>
<Orientation y="4.30626"/>
</Entity>
<Entity uid="1966">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1201.50928" z="1556.87696"/>
<Orientation y="2.3475"/>
</Entity>
<Entity uid="1967">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1329.02747" z="1286.41614"/>
<Orientation y="4.73784"/>
</Entity>
<Entity uid="1968">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1325.02747" z="1290.41614"/>
<Orientation y="4.53537"/>
</Entity>
<Entity uid="1969">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.29517" z="1277.81287"/>
<Orientation y="3.1836"/>
</Entity>
<Entity uid="1970">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1310.29517" z="1333.81287"/>
<Orientation y="4.42495"/>
</Entity>
<Entity uid="1971">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1314.29517" z="1333.81287"/>
<Orientation y="2.93569"/>
</Entity>
<Entity uid="1972">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.29517" z="1337.81287"/>
<Orientation y="0.57477"/>
</Entity>
<Entity uid="1973">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1298.52674" z="1360.66724"/>
<Orientation y="0.09263"/>
</Entity>
<Entity uid="1974">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1195.84192" z="1370.09644"/>
<Orientation y="5.03959"/>
</Entity>
<Entity uid="1975">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.54676" z="1370.28357"/>
<Orientation y="2.28525"/>
</Entity>
<Entity uid="1976">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.54676" z="1374.28357"/>
<Orientation y="5.48618"/>
</Entity>
<Entity uid="1977">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1119.54676" z="1390.28357"/>
<Orientation y="5.62533"/>
</Entity>
<Entity uid="1978">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1115.54676" z="1398.28357"/>
<Orientation y="3.0228"/>
</Entity>
<Entity uid="1979">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1115.54676" z="1406.28357"/>
<Orientation y="3.86707"/>
</Entity>
<Entity uid="1980">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.82215" z="1472.96192"/>
<Orientation y="4.9346"/>
</Entity>
<Entity uid="1981">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.82215" z="1480.96192"/>
<Orientation y="4.41883"/>
</Entity>
<Entity uid="1982">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1271.28064" z="1502.66065"/>
<Orientation y="1.02785"/>
</Entity>
<Entity uid="1983">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1272.74012" z="1491.34107"/>
<Orientation y="3.25037"/>
</Entity>
<Entity uid="1984">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.27283" z="1492.79371"/>
<Orientation y="-0.81737"/>
</Entity>
<Entity uid="1985">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1238.20264" z="1459.50428"/>
<Orientation y="2.41674"/>
</Entity>
<Entity uid="1986">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1250" z="1466"/>
<Orientation y="4.02076"/>
</Entity>
<Entity uid="1987">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1325.70057" z="1411.00281"/>
<Orientation y="1.77482"/>
</Entity>
<Entity uid="1988">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1322.38318" z="1408.03382"/>
<Orientation y="4.38991"/>
</Entity>
<Entity uid="1989">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1289.26136" z="1629.07007"/>
<Orientation y="2.23357"/>
</Entity>
<Entity uid="1990">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1286.9856" z="1649.86182"/>
<Orientation y="1.03557"/>
</Entity>
<Entity uid="1991">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1319.0896" z="1640.93628"/>
<Orientation y="4.66459"/>
</Entity>
<Entity uid="1992">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1313.25098" z="1272.12305"/>
<Orientation y="4.16916"/>
</Entity>
<Entity uid="1993">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1305.36402" z="1374.6454"/>
<Orientation y="0.68471"/>
</Entity>
<Entity uid="1994">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1316.7179" z="1395.95496"/>
<Orientation y="3.71828"/>
</Entity>
<Entity uid="1995">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1236.95716" z="1473.42164"/>
<Orientation y="5.01378"/>
</Entity>
<Entity uid="1996">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1248.95716" z="1469.42164"/>
<Orientation y="2.93451"/>
</Entity>
<Entity uid="1997">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1304.56482" z="1297.12952"/>
<Orientation y="5.88886"/>
</Entity>
<Entity uid="1998">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1308.56482" z="1297.12952"/>
<Orientation y="0.34469"/>
</Entity>
<Entity uid="1999">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1312.56482" z="1293.12952"/>
<Orientation y="2.22686"/>
</Entity>
<Entity uid="2000">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1038.58594" z="1687.04139"/>
<Orientation y="0.45449"/>
</Entity>
<Entity uid="2001">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1105.2688" z="1684.47864"/>
<Orientation y="5.2137"/>
</Entity>
<Entity uid="2002">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.6969" z="1457.1377"/>
<Orientation y="2.61907"/>
</Entity>
<Entity uid="2003">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1318.61951" z="1668.02137"/>
<Orientation y="1.70685"/>
</Entity>
<Entity uid="2004">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1316.06678" z="1654.91321"/>
<Orientation y="1.04213"/>
</Entity>
<Entity uid="2005">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1271.21082" z="1476.68409"/>
<Orientation y="3.69326"/>
</Entity>
<Entity uid="2006">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1318.03687" z="1297.44886"/>
<Orientation y="4.12221"/>
</Entity>
<Entity uid="2007">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1322.03687" z="1293.44886"/>
<Orientation y="0.62104"/>
</Entity>
<Entity uid="2008">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1326.03687" z="1285.44886"/>
<Orientation y="6.25333"/>
</Entity>
<Entity uid="2009">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1071.57825" z="1656.65577"/>
<Orientation y="0.22272"/>
</Entity>
<Entity uid="2010">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1071.57825" z="1652.65577"/>
<Orientation y="4.81026"/>
</Entity>
<Entity uid="2011">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1318.87574" z="1395.41272"/>
<Orientation y="2.9977"/>
</Entity>
<Entity uid="2012">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1328.2688" z="1366.21424"/>
<Orientation y="4.86239"/>
</Entity>
<Entity uid="2013">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1311.77723" z="1381.58411"/>
<Orientation y="3.44558"/>
</Entity>
<Entity uid="2014">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.7024" z="1290.89856"/>
<Orientation y="3.46164"/>
</Entity>
<Entity uid="2015">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.7024" z="1278.89856"/>
<Orientation y="1.47402"/>
</Entity>
<Entity uid="2016">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1329.7024" z="1274.89856"/>
<Orientation y="2.76996"/>
</Entity>
<Entity uid="2017">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1139.26636" z="1330.57337"/>
<Orientation y="2.93145"/>
</Entity>
<Entity uid="2018">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.26636" z="1322.57337"/>
<Orientation y="5.64457"/>
</Entity>
<Entity uid="2019">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.26636" z="1326.57337"/>
<Orientation y="3.14692"/>
</Entity>
<Entity uid="2020">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.26636" z="1318.57337"/>
<Orientation y="2.77424"/>
</Entity>
<Entity uid="2021">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1136.64368" z="1303.21558"/>
<Orientation y="3.8624"/>
</Entity>
<Entity uid="2022">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1133.47962" z="1308.72388"/>
<Orientation y="5.87436"/>
</Entity>
<Entity uid="2023">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1136.47107" z="1294.61023"/>
<Orientation y="4.00655"/>
</Entity>
<Entity uid="2024">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1312.71302" z="1266.87732"/>
<Orientation y="2.90554"/>
</Entity>
<Entity uid="2025">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1128.75562" z="1207.02991"/>
<Orientation y="0.97777"/>
</Entity>
<Entity uid="2026">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1125.79688" z="1210.09559"/>
<Orientation y="4.13131"/>
</Entity>
<Entity uid="2027">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1320.53455" z="1312.45118"/>
<Orientation y="2.02839"/>
</Entity>
<Entity uid="2028">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1219.24097" z="906.96003"/>
<Orientation y="0.69332"/>
</Entity>
<Entity uid="2030">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1229.44251" z="884.42023"/>
<Orientation y="0.62316"/>
</Entity>
<Entity uid="2031">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1336.41871" z="1273.88135"/>
<Orientation y="0.4712"/>
</Entity>
<Entity uid="2032">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.99476" z="837.66419"/>
<Orientation y="3.20366"/>
</Entity>
<Entity uid="2033">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1332.8744" z="1138.77576"/>
<Orientation y="2.22585"/>
</Entity>
<Entity uid="2034">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.51258" z="1205.94166"/>
<Orientation y="2.04334"/>
</Entity>
<Entity uid="2035">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.3584" z="1209.72315"/>
<Orientation y="3.497"/>
</Entity>
<Entity uid="2036">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1303.88196" z="1150.98768"/>
<Orientation y="4.97146"/>
</Entity>
<Entity uid="2037">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1338.08484" z="1225.38721"/>
<Orientation y="4.3045"/>
</Entity>
<Entity uid="2038">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1322.17957" z="1216.65552"/>
<Orientation y="2.45365"/>
</Entity>
<Entity uid="2039">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1331.58777" z="1223.1991"/>
<Orientation y="2.9134"/>
</Entity>
<Entity uid="2040">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1289.60938" z="1156.53663"/>
<Orientation y="0.68778"/>
</Entity>
<Entity uid="2041">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1327.22889" z="1148.94605"/>
<Orientation y="2.36496"/>
</Entity>
<Entity uid="2042">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1142.84498" z="1189.92518"/>
<Orientation y="4.67757"/>
</Entity>
<Entity uid="2043">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1146.84498" z="1193.92518"/>
<Orientation y="5.39074"/>
</Entity>
<Entity uid="2044">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1138.84498" z="1189.92518"/>
<Orientation y="2.96845"/>
</Entity>
<Entity uid="2045">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1130.84498" z="1185.92518"/>
<Orientation y="0.21644"/>
</Entity>
<Entity uid="2048">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1284.26136" z="1126.3617"/>
<Orientation y="0.26249"/>
</Entity>
<Entity uid="2049">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1344.88477" z="1223.82813"/>
<Orientation y="3.50918"/>
</Entity>
<Entity uid="2050">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1331.09473" z="1149.1349"/>
<Orientation y="3.14106"/>
</Entity>
<Entity uid="2051">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1221.63233" z="866.92731"/>
<Orientation y="0.09643"/>
</Entity>
<Entity uid="2052">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1135.14014" z="1181.73804"/>
<Orientation y="1.42937"/>
</Entity>
<Entity uid="2053">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1161.31592" z="858.61426"/>
<Orientation y="3.77393"/>
</Entity>
<Entity uid="2054">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1315.79188" z="1208.05262"/>
<Orientation y="0.46311"/>
</Entity>
<Entity uid="2056">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1356.34461" z="1431.03687"/>
<Orientation y="4.27271"/>
</Entity>
<Entity uid="2057">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1422.21241" z="1438.10376"/>
<Orientation y="1.66553"/>
</Entity>
<Entity uid="2058">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1329.02747" z="1290.41614"/>
<Orientation y="3.75231"/>
</Entity>
<Entity uid="2059">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1318.29517" z="1265.81287"/>
<Orientation y="1.82692"/>
</Entity>
<Entity uid="2060">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1314.29517" z="1281.81287"/>
<Orientation y="1.34926"/>
</Entity>
<Entity uid="2061">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1318.29517" z="1289.81287"/>
<Orientation y="4.91619"/>
</Entity>
<Entity uid="2062">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1314.29517" z="1337.81287"/>
<Orientation y="0.31565"/>
</Entity>
<Entity uid="2063">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1318.29517" z="1333.81287"/>
<Orientation y="0.3528"/>
</Entity>
<Entity uid="2064">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1310.29517" z="1345.81287"/>
<Orientation y="4.40207"/>
</Entity>
<Entity uid="2065">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1333.52808" z="1418.79383"/>
<Orientation y="3.21436"/>
</Entity>
<Entity uid="2066">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1203.84192" z="1362.09644"/>
<Orientation y="5.81188"/>
</Entity>
<Entity uid="2067">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1139.54676" z="1366.28357"/>
<Orientation y="0.48224"/>
</Entity>
<Entity uid="2068">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1199.84192" z="1374.09644"/>
<Orientation y="3.33993"/>
</Entity>
<Entity uid="2069">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1135.54676" z="1378.28357"/>
<Orientation y="2.6774"/>
</Entity>
<Entity uid="2070">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.54676" z="1390.28357"/>
<Orientation y="5.16114"/>
</Entity>
<Entity uid="2071">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1123.54676" z="1398.28357"/>
<Orientation y="1.20583"/>
</Entity>
<Entity uid="2072">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1138.24683" z="1467.3147"/>
<Orientation y="1.58721"/>
</Entity>
<Entity uid="2073">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1119.54676" z="1406.28357"/>
<Orientation y="2.68165"/>
</Entity>
<Entity uid="2074">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1247.82215" z="1468.96192"/>
<Orientation y="1.97387"/>
</Entity>
<Entity uid="2075">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1243.82215" z="1472.96192"/>
<Orientation y="1.22704"/>
</Entity>
<Entity uid="2076">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1247.82215" z="1488.96192"/>
<Orientation y="5.35427"/>
</Entity>
<Entity uid="2077">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1251.82215" z="1500.96192"/>
<Orientation y="0.99526"/>
</Entity>
<Entity uid="2078">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.3064" z="1482.63453"/>
<Orientation y="1.06055"/>
</Entity>
<Entity uid="2079">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1270.7328" z="1494.80103"/>
<Orientation y="2.08869"/>
</Entity>
<Entity uid="2080">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.7256" z="1498.261"/>
<Orientation y="2.93277"/>
</Entity>
<Entity uid="2081">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.26563" z="1496.25367"/>
<Orientation y="3.74413"/>
</Entity>
<Entity uid="2082">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1249.68213" z="1455.50342"/>
<Orientation y="0.54661"/>
</Entity>
<Entity uid="2083">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1254" z="1462"/>
<Orientation y="0.03148"/>
</Entity>
<Entity uid="2084">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1258" z="1466"/>
<Orientation y="2.62691"/>
</Entity>
<Entity uid="2085">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.35511" z="1402.4286"/>
<Orientation y="2.94451"/>
</Entity>
<Entity uid="2086">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1332.23536" z="1422.31165"/>
<Orientation y="2.3953"/>
</Entity>
<Entity uid="2087">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1326.89783" z="1319.17542"/>
<Orientation y="4.74897"/>
</Entity>
<Entity uid="2088">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1327.04407" z="1405.6659"/>
<Orientation y="1.01232"/>
</Entity>
<Entity uid="2089">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1329.38807" z="1416.17823"/>
<Orientation y="1.00716"/>
</Entity>
<Entity uid="2090">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1307.59852" z="1600.00501"/>
<Orientation y="1.40818"/>
</Entity>
<Entity uid="2091">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1314.7251" z="1648.73292"/>
<Orientation y="3.77746"/>
</Entity>
<Entity uid="2092">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1290.10657" z="1659.27625"/>
<Orientation y="0.50039"/>
</Entity>
<Entity uid="2093">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1280.79139" z="1654.81739"/>
<Orientation y="-0.07879"/>
</Entity>
<Entity uid="2094">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1031.31238" z="1461.14637"/>
<Orientation y="2.45585"/>
</Entity>
<Entity uid="2095">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1068.71851" z="1416.52442"/>
<Orientation y="2.12455"/>
</Entity>
<Entity uid="2096">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1034.53187" z="1450.7693"/>
<Orientation y="1.90271"/>
</Entity>
<Entity uid="2097">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1008.05823" z="1586.68042"/>
<Orientation y="5.69545"/>
</Entity>
<Entity uid="2098">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1034.2682" z="1554.68848"/>
<Orientation y="4.40171"/>
</Entity>
<Entity uid="2099">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1059.73133" z="1552.94788"/>
<Orientation y="1.09635"/>
</Entity>
<Entity uid="2100">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.2682" z="1546.68848"/>
<Orientation y="4.96218"/>
</Entity>
<Entity uid="2101">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1065.24964" z="1549.51868"/>
<Orientation y="2.52158"/>
</Entity>
<Entity uid="2102">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1084.625" z="1550.07886"/>
<Orientation y="5.54407"/>
</Entity>
<Entity uid="2103">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1070.98646" z="1557.39271"/>
<Orientation y="5.79786"/>
</Entity>
<Entity uid="2104">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1050.58533" z="1516.78211"/>
<Orientation y="0.09725"/>
</Entity>
<Entity uid="2105">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1091.59156" z="1491.37928"/>
<Orientation y="0.19391"/>
</Entity>
<Entity uid="2106">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1114.40748" z="1513.75367"/>
<Orientation y="0.23658"/>
</Entity>
<Entity uid="2107">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="992.55329" z="1556.44727"/>
<Orientation y="2.42772"/>
</Entity>
<Entity uid="2108">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1066.59522" z="1547.16932"/>
<Orientation y="3.81691"/>
</Entity>
<Entity uid="2109">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1042.59705" z="1512.70521"/>
<Orientation y="2.36336"/>
</Entity>
<Entity uid="2110">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1046.94715" z="1514.51197"/>
<Orientation y="1.45214"/>
</Entity>
<Entity uid="2111">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="987.82093" z="1556.60401"/>
<Orientation y="3.75312"/>
</Entity>
<Entity uid="2112">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.70118" z="1517.43519"/>
<Orientation y="0.49235"/>
</Entity>
<Entity uid="2113">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1139.83338" z="1385.43958"/>
<Orientation y="1.97959"/>
</Entity>
<Entity uid="2114">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1139.83338" z="1393.43958"/>
<Orientation y="3.3861"/>
</Entity>
<Entity uid="2115">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1207.70118" z="1517.43519"/>
<Orientation y="0.6865"/>
</Entity>
<Entity uid="2116">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1203.70118" z="1501.43519"/>
<Orientation y="5.82981"/>
</Entity>
<Entity uid="2117">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1117.36316" z="1507.54834"/>
<Orientation y="4.36777"/>
</Entity>
<Entity uid="2118">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1156.17212" z="1403.96082"/>
<Orientation y="4.18441"/>
</Entity>
<Entity uid="2119">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1354.10633" z="1656.05884"/>
<Orientation y="3.11907"/>
</Entity>
<Entity uid="2120">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1150.2522" z="1385.27881"/>
<Orientation y="2.01319"/>
</Entity>
<Entity uid="2121">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1354.30872" z="1644.81897"/>
<Orientation y="5.49135"/>
</Entity>
<Entity uid="2122">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1350.10633" z="1652.05884"/>
<Orientation y="4.55668"/>
</Entity>
<Entity uid="2123">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1293.32984" z="1573.58863"/>
<Orientation y="4.20554"/>
</Entity>
<Entity uid="2124">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1292.69788" z="1562.78626"/>
<Orientation y="3.84539"/>
</Entity>
<Entity uid="2125">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1102" z="1394"/>
<Orientation y="1.97591"/>
</Entity>
<Entity uid="2126">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1291.44568" z="1525.08521"/>
<Orientation y="1.71184"/>
</Entity>
<Entity uid="2127">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1262.9712" z="1512.05652"/>
<Orientation y="2.54525"/>
</Entity>
<Entity uid="2128">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1275.33277" z="1563.41834"/>
<Orientation y="1.35409"/>
</Entity>
<Entity uid="2129">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1298.10633" z="1584.05884"/>
<Orientation y="1.78583"/>
</Entity>
<Entity uid="2130">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1302.10633" z="1584.05884"/>
<Orientation y="2.41157"/>
</Entity>
<Entity uid="2131">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.10633" z="1584.05884"/>
<Orientation y="5.76592"/>
</Entity>
<Entity uid="2132">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.38233" z="1565.9231"/>
<Orientation y="1.48182"/>
</Entity>
<Entity uid="2133">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1263.38233" z="1569.9231"/>
<Orientation y="4.45905"/>
</Entity>
<Entity uid="2134">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1219.17493" z="1595.12452"/>
<Orientation y="4.13941"/>
</Entity>
<Entity uid="2135">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.89136" z="1603.63245"/>
<Orientation y="4.69944"/>
</Entity>
<Entity uid="2136">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.63477" z="1568.96253"/>
<Orientation y="1.48144"/>
</Entity>
<Entity uid="2137">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1193.92725" z="1607.10413"/>
<Orientation y="6.27448"/>
</Entity>
<Entity uid="2138">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1215.92981" z="1571.94507"/>
<Orientation y="4.521"/>
</Entity>
<Entity uid="2139">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1211.38221" z="1577.9231"/>
<Orientation y="0.35666"/>
</Entity>
<Entity uid="2140">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1215.38221" z="1577.9231"/>
<Orientation y="5.8142"/>
</Entity>
<Entity uid="2141">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1219.38221" z="1577.9231"/>
<Orientation y="5.69648"/>
</Entity>
<Entity uid="2142">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1171.38221" z="1585.9231"/>
<Orientation y="3.45835"/>
</Entity>
<Entity uid="2143">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1167.38221" z="1589.9231"/>
<Orientation y="4.50605"/>
</Entity>
<Entity uid="2144">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1219.62415" z="1694.00794"/>
<Orientation y="2.75078"/>
</Entity>
<Entity uid="2145">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1151.38221" z="1597.9231"/>
<Orientation y="4.27405"/>
</Entity>
<Entity uid="2146">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1213.0127" z="1703.18885"/>
<Orientation y="4.42472"/>
</Entity>
<Entity uid="2147">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1097.81678" z="1729.9469"/>
<Orientation y="3.66277"/>
</Entity>
<Entity uid="2148">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1044.88514" z="1437.47156"/>
<Orientation y="3.68384"/>
</Entity>
<Entity uid="2149">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.57813" z="1405.04188"/>
<Orientation y="3.83912"/>
</Entity>
<Entity uid="2150">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1075.57813" z="1413.04188"/>
<Orientation y="3.83977"/>
</Entity>
<Entity uid="2151">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1079.57813" z="1413.04188"/>
<Orientation y="6.09987"/>
</Entity>
<Entity uid="2152">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1062.2251" z="1439.40308"/>
<Orientation y="4.69513"/>
</Entity>
<Entity uid="2153">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1113.25379" z="1518.82471"/>
<Orientation y="3.83254"/>
</Entity>
<Entity uid="2154">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1077.9513" z="1418.08655"/>
<Orientation y="5.30477"/>
</Entity>
<Entity uid="2155">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1110.74451" z="1403.00464"/>
<Orientation y="5.2233"/>
</Entity>
<Entity uid="2156">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="816.18213" z="1493.18812"/>
<Orientation y="2.59739"/>
</Entity>
<Entity uid="2157">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="820.18213" z="1497.18812"/>
<Orientation y="6.17705"/>
</Entity>
<Entity uid="2167">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1118.49146" z="1510.05921"/>
<Orientation y="2.42965"/>
</Entity>
<Entity uid="2172">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="148.84806" z="549.72669"/>
<Orientation y="0.34264"/>
</Entity>
<Entity uid="2174">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1109.92017" z="1519.52674"/>
<Orientation y="3.90148"/>
</Entity>
<Entity uid="2175">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1124.35865" z="1461.04249"/>
<Orientation y="4.82706"/>
</Entity>
<Entity uid="2176">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1026.91334" z="1447.61792"/>
<Orientation y="3.6486"/>
</Entity>
<Entity uid="2177">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.77125" z="1410.33167"/>
<Orientation y="3.57387"/>
</Entity>
<Entity uid="2178">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1087.77125" z="1406.33167"/>
<Orientation y="2.72947"/>
</Entity>
<Entity uid="2179">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.42725" z="1440.57496"/>
<Orientation y="4.58156"/>
</Entity>
<Entity uid="2180">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.42725" z="1440.57496"/>
<Orientation y="4.41391"/>
</Entity>
<Entity uid="2181">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1027.71912" z="1455.56678"/>
<Orientation y="5.96615"/>
</Entity>
<Entity uid="2182">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1020.55652" z="1452.56714"/>
<Orientation y="5.08129"/>
</Entity>
<Entity uid="2183">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1053.53113" z="1517.32801"/>
<Orientation y="0.30413"/>
</Entity>
<Entity uid="2184">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1008.54358" z="1580.70838"/>
<Orientation y="5.56147"/>
</Entity>
<Entity uid="2185">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1019.89289" z="1571.77137"/>
<Orientation y="1.6725"/>
</Entity>
<Entity uid="2186">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1039.04285" z="1556.6012"/>
<Orientation y="4.21904"/>
</Entity>
<Entity uid="2187">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1012.69861" z="1579.09888"/>
<Orientation y="0.19722"/>
</Entity>
<Entity uid="2188">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1000.237" z="1539.40906"/>
<Orientation y="3.18503"/>
</Entity>
<Entity uid="2189">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1033.78028" z="1515.27747"/>
<Orientation y="6.1842"/>
</Entity>
<Entity uid="2190">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.2682" z="1538.68848"/>
<Orientation y="4.59112"/>
</Entity>
<Entity uid="2191">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1067.3224" z="1499.99305"/>
<Orientation y="2.43947"/>
</Entity>
<Entity uid="2192">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1069.2046" z="1542.09363"/>
<Orientation y="1.54432"/>
</Entity>
<Entity uid="2193">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1110.88831" z="1528.44471"/>
<Orientation y="3.25657"/>
</Entity>
<Entity uid="2194">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1081.28626" z="1553.23853"/>
<Orientation y="2.02062"/>
</Entity>
<Entity uid="2195">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1025.85132" z="1528.00464"/>
<Orientation y="3.00055"/>
</Entity>
<Entity uid="2196">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1054.76575" z="1554.87012"/>
<Orientation y="2.37801"/>
</Entity>
<Entity uid="2197">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1087.88038" z="1549.27735"/>
<Orientation y="4.112"/>
</Entity>
<Entity uid="2198">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1073.73755" z="1488.64124"/>
<Orientation y="0.85242"/>
</Entity>
<Entity uid="2199">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1087.59156" z="1487.37928"/>
<Orientation y="0.99997"/>
</Entity>
<Entity uid="2200">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1014.10169" z="1530.90003"/>
<Orientation y="1.07641"/>
</Entity>
<Entity uid="2201">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1024.55994" z="1530.86426"/>
<Orientation y="2.97374"/>
</Entity>
<Entity uid="2202">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="983.82105" z="1560.60401"/>
<Orientation y="2.40163"/>
</Entity>
<Entity uid="2203">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="977.82398" z="1559.15076"/>
<Orientation y="1.62452"/>
</Entity>
<Entity uid="2204">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1037.62024" z="1514.50074"/>
<Orientation y="6.11315"/>
</Entity>
<Entity uid="2205">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1135.83338" z="1397.43958"/>
<Orientation y="1.48974"/>
</Entity>
<Entity uid="2206">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1203.70118" z="1509.43519"/>
<Orientation y="3.68055"/>
</Entity>
<Entity uid="2207">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.83338" z="1381.43958"/>
<Orientation y="2.87381"/>
</Entity>
<Entity uid="2208">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1354.10633" z="1660.05884"/>
<Orientation y="2.49083"/>
</Entity>
<Entity uid="2209">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1354.10633" z="1664.05884"/>
<Orientation y="3.3058"/>
</Entity>
<Entity uid="2210">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1350.10633" z="1660.05884"/>
<Orientation y="3.83588"/>
</Entity>
<Entity uid="2211">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1293.32984" z="1577.58863"/>
<Orientation y="4.55636"/>
</Entity>
<Entity uid="2212">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1293.32984" z="1581.58863"/>
<Orientation y="3.14281"/>
</Entity>
<Entity uid="2213">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1352.3418" z="1639.02552"/>
<Orientation y="3.81469"/>
</Entity>
<Entity uid="2214">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1355.13172" z="1639.7439"/>
<Orientation y="0.16907"/>
</Entity>
<Entity uid="2215">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1289.32984" z="1573.58863"/>
<Orientation y="6.10192"/>
</Entity>
<Entity uid="2216">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1283.15516" z="1610.36207"/>
<Orientation y="6.47315"/>
</Entity>
<Entity uid="2217">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1285.32984" z="1565.58863"/>
<Orientation y="3.03144"/>
</Entity>
<Entity uid="2218">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1281.32984" z="1565.58863"/>
<Orientation y="3.89658"/>
</Entity>
<Entity uid="2219">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1262.87488" z="1504.57178"/>
<Orientation y="3.77356"/>
</Entity>
<Entity uid="2220">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1298.96607" z="1572.7417"/>
<Orientation y="1.83228"/>
</Entity>
<Entity uid="2221">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1217.20777" z="1563"/>
<Orientation y="2.31293"/>
</Entity>
<Entity uid="2222">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1309.7848" z="1574.62415"/>
<Orientation y="1.3994"/>
</Entity>
<Entity uid="2223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1287.83814" z="1620.55164"/>
<Orientation y="1.87882"/>
</Entity>
<Entity uid="2224">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1272.44068" z="1508.78199"/>
<Orientation y="2.71438"/>
</Entity>
<Entity uid="2225">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1310.70704" z="1581.88721"/>
<Orientation y="0.69004"/>
</Entity>
<Entity uid="2226">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1282.10633" z="1588.05884"/>
<Orientation y="0.34406"/>
</Entity>
<Entity uid="2227">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1268.86121" z="1607.62159"/>
<Orientation y="0.34247"/>
</Entity>
<Entity uid="2228">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1271.38233" z="1569.9231"/>
<Orientation y="5.98841"/>
</Entity>
<Entity uid="2229">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1279.38233" z="1569.9231"/>
<Orientation y="3.20232"/>
</Entity>
<Entity uid="2230">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1318.29175" z="1646.04493"/>
<Orientation y="1.36754"/>
</Entity>
<Entity uid="2231">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.38233" z="1573.9231"/>
<Orientation y="1.08686"/>
</Entity>
<Entity uid="2232">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1214.3152" z="1609.66541"/>
<Orientation y="0.99703"/>
</Entity>
<Entity uid="2233">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1279.59766" z="1559.65442"/>
<Orientation y="2.48382"/>
</Entity>
<Entity uid="2234">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.82496" z="1592.24732"/>
<Orientation y="5.64971"/>
</Entity>
<Entity uid="2235">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1223.38221" z="1577.9231"/>
<Orientation y="1.319"/>
</Entity>
<Entity uid="2236">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1219.38221" z="1581.9231"/>
<Orientation y="4.7056"/>
</Entity>
<Entity uid="2237">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1203.53772" z="1525.5746"/>
<Orientation y="2.10721"/>
</Entity>
<Entity uid="2238">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1207.53772" z="1525.5746"/>
<Orientation y="0.62464"/>
</Entity>
<Entity uid="2239">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1175.38221" z="1589.9231"/>
<Orientation y="0.17246"/>
</Entity>
<Entity uid="2240">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1126.68287" z="1621.98877"/>
<Orientation y="4.90375"/>
</Entity>
<Entity uid="2241">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1180.42579" z="1596.06788"/>
<Orientation y="0.18795"/>
</Entity>
<Entity uid="2242">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1175.38221" z="1593.9231"/>
<Orientation y="2.02527"/>
</Entity>
<Entity uid="2243">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1163.38221" z="1597.9231"/>
<Orientation y="0.93493"/>
</Entity>
<Entity uid="2244">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1155.38221" z="1601.9231"/>
<Orientation y="3.47275"/>
</Entity>
<Entity uid="2245">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1210.44971" z="1707.83387"/>
<Orientation y="0.39965"/>
</Entity>
<Entity uid="2246">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1072.83716" z="1666.57935"/>
<Orientation y="5.4534"/>
</Entity>
<Entity uid="2247">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1050.2339" z="1435.28516"/>
<Orientation y="3.47765"/>
</Entity>
<Entity uid="2248">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1051.74817" z="1436.78089"/>
<Orientation y="3.14374"/>
</Entity>
<Entity uid="2249">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1012.96442" z="1450.03211"/>
<Orientation y="0.96743"/>
</Entity>
<Entity uid="2250">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1122.1084" z="1506.6897"/>
<Orientation y="3.4803"/>
</Entity>
<Entity uid="2252">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1117.23902" z="1502.33021"/>
<Orientation y="3.84366"/>
</Entity>
<Entity uid="2253">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1081.0127" z="1411.16041"/>
<Orientation y="1.0551"/>
</Entity>
<Entity uid="2254">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1112.4867" z="1524.69422"/>
<Orientation y="0.88112"/>
</Entity>
<Entity uid="2255">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1128.12098" z="1460.29896"/>
<Orientation y="0.26163"/>
</Entity>
<Entity uid="2256">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.06971" z="1420.84571"/>
<Orientation y="4.636"/>
</Entity>
<Entity uid="2257">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.06971" z="1424.84571"/>
<Orientation y="0.02685"/>
</Entity>
<Entity uid="2258">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1057.0597" z="1439.53174"/>
<Orientation y="1.7263"/>
</Entity>
<Entity uid="2259">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1037.71839" z="1457.42212"/>
<Orientation y="0.1782"/>
</Entity>
<Entity uid="2261">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="824.18213" z="1497.18812"/>
<Orientation y="5.38746"/>
</Entity>
<Entity uid="2262">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="828.18213" z="1497.18812"/>
<Orientation y="3.93143"/>
</Entity>
<Entity uid="2268">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1061.115" z="1428.45105"/>
<Orientation y="1.01731"/>
</Entity>
<Entity uid="2275">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1073.42334" z="1431.48316"/>
<Orientation y="4.99526"/>
</Entity>
<Entity uid="2276">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1080.37049" z="1405.92334"/>
<Orientation y="3.21082"/>
</Entity>
<Entity uid="2279">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1063.11524" z="1521.83094"/>
<Orientation y="7.46151"/>
</Entity>
<Entity uid="2280">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1138.81275" z="1459.93982"/>
<Orientation y="1.40224"/>
</Entity>
<Entity uid="2281">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1036.5569" z="1444.56714"/>
<Orientation y="2.82902"/>
</Entity>
<Entity uid="2282">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1014.90381" z="1576.14112"/>
<Orientation y="2.45057"/>
</Entity>
<Entity uid="2283">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1006.18287" z="1587.72168"/>
<Orientation y="0.93036"/>
</Entity>
<Entity uid="2284">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1008.91456" z="1528.5387"/>
<Orientation y="1.72535"/>
</Entity>
<Entity uid="2285">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1035.35047" z="1520.75025"/>
<Orientation y="0.73597"/>
</Entity>
<Entity uid="2286">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1021.14167" z="1535.63245"/>
<Orientation y="2.4061"/>
</Entity>
<Entity uid="2287">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1073.6139" z="1549.21436"/>
<Orientation y="0.23093"/>
</Entity>
<Entity uid="2288">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1060.69861" z="1547.39405"/>
<Orientation y="5.76264"/>
</Entity>
<Entity uid="2289">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1065.40247" z="1553.91651"/>
<Orientation y="2.42742"/>
</Entity>
<Entity uid="2290">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1069.20313" z="1493.54065"/>
<Orientation y="2.75821"/>
</Entity>
<Entity uid="2291">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="995.10157" z="1554.39222"/>
<Orientation y="1.41979"/>
</Entity>
<Entity uid="2292">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1030.92652" z="1522.45521"/>
<Orientation y="2.4071"/>
</Entity>
<Entity uid="2293">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1055.52356" z="1521.10584"/>
<Orientation y="5.31684"/>
</Entity>
<Entity uid="2294">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1079.32532" z="1488.93995"/>
<Orientation y="5.53812"/>
</Entity>
<Entity uid="2295">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1075.07532" z="1495.2931"/>
<Orientation y="2.22785"/>
</Entity>
<Entity uid="2296">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="978.68714" z="1553.76343"/>
<Orientation y="1.9784"/>
</Entity>
<Entity uid="2297">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="980.53644" z="1562.29358"/>
<Orientation y="6.27077"/>
</Entity>
<Entity uid="2298">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.83338" z="1389.43958"/>
<Orientation y="3.65246"/>
</Entity>
<Entity uid="2299">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.83338" z="1393.43958"/>
<Orientation y="0.42777"/>
</Entity>
<Entity uid="2300">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.83338" z="1397.43958"/>
<Orientation y="6.17621"/>
</Entity>
<Entity uid="2301">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.83338" z="1401.43958"/>
<Orientation y="6.09385"/>
</Entity>
<Entity uid="2302">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1137.91187" z="1464.17432"/>
<Orientation y="1.50536"/>
</Entity>
<Entity uid="2303">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.83338" z="1385.43958"/>
<Orientation y="3.34278"/>
</Entity>
<Entity uid="2304">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1127.83338" z="1389.43958"/>
<Orientation y="1.75954"/>
</Entity>
<Entity uid="2305">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1195.70118" z="1505.43519"/>
<Orientation y="3.91944"/>
</Entity>
<Entity uid="2306">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1195.70118" z="1509.43519"/>
<Orientation y="2.55686"/>
</Entity>
<Entity uid="2307">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1195.70118" z="1513.43519"/>
<Orientation y="6.11835"/>
</Entity>
<Entity uid="2308">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.6255" z="1489.97315"/>
<Orientation y="1.41272"/>
</Entity>
<Entity uid="2309">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1277.33802" z="1609.13794"/>
<Orientation y="0.60886"/>
</Entity>
<Entity uid="2310">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1331.50525" z="1645.37452"/>
<Orientation y="1.01743"/>
</Entity>
<Entity uid="2311">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.32984" z="1573.58863"/>
<Orientation y="2.7781"/>
</Entity>
<Entity uid="2312">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1273.32984" z="1557.58863"/>
<Orientation y="2.58423"/>
</Entity>
<Entity uid="2313">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.55713" z="1560.02234"/>
<Orientation y="1.18989"/>
</Entity>
<Entity uid="2314">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1308.08106" z="1579.08875"/>
<Orientation y="5.06238"/>
</Entity>
<Entity uid="2315">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1303.55481" z="1579.9773"/>
<Orientation y="2.93044"/>
</Entity>
<Entity uid="2316">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1294.10633" z="1592.05884"/>
<Orientation y="2.5686"/>
</Entity>
<Entity uid="2317">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1307.8921" z="1610.69117"/>
<Orientation y="3.09441"/>
</Entity>
<Entity uid="2318">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1275.38233" z="1573.9231"/>
<Orientation y="5.19173"/>
</Entity>
<Entity uid="2319">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1264.90491" z="1615.9159"/>
<Orientation y="2.57009"/>
</Entity>
<Entity uid="2320">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1302.4618" z="1599.49793"/>
<Orientation y="6.12258"/>
</Entity>
<Entity uid="2321">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1271.38233" z="1577.9231"/>
<Orientation y="0.03704"/>
</Entity>
<Entity uid="2322">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1226.15406" z="1578.74195"/>
<Orientation y="2.36677"/>
</Entity>
<Entity uid="2323">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1255.38233" z="1581.9231"/>
<Orientation y="5.50515"/>
</Entity>
<Entity uid="2324">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1267.38233" z="1581.9231"/>
<Orientation y="0.97321"/>
</Entity>
<Entity uid="2325">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1211.38221" z="1585.9231"/>
<Orientation y="1.57541"/>
</Entity>
<Entity uid="2326">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1223.38221" z="1585.9231"/>
<Orientation y="5.73653"/>
</Entity>
<Entity uid="2327">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.38221" z="1585.9231"/>
<Orientation y="3.5447"/>
</Entity>
<Entity uid="2328">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1203.53772" z="1529.5746"/>
<Orientation y="0.83437"/>
</Entity>
<Entity uid="2329">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1207.53772" z="1529.5746"/>
<Orientation y="6.20623"/>
</Entity>
<Entity uid="2330">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1175.38221" z="1597.9231"/>
<Orientation y="3.15857"/>
</Entity>
<Entity uid="2331">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1167.38221" z="1601.9231"/>
<Orientation y="5.48777"/>
</Entity>
<Entity uid="2332">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1171.38221" z="1601.9231"/>
<Orientation y="2.0093"/>
</Entity>
<Entity uid="2333">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1159.38221" z="1605.9231"/>
<Orientation y="1.81521"/>
</Entity>
<Entity uid="2334">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1163.38221" z="1605.9231"/>
<Orientation y="1.0676"/>
</Entity>
<Entity uid="2335">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1155.38221" z="1609.9231"/>
<Orientation y="2.51532"/>
</Entity>
<Entity uid="2336">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1223.20777" z="1688.92164"/>
<Orientation y="0.41091"/>
</Entity>
<Entity uid="2337">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1218.98816" z="1710.49732"/>
<Orientation y="2.11591"/>
</Entity>
<Entity uid="2338">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1101.15101" z="1749.23145"/>
<Orientation y="2.35402"/>
</Entity>
<Entity uid="2339">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1096.8263" z="1746.61292"/>
<Orientation y="4.66907"/>
</Entity>
<Entity uid="2340">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1212.37671" z="1719.67811"/>
<Orientation y="3.78974"/>
</Entity>
<Entity uid="2341">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1056.88538" z="1441.47156"/>
<Orientation y="3.29276"/>
</Entity>
<Entity uid="2342">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.23414" z="1435.28516"/>
<Orientation y="4.86478"/>
</Entity>
<Entity uid="2343">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.2339" z="1439.28516"/>
<Orientation y="0.69468"/>
</Entity>
<Entity uid="2344">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1050.2339" z="1447.28516"/>
<Orientation y="0.01322"/>
</Entity>
<Entity uid="2345">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1119.96766" z="1463.39563"/>
<Orientation y="0.50803"/>
</Entity>
<Entity uid="2346">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1051.66858" z="1433.4037"/>
<Orientation y="0.15294"/>
</Entity>
<Entity uid="2347">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.98829" z="1430.28174"/>
<Orientation y="3.82343"/>
</Entity>
<Entity uid="2348">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1085.0127" z="1407.16041"/>
<Orientation y="4.85203"/>
</Entity>
<Entity uid="2349">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1047.66858" z="1445.4037"/>
<Orientation y="3.63587"/>
</Entity>
<Entity uid="2350">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1058.09559" z="1450.59498"/>
<Orientation y="2.27234"/>
</Entity>
<Entity uid="2351">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1050.53516" z="1457.23121"/>
<Orientation y="4.42853"/>
</Entity>
<Entity uid="2352">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1050.53516" z="1461.23121"/>
<Orientation y="1.97115"/>
</Entity>
<Entity uid="2353">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1133.10596" z="1459.39637"/>
<Orientation y="5.66822"/>
</Entity>
<Entity uid="2354">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1017.67682" z="1451.20508"/>
<Orientation y="4.06908"/>
</Entity>
<Entity uid="2355">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.04175" z="1434.44837"/>
<Orientation y="4.46258"/>
</Entity>
<Entity uid="2356">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1021.67682" z="1455.20508"/>
<Orientation y="3.38277"/>
</Entity>
<Entity uid="2357">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1027.33362" z="1453.4402"/>
<Orientation y="5.21744"/>
</Entity>
<Entity uid="2358">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1039.75184" z="1440.34205"/>
<Orientation y="5.09603"/>
</Entity>
<Entity uid="2359">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1035.11158" z="1445.32361"/>
<Orientation y="4.11461"/>
</Entity>
<Entity uid="2361">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="837.90693" z="1483.61854"/>
<Orientation y="0.21961"/>
</Entity>
<Entity uid="2370">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1051.02637" z="1436.16663"/>
<Orientation y="2.939"/>
</Entity>
<Entity uid="2373">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1068.8938" z="1440.67896"/>
<Orientation y="2.30666"/>
</Entity>
<Entity uid="2392">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.91773" z="1697.85389"/>
<Orientation y="1.71859"/>
</Entity>
<Entity uid="2393">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1106.45618" z="1668.92334"/>
<Orientation y="3.0083"/>
</Entity>
<Entity uid="2394">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1130.55481" z="1690.44227"/>
<Orientation y="4.8796"/>
</Entity>
<Entity uid="2395">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1140.32081" z="1653.6626"/>
<Orientation y="1.07609"/>
</Entity>
<Entity uid="2396">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1144.32081" z="1649.6626"/>
<Orientation y="6.13859"/>
</Entity>
<Entity uid="2397">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1148.32081" z="1645.6626"/>
<Orientation y="2.97664"/>
</Entity>
<Entity uid="2398">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1155.47034" z="1640.31946"/>
<Orientation y="1.45107"/>
</Entity>
<Entity uid="2399">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1176.3711" z="1647.19373"/>
<Orientation y="4.61875"/>
</Entity>
<Entity uid="2400">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1180.27942" z="1625.22193"/>
<Orientation y="5.98168"/>
</Entity>
<Entity uid="2424">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1411.59217" z="1977.80909"/>
<Orientation y="5.90902"/>
</Entity>
<Entity uid="2425">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="318.53248" z="1248.04395"/>
<Orientation y="4.68409"/>
</Entity>
<Entity uid="2432">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="166.07071" z="1211.22437"/>
<Orientation y="2.79209"/>
</Entity>
<Entity uid="2433">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="107.24488" z="1284.73133"/>
<Orientation y="2.2021"/>
</Entity>
<Entity uid="2434">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="172.03464" z="1208.3993"/>
<Orientation y="1.73694"/>
</Entity>
<Entity uid="2435">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="40.01235" z="1264.73572"/>
<Orientation y="2.94037"/>
</Entity>
<Entity uid="2436">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="113.88707" z="1282.96827"/>
<Orientation y="0.02768"/>
</Entity>
<Entity uid="2437">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="113.88707" z="1286.96827"/>
<Orientation y="4.50033"/>
</Entity>
<Entity uid="2438">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1241.43885" z="1811.49585"/>
<Orientation y="4.91076"/>
</Entity>
<Entity uid="2439">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="108.15513" z="1286.49134"/>
<Orientation y="2.51029"/>
</Entity>
<Entity uid="2441">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.43116" z="1793.86683"/>
<Orientation y="6.1574"/>
</Entity>
<Entity uid="2481">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1109.52674" z="1671.66236"/>
<Orientation y="5.78716"/>
</Entity>
<Entity uid="2482">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1124.32081" z="1657.6626"/>
<Orientation y="1.9112"/>
</Entity>
<Entity uid="2483">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1068.69471" z="1657.25855"/>
<Orientation y="3.46711"/>
</Entity>
<Entity uid="2484">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1107.57361" z="1660.33313"/>
<Orientation y="0.92034"/>
</Entity>
<Entity uid="2485">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.32081" z="1653.6626"/>
<Orientation y="1.45826"/>
</Entity>
<Entity uid="2486">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1140.32081" z="1641.6626"/>
<Orientation y="0.69523"/>
</Entity>
<Entity uid="2487">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1210.24659" z="1617.89173"/>
<Orientation y="0.54256"/>
</Entity>
<Entity uid="2488">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1085.16492" z="1634.29542"/>
<Orientation y="0.10479"/>
</Entity>
<Entity uid="2489">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1160.02393" z="1633.84852"/>
<Orientation y="5.67925"/>
</Entity>
<Entity uid="2490">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1141.375" z="1616.41944"/>
<Orientation y="2.39461"/>
</Entity>
<Entity uid="2491">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1148.23523" z="1604.38941"/>
<Orientation y="3.75686"/>
</Entity>
<Entity uid="2531">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="111.2449" z="1276.73133"/>
<Orientation y="5.27852"/>
</Entity>
<Entity uid="2532">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1241.50525" z="1713.18274"/>
<Orientation y="5.64301"/>
</Entity>
<Entity uid="2533">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1229.89039" z="1843.6493"/>
<Orientation y="1.99128"/>
</Entity>
<Entity uid="2534">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="117.88711" z="1286.96827"/>
<Orientation y="4.89386"/>
</Entity>
<Entity uid="2535">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1295.28736" z="1846.4961"/>
<Orientation y="1.80491"/>
</Entity>
<Entity uid="2536">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1155.94373" z="1838.32825"/>
<Orientation y="4.46001"/>
</Entity>
<Entity uid="2537">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1152.56873" z="1835.3462"/>
<Orientation y="6.01073"/>
</Entity>
<Entity uid="2538">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="112.15506" z="1286.49134"/>
<Orientation y="4.97596"/>
</Entity>
<Entity uid="2539">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1236.10438" z="1762.12244"/>
<Orientation y="4.80948"/>
</Entity>
<Entity uid="2540">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="43.56424" z="1264.13331"/>
<Orientation y="0.31742"/>
</Entity>
<Entity uid="2574">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1124.32081" z="1653.6626"/>
<Orientation y="2.32161"/>
</Entity>
<Entity uid="2575">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1128.32081" z="1653.6626"/>
<Orientation y="3.76503"/>
</Entity>
<Entity uid="2576">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.32081" z="1645.6626"/>
<Orientation y="4.31"/>
</Entity>
<Entity uid="2577">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1073.60853" z="1639.27454"/>
<Orientation y="1.33936"/>
</Entity>
<Entity uid="2578">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1132.75147" z="1624.59278"/>
<Orientation y="5.77042"/>
</Entity>
<Entity uid="2579">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1145.11817" z="1612.36451"/>
<Orientation y="1.43647"/>
</Entity>
<Entity uid="2615">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="330.14972" z="515.35138"/>
<Orientation y="2.0119"/>
</Entity>
<Entity uid="2616">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="271.82068" z="1469.94935"/>
<Orientation y="0.215"/>
</Entity>
<Entity uid="2617">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1206.80787" z="1719.86573"/>
<Orientation y="6.03635"/>
</Entity>
<Entity uid="2618">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1185.86438" z="1818.89197"/>
<Orientation y="3.31777"/>
</Entity>
<Entity uid="2619">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1234.77698" z="1795.3871"/>
<Orientation y="0.74428"/>
</Entity>
<Entity uid="2620">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1132.09876" z="1826.33045"/>
<Orientation y="5.05951"/>
</Entity>
<Entity uid="2632">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1061.98877" z="1007.1775"/>
<Orientation y="1.13865"/>
</Entity>
<Entity uid="2633">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1256.51343" z="1793.25794"/>
<Orientation y="3.9033"/>
</Entity>
<Entity uid="2634">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1408.00806" z="1116.53504"/>
<Orientation y="0.23191"/>
</Entity>
<Entity uid="2635">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1159.72022" z="845.59241"/>
<Orientation y="2.81318"/>
</Entity>
<Entity uid="2640">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1173.78162" z="865.95417"/>
<Orientation y="14.27369"/>
</Entity>
<Entity uid="2642">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.06922" z="1798.98426"/>
<Orientation y="3.02312"/>
</Entity>
<Entity uid="2643">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1101.06348" z="1708.64454"/>
<Orientation y="4.60456"/>
</Entity>
<Entity uid="2644">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1116.37208" z="1784.69117"/>
<Orientation y="3.13988"/>
</Entity>
<Entity uid="2645">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.27662" z="1698.38355"/>
<Orientation y="4.64123"/>
</Entity>
<Entity uid="2646">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="125.11033" z="1281.83716"/>
<Orientation y="0.76786"/>
</Entity>
<Entity uid="2647">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="127.07099" z="1263.82496"/>
<Orientation y="2.97403"/>
</Entity>
<Entity uid="2648">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1252.09375" z="1794.64307"/>
<Orientation y="4.20014"/>
</Entity>
<Entity uid="2649">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1214.00245" z="1818.49122"/>
<Orientation y="5.25942"/>
</Entity>
<Entity uid="2650">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1219.24683" z="1713.45984"/>
<Orientation y="5.17492"/>
</Entity>
<Entity uid="2651">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1259.96119" z="1769.0901"/>
<Orientation y="3.02594"/>
</Entity>
<Entity uid="2652">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1222.78162" z="1833.57117"/>
<Orientation y="2.02004"/>
</Entity>
<Entity uid="2653">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1085.37159" z="1732.36316"/>
<Orientation y="1.37926"/>
</Entity>
<Entity uid="2654">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1205.50745" z="1695.65992"/>
<Orientation y="2.6859"/>
</Entity>
<Entity uid="2655">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1104.98768" z="1701.70423"/>
<Orientation y="5.26565"/>
</Entity>
<Entity uid="2656">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1108.235" z="1694.39295"/>
<Orientation y="4.57435"/>
</Entity>
<Entity uid="2657">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1224.50721" z="1694.4679"/>
<Orientation y="0.81847"/>
</Entity>
<Entity uid="2658">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1146.54139" z="1756.80774"/>
<Orientation y="-0.03222"/>
</Entity>
<Entity uid="2659">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.30225" z="1660.10279"/>
<Orientation y="-0.37304"/>
</Entity>
<Entity uid="2660">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1215.05726" z="1677.5298"/>
<Orientation y="5.49677"/>
</Entity>
<Entity uid="2661">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1215.20032" z="1689.48658"/>
<Orientation y="0.38769"/>
</Entity>
<Entity uid="2662">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1087.36634" z="1716.41578"/>
<Orientation y="4.18984"/>
</Entity>
<Entity uid="2663">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1052.11292" z="1705.77405"/>
<Orientation y="-0.10602"/>
</Entity>
<Entity uid="2664">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1230.97803" z="1817.23646"/>
<Orientation y="1.03197"/>
</Entity>
<Entity uid="2665">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1206.36683" z="1685.45313"/>
<Orientation y="5.03046"/>
</Entity>
<Entity uid="2666">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1084.60584" z="1719.67798"/>
<Orientation y="5.7616"/>
</Entity>
<Entity uid="2667">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1207.964" z="1851.96839"/>
<Orientation y="2.13279"/>
</Entity>
<Entity uid="2668">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1296.90955" z="1835.69166"/>
<Orientation y="2.73792"/>
</Entity>
<Entity uid="2674">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1212.52784" z="1836.38294"/>
<Orientation y="3.6721"/>
</Entity>
<Entity uid="2675">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1208.73597" z="1700.3346"/>
<Orientation y="0.4242"/>
</Entity>
<Entity uid="2676">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1179.56336" z="1832.4679"/>
<Orientation y="6.15424"/>
</Entity>
<Entity uid="2677">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.25452" z="1689.78602"/>
<Orientation y="4.16657"/>
</Entity>
<Entity uid="2678">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1175.56336" z="1836.46778"/>
<Orientation y="2.34983"/>
</Entity>
<Entity uid="2679">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="289.68033" z="1464.89576"/>
<Orientation y="1.37146"/>
</Entity>
<Entity uid="2680">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1184.974" z="1827.27369"/>
<Orientation y="4.17957"/>
</Entity>
<Entity uid="2681">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1100.6598" z="1685.59156"/>
<Orientation y="2.38283"/>
</Entity>
<Entity uid="2682">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1285.05567" z="1831.70264"/>
<Orientation y="5.07306"/>
</Entity>
<Entity uid="2683">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1188.93116" z="1816.57557"/>
<Orientation y="2.57372"/>
</Entity>
<Entity uid="2684">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="273.2574" z="1466.31861"/>
<Orientation y="3.06763"/>
</Entity>
<Entity uid="2685">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="74.77082" z="1220.82789"/>
<Orientation y="0.90342"/>
</Entity>
<Entity uid="2686">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="56.32041" z="1292.72889"/>
<Orientation y="0.02456"/>
</Entity>
<Entity uid="2687">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1256.58582" z="1766.56873"/>
<Orientation y="0.60856"/>
</Entity>
<Entity uid="2688">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1218.07984" z="1795.38501"/>
<Orientation y="1.42898"/>
</Entity>
<Entity uid="2692">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1151.21106" z="1649.29175"/>
<Orientation y="0.4529"/>
</Entity>
<Entity uid="2693">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="233.7642" z="1018.6927"/>
<Orientation y="2.1548"/>
</Entity>
<Entity uid="2694">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="224.43592" z="1024.14441"/>
<Orientation y="0.18371"/>
</Entity>
<Entity uid="2695">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1135.21106" z="1653.29163"/>
<Orientation y="4.96328"/>
</Entity>
<Entity uid="2696">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.21106" z="1653.29163"/>
<Orientation y="4.179"/>
</Entity>
<Entity uid="2697">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1127.21106" z="1657.29151"/>
<Orientation y="0.21555"/>
</Entity>
<Entity uid="2703">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="160.86231" z="1209.02247"/>
<Orientation y="2.80195"/>
</Entity>
<Entity uid="2704">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="148.0435" z="1207.97535"/>
<Orientation y="1.0569"/>
</Entity>
<Entity uid="2708">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1270.89441" z="1617.18042"/>
<Orientation y="6.15781"/>
</Entity>
<Entity uid="2710">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1348.78101" z="1750.66663"/>
<Orientation y="2.67411"/>
</Entity>
<Entity uid="2711">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1349.08741" z="1733.96229"/>
<Orientation y="0.94872"/>
</Entity>
<Entity uid="2712">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1342.77283" z="1745.11805"/>
<Orientation y="5.6706"/>
</Entity>
<Entity uid="2713">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1408.58631" z="1575.70398"/>
<Orientation y="1.5404"/>
</Entity>
<Entity uid="2714">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1332.22962" z="1728.23243"/>
<Orientation y="4.90429"/>
</Entity>
<Entity uid="2715">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1334.05652" z="1722.38245"/>
<Orientation y="4.21453"/>
</Entity>
<Entity uid="2716">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1217.12415" z="1661.37012"/>
<Orientation y="6.11196"/>
</Entity>
<Entity uid="2717">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1156.94678" z="1864.05091"/>
<Orientation y="6.80819"/>
</Entity>
<Entity uid="2718">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1222.39808" z="1827.7013"/>
<Orientation y="3.59098"/>
</Entity>
<Entity uid="2719">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1065.78162" z="1725.3003"/>
<Orientation y="-0.2979"/>
</Entity>
<Entity uid="2720">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1096.13892" z="1734.75428"/>
<Orientation y="3.40081"/>
</Entity>
<Entity uid="2721">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1276.00403" z="1658.30079"/>
<Orientation y="1.84371"/>
</Entity>
<Entity uid="2722">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1225.21766" z="1715.04981"/>
<Orientation y="0.73137"/>
</Entity>
<Entity uid="2723">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1224.57581" z="1813.02686"/>
<Orientation y="5.91405"/>
</Entity>
<Entity uid="2724">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1100.91272" z="1738.54346"/>
<Orientation y="1.49073"/>
</Entity>
<Entity uid="2725">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="66.53231" z="1221.9839"/>
<Orientation y="2.18184"/>
</Entity>
<Entity uid="2726">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="128.00077" z="1281.95142"/>
<Orientation y="1.75568"/>
</Entity>
<Entity uid="2727">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="133.84833" z="1281.99"/>
<Orientation y="2.57154"/>
</Entity>
<Entity uid="2728">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="132.15238" z="1172.19532"/>
<Orientation y="6.1031"/>
</Entity>
<Entity uid="2729">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="132.90595" z="1185.26087"/>
<Orientation y="2.69878"/>
</Entity>
<Entity uid="2730">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="135.42212" z="1183.448"/>
<Orientation y="4.12768"/>
</Entity>
<Entity uid="2731">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="151.90992" z="1203.50733"/>
<Orientation y="3.59575"/>
</Entity>
<Entity uid="2732">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="155.90989" z="1203.50733"/>
<Orientation y="4.88021"/>
</Entity>
<Entity uid="2733">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="164.12137" z="1204.51514"/>
<Orientation y="2.9763"/>
</Entity>
<Entity uid="2734">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="172.60056" z="1201.40809"/>
<Orientation y="0.26124"/>
</Entity>
<Entity uid="2735">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="79.78937" z="1220.63746"/>
<Orientation y="2.96062"/>
</Entity>
<Entity uid="2736">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1061.98877" z="999.1775"/>
<Orientation y="3.84021"/>
</Entity>
<Entity uid="2737">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1057.16529" z="994.70386"/>
<Orientation y="5.02833"/>
</Entity>
<Entity uid="2738">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1405.45948" z="1118.05115"/>
<Orientation y="2.18096"/>
</Entity>
<Entity uid="2739">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1423.29615" z="1112.64917"/>
<Orientation y="4.47545"/>
</Entity>
<Entity uid="2744">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1242.21302" z="898.78657"/>
<Orientation y="11.8207"/>
</Entity>
<Entity uid="2746">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1095.84473" z="1810.87928"/>
<Orientation y="0.48995"/>
</Entity>
<Entity uid="2747">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1065.46448" z="1648.9198"/>
<Orientation y="5.68046"/>
</Entity>
<Entity uid="2748">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1106.76392" z="1729.46644"/>
<Orientation y="3.4192"/>
</Entity>
<Entity uid="2749">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1107.8722" z="1731.70801"/>
<Orientation y="4.75158"/>
</Entity>
<Entity uid="2750">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1089.41297" z="1713.46497"/>
<Orientation y="1.37835"/>
</Entity>
<Entity uid="2751">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.38221" z="1814.99341"/>
<Orientation y="2.62027"/>
</Entity>
<Entity uid="2752">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.44227" z="1795.13074"/>
<Orientation y="5.4989"/>
</Entity>
<Entity uid="2753">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1231.64307" z="1794.79188"/>
<Orientation y="2.06447"/>
</Entity>
<Entity uid="2754">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1210.93482" z="1795.83094"/>
<Orientation y="3.23818"/>
</Entity>
<Entity uid="2755">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1210.78187" z="1845.57166"/>
<Orientation y="1.60029"/>
</Entity>
<Entity uid="2756">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1197.55323" z="1670.70081"/>
<Orientation y="4.48133"/>
</Entity>
<Entity uid="2757">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.31385" z="1677.99598"/>
<Orientation y="4.28982"/>
</Entity>
<Entity uid="2758">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.52015" z="1693.04151"/>
<Orientation y="2.7552"/>
</Entity>
<Entity uid="2759">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1283.68702" z="1792.34327"/>
<Orientation y="6.21344"/>
</Entity>
<Entity uid="2760">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1221.60267" z="1709.08143"/>
<Orientation y="4.59362"/>
</Entity>
<Entity uid="2761">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1245.1194" z="1716.75928"/>
<Orientation y="5.4737"/>
</Entity>
<Entity uid="2762">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1132.67762" z="1819.37256"/>
<Orientation y="2.07273"/>
</Entity>
<Entity uid="2763">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1032.75672" z="1791.50538"/>
<Orientation y="3.99134"/>
</Entity>
<Entity uid="2764">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.89466" z="1694.07703"/>
<Orientation y="3.57348"/>
</Entity>
<Entity uid="2765">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1184.68042" z="1668.48951"/>
<Orientation y="1.64179"/>
</Entity>
<Entity uid="2766">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.21668" z="1713.2942"/>
<Orientation y="0.43963"/>
</Entity>
<Entity uid="2770">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.52991" z="1685.40455"/>
<Orientation y="3.69954"/>
</Entity>
<Entity uid="2771">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1204.5282" z="1844.38294"/>
<Orientation y="0.94738"/>
</Entity>
<Entity uid="2772">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.43042" z="1685.77259"/>
<Orientation y="1.93406"/>
</Entity>
<Entity uid="2773">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1203.56897" z="1674.83167"/>
<Orientation y="4.74279"/>
</Entity>
<Entity uid="2774">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1280.2173" z="1868.2013"/>
<Orientation y="1.50994"/>
</Entity>
<Entity uid="2775">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1061.36854" z="1709.18116"/>
<Orientation y="4.72484"/>
</Entity>
<Entity uid="2776">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="103.26943" z="1283.50062"/>
<Orientation y="2.3391"/>
</Entity>
<Entity uid="2777">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1132.21192" z="1685.2339"/>
<Orientation y="4.101"/>
</Entity>
<Entity uid="2778">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.0558" z="1839.70264"/>
<Orientation y="6.24929"/>
</Entity>
<Entity uid="2779">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1275.54224" z="1864.58423"/>
<Orientation y="6.09614"/>
</Entity>
<Entity uid="2780">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1180.71253" z="1585.22217"/>
<Orientation y="0.5271"/>
</Entity>
<Entity uid="2781">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="60.55314" z="1292.59913"/>
<Orientation y="2.6457"/>
</Entity>
<Entity uid="2782">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1045.92347" z="1822.35621"/>
<Orientation y="2.17144"/>
</Entity>
<Entity uid="2783">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1196.72767" z="1659.4535"/>
<Orientation y="2.41984"/>
</Entity>
<Entity uid="2784">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1192.74341" z="1817.8755"/>
<Orientation y="2.92167"/>
</Entity>
<Entity uid="2785">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1237.68714" z="1808.69568"/>
<Orientation y="2.00545"/>
</Entity>
<Entity uid="2787">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1216.00599" z="1625.39356"/>
<Orientation y="3.4197"/>
</Entity>
<Entity uid="2788">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="217.81336" z="1017.25184"/>
<Orientation y="0.84462"/>
</Entity>
<Entity uid="2789">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1194.77125" z="1533.67957"/>
<Orientation y="4.68644"/>
</Entity>
<Entity uid="2791">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="218.63154" z="1009.90778"/>
<Orientation y="4.64013"/>
</Entity>
<Entity uid="2795">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="159.36188" z="1202.56153"/>
<Orientation y="0.04198"/>
</Entity>
<Entity uid="2796">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="135.81073" z="1169.78528"/>
<Orientation y="5.47873"/>
</Entity>
<Entity uid="2797">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="142.31186" z="1278.19202"/>
<Orientation y="3.62877"/>
</Entity>
<Entity uid="2798">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1105.21656" z="1817.8888"/>
<Orientation y="4.8746"/>
</Entity>
<Entity uid="2801">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1151.19825" z="1636.60328"/>
<Orientation y="3.67557"/>
</Entity>
<Entity uid="2802">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1143.07068" z="1641.33826"/>
<Orientation y="1.00956"/>
</Entity>
<Entity uid="2803">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1139.07068" z="1649.33826"/>
<Orientation y="1.33654"/>
</Entity>
<Entity uid="2804">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1141.82447" z="1606.91565"/>
<Orientation y="5.2676"/>
</Entity>
<Entity uid="2807">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1346.77283" z="1729.11805"/>
<Orientation y="6.18552"/>
</Entity>
<Entity uid="2808">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1390.70472" z="1622.76185"/>
<Orientation y="2.83666"/>
</Entity>
<Entity uid="2809">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1347.766" z="1602.80896"/>
<Orientation y="1.0915"/>
</Entity>
<Entity uid="2810">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1180.79725" z="1831.78199"/>
<Orientation y="3.0089"/>
</Entity>
<Entity uid="2811">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.77857" z="1746.01978"/>
<Orientation y="4.29638"/>
</Entity>
<Entity uid="2812">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1170.38721" z="1737.48707"/>
<Orientation y="6.37404"/>
</Entity>
<Entity uid="2813">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1051.96412" z="1698.22498"/>
<Orientation y="1.41922"/>
</Entity>
<Entity uid="2814">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1183.91614" z="1676.48194"/>
<Orientation y="2.98797"/>
</Entity>
<Entity uid="2815">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1099.8744" z="1726.82581"/>
<Orientation y="1.65831"/>
</Entity>
<Entity uid="2816">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1222.98328" z="1692.26526"/>
<Orientation y="4.39304"/>
</Entity>
<Entity uid="2817">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="120.00026" z="1277.95142"/>
<Orientation y="5.42362"/>
</Entity>
<Entity uid="2818">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="128.00077" z="1277.95142"/>
<Orientation y="1.68194"/>
</Entity>
<Entity uid="2819">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="131.78345" z="1276.8589"/>
<Orientation y="4.25455"/>
</Entity>
<Entity uid="2820">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="141.06086" z="1202.37354"/>
<Orientation y="6.10064"/>
</Entity>
<Entity uid="2821">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="87.39083" z="1218.76185"/>
<Orientation y="0.7624"/>
</Entity>
<Entity uid="2822">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="159.25226" z="1200.61573"/>
<Orientation y="0.20855"/>
</Entity>
<Entity uid="2823">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="159.90989" z="1195.50733"/>
<Orientation y="1.68361"/>
</Entity>
<Entity uid="2824">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1258.37403" z="1795.37818"/>
<Orientation y="2.6768"/>
</Entity>
<Entity uid="2825">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1053.16529" z="990.70386"/>
<Orientation y="4.16761"/>
</Entity>
<Entity uid="2826">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1204.44214" z="1735.79188"/>
<Orientation y="4.57906"/>
</Entity>
<Entity uid="2827">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1061.16541" z="986.70386"/>
<Orientation y="4.36481"/>
</Entity>
<Entity uid="2828">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1050.42872" z="947.43494"/>
<Orientation y="0.31565"/>
</Entity>
<Entity uid="2829">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1392.13831" z="1137.71314"/>
<Orientation y="4.83593"/>
</Entity>
<Entity uid="2830">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1390.14686" z="1153.74024"/>
<Orientation y="2.51021"/>
</Entity>
<Entity uid="2831">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1415.60547" z="1095.03248"/>
<Orientation y="1.13111"/>
</Entity>
<Entity uid="2832">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1424.08985" z="1105.94129"/>
<Orientation y="1.64391"/>
</Entity>
<Entity uid="2833">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1104.31092" z="1701.33338"/>
<Orientation y="-0.07267"/>
</Entity>
<Entity uid="2834">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1262.8877" z="1742.22217"/>
<Orientation y="6.19094"/>
</Entity>
<Entity uid="2835">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1222.82422" z="1706.73304"/>
<Orientation y="0.99137"/>
</Entity>
<Entity uid="2836">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1244.55921" z="1803.74537"/>
<Orientation y="5.6565"/>
</Entity>
<Entity uid="2837">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1223.88392" z="1794.75538"/>
<Orientation y="3.11806"/>
</Entity>
<Entity uid="2838">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1209.4568" z="1789.92298"/>
<Orientation y="3.6318"/>
</Entity>
<Entity uid="2839">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.04773" z="1708.79395"/>
<Orientation y="4.65922"/>
</Entity>
<Entity uid="2840">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.63111" z="1712.23218"/>
<Orientation y="1.94031"/>
</Entity>
<Entity uid="2842">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1118.6554" z="1892.12244"/>
<Orientation y="5.74503"/>
</Entity>
<Entity uid="2843">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1173.6504" z="1835.38367"/>
<Orientation y="0.13462"/>
</Entity>
<Entity uid="2844">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1101.25794" z="1806.11951"/>
<Orientation y="2.9949"/>
</Entity>
<Entity uid="2845">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1096.1836" z="1818.06922"/>
<Orientation y="1.21897"/>
</Entity>
<Entity uid="2846">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1210.64356" z="1753.4314"/>
<Orientation y="2.20275"/>
</Entity>
<Entity uid="2847">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1234.37696" z="1711.44349"/>
<Orientation y="0.45937"/>
</Entity>
<Entity uid="2848">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1150.43848" z="1778.09754"/>
<Orientation y="2.38233"/>
</Entity>
<Entity uid="2849">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1252.11109" z="1679.25013"/>
<Orientation y="5.46924"/>
</Entity>
<Entity uid="2851">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1136.46741" z="1676.98548"/>
<Orientation y="-0.20093"/>
</Entity>
<Entity uid="2852">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1108.84681" z="1721.37562"/>
<Orientation y="2.3629"/>
</Entity>
<Entity uid="2853">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1218.54957" z="1715.9795"/>
<Orientation y="6.26275"/>
</Entity>
<Entity uid="2854">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1206.99842" z="1852.0536"/>
<Orientation y="1.64063"/>
</Entity>
<Entity uid="2855">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1288.9098" z="1839.69166"/>
<Orientation y="2.22985"/>
</Entity>
<Entity uid="2856">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.56214" z="1727.03199"/>
<Orientation y="5.57625"/>
</Entity>
<Entity uid="2858">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.52771" z="1844.38294"/>
<Orientation y="3.39455"/>
</Entity>
<Entity uid="2859">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1091.85596" z="1714.59815"/>
<Orientation y="1.74856"/>
</Entity>
<Entity uid="2860">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1104.79578" z="1735.72388"/>
<Orientation y="1.58085"/>
</Entity>
<Entity uid="2861">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1208.5282" z="1848.38306"/>
<Orientation y="0.40082"/>
</Entity>
<Entity uid="2862">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1289.47388" z="1840.10621"/>
<Orientation y="0.05292"/>
</Entity>
<Entity uid="2863">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1297.47364" z="1840.10621"/>
<Orientation y="3.98784"/>
</Entity>
<Entity uid="2864">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="82.57651" z="1220.4037"/>
<Orientation y="1.42058"/>
</Entity>
<Entity uid="2865">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="56.55678" z="1299.63331"/>
<Orientation y="2.35781"/>
</Entity>
<Entity uid="2866">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1133.6543" z="1679.75562"/>
<Orientation y="4.31724"/>
</Entity>
<Entity uid="2867">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1297.05542" z="1839.70264"/>
<Orientation y="0.36861"/>
</Entity>
<Entity uid="2868">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1103.09998" z="1699.80591"/>
<Orientation y="1.69692"/>
</Entity>
<Entity uid="2869">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1208.35657" z="1820.39271"/>
<Orientation y="3.52314"/>
</Entity>
<Entity uid="2870">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="60.32042" z="1300.72889"/>
<Orientation y="5.97182"/>
</Entity>
<Entity uid="2871">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="106.36617" z="1282.21192"/>
<Orientation y="3.6716"/>
</Entity>
<Entity uid="2872">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="111.27231" z="1286.12146"/>
<Orientation y="4.51285"/>
</Entity>
<Entity uid="2873">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.91272" z="1823.6327"/>
<Orientation y="5.84556"/>
</Entity>
<Entity uid="2875">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1186.96351" z="1630.98108"/>
<Orientation y="4.57105"/>
</Entity>
<Entity uid="2876">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="219.31968" z="1022.84314"/>
<Orientation y="4.14742"/>
</Entity>
<Entity uid="2877">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1134.81751" z="1673.5962"/>
<Orientation y="5.81275"/>
</Entity>
<Entity uid="2878">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="225.46293" z="1008.41529"/>
<Orientation y="1.4774"/>
</Entity>
<Entity uid="2879">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="281.61966" z="498.53107"/>
<Orientation y="5.4607"/>
</Entity>
<Entity uid="2880">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="114.6921" z="1281.42371"/>
<Orientation y="5.38442"/>
</Entity>
<Entity uid="2881">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="171.48179" z="1213.09168"/>
<Orientation y="0.82441"/>
</Entity>
<Entity uid="2882">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1136.01648" z="1824.03858"/>
<Orientation y="2.8128"/>
</Entity>
<Entity uid="2883">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1136.01648" z="1828.03858"/>
<Orientation y="1.00922"/>
</Entity>
<Entity uid="2888">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.07068" z="1645.33826"/>
<Orientation y="2.9816"/>
</Entity>
<Entity uid="2889">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1236.1543" z="1631.3484"/>
<Orientation y="2.33805"/>
</Entity>
<Entity uid="2890">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1222.8672" z="1628.76758"/>
<Orientation y="2.01142"/>
</Entity>
<Entity uid="2891">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="231.45133" z="1027.48792"/>
<Orientation y="4.36001"/>
</Entity>
<Entity uid="2892">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1151.07068" z="1673.33826"/>
<Orientation y="3.79743"/>
</Entity>
<Entity uid="2895">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1225.9917" z="1700.48218"/>
<Orientation y="1.8311"/>
</Entity>
<Entity uid="2896">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.96741" z="1809.06568"/>
<Orientation y="5.58733"/>
</Entity>
<Entity uid="2897">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1104.18055" z="1712.43006"/>
<Orientation y="-0.2439"/>
</Entity>
<Entity uid="2898">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1205.26392" z="1682.99036"/>
<Orientation y="3.1515"/>
</Entity>
<Entity uid="2899">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.8025" z="1685.65381"/>
<Orientation y="5.47884"/>
</Entity>
<Entity uid="2900">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1106.80311" z="1824.68042"/>
<Orientation y="5.60468"/>
</Entity>
<Entity uid="2901">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="120.00026" z="1269.95142"/>
<Orientation y="0.95374"/>
</Entity>
<Entity uid="2902">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="124.00026" z="1273.95142"/>
<Orientation y="0.16974"/>
</Entity>
<Entity uid="2903">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="128.00077" z="1273.95142"/>
<Orientation y="1.27228"/>
</Entity>
<Entity uid="2904">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="140.00098" z="1273.95142"/>
<Orientation y="3.12763"/>
</Entity>
<Entity uid="2905">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="131.84476" z="1178.81116"/>
<Orientation y="2.05814"/>
</Entity>
<Entity uid="2906">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="143.90992" z="1199.50733"/>
<Orientation y="0.74773"/>
</Entity>
<Entity uid="2907">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="143.90992" z="1195.50733"/>
<Orientation y="6.26166"/>
</Entity>
<Entity uid="2908">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="147.90992" z="1195.50733"/>
<Orientation y="1.5692"/>
</Entity>
<Entity uid="2909">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="152.68992" z="1197.21668"/>
<Orientation y="0.18363"/>
</Entity>
<Entity uid="2910">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="150.7363" z="1190.18628"/>
<Orientation y="2.41707"/>
</Entity>
<Entity uid="2911">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="162.14466" z="1194.4214"/>
<Orientation y="4.24271"/>
</Entity>
<Entity uid="2912">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1302.43671" z="154.99755"/>
<Orientation y="-0.67003"/>
</Entity>
<Entity uid="2913">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1297.7428" z="164.00058"/>
<Orientation y="-3.75571"/>
</Entity>
<Entity uid="2914">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="568.9419" z="1302.396"/>
<Orientation y="-2.30704"/>
</Entity>
<Entity uid="2915">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="671.84522" z="1414.09766"/>
<Orientation y="-2.41236"/>
</Entity>
<Entity uid="2917">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1781.68067" z="1430.42408"/>
<Orientation y="-3.42193"/>
</Entity>
<Entity uid="2918">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1597.70337" z="1392.7118"/>
<Orientation y="-3.97992"/>
</Entity>
<Entity uid="2919">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1485.63343" z="1268.77552"/>
<Orientation y="0.71912"/>
</Entity>
<Entity uid="2921">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1849.39051" z="1255.24781"/>
<Orientation y="1.50586"/>
</Entity>
<Entity uid="2922">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="356.0969" z="706.9889"/>
<Orientation y="1.6222"/>
</Entity>
<Entity uid="2923">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1335.5569" z="471.11796"/>
<Orientation y="-4.64554"/>
</Entity>
<Entity uid="2924">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1314.36207" z="452.4267"/>
<Orientation y="-2.18401"/>
</Entity>
<Entity uid="2925">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1575.66724" z="705.92005"/>
<Orientation y="-7.69716"/>
</Entity>
<Entity uid="2926">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="495.31574" z="1133.96351"/>
<Orientation y="1.32801"/>
</Entity>
<Entity uid="2927">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="112.5288" z="1161.6952"/>
<Orientation y="-0.01523"/>
</Entity>
<Entity uid="2928">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1172.75721" z="1636.41004"/>
<Orientation y="-2.13631"/>
</Entity>
<Entity uid="2929">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="885.65986" z="1089.01719"/>
<Orientation y="1.25043"/>
</Entity>
<Entity uid="2930">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="881.90352" z="1080.29108"/>
<Orientation y="-4.55143"/>
</Entity>
<Entity uid="2931">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1071.07703" z="841.55622"/>
<Orientation y="-1.53835"/>
</Entity>
<Entity uid="2932">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1032.81067" z="848.49561"/>
<Orientation y="-1.31313"/>
</Entity>
<Entity uid="2935">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1710.13306" z="684.38874"/>
<Orientation y="-3.73723"/>
</Entity>
<Entity uid="2936">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1710.66053" z="638.57728"/>
<Orientation y="-0.35665"/>
</Entity>
<Entity uid="2937">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1730.66541" z="580.87726"/>
<Orientation y="-2.91425"/>
</Entity>
<Entity uid="2938">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="419.47651" z="908.49177"/>
<Orientation y="-2.6742"/>
</Entity>
<Entity uid="2940">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="63.50045" z="773.99683"/>
<Orientation y="0.86155"/>
</Entity>
<Entity uid="2941">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="58.49396" z="856.08674"/>
<Orientation y="-3.60581"/>
</Entity>
<Entity uid="2942">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="26.6134" z="918.60456"/>
<Orientation y="1.73081"/>
</Entity>
<Entity uid="2943">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1376.29664" z="1820.20179"/>
<Orientation y="-4.36103"/>
</Entity>
<Entity uid="2944">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1326.84778" z="1856.90247"/>
<Orientation y="-3.65273"/>
</Entity>
<Entity uid="2945">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1336.76844" z="1843.45386"/>
<Orientation y="0.10405"/>
</Entity>
<Entity uid="2946">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1333.92835" z="219.77433"/>
<Orientation y="-0.63381"/>
</Entity>
<Entity uid="2947">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1323.8694" z="205.34131"/>
<Orientation y="-3.05842"/>
</Entity>
<Entity uid="2948">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1390.50501" z="373.43451"/>
<Orientation y="-3.19404"/>
</Entity>
<Entity uid="2949">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="849.82905" z="1280.30665"/>
<Orientation y="-2.29468"/>
</Entity>
<Entity uid="2950">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="840.93934" z="1315.55262"/>
<Orientation y="-3.07605"/>
</Entity>
<Entity uid="2951">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="77.8237" z="1051.1045"/>
<Orientation y="-4.40244"/>
</Entity>
<Entity uid="2952">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="463.26685" z="1211.37818"/>
<Orientation y="-3.14008"/>
</Entity>
<Entity uid="2954">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1710.58741" z="1727.76978"/>
<Orientation y="-1.7885"/>
</Entity>
<Entity uid="2955">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1670.2428" z="1772.72986"/>
<Orientation y="0.21218"/>
</Entity>
<Entity uid="2956">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1814.03138" z="886.55567"/>
<Orientation y="1.51832"/>
</Entity>
<Entity uid="2957">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1621.11097" z="1022.87903"/>
<Orientation y="-2.99086"/>
</Entity>
<Entity uid="2958">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="99.98084" z="717.8907"/>
<Orientation y="-0.11504"/>
</Entity>
<Entity uid="2959">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="33.09542" z="934.42157"/>
<Orientation y="-0.04638"/>
</Entity>
<Entity uid="2960">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1331.34693" z="463.47916"/>
<Orientation y="-2.91922"/>
</Entity>
<Entity uid="2961">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1400.24341" z="642.85035"/>
<Orientation y="1.15209"/>
</Entity>
<Entity uid="2962">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1594.92371" z="311.72754"/>
<Orientation y="-1.76174"/>
</Entity>
<Entity uid="2963">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1534.76063" z="1033.1725"/>
<Orientation y="-2.12269"/>
</Entity>
<Entity uid="2964">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1621.29175" z="1039.12488"/>
<Orientation y="-0.99463"/>
</Entity>
<Entity uid="2965">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1235.16308" z="1587.61405"/>
<Orientation y="1.40682"/>
</Entity>
<Entity uid="2966">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1239.8042" z="1615.01392"/>
<Orientation y="-0.05103"/>
</Entity>
<Entity uid="2967">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1243.94764" z="1603.69874"/>
<Orientation y="0.07833"/>
</Entity>
<Entity uid="2968">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1234.34891" z="1593.44501"/>
<Orientation y="-4.55732"/>
</Entity>
<Entity uid="2969">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1233.7422" z="1571.61622"/>
<Orientation y="0.48444"/>
</Entity>
<Entity uid="2973">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1231.7173" z="871.71314"/>
<Orientation y="-1.2607"/>
</Entity>
<Entity uid="2974">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1239.47742" z="881.8957"/>
<Orientation y="-0.40268"/>
</Entity>
<Entity uid="2975">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1159.88965" z="793.41334"/>
<Orientation y="4.97075"/>
</Entity>
<Entity uid="2976">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1184.4319" z="907.09968"/>
<Orientation y="-3.3226"/>
</Entity>
<Entity uid="2977">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1401.19153" z="388.97684"/>
<Orientation y="0.48482"/>
</Entity>
<Entity uid="2978">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1395.30494" z="396.06882"/>
<Orientation y="-3.58016"/>
</Entity>
<Entity uid="2979">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1407.4806" z="380.16932"/>
<Orientation y="-3.34336"/>
</Entity>
<Entity uid="2980">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1608.4469" z="1032.87012"/>
<Orientation y="-0.41985"/>
</Entity>
<Entity uid="2981">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1555.90235" z="1016.68903"/>
<Orientation y="0.7069"/>
</Entity>
<Entity uid="2982">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1474.81141" z="697.2746"/>
<Orientation y="-0.12871"/>
</Entity>
<Entity uid="2983">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="73.91614" z="617.90955"/>
<Orientation y="-0.68674"/>
</Entity>
<Entity uid="2984">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="63.46216" z="626.14057"/>
<Orientation y="-3.08883"/>
</Entity>
<Entity uid="2988">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="734.17676" z="1206.14356"/>
<Orientation y="-1.18366"/>
</Entity>
<Entity uid="2989">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="571.20594" z="1312.03821"/>
<Orientation y="-3.12653"/>
</Entity>
<Entity uid="2990">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="588.19794" z="1369.91468"/>
<Orientation y="-1.34028"/>
</Entity>
<Entity uid="2991">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="575.63386" z="1319.48975"/>
<Orientation y="0.7549"/>
</Entity>
<Entity uid="2992">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1517.32544" z="226.4954"/>
<Orientation y="0.57462"/>
</Entity>
<Entity uid="2993">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1529.38477" z="228.0271"/>
<Orientation y="-3.37134"/>
</Entity>
<Entity uid="2994">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1455.55835" z="179.391"/>
<Orientation y="-1.90452"/>
</Entity>
<Entity uid="2997">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1710.39747" z="1365.8617"/>
<Orientation y="-0.54722"/>
</Entity>
<Entity uid="2998">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1690.193" z="1432.18897"/>
<Orientation y="-3.80642"/>
</Entity>
<Entity uid="2999">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1593.01282" z="1371.24903"/>
<Orientation y="-8.5524"/>
</Entity>
<Entity uid="3000">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1627.14991" z="1387.25208"/>
<Orientation y="-3.30535"/>
</Entity>
<Entity uid="3001">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="231.99784" z="910.36774"/>
<Orientation y="-3.292"/>
</Entity>
<Entity uid="3002">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="49.28713" z="858.72577"/>
<Orientation y="-2.36274"/>
</Entity>
<Entity uid="3003">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="125.95705" z="794.82844"/>
<Orientation y="-3.19973"/>
</Entity>
<Entity uid="3004">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="248.30832" z="912.78864"/>
<Orientation y="-4.66982"/>
</Entity>
<Entity uid="3005">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="146.10358" z="863.04822"/>
<Orientation y="-2.99767"/>
</Entity>
<Entity uid="3006">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1021.62665" z="376.76441"/>
<Orientation y="-0.80921"/>
</Entity>
<Entity uid="3007">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="930.65906" z="217.81431"/>
<Orientation y="0.67927"/>
</Entity>
<Entity uid="3008">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="381.40735" z="1271.23963"/>
<Orientation y="-3.05837"/>
</Entity>
<Entity uid="3009">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="95.08812" z="1224.0138"/>
<Orientation y="-2.0715"/>
</Entity>
<Entity uid="3010">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="56.89579" z="1210.75171"/>
<Orientation y="-1.81334"/>
</Entity>
<Entity uid="3011">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="382.72132" z="1268.47547"/>
<Orientation y="-4.06954"/>
</Entity>
<Entity uid="3017">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1625.88038" z="1632.55896"/>
<Orientation y="0.43969"/>
</Entity>
<Entity uid="3018">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1623.8285" z="1641.24793"/>
<Orientation y="-1.97153"/>
</Entity>
<Entity uid="3019">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1615.55591" z="1654.29712"/>
<Orientation y="1.13912"/>
</Entity>
<Entity uid="3020">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="486.16425" z="1618.63074"/>
<Orientation y="-2.47689"/>
</Entity>
<Entity uid="3021">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="843.41358" z="1766.78565"/>
<Orientation y="-2.71703"/>
</Entity>
<Entity uid="3022">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="835.69013" z="1769.71351"/>
<Orientation y="-2.58935"/>
</Entity>
<Entity uid="3023">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="127.63378" z="1206.6847"/>
<Orientation y="-0.34668"/>
</Entity>
<Entity uid="3024">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="130.50351" z="1269.21717"/>
<Orientation y="-0.15574"/>
</Entity>
<Entity uid="3025">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1537.68519" z="1004.77845"/>
<Orientation y="-0.08082"/>
</Entity>
<Entity uid="3026">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1541.05774" z="992.77735"/>
<Orientation y="-1.13529"/>
</Entity>
<Entity uid="3029">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1671.10401" z="1396.65552"/>
<Orientation y="1.17277"/>
</Entity>
<Entity uid="3031">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1118.69568" z="1305.10157"/>
<Orientation y="-2.20214"/>
</Entity>
<Entity uid="3032">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1046.53772" z="1160.83399"/>
<Orientation y="-0.19594"/>
</Entity>
<Entity uid="3033">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1117.64417" z="1223.1128"/>
<Orientation y="-4.42598"/>
</Entity>
<Entity uid="3034">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1107.83753" z="1216.36963"/>
<Orientation y="0.4991"/>
</Entity>
<Entity uid="3035">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="497.62568" z="647.05372"/>
<Orientation y="-3.03901"/>
</Entity>
<Entity uid="3036">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="496.07065" z="643.43427"/>
<Orientation y="0.14994"/>
</Entity>
<Entity uid="3037">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="612.38477" z="608.62024"/>
<Orientation y="-0.15586"/>
</Entity>
<Entity uid="3038">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="568.20081" z="669.38764"/>
<Orientation y="1.10644"/>
</Entity>
<Entity uid="3039">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="55.72902" z="873.08454"/>
<Orientation y="-0.37027"/>
</Entity>
<Entity uid="3040">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="68.09375" z="859.55646"/>
<Orientation y="0.09365"/>
</Entity>
<Entity uid="3041">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="62.152" z="866.96271"/>
<Orientation y="1.28676"/>
</Entity>
<Entity uid="3042">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="909.85334" z="753.71387"/>
<Orientation y="-0.97056"/>
</Entity>
<Entity uid="3043">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="917.34107" z="748.76215"/>
<Orientation y="-3.0914"/>
</Entity>
<Entity uid="3044">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="905.09748" z="722.25171"/>
<Orientation y="0.97121"/>
</Entity>
<Entity uid="3045">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="502.28736" z="651.12647"/>
<Orientation y="0.49257"/>
</Entity>
<Entity uid="3046">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="501.06232" z="644.0063"/>
<Orientation y="-2.24567"/>
</Entity>
<Entity uid="3047">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="477.86783" z="1615.3827"/>
<Orientation y="-0.66631"/>
</Entity>
<Entity uid="3048">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="602.29078" z="1649.20691"/>
<Orientation y="-0.26829"/>
</Entity>
<Entity uid="3049">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="610.11542" z="1652.11536"/>
<Orientation y="-3.20862"/>
</Entity>
<Entity uid="3050">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1321.58124" z="445.82802"/>
<Orientation y="-3.3867"/>
</Entity>
<Entity uid="3051">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1327.1817" z="456.67974"/>
<Orientation y="0.38207"/>
</Entity>
<Entity uid="3052">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1284.44068" z="881.6131"/>
<Orientation y="0.12583"/>
</Entity>
<Entity uid="3054">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1416.83326" z="1296.8213"/>
<Orientation y="-2.58204"/>
</Entity>
<Entity uid="3055">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="545.91712" z="757.99134"/>
<Orientation y="-3.56101"/>
</Entity>
<Entity uid="3056">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1481.64881" z="860.3299"/>
<Orientation y="-5.44317"/>
</Entity>
<Entity uid="3057">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="260.59812" z="1468.50855"/>
<Orientation y="-3.1645"/>
</Entity>
<Entity uid="3058">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1416.34571" z="1282.91956"/>
<Orientation y="0.22907"/>
</Entity>
<Entity uid="3059">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1054.27051" z="290.16666"/>
<Orientation y="-7.4192"/>
</Entity>
<Entity uid="3061">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="693.06586" z="528.85425"/>
<Orientation y="0.33587"/>
</Entity>
<Entity uid="3062">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="743.0481" z="1353.37391"/>
<Orientation y="-1.69491"/>
</Entity>
<Entity uid="3063">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="626.38038" z="912.22315"/>
<Orientation y="0.5287"/>
</Entity>
<Entity uid="3064">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="60.42801" z="1167.03943"/>
<Orientation y="-3.4595"/>
</Entity>
<Entity uid="3066">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="971.0641" z="856.77594"/>
<Orientation y="-3.11924"/>
</Entity>
<Entity uid="3067">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1768.30274" z="1404.02442"/>
<Orientation y="0.60987"/>
</Entity>
<Entity uid="3068">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="64.53954" z="1069.4347"/>
<Orientation y="-0.55485"/>
</Entity>
<Entity uid="3069">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="683.8357" z="1406.54493"/>
<Orientation y="-3.59568"/>
</Entity>
<Entity uid="3070">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="163.84806" z="1032.89771"/>
<Orientation y="0.61925"/>
</Entity>
<Entity uid="3071">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="518.1507" z="729.38782"/>
<Orientation y="-3.68923"/>
</Entity>
<Entity uid="3072">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1048.65931" z="23.8737"/>
<Orientation y="-3.08323"/>
</Entity>
<Entity uid="3073">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1543.68372" z="1018.99378"/>
<Orientation y="-1.83005"/>
</Entity>
<Entity uid="3074">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1500.6012" z="929.97547"/>
<Orientation y="-2.92042"/>
</Entity>
<Entity uid="3075">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1525.94446" z="780.0625"/>
<Orientation y="-1.94721"/>
</Entity>
<Entity uid="3077">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="892.51972" z="1194.45984"/>
<Orientation y="-3.23607"/>
</Entity>
<Entity uid="3078">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="893.44806" z="1192.36109"/>
<Orientation y="-2.37571"/>
</Entity>
<Entity uid="3079">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="686.04384" z="1177.51922"/>
<Orientation y="-4.2784"/>
</Entity>
<Entity uid="3080">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="340.82575" z="1493.98157"/>
<Orientation y="0.30327"/>
</Entity>
<Entity uid="3081">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="335.50452" z="1492.62989"/>
<Orientation y="-2.9845"/>
</Entity>
<Entity uid="3082">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="338.67145" z="1493.58252"/>
<Orientation y="-0.75318"/>
</Entity>
<Entity uid="3083">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="793.4583" z="893.46224"/>
<Orientation y="1.54577"/>
</Entity>
<Entity uid="3084">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="794.37175" z="893.84064"/>
<Orientation y="-4.67054"/>
</Entity>
<Entity uid="3085">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="796.08526" z="892.668"/>
<Orientation y="-4.57595"/>
</Entity>
<Entity uid="3086">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="871.68334" z="1098.52518"/>
<Orientation y="1.37053"/>
</Entity>
<Entity uid="3087">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1771.85311" z="1659.72835"/>
<Orientation y="-3.18978"/>
</Entity>
<Entity uid="3088">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1769.62986" z="1661.38729"/>
<Orientation y="-2.95517"/>
</Entity>
<Entity uid="3089">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1150.64193" z="388.33373"/>
<Orientation y="0.35859"/>
</Entity>
<Entity uid="3090">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1149.59684" z="385.70188"/>
<Orientation y="-3.75626"/>
</Entity>
<Entity uid="3091">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1646.64431" z="1106.5477"/>
<Orientation y="0.54899"/>
</Entity>
<Entity uid="3092">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1647.7619" z="1103.58767"/>
<Orientation y="-2.0694"/>
</Entity>
<Entity uid="3093">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="662.41224" z="621.92383"/>
<Orientation y="-1.23607"/>
</Entity>
<Entity uid="3094">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="661.01685" z="624.33625"/>
<Orientation y="-1.3007"/>
</Entity>
<Entity uid="3095">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="661.08747" z="619.74909"/>
<Orientation y="-4.20008"/>
</Entity>
<Entity uid="3096">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="902.16636" z="988.25126"/>
<Orientation y="-0.41462"/>
</Entity>
<Entity uid="3097">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="83.57631" z="959.24836"/>
<Orientation y="-2.13593"/>
</Entity>
<Entity uid="3098">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="82.6691" z="962.90597"/>
<Orientation y="-1.0339"/>
</Entity>
<Entity uid="3099">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1228.06867" z="917.37188"/>
<Orientation y="-4.22468"/>
</Entity>
<Entity uid="3100">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1225.8161" z="918.2598"/>
<Orientation y="0.79001"/>
</Entity>
<Entity uid="3101">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1260.7812" z="1548.38575"/>
<Orientation y="-2.00759"/>
</Entity>
<Entity uid="3102">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1223.57522" z="1333.11309"/>
<Orientation y="0.62806"/>
</Entity>
<Entity uid="3103">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1220.84794" z="1333.7722"/>
<Orientation y="0.9835"/>
</Entity>
<Entity uid="3104">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1224.35241" z="1333.28647"/>
<Orientation y="-3.68908"/>
</Entity>
<Entity uid="3105">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1546.17931" z="1664.25988"/>
<Orientation y="-1.91704"/>
</Entity>
<Entity uid="3106">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1546.50176" z="1662.55211"/>
<Orientation y="-1.67725"/>
</Entity>
<Entity uid="3107">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1577.01796" z="1713.71964"/>
<Orientation y="-0.25536"/>
</Entity>
<Entity uid="3108">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="503.36997" z="1379.5377"/>
<Orientation y="1.10256"/>
</Entity>
<Entity uid="3109">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1703.69486" z="999.04824"/>
<Orientation y="-1.80697"/>
</Entity>
<Entity uid="3110">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1709.23322" z="1000.40101"/>
<Orientation y="-4.69231"/>
</Entity>
<Entity uid="3111">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="798.22791" z="1665.27295"/>
<Orientation y="0.57386"/>
</Entity>
<Entity uid="3112">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="800.79011" z="1662.10718"/>
<Orientation y="-2.87229"/>
</Entity>
<Entity uid="3113">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="765.86092" z="155.04307"/>
<Orientation y="-1.77254"/>
</Entity>
<Entity uid="3114">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1304.41663" z="1755.47376"/>
<Orientation y="-2.83204"/>
</Entity>
<Entity uid="3115">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1299.86487" z="1751.00489"/>
<Orientation y="-0.81959"/>
</Entity>
<Entity uid="3116">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1302.33387" z="1756.14405"/>
<Orientation y="0.0073"/>
</Entity>
<Entity uid="3117">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="684.24541" z="1697.97371"/>
<Orientation y="0.38445"/>
</Entity>
<Entity uid="3118">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="683.00327" z="1700.26072"/>
<Orientation y="-3.65621"/>
</Entity>
<Entity uid="3119">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1409.95592" z="361.18555"/>
<Orientation y="-0.15801"/>
</Entity>
<Entity uid="3120">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1410.02511" z="357.94014"/>
<Orientation y="-0.40702"/>
</Entity>
<Entity uid="3121">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1736.54041" z="1191.74366"/>
<Orientation y="0.95107"/>
</Entity>
<Entity uid="3122">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1737.57081" z="1193.67261"/>
<Orientation y="-2.5434"/>
</Entity>
<Entity uid="3123">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1739.68055" z="1194.27173"/>
<Orientation y="-0.95208"/>
</Entity>
<Entity uid="3124">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="226.47031" z="1187.02172"/>
<Orientation y="1.0559"/>
</Entity>
<Entity uid="3125">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="452.25455" z="294.17765"/>
<Orientation y="1.50799"/>
</Entity>
<Entity uid="3126">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="451.64887" z="292.65037"/>
<Orientation y="-0.55826"/>
</Entity>
<Entity uid="3127">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1509.85627" z="726.59487"/>
<Orientation y="-1.7577"/>
</Entity>
<Entity uid="3128">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1503.2463" z="728.50655"/>
<Orientation y="-0.28553"/>
</Entity>
<Entity uid="3129">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1508.17647" z="724.34441"/>
<Orientation y="-4.61644"/>
</Entity>
<Entity uid="3130">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1584.90407" z="1458.68924"/>
<Orientation y="-0.06385"/>
</Entity>
<Entity uid="3131">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1585.6668" z="1461.83191"/>
<Orientation y="1.26137"/>
</Entity>
<Entity uid="3132">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="997.90574" z="338.0294"/>
<Orientation y="0.34186"/>
</Entity>
<Entity uid="3133">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="996.93017" z="340.04406"/>
<Orientation y="-1.73067"/>
</Entity>
<Entity uid="3134">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="999.59302" z="334.63871"/>
<Orientation y="0.77776"/>
</Entity>
<Entity uid="3135">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="997.02747" z="1754.54505"/>
<Orientation y="-4.2705"/>
</Entity>
<Entity uid="3136">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="998.38587" z="1752.79102"/>
<Orientation y="-0.40796"/>
</Entity>
<Entity uid="3137">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1300.63338" z="1582.70501"/>
<Orientation y="-1.08767"/>
</Entity>
<Entity uid="3138">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1301.35006" z="1581.28606"/>
<Orientation y="-0.1567"/>
</Entity>
<Entity uid="3139">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1522.05665" z="1802.07441"/>
<Orientation y="-3.43659"/>
</Entity>
<Entity uid="3140">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1520.34227" z="1804.65008"/>
<Orientation y="-0.51272"/>
</Entity>
<Entity uid="3141">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1598.1252" z="1314.58828"/>
<Orientation y="0.24846"/>
</Entity>
<Entity uid="3142">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1597.32163" z="1315.33867"/>
<Orientation y="0.29824"/>
</Entity>
<Entity uid="3143">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="796.31824" z="200.96467"/>
<Orientation y="0.63665"/>
</Entity>
<Entity uid="3144">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="967.02717" z="355.57319"/>
<Orientation y="0.02791"/>
</Entity>
<Entity uid="3145">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="779.4062" z="208.89469"/>
<Orientation y="-1.46062"/>
</Entity>
<Entity uid="3146">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="883.26441" z="1165.42444"/>
<Orientation y="-1.91045"/>
</Entity>
<Entity uid="3147">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="363.86078" z="1356.13312"/>
<Orientation y="-1.06662"/>
</Entity>
<Entity uid="3148">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="362.88546" z="1358.1812"/>
<Orientation y="-4.05234"/>
</Entity>
<Entity uid="3149">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1483.22522" z="555.09968"/>
<Orientation y="-0.1577"/>
</Entity>
<Entity uid="3150">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1395.87879" z="501.63584"/>
<Orientation y="5.12887"/>
</Entity>
<Entity uid="3151">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1671.28829" z="598.36492"/>
<Orientation y="0.42334"/>
</Entity>
<Entity uid="3152">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1183.08661" z="1617.84414"/>
<Orientation y="-2.66221"/>
</Entity>
<Entity uid="3153">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="436.98554" z="239.32081"/>
<Orientation y="1.5032"/>
</Entity>
<Entity uid="3154">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1325.24048" z="526.17145"/>
<Orientation y="-1.25548"/>
</Entity>
<Entity uid="3155">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1338.29615" z="1015.83393"/>
<Orientation y="-7.68383"/>
</Entity>
<Entity uid="3156">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1372.70606" z="496.21061"/>
<Orientation y="-1.53116"/>
</Entity>
<Entity uid="3157">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1548.15033" z="1728.89698"/>
<Orientation y="-1.25795"/>
</Entity>
<Entity uid="3158">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1545.94101" z="1725.23693"/>
<Orientation y="-1.0965"/>
</Entity>
<Entity uid="3159">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1466.3918" z="172.81711"/>
<Orientation y="-3.1"/>
</Entity>
<Entity uid="3160">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1467.15334" z="175.9443"/>
<Orientation y="0.95286"/>
</Entity>
<Entity uid="3161">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1431.30762" z="476.00028"/>
<Orientation y="-4.45109"/>
</Entity>
<Entity uid="3162">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1482.27747" z="499.55994"/>
<Orientation y="1.19768"/>
</Entity>
<Entity uid="3164">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="76.68345" z="741.0254"/>
<Orientation y="-1.0989"/>
</Entity>
<Entity uid="3165">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1654.19703" z="609.33515"/>
<Orientation y="-4.33214"/>
</Entity>
<Entity uid="3166">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1651.40235" z="605.98884"/>
<Orientation y="0.92368"/>
</Entity>
<Entity uid="3167">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1653.47547" z="607.03956"/>
<Orientation y="-4.17321"/>
</Entity>
<Entity uid="3168">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="214.08902" z="981.66097"/>
<Orientation y="0.743"/>
</Entity>
<Entity uid="3169">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="213.94097" z="979.99614"/>
<Orientation y="-2.46592"/>
</Entity>
<Entity uid="3170">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1701.8605" z="353.54053"/>
<Orientation y="-3.6642"/>
</Entity>
<Entity uid="3171">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1701.09325" z="356.23792"/>
<Orientation y="-0.05039"/>
</Entity>
<Entity uid="3172">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="622.99753" z="202.92724"/>
<Orientation y="0.98522"/>
</Entity>
<Entity uid="3173">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1831.14164" z="1517.57985"/>
<Orientation y="-2.0934"/>
</Entity>
<Entity uid="3174">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1830.14626" z="1517.99413"/>
<Orientation y="-0.67412"/>
</Entity>
<Entity uid="3175">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1471.08838" z="536.7834"/>
<Orientation y="-4.5392"/>
</Entity>
<Entity uid="3176">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1851.58826" z="1250.27588"/>
<Orientation y="-4.23516"/>
</Entity>
<Entity uid="3177">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="933.45708" z="800.70804"/>
<Orientation y="-1.37986"/>
</Entity>
<Entity uid="3178">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="105.50712" z="931.77707"/>
<Orientation y="-0.87912"/>
</Entity>
<Entity uid="3179">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="107.003" z="931.60546"/>
<Orientation y="-0.96103"/>
</Entity>
<Entity uid="3180">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1246.17342" z="826.63517"/>
<Orientation y="0.9388"/>
</Entity>
<Entity uid="3181">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1246.83744" z="828.84353"/>
<Orientation y="-2.19205"/>
</Entity>
<Entity uid="3182">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="965.15963" z="1339.7829"/>
<Orientation y="-4.15046"/>
</Entity>
<Entity uid="3183">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="962.63585" z="1343.91468"/>
<Orientation y="-1.5738"/>
</Entity>
<Entity uid="3184">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="58.70008" z="818.62334"/>
<Orientation y="-1.94954"/>
</Entity>
<Entity uid="3185">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="60.53939" z="819.9319"/>
<Orientation y="-4.37543"/>
</Entity>
<Entity uid="3186">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="990.95643" z="1314.59717"/>
<Orientation y="1.39745"/>
</Entity>
<Entity uid="3187">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="977.51594" z="1301.63807"/>
<Orientation y="-2.53016"/>
</Entity>
<Entity uid="3188">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="687.55372" z="656.32081"/>
<Orientation y="-0.53243"/>
</Entity>
<Entity uid="3191">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1326.18195" z="1502.24746"/>
<Orientation y="0.0927"/>
</Entity>
<Entity uid="3192">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="437.15311" z="262.93378"/>
<Orientation y="-3.21445"/>
</Entity>
<Entity uid="3193">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1371.1823" z="1473.2174"/>
<Orientation y="-2.90412"/>
</Entity>
<Entity uid="3194">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1097.72376" z="162.0206"/>
<Orientation y="-0.41437"/>
</Entity>
<Entity uid="3195">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1096.23011" z="159.66083"/>
<Orientation y="-1.03333"/>
</Entity>
<Entity uid="3196">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="840.57361" z="1639.91565"/>
<Orientation y="1.45528"/>
</Entity>
<Entity uid="3197">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.57688" z="840.25011"/>
<Orientation y="-0.55993"/>
</Entity>
<Entity uid="3198">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1398.65012" z="841.99863"/>
<Orientation y="-1.30346"/>
</Entity>
<Entity uid="3199">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="470.0149" z="1858.05184"/>
<Orientation y="0.9437"/>
</Entity>
<Entity uid="3200">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="469.79911" z="1858.22599"/>
<Orientation y="-1.15491"/>
</Entity>
<Entity uid="3201">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1667.45432" z="1739.75289"/>
<Orientation y="-0.9162"/>
</Entity>
<Entity uid="3202">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1663.18238" z="1739.88567"/>
<Orientation y="-4.43975"/>
</Entity>
<Entity uid="3203">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1663.54957" z="632.14527"/>
<Orientation y="-2.21172"/>
</Entity>
<Entity uid="3204">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1593.29767" z="1783.71985"/>
<Orientation y="-4.4272"/>
</Entity>
<Entity uid="3205">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1592.3004" z="1783.54163"/>
<Orientation y="-2.52378"/>
</Entity>
<Entity uid="3206">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1595.5025" z="1783.83657"/>
<Orientation y="-4.16851"/>
</Entity>
<Entity uid="3207">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="834.55811" z="1745.92627"/>
<Orientation y="-0.95199"/>
</Entity>
<Entity uid="3208">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="834.79303" z="1743.45728"/>
<Orientation y="-2.58384"/>
</Entity>
<Entity uid="3209">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="815.7199" z="857.32697"/>
<Orientation y="0.39737"/>
</Entity>
<Entity uid="3210">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="458.92516" z="740.56638"/>
<Orientation y="-2.992"/>
</Entity>
<Entity uid="3211">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="459.5929" z="737.28727"/>
<Orientation y="-1.88933"/>
</Entity>
<Entity uid="3212">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="483.76832" z="812.79805"/>
<Orientation y="-1.37935"/>
</Entity>
<Entity uid="3213">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="482.06276" z="806.80036"/>
<Orientation y="-3.34316"/>
</Entity>
<Entity uid="3214">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="480.75844" z="811.20186"/>
<Orientation y="-2.07975"/>
</Entity>
<Entity uid="3215">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1920.23415" z="1374.50565"/>
<Orientation y="0.47419"/>
</Entity>
<Entity uid="3216">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1919.0843" z="1376.4198"/>
<Orientation y="-4.54465"/>
</Entity>
<Entity uid="3217">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="892.31476" z="1759.12012"/>
<Orientation y="-0.36696"/>
</Entity>
<Entity uid="3219">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1942.78582" z="976.84153"/>
<Orientation y="-4.43789"/>
</Entity>
<Entity uid="3220">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1941.92708" z="979.57584"/>
<Orientation y="-3.27353"/>
</Entity>
<Entity uid="3221">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="236.04834" z="910.14252"/>
<Orientation y="-2.03095"/>
</Entity>
<Entity uid="3222">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="239.70246" z="908.46825"/>
<Orientation y="-0.59861"/>
</Entity>
<Entity uid="3223">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1834.12885" z="1009.3726"/>
<Orientation y="-4.00937"/>
</Entity>
<Entity uid="3224">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1831.36182" z="1007.14748"/>
<Orientation y="-3.18754"/>
</Entity>
<Entity uid="3225">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1833.88506" z="1008.04073"/>
<Orientation y="-0.51365"/>
</Entity>
<Entity uid="3226">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1490.4024" z="1826.65879"/>
<Orientation y="-4.60456"/>
</Entity>
<Entity uid="3227">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1489.30268" z="1823.68406"/>
<Orientation y="1.34571"/>
</Entity>
<Entity uid="3228">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1489.76758" z="1822.24276"/>
<Orientation y="-2.89834"/>
</Entity>
<Entity uid="3229">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="841.35277" z="1026.42232"/>
<Orientation y="-2.50986"/>
</Entity>
<Entity uid="3230">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="840.69352" z="1030.84055"/>
<Orientation y="1.17333"/>
</Entity>
<Entity uid="3231">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1005.2364" z="1158.71363"/>
<Orientation y="0.32877"/>
</Entity>
<Entity uid="3232">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1042.16688" z="1793.09241"/>
<Orientation y="-3.58323"/>
</Entity>
<Entity uid="3233">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="842.8205" z="179.22619"/>
<Orientation y="-1.36762"/>
</Entity>
<Entity uid="3234">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="842.79422" z="177.77543"/>
<Orientation y="-3.47803"/>
</Entity>
<Entity uid="3235">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="843.806" z="175.51487"/>
<Orientation y="-3.43195"/>
</Entity>
<Entity uid="3237">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="796.62899" z="1555.85555"/>
<Orientation y="1.17431"/>
</Entity>
<Entity uid="3238">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1003.88794" z="1199.8578"/>
<Orientation y="-5.19707"/>
</Entity>
<Entity uid="3239">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="998.16657" z="1225.41626"/>
<Orientation y="-0.59211"/>
</Entity>
<Entity uid="3240">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1227.94278" z="1324.41584"/>
<Orientation y="-2.68512"/>
</Entity>
<Entity uid="3241">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1229.95701" z="1326.08065"/>
<Orientation y="-0.82897"/>
</Entity>
<Entity uid="3242">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1714.57638" z="1010.37855"/>
<Orientation y="-4.62511"/>
</Entity>
<Entity uid="3243">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1714.11054" z="1006.00344"/>
<Orientation y="-1.75736"/>
</Entity>
<Entity uid="3244">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1714.2381" z="1011.002"/>
<Orientation y="-1.74714"/>
</Entity>
<Entity uid="3245">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1550.16182" z="1334.9491"/>
<Orientation y="-0.33079"/>
</Entity>
<Entity uid="3246">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="545.91123" z="873.9117"/>
<Orientation y="-0.96088"/>
</Entity>
<Entity uid="3247">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1079.79433" z="998.74245"/>
<Orientation y="-0.4102"/>
</Entity>
<Entity uid="3248">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1080.81122" z="1002.48903"/>
<Orientation y="-2.74828"/>
</Entity>
<Entity uid="3249">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1376.78608" z="472.26165"/>
<Orientation y="0.31371"/>
</Entity>
<Entity uid="3250">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1156.30105" z="1213.6012"/>
<Orientation y="0.73473"/>
</Entity>
<Entity uid="3251">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="95.80375" z="1049.98675"/>
<Orientation y="0.68206"/>
</Entity>
<Entity uid="3252">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="92.46415" z="1047.55333"/>
<Orientation y="-1.61338"/>
</Entity>
<Entity uid="3253">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="95.27021" z="1048.57367"/>
<Orientation y="-3.00452"/>
</Entity>
<Entity uid="3254">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="722.05427" z="1036.85268"/>
<Orientation y="0.91944"/>
</Entity>
<Entity uid="3255">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="722.5242" z="1037.54143"/>
<Orientation y="-3.58101"/>
</Entity>
<Entity uid="3256">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="721.01848" z="1033.80936"/>
<Orientation y="-1.20821"/>
</Entity>
<Entity uid="3257">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1749.97864" z="1246.03501"/>
<Orientation y="-1.16626"/>
</Entity>
<Entity uid="3258">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1747.64994" z="1245.70402"/>
<Orientation y="-1.0926"/>
</Entity>
<Entity uid="3259">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1749.88135" z="1243.7803"/>
<Orientation y="-3.81566"/>
</Entity>
<Entity uid="3260">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="824.97765" z="1737.88903"/>
<Orientation y="-1.72773"/>
</Entity>
<Entity uid="3261">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="825.95257" z="1736.50074"/>
<Orientation y="1.23649"/>
</Entity>
<Entity uid="3262">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1172.23041" z="453.30367"/>
<Orientation y="1.5412"/>
</Entity>
<Entity uid="3263">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1174.38044" z="455.5311"/>
<Orientation y="-2.10872"/>
</Entity>
<Entity uid="3264">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1567.8556" z="1550.75297"/>
<Orientation y="0.99184"/>
</Entity>
<Entity uid="3265">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1572.17347" z="1551.22587"/>
<Orientation y="-0.99808"/>
</Entity>
<Entity uid="3266">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="244.12018" z="1241.8003"/>
<Orientation y="-3.51372"/>
</Entity>
<Entity uid="3267">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="241.78287" z="1243.12855"/>
<Orientation y="-0.29723"/>
</Entity>
<Entity uid="3268">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1776.70348" z="1234.95417"/>
<Orientation y="-2.36358"/>
</Entity>
<Entity uid="3269">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1050.83678" z="962.06269"/>
<Orientation y="-0.0098"/>
</Entity>
<Entity uid="3270">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1455.136" z="452.60224"/>
<Orientation y="-1.72934"/>
</Entity>
<Entity uid="3271">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1478.56128" z="414.03959"/>
<Orientation y="-2.43325"/>
</Entity>
<Entity uid="3272">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1183.46842" z="915.78046"/>
<Orientation y="0.7584"/>
</Entity>
<Entity uid="3273">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="442.23652" z="239.25321"/>
<Orientation y="-3.85322"/>
</Entity>
<Entity uid="3274">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="447.62723" z="237.61826"/>
<Orientation y="-1.15343"/>
</Entity>
<Entity uid="3275">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="440.56437" z="239.76832"/>
<Orientation y="-0.24311"/>
</Entity>
<Entity uid="3276">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1331.99415" z="1715.80628"/>
<Orientation y="1.39675"/>
</Entity>
<Entity uid="3277">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1329.35767" z="1717.24671"/>
<Orientation y="-2.17688"/>
</Entity>
<Entity uid="3278">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1330.58655" z="1717.7068"/>
<Orientation y="-3.05599"/>
</Entity>
<Entity uid="3279">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1542.08304" z="899.4004"/>
<Orientation y="-4.48414"/>
</Entity>
<Entity uid="3280">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1541.89863" z="897.73581"/>
<Orientation y="-2.6355"/>
</Entity>
<Entity uid="3281">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1541.53037" z="898.15604"/>
<Orientation y="-3.12993"/>
</Entity>
<Entity uid="3282">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="306.69951" z="669.66544"/>
<Orientation y="-1.91916"/>
</Entity>
<Entity uid="3283">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="302.93752" z="669.7573"/>
<Orientation y="-3.7171"/>
</Entity>
<Entity uid="3284">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="297.57471" z="1374.07422"/>
<Orientation y="-2.71793"/>
</Entity>
<Entity uid="3285">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="305.836" z="1360.12598"/>
<Orientation y="-0.32961"/>
</Entity>
<Entity uid="3286">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="303.42884" z="1354.90357"/>
<Orientation y="-0.1871"/>
</Entity>
<Entity uid="3287">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="507.5046" z="1797.81734"/>
<Orientation y="-1.11872"/>
</Entity>
<Entity uid="3288">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="510.51444" z="1794.28168"/>
<Orientation y="0.37468"/>
</Entity>
<Entity uid="3289">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="280.9644" z="1184.54563"/>
<Orientation y="-1.67927"/>
</Entity>
<Entity uid="3290">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="284.14773" z="1186.271"/>
<Orientation y="-3.20101"/>
</Entity>
<Entity uid="3291">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="559.42292" z="278.88834"/>
<Orientation y="-3.96666"/>
</Entity>
<Entity uid="3292">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="596.06446" z="300.97761"/>
<Orientation y="-0.67511"/>
</Entity>
<Entity uid="3293">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="136.936" z="1060.67981"/>
<Orientation y="-2.66785"/>
</Entity>
<Entity uid="3294">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="893.93354" z="734.2143"/>
<Orientation y="1.01653"/>
</Entity>
<Entity uid="3295">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="884.0741" z="738.06281"/>
<Orientation y="0.9613"/>
</Entity>
<Entity uid="3296">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="363.55767" z="1734.84458"/>
<Orientation y="-1.9049"/>
</Entity>
<Entity uid="3297">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="363.25597" z="1738.81724"/>
<Orientation y="0.52598"/>
</Entity>
<Entity uid="3298">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1694.30086" z="646.06882"/>
<Orientation y="-3.05279"/>
</Entity>
<Entity uid="3299">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1700.6138" z="647.2431"/>
<Orientation y="-1.41631"/>
</Entity>
<Entity uid="3300">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="125.97291" z="1165.84762"/>
<Orientation y="1.43265"/>
</Entity>
<Entity uid="3301">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="126.59063" z="1169.00972"/>
<Orientation y="0.52193"/>
</Entity>
<Entity uid="3302">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="119.8208" z="1238.1397"/>
<Orientation y="0.32204"/>
</Entity>
<Entity uid="3303">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="117.56934" z="1238.10808"/>
<Orientation y="-3.74189"/>
</Entity>
<Entity uid="3304">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="117.10561" z="1238.87421"/>
<Orientation y="-4.13184"/>
</Entity>
<Entity uid="3305">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="468.85447" z="1319.83436"/>
<Orientation y="-1.28013"/>
</Entity>
<Entity uid="3306">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="297.16968" z="1349.19239"/>
<Orientation y="-1.37256"/>
</Entity>
<Entity uid="3307">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="296.72846" z="1352.14026"/>
<Orientation y="-3.07215"/>
</Entity>
<Entity uid="3308">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="297.05613" z="1354.35218"/>
<Orientation y="-4.00979"/>
</Entity>
<Entity uid="3309">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.013" z="327.13291"/>
<Orientation y="-1.62217"/>
</Entity>
<Entity uid="3310">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.11611" z="329.44961"/>
<Orientation y="-0.47013"/>
</Entity>
<Entity uid="3311">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1622.41825" z="1326.31646"/>
<Orientation y="1.36579"/>
</Entity>
<Entity uid="3312">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1621.71442" z="1327.49805"/>
<Orientation y="-1.36414"/>
</Entity>
<Entity uid="3313">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1920.59038" z="1400.07653"/>
<Orientation y="-0.39438"/>
</Entity>
<Entity uid="3314">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1921.11745" z="1401.53805"/>
<Orientation y="-4.10608"/>
</Entity>
<Entity uid="3315">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1066.75216" z="963.00414"/>
<Orientation y="-3.32454"/>
</Entity>
<Entity uid="3316">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1067.71137" z="965.45641"/>
<Orientation y="-3.85976"/>
</Entity>
<Entity uid="3317">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1933.50869" z="1258.20418"/>
<Orientation y="1.54407"/>
</Entity>
<Entity uid="3318">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1933.25805" z="1256.42994"/>
<Orientation y="0.86374"/>
</Entity>
<Entity uid="3319">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1931.19216" z="1260.0874"/>
<Orientation y="-4.67042"/>
</Entity>
<Entity uid="3320">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="759.54554" z="1611.06794"/>
<Orientation y="0.79406"/>
</Entity>
<Entity uid="3321">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1133.02318" z="872.05803"/>
<Orientation y="-2.68903"/>
</Entity>
<Entity uid="3322">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1135.53818" z="872.83513"/>
<Orientation y="1.21862"/>
</Entity>
<Entity uid="3324">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1435.3335" z="472.72873"/>
<Orientation y="-4.52352"/>
</Entity>
<Entity uid="3325">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1439.9065" z="471.51243"/>
<Orientation y="-4.65774"/>
</Entity>
<Entity uid="3326">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="632.33075" z="1794.6277"/>
<Orientation y="-4.3619"/>
</Entity>
<Entity uid="3327">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="650.6015" z="1701.23131"/>
<Orientation y="-3.75983"/>
</Entity>
<Entity uid="3328">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="651.90975" z="265.24401"/>
<Orientation y="-1.48746"/>
</Entity>
<Entity uid="3329">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="652.09882" z="265.39675"/>
<Orientation y="-2.62287"/>
</Entity>
<Entity uid="3330">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="739.26153" z="1474.33027"/>
<Orientation y="-2.52393"/>
</Entity>
<Entity uid="3331">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="303.27234" z="1371.51587"/>
<Orientation y="-3.97432"/>
</Entity>
<Entity uid="3332">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="303.90961" z="1370.77186"/>
<Orientation y="0.42933"/>
</Entity>
<Entity uid="3333">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1091.9447" z="1305.01508"/>
<Orientation y="-0.94985"/>
</Entity>
<Entity uid="3334">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1090.89896" z="1306.53458"/>
<Orientation y="-1.51346"/>
</Entity>
<Entity uid="3335">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="280.30616" z="1147.71955"/>
<Orientation y="0.17631"/>
</Entity>
<Entity uid="3336">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="282.0024" z="1145.88366"/>
<Orientation y="0.7523"/>
</Entity>
<Entity uid="3337">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="282.01244" z="1145.96532"/>
<Orientation y="-3.16167"/>
</Entity>
<Entity uid="3338">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="736.01911" z="80.23824"/>
<Orientation y="-4.4784"/>
</Entity>
<Entity uid="3339">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="737.48182" z="79.74555"/>
<Orientation y="-4.04636"/>
</Entity>
<Entity uid="3340">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="953.82511" z="379.74683"/>
<Orientation y="0.9917"/>
</Entity>
<Entity uid="3341">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="807.7102" z="902.35267"/>
<Orientation y="-3.38253"/>
</Entity>
<Entity uid="3342">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="810.04213" z="902.01977"/>
<Orientation y="-2.41388"/>
</Entity>
<Entity uid="3343">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="811.56225" z="902.96811"/>
<Orientation y="-3.88797"/>
</Entity>
<Entity uid="3344">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1313.24193" z="191.8349"/>
<Orientation y="-2.9358"/>
</Entity>
<Entity uid="3345">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1715.93055" z="771.91736"/>
<Orientation y="1.0243"/>
</Entity>
<Entity uid="3346">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="847.91237" z="179.68366"/>
<Orientation y="-1.30376"/>
</Entity>
<Entity uid="3347">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="300.68863" z="900.07592"/>
<Orientation y="-0.49511"/>
</Entity>
<Entity uid="3348">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="296.68836" z="897.28705"/>
<Orientation y="-0.11904"/>
</Entity>
<Entity uid="3349">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="891.02692" z="1757.21998"/>
<Orientation y="-4.31638"/>
</Entity>
<Entity uid="3350">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="895.79023" z="1763.7992"/>
<Orientation y="1.03911"/>
</Entity>
<Entity uid="3351">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="864.90583" z="763.29194"/>
<Orientation y="-0.65236"/>
</Entity>
<Entity uid="3352">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="866.00678" z="762.52442"/>
<Orientation y="1.29311"/>
</Entity>
<Entity uid="3353">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="929.05225" z="1149.51258"/>
<Orientation y="0.9576"/>
</Entity>
<Entity uid="3354">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="953.53522" z="1156.76856"/>
<Orientation y="-2.32294"/>
</Entity>
<Entity uid="3355">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="705.78455" z="1733.79407"/>
<Orientation y="-1.64248"/>
</Entity>
<Entity uid="3356">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="798.57441" z="1801.02503"/>
<Orientation y="-3.17328"/>
</Entity>
<Entity uid="3357">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="199.80466" z="734.74752"/>
<Orientation y="-3.06685"/>
</Entity>
<Entity uid="3358">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="729.13082" z="1522.89135"/>
<Orientation y="-3.38538"/>
</Entity>
<Entity uid="3359">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1329.8166" z="234.09757"/>
<Orientation y="-4.66782"/>
</Entity>
<Entity uid="3360">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1330.35624" z="236.14715"/>
<Orientation y="0.47748"/>
</Entity>
<Entity uid="3361">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1329.85534" z="237.63425"/>
<Orientation y="-0.78161"/>
</Entity>
<Entity uid="3362">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1187.70936" z="904.50136"/>
<Orientation y="-0.33507"/>
</Entity>
<Entity uid="3363">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1185.06754" z="900.70464"/>
<Orientation y="-2.73618"/>
</Entity>
<Entity uid="3364">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1837.30457" z="1201.84505"/>
<Orientation y="-2.146"/>
</Entity>
<Entity uid="3365">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1833.79061" z="1201.33411"/>
<Orientation y="-4.4613"/>
</Entity>
<Entity uid="3366">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1829.24488" z="866.8391"/>
<Orientation y="-2.47384"/>
</Entity>
<Entity uid="3367">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="570.969" z="1380.05286"/>
<Orientation y="-3.22983"/>
</Entity>
<Entity uid="3368">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="567.40175" z="1377.43722"/>
<Orientation y="-1.80477"/>
</Entity>
<Entity uid="3369">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1231.60389" z="1730.70301"/>
<Orientation y="1.29435"/>
</Entity>
<Entity uid="3370">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1434.7907" z="1552.03928"/>
<Orientation y="1.2081"/>
</Entity>
<Entity uid="3371">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1432.56374" z="1551.35076"/>
<Orientation y="1.03946"/>
</Entity>
<Entity uid="3372">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="945.65831" z="993.24424"/>
<Orientation y="-1.09649"/>
</Entity>
<Entity uid="3373">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="945.80584" z="995.96364"/>
<Orientation y="-3.78417"/>
</Entity>
<Entity uid="3374">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="946.00048" z="992.77617"/>
<Orientation y="-0.57361"/>
</Entity>
<Entity uid="3375">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="753.93487" z="1645.99878"/>
<Orientation y="-1.91018"/>
</Entity>
<Entity uid="3376">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="752.76304" z="1646.58504"/>
<Orientation y="1.47342"/>
</Entity>
<Entity uid="3377">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="738.08455" z="1755.37075"/>
<Orientation y="-3.16756"/>
</Entity>
<Entity uid="3378">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="737.77967" z="1755.86948"/>
<Orientation y="-3.8997"/>
</Entity>
<Entity uid="3379">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1218.78638" z="1238.34421"/>
<Orientation y="-3.0837"/>
</Entity>
<Entity uid="3380">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="502.27457" z="1376.77283"/>
<Orientation y="-0.02077"/>
</Entity>
<Entity uid="3381">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="500.41938" z="1373.32288"/>
<Orientation y="-4.33524"/>
</Entity>
<Entity uid="3382">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1330.08054" z="562.23668"/>
<Orientation y="-2.79244"/>
</Entity>
<Entity uid="3383">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="425.53727" z="1743.79534"/>
<Orientation y="-3.08785"/>
</Entity>
<Entity uid="3384">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="420.70107" z="1740.49143"/>
<Orientation y="-1.9338"/>
</Entity>
<Entity uid="3385">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="422.16948" z="1742.46633"/>
<Orientation y="-4.44047"/>
</Entity>
<Entity uid="3386">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1068.96775" z="1010.50408"/>
<Orientation y="0.66619"/>
</Entity>
<Entity uid="3387">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1069.52178" z="1011.0969"/>
<Orientation y="0.50994"/>
</Entity>
<Entity uid="3388">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1344.00464" z="1751.74891"/>
<Orientation y="0.5889"/>
</Entity>
<Entity uid="3389">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1347.73192" z="1753.24967"/>
<Orientation y="-0.6314"/>
</Entity>
<Entity uid="3390">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1346.00744" z="1753.65499"/>
<Orientation y="1.02376"/>
</Entity>
<Entity uid="3391">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="698.65456" z="154.08365"/>
<Orientation y="-0.06804"/>
</Entity>
<Entity uid="3392">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="281.98066" z="1411.85181"/>
<Orientation y="-3.96853"/>
</Entity>
<Entity uid="3393">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="281.6804" z="1410.98938"/>
<Orientation y="1.54595"/>
</Entity>
<Entity uid="3394">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="573.87516" z="1338.24222"/>
<Orientation y="-3.53875"/>
</Entity>
<Entity uid="3395">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="574.74335" z="1334.32578"/>
<Orientation y="-4.35087"/>
</Entity>
<Entity uid="3396">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1430.49659" z="479.30066"/>
<Orientation y="-4.1941"/>
</Entity>
<Entity uid="3397">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1429.59742" z="480.99625"/>
<Orientation y="-3.59496"/>
</Entity>
<Entity uid="3398">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="757.66675" z="1586.61158"/>
<Orientation y="-1.03739"/>
</Entity>
<Entity uid="3399">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="762.19196" z="1600.5625"/>
<Orientation y="-4.69336"/>
</Entity>
<Entity uid="3400">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="278.25062" z="533.79006"/>
<Orientation y="-1.61002"/>
</Entity>
<Entity uid="3401">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1243.06133" z="1084.17"/>
<Orientation y="-2.9472"/>
</Entity>
<Entity uid="3402">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1246.0093" z="1081.8515"/>
<Orientation y="-1.54793"/>
</Entity>
<Entity uid="3403">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="462.72201" z="1769.64058"/>
<Orientation y="-0.46894"/>
</Entity>
<Entity uid="3404">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="468.45867" z="1772.86086"/>
<Orientation y="-3.79592"/>
</Entity>
<Entity uid="3405">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1574.09267" z="245.9166"/>
<Orientation y="-3.14126"/>
</Entity>
<Entity uid="3406">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1573.1611" z="248.63088"/>
<Orientation y="-1.8064"/>
</Entity>
<Entity uid="3407">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1575.38004" z="242.80472"/>
<Orientation y="-3.28838"/>
</Entity>
<Entity uid="3408">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1843.26665" z="960.08309"/>
<Orientation y="-2.98662"/>
</Entity>
<Entity uid="3409">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1840.74582" z="958.33623"/>
<Orientation y="-3.21319"/>
</Entity>
<Entity uid="3410">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1844.66066" z="959.48932"/>
<Orientation y="-4.06064"/>
</Entity>
<Entity uid="3411">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1029.15314" z="1822.6342"/>
<Orientation y="-0.80263"/>
</Entity>
<Entity uid="3412">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1031.95047" z="1822.41848"/>
<Orientation y="-2.04673"/>
</Entity>
<Entity uid="3413">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1028.56472" z="1823.96401"/>
<Orientation y="-4.26555"/>
</Entity>
<Entity uid="3414">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="759.77076" z="1717.75293"/>
<Orientation y="-4.0364"/>
</Entity>
<Entity uid="3415">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="275.883" z="1292.90735"/>
<Orientation y="-3.87186"/>
</Entity>
<Entity uid="3416">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="608.62427" z="1163.4443"/>
<Orientation y="-0.23699"/>
</Entity>
<Entity uid="3417">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="900.287" z="163.385"/>
<Orientation y="1.36202"/>
</Entity>
<Entity uid="3418">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="901.55817" z="166.25823"/>
<Orientation y="-3.07317"/>
</Entity>
<Entity uid="3419">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="900.67743" z="165.92785"/>
<Orientation y="-3.76456"/>
</Entity>
<Entity uid="3420">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1254.22767" z="1769.48523"/>
<Orientation y="-4.39101"/>
</Entity>
<Entity uid="3421">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="687.38164" z="1210.59884"/>
<Orientation y="1.1376"/>
</Entity>
<Entity uid="3422">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="277.43009" z="1304.88294"/>
<Orientation y="-1.29505"/>
</Entity>
<Entity uid="3423">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="268.84223" z="1298.82203"/>
<Orientation y="-1.30477"/>
</Entity>
<Entity uid="3424">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="287.80054" z="1469.67457"/>
<Orientation y="-4.56553"/>
</Entity>
<Entity uid="3425">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1449.39473" z="1736.38582"/>
<Orientation y="-0.24553"/>
</Entity>
<Entity uid="3426">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1378.00843" z="496.4857"/>
<Orientation y="-3.38244"/>
</Entity>
<Entity uid="3427">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1593.23208" z="1213.17496"/>
<Orientation y="-1.20882"/>
</Entity>
<Entity uid="3428">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1593.73545" z="1212.55575"/>
<Orientation y="-2.1986"/>
</Entity>
<Entity uid="3429">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1819.61397" z="1381.93557"/>
<Orientation y="-3.61577"/>
</Entity>
<Entity uid="3430">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1820.28864" z="1383.11205"/>
<Orientation y="-2.71337"/>
</Entity>
<Entity uid="3431">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="886.97797" z="1797.3501"/>
<Orientation y="0.752"/>
</Entity>
<Entity uid="3432">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1027.54883" z="321.54032"/>
<Orientation y="-4.22129"/>
</Entity>
<Entity uid="3433">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.57235" z="319.05655"/>
<Orientation y="-3.62858"/>
</Entity>
<Entity uid="3434">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1635.03521" z="1589.7104"/>
<Orientation y="-1.60874"/>
</Entity>
<Entity uid="3435">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1828.19065" z="904.45293"/>
<Orientation y="1.3084"/>
</Entity>
<Entity uid="3436">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1670.47938" z="321.6261"/>
<Orientation y="-4.65122"/>
</Entity>
<Entity uid="3437">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1671.08301" z="321.30079"/>
<Orientation y="-0.30132"/>
</Entity>
<Entity uid="3438">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1671.16297" z="319.58375"/>
<Orientation y="1.33095"/>
</Entity>
<Entity uid="3439">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1564.38123" z="287.78895"/>
<Orientation y="-2.24775"/>
</Entity>
<Entity uid="3440">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1570.29651" z="288.44596"/>
<Orientation y="-3.85666"/>
</Entity>
<Entity uid="3441">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="649.9803" z="238.07317"/>
<Orientation y="-3.03002"/>
</Entity>
<Entity uid="3442">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="652.10624" z="237.15557"/>
<Orientation y="1.26069"/>
</Entity>
<Entity uid="3443">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="650.8229" z="236.98258"/>
<Orientation y="-1.33117"/>
</Entity>
<Entity uid="3444">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="641.78167" z="1649.77517"/>
<Orientation y="-2.12584"/>
</Entity>
<Entity uid="3445">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="858.29664" z="219.30491"/>
<Orientation y="-1.74412"/>
</Entity>
<Entity uid="3446">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="860.01163" z="1619.25503"/>
<Orientation y="-0.76319"/>
</Entity>
<Entity uid="3447">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="863.72332" z="1619.5599"/>
<Orientation y="-2.00042"/>
</Entity>
<Entity uid="3448">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="978.91729" z="1758.61088"/>
<Orientation y="-3.92421"/>
</Entity>
<Entity uid="3449">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1379.38627" z="148.66651"/>
<Orientation y="-4.19394"/>
</Entity>
<Entity uid="3450">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1062.14345" z="1097.898"/>
<Orientation y="0.64721"/>
</Entity>
<Entity uid="3451">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1739.04139" z="420.0496"/>
<Orientation y="-2.01783"/>
</Entity>
<Entity uid="3452">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1740.98621" z="419.71521"/>
<Orientation y="-1.6052"/>
</Entity>
<Entity uid="3453">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1041.43314" z="1861.28898"/>
<Orientation y="-3.7478"/>
</Entity>
<Entity uid="3454">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1042.20455" z="1722.18477"/>
<Orientation y="-4.18004"/>
</Entity>
<Entity uid="3455">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1044.0621" z="1720.115"/>
<Orientation y="0.4073"/>
</Entity>
<Entity uid="3456">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1042.56223" z="1722.43409"/>
<Orientation y="0.51388"/>
</Entity>
<Entity uid="3457">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1628.2758" z="1240.32773"/>
<Orientation y="1.36072"/>
</Entity>
<Entity uid="3458">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1802.97803" z="1183.18226"/>
<Orientation y="0.23719"/>
</Entity>
<Entity uid="3459">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1578.53174" z="1297.23594"/>
<Orientation y="0.65577"/>
</Entity>
<Entity uid="3460">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1531.46308" z="1313.34997"/>
<Orientation y="-2.60796"/>
</Entity>
<Entity uid="3461">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1530.9889" z="1314.95527"/>
<Orientation y="-1.39048"/>
</Entity>
<Entity uid="3462">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1799.06629" z="941.9931"/>
<Orientation y="-0.016"/>
</Entity>
<Entity uid="3463">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1797.61547" z="941.91337"/>
<Orientation y="-2.02271"/>
</Entity>
<Entity uid="3464">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1798.75007" z="944.31402"/>
<Orientation y="-4.34658"/>
</Entity>
<Entity uid="3465">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="832.9087" z="1767.3556"/>
<Orientation y="0.97281"/>
</Entity>
<Entity uid="3466">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1262.40882" z="1685.89759"/>
<Orientation y="1.13636"/>
</Entity>
<Entity uid="3467">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1562.07035" z="281.94784"/>
<Orientation y="-1.64571"/>
</Entity>
<Entity uid="3468">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="322.65937" z="1497.82886"/>
<Orientation y="0.62836"/>
</Entity>
<Entity uid="3469">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="321.95752" z="1498.5088"/>
<Orientation y="-0.80306"/>
</Entity>
<Entity uid="3470">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="986.7516" z="1783.75843"/>
<Orientation y="-2.65247"/>
</Entity>
<Entity uid="3471">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="987.30671" z="1787.92115"/>
<Orientation y="-0.8728"/>
</Entity>
<Entity uid="3472">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="453.50181" z="1297.16211"/>
<Orientation y="1.1339"/>
</Entity>
<Entity uid="3473">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="453.71964" z="1299.55823"/>
<Orientation y="-3.17417"/>
</Entity>
<Entity uid="3474">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="967.69184" z="1624.5735"/>
<Orientation y="0.51546"/>
</Entity>
<Entity uid="3475">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1556.0768" z="906.71483"/>
<Orientation y="-0.06092"/>
</Entity>
<Entity uid="3476">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="533.97205" z="1626.01577"/>
<Orientation y="-0.34202"/>
</Entity>
<Entity uid="3477">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="534.01502" z="1625.94671"/>
<Orientation y="-4.28345"/>
</Entity>
<Entity uid="3478">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="820.67096" z="1513.5387"/>
<Orientation y="-0.26468"/>
</Entity>
<Entity uid="3479">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1535.3844" z="782.54274"/>
<Orientation y="-3.05716"/>
</Entity>
<Entity uid="3480">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1539.38878" z="778.9447"/>
<Orientation y="0.45362"/>
</Entity>
<Entity uid="3481">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1538.49534" z="779.36776"/>
<Orientation y="-2.518"/>
</Entity>
<Entity uid="3482">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1538.46755" z="781.82705"/>
<Orientation y="-0.437"/>
</Entity>
<Entity uid="3483">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1535.63691" z="785.09246"/>
<Orientation y="-4.56402"/>
</Entity>
<Entity uid="3484">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1540.84418" z="779.6481"/>
<Orientation y="-1.7173"/>
</Entity>
<Entity uid="3485">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="354.47825" z="1475.61878"/>
<Orientation y="0.27111"/>
</Entity>
<Entity uid="3486">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="360.24396" z="1474.83735"/>
<Orientation y="1.11823"/>
</Entity>
<Entity uid="3487">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="361.53487" z="1480.2982"/>
<Orientation y="-0.50487"/>
</Entity>
<Entity uid="3488">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="356.89428" z="1475.51087"/>
<Orientation y="-4.2058"/>
</Entity>
<Entity uid="3489">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1235.3867" z="602.39193"/>
<Orientation y="-1.53783"/>
</Entity>
<Entity uid="3490">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1235.98897" z="599.8961"/>
<Orientation y="-3.96938"/>
</Entity>
<Entity uid="3491">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1232.02189" z="599.59511"/>
<Orientation y="-0.1428"/>
</Entity>
<Entity uid="3492">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1233.81359" z="602.24408"/>
<Orientation y="-0.03293"/>
</Entity>
<Entity uid="3493">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1235.25554" z="602.82993"/>
<Orientation y="-1.0655"/>
</Entity>
<Entity uid="3494">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1239.57154" z="594.60865"/>
<Orientation y="-3.85027"/>
</Entity>
<Entity uid="3495">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1230.84722" z="604.15104"/>
<Orientation y="-0.8585"/>
</Entity>
<Entity uid="3496">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1797.79261" z="1534.80542"/>
<Orientation y="-0.69686"/>
</Entity>
<Entity uid="3497">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1796.43245" z="1531.0378"/>
<Orientation y="0.93989"/>
</Entity>
<Entity uid="3498">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1797.23002" z="1534.49845"/>
<Orientation y="0.75048"/>
</Entity>
<Entity uid="3499">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1796.80474" z="1536.5625"/>
<Orientation y="-2.64599"/>
</Entity>
<Entity uid="3500">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1796.06844" z="1534.4778"/>
<Orientation y="-2.47068"/>
</Entity>
<Entity uid="3501">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1799.05953" z="1531.07276"/>
<Orientation y="-1.79613"/>
</Entity>
<Entity uid="3502">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1796.67312" z="1527.51113"/>
<Orientation y="-4.62285"/>
</Entity>
<Entity uid="3503">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1804.36275" z="1538.01365"/>
<Orientation y="-3.21178"/>
</Entity>
<Entity uid="3504">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1817.2096" z="931.19941"/>
<Orientation y="-3.21418"/>
</Entity>
<Entity uid="3505">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1815.33948" z="925.29511"/>
<Orientation y="-4.01984"/>
</Entity>
<Entity uid="3506">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1816.23621" z="920.58588"/>
<Orientation y="-3.35254"/>
</Entity>
<Entity uid="3507">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1815.36866" z="930.75239"/>
<Orientation y="-2.43778"/>
</Entity>
<Entity uid="3508">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1817.06373" z="928.30658"/>
<Orientation y="-4.26742"/>
</Entity>
<Entity uid="3509">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1814.21338" z="920.04853"/>
<Orientation y="-1.86846"/>
</Entity>
<Entity uid="3510">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1813.8589" z="932.4206"/>
<Orientation y="-4.16613"/>
</Entity>
<Entity uid="3511">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1476.86091" z="1569.85228"/>
<Orientation y="-3.91497"/>
</Entity>
<Entity uid="3512">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1477.33631" z="1569.96213"/>
<Orientation y="-1.93137"/>
</Entity>
<Entity uid="3513">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1475.80404" z="1567.4219"/>
<Orientation y="-2.01713"/>
</Entity>
<Entity uid="3514">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1475.33974" z="1569.34467"/>
<Orientation y="1.4531"/>
</Entity>
<Entity uid="3515">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1481.46865" z="1566.78982"/>
<Orientation y="-1.55776"/>
</Entity>
<Entity uid="3516">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1478.65748" z="1570.25417"/>
<Orientation y="-2.13085"/>
</Entity>
<Entity uid="3517">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1477.8074" z="1570.0529"/>
<Orientation y="-1.86593"/>
</Entity>
<Entity uid="3518">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="153.74618" z="542.49274"/>
<Orientation y="0.31104"/>
</Entity>
<Entity uid="3519">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="153.4882" z="541.96851"/>
<Orientation y="-1.79394"/>
</Entity>
<Entity uid="3520">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="156.10093" z="546.88196"/>
<Orientation y="-2.28417"/>
</Entity>
<Entity uid="3521">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="149.833" z="540.25077"/>
<Orientation y="-2.95379"/>
</Entity>
<Entity uid="3522">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="153.45134" z="538.06514"/>
<Orientation y="-2.07143"/>
</Entity>
<Entity uid="3523">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="154.82201" z="549.22857"/>
<Orientation y="0.49973"/>
</Entity>
<Entity uid="3524">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1841.15142" z="1091.92901"/>
<Orientation y="-0.52335"/>
</Entity>
<Entity uid="3525">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1838.79906" z="1093.5785"/>
<Orientation y="-0.27462"/>
</Entity>
<Entity uid="3526">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1838.56359" z="1088.72535"/>
<Orientation y="-0.39438"/>
</Entity>
<Entity uid="3527">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1842.00921" z="1093.98601"/>
<Orientation y="0.19741"/>
</Entity>
<Entity uid="3528">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1858.7068" z="1142.86963"/>
<Orientation y="-3.90214"/>
</Entity>
<Entity uid="3529">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1841.03275" z="1094.39405"/>
<Orientation y="-1.70019"/>
</Entity>
<Entity uid="3530">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1304.73884" z="194.46663"/>
<Orientation y="1.42263"/>
</Entity>
<Entity uid="3531">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1301.63707" z="193.48935"/>
<Orientation y="1.18227"/>
</Entity>
<Entity uid="3532">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1304.36533" z="192.50638"/>
<Orientation y="-3.3964"/>
</Entity>
<Entity uid="3533">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1300.99413" z="197.42684"/>
<Orientation y="0.71981"/>
</Entity>
<Entity uid="3534">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1305.17615" z="187.6321"/>
<Orientation y="0.64705"/>
</Entity>
<Entity uid="3535">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1303.11968" z="200.02433"/>
<Orientation y="-0.61731"/>
</Entity>
<Entity uid="3536">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1303.35" z="195.0327"/>
<Orientation y="1.02958"/>
</Entity>
<Entity uid="3537">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="839.13416" z="768.01996"/>
<Orientation y="-1.64478"/>
</Entity>
<Entity uid="3538">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="849.09467" z="761.15033"/>
<Orientation y="-0.95864"/>
</Entity>
<Entity uid="3539">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="853.49592" z="738.3501"/>
<Orientation y="-3.78373"/>
</Entity>
<Entity uid="3540">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="889.76679" z="695.55054"/>
<Orientation y="-2.6945"/>
</Entity>
<Entity uid="3541">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="836.53309" z="758.51172"/>
<Orientation y="1.07175"/>
</Entity>
<Entity uid="3542">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="835.11512" z="758.50959"/>
<Orientation y="-0.50841"/>
</Entity>
<Entity uid="3543">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1718.42518" z="1710.55481"/>
<Orientation y="-2.86718"/>
</Entity>
<Entity uid="3544">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1718.16248" z="1707.76917"/>
<Orientation y="-2.10311"/>
</Entity>
<Entity uid="3545">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1722.68177" z="1710.0901"/>
<Orientation y="-3.48067"/>
</Entity>
<Entity uid="3546">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1714.13209" z="1715.86402"/>
<Orientation y="-2.39058"/>
</Entity>
<Entity uid="3547">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1720.52466" z="1711.14673"/>
<Orientation y="1.22716"/>
</Entity>
<Entity uid="3548">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1721.02588" z="1708.54004"/>
<Orientation y="0.69819"/>
</Entity>
<Entity uid="3549">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1722.34058" z="1706.46082"/>
<Orientation y="1.72072"/>
</Entity>
<Entity uid="3550">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1716.03553" z="1712.46045"/>
<Orientation y="-0.6181"/>
</Entity>
<Entity uid="3551">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1715.38477" z="1706.69776"/>
<Orientation y="-1.52735"/>
</Entity>
<Entity uid="3552">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1573.52485" z="653.52424"/>
<Orientation y="1.44805"/>
</Entity>
<Entity uid="3553">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1573.58935" z="653.19794"/>
<Orientation y="-0.46415"/>
</Entity>
<Entity uid="3554">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1574.385" z="656.40873"/>
<Orientation y="-0.87601"/>
</Entity>
<Entity uid="3555">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1572.57432" z="656.08185"/>
<Orientation y="-3.31687"/>
</Entity>
<Entity uid="3556">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="753.63367" z="533.57502"/>
<Orientation y="0.496"/>
</Entity>
<Entity uid="3557">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="753.14649" z="532.95258"/>
<Orientation y="-1.29426"/>
</Entity>
<Entity uid="3558">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="751.13746" z="529.16761"/>
<Orientation y="-4.69985"/>
</Entity>
<Entity uid="3559">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="752.51264" z="532.7657"/>
<Orientation y="0.05149"/>
</Entity>
<Entity uid="3560">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="757.20765" z="528.813"/>
<Orientation y="0.5923"/>
</Entity>
<Entity uid="3561">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="754.3935" z="534.62031"/>
<Orientation y="-3.82288"/>
</Entity>
<Entity uid="3562">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="753.1717" z="531.495"/>
<Orientation y="-4.39208"/>
</Entity>
<Entity uid="3563">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.32868" z="964.4665"/>
<Orientation y="0.69185"/>
</Entity>
<Entity uid="3564">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="912.92516" z="960.41724"/>
<Orientation y="-0.36213"/>
</Entity>
<Entity uid="3565">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="980.17103" z="980.72095"/>
<Orientation y="-1.47204"/>
</Entity>
<Entity uid="3566">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="934.02857" z="968.83143"/>
<Orientation y="-4.50853"/>
</Entity>
<Entity uid="3567">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="981.23163" z="981.93091"/>
<Orientation y="-4.05764"/>
</Entity>
<Entity uid="3568">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="930.70551" z="964.59736"/>
<Orientation y="-3.93741"/>
</Entity>
<Entity uid="3569">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="945.54139" z="968.09882"/>
<Orientation y="-0.19018"/>
</Entity>
<Entity uid="3570">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="889.47742" z="947.8202"/>
<Orientation y="-1.34011"/>
</Entity>
<Entity uid="3571">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="920.93851" z="965.18273"/>
<Orientation y="0.95832"/>
</Entity>
<Entity uid="3572">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="966.96015" z="983.7129"/>
<Orientation y="-3.7846"/>
</Entity>
<Entity uid="3573">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="769.83204" z="601.32624"/>
<Orientation y="1.32873"/>
</Entity>
<Entity uid="3574">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="775.56733" z="604.79078"/>
<Orientation y="-2.40952"/>
</Entity>
<Entity uid="3575">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="773.02381" z="602.47693"/>
<Orientation y="0.5753"/>
</Entity>
<Entity uid="3576">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="774.47608" z="604.10297"/>
<Orientation y="-0.0208"/>
</Entity>
<Entity uid="3577">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="776.5063" z="602.36023"/>
<Orientation y="-0.39034"/>
</Entity>
<Entity uid="3578">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="776.50458" z="602.8584"/>
<Orientation y="0.27172"/>
</Entity>
<Entity uid="3579">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="773.3797" z="605.86725"/>
<Orientation y="-0.62331"/>
</Entity>
<Entity uid="3580">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="775.10016" z="604.52515"/>
<Orientation y="0.38846"/>
</Entity>
<Entity uid="3581">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1365.4864" z="1569.44828"/>
<Orientation y="1.30875"/>
</Entity>
<Entity uid="3582">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1365.98295" z="1566.0036"/>
<Orientation y="0.63215"/>
</Entity>
<Entity uid="3583">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1366.96962" z="1564.24837"/>
<Orientation y="0.90613"/>
</Entity>
<Entity uid="3584">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1366.05304" z="1566.18256"/>
<Orientation y="-2.32256"/>
</Entity>
<Entity uid="3585">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1364.58521" z="1565.52828"/>
<Orientation y="-3.95893"/>
</Entity>
<Entity uid="3586">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1366.00734" z="1559.15145"/>
<Orientation y="0.05925"/>
</Entity>
<Entity uid="3587">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="161.72091" z="1121.50843"/>
<Orientation y="-0.35117"/>
</Entity>
<Entity uid="3588">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="161.23272" z="1123.91369"/>
<Orientation y="-3.08573"/>
</Entity>
<Entity uid="3589">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="157.47043" z="1120.76246"/>
<Orientation y="-0.41666"/>
</Entity>
<Entity uid="3590">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="161.22786" z="1123.22454"/>
<Orientation y="-0.83912"/>
</Entity>
<Entity uid="3591">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="162.90868" z="1123.32216"/>
<Orientation y="0.51813"/>
</Entity>
<Entity uid="3592">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="161.01319" z="1126.10494"/>
<Orientation y="-4.04451"/>
</Entity>
<Entity uid="3593">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1902.69744" z="1411.85317"/>
<Orientation y="0.58216"/>
</Entity>
<Entity uid="3594">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1899.85457" z="1412.02793"/>
<Orientation y="1.43303"/>
</Entity>
<Entity uid="3595">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1902.95574" z="1407.38416"/>
<Orientation y="0.47074"/>
</Entity>
<Entity uid="3596">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1901.92248" z="1408.66866"/>
<Orientation y="-2.83689"/>
</Entity>
<Entity uid="3597">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1900.19245" z="1408.41671"/>
<Orientation y="-1.59668"/>
</Entity>
<Entity uid="3598">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1906.82491" z="1409.52465"/>
<Orientation y="0.91552"/>
</Entity>
<Entity uid="3599">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1899.73504" z="1410.66756"/>
<Orientation y="-1.70359"/>
</Entity>
<Entity uid="3600">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1207.24112" z="332.15215"/>
<Orientation y="-2.01522"/>
</Entity>
<Entity uid="3601">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1208.81566" z="337.21822"/>
<Orientation y="-4.3211"/>
</Entity>
<Entity uid="3602">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1209.99235" z="334.06774"/>
<Orientation y="-1.76784"/>
</Entity>
<Entity uid="3603">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1211.58751" z="333.69843"/>
<Orientation y="-2.92325"/>
</Entity>
<Entity uid="3604">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1208.33812" z="335.59261"/>
<Orientation y="-4.614"/>
</Entity>
<Entity uid="3605">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1027.25464" z="815.93152"/>
<Orientation y="-3.80965"/>
</Entity>
<Entity uid="3606">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1025.8418" z="795.04084"/>
<Orientation y="0.21874"/>
</Entity>
<Entity uid="3607">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1024.589" z="813.4145"/>
<Orientation y="-3.96698"/>
</Entity>
<Entity uid="3608">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1025.36988" z="815.83112"/>
<Orientation y="1.56222"/>
</Entity>
<Entity uid="3609">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1024.61133" z="812.11731"/>
<Orientation y="-1.00954"/>
</Entity>
<Entity uid="3610">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1381.09473" z="1799.48438"/>
<Orientation y="-4.50431"/>
</Entity>
<Entity uid="3611">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1385.1045" z="1803.74122"/>
<Orientation y="-3.42762"/>
</Entity>
<Entity uid="3612">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1293.18494" z="1781.34461"/>
<Orientation y="0.9801"/>
</Entity>
<Entity uid="3613">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1384.0033" z="1801.96216"/>
<Orientation y="-0.41431"/>
</Entity>
<Entity uid="3614">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1386.18616" z="1803.90076"/>
<Orientation y="-3.28783"/>
</Entity>
<Entity uid="3615">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1295.48346" z="1773.97823"/>
<Orientation y="-2.03264"/>
</Entity>
<Entity uid="3616">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="510.23685" z="772.77784"/>
<Orientation y="1.49604"/>
</Entity>
<Entity uid="3617">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="512.72027" z="779.18154"/>
<Orientation y="0.6436"/>
</Entity>
<Entity uid="3618">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="515.3431" z="772.69452"/>
<Orientation y="-3.51645"/>
</Entity>
<Entity uid="3619">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="512.36777" z="774.24555"/>
<Orientation y="1.05214"/>
</Entity>
<Entity uid="3620">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="510.56246" z="769.39037"/>
<Orientation y="-1.42925"/>
</Entity>
<Entity uid="3621">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1950.74073" z="1189.77063"/>
<Orientation y="0.18932"/>
</Entity>
<Entity uid="3622">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1938.34685" z="1233.4741"/>
<Orientation y="-3.77773"/>
</Entity>
<Entity uid="3623">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1937.73552" z="1233.70156"/>
<Orientation y="-2.18122"/>
</Entity>
<Entity uid="3624">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1948.31348" z="1220.12146"/>
<Orientation y="-1.10882"/>
</Entity>
<Entity uid="3625">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1930.75982" z="1234.99328"/>
<Orientation y="-0.60917"/>
</Entity>
<Entity uid="3626">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1934.03333" z="1125.99878"/>
<Orientation y="-2.20037"/>
</Entity>
<Entity uid="3627">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1934.70215" z="1124.99549"/>
<Orientation y="0.70037"/>
</Entity>
<Entity uid="3628">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1935.47754" z="1126.38868"/>
<Orientation y="-3.59379"/>
</Entity>
<Entity uid="3629">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1924.20777" z="1130.65027"/>
<Orientation y="-2.69988"/>
</Entity>
<Entity uid="3630">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1952.37525" z="1114.68384"/>
<Orientation y="-3.88584"/>
</Entity>
<Entity uid="3631">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1953.39478" z="1116.24769"/>
<Orientation y="-0.13833"/>
</Entity>
<Entity uid="3632">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="819.99268" z="567.3089"/>
<Orientation y="1.50054"/>
</Entity>
<Entity uid="3633">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="811.88471" z="570.32032"/>
<Orientation y="-2.98192"/>
</Entity>
<Entity uid="3634">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="819.05213" z="570.24048"/>
<Orientation y="-1.90407"/>
</Entity>
<Entity uid="3635">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="822.24744" z="568.83161"/>
<Orientation y="-4.60633"/>
</Entity>
<Entity uid="3636">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="815.9997" z="567.86011"/>
<Orientation y="0.10482"/>
</Entity>
<Entity uid="3637">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1368.94813" z="1773.53406"/>
<Orientation y="-0.98276"/>
</Entity>
<Entity uid="3638">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1294.50477" z="1755.24988"/>
<Orientation y="0.56"/>
</Entity>
<Entity uid="3639">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1296.18018" z="1751.1941"/>
<Orientation y="-0.97889"/>
</Entity>
<Entity uid="3640">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1296.6266" z="1755.59498"/>
<Orientation y="-0.13486"/>
</Entity>
<Entity uid="3641">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1368.58387" z="1770.5381"/>
<Orientation y="-0.84928"/>
</Entity>
<Entity uid="3642">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1294.01954" z="1754.61402"/>
<Orientation y="-2.82258"/>
</Entity>
<Entity uid="3643">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1368.72474" z="1773.88294"/>
<Orientation y="-0.60636"/>
</Entity>
<Entity uid="3644">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1369.23865" z="1777.00892"/>
<Orientation y="-3.82175"/>
</Entity>
<Entity uid="3645">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1157.18754" z="28.49726"/>
<Orientation y="-1.10053"/>
</Entity>
<Entity uid="3649">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1157.20324" z="27.01348"/>
<Orientation y="-0.42756"/>
</Entity>
<Entity uid="3652">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="268.57746" z="1031.79212"/>
<Orientation y="-3.1269"/>
</Entity>
<Entity uid="3653">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="340.36826" z="945.5038"/>
<Orientation y="-2.4455"/>
</Entity>
<Entity uid="3654">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="346.95611" z="942.98618"/>
<Orientation y="-1.25713"/>
</Entity>
<Entity uid="3655">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="340.6602" z="946.85718"/>
<Orientation y="-3.94529"/>
</Entity>
<Entity uid="3656">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="345.30259" z="947.62793"/>
<Orientation y="-1.64911"/>
</Entity>
<Entity uid="3657">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="341.98902" z="945.8636"/>
<Orientation y="0.77007"/>
</Entity>
<Entity uid="3658">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="338.00002" z="939.10817"/>
<Orientation y="-4.16066"/>
</Entity>
<Entity uid="3659">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="342.536" z="951.76737"/>
<Orientation y="-1.99993"/>
</Entity>
<Entity uid="3660">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="505.52839" z="842.45826"/>
<Orientation y="-1.21706"/>
</Entity>
<Entity uid="3661">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1646.4264" z="1688.9231"/>
<Orientation y="-2.13009"/>
</Entity>
<Entity uid="3662">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1646.37964" z="1685.66834"/>
<Orientation y="1.05826"/>
</Entity>
<Entity uid="3663">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1645.74695" z="1688.88794"/>
<Orientation y="-0.5518"/>
</Entity>
<Entity uid="3664">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1647.7865" z="1687.47718"/>
<Orientation y="-3.89745"/>
</Entity>
<Entity uid="3665">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1645.96033" z="1685.31116"/>
<Orientation y="-3.7677"/>
</Entity>
<Entity uid="3666">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1649.92762" z="1685.74805"/>
<Orientation y="-2.92168"/>
</Entity>
<Entity uid="3667">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1644.40638" z="1681.99646"/>
<Orientation y="-0.92829"/>
</Entity>
<Entity uid="3668">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1648.44495" z="1688.24952"/>
<Orientation y="-0.83252"/>
</Entity>
<Entity uid="3669">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1098.34044" z="1177.00351"/>
<Orientation y="-4.53611"/>
</Entity>
<Entity uid="3670">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1096.2699" z="1177.27234"/>
<Orientation y="1.0717"/>
</Entity>
<Entity uid="3671">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1096.14515" z="1184.55494"/>
<Orientation y="-2.13642"/>
</Entity>
<Entity uid="3672">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1097.27942" z="1184.5962"/>
<Orientation y="-2.31829"/>
</Entity>
<Entity uid="3673">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1092.9441" z="1170.48426"/>
<Orientation y="0.56128"/>
</Entity>
<Entity uid="3674">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1092.97156" z="1168.31348"/>
<Orientation y="-2.16622"/>
</Entity>
<Entity uid="3675">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1098.56359" z="1175.80527"/>
<Orientation y="-1.09937"/>
</Entity>
<Entity uid="3676">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1105.36268" z="1178.4862"/>
<Orientation y="1.4103"/>
</Entity>
<Entity uid="3677">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1097.21995" z="1177.68004"/>
<Orientation y="-0.47695"/>
</Entity>
<Entity uid="3678">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="784.77918" z="1805.76758"/>
<Orientation y="0.44896"/>
</Entity>
<Entity uid="3679">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="784.38996" z="1808.34681"/>
<Orientation y="-3.43137"/>
</Entity>
<Entity uid="3680">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="784.43665" z="1805.44947"/>
<Orientation y="0.84635"/>
</Entity>
<Entity uid="3681">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="779.6905" z="1811.06104"/>
<Orientation y="0.60647"/>
</Entity>
<Entity uid="3682">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="787.24561" z="1808.33997"/>
<Orientation y="-2.44362"/>
</Entity>
<Entity uid="3683">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="788.82526" z="1812.5099"/>
<Orientation y="-2.49878"/>
</Entity>
<Entity uid="3684">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1671.36268" z="1579.36329"/>
<Orientation y="0.5108"/>
</Entity>
<Entity uid="3685">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1669.7859" z="1583.87305"/>
<Orientation y="0.27372"/>
</Entity>
<Entity uid="3686">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1668.99366" z="1582.18567"/>
<Orientation y="-2.85924"/>
</Entity>
<Entity uid="3687">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1669.26795" z="1580.46241"/>
<Orientation y="-0.80246"/>
</Entity>
<Entity uid="3688">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1674.36512" z="1583.04065"/>
<Orientation y="-4.02977"/>
</Entity>
<Entity uid="3689">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1672.7522" z="1578.51832"/>
<Orientation y="-1.07468"/>
</Entity>
<Entity uid="3690">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1894.32654" z="1118.76587"/>
<Orientation y="-0.19431"/>
</Entity>
<Entity uid="3691">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1891.74402" z="1126.77857"/>
<Orientation y="-0.87694"/>
</Entity>
<Entity uid="3692">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1894.89185" z="1118.54761"/>
<Orientation y="-1.26116"/>
</Entity>
<Entity uid="3693">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1894.92005" z="1116.63428"/>
<Orientation y="-4.00153"/>
</Entity>
<Entity uid="3694">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1891.31507" z="1126.72681"/>
<Orientation y="-4.587"/>
</Entity>
<Entity uid="3695">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1797.9581" z="1234.72545"/>
<Orientation y="-1.42585"/>
</Entity>
<Entity uid="3696">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1798.57645" z="1233.23656"/>
<Orientation y="-2.6387"/>
</Entity>
<Entity uid="3697">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1797.43982" z="1234.73476"/>
<Orientation y="0.8886"/>
</Entity>
<Entity uid="3698">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1799.56872" z="1234.14357"/>
<Orientation y="1.31148"/>
</Entity>
<Entity uid="3699">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1799.771" z="1237.1954"/>
<Orientation y="-4.00144"/>
</Entity>
<Entity uid="3700">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1796.76993" z="1232.95403"/>
<Orientation y="-3.7951"/>
</Entity>
<Entity uid="3702">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="64.81466" z="1319.43032"/>
<Orientation y="-0.31324"/>
</Entity>
<Entity uid="3708">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1613.03748" z="1713.08143"/>
<Orientation y="-1.42287"/>
</Entity>
<Entity uid="3709">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1615.88685" z="1715.31641"/>
<Orientation y="1.50321"/>
</Entity>
<Entity uid="3710">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1613.72596" z="1713.36133"/>
<Orientation y="-0.86124"/>
</Entity>
<Entity uid="3711">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1614.96082" z="1710.27735"/>
<Orientation y="-2.73302"/>
</Entity>
<Entity uid="3712">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1617.65796" z="1713.11109"/>
<Orientation y="-2.8103"/>
</Entity>
<Entity uid="3713">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1617.54285" z="1719.35633"/>
<Orientation y="-1.80326"/>
</Entity>
<Entity uid="3714">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1617.60584" z="1710.00965"/>
<Orientation y="-3.31174"/>
</Entity>
<Entity uid="3715">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1812.81373" z="702.44105"/>
<Orientation y="-4.01207"/>
</Entity>
<Entity uid="3716">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1813.5525" z="704.51722"/>
<Orientation y="-3.957"/>
</Entity>
<Entity uid="3717">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1813.86756" z="705.01215"/>
<Orientation y="-2.17179"/>
</Entity>
<Entity uid="3718">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1810.39917" z="702.23328"/>
<Orientation y="-2.98845"/>
</Entity>
<Entity uid="3719">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1808.81092" z="699.67988"/>
<Orientation y="-3.25461"/>
</Entity>
<Entity uid="3720">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1810.07789" z="700.23676"/>
<Orientation y="0.93334"/>
</Entity>
<Entity uid="3721">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1812.47205" z="687.59662"/>
<Orientation y="-3.17527"/>
</Entity>
<Entity uid="3722">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1553.5468" z="183.43256"/>
<Orientation y="-0.86597"/>
</Entity>
<Entity uid="3723">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1551.04847" z="185.77424"/>
<Orientation y="-4.5505"/>
</Entity>
<Entity uid="3724">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1541.9911" z="181.54606"/>
<Orientation y="0.84682"/>
</Entity>
<Entity uid="3725">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1544.95923" z="183.47507"/>
<Orientation y="0.77741"/>
</Entity>
<Entity uid="3726">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1546.78272" z="183.43326"/>
<Orientation y="-1.88746"/>
</Entity>
<Entity uid="3727">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1482.11353" z="128.80057"/>
<Orientation y="2.12935"/>
</Entity>
<Entity uid="3728">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1551.20618" z="185.39661"/>
<Orientation y="-1.62876"/>
</Entity>
<Entity uid="3729">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="645.24398" z="1114.70069"/>
<Orientation y="-3.25309"/>
</Entity>
<Entity uid="3730">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="646.38271" z="1114.45461"/>
<Orientation y="-2.55301"/>
</Entity>
<Entity uid="3731">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="644.8699" z="1118.29921"/>
<Orientation y="-3.9882"/>
</Entity>
<Entity uid="3732">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="644.88663" z="1116.07988"/>
<Orientation y="-2.55408"/>
</Entity>
<Entity uid="3733">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="645.39687" z="1113.92801"/>
<Orientation y="-1.9295"/>
</Entity>
<Entity uid="3734">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="647.6085" z="1116.9386"/>
<Orientation y="-2.3281"/>
</Entity>
<Entity uid="3735">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="648.78945" z="1117.11397"/>
<Orientation y="-0.42283"/>
</Entity>
<Entity uid="3736">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="645.57271" z="1113.3083"/>
<Orientation y="-0.02567"/>
</Entity>
<Entity uid="3737">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1247.4629" z="1701.60022"/>
<Orientation y="-4.31849"/>
</Entity>
<Entity uid="3738">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1251.11536" z="1694.73938"/>
<Orientation y="-2.2779"/>
</Entity>
<Entity uid="3739">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1243.6189" z="1698.16431"/>
<Orientation y="1.49483"/>
</Entity>
<Entity uid="3740">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1226.85755" z="1715.21521"/>
<Orientation y="-0.13711"/>
</Entity>
<Entity uid="3741">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1246.02247" z="1702.15723"/>
<Orientation y="-2.36156"/>
</Entity>
<Entity uid="3742">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1248.6819" z="1697.58167"/>
<Orientation y="-3.40133"/>
</Entity>
<Entity uid="3743">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1227.48377" z="1714.89698"/>
<Orientation y="1.37421"/>
</Entity>
<Entity uid="3744">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1214.7992" z="1715.30713"/>
<Orientation y="1.3628"/>
</Entity>
<Entity uid="3745">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="748.07972" z="1356.73475"/>
<Orientation y="0.06757"/>
</Entity>
<Entity uid="3746">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="740.38862" z="1362.8755"/>
<Orientation y="0.94745"/>
</Entity>
<Entity uid="3747">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="746.87543" z="1360.28724"/>
<Orientation y="-0.29932"/>
</Entity>
<Entity uid="3748">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="746.81971" z="1360.00245"/>
<Orientation y="-1.00066"/>
</Entity>
<Entity uid="3749">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="750.9001" z="1360.47376"/>
<Orientation y="-3.74442"/>
</Entity>
<Entity uid="3750">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="747.11304" z="1359.8346"/>
<Orientation y="0.44207"/>
</Entity>
<Entity uid="3751">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="747.04389" z="1366.82032"/>
<Orientation y="-3.04834"/>
</Entity>
<Entity uid="3752">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1140.19275" z="1809.46314"/>
<Orientation y="-4.10186"/>
</Entity>
<Entity uid="3753">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1138.58277" z="1806.8147"/>
<Orientation y="-0.49415"/>
</Entity>
<Entity uid="3754">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1142.25452" z="1809.13501"/>
<Orientation y="-1.98942"/>
</Entity>
<Entity uid="3755">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1137.80823" z="1806.09388"/>
<Orientation y="-1.2271"/>
</Entity>
<Entity uid="3756">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1139.11451" z="1806.24317"/>
<Orientation y="-4.80486"/>
</Entity>
<Entity uid="3757">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1137.97925" z="1808.50306"/>
<Orientation y="1.08988"/>
</Entity>
<Entity uid="3758">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1137.74341" z="1809.0774"/>
<Orientation y="0.34347"/>
</Entity>
<Entity uid="3759">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1134.67786" z="1805.52527"/>
<Orientation y="0.4581"/>
</Entity>
<Entity uid="3760">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1138.32081" z="1812.41626"/>
<Orientation y="1.47162"/>
</Entity>
<Entity uid="3761">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="734.05983" z="1021.35285"/>
<Orientation y="-2.79381"/>
</Entity>
<Entity uid="3762">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="736.1832" z="1022.79683"/>
<Orientation y="-3.26429"/>
</Entity>
<Entity uid="3763">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="735.17125" z="1027.04377"/>
<Orientation y="-1.98731"/>
</Entity>
<Entity uid="3764">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="736.32486" z="1024.23664"/>
<Orientation y="-3.28313"/>
</Entity>
<Entity uid="3765">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="738.03173" z="1021.93992"/>
<Orientation y="-3.54798"/>
</Entity>
<Entity uid="3766">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="740.32825" z="1019.42583"/>
<Orientation y="-2.26067"/>
</Entity>
<Entity uid="3767">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="743.54661" z="1017.99732"/>
<Orientation y="-4.63601"/>
</Entity>
<Entity uid="3768">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="900.0116" z="678.76435"/>
<Orientation y="1.40914"/>
</Entity>
<Entity uid="3769">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="896.79957" z="675.6565"/>
<Orientation y="0.32334"/>
</Entity>
<Entity uid="3770">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="898.71692" z="674.48475"/>
<Orientation y="-0.65645"/>
</Entity>
<Entity uid="3771">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="898.27686" z="676.09754"/>
<Orientation y="1.47689"/>
</Entity>
<Entity uid="3772">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="900.07593" z="677.2605"/>
<Orientation y="-4.38407"/>
</Entity>
<Entity uid="3773">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="902.46375" z="678.30616"/>
<Orientation y="-2.85326"/>
</Entity>
<Entity uid="3774">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="899.33857" z="675.42011"/>
<Orientation y="-1.89014"/>
</Entity>
<Entity uid="3775">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="896.1327" z="679.30085"/>
<Orientation y="-2.47973"/>
</Entity>
<Entity uid="3776">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="778.62653" z="1009.82511"/>
<Orientation y="-1.68192"/>
</Entity>
<Entity uid="3777">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="781.25567" z="1008.60833"/>
<Orientation y="-3.76584"/>
</Entity>
<Entity uid="3778">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="781.71355" z="1011.20873"/>
<Orientation y="1.52988"/>
</Entity>
<Entity uid="3779">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="788.67171" z="1008.83196"/>
<Orientation y="-0.2912"/>
</Entity>
<Entity uid="3780">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="781.42803" z="1007.7799"/>
<Orientation y="-2.18465"/>
</Entity>
<Entity uid="3781">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="783.11535" z="1010.02143"/>
<Orientation y="0.0071"/>
</Entity>
<Entity uid="3782">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1373.21265" z="1787.93738"/>
<Orientation y="-3.86336"/>
</Entity>
<Entity uid="3783">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1263.67713" z="1752.64222"/>
<Orientation y="-1.83872"/>
</Entity>
<Entity uid="3784">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1259.47522" z="1752.99512"/>
<Orientation y="0.0606"/>
</Entity>
<Entity uid="3785">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1267.76087" z="1753.24048"/>
<Orientation y="-3.12633"/>
</Entity>
<Entity uid="3786">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1375.53272" z="1794.22388"/>
<Orientation y="-2.02367"/>
</Entity>
<Entity uid="3787">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1273.10425" z="1755.8324"/>
<Orientation y="-3.11335"/>
</Entity>
<Entity uid="3788">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1321.64208" z="442.33043"/>
<Orientation y="1.16263"/>
</Entity>
<Entity uid="3789">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1323.16065" z="442.21058"/>
<Orientation y="-2.13285"/>
</Entity>
<Entity uid="3790">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1325.74357" z="441.11005"/>
<Orientation y="-3.50831"/>
</Entity>
<Entity uid="3791">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1322.6049" z="441.23308"/>
<Orientation y="-3.65902"/>
</Entity>
<Entity uid="3792">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1323.13852" z="442.36065"/>
<Orientation y="0.59176"/>
</Entity>
<Entity uid="3793">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1324.66315" z="438.20124"/>
<Orientation y="-0.46186"/>
</Entity>
<Entity uid="3794">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1322.52897" z="441.55852"/>
<Orientation y="-0.3378"/>
</Entity>
<Entity uid="3795">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1321.61304" z="436.4899"/>
<Orientation y="0.93612"/>
</Entity>
<Entity uid="3796">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="740.0813" z="1765.90674"/>
<Orientation y="1.11239"/>
</Entity>
<Entity uid="3797">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="737.97022" z="1765.24012"/>
<Orientation y="-1.4492"/>
</Entity>
<Entity uid="3798">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="744.08637" z="1770.85438"/>
<Orientation y="-3.84166"/>
</Entity>
<Entity uid="3799">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="737.89771" z="1763.44996"/>
<Orientation y="-4.43416"/>
</Entity>
<Entity uid="3800">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="735.16492" z="1764.41285"/>
<Orientation y="-3.01536"/>
</Entity>
<Entity uid="3801">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="745.06861" z="1765.39942"/>
<Orientation y="0.95577"/>
</Entity>
<Entity uid="3802">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="738.2956" z="1763.2223"/>
<Orientation y="-3.4873"/>
</Entity>
<Entity uid="3803">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="740.46821" z="1770.0575"/>
<Orientation y="-1.04833"/>
</Entity>
<Entity uid="3804">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1630.29737" z="1610.90699"/>
<Orientation y="-0.98415"/>
</Entity>
<Entity uid="3805">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1605.19938" z="1421.79967"/>
<Orientation y="-2.46521"/>
</Entity>
<Entity uid="3806">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1638.8036" z="1617.06031"/>
<Orientation y="-3.49718"/>
</Entity>
<Entity uid="3807">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1634.41956" z="1603.77466"/>
<Orientation y="-0.1253"/>
</Entity>
<Entity uid="3808">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1620.09876" z="1622.9856"/>
<Orientation y="-2.2952"/>
</Entity>
<Entity uid="3809">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1537.45496" z="1595.51197"/>
<Orientation y="1.48511"/>
</Entity>
<Entity uid="3810">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1606.97384" z="1426.78862"/>
<Orientation y="-2.21035"/>
</Entity>
<Entity uid="3811">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1609.73148" z="1416.89246"/>
<Orientation y="-0.04052"/>
</Entity>
<Entity uid="3812">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1127.61963" z="285.7638"/>
<Orientation y="-3.93325"/>
</Entity>
<Entity uid="3813">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1128.31641" z="288.84067"/>
<Orientation y="-3.3102"/>
</Entity>
<Entity uid="3814">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1121.06897" z="285.7081"/>
<Orientation y="0.82531"/>
</Entity>
<Entity uid="3815">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1104.10914" z="237.88294"/>
<Orientation y="0.42199"/>
</Entity>
<Entity uid="3816">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1125.90125" z="284.53019"/>
<Orientation y="1.5272"/>
</Entity>
<Entity uid="3817">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1126.50953" z="285.76401"/>
<Orientation y="-1.83336"/>
</Entity>
<Entity uid="3818">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1127.56434" z="285.65564"/>
<Orientation y="-4.22982"/>
</Entity>
<Entity uid="3819">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="940.80533" z="1047.11591"/>
<Orientation y="-3.72191"/>
</Entity>
<Entity uid="3820">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="940.27741" z="1044.33057"/>
<Orientation y="-1.13523"/>
</Entity>
<Entity uid="3821">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="932.82367" z="1045.96189"/>
<Orientation y="0.3226"/>
</Entity>
<Entity uid="3822">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="939.28841" z="1040.99805"/>
<Orientation y="-2.5887"/>
</Entity>
<Entity uid="3823">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="939.47783" z="1042.14901"/>
<Orientation y="-0.68142"/>
</Entity>
<Entity uid="3824">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="937.09629" z="1045.46863"/>
<Orientation y="-4.49935"/>
</Entity>
<Entity uid="3825">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="939.40748" z="1048.93789"/>
<Orientation y="0.34415"/>
</Entity>
<Entity uid="3826">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="938.8376" z="1049.61965"/>
<Orientation y="-1.31516"/>
</Entity>
<Entity uid="3827">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="937.28182" z="1046.46212"/>
<Orientation y="0.26052"/>
</Entity>
<Entity uid="3828">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1678.94361" z="640.74311"/>
<Orientation y="-0.34348"/>
</Entity>
<Entity uid="3829">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1679.00135" z="641.9292"/>
<Orientation y="-2.48951"/>
</Entity>
<Entity uid="3830">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1674.22925" z="642.55365"/>
<Orientation y="-1.21944"/>
</Entity>
<Entity uid="3831">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1679.50525" z="643.8252"/>
<Orientation y="-1.83259"/>
</Entity>
<Entity uid="3832">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1678.74146" z="641.8318"/>
<Orientation y="-2.76673"/>
</Entity>
<Entity uid="3833">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1678.84156" z="642.35364"/>
<Orientation y="-3.62314"/>
</Entity>
<Entity uid="3834">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1677.36768" z="641.70545"/>
<Orientation y="-1.5119"/>
</Entity>
<Entity uid="3835">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1676.39954" z="642.9336"/>
<Orientation y="0.71065"/>
</Entity>
<Entity uid="3836">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1679.12671" z="636.12635"/>
<Orientation y="-2.03573"/>
</Entity>
<Entity uid="3837">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1571.03834" z="1474.87645"/>
<Orientation y="-1.59301"/>
</Entity>
<Entity uid="3838">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1569.97439" z="1480.8774"/>
<Orientation y="-1.4801"/>
</Entity>
<Entity uid="3839">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1532.43201" z="1606.17188"/>
<Orientation y="0.65856"/>
</Entity>
<Entity uid="3840">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1612.51368" z="1667.90235"/>
<Orientation y="-3.9372"/>
</Entity>
<Entity uid="3841">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1613.5326" z="1669.29725"/>
<Orientation y="-0.29534"/>
</Entity>
<Entity uid="3842">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1624.66651" z="1627.64283"/>
<Orientation y="-0.99675"/>
</Entity>
<Entity uid="3843">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1570.53417" z="1475.44208"/>
<Orientation y="0.94013"/>
</Entity>
<Entity uid="3844">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1623.18458" z="1659.4596"/>
<Orientation y="-2.56974"/>
</Entity>
<Entity uid="3845">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="649.31873" z="624.09992"/>
<Orientation y="-1.75554"/>
</Entity>
<Entity uid="3846">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="655.17542" z="620.79371"/>
<Orientation y="-5.72361"/>
</Entity>
<Entity uid="3847">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="648.70081" z="620.92975"/>
<Orientation y="-1.53798"/>
</Entity>
<Entity uid="3848">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="649.23627" z="621.65412"/>
<Orientation y="-5.7268"/>
</Entity>
<Entity uid="3849">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="645.63141" z="620.94599"/>
<Orientation y="-1.24485"/>
</Entity>
<Entity uid="3850">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="648.01117" z="622.61963"/>
<Orientation y="-6.34775"/>
</Entity>
<Entity uid="3851">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="645.59095" z="623.73365"/>
<Orientation y="-3.60445"/>
</Entity>
<Entity uid="3852">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="642.23707" z="618.74781"/>
<Orientation y="-6.0707"/>
</Entity>
<Entity uid="3853">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1156.6816" z="1366.57032"/>
<Orientation y="-3.51525"/>
</Entity>
<Entity uid="3854">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1157.99442" z="1370.20937"/>
<Orientation y="-0.11092"/>
</Entity>
<Entity uid="3855">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1155.86127" z="1369.45646"/>
<Orientation y="-2.7871"/>
</Entity>
<Entity uid="3856">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1163.85894" z="1372.13685"/>
<Orientation y="-2.27881"/>
</Entity>
<Entity uid="3857">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1157.22641" z="1367.95476"/>
<Orientation y="-3.03054"/>
</Entity>
<Entity uid="3858">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1155.63828" z="1365.87835"/>
<Orientation y="-0.59986"/>
</Entity>
<Entity uid="3859">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1158.43517" z="1375.46007"/>
<Orientation y="0.41381"/>
</Entity>
<Entity uid="3860">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="293.89255" z="1196.73829"/>
<Orientation y="-0.52738"/>
</Entity>
<Entity uid="3861">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="290.27234" z="1198.99903"/>
<Orientation y="-0.09754"/>
</Entity>
<Entity uid="3862">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="281.1732" z="1222.07667"/>
<Orientation y="-2.45275"/>
</Entity>
<Entity uid="3863">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="280.50666" z="1227.26575"/>
<Orientation y="-2.71195"/>
</Entity>
<Entity uid="3864">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="273.3093" z="1186.3816"/>
<Orientation y="-2.68445"/>
</Entity>
<Entity uid="3865">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="273.76847" z="1197.08277"/>
<Orientation y="-3.76609"/>
</Entity>
<Entity uid="3866">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="295.63791" z="1197.81348"/>
<Orientation y="-0.49372"/>
</Entity>
<Entity uid="3867">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="444.67798" z="235.60917"/>
<Orientation y="-2.02431"/>
</Entity>
<Entity uid="3868">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="447.13263" z="236.05164"/>
<Orientation y="-1.69951"/>
</Entity>
<Entity uid="3869">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="441.18796" z="236.00995"/>
<Orientation y="-1.93494"/>
</Entity>
<Entity uid="3870">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="442.26505" z="235.68064"/>
<Orientation y="0.34511"/>
</Entity>
<Entity uid="3871">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="440.82535" z="236.99918"/>
<Orientation y="-5.0725"/>
</Entity>
<Entity uid="3872">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="438.97083" z="237.10541"/>
<Orientation y="-3.57253"/>
</Entity>
<Entity uid="3873">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="438.8292" z="238.49354"/>
<Orientation y="-1.71003"/>
</Entity>
<Entity uid="3874">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="652.92798" z="1523.59179"/>
<Orientation y="-1.03734"/>
</Entity>
<Entity uid="3875">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="651.3094" z="1526.23244"/>
<Orientation y="0.31194"/>
</Entity>
<Entity uid="3876">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="655.16822" z="1518.64472"/>
<Orientation y="-0.25205"/>
</Entity>
<Entity uid="3877">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="652.2142" z="1524.8353"/>
<Orientation y="-2.52678"/>
</Entity>
<Entity uid="3878">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="653.47477" z="1525.59234"/>
<Orientation y="-1.9786"/>
</Entity>
<Entity uid="3879">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="878.89563" z="1749.56275"/>
<Orientation y="-0.18462"/>
</Entity>
<Entity uid="3880">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="878.75544" z="1752.36915"/>
<Orientation y="-0.01526"/>
</Entity>
<Entity uid="3881">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="880.99592" z="1752.50025"/>
<Orientation y="-2.12313"/>
</Entity>
<Entity uid="3882">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="880.22321" z="1756.48047"/>
<Orientation y="1.08408"/>
</Entity>
<Entity uid="3883">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="881.6772" z="1750.95423"/>
<Orientation y="-3.3749"/>
</Entity>
<Entity uid="3884">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="877.76673" z="1751.88794"/>
<Orientation y="-2.75686"/>
</Entity>
<Entity uid="3885">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="877.17804" z="1753.72645"/>
<Orientation y="-0.5207"/>
</Entity>
<Entity uid="3886">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="879.40717" z="1750.50403"/>
<Orientation y="-4.36263"/>
</Entity>
<Entity uid="3887">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="854.22072" z="166.35218"/>
<Orientation y="-1.1027"/>
</Entity>
<Entity uid="3888">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="852.52804" z="163.8874"/>
<Orientation y="-2.29644"/>
</Entity>
<Entity uid="3889">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="858.7937" z="165.59185"/>
<Orientation y="-1.65941"/>
</Entity>
<Entity uid="3890">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="853.06179" z="165.9167"/>
<Orientation y="-3.54564"/>
</Entity>
<Entity uid="3891">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="855.56308" z="164.69373"/>
<Orientation y="-3.99811"/>
</Entity>
<Entity uid="3892">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="854.1613" z="166.10476"/>
<Orientation y="0.12607"/>
</Entity>
<Entity uid="3893">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="857.73685" z="170.24027"/>
<Orientation y="0.68056"/>
</Entity>
<Entity uid="3894">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1505.03821" z="1497.92432"/>
<Orientation y="-1.939"/>
</Entity>
<Entity uid="3895">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1524.87916" z="1502.46644"/>
<Orientation y="-2.39637"/>
</Entity>
<Entity uid="3896">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1517.9839" z="1469.87"/>
<Orientation y="0.90322"/>
</Entity>
<Entity uid="3897">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1508.70557" z="1492.43042"/>
<Orientation y="1.3733"/>
</Entity>
<Entity uid="3898">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1522.30237" z="1504.0193"/>
<Orientation y="-0.23528"/>
</Entity>
<Entity uid="3899">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1516.10506" z="1470.21058"/>
<Orientation y="-2.7763"/>
</Entity>
<Entity uid="3900">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1522.22657" z="1469.82943"/>
<Orientation y="-3.14979"/>
</Entity>
<Entity uid="3901">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1526.62378" z="1477.63233"/>
<Orientation y="0.61866"/>
</Entity>
<Entity uid="3902">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1645.97852" z="1605.8683"/>
<Orientation y="0.55826"/>
</Entity>
<Entity uid="3903">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1644.20801" z="1608.51307"/>
<Orientation y="-4.15725"/>
</Entity>
<Entity uid="3904">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1647.21814" z="1605.71216"/>
<Orientation y="-1.98755"/>
</Entity>
<Entity uid="3905">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1642.08777" z="1604.4375"/>
<Orientation y="0.32886"/>
</Entity>
<Entity uid="3906">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1645.27808" z="1612.26319"/>
<Orientation y="-4.81881"/>
</Entity>
<Entity uid="3907">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1639.68616" z="1604.54981"/>
<Orientation y="-1.64565"/>
</Entity>
<Entity uid="3908">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1265.33497" z="1673.54432"/>
<Orientation y="-0.8315"/>
</Entity>
<Entity uid="3909">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1250.23414" z="1678.78101"/>
<Orientation y="-1.81968"/>
</Entity>
<Entity uid="3910">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1266.19178" z="1673.0027"/>
<Orientation y="-4.51551"/>
</Entity>
<Entity uid="3911">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1272.15462" z="1672.45539"/>
<Orientation y="-3.18187"/>
</Entity>
<Entity uid="3912">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1268.84559" z="1674.84363"/>
<Orientation y="-3.25705"/>
</Entity>
<Entity uid="3913">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1269.03785" z="1673.08362"/>
<Orientation y="0.61562"/>
</Entity>
<Entity uid="3914">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1263.67855" z="1671.83753"/>
<Orientation y="-3.98113"/>
</Entity>
<Entity uid="3921">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="42.00644" z="1041.96938"/>
<Orientation y="-4.6657"/>
</Entity>
<Entity uid="3922">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="44.8733" z="1043.06257"/>
<Orientation y="-0.51697"/>
</Entity>
<Entity uid="3923">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="37.21348" z="1040.72936"/>
<Orientation y="-3.36027"/>
</Entity>
<Entity uid="3924">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="38.14582" z="1041.25663"/>
<Orientation y="-4.22182"/>
</Entity>
<Entity uid="3925">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="45.59572" z="1041.47086"/>
<Orientation y="-3.89534"/>
</Entity>
<Entity uid="3926">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="35.53248" z="1042.91175"/>
<Orientation y="-0.81716"/>
</Entity>
<Entity uid="3927">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="46.21421" z="1036.02163"/>
<Orientation y="1.34388"/>
</Entity>
<Entity uid="3928">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="42.91744" z="1044.38546"/>
<Orientation y="-3.4814"/>
</Entity>
<Entity uid="3929">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1372.64917" z="1780.16651"/>
<Orientation y="-4.41076"/>
</Entity>
<Entity uid="3930">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1270.05298" z="1745.81714"/>
<Orientation y="-0.78994"/>
</Entity>
<Entity uid="3931">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1267.81421" z="1762.25098"/>
<Orientation y="-3.64855"/>
</Entity>
<Entity uid="3932">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1267.25403" z="1740.4253"/>
<Orientation y="1.35708"/>
</Entity>
<Entity uid="3933">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1371.9673" z="1782.69837"/>
<Orientation y="-1.88004"/>
</Entity>
<Entity uid="3934">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1370.90088" z="1787.38343"/>
<Orientation y="1.30983"/>
</Entity>
<Entity uid="3935">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1374.06287" z="1785.32325"/>
<Orientation y="-3.8796"/>
</Entity>
<Entity uid="3936">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1371.24671" z="1777.84754"/>
<Orientation y="1.05471"/>
</Entity>
<Entity uid="3937">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1269.3722" z="1737.37671"/>
<Orientation y="0.79307"/>
</Entity>
<Entity uid="3938">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="354.27472" z="880.94819"/>
<Orientation y="-3.00799"/>
</Entity>
<Entity uid="3939">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="351.95708" z="874.5982"/>
<Orientation y="-1.53008"/>
</Entity>
<Entity uid="3940">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="348.23781" z="875.39251"/>
<Orientation y="1.36463"/>
</Entity>
<Entity uid="3941">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="355.87337" z="878.5294"/>
<Orientation y="-1.71094"/>
</Entity>
<Entity uid="3942">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="355.6924" z="875.46505"/>
<Orientation y="-3.69309"/>
</Entity>
<Entity uid="3943">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="713.99851" z="857.92392"/>
<Orientation y="-3.77121"/>
</Entity>
<Entity uid="3944">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="714.11855" z="856.01536"/>
<Orientation y="-3.26325"/>
</Entity>
<Entity uid="3945">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="715.65699" z="861.32338"/>
<Orientation y="-2.43854"/>
</Entity>
<Entity uid="3946">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="716.47641" z="859.93633"/>
<Orientation y="-0.47967"/>
</Entity>
<Entity uid="3947">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="714.85657" z="865.65094"/>
<Orientation y="-0.77292"/>
</Entity>
<Entity uid="3948">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="714.60431" z="859.87395"/>
<Orientation y="-1.44414"/>
</Entity>
<Entity uid="3949">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="714.34089" z="856.69422"/>
<Orientation y="-2.71338"/>
</Entity>
<Entity uid="3950">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="715.43903" z="859.06341"/>
<Orientation y="0.86403"/>
</Entity>
<Entity uid="3951">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="716.82686" z="860.11802"/>
<Orientation y="-0.38842"/>
</Entity>
<Entity uid="3952">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="554.81363" z="1207.74088"/>
<Orientation y="-0.058"/>
</Entity>
<Entity uid="3953">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="554.51078" z="1213.12577"/>
<Orientation y="1.10547"/>
</Entity>
<Entity uid="3954">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="560.82013" z="1204.4024"/>
<Orientation y="0.60688"/>
</Entity>
<Entity uid="3955">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="557.71041" z="1206.15413"/>
<Orientation y="-1.4135"/>
</Entity>
<Entity uid="3956">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="559.28939" z="1198.47799"/>
<Orientation y="0.2878"/>
</Entity>
<Entity uid="3957">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="558.06981" z="1204.21654"/>
<Orientation y="-4.1115"/>
</Entity>
<Entity uid="3958">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="34.11496" z="960.43326"/>
<Orientation y="-2.60166"/>
</Entity>
<Entity uid="3959">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="33.72968" z="957.03664"/>
<Orientation y="-3.70191"/>
</Entity>
<Entity uid="3960">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="35.48826" z="957.5608"/>
<Orientation y="-2.84418"/>
</Entity>
<Entity uid="3961">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="36.82091" z="957.24198"/>
<Orientation y="-3.78541"/>
</Entity>
<Entity uid="3962">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="32.96636" z="958.97497"/>
<Orientation y="-1.7749"/>
</Entity>
<Entity uid="3963">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="32.5042" z="959.42748"/>
<Orientation y="-4.49442"/>
</Entity>
<Entity uid="3964">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="33.76388" z="955.34418"/>
<Orientation y="-2.00545"/>
</Entity>
<Entity uid="3965">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="34.10055" z="958.23153"/>
<Orientation y="0.52643"/>
</Entity>
<Entity uid="3966">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="540.8714" z="767.20215"/>
<Orientation y="1.01674"/>
</Entity>
<Entity uid="3967">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="540.89979" z="759.11573"/>
<Orientation y="-3.19817"/>
</Entity>
<Entity uid="3968">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="540.8979" z="767.14625"/>
<Orientation y="-0.66776"/>
</Entity>
<Entity uid="3969">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="534.4466" z="768.28919"/>
<Orientation y="-2.14342"/>
</Entity>
<Entity uid="3970">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="536.7132" z="764.40247"/>
<Orientation y="-2.69265"/>
</Entity>
<Entity uid="3971">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1771.91895" z="709.45514"/>
<Orientation y="-1.33091"/>
</Entity>
<Entity uid="3972">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1772.75647" z="706.67164"/>
<Orientation y="0.99643"/>
</Entity>
<Entity uid="3973">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1773.69788" z="706.19074"/>
<Orientation y="-0.20208"/>
</Entity>
<Entity uid="3974">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1770.28248" z="709.06672"/>
<Orientation y="-4.27016"/>
</Entity>
<Entity uid="3975">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1774.62647" z="704.00397"/>
<Orientation y="-3.13627"/>
</Entity>
<Entity uid="3976">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1775.63611" z="701.7989"/>
<Orientation y="-4.43125"/>
</Entity>
<Entity uid="3977">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1855.61081" z="1040.3043"/>
<Orientation y="-0.25295"/>
</Entity>
<Entity uid="3978">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1854.90911" z="1036.55265"/>
<Orientation y="1.13332"/>
</Entity>
<Entity uid="3979">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1858.01276" z="1038.02532"/>
<Orientation y="0.95282"/>
</Entity>
<Entity uid="3980">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1862.11236" z="1037.56131"/>
<Orientation y="-0.6595"/>
</Entity>
<Entity uid="3981">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1857.23374" z="1039.65467"/>
<Orientation y="-1.51938"/>
</Entity>
<Entity uid="3982">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1858.06994" z="1037.94634"/>
<Orientation y="0.91645"/>
</Entity>
<Entity uid="3983">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="263.82213" z="1454.60233"/>
<Orientation y="-1.83916"/>
</Entity>
<Entity uid="3984">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="262.54665" z="1458.04545"/>
<Orientation y="1.09604"/>
</Entity>
<Entity uid="3985">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="261.21093" z="1454.65377"/>
<Orientation y="0.85558"/>
</Entity>
<Entity uid="3986">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="263.8222" z="1460.70942"/>
<Orientation y="-0.46288"/>
</Entity>
<Entity uid="3987">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="263.75731" z="1458.13318"/>
<Orientation y="-0.7311"/>
</Entity>
<Entity uid="3988">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="816.6" z="875.84292"/>
<Orientation y="-0.10126"/>
</Entity>
<Entity uid="3989">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="820.29777" z="870.74717"/>
<Orientation y="-0.44614"/>
</Entity>
<Entity uid="3990">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="816.28814" z="871.62179"/>
<Orientation y="-1.37813"/>
</Entity>
<Entity uid="3991">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="819.50748" z="874.55039"/>
<Orientation y="-4.55217"/>
</Entity>
<Entity uid="3992">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="822.1028" z="871.05657"/>
<Orientation y="-3.6238"/>
</Entity>
<Entity uid="3993">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="818.38196" z="873.38437"/>
<Orientation y="-2.71012"/>
</Entity>
<Entity uid="3994">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="250.45044" z="1251.93555"/>
<Orientation y="-3.66895"/>
</Entity>
<Entity uid="3995">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="256.1923" z="1232.1006"/>
<Orientation y="-0.31801"/>
</Entity>
<Entity uid="3996">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="253.111" z="1234.11048"/>
<Orientation y="-1.03473"/>
</Entity>
<Entity uid="3997">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="258.86478" z="1228.5813"/>
<Orientation y="-2.39457"/>
</Entity>
<Entity uid="3998">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="208.32813" z="1226.91407"/>
<Orientation y="-0.61117"/>
</Entity>
<Entity uid="3999">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="241.0494" z="1231.76238"/>
<Orientation y="-2.13328"/>
</Entity>
<Entity uid="4000">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="235.26944" z="1246.5586"/>
<Orientation y="-3.78112"/>
</Entity>
<Entity uid="4001">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="35.70731" z="1090.21151"/>
<Orientation y="-2.9145"/>
</Entity>
<Entity uid="4002">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="36.57337" z="1089.04217"/>
<Orientation y="0.7869"/>
</Entity>
<Entity uid="4003">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="30.02903" z="1090.79044"/>
<Orientation y="-2.96972"/>
</Entity>
<Entity uid="4004">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="32.535" z="1091.65447"/>
<Orientation y="0.2629"/>
</Entity>
<Entity uid="4005">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="32.56743" z="1087.97832"/>
<Orientation y="-2.31812"/>
</Entity>
<Entity uid="4006">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="32.34543" z="1089.27566"/>
<Orientation y="-0.39757"/>
</Entity>
<Entity uid="4007">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="34.71514" z="1087.19227"/>
<Orientation y="-1.39606"/>
</Entity>
<Entity uid="4008">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="37.69001" z="1091.32547"/>
<Orientation y="0.29403"/>
</Entity>
<Entity uid="4009">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="687.36841" z="663.50586"/>
<Orientation y="-1.79642"/>
</Entity>
<Entity uid="4010">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="684.76197" z="664.04041"/>
<Orientation y="-0.54082"/>
</Entity>
<Entity uid="4011">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="682.21094" z="657.02735"/>
<Orientation y="-4.3668"/>
</Entity>
<Entity uid="4012">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="683.1095" z="656.1631"/>
<Orientation y="-0.78595"/>
</Entity>
<Entity uid="4013">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="697.70557" z="648.57929"/>
<Orientation y="-1.74752"/>
</Entity>
<Entity uid="4014">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="684.50867" z="663.57764"/>
<Orientation y="0.79606"/>
</Entity>
<Entity uid="4015">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="683.08991" z="660.17768"/>
<Orientation y="-4.14577"/>
</Entity>
<Entity uid="4016">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="690.54493" z="669.20832"/>
<Orientation y="0.17551"/>
</Entity>
<Entity uid="4017">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="680.68" z="650.71772"/>
<Orientation y="-4.43447"/>
</Entity>
<Entity uid="4018">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="461.62197" z="666.92833"/>
<Orientation y="0.04911"/>
</Entity>
<Entity uid="4019">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="462.3061" z="664.4039"/>
<Orientation y="1.10183"/>
</Entity>
<Entity uid="4020">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="461.60047" z="666.20914"/>
<Orientation y="-0.782"/>
</Entity>
<Entity uid="4021">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="462.15317" z="667.2819"/>
<Orientation y="1.39399"/>
</Entity>
<Entity uid="4022">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="461.82467" z="666.04291"/>
<Orientation y="-3.3632"/>
</Entity>
<Entity uid="4023">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="462.57006" z="672.61261"/>
<Orientation y="-0.18026"/>
</Entity>
<Entity uid="4024">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="461.67432" z="669.20801"/>
<Orientation y="-1.85166"/>
</Entity>
<Entity uid="4025">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="882.13465" z="565.13984"/>
<Orientation y="-1.62597"/>
</Entity>
<Entity uid="4026">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="883.89649" z="562.98017"/>
<Orientation y="0.88782"/>
</Entity>
<Entity uid="4027">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="883.54242" z="564.78156"/>
<Orientation y="-4.62328"/>
</Entity>
<Entity uid="4028">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="877.4214" z="566.5102"/>
<Orientation y="0.54471"/>
</Entity>
<Entity uid="4029">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="879.21253" z="566.59955"/>
<Orientation y="-2.12447"/>
</Entity>
<Entity uid="4030">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="876.93146" z="564.93537"/>
<Orientation y="-3.19376"/>
</Entity>
<Entity uid="4031">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="876.79023" z="563.02656"/>
<Orientation y="-1.6297"/>
</Entity>
<Entity uid="4032">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="570.65882" z="1620.00355"/>
<Orientation y="-4.36171"/>
</Entity>
<Entity uid="4033">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="506.75464" z="1613.80286"/>
<Orientation y="-3.51519"/>
</Entity>
<Entity uid="4034">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="519.79831" z="1607.69013"/>
<Orientation y="-4.06145"/>
</Entity>
<Entity uid="4035">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="572.70038" z="1619.37671"/>
<Orientation y="-3.12795"/>
</Entity>
<Entity uid="4036">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="519.42383" z="1608.34388"/>
<Orientation y="-1.6196"/>
</Entity>
<Entity uid="4037">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="572.0121" z="1619.67017"/>
<Orientation y="-2.39483"/>
</Entity>
<Entity uid="4038">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="573.93683" z="1620.66883"/>
<Orientation y="-2.03724"/>
</Entity>
<Entity uid="4039">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1315.8141" z="1806.71302"/>
<Orientation y="0.29143"/>
</Entity>
<Entity uid="4040">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1316.72608" z="1803.68433"/>
<Orientation y="-3.33329"/>
</Entity>
<Entity uid="4041">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1314.93409" z="1809.44056"/>
<Orientation y="-2.73159"/>
</Entity>
<Entity uid="4042">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1317.03736" z="1805.40687"/>
<Orientation y="-3.40291"/>
</Entity>
<Entity uid="4043">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1314.2776" z="1810.60242"/>
<Orientation y="-4.12493"/>
</Entity>
<Entity uid="4044">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1316.0774" z="1806.66797"/>
<Orientation y="-2.56269"/>
</Entity>
<Entity uid="4045">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1312.04285" z="1804.2118"/>
<Orientation y="-4.63604"/>
</Entity>
<Entity uid="4046">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1314.49769" z="1806.6366"/>
<Orientation y="-1.56128"/>
</Entity>
<Entity uid="4047">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1154.8866" z="1253.69788"/>
<Orientation y="0.75675"/>
</Entity>
<Entity uid="4048">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1155.53187" z="1254.4026"/>
<Orientation y="1.1967"/>
</Entity>
<Entity uid="4049">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1154.31836" z="1252.35364"/>
<Orientation y="-1.44149"/>
</Entity>
<Entity uid="4050">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1155.35596" z="1253.06238"/>
<Orientation y="-2.90082"/>
</Entity>
<Entity uid="4051">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1151.45325" z="1253.10877"/>
<Orientation y="-4.00264"/>
</Entity>
<Entity uid="4052">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1158.37793" z="1253.63685"/>
<Orientation y="-2.05808"/>
</Entity>
<Entity uid="4053">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1151.9751" z="1254.46143"/>
<Orientation y="-4.48783"/>
</Entity>
<Entity uid="4054">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1152.93702" z="1254.64417"/>
<Orientation y="-4.66495"/>
</Entity>
<Entity uid="4055">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1337.46546" z="1746.97303"/>
<Orientation y="-2.7961"/>
</Entity>
<Entity uid="4056">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1331.97059" z="1748.98218"/>
<Orientation y="-0.70884"/>
</Entity>
<Entity uid="4057">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1337.32462" z="1737.39251"/>
<Orientation y="0.69422"/>
</Entity>
<Entity uid="4058">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1335.04761" z="1746.53467"/>
<Orientation y="-4.59086"/>
</Entity>
<Entity uid="4059">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1331.95986" z="1739.9317"/>
<Orientation y="0.80207"/>
</Entity>
<Entity uid="4060">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1332.75307" z="1736.04128"/>
<Orientation y="-3.50107"/>
</Entity>
<Entity uid="4061">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1334.08881" z="1741.61977"/>
<Orientation y="-0.63337"/>
</Entity>
<Entity uid="4062">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1231.14295" z="1762.43396"/>
<Orientation y="-2.45344"/>
</Entity>
<Entity uid="4063">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1251.70887" z="1753.41517"/>
<Orientation y="-2.35535"/>
</Entity>
<Entity uid="4064">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1232.83985" z="1764.56653"/>
<Orientation y="0.87012"/>
</Entity>
<Entity uid="4065">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1232.78846" z="1763.11414"/>
<Orientation y="-1.89774"/>
</Entity>
<Entity uid="4066">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1231.06043" z="1763.59107"/>
<Orientation y="-4.60132"/>
</Entity>
<Entity uid="4067">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="927.45923" z="778.93873"/>
<Orientation y="-4.39646"/>
</Entity>
<Entity uid="4068">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="931.57703" z="776.88196"/>
<Orientation y="-2.71836"/>
</Entity>
<Entity uid="4069">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="887.38947" z="763.19214"/>
<Orientation y="1.63904"/>
</Entity>
<Entity uid="4070">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="922.29578" z="689.49537"/>
<Orientation y="-4.17185"/>
</Entity>
<Entity uid="4071">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="934.17078" z="774.49659"/>
<Orientation y="0.77083"/>
</Entity>
<Entity uid="4072">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1819.49424" z="1465.76563"/>
<Orientation y="-0.85485"/>
</Entity>
<Entity uid="4073">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1817.33428" z="1469.89542"/>
<Orientation y="0.22294"/>
</Entity>
<Entity uid="4074">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1817.15651" z="1467.15351"/>
<Orientation y="-0.66871"/>
</Entity>
<Entity uid="4075">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1811.43522" z="1468.11022"/>
<Orientation y="-3.5709"/>
</Entity>
<Entity uid="4076">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1816.43667" z="1467.91921"/>
<Orientation y="-1.42763"/>
</Entity>
<Entity uid="4077">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1818.73667" z="1465.41346"/>
<Orientation y="0.85534"/>
</Entity>
<Entity uid="4078">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1814.01911" z="1466.3045"/>
<Orientation y="-3.30265"/>
</Entity>
<Entity uid="4079">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="574.95373" z="1141.68128"/>
<Orientation y="-2.22744"/>
</Entity>
<Entity uid="4080">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="570.3391" z="1141.78814"/>
<Orientation y="-1.93042"/>
</Entity>
<Entity uid="4081">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="573.6432" z="1141.72773"/>
<Orientation y="-0.73073"/>
</Entity>
<Entity uid="4082">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="252.36451" z="1024.0558"/>
<Orientation y="0.06943"/>
</Entity>
<Entity uid="4083">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="249.32825" z="1032.38099"/>
<Orientation y="-4.1453"/>
</Entity>
<Entity uid="4084">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="245.18409" z="1018.59455"/>
<Orientation y="0.47928"/>
</Entity>
<Entity uid="4085">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="256.80802" z="1016.61384"/>
<Orientation y="1.49218"/>
</Entity>
<Entity uid="4086">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="237.17591" z="1027.0127"/>
<Orientation y="1.04519"/>
</Entity>
<Entity uid="4090">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="245.8064" z="1077.56714"/>
<Orientation y="-2.08315"/>
</Entity>
<Entity uid="4093">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="258.55677" z="1080.464"/>
<Orientation y="-0.39335"/>
</Entity>
<Entity uid="4094">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1256.42176" z="1562.3036"/>
<Orientation y="-1.38881"/>
</Entity>
<Entity uid="4095">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="534.167" z="1489.8501"/>
<Orientation y="-1.9067"/>
</Entity>
<Entity uid="4096">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="548.46564" z="1486.45911"/>
<Orientation y="-2.25693"/>
</Entity>
<Entity uid="4097">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="546.99421" z="1487.3661"/>
<Orientation y="-1.21119"/>
</Entity>
<Entity uid="4098">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="540.875" z="1487.5846"/>
<Orientation y="-3.22425"/>
</Entity>
<Entity uid="4099">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="540.58692" z="1481.7079"/>
<Orientation y="0.45707"/>
</Entity>
<Entity uid="4100">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1216.14222" z="805.94526"/>
<Orientation y="1.47332"/>
</Entity>
<Entity uid="4101">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1198.97889" z="886.86109"/>
<Orientation y="-0.84435"/>
</Entity>
<Entity uid="4102">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1203.73658" z="897.9928"/>
<Orientation y="-2.3168"/>
</Entity>
<Entity uid="4103">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1198.06214" z="894.11164"/>
<Orientation y="-3.02688"/>
</Entity>
<Entity uid="4104">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1216.68238" z="802.3158"/>
<Orientation y="-3.17708"/>
</Entity>
<Entity uid="4106">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1058.72535" z="973.43744"/>
<Orientation y="0.85694"/>
</Entity>
<Entity uid="4107">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1065.11524" z="979.86664"/>
<Orientation y="-2.06572"/>
</Entity>
<Entity uid="4108">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1219.18848" z="795.21387"/>
<Orientation y="0.8469"/>
</Entity>
<Entity uid="4109">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1059.46009" z="979.90864"/>
<Orientation y="1.06525"/>
</Entity>
<Entity uid="4110">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1064.60254" z="975.396"/>
<Orientation y="-4.29802"/>
</Entity>
<Entity uid="4116">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1248.46912" z="1565.33741"/>
<Orientation y="0.35805"/>
</Entity>
<Entity uid="4123">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1115.83228" z="1468.48096"/>
<Orientation y="-1.76195"/>
</Entity>
<Entity uid="4124">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1112.90235" z="1470.63868"/>
<Orientation y="-5.28515"/>
</Entity>
<Entity uid="4125">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1120.63318" z="1470.36414"/>
<Orientation y="-4.8187"/>
</Entity>
<Entity uid="4126">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1126.46436" z="1472.03577"/>
<Orientation y="-0.58396"/>
</Entity>
<Entity uid="4127">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1127.30481" z="1465.6615"/>
<Orientation y="-2.74929"/>
</Entity>
<Entity uid="4128">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1128.45154" z="1324.21119"/>
<Orientation y="-2.81127"/>
</Entity>
<Entity uid="4129">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1204.59424" z="847.5301"/>
<Orientation y="-4.17251"/>
</Entity>
<Entity uid="4130">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1072.05176" z="982.58295"/>
<Orientation y="-0.43274"/>
</Entity>
<Entity uid="4133">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1202.4712" z="841.78107"/>
<Orientation y="0.83384"/>
</Entity>
<Entity uid="4134">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1210.5669" z="793.65076"/>
<Orientation y="1.19722"/>
</Entity>
<Entity uid="4135">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1222.43396" z="803.26868"/>
<Orientation y="-2.49213"/>
</Entity>
<Entity uid="4136">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1220.0785" z="804.98273"/>
<Orientation y="0.99628"/>
</Entity>
<Entity uid="4137">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1195.42811" z="886.3183"/>
<Orientation y="0.44448"/>
</Entity>
<Entity uid="4138">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1213.29786" z="803.15918"/>
<Orientation y="-2.45728"/>
</Entity>
<Entity uid="4146">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="268.53217" z="1162.93555"/>
<Orientation y="-0.91266"/>
</Entity>
<Entity uid="4147">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="266.36152" z="1157.80921"/>
<Orientation y="-3.0295"/>
</Entity>
<Entity uid="4149">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="252.91807" z="1162.21814"/>
<Orientation y="0.12801"/>
</Entity>
<Entity uid="4150">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="258.07358" z="1151.71277"/>
<Orientation y="-3.2253"/>
</Entity>
<Entity uid="4151">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="281.16352" z="1089.771"/>
<Orientation y="-1.70606"/>
</Entity>
<Entity uid="4152">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1246.5199" z="1546.00709"/>
<Orientation y="-1.59243"/>
</Entity>
<Entity uid="4153">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1249.46839" z="1557.93775"/>
<Orientation y="-3.74296"/>
</Entity>
<Entity uid="4155">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1251.39844" z="1560.31141"/>
<Orientation y="-3.54265"/>
</Entity>
<Entity uid="4156">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1254.4673" z="1551.27222"/>
<Orientation y="-0.7141"/>
</Entity>
<Entity uid="4157">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1237.04969" z="1551.6172"/>
<Orientation y="0.68741"/>
</Entity>
<Entity uid="4158">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1252.87183" z="1569.7649"/>
<Orientation y="1.4419"/>
</Entity>
<Entity uid="4160">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1210.02076" z="799.31202"/>
<Orientation y="-3.86464"/>
</Entity>
<Entity uid="4161">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1076.44251" z="976.4712"/>
<Orientation y="-3.34227"/>
</Entity>
<Entity uid="4162">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1072.17469" z="979.26752"/>
<Orientation y="-1.48102"/>
</Entity>
<Entity uid="4163">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1160.80933" z="1199.58631"/>
<Orientation y="-1.31138"/>
</Entity>
<Entity uid="4165">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1156.91993" z="1180.17798"/>
<Orientation y="-1.98253"/>
</Entity>
<Entity uid="4166">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1158.2975" z="1191.56324"/>
<Orientation y="-1.69796"/>
</Entity>
<Entity uid="4167">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1155.63514" z="1186.90992"/>
<Orientation y="-4.0667"/>
</Entity>
<Entity uid="4168">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1157.0929" z="1196.4474"/>
<Orientation y="-2.82"/>
</Entity>
<Entity uid="4169">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1149.42054" z="1194.73243"/>
<Orientation y="-2.14509"/>
</Entity>
<Entity uid="4170">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1160.39051" z="1186.96448"/>
<Orientation y="-7.06533"/>
</Entity>
<Entity uid="4171">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1459.35755" z="700.15638"/>
<Orientation y="1.06623"/>
</Entity>
<Entity uid="4172">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1474.95301" z="704.67695"/>
<Orientation y="-2.28724"/>
</Entity>
<Entity uid="4173">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1451.13318" z="692.7356"/>
<Orientation y="-4.65612"/>
</Entity>
<Entity uid="4174">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1467.797" z="699.11432"/>
<Orientation y="-3.65531"/>
</Entity>
<Entity uid="4175">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1464.39026" z="692.22962"/>
<Orientation y="-3.51519"/>
</Entity>
<Entity uid="4176">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1452.17884" z="697.73292"/>
<Orientation y="-3.60389"/>
</Entity>
<Entity uid="4177">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1464.12696" z="694.88477"/>
<Orientation y="-1.71747"/>
</Entity>
<Entity uid="4178">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1391.17481" z="242.52073"/>
<Orientation y="3.53153"/>
</Entity>
<Entity uid="4179">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="892.14399" z="60.24311"/>
<Orientation y="-1.17162"/>
</Entity>
<Entity uid="4180">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="895.43036" z="62.24106"/>
<Orientation y="-5.07697"/>
</Entity>
<Entity uid="4181">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="899.8777" z="55.26574"/>
<Orientation y="-2.70395"/>
</Entity>
<Entity uid="4182">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="887.67145" z="59.36257"/>
<Orientation y="-3.51954"/>
</Entity>
<Entity uid="4193">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1195.54102" z="880.48578"/>
<Orientation y="-1.34437"/>
</Entity>
<Entity uid="4194">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1192.98023" z="892.32264"/>
<Orientation y="0.00701"/>
</Entity>
<Entity uid="4195">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1196.3733" z="896.8401"/>
<Orientation y="-0.3955"/>
</Entity>
<Entity uid="4196">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1205.02173" z="896.76978"/>
<Orientation y="1.03631"/>
</Entity>
<Entity uid="4197">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1197.08765" z="890.0265"/>
<Orientation y="-1.58361"/>
</Entity>
<Entity uid="4198">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1202.9502" z="892.29114"/>
<Orientation y="-2.87935"/>
</Entity>
<Entity uid="4200">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="100.82996" z="597.62195"/>
<Orientation y="-1.75573"/>
</Entity>
<Entity uid="4204">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1243.09485" z="1562.44263"/>
<Orientation y="-2.05437"/>
</Entity>
<Entity uid="4205">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1237.37049" z="1558.74952"/>
<Orientation y="0.57811"/>
</Entity>
<Entity uid="4206">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1238.41956" z="1556.46912"/>
<Orientation y="0.81469"/>
</Entity>
<Entity uid="4209">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1241.59327" z="1557.15101"/>
<Orientation y="0.04793"/>
</Entity>
<Entity uid="4210">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1237.96668" z="1565.92762"/>
<Orientation y="1.19274"/>
</Entity>
<Entity uid="4211">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1138.6073" z="1326.97571"/>
<Orientation y="-1.51322"/>
</Entity>
<Entity uid="4212">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1137.80848" z="1323.79334"/>
<Orientation y="-0.7981"/>
</Entity>
<Entity uid="4213">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1135.03333" z="1313.22046"/>
<Orientation y="-1.5364"/>
</Entity>
<Entity uid="4214">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1135.70228" z="1326.52942"/>
<Orientation y="-3.67954"/>
</Entity>
<Entity uid="4215">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1130.271" z="1299.63172"/>
<Orientation y="-3.73986"/>
</Entity>
<Entity uid="4216">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1131.86744" z="1314.33814"/>
<Orientation y="-2.75977"/>
</Entity>
<Entity uid="4222">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1352.99134" z="1062.01221"/>
<Orientation y="-3.17452"/>
</Entity>
<Entity uid="4223">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1354.55286" z="1060.87623"/>
<Orientation y="-3.69529"/>
</Entity>
<Entity uid="4228">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="898.32215" z="911.73633"/>
<Orientation y="-1.17817"/>
</Entity>
<Entity uid="4229">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="884.844" z="905.84931"/>
<Orientation y="-5.36728"/>
</Entity>
<Entity uid="4230">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="894.70368" z="915.2345"/>
<Orientation y="-5.17164"/>
</Entity>
<Entity uid="4231">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1319.10938" z="1354.55774"/>
<Orientation y="-0.34359"/>
</Entity>
<Entity uid="4232">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1317.07435" z="1350.19507"/>
<Orientation y="-1.93311"/>
</Entity>
<Entity uid="4233">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1318.42762" z="1346.4391"/>
<Orientation y="-3.8131"/>
</Entity>
<Entity uid="4235">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1361.4585" z="1044.45582"/>
<Orientation y="-6.38488"/>
</Entity>
<Entity uid="4236">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1362.28772" z="1060.93848"/>
<Orientation y="1.72136"/>
</Entity>
<Entity uid="4240">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="276.95292" z="638.38025"/>
<Orientation y="-3.76505"/>
</Entity>
<Entity uid="4241">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="280.84388" z="634.85761"/>
<Orientation y="0.39216"/>
</Entity>
<Entity uid="4245">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1081.7605" z="1048.79249"/>
<Orientation y="0.15668"/>
</Entity>
<Entity uid="4246">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1083.0193" z="1058.87586"/>
<Orientation y="1.5112"/>
</Entity>
<Entity uid="4247">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1091.80408" z="1035.5193"/>
<Orientation y="0.8828"/>
</Entity>
<Entity uid="4248">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="888.45899" z="913.69282"/>
<Orientation y="-4.0046"/>
</Entity>
<Entity uid="4249">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="893.17817" z="913.01789"/>
<Orientation y="-3.0933"/>
</Entity>
<Entity uid="4250">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="888.73676" z="909.3567"/>
<Orientation y="-4.91712"/>
</Entity>
<Entity uid="4251">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1083.95337" z="1069.46082"/>
<Orientation y="-2.65384"/>
</Entity>
<Entity uid="4252">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1086.7317" z="1066.74561"/>
<Orientation y="-4.59601"/>
</Entity>
<Entity uid="4253">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1083.5746" z="1066.92066"/>
<Orientation y="-3.38198"/>
</Entity>
<Entity uid="4254">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1101.41382" z="1687.56995"/>
<Orientation y="-4.0828"/>
</Entity>
<Entity uid="4255">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1181.95667" z="1680.896"/>
<Orientation y="0.86971"/>
</Entity>
<Entity uid="4256">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="264.76008" z="1080.0746"/>
<Orientation y="-1.30283"/>
</Entity>
<Entity uid="4257">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1088.48365" z="1051.09473"/>
<Orientation y="-6.66781"/>
</Entity>
<Entity uid="4258">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1091.6349" z="1047.74573"/>
<Orientation y="-8.36872"/>
</Entity>
<Entity uid="4259">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1319.91724" z="1357.79468"/>
<Orientation y="-4.09711"/>
</Entity>
<Entity uid="4260">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1321.36902" z="1360.7046"/>
<Orientation y="-2.93534"/>
</Entity>
<Entity uid="4261">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1322.98084" z="1365.40113"/>
<Orientation y="-1.51047"/>
</Entity>
<Entity uid="4262">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1060.97107" z="996.01063"/>
<Orientation y="-2.60415"/>
</Entity>
<Entity uid="4263">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1056.3058" z="995.43262"/>
<Orientation y="-3.84064"/>
</Entity>
<Entity uid="4268">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="280.55372" z="1086.45838"/>
<Orientation y="-2.07131"/>
</Entity>
<Entity uid="4269">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="281.73285" z="1079.04444"/>
<Orientation y="-0.74671"/>
</Entity>
<Entity uid="4282">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="222.98844" z="1012.65448"/>
<Orientation y="1.49135"/>
</Entity>
<Entity uid="4283">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="223.03251" z="1017.89649"/>
<Orientation y="-3.20466"/>
</Entity>
<Entity uid="4284">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1531.83729" z="967.22657"/>
<Orientation y="-4.2201"/>
</Entity>
<Entity uid="4285">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1538.98755" z="963.6974"/>
<Orientation y="0.6434"/>
</Entity>
<Entity uid="4286">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1539.08643" z="966.08985"/>
<Orientation y="-1.61712"/>
</Entity>
<Entity uid="4287">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1534.11048" z="965.88636"/>
<Orientation y="-3.2779"/>
</Entity>
<Entity uid="4293">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1124.61512" z="1272.01429"/>
<Orientation y="-2.32029"/>
</Entity>
<Entity uid="4296">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1077.9917" z="503.61753"/>
<Orientation y="1.53689"/>
</Entity>
<Entity uid="4297">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1073.6985" z="498.65339"/>
<Orientation y="-2.28435"/>
</Entity>
<Entity uid="4298">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1084.9784" z="499.3358"/>
<Orientation y="-0.05979"/>
</Entity>
<Entity uid="4299">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1078.33985" z="497.77311"/>
<Orientation y="-0.00255"/>
</Entity>
<Entity uid="4303">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1575.69214" z="1122.29737"/>
<Orientation y="-4.30933"/>
</Entity>
<Entity uid="4304">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1563.42017" z="1120.11377"/>
<Orientation y="1.34557"/>
</Entity>
<Entity uid="4305">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1114.0702" z="1264.73047"/>
<Orientation y="-0.17412"/>
</Entity>
<Entity uid="4306">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1474.63453" z="1659.96912"/>
<Orientation y="-2.81295"/>
</Entity>
<Entity uid="4307">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1471.82337" z="1658.57166"/>
<Orientation y="-0.19837"/>
</Entity>
<Entity uid="4308">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1476.53113" z="1662.36731"/>
<Orientation y="-3.41477"/>
</Entity>
<Entity uid="4309">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1054.75928" z="544.68262"/>
<Orientation y="-0.43322"/>
</Entity>
<Entity uid="4310">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1056.38135" z="542.6922"/>
<Orientation y="1.76635"/>
</Entity>
<Entity uid="4311">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1091.41602" z="1159.3263"/>
<Orientation y="5.81539"/>
</Entity>
<Entity uid="4312">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1087.43506" z="1168.9911"/>
<Orientation y="-3.04679"/>
</Entity>
<Entity uid="4313">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1084.57605" z="1161.90894"/>
<Orientation y="0.04572"/>
</Entity>
<Entity uid="4314">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1317.06165" z="1292.8971"/>
<Orientation y="-4.00968"/>
</Entity>
<Entity uid="4318">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1525.03711" z="960.1631"/>
<Orientation y="1.429"/>
</Entity>
<Entity uid="4319">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1527.4098" z="965.1139"/>
<Orientation y="1.31478"/>
</Entity>
<Entity uid="4320">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1529.51172" z="951.41639"/>
<Orientation y="-1.62441"/>
</Entity>
<Entity uid="4321">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1401.99659" z="1386.0896"/>
<Orientation y="-4.44306"/>
</Entity>
<Entity uid="4322">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1407.5669" z="1378.52308"/>
<Orientation y="1.18696"/>
</Entity>
<Entity uid="4323">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1407.49488" z="1380.92493"/>
<Orientation y="-1.32166"/>
</Entity>
<Entity uid="4328">
<Template>structures/ptol_wonder</Template>
<Player>5</Player>
<Position x="1301.41224" z="990.98005"/>
<Orientation y="-7.38024"/>
<Actor seed="27952"/>
</Entity>
<Entity uid="4330">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1229.99695" z="105.03805"/>
<Orientation y="2.35621"/>
<Actor seed="11270"/>
</Entity>
<Entity uid="4331">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1231.70923" z="121.00701"/>
<Orientation y="-0.65424"/>
<Actor seed="48298"/>
</Entity>
<Entity uid="4332">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1190.81543" z="83.95421"/>
<Orientation y="0.68892"/>
<Actor seed="37632"/>
</Entity>
<Entity uid="4333">
<Template>units/ptol_infantry_pikeman_a</Template>
<Player>0</Player>
<Position x="1194.79273" z="83.56133"/>
<Orientation y="1.2894"/>
<Actor seed="22068"/>
</Entity>
<Entity uid="4334">
<Template>units/ptol_cavalry_spearman_merc_a</Template>
<Player>0</Player>
<Position x="1177.33411" z="89.84571"/>
<Orientation y="1.5886"/>
<Actor seed="33544"/>
</Entity>
<Entity uid="4335">
<Template>structures/ptol_dock</Template>
<Player>0</Player>
<Position x="1247.88892" z="70.68412"/>
<Orientation y="1.43255"/>
<Actor seed="39214"/>
</Entity>
<Entity uid="4336">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="1243.80347" z="54.82265"/>
<Orientation y="2.35621"/>
<Actor seed="52494"/>
</Entity>
<Entity uid="4337">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1126.37732" z="58.08045"/>
<Orientation y="2.56237"/>
<Actor seed="22110"/>
</Entity>
<Entity uid="4338">
<Template>actor|geology/stonemine_desert_badlands_quarry.xml</Template>
<Position x="1156.39307" z="108.1405"/>
<Orientation y="2.65403"/>
<Actor seed="17892"/>
</Entity>
<Entity uid="4340">
<Template>actor|fauna/crocodile.xml</Template>
<Position x="1250.18396" z="95.26366"/>
<Orientation y="-2.63108"/>
<Actor seed="16402"/>
</Entity>
<Entity uid="4341">
<Template>actor|fauna/fish.xml</Template>
<Position x="1277.29261" z="98.94568"/>
<Orientation y="2.35621"/>
<Actor seed="30990"/>
</Entity>
<Entity uid="4342">
<Template>actor|fauna/fish_generic.xml</Template>
<Position x="1285.97461" z="63.24231"/>
<Orientation y="2.35621"/>
<Actor seed="59474"/>
</Entity>
<Entity uid="4343">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="1273.82337" z="175.35132"/>
<Orientation y="7.73707"/>
<Actor seed="28196"/>
</Entity>
<Entity uid="4344">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="1267.97547" z="169.88593"/>
<Orientation y="2.35621"/>
<Actor seed="64468"/>
</Entity>
<Entity uid="4345">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="1275.30604" z="169.81534"/>
<Orientation y="2.35621"/>
<Actor seed="9046"/>
</Entity>
<Entity uid="4346">
<Template>actor|props/flora/bush.xml</Template>
<Position x="1236.39039" z="59.11533"/>
<Orientation y="2.35621"/>
<Actor seed="52452"/>
</Entity>
<Entity uid="4347">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="1199.14869" z="103.9384"/>
<Orientation y="2.35621"/>
<Actor seed="62142"/>
</Entity>
<Entity uid="4348">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="1198.7306" z="61.08883"/>
<Orientation y="2.35621"/>
<Actor seed="14988"/>
</Entity>
<Entity uid="4349">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="1196.95582" z="66.28936"/>
<Orientation y="2.35621"/>
<Actor seed="5886"/>
</Entity>
<Entity uid="4350">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="1211.08924" z="47.53368"/>
<Orientation y="2.35621"/>
<Actor seed="46830"/>
</Entity>
<Entity uid="4351">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="1193.89576" z="67.32233"/>
<Orientation y="2.35621"/>
<Actor seed="43660"/>
</Entity>
<Entity uid="4352">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="1216.20984" z="31.68454"/>
<Orientation y="2.35621"/>
<Actor seed="50162"/>
</Entity>
<Entity uid="4353">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1206.146" z="54.38852"/>
<Orientation y="2.35621"/>
<Actor seed="56556"/>
</Entity>
<Entity uid="4354">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1230.28089" z="142.40848"/>
<Orientation y="2.35621"/>
<Actor seed="54984"/>
</Entity>
<Entity uid="4355">
<Template>actor|props/flora/shrub_fanpalm.xml</Template>
<Position x="1239.74012" z="82.20461"/>
<Orientation y="2.35621"/>
<Actor seed="28322"/>
</Entity>
<Entity uid="4356">
<Template>actor|props/special/eyecandy/barrel_a.xml</Template>
<Position x="1241.5298" z="82.07682"/>
<Orientation y="2.35621"/>
<Actor seed="23788"/>
</Entity>
<Entity uid="4357">
<Template>actor|props/special/eyecandy/barrel_a.xml</Template>
<Position x="1243.18531" z="82.27034"/>
<Orientation y="2.35621"/>
<Actor seed="27696"/>
</Entity>
<Entity uid="4358">
<Template>actor|props/special/eyecandy/object_pile.xml</Template>
<Position x="1262.26258" z="120.42151"/>
<Orientation y="2.35621"/>
<Actor seed="18742"/>
</Entity>
<Entity uid="4359">
<Template>actor|props/flora/palm_date_leaves_a.xml</Template>
<Position x="1268.5005" z="120.89901"/>
<Orientation y="2.35621"/>
<Actor seed="20074"/>
</Entity>
<Entity uid="4360">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1272.365" z="121.0127"/>
<Orientation y="2.35621"/>
<Actor seed="10310"/>
</Entity>
<Entity uid="4361">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1272.49781" z="117.10608"/>
<Orientation y="2.35621"/>
<Actor seed="34676"/>
</Entity>
<Entity uid="4362">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1271.28028" z="113.89844"/>
<Orientation y="2.35621"/>
<Actor seed="41340"/>
</Entity>
<Entity uid="4363">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1273.06153" z="118.343"/>
<Orientation y="2.35621"/>
<Actor seed="45092"/>
</Entity>
<Entity uid="4364">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1260.2826" z="109.20928"/>
<Orientation y="2.35621"/>
<Actor seed="45514"/>
</Entity>
<Entity uid="4365">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1264.48829" z="109.09878"/>
<Orientation y="2.35621"/>
<Actor seed="38712"/>
</Entity>
<Entity uid="4366">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1269.36304" z="110.10447"/>
<Orientation y="2.35621"/>
<Actor seed="42928"/>
</Entity>
<Entity uid="4367">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1261.66907" z="108.80404"/>
<Orientation y="2.35621"/>
<Actor seed="54028"/>
</Entity>
<Entity uid="4368">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1262.72254" z="108.4549"/>
<Orientation y="2.35621"/>
<Actor seed="11344"/>
</Entity>
<Entity uid="4369">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1259.15772" z="108.63032"/>
<Orientation y="2.35621"/>
<Actor seed="63032"/>
</Entity>
<Entity uid="4370">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1256.61036" z="110.04628"/>
<Orientation y="2.35621"/>
<Actor seed="13764"/>
</Entity>
<Entity uid="4371">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1254.80774" z="108.71927"/>
<Orientation y="2.35621"/>
<Actor seed="50232"/>
</Entity>
<Entity uid="4372">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1259.11731" z="114.52144"/>
<Orientation y="2.35621"/>
<Actor seed="15418"/>
</Entity>
<Entity uid="4373">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1269.05481" z="117.99987"/>
<Orientation y="2.35621"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="4374">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1266.68604" z="114.27431"/>
<Orientation y="2.35621"/>
<Actor seed="23660"/>
</Entity>
<Entity uid="4375">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1257.77942" z="106.71641"/>
<Orientation y="2.35621"/>
<Actor seed="62358"/>
</Entity>
<Entity uid="4376">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1250.26172" z="39.72628"/>
<Orientation y="2.35621"/>
<Actor seed="37846"/>
</Entity>
<Entity uid="4377">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1251.44874" z="34.57609"/>
<Orientation y="2.35621"/>
<Actor seed="33932"/>
</Entity>
<Entity uid="4378">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1251.88917" z="31.2999"/>
<Orientation y="2.35621"/>
<Actor seed="42880"/>
</Entity>
<Entity uid="4379">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1253.15442" z="28.06312"/>
<Orientation y="2.35621"/>
<Actor seed="22208"/>
</Entity>
<Entity uid="4380">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1253.099" z="32.21273"/>
<Orientation y="2.35621"/>
<Actor seed="39564"/>
</Entity>
<Entity uid="4381">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1250.4922" z="36.02945"/>
<Orientation y="2.35621"/>
<Actor seed="36076"/>
</Entity>
<Entity uid="4382">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1249.84144" z="38.23412"/>
<Orientation y="2.35621"/>
<Actor seed="37550"/>
</Entity>
<Entity uid="4383">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1251.78858" z="33.13952"/>
<Orientation y="2.35621"/>
<Actor seed="5794"/>
</Entity>
<Entity uid="4384">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1252.6532" z="41.14971"/>
<Orientation y="2.35621"/>
<Actor seed="23946"/>
</Entity>
<Entity uid="4385">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1255.09559" z="40.45875"/>
<Orientation y="3.2054"/>
<Actor seed="40220"/>
</Entity>
<Entity uid="4386">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1257.34852" z="39.61907"/>
<Orientation y="3.03869"/>
<Actor seed="10560"/>
</Entity>
<Entity uid="4387">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1255.68433" z="38.06911"/>
<Orientation y="2.35621"/>
<Actor seed="10864"/>
</Entity>
<Entity uid="4388">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1257.72022" z="37.71589"/>
<Orientation y="2.35621"/>
<Actor seed="20886"/>
</Entity>
<Entity uid="4389">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1258.20557" z="40.1585"/>
<Orientation y="2.35621"/>
<Actor seed="20766"/>
</Entity>
<Entity uid="4390">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1248.94727" z="39.45051"/>
<Orientation y="2.35621"/>
<Actor seed="56830"/>
</Entity>
<Entity uid="4391">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1255.77356" z="35.63143"/>
<Orientation y="2.35621"/>
<Actor seed="21962"/>
</Entity>
<Entity uid="4392">
<Template>actor|props/flora/water_log.xml</Template>
<Position x="1253.46717" z="36.33301"/>
<Orientation y="2.35621"/>
<Actor seed="26288"/>
</Entity>
<Entity uid="4394">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1291.9751" z="190.4404"/>
<Orientation y="9.70658"/>
<Actor seed="1140"/>
</Entity>
<Entity uid="4395">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1259.37574" z="176.42768"/>
<Orientation y="6.59815"/>
<Actor seed="1139"/>
</Entity>
<Entity uid="4396">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1270.80286" z="188.3198"/>
<Orientation y="6.22588"/>
<Actor seed="1235"/>
</Entity>
<Entity uid="4397">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1301.45167" z="195.97324"/>
<Orientation y="11.74857"/>
<Actor seed="1233"/>
</Entity>
<Entity uid="4398">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1298.77247" z="196.42521"/>
<Orientation y="7.68966"/>
<Actor seed="1232"/>
</Entity>
<Entity uid="4399">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1273.45301" z="171.5"/>
<Orientation y="9.3151"/>
<Actor seed="1230"/>
</Entity>
<Entity uid="4400">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.92884" z="184.93162"/>
<Orientation y="5.76633"/>
<Actor seed="1142"/>
</Entity>
<Entity uid="4401">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1266.15223" z="180.67963"/>
<Orientation y="7.75855"/>
<Actor seed="1141"/>
</Entity>
<Entity uid="4402">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.12195" z="188.78501"/>
<Orientation y="5.78704"/>
<Actor seed="1137"/>
</Entity>
<Entity uid="4403">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1297.51014" z="190.91099"/>
<Orientation y="8.14071"/>
<Actor seed="1136"/>
</Entity>
<Entity uid="4404">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1304.28675" z="195.16294"/>
<Orientation y="7.1883"/>
<Actor seed="1135"/>
</Entity>
<Entity uid="4405">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1264.89002" z="175.16544"/>
<Orientation y="9.76595"/>
<Actor seed="1057"/>
</Entity>
<Entity uid="4406">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1261.50171" z="173.03946"/>
<Orientation y="7.59177"/>
<Actor seed="1056"/>
</Entity>
<Entity uid="4407">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1287.34546" z="184.53306"/>
<Orientation y="6.00293"/>
<Actor seed="1054"/>
</Entity>
<Entity uid="4408">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1283.95716" z="182.40711"/>
<Orientation y="6.34777"/>
<Actor seed="1053"/>
</Entity>
<Entity uid="4409">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1280.56897" z="180.2811"/>
<Orientation y="11.87737"/>
<Actor seed="1052"/>
</Entity>
<Entity uid="4410">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1277.18067" z="178.15513"/>
<Orientation y="7.8142"/>
<Actor seed="1051"/>
</Entity>
<Entity uid="4411">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1240.0475" z="150.899"/>
<Orientation y="7.1883"/>
<Actor seed="1135"/>
</Entity>
<Entity uid="4412">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1235.79468" z="153.8675"/>
<Orientation y="7.68967"/>
<Actor seed="1232"/>
</Entity>
<Entity uid="4413">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.84021" z="179.07807"/>
<Orientation y="9.78815"/>
<Actor seed="1140"/>
</Entity>
<Entity uid="4414">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.28992" z="177.23523"/>
<Orientation y="6.67972"/>
<Actor seed="1139"/>
</Entity>
<Entity uid="4415">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1261.72742" z="176.62174"/>
<Orientation y="6.30745"/>
<Actor seed="1235"/>
</Entity>
<Entity uid="4416">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1270.5475" z="184.47107"/>
<Orientation y="11.83014"/>
<Actor seed="1233"/>
</Entity>
<Entity uid="4417">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1263.57032" z="173.0716"/>
<Orientation y="5.84791"/>
<Actor seed="1142"/>
</Entity>
<Entity uid="4418">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.39039" z="180.9209"/>
<Orientation y="7.84012"/>
<Actor seed="1141"/>
</Entity>
<Entity uid="4419">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1270.68299" z="175.5279"/>
<Orientation y="9.84752"/>
<Actor seed="1057"/>
</Entity>
<Entity uid="4420">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1284.01734" z="186.97565"/>
<Orientation y="7.67334"/>
<Actor seed="1056"/>
</Entity>
<Entity uid="4421">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="1359.19861" z="74.10695"/>
<Orientation y="2.35621"/>
<Actor seed="51108"/>
</Entity>
<Entity uid="4422">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1371.95411" z="68.7529"/>
<Orientation y="-1.20888"/>
<Actor seed="7040"/>
</Entity>
<Entity uid="4423">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1370.98011" z="67.23124"/>
<Orientation y="-1.13445"/>
<Actor seed="52132"/>
</Entity>
<Entity uid="4424">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1370.39405" z="68.61837"/>
<Orientation y="-1.25791"/>
<Actor seed="18752"/>
</Entity>
<Entity uid="4425">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1366.735" z="65.07891"/>
<Orientation y="-0.98031"/>
<Actor seed="55470"/>
</Entity>
<Entity uid="4426">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1368.45301" z="66.3327"/>
<Orientation y="2.35621"/>
<Actor seed="31352"/>
</Entity>
<Entity uid="4427">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1367.65589" z="65.8903"/>
<Orientation y="2.35621"/>
<Actor seed="59974"/>
</Entity>
<Entity uid="4428">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1363.83497" z="65.16214"/>
<Orientation y="2.35621"/>
<Actor seed="19260"/>
</Entity>
<Entity uid="4429">
<Template>actor|structures/tent_big.xml</Template>
<Position x="1346.88196" z="64.62253"/>
<Orientation y="7.15674"/>
<Actor seed="58290"/>
</Entity>
<Entity uid="4430">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1373.17566" z="67.77604"/>
<Orientation y="-1.14586"/>
<Actor seed="62106"/>
</Entity>
<Entity uid="4431">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1371.79041" z="67.69494"/>
<Orientation y="2.35621"/>
<Actor seed="9424"/>
</Entity>
<Entity uid="4432">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1367.14588" z="67.89098"/>
<Orientation y="2.35621"/>
<Actor seed="20094"/>
</Entity>
<Entity uid="4433">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1363.53968" z="62.97167"/>
<Orientation y="2.35621"/>
<Actor seed="37348"/>
</Entity>
<Entity uid="4434">
<Template>actor|structures/tent_arab.xml</Template>
<Position x="1373.85328" z="70.30898"/>
<Orientation y="1.97353"/>
<Actor seed="588"/>
</Entity>
<Entity uid="4435">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="1372.93714" z="76.80884"/>
<Orientation y="2.35621"/>
<Actor seed="25178"/>
</Entity>
<Entity uid="4436">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1341.16004" z="69.5053"/>
<Orientation y="1.33259"/>
<Actor seed="32648"/>
</Entity>
<Entity uid="4437">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1342.78223" z="71.04004"/>
<Orientation y="2.35621"/>
<Actor seed="48428"/>
</Entity>
<Entity uid="4438">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1375.7594" z="78.73311"/>
<Orientation y="2.35621"/>
<Actor seed="20606"/>
</Entity>
<Entity uid="4439">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="1376.19324" z="81.24766"/>
<Orientation y="0.62604"/>
<Actor seed="20996"/>
</Entity>
<Entity uid="4440">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="1376.65027" z="86.38746"/>
<Orientation y="2.88631"/>
<Actor seed="60452"/>
</Entity>
<Entity uid="4441">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1369.75794" z="65.35431"/>
<Orientation y="2.35621"/>
<Actor seed="6520"/>
</Entity>
<Entity uid="4442">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1368.44373" z="64.13749"/>
<Orientation y="2.35621"/>
<Actor seed="4300"/>
</Entity>
<Entity uid="4443">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1368.81226" z="67.07723"/>
<Orientation y="2.35621"/>
<Actor seed="5868"/>
</Entity>
<Entity uid="4444">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1367.06226" z="67.87583"/>
<Orientation y="2.35621"/>
<Actor seed="2326"/>
</Entity>
<Entity uid="4445">
<Template>actor|props/special/eyecandy/vase.xml</Template>
<Position x="1367.8324" z="67.73023"/>
<Orientation y="2.35621"/>
<Actor seed="24286"/>
</Entity>
<Entity uid="4446">
<Template>actor|props/special/eyecandy/vase.xml</Template>
<Position x="1367.13123" z="69.38601"/>
<Orientation y="2.35621"/>
<Actor seed="32500"/>
</Entity>
<Entity uid="4447">
<Template>actor|props/special/eyecandy/vase.xml</Template>
<Position x="1367.31055" z="70.50083"/>
<Orientation y="2.35621"/>
<Actor seed="59872"/>
</Entity>
<Entity uid="4454">
<Template>actor|props/special/eyecandy/barrel_a.xml</Template>
<Position x="1352.63074" z="65.50043"/>
<Orientation y="2.35621"/>
<Actor seed="37096"/>
</Entity>
<Entity uid="4455">
<Template>actor|props/special/eyecandy/basket_iber_a.xml</Template>
<Position x="1371.29725" z="87.79662"/>
<Orientation y="2.35621"/>
<Actor seed="11168"/>
</Entity>
<Entity uid="4456">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="1348.67933" z="70.18371"/>
<Orientation y="2.35621"/>
<Actor seed="50644"/>
</Entity>
<Entity uid="4457">
<Template>actor|props/special/eyecandy/basket_hele_a.xml</Template>
<Position x="1370.89844" z="76.04346"/>
<Orientation y="2.35621"/>
<Actor seed="57850"/>
</Entity>
<Entity uid="4458">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="1346.8628" z="73.7057"/>
<Orientation y="2.35621"/>
<Actor seed="3444"/>
</Entity>
<Entity uid="4459">
<Template>actor|props/special/eyecandy/object_pile.xml</Template>
<Position x="1370.49903" z="85.83645"/>
<Orientation y="1.35941"/>
<Actor seed="9546"/>
</Entity>
<Entity uid="4460">
<Template>actor|props/special/eyecandy/treasure_persian_food_small.xml</Template>
<Position x="1370.51587" z="79.69487"/>
<Orientation y="4.03701"/>
<Actor seed="44108"/>
</Entity>
<Entity uid="4461">
<Template>actor|props/special/eyecandy/treasure_persian_food_big.xml</Template>
<Position x="1350.21192" z="79.6729"/>
<Orientation y="5.12046"/>
<Actor seed="45936"/>
</Entity>
<Entity uid="4462">
<Template>actor|props/special/eyecandy/treasure_persian_metal_big.xml</Template>
<Position x="1356.35645" z="87.82554"/>
<Orientation y="2.3304"/>
<Actor seed="36048"/>
</Entity>
<Entity uid="4464">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1350.18555" z="85.09234"/>
<Orientation y="2.35621"/>
<Actor seed="57036"/>
</Entity>
<Entity uid="4465">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1351.31934" z="85.6537"/>
<Orientation y="2.35621"/>
<Actor seed="47102"/>
</Entity>
<Entity uid="4466">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1352.73096" z="85.54883"/>
<Orientation y="2.35621"/>
<Actor seed="45654"/>
</Entity>
<Entity uid="4467">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1354.47266" z="85.37943"/>
<Orientation y="2.35621"/>
<Actor seed="8286"/>
</Entity>
<Entity uid="4468">
<Template>actor|props/special/eyecandy/vase_hele_a.xml</Template>
<Position x="1345.667" z="78.90824"/>
<Orientation y="2.35621"/>
<Actor seed="3534"/>
</Entity>
<Entity uid="4469">
<Template>actor|props/special/eyecandy/vase_hele_a.xml</Template>
<Position x="1346.57166" z="77.529"/>
<Orientation y="2.35621"/>
<Actor seed="54650"/>
</Entity>
<Entity uid="4470">
<Template>actor|props/special/eyecandy/vase_hele_a.xml</Template>
<Position x="1346.32544" z="75.58526"/>
<Orientation y="2.35621"/>
<Actor seed="17848"/>
</Entity>
<Entity uid="4471">
<Template>gaia/fauna_elephant_african_bush</Template>
<Player>0</Player>
<Position x="737.98377" z="805.83362"/>
<Orientation y="2.35621"/>
<Actor seed="12026"/>
</Entity>
<Entity uid="4472">
<Template>gaia/fauna_elephant_african_infant</Template>
<Player>0</Player>
<Position x="736.62214" z="795.98194"/>
<Orientation y="1.6571"/>
<Actor seed="50216"/>
</Entity>
<Entity uid="4473">
<Template>gaia/fauna_elephant_north_african</Template>
<Player>0</Player>
<Position x="744.10041" z="791.77131"/>
<Orientation y="5.78306"/>
<Actor seed="50810"/>
</Entity>
<Entity uid="4474">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="815.86072" z="733.06366"/>
<Orientation y="4.1925"/>
<Actor seed="61748"/>
</Entity>
<Entity uid="4475">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="750.08918" z="798.82813"/>
<Orientation y="2.35621"/>
<Actor seed="39406"/>
</Entity>
<Entity uid="4476">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="755.16279" z="801.30909"/>
<Orientation y="2.35621"/>
<Actor seed="2534"/>
</Entity>
<Entity uid="4477">
<Template>gaia/flora_bush_temperate</Template>
<Player>0</Player>
<Position x="760.74207" z="800.92548"/>
<Orientation y="2.35621"/>
<Actor seed="10918"/>
</Entity>
<Entity uid="4478">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="759.69623" z="795.91022"/>
<Orientation y="2.35621"/>
<Actor seed="18002"/>
</Entity>
<Entity uid="4479">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="769.6432" z="793.71607"/>
<Orientation y="2.35621"/>
<Actor seed="3790"/>
</Entity>
<Entity uid="4480">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="746.56513" z="794.16993"/>
<Orientation y="2.35621"/>
<Actor seed="16416"/>
</Entity>
<Entity uid="4481">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="729.25837" z="796.89704"/>
<Orientation y="2.35621"/>
<Actor seed="57138"/>
</Entity>
<Entity uid="4482">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="723.81745" z="803.13764"/>
<Orientation y="2.35621"/>
<Actor seed="8376"/>
</Entity>
<Entity uid="4483">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="725.77564" z="798.71045"/>
<Orientation y="2.35621"/>
<Actor seed="22614"/>
</Entity>
<Entity uid="4484">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="696.02729" z="816.23462"/>
<Orientation y="2.35621"/>
<Actor seed="13260"/>
</Entity>
<Entity uid="4485">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="694.06928" z="818.17115"/>
<Orientation y="2.35621"/>
<Actor seed="13788"/>
</Entity>
<Entity uid="4486">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="692.34595" z="821.54053"/>
<Orientation y="2.35621"/>
<Actor seed="41012"/>
</Entity>
<Entity uid="4487">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="690.46497" z="824.33027"/>
<Orientation y="2.35621"/>
<Actor seed="1518"/>
</Entity>
<Entity uid="4488">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="689.07007" z="826.56641"/>
<Orientation y="2.35621"/>
<Actor seed="33628"/>
</Entity>
<Entity uid="4489">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="686.21106" z="827.02424"/>
<Orientation y="2.35621"/>
<Actor seed="43168"/>
</Entity>
<Entity uid="4490">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="683.77918" z="828.66517"/>
<Orientation y="2.35621"/>
<Actor seed="58374"/>
</Entity>
<Entity uid="4491">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="651.34546" z="875.873"/>
<Orientation y="2.35621"/>
<Actor seed="9378"/>
</Entity>
<Entity uid="4492">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="653.56782" z="869.3871"/>
<Orientation y="2.35621"/>
<Actor seed="11596"/>
</Entity>
<Entity uid="4493">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="649.35553" z="877.73487"/>
<Orientation y="2.35621"/>
<Actor seed="19252"/>
</Entity>
<Entity uid="4494">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="678.67365" z="830.71546"/>
<Orientation y="2.35621"/>
<Actor seed="944"/>
</Entity>
<Entity uid="4495">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="796.02002" z="797.58576"/>
<Orientation y="2.35621"/>
<Actor seed="62984"/>
</Entity>
<Entity uid="4496">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="800.36274" z="792.59186"/>
<Orientation y="2.35621"/>
<Actor seed="21626"/>
</Entity>
<Entity uid="4497">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="799.78943" z="798.43335"/>
<Orientation y="2.35621"/>
<Actor seed="32276"/>
</Entity>
<Entity uid="4498">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="809.54444" z="800.30036"/>
<Orientation y="2.35621"/>
<Actor seed="592"/>
</Entity>
<Entity uid="4499">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="816.34864" z="804.76899"/>
<Orientation y="2.35621"/>
<Actor seed="33508"/>
</Entity>
<Entity uid="4500">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="812.5329" z="801.79712"/>
<Orientation y="2.35621"/>
<Actor seed="10292"/>
</Entity>
<Entity uid="4501">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="804.9781" z="798.81379"/>
<Orientation y="2.35621"/>
<Actor seed="22136"/>
</Entity>
<Entity uid="4502">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="822.09034" z="805.62415"/>
<Orientation y="2.35621"/>
<Actor seed="33364"/>
</Entity>
<Entity uid="4503">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="814.69782" z="800.59559"/>
<Orientation y="2.35621"/>
<Actor seed="65202"/>
</Entity>
<Entity uid="4504">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="855.76258" z="843.83509"/>
<Orientation y="2.35621"/>
<Actor seed="6754"/>
</Entity>
<Entity uid="4505">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="857.03602" z="846.89313"/>
<Orientation y="2.35621"/>
<Actor seed="46872"/>
</Entity>
<Entity uid="4506">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="858.08265" z="836.5334"/>
<Orientation y="2.35621"/>
<Actor seed="22678"/>
</Entity>
<Entity uid="4507">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="852.47388" z="840.7505"/>
<Orientation y="2.35621"/>
<Actor seed="38812"/>
</Entity>
<Entity uid="4508">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="858.01069" z="842.85462"/>
<Orientation y="2.35621"/>
<Actor seed="20706"/>
</Entity>
<Entity uid="4509">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="849.961" z="837.91144"/>
<Orientation y="2.35621"/>
<Actor seed="40810"/>
</Entity>
<Entity uid="4510">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="862.14087" z="845.65442"/>
<Orientation y="2.35621"/>
<Actor seed="11430"/>
</Entity>
<Entity uid="4511">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="850.2978" z="830.94324"/>
<Orientation y="2.35621"/>
<Actor seed="58066"/>
</Entity>
<Entity uid="4512">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="860.91956" z="850.73572"/>
<Orientation y="2.35621"/>
<Actor seed="52632"/>
</Entity>
<Entity uid="4513">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="877.42133" z="890.73523"/>
<Orientation y="2.35621"/>
<Actor seed="43308"/>
</Entity>
<Entity uid="4514">
<Template>gaia/flora_tree_palm_tropic</Template>
<Player>0</Player>
<Position x="883.48584" z="736.64954"/>
<Orientation y="2.35621"/>
<Actor seed="53238"/>
</Entity>
<Entity uid="4515">
<Template>gaia/flora_tree_palm_tropic</Template>
<Player>0</Player>
<Position x="881.13465" z="735.6089"/>
<Orientation y="2.35621"/>
<Actor seed="17598"/>
</Entity>
<Entity uid="4516">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="879.43042" z="885.80256"/>
<Orientation y="2.35621"/>
<Actor seed="63618"/>
</Entity>
<Entity uid="4517">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="852.69813" z="765.45386"/>
<Orientation y="2.35621"/>
<Actor seed="37356"/>
</Entity>
<Entity uid="4518">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="855.86738" z="762.31293"/>
<Orientation y="2.35621"/>
<Actor seed="59788"/>
</Entity>
<Entity uid="4519">
<Template>actor|fauna/rhino.xml</Template>
<Position x="862.82422" z="761.4192"/>
<Orientation y="2.35621"/>
<Actor seed="50266"/>
</Entity>
<Entity uid="4520">
<Template>actor|fauna/zebu.xml</Template>
<Position x="962.7724" z="711.3506"/>
<Orientation y="2.35621"/>
<Actor seed="45648"/>
</Entity>
<Entity uid="4521">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="837.00904" z="815.32667"/>
<Orientation y="2.35621"/>
<Actor seed="48354"/>
</Entity>
<Entity uid="4522">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="839.40638" z="819.62287"/>
<Orientation y="2.35621"/>
<Actor seed="22624"/>
</Entity>
<Entity uid="4523">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="840.56183" z="823.75068"/>
<Orientation y="2.35621"/>
<Actor seed="11992"/>
</Entity>
<Entity uid="4524">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="728.08765" z="802.17072"/>
<Orientation y="2.35621"/>
<Actor seed="55510"/>
</Entity>
<Entity uid="4525">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="661.6327" z="859.50348"/>
<Orientation y="2.35621"/>
<Actor seed="43474"/>
</Entity>
<Entity uid="4526">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="661.19068" z="863.22669"/>
<Orientation y="2.35621"/>
<Actor seed="58144"/>
</Entity>
<Entity uid="4527">
<Template>actor|props/flora/bush_medit_me_lush.xml</Template>
<Position x="659.17798" z="865.77363"/>
<Orientation y="2.35621"/>
<Actor seed="8144"/>
</Entity>
<Entity uid="4528">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="867.44294" z="860.02985"/>
<Orientation y="2.35621"/>
<Actor seed="55264"/>
</Entity>
<Entity uid="4529">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="873.20228" z="865.67408"/>
<Orientation y="2.35621"/>
<Actor seed="22356"/>
</Entity>
<Entity uid="4530">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="750.10627" z="912.32374"/>
<Orientation y="2.35621"/>
<Actor seed="19482"/>
</Entity>
<Entity uid="4531">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="716.39039" z="905.73847"/>
<Orientation y="2.35621"/>
<Actor seed="55302"/>
</Entity>
<Entity uid="4532">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="860.71058" z="929.2444"/>
<Orientation y="2.35621"/>
<Actor seed="39908"/>
</Entity>
<Entity uid="4533">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="872.29377" z="930.06556"/>
<Orientation y="2.35621"/>
<Actor seed="576"/>
</Entity>
<Entity uid="4534">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="804.11591" z="920.36603"/>
<Orientation y="2.35621"/>
<Actor seed="32436"/>
</Entity>
<Entity uid="4535">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="705.27009" z="945.58997"/>
<Orientation y="2.35621"/>
<Actor seed="10904"/>
</Entity>
<Entity uid="4536">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="708.63703" z="943.66334"/>
<Orientation y="2.35621"/>
<Actor seed="8628"/>
</Entity>
<Entity uid="4537">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="711.38404" z="940.75257"/>
<Orientation y="2.35621"/>
<Actor seed="12170"/>
</Entity>
<Entity uid="4538">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="733.36652" z="935.58039"/>
<Orientation y="2.35621"/>
<Actor seed="8956"/>
</Entity>
<Entity uid="4539">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="736.58771" z="935.53486"/>
<Orientation y="2.35621"/>
<Actor seed="52"/>
</Entity>
<Entity uid="4540">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="720.08698" z="906.63178"/>
<Orientation y="2.35621"/>
<Actor seed="38588"/>
</Entity>
<Entity uid="4541">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="751.58521" z="914.55964"/>
<Orientation y="2.35621"/>
<Actor seed="51698"/>
</Entity>
<Entity uid="4542">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="804.99378" z="923.57575"/>
<Orientation y="2.35621"/>
<Actor seed="18374"/>
</Entity>
<Entity uid="4543">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="861.84266" z="929.2342"/>
<Orientation y="2.35621"/>
<Actor seed="5188"/>
</Entity>
<Entity uid="4544">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="752.68696" z="944.34986"/>
<Orientation y="2.35621"/>
<Actor seed="47040"/>
</Entity>
<Entity uid="4545">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="739.93738" z="948.33637"/>
<Orientation y="2.35621"/>
<Actor seed="41422"/>
</Entity>
<Entity uid="4546">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="707.2674" z="967.06904"/>
<Orientation y="2.35621"/>
<Actor seed="6140"/>
</Entity>
<Entity uid="4547">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="704.55079" z="980.26905"/>
<Orientation y="2.35621"/>
<Actor seed="33482"/>
</Entity>
<Entity uid="4548">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="695.69538" z="956.4936"/>
<Orientation y="2.35621"/>
<Actor seed="6964"/>
</Entity>
<Entity uid="4549">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="683.70063" z="978.41303"/>
<Orientation y="2.35621"/>
<Actor seed="17968"/>
</Entity>
<Entity uid="4550">
<Template>actor|props/flora/ferns.xml</Template>
<Position x="880.83747" z="883.17005"/>
<Orientation y="2.35621"/>
<Actor seed="59106"/>
</Entity>
<Entity uid="4551">
<Template>actor|props/flora/palm_date_leaves_a.xml</Template>
<Position x="856.40351" z="836.9065"/>
<Orientation y="2.35621"/>
<Actor seed="22756"/>
</Entity>
<Entity uid="4552">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="896.3849" z="951.97828"/>
<Orientation y="2.35621"/>
<Actor seed="6542"/>
</Entity>
<Entity uid="4553">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="681.4485" z="998.8376"/>
<Orientation y="2.35621"/>
<Actor seed="28640"/>
</Entity>
<Entity uid="4554">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="697.16303" z="989.1175"/>
<Orientation y="2.35621"/>
<Actor seed="13874"/>
</Entity>
<Entity uid="4555">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="698.94819" z="988.3982"/>
<Orientation y="2.35621"/>
<Actor seed="58940"/>
</Entity>
<Entity uid="4556">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="695.97486" z="961.18653"/>
<Orientation y="2.35621"/>
<Actor seed="12410"/>
</Entity>
<Entity uid="4557">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="713.63862" z="960.77118"/>
<Orientation y="2.35621"/>
<Actor seed="39054"/>
</Entity>
<Entity uid="4558">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="658.92853" z="887.85297"/>
<Orientation y="2.35621"/>
<Actor seed="16088"/>
</Entity>
<Entity uid="4559">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="665.91938" z="886.68781"/>
<Orientation y="2.35621"/>
<Actor seed="42910"/>
</Entity>
<Entity uid="4560">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="673.748" z="881.43824"/>
<Orientation y="2.35621"/>
<Actor seed="14174"/>
</Entity>
<Entity uid="4561">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="677.18647" z="880.60407"/>
<Orientation y="2.35621"/>
<Actor seed="56776"/>
</Entity>
<Entity uid="4562">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="670.33387" z="883.5268"/>
<Orientation y="2.35621"/>
<Actor seed="27366"/>
</Entity>
<Entity uid="4563">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="661.50037" z="888.33527"/>
<Orientation y="2.35621"/>
<Actor seed="64588"/>
</Entity>
<Entity uid="4564">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="666.92762" z="885.63245"/>
<Orientation y="2.35621"/>
<Actor seed="46494"/>
</Entity>
<Entity uid="4565">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="674.68567" z="880.57923"/>
<Orientation y="2.35621"/>
<Actor seed="23530"/>
</Entity>
<Entity uid="4566">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="678.87433" z="880.15687"/>
<Orientation y="2.35621"/>
<Actor seed="52648"/>
</Entity>
<Entity uid="4567">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="662.56586" z="887.58094"/>
<Orientation y="2.35621"/>
<Actor seed="28312"/>
</Entity>
<Entity uid="4568">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="801.00452" z="875.02594"/>
<Orientation y="2.35621"/>
<Actor seed="41890"/>
</Entity>
<Entity uid="4569">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="800.88904" z="881.02326"/>
<Orientation y="2.35621"/>
<Actor seed="48210"/>
</Entity>
<Entity uid="4570">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="803.938" z="886.0918"/>
<Orientation y="2.35621"/>
<Actor seed="62126"/>
</Entity>
<Entity uid="4571">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="806.65296" z="887.02405"/>
<Orientation y="2.35621"/>
<Actor seed="9648"/>
</Entity>
<Entity uid="4572">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="940.22584" z="873.18976"/>
<Orientation y="2.35621"/>
<Actor seed="11112"/>
</Entity>
<Entity uid="4573">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="936.85462" z="847.0893"/>
<Orientation y="2.35621"/>
<Actor seed="46894"/>
</Entity>
<Entity uid="4574">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="938.52961" z="854.06098"/>
<Orientation y="2.35621"/>
<Actor seed="44374"/>
</Entity>
<Entity uid="4575">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="936.02558" z="841.72944"/>
<Orientation y="2.35621"/>
<Actor seed="52944"/>
</Entity>
<Entity uid="4576">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="938.46656" z="862.23072"/>
<Orientation y="2.35621"/>
<Actor seed="28000"/>
</Entity>
<Entity uid="4577">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="854.8672" z="658.7876"/>
<Orientation y="2.35621"/>
<Actor seed="56348"/>
</Entity>
<Entity uid="4578">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="847.73414" z="653.02564"/>
<Orientation y="2.35621"/>
<Actor seed="13968"/>
</Entity>
<Entity uid="4579">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="850.50617" z="657.6645"/>
<Orientation y="2.35621"/>
<Actor seed="8600"/>
</Entity>
<Entity uid="4580">
<Template>actor|props/flora/bush_tempe_la_dry.xml</Template>
<Position x="844.23176" z="653.15845"/>
<Orientation y="2.35621"/>
<Actor seed="10460"/>
</Entity>
<Entity uid="4581">
<Template>actor|props/flora/bush_tempe_la_dry.xml</Template>
<Position x="841.81861" z="650.5445"/>
<Orientation y="2.35621"/>
<Actor seed="19318"/>
</Entity>
<Entity uid="4582">
<Template>actor|props/flora/bush_tempe_la_dry.xml</Template>
<Position x="859.21717" z="663.40625"/>
<Orientation y="2.35621"/>
<Actor seed="53242"/>
</Entity>
<Entity uid="4585">
<Template>structures/ptol_lighthouse</Template>
<Player>1</Player>
<Position x="885.69971" z="1775.47535"/>
<Orientation y="0.80593"/>
<Actor seed="10990"/>
</Entity>
<Entity uid="4596">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="867.1139" z="1801.39014"/>
<Orientation y="2.35621"/>
<Actor seed="26168"/>
</Entity>
<Entity uid="4598">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="885.03351" z="1786.14368"/>
<Orientation y="2.35621"/>
<Actor seed="43378"/>
</Entity>
<Entity uid="4599">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="827.98597" z="1782.99622"/>
<Orientation y="2.35621"/>
<Actor seed="37758"/>
</Entity>
<Entity uid="4600">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="821.87446" z="1778.02283"/>
<Orientation y="2.35621"/>
<Actor seed="1184"/>
</Entity>
<Entity uid="4601">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="822.73353" z="1776.16285"/>
<Orientation y="2.35621"/>
<Actor seed="2366"/>
</Entity>
<Entity uid="4602">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="816.20905" z="1784.3866"/>
<Orientation y="2.35621"/>
<Actor seed="35882"/>
</Entity>
<Entity uid="4603">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="832.20173" z="1779.3058"/>
<Orientation y="2.35621"/>
<Actor seed="19194"/>
</Entity>
<Entity uid="4604">
<Template>actor|props/flora/grass_field_parched_tall.xml</Template>
<Position x="808.6927" z="1786.75794"/>
<Orientation y="2.35621"/>
<Actor seed="63228"/>
</Entity>
<Entity uid="4605">
<Template>actor|props/flora/grass_field_parched_tall.xml</Template>
<Position x="808.4491" z="1786.15418"/>
<Orientation y="2.35621"/>
<Actor seed="34124"/>
</Entity>
<Entity uid="4606">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="809.05951" z="1790.30933"/>
<Orientation y="2.35621"/>
<Actor seed="10612"/>
</Entity>
<Entity uid="4607">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="808.219" z="1784.67554"/>
<Orientation y="2.35621"/>
<Actor seed="12838"/>
</Entity>
<Entity uid="4608">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="831.41877" z="1778.95423"/>
<Orientation y="2.35621"/>
<Actor seed="61744"/>
</Entity>
<Entity uid="4609">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="830.16816" z="1771.07776"/>
<Orientation y="2.35621"/>
<Actor seed="38574"/>
</Entity>
<Entity uid="4610">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="827.56348" z="1775.52918"/>
<Orientation y="2.35621"/>
<Actor seed="4236"/>
</Entity>
<Entity uid="4611">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="832.98115" z="1784.02942"/>
<Orientation y="2.35621"/>
<Actor seed="58186"/>
</Entity>
<Entity uid="4612">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="823.83967" z="1779.65577"/>
<Orientation y="2.35621"/>
<Actor seed="44010"/>
</Entity>
<Entity uid="4613">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="829.92072" z="1769.11683"/>
<Orientation y="2.35621"/>
<Actor seed="2522"/>
</Entity>
<Entity uid="4617">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="875.92237" z="1771.88343"/>
<Orientation y="2.35621"/>
<Actor seed="30544"/>
</Entity>
<Entity uid="4618">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="881.4809" z="1765.87024"/>
<Orientation y="2.35621"/>
<Actor seed="20444"/>
</Entity>
<Entity uid="4622">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="867.72443" z="1762.24122"/>
<Orientation y="3.94768"/>
<Actor seed="60390"/>
</Entity>
<Entity uid="4626">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="872.09601" z="1757.86182"/>
<Orientation y="-2.3519"/>
<Actor seed="33026"/>
</Entity>
<Entity uid="4637">
<Template>structures/sele_dock</Template>
<Player>1</Player>
<Position x="821.24811" z="1650.839"/>
<Orientation y="-5.494"/>
<Actor seed="2000"/>
</Entity>
<Entity uid="4639">
<Template>units/ptol_ship_fishing</Template>
<Player>1</Player>
<Position x="841.72181" z="1645.68042"/>
<Orientation y="1.63514"/>
<Actor seed="27152"/>
</Entity>
<Entity uid="4640">
<Template>units/ptol_ship_fishing</Template>
<Player>1</Player>
<Position x="1030.84339" z="1593.23438"/>
<Orientation y="2.67821"/>
<Actor seed="56092"/>
</Entity>
<Entity uid="4641">
<Template>units/ptol_ship_fishing</Template>
<Player>1</Player>
<Position x="923.89142" z="1721.15601"/>
<Orientation y="1.4577"/>
<Actor seed="56922"/>
</Entity>
<Entity uid="4642">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="928.43848" z="1729.6006"/>
<Orientation y="2.35621"/>
<Actor seed="40450"/>
</Entity>
<Entity uid="4643">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="975.86707" z="1679.90735"/>
<Orientation y="2.35621"/>
<Actor seed="60862"/>
</Entity>
<Entity uid="4644">
<Template>gaia/fauna_shark</Template>
<Player>0</Player>
<Position x="978.35853" z="1828.96778"/>
<Orientation y="2.35621"/>
<Actor seed="18056"/>
</Entity>
<Entity uid="4645">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="336.13923" z="1711.56128"/>
<Orientation y="0.91175"/>
<Actor seed="50052"/>
</Entity>
<Entity uid="4646">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="357.905" z="1712.85169"/>
<Orientation y="0.91175"/>
<Actor seed="11180"/>
</Entity>
<Entity uid="4647">
<Template>gaia/fauna_whale_fin</Template>
<Player>0</Player>
<Position x="357.82502" z="1735.20997"/>
<Orientation y="0.91175"/>
<Actor seed="10186"/>
</Entity>
<Entity uid="4648">
<Template>gaia/fauna_whale_humpback</Template>
<Player>0</Player>
<Position x="963.5857" z="1978.35108"/>
<Orientation y="2.35621"/>
<Actor seed="61026"/>
</Entity>
<Entity uid="4649">
<Template>gaia/fauna_whale_humpback</Template>
<Player>0</Player>
<Position x="984.62507" z="1972.8683"/>
<Orientation y="2.35621"/>
<Actor seed="34412"/>
</Entity>
<Entity uid="4650">
<Template>gaia/fauna_whale_humpback</Template>
<Player>0</Player>
<Position x="975.08509" z="1946.67774"/>
<Orientation y="2.35621"/>
<Actor seed="48122"/>
</Entity>
<Entity uid="4656">
<Template>structures/sele_dock</Template>
<Player>1</Player>
<Position x="882.91822" z="1589.2057"/>
<Orientation y="0.78006"/>
<Actor seed="39984"/>
</Entity>
<Entity uid="4673">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="899.51642" z="1720.5641"/>
<Orientation y="2.31695"/>
<Actor seed="11522"/>
</Entity>
<Entity uid="4674">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="888.45423" z="1733.39954"/>
<Orientation y="2.35621"/>
<Actor seed="35120"/>
</Entity>
<Entity uid="4675">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="957.64087" z="1659.96229"/>
<Orientation y="2.35621"/>
<Actor seed="59490"/>
</Entity>
<Entity uid="4676">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="967.55097" z="1645.47547"/>
<Orientation y="2.35621"/>
<Actor seed="27130"/>
</Entity>
<Entity uid="4677">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="848.0954" z="1711.07923"/>
<Orientation y="2.35621"/>
<Actor seed="49232"/>
</Entity>
<Entity uid="4678">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="816.33252" z="1679.80701"/>
<Orientation y="2.35621"/>
<Actor seed="18076"/>
</Entity>
<Entity uid="4679">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="841.81214" z="1610.23621"/>
<Orientation y="0.81672"/>
<Actor seed="62208"/>
</Entity>
<Entity uid="4681">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="936.982" z="1612.08484"/>
<Orientation y="-0.79255"/>
<Actor seed="31636"/>
</Entity>
<Entity uid="4682">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="913.03638" z="1586.97168"/>
<Orientation y="-0.78704"/>
<Actor seed="39530"/>
</Entity>
<Entity uid="4694">
<Template>structures/sele_wonder</Template>
<Player>1</Player>
<Position x="810.09412" z="1577.08338"/>
<Orientation y="0.78667"/>
<Actor seed="2524"/>
</Entity>
<Entity uid="4695">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="883.16633" z="1551.20301"/>
<Orientation y="1.46073"/>
<Actor seed="57236"/>
</Entity>
<Entity uid="4696">
<Template>actor|props/special/eyecandy/produce_bins.xml</Template>
<Position x="877.17615" z="1553.83008"/>
<Orientation y="-0.11413"/>
<Actor seed="50454"/>
</Entity>
<Entity uid="4704">
<Template>structures/sele_market</Template>
<Player>1</Player>
<Position x="791.34455" z="1619.38721"/>
<Orientation y="3.92808"/>
<Actor seed="12904"/>
</Entity>
<Entity uid="4705">
<Template>structures/sele_market</Template>
<Player>1</Player>
<Position x="855.17988" z="1557.54859"/>
<Orientation y="3.8912"/>
<Actor seed="13106"/>
</Entity>
<Entity uid="4718">
<Template>structures/sele_defense_tower</Template>
<Player>1</Player>
<Position x="942.7934" z="1665.48121"/>
<Orientation y="2.35621"/>
<Actor seed="43056"/>
</Entity>
<Entity uid="4719">
<Template>structures/sele_defense_tower</Template>
<Player>1</Player>
<Position x="902.4845" z="1707.67347"/>
<Orientation y="-0.76427"/>
<Actor seed="52216"/>
</Entity>
<Entity uid="4730">
<Template>structures/sele_library</Template>
<Player>1</Player>
<Position x="771.20282" z="1726.05494"/>
<Orientation y="0.7625"/>
<Actor seed="48164"/>
</Entity>
<Entity uid="4731">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="788.12275" z="1782.75916"/>
<Orientation y="0.7947"/>
<Actor seed="21942"/>
</Entity>
<Entity uid="4732">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="829.02845" z="1741.66114"/>
<Orientation y="0.78794"/>
<Actor seed="46288"/>
</Entity>
<Entity uid="4733">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="798.2331" z="1711.55604"/>
<Orientation y="0.80004"/>
<Actor seed="57802"/>
</Entity>
<Entity uid="4734">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="817.76111" z="1731.48206"/>
<Orientation y="3.91108"/>
<Actor seed="49256"/>
</Entity>
<Entity uid="4735">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="786.35743" z="1700.84241"/>
<Orientation y="2.34017"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="4752">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="875.83924" z="1711.9535"/>
<Orientation y="2.35621"/>
<Actor seed="28458"/>
</Entity>
<Entity uid="4753">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="877.81141" z="1708.35584"/>
<Orientation y="2.35621"/>
<Actor seed="58528"/>
</Entity>
<Entity uid="4754">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="873.04505" z="1708.7931"/>
<Orientation y="2.35621"/>
<Actor seed="48340"/>
</Entity>
<Entity uid="4755">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="872.08423" z="1712.53492"/>
<Orientation y="-2.44474"/>
<Actor seed="21204"/>
</Entity>
<Entity uid="4756">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="868.63282" z="1709.63965"/>
<Orientation y="2.35621"/>
<Actor seed="23518"/>
</Entity>
<Entity uid="4757">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="865.9715" z="1707.12134"/>
<Orientation y="-2.28402"/>
<Actor seed="60162"/>
</Entity>
<Entity uid="4758">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="863.16065" z="1704.43714"/>
<Orientation y="2.35621"/>
<Actor seed="40124"/>
</Entity>
<Entity uid="4759">
<Template>actor|props/flora/water_log.xml</Template>
<Position x="1024.91895" z="1580.56959"/>
<Orientation y="2.35621"/>
<Actor seed="42842"/>
</Entity>
<Entity uid="4760">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="865.80317" z="1702.45057"/>
<Orientation y="2.35621"/>
<Actor seed="39248"/>
</Entity>
<Entity uid="4761">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="869.5854" z="1708.54432"/>
<Orientation y="2.35621"/>
<Actor seed="33160"/>
</Entity>
<Entity uid="4762">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="875.0478" z="1708.82752"/>
<Orientation y="2.35621"/>
<Actor seed="37132"/>
</Entity>
<Entity uid="4763">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="871.47614" z="1716.90528"/>
<Orientation y="2.35621"/>
<Actor seed="56930"/>
</Entity>
<Entity uid="4764">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="878.7256" z="1703.03748"/>
<Orientation y="2.35621"/>
<Actor seed="34198"/>
</Entity>
<Entity uid="4765">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="874.36017" z="1705.01966"/>
<Orientation y="2.35621"/>
<Actor seed="5808"/>
</Entity>
<Entity uid="4766">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="869.852" z="1701.18775"/>
<Orientation y="2.35621"/>
<Actor seed="15732"/>
</Entity>
<Entity uid="4767">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="934.55671" z="1634.35425"/>
<Orientation y="2.35621"/>
<Actor seed="14886"/>
</Entity>
<Entity uid="4768">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="932.95795" z="1632.26734"/>
<Orientation y="2.35621"/>
<Actor seed="57714"/>
</Entity>
<Entity uid="4769">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="934.93921" z="1637.75684"/>
<Orientation y="2.35621"/>
<Actor seed="49746"/>
</Entity>
<Entity uid="4770">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="861.27625" z="1703.8495"/>
<Orientation y="2.35621"/>
<Actor seed="3778"/>
</Entity>
<Entity uid="4771">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="926.57618" z="1646.57142"/>
<Orientation y="2.35621"/>
<Actor seed="33312"/>
</Entity>
<Entity uid="4772">
<Template>actor|fauna/fish.xml</Template>
<Position x="852.3617" z="1642.58875"/>
<Orientation y="2.35621"/>
<Actor seed="42194"/>
</Entity>
<Entity uid="4773">
<Template>actor|fauna/fish.xml</Template>
<Position x="876.84809" z="1619.82789"/>
<Orientation y="2.35621"/>
<Actor seed="29284"/>
</Entity>
<Entity uid="4792">
<Template>other/stall_big</Template>
<Player>0</Player>
<Position x="1102.36683" z="1104.72156"/>
<Orientation y="5.24334"/>
<Actor seed="35442"/>
</Entity>
<Entity uid="4793">
<Template>other/stall_med</Template>
<Player>0</Player>
<Position x="1099.85877" z="1089.03895"/>
<Orientation y="1.17803"/>
<Actor seed="58546"/>
</Entity>
<Entity uid="4794">
<Template>other/stall_small_a</Template>
<Player>0</Player>
<Position x="1127.88624" z="1112.76648"/>
<Orientation y="-2.84931"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="4795">
<Template>other/stall_small_b</Template>
<Player>0</Player>
<Position x="1113.92225" z="1081.82715"/>
<Orientation y="-0.35888"/>
<Actor seed="13988"/>
</Entity>
<Entity uid="4796">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="913.1277" z="1138.74793"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4799">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="917.9402" z="1143.62842"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4800">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="917.90674" z="1160.42957"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4801">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="913.35969" z="1164.55909"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4802">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="896.19513" z="1163.43042"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4803">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="896.91785" z="1137.57703"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4804">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="891.51374" z="1158.32496"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4805">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="892.16712" z="1142.00647"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4835">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="997.30762" z="1295.43934"/>
<Orientation y="3.13485"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4836">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1003.04474" z="1295.60657"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4837">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1008.85315" z="1295.51185"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4838">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1014.19745" z="1295.49891"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4839">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="998.16529" z="1276.03492"/>
<Orientation y="-0.05021"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4840">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1003.50507" z="1276.25416"/>
<Orientation y="-0.05021"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4841">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1009.31214" z="1276.41187"/>
<Orientation y="-0.05021"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4842">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1015.03657" z="1276.82825"/>
<Orientation y="-0.05021"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4843">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="978.45801" z="1289.313"/>
<Orientation y="1.49088"/>
<Actor seed="21474"/>
</Entity>
<Entity uid="4844">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="978.56843" z="1281.46436"/>
<Orientation y="1.49088"/>
<Actor seed="24730"/>
</Entity>
<Entity uid="4845">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1036.17103" z="1192.35267"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4846">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1035.20508" z="1233.03907"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4847">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1040.92176" z="1187.92322"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4848">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1039.88648" z="1238.14454"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4849">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1067.34131" z="1238.42811"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4850">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1071.90455" z="1234.10364"/>
<Orientation y="9.41317"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4851">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1072.24708" z="1193.18274"/>
<Orientation y="9.41317"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4852">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1067.42188" z="1188.24903"/>
<Orientation y="-1.6249"/>
<Actor seed="12106"/>
</Entity>
<Entity uid="4854">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="1045.98255" z="1188.33399"/>
<Orientation y="3.10409"/>
<Actor seed="10220"/>
</Entity>
<Entity uid="4855">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="1062.28248" z="1188.27552"/>
<Orientation y="3.1041"/>
<Actor seed="10220"/>
</Entity>
<Entity uid="4856">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="1062.35633" z="1238.68067"/>
<Orientation y="3.1041"/>
<Actor seed="10220"/>
</Entity>
<Entity uid="4857">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="1046.0564" z="1238.73914"/>
<Orientation y="3.1041"/>
<Actor seed="10220"/>
</Entity>
<Entity uid="4858">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="976.78052" z="1289.20862"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4859">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="976.86951" z="1281.11353"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4860">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="882.41248" z="1153.70105"/>
<Orientation y="1.54571"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="4861">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="882.51801" z="1146.56446"/>
<Orientation y="1.57166"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="4862">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="897.654" z="1195.5171"/>
<Orientation y="-3.22117"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="4863">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="905.47144" z="1195.48816"/>
<Orientation y="-3.22118"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="4864">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="898.83545" z="1182.40564"/>
<Orientation y="-1.91045"/>
<Actor seed="3146"/>
</Entity>
<Entity uid="4865">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="906.0608" z="1172.90918"/>
<Orientation y="-1.8553"/>
<Actor seed="3077"/>
</Entity>
<Entity uid="4866">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="897.68628" z="1195.47596"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4867">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="905.46454" z="1195.56678"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4868">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="981.20948" z="1143.88221"/>
<Orientation y="-0.05022"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4869">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="975.48505" z="1143.46583"/>
<Orientation y="-0.05022"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4870">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="969.67798" z="1143.30811"/>
<Orientation y="-0.05022"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4871">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="964.3382" z="1143.08887"/>
<Orientation y="-0.05022"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4872">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="980.37037" z="1162.55286"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4873">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="975.02607" z="1162.5658"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4874">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="969.21766" z="1162.66053"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4875">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="963.48053" z="1162.4933"/>
<Orientation y="3.13486"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="4876">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1007.60322" z="1212.57044"/>
<Orientation y="1.56243"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="4877">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1071.95252" z="1224.80591"/>
<Orientation y="9.41317"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4878">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1072.0558" z="1202.45057"/>
<Orientation y="9.41317"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4879">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1035.50928" z="1223.71949"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4880">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1035.93445" z="1201.77857"/>
<Orientation y="9.39908"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4881">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1035.36597" z="1218.92566"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4883">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1028.61438" z="1218.79554"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4886">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1021.84351" z="1218.76636"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4888">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1015.05896" z="1218.65723"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4889">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1029.0995" z="1206.33765"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4890">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1035.85108" z="1206.46778"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4891">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1022.32862" z="1206.30848"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4892">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1015.54407" z="1206.19935"/>
<Orientation y="-0.04552"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="4893">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1043.45936" z="1231.01636"/>
<Orientation y="1.5448"/>
<Actor seed="17770"/>
</Entity>
<Entity uid="4894">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1043.87159" z="1219.30652"/>
<Orientation y="1.5448"/>
<Actor seed="3074"/>
</Entity>
<Entity uid="4895">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1043.714" z="1225.11683"/>
<Orientation y="1.5448"/>
<Actor seed="49344"/>
</Entity>
<Entity uid="4896">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1044.4048" z="1194.75794"/>
<Orientation y="1.5448"/>
<Actor seed="17770"/>
</Entity>
<Entity uid="4897">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1044.25647" z="1200.65345"/>
<Orientation y="1.5448"/>
<Actor seed="49344"/>
</Entity>
<Entity uid="4898">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1044.26832" z="1206.27686"/>
<Orientation y="1.5448"/>
<Actor seed="3074"/>
</Entity>
<Entity uid="4899">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1064.96204" z="1231.6432"/>
<Orientation y="4.68644"/>
<Actor seed="17770"/>
</Entity>
<Entity uid="4900">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1065.11011" z="1225.74769"/>
<Orientation y="4.68644"/>
<Actor seed="49344"/>
</Entity>
<Entity uid="4901">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1065.09803" z="1220.12427"/>
<Orientation y="4.68644"/>
<Actor seed="3074"/>
</Entity>
<Entity uid="4902">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1065.49427" z="1207.09461"/>
<Orientation y="4.68644"/>
<Actor seed="3074"/>
</Entity>
<Entity uid="4903">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1065.65162" z="1201.28431"/>
<Orientation y="4.68644"/>
<Actor seed="49344"/>
</Entity>
<Entity uid="4904">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1065.68677" z="1195.32044"/>
<Orientation y="4.68644"/>
<Actor seed="17770"/>
</Entity>
<Entity uid="4905">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1071.17176" z="1212.17188"/>
<Orientation y="4.66208"/>
<Actor seed="21474"/>
</Entity>
<Entity uid="4906">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1071.08606" z="1215.0448"/>
<Orientation y="4.66208"/>
<Actor seed="24730"/>
</Entity>
<Entity uid="4907">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1071.95215" z="1211.66346"/>
<Orientation y="9.41317"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4908">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1072.07557" z="1215.4496"/>
<Orientation y="9.41317"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="4909">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="881.43433" z="1146.5829"/>
<Orientation y="4.68818"/>
<Actor seed="5196"/>
</Entity>
<Entity uid="4912">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="881.28663" z="1153.7168"/>
<Orientation y="4.6882"/>
<Actor seed="5196"/>
</Entity>
<Entity uid="4913">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1044.5066" z="1197.89478"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4915">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1044.1471" z="1203.44459"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4916">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1043.7826" z="1222.266"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4917">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1043.72291" z="1227.95875"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4918">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1064.86658" z="1228.75074"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4919">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1065.01368" z="1222.80176"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4920">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1065.51124" z="1203.94361"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4921">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1065.58704" z="1198.27955"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4922">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1071.76502" z="1213.66724"/>
<Orientation y="-3.17295"/>
<Actor seed="28146"/>
</Entity>
<Entity uid="4923">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1071.00416" z="1221.84034"/>
<Orientation y="2.35621"/>
<Actor seed="6488"/>
</Entity>
<Entity uid="4924">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1070.93372" z="1206.39673"/>
<Orientation y="2.35621"/>
<Actor seed="26500"/>
</Entity>
<Entity uid="4925">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1069.94361" z="1237.07447"/>
<Orientation y="2.35621"/>
<Actor seed="24628"/>
</Entity>
<Entity uid="4926">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1071.00757" z="1205.4137"/>
<Orientation y="2.35621"/>
<Actor seed="21352"/>
</Entity>
<Entity uid="4927">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1070.14942" z="1235.61963"/>
<Orientation y="2.35621"/>
<Actor seed="52580"/>
</Entity>
<Entity uid="4928">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1068.97693" z="1189.70203"/>
<Orientation y="2.35621"/>
<Actor seed="8846"/>
</Entity>
<Entity uid="4929">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1067.86927" z="1236.88526"/>
<Orientation y="2.35621"/>
<Actor seed="8216"/>
</Entity>
<Entity uid="4930">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1070.63733" z="1189.91395"/>
<Orientation y="2.35621"/>
<Actor seed="56648"/>
</Entity>
<Entity uid="4931">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1070.969" z="1220.71058"/>
<Orientation y="2.35621"/>
<Actor seed="64936"/>
</Entity>
<Entity uid="4936">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1070.79981" z="1191.13978"/>
<Orientation y="2.35621"/>
<Actor seed="49826"/>
</Entity>
<Entity uid="4937">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1037.73255" z="1189.17505"/>
<Orientation y="2.35621"/>
<Actor seed="24302"/>
</Entity>
<Entity uid="4938">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1037.62366" z="1190.56104"/>
<Orientation y="2.35621"/>
<Actor seed="27750"/>
</Entity>
<Entity uid="4939">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1036.68421" z="1236.76307"/>
<Orientation y="2.35621"/>
<Actor seed="62156"/>
</Entity>
<Entity uid="4940">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1036.51832" z="1235.3606"/>
<Orientation y="2.35621"/>
<Actor seed="53654"/>
</Entity>
<Entity uid="4942">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1038.22706" z="1236.96973"/>
<Orientation y="2.35621"/>
<Actor seed="4366"/>
</Entity>
<Entity uid="4943">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1039.41895" z="1189.3877"/>
<Orientation y="2.35621"/>
<Actor seed="34922"/>
</Entity>
<Entity uid="4957">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1037.16382" z="1191.76905"/>
<Orientation y="2.35621"/>
<Actor seed="7138"/>
</Entity>
<Entity uid="4958">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1036.20044" z="1233.9646"/>
<Orientation y="2.35621"/>
<Actor seed="43968"/>
</Entity>
<Entity uid="4959">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1067.38233" z="1189.33912"/>
<Orientation y="2.35621"/>
<Actor seed="32156"/>
</Entity>
<Entity uid="4960">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1070.1648" z="1234.08814"/>
<Orientation y="2.35621"/>
<Actor seed="21504"/>
</Entity>
<Entity uid="4962">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1073.78516" z="1210.52234"/>
<Orientation y="2.35621"/>
<Actor seed="9824"/>
</Entity>
<Entity uid="4963">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1073.37159" z="1216.43323"/>
<Orientation y="2.35621"/>
<Actor seed="28930"/>
</Entity>
<Entity uid="4978">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1043.65174" z="1240.52332"/>
<Orientation y="2.35621"/>
<Actor seed="50392"/>
</Entity>
<Entity uid="4979">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1065.39966" z="1186.68616"/>
<Orientation y="2.35621"/>
<Actor seed="38038"/>
</Entity>
<Entity uid="4991">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="815.2129" z="1079.35218"/>
<Orientation y="2.35621"/>
<Actor seed="59732"/>
</Entity>
<Entity uid="4992">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="893.56177" z="1161.42554"/>
<Orientation y="2.35621"/>
<Actor seed="47888"/>
</Entity>
<Entity uid="5008">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1073.98877" z="1209.0702"/>
<Orientation y="2.35621"/>
<Actor seed="7758"/>
</Entity>
<Entity uid="5014">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1074.72083" z="1217.74122"/>
<Orientation y="2.35621"/>
<Actor seed="11114"/>
</Entity>
<Entity uid="5015">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="893.98938" z="1157.65918"/>
<Orientation y="2.35621"/>
<Actor seed="10582"/>
</Entity>
<Entity uid="5016">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="915.35047" z="1162.84083"/>
<Orientation y="2.35621"/>
<Actor seed="2276"/>
</Entity>
<Entity uid="5017">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="916.49933" z="1162.94556"/>
<Orientation y="2.35621"/>
<Actor seed="5746"/>
</Entity>
<Entity uid="5018">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="900.58039" z="1136.2157"/>
<Orientation y="2.35621"/>
<Actor seed="34940"/>
</Entity>
<Entity uid="5019">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1050.31678" z="1158.1161"/>
<Orientation y="2.35621"/>
<Actor seed="33796"/>
</Entity>
<Entity uid="5020">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="993.46326" z="1085.63013"/>
<Orientation y="2.35621"/>
<Actor seed="1426"/>
</Entity>
<Entity uid="5021">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="832.00562" z="1260.75647"/>
<Orientation y="2.35621"/>
<Actor seed="13858"/>
</Entity>
<Entity uid="5022">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1050.761" z="1158.5287"/>
<Orientation y="2.35621"/>
<Actor seed="8094"/>
</Entity>
<Entity uid="5023">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="989.00165" z="1013.94068"/>
<Orientation y="2.35621"/>
<Actor seed="29922"/>
</Entity>
<Entity uid="5024">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="1113.42774" z="1143.67518"/>
<Orientation y="2.35621"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="5026">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1113.50916" z="1144.97657"/>
<Orientation y="2.35621"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="5027">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1113.90516" z="1144.41761"/>
<Orientation y="2.35621"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="5028">
<Template>units/ptol_cavalry_archer_a</Template>
<Player>0</Player>
<Position x="1839.95386" z="1292.23194"/>
<Orientation y="1.16709"/>
<Actor seed="32174"/>
</Entity>
<Entity uid="5029">
<Template>units/ptol_cavalry_archer_a</Template>
<Player>0</Player>
<Position x="1843.81434" z="1296.922"/>
<Orientation y="2.35621"/>
<Actor seed="46682"/>
</Entity>
<Entity uid="5032">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1317.22486" z="1700.85608"/>
<Orientation y="0.97321"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="5033">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.22486" z="1696.85608"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5034">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1327.94886" z="1714.99183"/>
<Orientation y="6.12258"/>
<Actor seed="2320"/>
</Entity>
<Entity uid="5035">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1323.94886" z="1714.99183"/>
<Orientation y="2.57009"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="5036">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.22486" z="1692.85608"/>
<Orientation y="5.19173"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5037">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1327.94886" z="1710.99183"/>
<Orientation y="3.09441"/>
<Actor seed="2317"/>
</Entity>
<Entity uid="5038">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1327.78492" z="1699.80872"/>
<Orientation y="2.56861"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="5039">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1347.95472" z="1719.58497"/>
<Orientation y="3.97632"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="5040">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1371.22474" z="1744.93616"/>
<Orientation y="5.06238"/>
<Actor seed="2314"/>
</Entity>
<Entity uid="5041">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.22486" z="1692.85608"/>
<Orientation y="1.08686"/>
<Actor seed="2231"/>
</Entity>
<Entity uid="5042">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1323.94886" z="1710.99183"/>
<Orientation y="1.36754"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="5043">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1329.22486" z="1688.85608"/>
<Orientation y="3.20232"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="5044">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1321.22486" z="1688.85608"/>
<Orientation y="5.98841"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="5045">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1334.64039" z="1717.79798"/>
<Orientation y="0.34247"/>
<Actor seed="2227"/>
</Entity>
<Entity uid="5046">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1331.94886" z="1706.99183"/>
<Orientation y="0.34406"/>
<Actor seed="2226"/>
</Entity>
<Entity uid="5047">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1367.10743" z="1715.42176"/>
<Orientation y="0.69004"/>
<Actor seed="2225"/>
</Entity>
<Entity uid="5048">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1348.13807" z="1752.41602"/>
<Orientation y="2.7144"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="5049">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1332.27186" z="1717.1836"/>
<Orientation y="1.87882"/>
<Actor seed="2223"/>
</Entity>
<Entity uid="5050">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1313.22486" z="1688.85608"/>
<Orientation y="4.45905"/>
<Actor seed="2133"/>
</Entity>
<Entity uid="5051">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1317.22486" z="1684.85608"/>
<Orientation y="1.48183"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="5052">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1328.70374" z="1707.09266"/>
<Orientation y="3.66417"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5053">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.69532" z="1702.57483"/>
<Orientation y="2.41158"/>
<Actor seed="2130"/>
</Entity>
<Entity uid="5054">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1333.41675" z="1711.04542"/>
<Orientation y="1.78583"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5055">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="982.84266" z="1565.58533"/>
<Orientation y="5.33889"/>
<Actor seed="2297"/>
</Entity>
<Entity uid="5056">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="999.56006" z="1549.18531"/>
<Orientation y="1.04651"/>
<Actor seed="2296"/>
</Entity>
<Entity uid="5057">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1011.50263" z="1592.33228"/>
<Orientation y="0.4879"/>
<Actor seed="2291"/>
</Entity>
<Entity uid="5058">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1003.8318" z="1527.19336"/>
<Orientation y="-0.90078"/>
<Actor seed="2203"/>
</Entity>
<Entity uid="5059">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1051.16297" z="1557.44166"/>
<Orientation y="1.46975"/>
<Actor seed="2202"/>
</Entity>
<Entity uid="5060">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="984.50538" z="1556.02479"/>
<Orientation y="2.82123"/>
<Actor seed="2111"/>
</Entity>
<Entity uid="5061">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1077.78418" z="1486.89698"/>
<Orientation y="1.49584"/>
<Actor seed="2107"/>
</Entity>
<Entity uid="5062">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="697.59449" z="1594.05396"/>
<Orientation y="7.93821"/>
<Actor seed="2297"/>
</Entity>
<Entity uid="5063">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="700.00782" z="1590.23011"/>
<Orientation y="3.64583"/>
<Actor seed="2296"/>
</Entity>
<Entity uid="5064">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="712.95875" z="1579.7234"/>
<Orientation y="3.08722"/>
<Actor seed="2291"/>
</Entity>
<Entity uid="5065">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="718.39747" z="1580.61683"/>
<Orientation y="3.29197"/>
<Actor seed="2203"/>
</Entity>
<Entity uid="5066">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="708.10096" z="1583.4131"/>
<Orientation y="4.06907"/>
<Actor seed="2202"/>
</Entity>
<Entity uid="5067">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="705.78675" z="1586.8097"/>
<Orientation y="5.42055"/>
<Actor seed="2111"/>
</Entity>
<Entity uid="5068">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="701.02546" z="1600.31482"/>
<Orientation y="4.09516"/>
<Actor seed="2107"/>
</Entity>
<Entity uid="5069">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="830.96253" z="1495.63636"/>
<Orientation y="5.00577"/>
<Actor seed="2107"/>
</Entity>
<Entity uid="5070">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="835.04688" z="1498.03199"/>
<Orientation y="6.33117"/>
<Actor seed="2111"/>
</Entity>
<Entity uid="5071">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="838.19043" z="1498.92652"/>
<Orientation y="4.9797"/>
<Actor seed="2202"/>
</Entity>
<Entity uid="5072">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="842.71003" z="1483.12061"/>
<Orientation y="4.2026"/>
<Actor seed="2203"/>
</Entity>
<Entity uid="5073">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="844.80677" z="1485.97461"/>
<Orientation y="3.99784"/>
<Actor seed="2291"/>
</Entity>
<Entity uid="5074">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="843.9463" z="1498.92383"/>
<Orientation y="4.55645"/>
<Actor seed="2296"/>
</Entity>
<Entity uid="5075">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="846.08313" z="1495.54249"/>
<Orientation y="8.84884"/>
<Actor seed="2297"/>
</Entity>
<Entity uid="5076">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1010.75129" z="1589.08155"/>
<Orientation y="1.72536"/>
<Actor seed="2284"/>
</Entity>
<Entity uid="5077">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="910.22706" z="1549.44898"/>
<Orientation y="2.37801"/>
<Actor seed="2196"/>
</Entity>
<Entity uid="5078">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="911.05079" z="1545.58594"/>
<Orientation y="3.18503"/>
<Actor seed="2188"/>
</Entity>
<Entity uid="5079">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="913.31147" z="1542.56397"/>
<Orientation y="4.21904"/>
<Actor seed="2186"/>
</Entity>
<Entity uid="5080">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="830.8069" z="1498.66492"/>
<Orientation y="4.40171"/>
<Actor seed="2098"/>
</Entity>
<Entity uid="5081">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1163.62476" z="1222.88013"/>
<Orientation y="2.86973"/>
<Actor seed="1841"/>
</Entity>
<Entity uid="5082">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1191.83667" z="1251.81873"/>
<Orientation y="0.41639"/>
<Actor seed="1795"/>
</Entity>
<Entity uid="5083">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1186.24695" z="1177.31092"/>
<Orientation y="-1.17798"/>
<Actor seed="1794"/>
</Entity>
<Entity uid="5084">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1175.98133" z="1170.12378"/>
<Orientation y="3.46854"/>
<Actor seed="1793"/>
</Entity>
<Entity uid="5085">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1189.60547" z="1184.88807"/>
<Orientation y="3.06113"/>
<Actor seed="1792"/>
</Entity>
<Entity uid="5086">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1167.29883" z="1241.95972"/>
<Orientation y="3.47103"/>
<Actor seed="1791"/>
</Entity>
<Entity uid="5087">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1194.4535" z="1246.15931"/>
<Orientation y="1.43212"/>
<Actor seed="1635"/>
</Entity>
<Entity uid="5088">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1176.92737" z="1166.11548"/>
<Orientation y="3.88389"/>
<Actor seed="1634"/>
</Entity>
<Entity uid="5089">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1159.81605" z="1228.69092"/>
<Orientation y="-1.17206"/>
<Actor seed="1633"/>
</Entity>
<Entity uid="5090">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1199.09412" z="1207.31165"/>
<Orientation y="-0.96605"/>
<Actor seed="1632"/>
</Entity>
<Entity uid="5091">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1197.11365" z="1255.29664"/>
<Orientation y="3.01957"/>
<Actor seed="1701"/>
</Entity>
<Entity uid="5092">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1203.40711" z="1211.0896"/>
<Orientation y="3.13967"/>
<Actor seed="1700"/>
</Entity>
<Entity uid="5093">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1212.21485" z="1249.55201"/>
<Orientation y="2.0198"/>
<Actor seed="1699"/>
</Entity>
<Entity uid="5094">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1186.12452" z="1183.35242"/>
<Orientation y="0.90714"/>
<Actor seed="1698"/>
</Entity>
<Entity uid="5097">
<Template>other/stall_med</Template>
<Player>0</Player>
<Position x="1136.34253" z="1102.84522"/>
<Orientation y="-2.14509"/>
<Actor seed="58546"/>
</Entity>
<Entity uid="5098">
<Template>other/stall_med</Template>
<Player>0</Player>
<Position x="1137.24744" z="1095.45142"/>
<Orientation y="-7.07184"/>
<Actor seed="58546"/>
</Entity>
<Entity uid="5099">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="1117.47681" z="1097.15357"/>
<Orientation y="2.35621"/>
<Actor seed="17028"/>
</Entity>
<Entity uid="5100">
<Template>structures/ptol_dock</Template>
<Player>0</Player>
<Position x="1202.8683" z="1322.12464"/>
<Orientation y="1.58458"/>
<Actor seed="42910"/>
</Entity>
<Entity uid="5102">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="1200.50245" z="1279.65687"/>
<Orientation y="4.65597"/>
<Actor seed="58912"/>
</Entity>
<Entity uid="5109">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="1199.32703" z="1292.29065"/>
<Orientation y="4.65598"/>
<Actor seed="58912"/>
</Entity>
<Entity uid="5110">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1203.79297" z="1280.01734"/>
<Orientation y="1.50753"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="5111">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1202.66639" z="1292.76282"/>
<Orientation y="1.50753"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="5112">
<Template>actor|props/structures/ptolemies/edfu_statues.xml</Template>
<Position x="1074.63013" z="1213.69495"/>
<Orientation y="-1.59089"/>
<Actor seed="27498"/>
</Entity>
<Entity uid="5114">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1071.53846" z="1209.52845"/>
<Orientation y="6.26923"/>
<Actor seed="7174"/>
</Entity>
<Entity uid="5115">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1071.39417" z="1217.5033"/>
<Orientation y="6.26923"/>
<Actor seed="7174"/>
</Entity>
<Entity uid="5120">
<Template>units/ptol_ship_quinquereme</Template>
<Player>1</Player>
<Position x="842.26136" z="1898.9917"/>
<Orientation y="2.60303"/>
<Actor seed="13938"/>
</Entity>
<Entity uid="5128">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.02076" z="1746.34266"/>
<Orientation y="1.43648"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="5129">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1286.37378" z="1760.77173"/>
<Orientation y="5.77042"/>
<Actor seed="2578"/>
</Entity>
<Entity uid="5130">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.09717" z="1775.4214"/>
<Orientation y="1.33936"/>
<Actor seed="2577"/>
</Entity>
<Entity uid="5131">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1295.9657" z="1762.75782"/>
<Orientation y="4.31"/>
<Actor seed="2576"/>
</Entity>
<Entity uid="5132">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.05567" z="1765.76722"/>
<Orientation y="3.76503"/>
<Actor seed="2575"/>
</Entity>
<Entity uid="5133">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1292.53626" z="1766.28492"/>
<Orientation y="2.32161"/>
<Actor seed="2574"/>
</Entity>
<Entity uid="5134">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1325.23353" z="1730.67981"/>
<Orientation y="3.75687"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="5135">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1324.2627" z="1733.10438"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="5136">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1307.93848" z="1741.01172"/>
<Orientation y="5.67925"/>
<Actor seed="2489"/>
</Entity>
<Entity uid="5137">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1308.00525" z="1745.1637"/>
<Orientation y="0.1048"/>
<Actor seed="2488"/>
</Entity>
<Entity uid="5138">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1319.9286" z="1765.53345"/>
<Orientation y="0.1299"/>
<Actor seed="2487"/>
</Entity>
<Entity uid="5139">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1286.37293" z="1763.6443"/>
<Orientation y="0.69524"/>
<Actor seed="2486"/>
</Entity>
<Entity uid="5140">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1308.95093" z="1784.88758"/>
<Orientation y="1.45827"/>
<Actor seed="2485"/>
</Entity>
<Entity uid="5141">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1312.79444" z="1786.6587"/>
<Orientation y="0.92034"/>
<Actor seed="2484"/>
</Entity>
<Entity uid="5142">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1297.05262" z="1765.52454"/>
<Orientation y="3.46712"/>
<Actor seed="2483"/>
</Entity>
<Entity uid="5143">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1304.88282" z="1750.43885"/>
<Orientation y="1.9112"/>
<Actor seed="2482"/>
</Entity>
<Entity uid="5144">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1323.3158" z="1823.71827"/>
<Orientation y="4.55861"/>
<Actor seed="2481"/>
</Entity>
<Entity uid="5145">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1334.4087" z="1730.07691"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="5146">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1330.4087" z="1734.07691"/>
<Orientation y="4.61875"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="5147">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1314.27308" z="1788.4762"/>
<Orientation y="1.45107"/>
<Actor seed="2398"/>
</Entity>
<Entity uid="5148">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1289.5641" z="1762.42042"/>
<Orientation y="2.97664"/>
<Actor seed="2397"/>
</Entity>
<Entity uid="5149">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1318.4087" z="1762.07691"/>
<Orientation y="6.1386"/>
<Actor seed="2396"/>
</Entity>
<Entity uid="5150">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1314.4087" z="1766.07691"/>
<Orientation y="1.0761"/>
<Actor seed="2395"/>
</Entity>
<Entity uid="5151">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.24097" z="1789.15052"/>
<Orientation y="4.8796"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="5152">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1321.10108" z="1765.97071"/>
<Orientation y="3.00831"/>
<Actor seed="2393"/>
</Entity>
<Entity uid="5153">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1303.51893" z="1741.08423"/>
<Orientation y="1.7186"/>
<Actor seed="2392"/>
</Entity>
<Entity uid="5154">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1348.01331" z="1743.22303"/>
<Orientation y="2.51532"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="5155">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1351.27613" z="1724.54847"/>
<Orientation y="1.0676"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="5156">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1352.01331" z="1739.22303"/>
<Orientation y="1.81522"/>
<Actor seed="2333"/>
</Entity>
<Entity uid="5157">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1284.89087" z="1815.05372"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5158">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1291.61487" z="1833.18946"/>
<Orientation y="6.12258"/>
<Actor seed="2320"/>
</Entity>
<Entity uid="5159">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1287.61487" z="1833.18946"/>
<Orientation y="2.57009"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="5160">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1288.89087" z="1811.05372"/>
<Orientation y="5.19173"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5161">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1319.38477" z="1815.55701"/>
<Orientation y="3.09441"/>
<Actor seed="2317"/>
</Entity>
<Entity uid="5162">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1298.56446" z="1831.97901"/>
<Orientation y="2.56861"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="5163">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1302.10621" z="1847.26685"/>
<Orientation y="2.93044"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="5164">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1305.05188" z="1852.03248"/>
<Orientation y="5.06238"/>
<Actor seed="2314"/>
</Entity>
<Entity uid="5165">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1286.83838" z="1794.71924"/>
<Orientation y="2.58423"/>
<Actor seed="2312"/>
</Entity>
<Entity uid="5166">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.83838" z="1810.71924"/>
<Orientation y="2.77811"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="5167">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1302.83838" z="1822.71924"/>
<Orientation y="0.60886"/>
<Actor seed="2309"/>
</Entity>
<Entity uid="5168">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1280.89087" z="1811.05372"/>
<Orientation y="1.08686"/>
<Actor seed="2231"/>
</Entity>
<Entity uid="5169">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1287.61487" z="1829.18946"/>
<Orientation y="1.36754"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="5170">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1292.89087" z="1807.05372"/>
<Orientation y="3.20232"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="5171">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1284.89087" z="1807.05372"/>
<Orientation y="5.98841"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="5172">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1299.61487" z="1825.18946"/>
<Orientation y="0.34247"/>
<Actor seed="2227"/>
</Entity>
<Entity uid="5173">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1295.61487" z="1825.18946"/>
<Orientation y="0.34406"/>
<Actor seed="2226"/>
</Entity>
<Entity uid="5174">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1319.61487" z="1829.18946"/>
<Orientation y="0.69004"/>
<Actor seed="2225"/>
</Entity>
<Entity uid="5175">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1294.83838" z="1802.71924"/>
<Orientation y="3.89658"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="5176">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1367.80616" z="1731.31397"/>
<Orientation y="3.03144"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="5177">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1301.3733" z="1813.67713"/>
<Orientation y="4.83388"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="5178">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1319.39283" z="1808.6371"/>
<Orientation y="6.10192"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="5179">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1316.36011" z="1823.37098"/>
<Orientation y="3.14281"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="5180">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1300.24036" z="1829.9607"/>
<Orientation y="4.55637"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="5181">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1280.89087" z="1803.05372"/>
<Orientation y="1.48183"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="5182">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1288.99622" z="1789.02857"/>
<Orientation y="5.76592"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5183">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1316.7964" z="1833.87488"/>
<Orientation y="2.41158"/>
<Actor seed="2130"/>
</Entity>
<Entity uid="5184">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1322.48743" z="1823.97706"/>
<Orientation y="1.78583"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5185">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1283.15027" z="1787.5785"/>
<Orientation y="3.84539"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="5186">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1296.77063" z="1809.79151"/>
<Orientation y="4.20554"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="5187">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1344.75501" z="1870.92518"/>
<Orientation y="1.22266"/>
<Actor seed="2093"/>
</Entity>
<Entity uid="5188">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1349.29004" z="1870.21534"/>
<Orientation y="1.80182"/>
<Actor seed="2092"/>
</Entity>
<Entity uid="5189">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1337.25452" z="1872.63917"/>
<Orientation y="5.07891"/>
<Actor seed="2091"/>
</Entity>
<Entity uid="5190">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1029.01368" z="1728.07398"/>
<Orientation y="0.97321"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="5191">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1033.01368" z="1724.07398"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5192">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1039.73768" z="1742.20972"/>
<Orientation y="6.12258"/>
<Actor seed="2320"/>
</Entity>
<Entity uid="5193">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1035.73768" z="1742.20972"/>
<Orientation y="2.57009"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="5194">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1037.01368" z="1720.07398"/>
<Orientation y="5.19173"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5195">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1039.73768" z="1738.20972"/>
<Orientation y="3.09441"/>
<Actor seed="2317"/>
</Entity>
<Entity uid="5196">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1014.524" z="1742.81885"/>
<Orientation y="2.56861"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="5197">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1073.53553" z="1758.92542"/>
<Orientation y="2.93044"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="5198">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1075.08887" z="1664.19178"/>
<Orientation y="5.06238"/>
<Actor seed="2314"/>
</Entity>
<Entity uid="5199">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1042.96119" z="1719.73951"/>
<Orientation y="2.77811"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="5200">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1051.23926" z="1731.88184"/>
<Orientation y="0.60886"/>
<Actor seed="2309"/>
</Entity>
<Entity uid="5201">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1029.01368" z="1720.07398"/>
<Orientation y="1.08686"/>
<Actor seed="2231"/>
</Entity>
<Entity uid="5202">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1035.73768" z="1738.20972"/>
<Orientation y="1.36754"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="5203">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1041.01368" z="1716.07398"/>
<Orientation y="3.20232"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="5204">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1033.01368" z="1716.07398"/>
<Orientation y="5.98841"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="5205">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1048.01575" z="1734.35206"/>
<Orientation y="0.34247"/>
<Actor seed="2227"/>
</Entity>
<Entity uid="5206">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1043.73768" z="1734.20972"/>
<Orientation y="0.34406"/>
<Actor seed="2226"/>
</Entity>
<Entity uid="5207">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1033.6084" z="1732.96558"/>
<Orientation y="0.69004"/>
<Actor seed="2225"/>
</Entity>
<Entity uid="5208">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1098.97425" z="1772.67164"/>
<Orientation y="1.87882"/>
<Actor seed="2223"/>
</Entity>
<Entity uid="5209">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1042.96119" z="1711.73951"/>
<Orientation y="3.89658"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="5210">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1046.96119" z="1711.73951"/>
<Orientation y="3.03144"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="5211">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1050.96119" z="1723.73951"/>
<Orientation y="4.83388"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="5212">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1050.96119" z="1719.73951"/>
<Orientation y="6.10192"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="5213">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.13086" z="1721.99195"/>
<Orientation y="3.14281"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="5214">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1056.31446" z="1717.60425"/>
<Orientation y="4.55637"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="5215">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1025.01368" z="1716.07398"/>
<Orientation y="4.45905"/>
<Actor seed="2133"/>
</Entity>
<Entity uid="5216">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1029.01368" z="1712.07398"/>
<Orientation y="1.48183"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="5217">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1056.01575" z="1730.35206"/>
<Orientation y="5.76592"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5218">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1079.83582" z="1743.38184"/>
<Orientation y="2.41158"/>
<Actor seed="2130"/>
</Entity>
<Entity uid="5219">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1022.52186" z="1736.03675"/>
<Orientation y="1.78583"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5220">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1054.96119" z="1719.73951"/>
<Orientation y="4.20554"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="5221">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1068.32264" z="1786.26783"/>
<Orientation y="5.07891"/>
<Actor seed="2091"/>
</Entity>
<Entity uid="5222">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1059.72168" z="1758.7566"/>
<Orientation y="1.40818"/>
<Actor seed="2090"/>
</Entity>
<Entity uid="5223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1111.5619" z="1704.7964"/>
<Orientation y="1.13221"/>
<Actor seed="1989"/>
</Entity>
<Entity uid="5224">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1076.91224" z="1779.73829"/>
<Orientation y="1.05086"/>
<Actor seed="1902"/>
</Entity>
<Entity uid="5225">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1177.54432" z="1831.59266"/>
<Orientation y="1.43648"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="5226">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1110.76551" z="1884.11194"/>
<Orientation y="5.77042"/>
<Actor seed="2578"/>
</Entity>
<Entity uid="5227">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1159.29041" z="1840.13843"/>
<Orientation y="1.33936"/>
<Actor seed="2577"/>
</Entity>
<Entity uid="5228">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1157.00147" z="1830.28846"/>
<Orientation y="4.31"/>
<Actor seed="2576"/>
</Entity>
<Entity uid="5229">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.63892" z="1841.23328"/>
<Orientation y="3.76503"/>
<Actor seed="2575"/>
</Entity>
<Entity uid="5230">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.63892" z="1841.23328"/>
<Orientation y="2.32161"/>
<Actor seed="2574"/>
</Entity>
<Entity uid="5231">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1191.58545" z="1812.04041"/>
<Orientation y="3.75687"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="5232">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1282.48487" z="1821.14905"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="5233">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1181.10926" z="1838.00782"/>
<Orientation y="5.67925"/>
<Actor seed="2489"/>
</Entity>
<Entity uid="5234">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1150.08497" z="1841.3058"/>
<Orientation y="0.1048"/>
<Actor seed="2488"/>
</Entity>
<Entity uid="5235">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1147.63892" z="1829.23328"/>
<Orientation y="0.1299"/>
<Actor seed="2487"/>
</Entity>
<Entity uid="5236">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1143.63892" z="1829.23328"/>
<Orientation y="0.69524"/>
<Actor seed="2486"/>
</Entity>
<Entity uid="5237">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1091.662" z="1803.04969"/>
<Orientation y="1.45827"/>
<Actor seed="2485"/>
</Entity>
<Entity uid="5238">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1135.63892" z="1845.23328"/>
<Orientation y="0.92034"/>
<Actor seed="2484"/>
</Entity>
<Entity uid="5239">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.63892" z="1849.23328"/>
<Orientation y="3.46712"/>
<Actor seed="2483"/>
</Entity>
<Entity uid="5240">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.63892" z="1845.23328"/>
<Orientation y="1.9112"/>
<Actor seed="2482"/>
</Entity>
<Entity uid="5241">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1284.7179" z="1830.37537"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="5242">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1182.8069" z="1830.73694"/>
<Orientation y="4.61875"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="5243">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1146.3147" z="1844.26148"/>
<Orientation y="2.59105"/>
<Actor seed="2398"/>
</Entity>
<Entity uid="5244">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1151.63892" z="1833.23328"/>
<Orientation y="2.97664"/>
<Actor seed="2397"/>
</Entity>
<Entity uid="5245">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1147.63892" z="1837.23328"/>
<Orientation y="6.1386"/>
<Actor seed="2396"/>
</Entity>
<Entity uid="5246">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1143.63892" z="1841.23328"/>
<Orientation y="1.0761"/>
<Actor seed="2395"/>
</Entity>
<Entity uid="5247">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1187.91846" z="1814.8025"/>
<Orientation y="4.8796"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="5248">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1151.266" z="1891.1764"/>
<Orientation y="2.64815"/>
<Actor seed="2393"/>
</Entity>
<Entity uid="5249">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1279.15943" z="1852.73633"/>
<Orientation y="1.7186"/>
<Actor seed="2392"/>
</Entity>
<Entity uid="5251">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1122.29908" z="1652.50318"/>
<Orientation y="5.84061"/>
<Actor seed="2081"/>
</Entity>
<Entity uid="5252">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1122.29908" z="1648.50318"/>
<Orientation y="5.02927"/>
<Actor seed="2080"/>
</Entity>
<Entity uid="5253">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.78821" z="1641.8484"/>
<Orientation y="4.18517"/>
<Actor seed="2079"/>
</Entity>
<Entity uid="5254">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1103.97034" z="1622.18995"/>
<Orientation y="3.15703"/>
<Actor seed="2078"/>
</Entity>
<Entity uid="5255">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1106.29908" z="1632.50318"/>
<Orientation y="0.99526"/>
<Actor seed="2077"/>
</Entity>
<Entity uid="5256">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1118.29908" z="1652.50318"/>
<Orientation y="1.27912"/>
<Actor seed="1984"/>
</Entity>
<Entity uid="5257">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1098.78797" z="1751.81849"/>
<Orientation y="5.34685"/>
<Actor seed="1983"/>
</Entity>
<Entity uid="5258">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1115.49036" z="1649.61744"/>
<Orientation y="3.12433"/>
<Actor seed="1982"/>
</Entity>
<Entity uid="5259">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1118.29908" z="1660.50318"/>
<Orientation y="2.97832"/>
<Actor seed="1894"/>
</Entity>
<Entity uid="5260">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1114.29908" z="1656.50318"/>
<Orientation y="2.02303"/>
<Actor seed="1893"/>
</Entity>
<Entity uid="5261">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1110.29908" z="1652.50318"/>
<Orientation y="6.27431"/>
<Actor seed="1892"/>
</Entity>
<Entity uid="5262">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.349" z="1652.76844"/>
<Orientation y="2.93967"/>
<Actor seed="1891"/>
</Entity>
<Entity uid="5263">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1090.18482" z="1652.27784"/>
<Orientation y="2.44527"/>
<Actor seed="1890"/>
</Entity>
<Entity uid="5264">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1086.29969" z="1640.25928"/>
<Orientation y="1.89052"/>
<Actor seed="1889"/>
</Entity>
<Entity uid="5267">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1018.35291" z="1759.51587"/>
<Orientation y="5.35427"/>
<Actor seed="2076"/>
</Entity>
<Entity uid="5268">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1010.35291" z="1751.51587"/>
<Orientation y="4.41883"/>
<Actor seed="1981"/>
</Entity>
<Entity uid="5269">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1007.48792" z="1751.9756"/>
<Orientation y="3.00983"/>
<Actor seed="1908"/>
</Entity>
<Entity uid="5270">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1003.48792" z="1751.9756"/>
<Orientation y="1.8891"/>
<Actor seed="1907"/>
</Entity>
<Entity uid="5271">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1014.35291" z="1771.51587"/>
<Orientation y="1.89052"/>
<Actor seed="1889"/>
</Entity>
<Entity uid="5272">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1006.35291" z="1759.51587"/>
<Orientation y="0.42632"/>
<Actor seed="1888"/>
</Entity>
<Entity uid="5273">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1006.35291" z="1755.51587"/>
<Orientation y="0.79001"/>
<Actor seed="1887"/>
</Entity>
<Entity uid="5274">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1006.35291" z="1751.51587"/>
<Orientation y="3.29508"/>
<Actor seed="1886"/>
</Entity>
<Entity uid="5275">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1006.35291" z="1747.51587"/>
<Orientation y="3.27169"/>
<Actor seed="1885"/>
</Entity>
<Entity uid="5276">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1019.48792" z="1747.9756"/>
<Orientation y="4.16233"/>
<Actor seed="1804"/>
</Entity>
<Entity uid="5277">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1011.48792" z="1751.9756"/>
<Orientation y="3.5239"/>
<Actor seed="1803"/>
</Entity>
<Entity uid="5278">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1011.48792" z="1755.9756"/>
<Orientation y="2.59548"/>
<Actor seed="1802"/>
</Entity>
<Entity uid="5279">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1003.48792" z="1755.9756"/>
<Orientation y="5.43764"/>
<Actor seed="1801"/>
</Entity>
<Entity uid="5280">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1229.01429" z="1812.3993"/>
<Orientation y="1.97651"/>
<Actor seed="2333"/>
</Entity>
<Entity uid="5281">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1232.96241" z="1811.75696"/>
<Orientation y="1.22889"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="5282">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1225.7085" z="1816.98975"/>
<Orientation y="2.67661"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="5283">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1316.99549" z="1789.84424"/>
<Orientation y="4.78003"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="5284">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1231.82593" z="1823.8357"/>
<Orientation y="6.14296"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="5285">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1203.32032" z="1801.24122"/>
<Orientation y="5.67925"/>
<Actor seed="2489"/>
</Entity>
<Entity uid="5286">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1183.51612" z="1823.7649"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="5287">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1224.57203" z="1829.06849"/>
<Orientation y="3.91816"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="5288">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1186.30176" z="1822.53125"/>
<Orientation y="5.77042"/>
<Actor seed="2578"/>
</Entity>
<Entity uid="5289">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1146.75342" z="1761.96753"/>
<Orientation y="1.59777"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="5290">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1257.66163" z="1787.91443"/>
<Orientation y="1.94712"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5291">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1212.35584" z="1793.14246"/>
<Orientation y="2.57287"/>
<Actor seed="2130"/>
</Entity>
<Entity uid="5292">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1128.41639" z="1708.89441"/>
<Orientation y="5.34794"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5293">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1215.05665" z="1823.21961"/>
<Orientation y="1.48183"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="5294">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1212.62598" z="1843.37122"/>
<Orientation y="4.45905"/>
<Actor seed="2133"/>
</Entity>
<Entity uid="5295">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1209.75123" z="1798.02747"/>
<Orientation y="2.04011"/>
<Actor seed="2223"/>
</Entity>
<Entity uid="5296">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1225.41822" z="1754.25"/>
<Orientation y="4.01743"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="5297">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1320.49" z="1843.15577"/>
<Orientation y="0.85132"/>
<Actor seed="2225"/>
</Entity>
<Entity uid="5298">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1074.76246" z="1740.38575"/>
<Orientation y="-0.07393"/>
<Actor seed="2226"/>
</Entity>
<Entity uid="5299">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1073.87305" z="1818.61377"/>
<Orientation y="-0.07552"/>
<Actor seed="2227"/>
</Entity>
<Entity uid="5300">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.62598" z="1843.37122"/>
<Orientation y="5.98841"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="5301">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1097.27491" z="1826.53687"/>
<Orientation y="2.78434"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="5302">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.72645" z="1743.59034"/>
<Orientation y="0.94956"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="5303">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1216.62598" z="1847.37122"/>
<Orientation y="1.08686"/>
<Actor seed="2231"/>
</Entity>
<Entity uid="5304">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1186.47632" z="1804.30567"/>
<Orientation y="5.22367"/>
<Actor seed="2314"/>
</Entity>
<Entity uid="5305">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1245.55018" z="1801.33606"/>
<Orientation y="-0.8106"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="5306">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1095.78663" z="1773.88831"/>
<Orientation y="2.15062"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="5307">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1074.29407" z="1733.04261"/>
<Orientation y="2.67643"/>
<Actor seed="2317"/>
</Entity>
<Entity uid="5308">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1079.70276" z="1734.08106"/>
<Orientation y="4.77375"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5309">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.09852" z="1758.85364"/>
<Orientation y="2.1521"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="5310">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1080.28235" z="1772.34705"/>
<Orientation y="5.7046"/>
<Actor seed="2320"/>
</Entity>
<Entity uid="5311">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1220.62598" z="1851.37122"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5312">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1198.33252" z="1806.01429"/>
<Orientation y="0.97321"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="5313">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1208.65467" z="1670.51734"/>
<Orientation y="3.99717"/>
<Actor seed="2210"/>
</Entity>
<Entity uid="5314">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1213.24512" z="1673.82313"/>
<Orientation y="3.4671"/>
<Actor seed="2209"/>
</Entity>
<Entity uid="5315">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1212.60279" z="1669.875"/>
<Orientation y="2.65212"/>
<Actor seed="2208"/>
</Entity>
<Entity uid="5316">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1208.9972" z="1831.35022"/>
<Orientation y="1.70685"/>
<Actor seed="2003"/>
</Entity>
<Entity uid="5317">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1103.9054" z="1718.29004"/>
<Orientation y="1.16114"/>
<Actor seed="1917"/>
</Entity>
<Entity uid="5318">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1219.4679" z="1813.42835"/>
<Orientation y="1.71088"/>
<Actor seed="1916"/>
</Entity>
<Entity uid="5319">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1216.06983" z="1706.30982"/>
<Orientation y="1.94712"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5320">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1220.01783" z="1705.66749"/>
<Orientation y="2.57287"/>
<Actor seed="2130"/>
</Entity>
<Entity uid="5321">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1212.12171" z="1706.95215"/>
<Orientation y="5.92721"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5322">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1164.11304" z="1679.09827"/>
<Orientation y="1.48183"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="5323">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1161.13672" z="1734.71326"/>
<Orientation y="4.45905"/>
<Actor seed="2133"/>
</Entity>
<Entity uid="5324">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1168.11304" z="1683.09827"/>
<Orientation y="5.98841"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="5325">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1176.11304" z="1683.09827"/>
<Orientation y="3.20232"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="5326">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1167.83667" z="1733.06116"/>
<Orientation y="1.08686"/>
<Actor seed="2231"/>
</Entity>
<Entity uid="5327">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1112.70838" z="1688.88355"/>
<Orientation y="4.77375"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5328">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1075.7074" z="1672.05518"/>
<Orientation y="-0.38096"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5329">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1227.74158" z="1620.53931"/>
<Orientation y="0.97321"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="5330">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1222.30872" z="1655.56556"/>
<Orientation y="1.01743"/>
<Actor seed="2310"/>
</Entity>
<Entity uid="5331">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1114.6233" z="1620.56727"/>
<Orientation y="1.87882"/>
<Actor seed="2223"/>
</Entity>
<Entity uid="5332">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1192.60291" z="1656.82911"/>
<Orientation y="0.16907"/>
<Actor seed="2214"/>
</Entity>
<Entity uid="5333">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1186.95594" z="1668.41443"/>
<Orientation y="3.8147"/>
<Actor seed="2213"/>
</Entity>
<Entity uid="5334">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1196.99451" z="1654.30103"/>
<Orientation y="3.83588"/>
<Actor seed="2210"/>
</Entity>
<Entity uid="5335">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1200.99451" z="1658.30103"/>
<Orientation y="3.30581"/>
<Actor seed="2209"/>
</Entity>
<Entity uid="5336">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1200.99451" z="1654.30103"/>
<Orientation y="2.49083"/>
<Actor seed="2208"/>
</Entity>
<Entity uid="5337">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1196.99451" z="1646.30103"/>
<Orientation y="4.5567"/>
<Actor seed="2122"/>
</Entity>
<Entity uid="5338">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1218.01648" z="1651.1764"/>
<Orientation y="5.49135"/>
<Actor seed="2121"/>
</Entity>
<Entity uid="5339">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1200.99451" z="1650.30103"/>
<Orientation y="3.11907"/>
<Actor seed="2119"/>
</Entity>
<Entity uid="5340">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1168.92884" z="1611.65918"/>
<Orientation y="1.22266"/>
<Actor seed="2093"/>
</Entity>
<Entity uid="5341">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1136.65918" z="1610.15357"/>
<Orientation y="1.80182"/>
<Actor seed="2092"/>
</Entity>
<Entity uid="5342">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1172.72596" z="1646.77173"/>
<Orientation y="5.07891"/>
<Actor seed="2091"/>
</Entity>
<Entity uid="5343">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1160.99463" z="1639.75794"/>
<Orientation y="1.40818"/>
<Actor seed="2090"/>
</Entity>
<Entity uid="5344">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1162.95496" z="1649.1554"/>
<Orientation y="1.04213"/>
<Actor seed="2004"/>
</Entity>
<Entity uid="5345">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1159.11634" z="1654.40735"/>
<Orientation y="1.70685"/>
<Actor seed="2003"/>
</Entity>
<Entity uid="5346">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1183.66688" z="1625.52515"/>
<Orientation y="5.96602"/>
<Actor seed="1991"/>
</Entity>
<Entity uid="5347">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1191.05115" z="1623.57776"/>
<Orientation y="2.33701"/>
<Actor seed="1990"/>
</Entity>
<Entity uid="5348">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1118.77393" z="1616.07544"/>
<Orientation y="1.13221"/>
<Actor seed="1989"/>
</Entity>
<Entity uid="5349">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1188.33094" z="1624.77344"/>
<Orientation y="1.01024"/>
<Actor seed="1918"/>
</Entity>
<Entity uid="5350">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.7417" z="1652.93006"/>
<Orientation y="1.57912"/>
<Actor seed="1917"/>
</Entity>
<Entity uid="5351">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1209.25074" z="1627.1974"/>
<Orientation y="1.71088"/>
<Actor seed="1916"/>
</Entity>
<Entity uid="5352">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1168.14759" z="1649.58936"/>
<Orientation y="1.05086"/>
<Actor seed="1902"/>
</Entity>
<Entity uid="5353">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1156.85267" z="1647.51136"/>
<Orientation y="6.23256"/>
<Actor seed="1901"/>
</Entity>
<Entity uid="5354">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1378.84021" z="1831.74085"/>
<Orientation y="1.78583"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5355">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.84021" z="1831.74085"/>
<Orientation y="5.76592"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5356">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.06373" z="1825.27063"/>
<Orientation y="4.55637"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="5357">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.06373" z="1829.27063"/>
<Orientation y="3.14281"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="5358">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1370.06373" z="1825.27063"/>
<Orientation y="4.83388"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="5359">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1362.84021" z="1835.74085"/>
<Orientation y="0.34406"/>
<Actor seed="2226"/>
</Entity>
<Entity uid="5360">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1366.84021" z="1835.74085"/>
<Orientation y="0.34247"/>
<Actor seed="2227"/>
</Entity>
<Entity uid="5361">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1354.84021" z="1839.74085"/>
<Orientation y="1.36754"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="5362">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1370.06373" z="1833.27063"/>
<Orientation y="0.60886"/>
<Actor seed="2309"/>
</Entity>
<Entity uid="5363">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1378.84021" z="1843.74085"/>
<Orientation y="2.93044"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="5364">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1374.84021" z="1839.74085"/>
<Orientation y="2.56861"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="5365">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.84021" z="1839.74085"/>
<Orientation y="3.09441"/>
<Actor seed="2317"/>
</Entity>
<Entity uid="5366">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1356.11622" z="1821.60511"/>
<Orientation y="5.19173"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5367">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1354.84021" z="1843.74085"/>
<Orientation y="2.57009"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="5368">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.84021" z="1843.74085"/>
<Orientation y="6.12258"/>
<Actor seed="2320"/>
</Entity>
<Entity uid="5369">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1352.11622" z="1825.60511"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5370">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1210.64307" z="1804.24598"/>
<Orientation y="1.78583"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="5371">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1219.3108" z="1798.9065"/>
<Orientation y="5.76592"/>
<Actor seed="2131"/>
</Entity>
<Entity uid="5372">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1218.03772" z="1803.30347"/>
<Orientation y="4.55637"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="5373">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1254.82325" z="1803.94678"/>
<Orientation y="3.14281"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="5374">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1198.68641" z="1875.85621"/>
<Orientation y="4.83388"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="5375">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1216.60682" z="1884.62134"/>
<Orientation y="3.14705"/>
<Actor seed="2226"/>
</Entity>
<Entity uid="5376">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1198.14393" z="1810.54896"/>
<Orientation y="0.34247"/>
<Actor seed="2227"/>
</Entity>
<Entity uid="5377">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1286.30188" z="1875.42664"/>
<Orientation y="1.36754"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="5378">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1206.02625" z="1876.09852"/>
<Orientation y="0.60886"/>
<Actor seed="2309"/>
</Entity>
<Entity uid="5379">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1212.39087" z="1875.78821"/>
<Orientation y="2.93044"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="5380">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1205.18409" z="1805.97718"/>
<Orientation y="2.56861"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="5381">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1195.05079" z="1891.7865"/>
<Orientation y="3.09441"/>
<Actor seed="2317"/>
</Entity>
<Entity uid="5382">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1198.98316" z="1804.28626"/>
<Orientation y="5.19173"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="5383">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1171.2721" z="1891.71033"/>
<Orientation y="2.57009"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="5384">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1191.23877" z="1886.92371"/>
<Orientation y="6.12258"/>
<Actor seed="2320"/>
</Entity>
<Entity uid="5385">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1236.26136" z="1874.2743"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="5386">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.43348" z="1861.35584"/>
<Orientation y="3.15857"/>
<Actor seed="2330"/>
</Entity>
<Entity uid="5387">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1132.26551" z="1831.85218"/>
<Orientation y="6.20624"/>
<Actor seed="2329"/>
</Entity>
<Entity uid="5388">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1077.6183" z="1789.43885"/>
<Orientation y="0.83437"/>
<Actor seed="2328"/>
</Entity>
<Entity uid="5389">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1114.60804" z="1851.42017"/>
<Orientation y="0.93494"/>
<Actor seed="2243"/>
</Entity>
<Entity uid="5390">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.43348" z="1857.35584"/>
<Orientation y="2.02527"/>
<Actor seed="2242"/>
</Entity>
<Entity uid="5391">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1139.43348" z="1853.35584"/>
<Orientation y="0.18795"/>
<Actor seed="2241"/>
</Entity>
<Entity uid="5392">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1135.43348" z="1853.35584"/>
<Orientation y="4.90375"/>
<Actor seed="2240"/>
</Entity>
<Entity uid="5393">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.43348" z="1853.35584"/>
<Orientation y="0.17246"/>
<Actor seed="2239"/>
</Entity>
<Entity uid="5394">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1122.09876" z="1889.69922"/>
<Orientation y="0.62464"/>
<Actor seed="2238"/>
</Entity>
<Entity uid="5395">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1147.54395" z="1850.1526"/>
<Orientation y="2.10721"/>
<Actor seed="2237"/>
</Entity>
<Entity uid="5396">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1147.84095" z="1769.17737"/>
<Orientation y="4.27405"/>
<Actor seed="2145"/>
</Entity>
<Entity uid="5397">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.15284" z="1872.70582"/>
<Orientation y="4.50606"/>
<Actor seed="2143"/>
</Entity>
<Entity uid="5398">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1103.06153" z="1878.16138"/>
<Orientation y="3.45835"/>
<Actor seed="2142"/>
</Entity>
<Entity uid="5399">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1276.96253" z="1867.53394"/>
<Orientation y="3.15857"/>
<Actor seed="2330"/>
</Entity>
<Entity uid="5400">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1304.60792" z="1857.94007"/>
<Orientation y="6.20624"/>
<Actor seed="2329"/>
</Entity>
<Entity uid="5401">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1296.96253" z="1859.53394"/>
<Orientation y="0.83437"/>
<Actor seed="2328"/>
</Entity>
<Entity uid="5402">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1264.96253" z="1867.53394"/>
<Orientation y="0.93494"/>
<Actor seed="2243"/>
</Entity>
<Entity uid="5403">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1276.96253" z="1863.53394"/>
<Orientation y="2.02527"/>
<Actor seed="2242"/>
</Entity>
<Entity uid="5404">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1284.96253" z="1859.53394"/>
<Orientation y="0.18795"/>
<Actor seed="2241"/>
</Entity>
<Entity uid="5405">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1280.96253" z="1859.53394"/>
<Orientation y="4.90375"/>
<Actor seed="2240"/>
</Entity>
<Entity uid="5406">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1276.96253" z="1859.53394"/>
<Orientation y="0.17246"/>
<Actor seed="2239"/>
</Entity>
<Entity uid="5407">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1300.96253" z="1855.53394"/>
<Orientation y="0.62464"/>
<Actor seed="2238"/>
</Entity>
<Entity uid="5408">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1296.96253" z="1855.53394"/>
<Orientation y="2.10721"/>
<Actor seed="2237"/>
</Entity>
<Entity uid="5409">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1252.96253" z="1867.53394"/>
<Orientation y="4.27405"/>
<Actor seed="2145"/>
</Entity>
<Entity uid="5410">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1268.96253" z="1859.53394"/>
<Orientation y="4.50606"/>
<Actor seed="2143"/>
</Entity>
<Entity uid="5411">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.96253" z="1855.53394"/>
<Orientation y="3.45835"/>
<Actor seed="2142"/>
</Entity>
<Entity uid="5412">
<Template>units/ptol_hero_cleopatra</Template>
<Player>1</Player>
<Position x="778.43415" z="1673.0293"/>
<Orientation y="2.35621"/>
<Actor seed="14910"/>
</Entity>
<Entity uid="5413">
<Template>units/ptol_champion_cavalry</Template>
<Player>1</Player>
<Position x="773.27033" z="1673.70984"/>
<Orientation y="2.35621"/>
<Actor seed="36098"/>
</Entity>
<Entity uid="5415">
<Template>units/ptol_champion_cavalry</Template>
<Player>1</Player>
<Position x="777.90961" z="1677.65357"/>
<Orientation y="2.35621"/>
<Actor seed="29506"/>
</Entity>
<Entity uid="5432">
<Template>units/ptol_cavalry_spearman_merc_e</Template>
<Player>1</Player>
<Position x="1110.69532" z="1485.96961"/>
<Orientation y="1.8109"/>
</Entity>
<Entity uid="5442">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="412.11255" z="1438.14283"/>
<Orientation y="2.35621"/>
<Actor seed="40294"/>
</Entity>
<Entity uid="5443">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="398.36277" z="1437.76429"/>
<Orientation y="-2.04773"/>
<Actor seed="34760"/>
</Entity>
<Entity uid="5444">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="383.70966" z="1439.18787"/>
<Orientation y="3.57213"/>
<Actor seed="15436"/>
</Entity>
<Entity uid="5445">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="371.21186" z="1439.41993"/>
<Orientation y="-0.2434"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="5446">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="413.66276" z="1449.30286"/>
<Orientation y="2.83381"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="5447">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="401.17591" z="1448.73023"/>
<Orientation y="6.64933"/>
<Actor seed="15436"/>
</Entity>
<Entity uid="5448">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="386.46155" z="1449.20801"/>
<Orientation y="1.02947"/>
<Actor seed="34760"/>
</Entity>
<Entity uid="5449">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="372.78248" z="1447.90552"/>
<Orientation y="5.43342"/>
<Actor seed="40294"/>
</Entity>
<Entity uid="5450">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="374.38465" z="1460.17664"/>
<Orientation y="2.01603"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="5451">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="386.88245" z="1459.94459"/>
<Orientation y="4.63532"/>
<Actor seed="15436"/>
</Entity>
<Entity uid="5452">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="401.66181" z="1458.47095"/>
<Orientation y="-0.31743"/>
<Actor seed="34760"/>
</Entity>
<Entity uid="5453">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="415.28534" z="1458.89954"/>
<Orientation y="2.35622"/>
<Actor seed="40294"/>
</Entity>
<Entity uid="5454">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="445.48145" z="1485.87916"/>
<Orientation y="2.35621"/>
<Actor seed="45564"/>
</Entity>
<Entity uid="5455">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="400.09559" z="1531.80591"/>
<Orientation y="2.35621"/>
<Actor seed="54356"/>
</Entity>
<Entity uid="5456">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="279.42716" z="1528.0348"/>
<Orientation y="2.35621"/>
<Actor seed="38256"/>
</Entity>
<Entity uid="5457">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="284.95862" z="1523.61414"/>
<Orientation y="2.35621"/>
<Actor seed="62958"/>
</Entity>
<Entity uid="5458">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="285.32663" z="1517.49854"/>
<Orientation y="2.35621"/>
<Actor seed="65320"/>
</Entity>
<Entity uid="5459">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="281.17887" z="1533.50501"/>
<Orientation y="2.35621"/>
<Actor seed="41272"/>
</Entity>
<Entity uid="5460">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="288.9339" z="1513.19886"/>
<Orientation y="2.35621"/>
<Actor seed="18480"/>
</Entity>
<Entity uid="5461">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="240.90806" z="1486.05066"/>
<Orientation y="2.35621"/>
<Actor seed="36926"/>
</Entity>
<Entity uid="5462">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="312.86606" z="1495.4037"/>
<Orientation y="2.35621"/>
<Actor seed="65078"/>
</Entity>
<Entity uid="5464">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="380.22068" z="1566.30115"/>
<Orientation y="2.35621"/>
<Actor seed="29612"/>
</Entity>
<Entity uid="5465">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="453.74878" z="1534.38672"/>
<Orientation y="2.35621"/>
<Actor seed="1952"/>
</Entity>
<Entity uid="5466">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="440.87403" z="1536.59241"/>
<Orientation y="2.35621"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="5467">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="421.55817" z="1540.1792"/>
<Orientation y="2.35621"/>
<Actor seed="356"/>
</Entity>
<Entity uid="5475">
<Template>actor|geology/geo_waterfall_cave.xml</Template>
<Position x="447.9145" z="1352.65223"/>
<Orientation y="3.32988"/>
<Actor seed="8222"/>
</Entity>
<Entity uid="5476">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="172.085" z="1123.94996"/>
<Orientation y="1.28342"/>
<Actor seed="58282"/>
</Entity>
<Entity uid="5477">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="180.74546" z="1139.74024"/>
<Orientation y="2.35621"/>
<Actor seed="46354"/>
</Entity>
<Entity uid="5478">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="190.22007" z="1152.95923"/>
<Orientation y="2.35621"/>
<Actor seed="54686"/>
</Entity>
<Entity uid="5479">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="204.22065" z="1167.15943"/>
<Orientation y="2.35621"/>
<Actor seed="11794"/>
</Entity>
<Entity uid="5480">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="213.01618" z="1156.9856"/>
<Orientation y="2.35621"/>
<Actor seed="3408"/>
</Entity>
<Entity uid="5481">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="199.74445" z="1144.78602"/>
<Orientation y="2.35621"/>
<Actor seed="61742"/>
</Entity>
<Entity uid="5482">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="191.16965" z="1133.38245"/>
<Orientation y="2.35621"/>
<Actor seed="36520"/>
</Entity>
<Entity uid="5483">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="183.24225" z="1120.65796"/>
<Orientation y="1.69869"/>
<Actor seed="61794"/>
</Entity>
<Entity uid="5484">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="226.70011" z="1143.90918"/>
<Orientation y="2.35621"/>
<Actor seed="21654"/>
</Entity>
<Entity uid="5485">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="214.3119" z="1133.39734"/>
<Orientation y="2.35621"/>
<Actor seed="21040"/>
</Entity>
<Entity uid="5486">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="206.69941" z="1121.81812"/>
<Orientation y="2.35621"/>
<Actor seed="1950"/>
</Entity>
<Entity uid="5487">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="201.83771" z="1110.96692"/>
<Orientation y="2.35621"/>
<Actor seed="61704"/>
</Entity>
<Entity uid="5488">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="212.8899" z="1104.69361"/>
<Orientation y="2.35621"/>
<Actor seed="23184"/>
</Entity>
<Entity uid="5489">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="217.5972" z="1114.85364"/>
<Orientation y="2.35621"/>
<Actor seed="25606"/>
</Entity>
<Entity uid="5490">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="224.25712" z="1125.56653"/>
<Orientation y="2.35621"/>
<Actor seed="53084"/>
</Entity>
<Entity uid="5491">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="235.11225" z="1135.78174"/>
<Orientation y="2.35621"/>
<Actor seed="26768"/>
</Entity>
<Entity uid="5493">
<Template>structures/rome_farmstead</Template>
<Player>0</Player>
<Position x="232.35926" z="1103.85694"/>
<Orientation y="3.55306"/>
<Actor seed="4990"/>
</Entity>
<Entity uid="5494">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="264.63141" z="1069.0691"/>
<Orientation y="1.51641"/>
<Actor seed="726"/>
</Entity>
<Entity uid="5495">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="283.0254" z="1093.18726"/>
<Orientation y="2.35621"/>
<Actor seed="5732"/>
</Entity>
<Entity uid="5496">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="156.96778" z="1068.2157"/>
<Orientation y="2.35621"/>
<Actor seed="22814"/>
</Entity>
<Entity uid="5497">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="247.56934" z="1104.33313"/>
<Orientation y="2.35621"/>
<Actor seed="25116"/>
</Entity>
<Entity uid="5498">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="254.28592" z="1096.94751"/>
<Orientation y="2.35621"/>
<Actor seed="29590"/>
</Entity>
<Entity uid="5499">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="253.70395" z="1091.47706"/>
<Orientation y="2.35621"/>
<Actor seed="65040"/>
</Entity>
<Entity uid="5501">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="252.29596" z="1103.30103"/>
<Orientation y="2.35621"/>
<Actor seed="22926"/>
</Entity>
<Entity uid="5503">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="317.8928" z="1057.42481"/>
<Orientation y="2.35621"/>
<Actor seed="50830"/>
</Entity>
<Entity uid="5504">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="322.5351" z="1052.02833"/>
<Orientation y="2.35621"/>
<Actor seed="49560"/>
</Entity>
<Entity uid="5505">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="342.41205" z="1040.94227"/>
<Orientation y="2.35621"/>
<Actor seed="32586"/>
</Entity>
<Entity uid="5506">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="297.19086" z="1027.86402"/>
<Orientation y="2.35621"/>
<Actor seed="63268"/>
</Entity>
<Entity uid="5507">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="291.80771" z="1045.85047"/>
<Orientation y="2.35621"/>
<Actor seed="50338"/>
</Entity>
<Entity uid="5508">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="282.31992" z="1054.02613"/>
<Orientation y="2.35621"/>
<Actor seed="25950"/>
</Entity>
<Entity uid="5509">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="410.84168" z="1222.386"/>
<Orientation y="2.35621"/>
<Actor seed="61038"/>
</Entity>
<Entity uid="5510">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="439.28528" z="1212.55982"/>
<Orientation y="2.35621"/>
<Actor seed="64722"/>
</Entity>
<Entity uid="5511">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="458.63569" z="1217.75355"/>
<Orientation y="2.35621"/>
<Actor seed="37572"/>
</Entity>
<Entity uid="5512">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="465.77723" z="1217.78821"/>
<Orientation y="2.35621"/>
<Actor seed="54258"/>
</Entity>
<Entity uid="5513">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="437.32764" z="1213.53333"/>
<Orientation y="2.35621"/>
<Actor seed="46138"/>
</Entity>
<Entity uid="5514">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="538.51795" z="1324.39527"/>
<Orientation y="2.35621"/>
<Actor seed="41302"/>
</Entity>
<Entity uid="5515">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="531.33606" z="1327.03052"/>
<Orientation y="2.35621"/>
<Actor seed="17412"/>
</Entity>
<Entity uid="5516">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="532.66187" z="1318.98108"/>
<Orientation y="2.35621"/>
<Actor seed="25166"/>
</Entity>
<Entity uid="5517">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="603.29273" z="1123.77588"/>
<Orientation y="2.35621"/>
<Actor seed="42848"/>
</Entity>
<Entity uid="5518">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="606.00501" z="1120.21033"/>
<Orientation y="2.35621"/>
<Actor seed="24500"/>
</Entity>
<Entity uid="5519">
<Template>actor|geology/stone_scandiv_formation.xml</Template>
<Position x="248.50147" z="1552.16651"/>
<Orientation y="3.76726"/>
<Actor seed="1908"/>
</Entity>
<Entity uid="5520">
<Template>actor|geology/stonemine_granite_greek.xml</Template>
<Position x="262.46735" z="1500.75867"/>
<Orientation y="2.35621"/>
<Actor seed="63570"/>
</Entity>
<Entity uid="5521">
<Template>actor|geology/stonemine_granite_greek.xml</Template>
<Position x="255.775" z="1535.98584"/>
<Orientation y="2.35621"/>
<Actor seed="34908"/>
</Entity>
<Entity uid="5522">
<Template>actor|geology/stonemine_granite_greek.xml</Template>
<Position x="292.87989" z="1511.03675"/>
<Orientation y="2.35621"/>
<Actor seed="37020"/>
</Entity>
<Entity uid="5523">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="336.56684" z="1044.0293"/>
<Orientation y="2.35621"/>
<Actor seed="24696"/>
</Entity>
<Entity uid="5524">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="382.45884" z="1220.56531"/>
<Orientation y="2.35621"/>
<Actor seed="18942"/>
</Entity>
<Entity uid="5525">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="331.07154" z="1171.21241"/>
<Orientation y="2.35621"/>
<Actor seed="43012"/>
</Entity>
<Entity uid="5533">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="209.34388" z="1085.72779"/>
<Orientation y="2.35621"/>
<Actor seed="59836"/>
</Entity>
<Entity uid="5534">
<Template>actor|flora/trees/fig.xml</Template>
<Position x="208.42716" z="1071.87684"/>
<Orientation y="-0.54067"/>
</Entity>
<Entity uid="5535">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="206.94275" z="1082.09241"/>
<Orientation y="2.35621"/>
<Actor seed="12174"/>
</Entity>
<Entity uid="5536">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="204.8288" z="1078.66138"/>
<Orientation y="2.35621"/>
<Actor seed="472"/>
</Entity>
<Entity uid="5537">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="203.01224" z="1075.94898"/>
<Orientation y="2.35621"/>
<Actor seed="54440"/>
</Entity>
<Entity uid="5538">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="201.09006" z="1072.9856"/>
<Orientation y="2.35621"/>
<Actor seed="40204"/>
</Entity>
<Entity uid="5539">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="204.89466" z="1088.4845"/>
<Orientation y="2.35621"/>
<Actor seed="42940"/>
</Entity>
<Entity uid="5540">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="202.98267" z="1085.7378"/>
<Orientation y="2.35621"/>
<Actor seed="26872"/>
</Entity>
<Entity uid="5541">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="200.36438" z="1082.30726"/>
<Orientation y="2.35621"/>
<Actor seed="56014"/>
</Entity>
<Entity uid="5542">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="198.59482" z="1079.51355"/>
<Orientation y="2.35621"/>
<Actor seed="55432"/>
</Entity>
<Entity uid="5543">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="196.80442" z="1077.67725"/>
<Orientation y="2.35621"/>
<Actor seed="2562"/>
</Entity>
<Entity uid="5544">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="199.76267" z="1090.28553"/>
<Orientation y="2.35621"/>
<Actor seed="2172"/>
</Entity>
<Entity uid="5545">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="197.7527" z="1088.12159"/>
<Orientation y="2.35621"/>
<Actor seed="39858"/>
</Entity>
<Entity uid="5546">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="195.97461" z="1085.5"/>
<Orientation y="2.35621"/>
<Actor seed="57354"/>
</Entity>
<Entity uid="5547">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="193.69205" z="1083.00342"/>
<Orientation y="2.35621"/>
<Actor seed="39790"/>
</Entity>
<Entity uid="5548">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="220.00904" z="1079.81116"/>
<Orientation y="2.35621"/>
<Actor seed="51430"/>
</Entity>
<Entity uid="5549">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="217.78486" z="1076.0481"/>
<Orientation y="2.35621"/>
<Actor seed="46826"/>
</Entity>
<Entity uid="5550">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="216.06666" z="1072.93372"/>
<Orientation y="2.35621"/>
<Actor seed="18806"/>
</Entity>
<Entity uid="5551">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="214.24778" z="1069.67212"/>
<Orientation y="2.35621"/>
<Actor seed="48246"/>
</Entity>
<Entity uid="5552">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="212.09342" z="1065.88306"/>
<Orientation y="2.35621"/>
<Actor seed="41580"/>
</Entity>
<Entity uid="5553">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="225.28812" z="1079.2804"/>
<Orientation y="2.35621"/>
<Actor seed="30462"/>
</Entity>
<Entity uid="5554">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="223.83536" z="1075.72999"/>
<Orientation y="2.35621"/>
<Actor seed="7118"/>
</Entity>
<Entity uid="5555">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="221.61438" z="1072.70325"/>
<Orientation y="2.35621"/>
<Actor seed="9262"/>
</Entity>
<Entity uid="5556">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="220.31043" z="1070.31092"/>
<Orientation y="2.35621"/>
<Actor seed="35700"/>
</Entity>
<Entity uid="5557">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="218.69202" z="1068.18323"/>
<Orientation y="2.35621"/>
<Actor seed="9682"/>
</Entity>
<Entity uid="5558">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="230.71808" z="1078.37793"/>
<Orientation y="2.35621"/>
<Actor seed="29190"/>
</Entity>
<Entity uid="5559">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="229.14826" z="1075.00965"/>
<Orientation y="2.35621"/>
<Actor seed="6120"/>
</Entity>
<Entity uid="5561">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="255.97501" z="1090.323"/>
<Orientation y="0.58114"/>
<Actor seed="30052"/>
</Entity>
<Entity uid="5562">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="251.43155" z="1088.44129"/>
<Orientation y="4.85247"/>
<Actor seed="40976"/>
</Entity>
<Entity uid="5563">
<Template>actor|props/flora/ferns.xml</Template>
<Position x="187.02912" z="1094.17823"/>
<Orientation y="2.35621"/>
<Actor seed="28468"/>
</Entity>
<Entity uid="5564">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="178.0607" z="1094.30506"/>
<Orientation y="-4.99761"/>
<Actor seed="33886"/>
</Entity>
<Entity uid="5565">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="177.31797" z="1095.18921"/>
<Orientation y="2.35621"/>
<Actor seed="24064"/>
</Entity>
<Entity uid="5566">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="180.51008" z="1095.41224"/>
<Orientation y="0.74265"/>
<Actor seed="64470"/>
</Entity>
<Entity uid="5570">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="182.05561" z="1095.58692"/>
<Orientation y="7.6726"/>
<Actor seed="42430"/>
</Entity>
<Entity uid="5573">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="176.58057" z="1095.90528"/>
<Orientation y="-4.99761"/>
<Actor seed="33886"/>
</Entity>
<Entity uid="5574">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="180.91391" z="1094.8761"/>
<Orientation y="2.35621"/>
<Actor seed="29944"/>
</Entity>
<Entity uid="5575">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="178.82663" z="1094.03235"/>
<Orientation y="2.35621"/>
<Actor seed="22040"/>
</Entity>
<Entity uid="5576">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="182.98087" z="1095.00391"/>
<Orientation y="2.35621"/>
<Actor seed="62048"/>
</Entity>
<Entity uid="5577">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="184.72773" z="1094.80115"/>
<Orientation y="2.35621"/>
<Actor seed="23668"/>
</Entity>
<Entity uid="5578">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="184.03217" z="1094.93946"/>
<Orientation y="2.35621"/>
<Actor seed="59344"/>
</Entity>
<Entity uid="5579">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="178.05832" z="1095.68934"/>
<Orientation y="2.35621"/>
<Actor seed="37098"/>
</Entity>
<Entity uid="5580">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="181.1745" z="1096.01893"/>
<Orientation y="2.35621"/>
<Actor seed="63046"/>
</Entity>
<Entity uid="5581">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="179.56962" z="1096.02393"/>
<Orientation y="2.35621"/>
<Actor seed="11124"/>
</Entity>
<Entity uid="5582">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="183.71369" z="1096.49"/>
<Orientation y="2.35621"/>
<Actor seed="898"/>
</Entity>
<Entity uid="5583">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="186.16596" z="1095.39222"/>
<Orientation y="2.35621"/>
<Actor seed="40558"/>
</Entity>
<Entity uid="5584">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="240.40436" z="1076.20618"/>
<Orientation y="2.35621"/>
<Actor seed="46314"/>
</Entity>
<Entity uid="5585">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="240.12992" z="1079.0365"/>
<Orientation y="2.35621"/>
<Actor seed="35778"/>
</Entity>
<Entity uid="5586">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="237.34522" z="1078.64576"/>
<Orientation y="2.35621"/>
<Actor seed="10120"/>
</Entity>
<Entity uid="5587">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="237.78318" z="1075.87415"/>
<Orientation y="2.35621"/>
<Actor seed="38564"/>
</Entity>
<Entity uid="5588">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="243.9987" z="1079.0564"/>
<Orientation y="2.35621"/>
<Actor seed="6122"/>
</Entity>
<Entity uid="5589">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="244.3985" z="1076.67469"/>
<Orientation y="2.35621"/>
<Actor seed="59046"/>
</Entity>
<Entity uid="5590">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="246.42704" z="1078.9646"/>
<Orientation y="2.35621"/>
<Actor seed="51118"/>
</Entity>
<Entity uid="5591">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="246.64408" z="1076.7981"/>
<Orientation y="2.35621"/>
<Actor seed="60994"/>
</Entity>
<Entity uid="5592">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="247.5576" z="1096.74268"/>
<Orientation y="2.35621"/>
<Actor seed="19910"/>
</Entity>
<Entity uid="5593">
<Template>actor|props/special/eyecandy/hay_cart.xml</Template>
<Position x="191.94144" z="1143.94361"/>
<Orientation y="2.35621"/>
<Actor seed="42850"/>
</Entity>
<Entity uid="5594">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="321.01337" z="1307.52417"/>
<Orientation y="7.08773"/>
<Actor seed="58866"/>
</Entity>
<Entity uid="5595">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="346.7913" z="1333.0702"/>
<Orientation y="7.05803"/>
<Actor seed="47720"/>
</Entity>
<Entity uid="5603">
<Template>actor|props/special/eyecandy/sele_colonnade.xml</Template>
<Position x="139.88166" z="1097.72352"/>
<Orientation y="-3.93277"/>
<Actor seed="764"/>
</Entity>
<Entity uid="5604">
<Template>actor|props/special/eyecandy/sele_colonnade.xml</Template>
<Position x="137.78571" z="1094.25342"/>
<Orientation y="1.81792"/>
<Actor seed="41012"/>
</Entity>
<Entity uid="5605">
<Template>actor|props/special/eyecandy/sele_colonnade.xml</Template>
<Position x="137.8686" z="1090.6106"/>
<Orientation y="-1.87557"/>
<Actor seed="49814"/>
</Entity>
<Entity uid="5610">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="140.14432" z="1099.7251"/>
<Orientation y="1.95711"/>
<Actor seed="706"/>
</Entity>
<Entity uid="5611">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="177.61039" z="1081.48536"/>
<Orientation y="-4.22182"/>
<Actor seed="3924"/>
</Entity>
<Entity uid="5616">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="135.50367" z="1090.18738"/>
<Orientation y="-0.41666"/>
<Actor seed="3589"/>
</Entity>
<Entity uid="5617">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="137.5766" z="1096.76136"/>
<Orientation y="-0.41666"/>
<Actor seed="3589"/>
</Entity>
<Entity uid="5618">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="185.70533" z="1080.96302"/>
<Orientation y="2.35622"/>
<Actor seed="29612"/>
</Entity>
<Entity uid="5619">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="137.28739" z="1087.33399"/>
<Orientation y="2.35621"/>
<Actor seed="53448"/>
</Entity>
<Entity uid="5620">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="141.4968" z="1102.36219"/>
<Orientation y="2.35621"/>
<Actor seed="65470"/>
</Entity>
<Entity uid="5621">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="136.87244" z="1089.02125"/>
<Orientation y="2.35621"/>
<Actor seed="61194"/>
</Entity>
<Entity uid="5622">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="137.86042" z="1096.28431"/>
<Orientation y="2.35621"/>
<Actor seed="956"/>
</Entity>
<Entity uid="5623">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="135.71064" z="1059.96717"/>
<Orientation y="2.35621"/>
<Actor seed="15564"/>
</Entity>
<Entity uid="5624">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="124.17865" z="1053.19971"/>
<Orientation y="2.35621"/>
<Actor seed="30070"/>
</Entity>
<Entity uid="5625">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="115.8937" z="1053.08716"/>
<Orientation y="2.35621"/>
<Actor seed="43538"/>
</Entity>
<Entity uid="5626">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="141.14957" z="1069.39747"/>
<Orientation y="2.35621"/>
<Actor seed="1234"/>
</Entity>
<Entity uid="5627">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="151.28586" z="1057.16114"/>
<Orientation y="2.35621"/>
<Actor seed="52666"/>
</Entity>
<Entity uid="5628">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="137.7541" z="1044.44532"/>
<Orientation y="2.83079"/>
<Actor seed="7920"/>
</Entity>
<Entity uid="5629">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="124.2357" z="1040.03003"/>
<Orientation y="2.35621"/>
<Actor seed="51740"/>
</Entity>
<Entity uid="5630">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="153.92658" z="1075.96265"/>
<Orientation y="2.35621"/>
<Actor seed="51354"/>
</Entity>
<Entity uid="5631">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="140.53183" z="1083.7837"/>
<Orientation y="-0.93012"/>
<Actor seed="18584"/>
</Entity>
<Entity uid="5632">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="146.73258" z="1106.3202"/>
<Orientation y="2.35621"/>
<Actor seed="17936"/>
</Entity>
<Entity uid="5633">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="160.67405" z="1107.47547"/>
<Orientation y="2.35621"/>
<Actor seed="21884"/>
</Entity>
<Entity uid="5634">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="159.2577" z="1091.41346"/>
<Orientation y="2.35621"/>
<Actor seed="17802"/>
</Entity>
<Entity uid="5635">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="155.47107" z="1081.86622"/>
<Orientation y="2.35621"/>
<Actor seed="27484"/>
</Entity>
<Entity uid="5636">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="152.97718" z="1107.63294"/>
<Orientation y="2.35621"/>
<Actor seed="11464"/>
</Entity>
<Entity uid="5637">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="168.28678" z="1112.98401"/>
<Orientation y="2.35621"/>
<Actor seed="9592"/>
</Entity>
<Entity uid="5638">
<Template>actor|props/special/eyecandy/statue_aphrodite_small.xml</Template>
<Position x="139.8553" z="1094.37891"/>
<Orientation y="1.74642"/>
<Actor seed="20420"/>
</Entity>
<Entity uid="5639">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="281.6761" z="1076.77381"/>
<Orientation y="2.35621"/>
<Actor seed="13826"/>
</Entity>
<Entity uid="5640">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="288.04807" z="1076.28187"/>
<Orientation y="2.35621"/>
<Actor seed="3466"/>
</Entity>
<Entity uid="5641">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="294.81302" z="1075.76966"/>
<Orientation y="2.35621"/>
<Actor seed="518"/>
</Entity>
<Entity uid="5642">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="297.71064" z="1085.71546"/>
<Orientation y="2.35621"/>
<Actor seed="39608"/>
</Entity>
<Entity uid="5643">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="284.29468" z="1089.95643"/>
<Orientation y="2.35621"/>
<Actor seed="14342"/>
</Entity>
<Entity uid="5648">
<Template>actor|geology/stone_granite_greek_boulder.xml</Template>
<Position x="443.04108" z="1356.99085"/>
<Orientation y="2.35621"/>
<Actor seed="6644"/>
</Entity>
<Entity uid="5649">
<Template>actor|geology/stone_granite_greek_boulder.xml</Template>
<Position x="447.48783" z="1358.01917"/>
<Orientation y="2.35621"/>
<Actor seed="25104"/>
</Entity>
<Entity uid="5650">
<Template>actor|geology/stone_granite_greek_boulder.xml</Template>
<Position x="452.6284" z="1355.78553"/>
<Orientation y="2.35621"/>
<Actor seed="17502"/>
</Entity>
<Entity uid="5651">
<Template>actor|props/flora/bush_tempe_sm_lush.xml</Template>
<Position x="439.46354" z="1357.72974"/>
<Orientation y="2.35621"/>
<Actor seed="59046"/>
</Entity>
<Entity uid="5652">
<Template>actor|props/flora/bush_tempe_sm_lush.xml</Template>
<Position x="430.50022" z="1354.13965"/>
<Orientation y="2.35621"/>
<Actor seed="61856"/>
</Entity>
<Entity uid="5653">
<Template>actor|props/flora/bush_tempe_sm_lush.xml</Template>
<Position x="456.27155" z="1352.69654"/>
<Orientation y="2.35621"/>
<Actor seed="61760"/>
</Entity>
<Entity uid="5654">
<Template>actor|props/flora/bush_tempe_sm_lush.xml</Template>
<Position x="454.21174" z="1363.58472"/>
<Orientation y="2.35621"/>
<Actor seed="33302"/>
</Entity>
<Entity uid="5655">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="431.27021" z="1354.13526"/>
<Orientation y="2.35621"/>
<Actor seed="29692"/>
</Entity>
<Entity uid="5656">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="440.54429" z="1357.93946"/>
<Orientation y="2.35621"/>
<Actor seed="62698"/>
</Entity>
<Entity uid="5657">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="456.37537" z="1351.87"/>
<Orientation y="2.35621"/>
<Actor seed="26960"/>
</Entity>
<Entity uid="5658">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="453.79722" z="1363.86072"/>
<Orientation y="2.35621"/>
<Actor seed="34926"/>
</Entity>
<Entity uid="5659">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="439.57966" z="1332.8689"/>
<Orientation y="2.35621"/>
<Actor seed="34156"/>
</Entity>
<Entity uid="5660">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="437.0301" z="1329.32105"/>
<Orientation y="2.35621"/>
<Actor seed="26406"/>
</Entity>
<Entity uid="5661">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="434.00763" z="1327.83094"/>
<Orientation y="2.35621"/>
<Actor seed="40224"/>
</Entity>
<Entity uid="5662">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="443.89786" z="1326.96241"/>
<Orientation y="2.35621"/>
<Actor seed="21268"/>
</Entity>
<Entity uid="5663">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="440.84809" z="1323.844"/>
<Orientation y="2.35621"/>
<Actor seed="60790"/>
</Entity>
<Entity uid="5664">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="436.71113" z="1321.48523"/>
<Orientation y="2.35621"/>
<Actor seed="7660"/>
</Entity>
<Entity uid="5665">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="419.29673" z="1327.70862"/>
<Orientation y="2.35621"/>
<Actor seed="28826"/>
</Entity>
<Entity uid="5666">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="425.9939" z="1325.93262"/>
<Orientation y="2.35621"/>
<Actor seed="33418"/>
</Entity>
<Entity uid="5667">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="413.41944" z="1328.85035"/>
<Orientation y="2.35621"/>
<Actor seed="4054"/>
</Entity>
<Entity uid="5668">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="407.68458" z="1329.6808"/>
<Orientation y="2.35621"/>
<Actor seed="46076"/>
</Entity>
<Entity uid="5669">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="400.63572" z="1327.84986"/>
<Orientation y="2.35621"/>
<Actor seed="2252"/>
</Entity>
<Entity uid="5670">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="392.2161" z="1329.30286"/>
<Orientation y="2.35621"/>
<Actor seed="22130"/>
</Entity>
<Entity uid="5671">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="384.57377" z="1329.4297"/>
<Orientation y="3.70258"/>
<Actor seed="55704"/>
</Entity>
<Entity uid="5672">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="379.64762" z="1327.86744"/>
<Orientation y="2.35621"/>
<Actor seed="39616"/>
</Entity>
<Entity uid="5673">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="376.09955" z="1325.43543"/>
<Orientation y="2.35621"/>
<Actor seed="19156"/>
</Entity>
<Entity uid="5674">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="375.05485" z="1308.48865"/>
<Orientation y="2.35621"/>
<Actor seed="26078"/>
</Entity>
<Entity uid="5675">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="362.14759" z="1297.1576"/>
<Orientation y="2.35621"/>
<Actor seed="324"/>
</Entity>
<Entity uid="5676">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="346.21518" z="1283.80616"/>
<Orientation y="2.35621"/>
<Actor seed="40540"/>
</Entity>
<Entity uid="5677">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="338.01307" z="1279.27515"/>
<Orientation y="2.35621"/>
<Actor seed="23196"/>
</Entity>
<Entity uid="5678">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="333.96781" z="1271.16614"/>
<Orientation y="2.35621"/>
<Actor seed="18222"/>
</Entity>
<Entity uid="5679">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="322.71335" z="1267.53125"/>
<Orientation y="2.35621"/>
<Actor seed="2536"/>
</Entity>
<Entity uid="5680">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="306.39631" z="1269.02527"/>
<Orientation y="2.35621"/>
<Actor seed="58180"/>
</Entity>
<Entity uid="5681">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="283.98353" z="1287.77601"/>
<Orientation y="2.35621"/>
<Actor seed="16874"/>
</Entity>
<Entity uid="5682">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="277.64963" z="1292.78431"/>
<Orientation y="2.35621"/>
<Actor seed="63402"/>
</Entity>
<Entity uid="5683">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="285.10087" z="1295.79004"/>
<Orientation y="2.35621"/>
<Actor seed="11194"/>
</Entity>
<Entity uid="5684">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="300.48356" z="1281.8069"/>
<Orientation y="2.35621"/>
<Actor seed="45172"/>
</Entity>
<Entity uid="5685">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="309.5373" z="1275.79358"/>
<Orientation y="2.35621"/>
<Actor seed="56560"/>
</Entity>
<Entity uid="5686">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="328.63471" z="1277.18934"/>
<Orientation y="2.35621"/>
<Actor seed="20318"/>
</Entity>
<Entity uid="5687">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="368.05488" z="1300.55713"/>
<Orientation y="2.35621"/>
<Actor seed="6338"/>
</Entity>
<Entity uid="5688">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="357.37296" z="1301.35279"/>
<Orientation y="2.35621"/>
<Actor seed="49520"/>
</Entity>
<Entity uid="5689">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="368.39353" z="1308.97876"/>
<Orientation y="2.35621"/>
<Actor seed="1080"/>
</Entity>
<Entity uid="5690">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="385.26377" z="1323.47803"/>
<Orientation y="2.35621"/>
<Actor seed="9042"/>
</Entity>
<Entity uid="5691">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="396.92273" z="1323.13733"/>
<Orientation y="2.35621"/>
<Actor seed="46594"/>
</Entity>
<Entity uid="5692">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="410.056" z="1321.52405"/>
<Orientation y="2.35621"/>
<Actor seed="47832"/>
</Entity>
<Entity uid="5693">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="423.02054" z="1320.79261"/>
<Orientation y="2.35621"/>
<Actor seed="20228"/>
</Entity>
<Entity uid="5694">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="428.9459" z="1319.79432"/>
<Orientation y="2.35621"/>
<Actor seed="12570"/>
</Entity>
<Entity uid="5695">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="414.08646" z="1321.80384"/>
<Orientation y="2.35621"/>
<Actor seed="35178"/>
</Entity>
<Entity uid="5696">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="403.72925" z="1322.18897"/>
<Orientation y="2.35621"/>
<Actor seed="5692"/>
</Entity>
<Entity uid="5697">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="392.21967" z="1328.48804"/>
<Orientation y="2.35621"/>
<Actor seed="55396"/>
</Entity>
<Entity uid="5698">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="404.16041" z="1329.15613"/>
<Orientation y="2.35621"/>
<Actor seed="23156"/>
</Entity>
<Entity uid="5699">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="409.70224" z="1328.78638"/>
<Orientation y="2.35621"/>
<Actor seed="62348"/>
</Entity>
<Entity uid="5700">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="382.01594" z="1321.22974"/>
<Orientation y="2.35621"/>
<Actor seed="57300"/>
</Entity>
<Entity uid="5701">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="379.76133" z="1319.69434"/>
<Orientation y="2.35621"/>
<Actor seed="13356"/>
</Entity>
<Entity uid="5702">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="372.95807" z="1305.77015"/>
<Orientation y="2.35621"/>
<Actor seed="44010"/>
</Entity>
<Entity uid="5703">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="370.50184" z="1303.42688"/>
<Orientation y="2.35621"/>
<Actor seed="9548"/>
</Entity>
<Entity uid="5704">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="369.63318" z="1312.55115"/>
<Orientation y="2.35621"/>
<Actor seed="55992"/>
</Entity>
<Entity uid="5705">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="373.51029" z="1323.24561"/>
<Orientation y="2.35621"/>
<Actor seed="35736"/>
</Entity>
<Entity uid="5706">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="336.88898" z="1286.10572"/>
<Orientation y="2.35621"/>
<Actor seed="58348"/>
</Entity>
<Entity uid="5707">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="343.10315" z="1282.12745"/>
<Orientation y="2.35621"/>
<Actor seed="32500"/>
</Entity>
<Entity uid="5708">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="337.17298" z="1274.08838"/>
<Orientation y="2.35621"/>
<Actor seed="37674"/>
</Entity>
<Entity uid="5709">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="313.7797" z="1267.06092"/>
<Orientation y="2.35621"/>
<Actor seed="45686"/>
</Entity>
<Entity uid="5710">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="309.33808" z="1267.76392"/>
<Orientation y="2.35621"/>
<Actor seed="40238"/>
</Entity>
<Entity uid="5711">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="312.23871" z="1274.29395"/>
<Orientation y="2.35621"/>
<Actor seed="28174"/>
</Entity>
<Entity uid="5712">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="315.84925" z="1273.37842"/>
<Orientation y="2.35621"/>
<Actor seed="34742"/>
</Entity>
<Entity uid="5713">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="298.91034" z="1273.73597"/>
<Orientation y="2.35621"/>
<Actor seed="22474"/>
</Entity>
<Entity uid="5714">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="297.39042" z="1276.98084"/>
<Orientation y="2.35621"/>
<Actor seed="51918"/>
</Entity>
<Entity uid="5715">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="282.59766" z="1288.70215"/>
<Orientation y="2.35621"/>
<Actor seed="39142"/>
</Entity>
<Entity uid="5716">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="279.39255" z="1291"/>
<Orientation y="2.35621"/>
<Actor seed="50834"/>
</Entity>
<Entity uid="5717">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="280.80372" z="1290.27405"/>
<Orientation y="2.35621"/>
<Actor seed="52622"/>
</Entity>
<Entity uid="5718">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="273.8282" z="1297.57288"/>
<Orientation y="2.35621"/>
<Actor seed="33012"/>
</Entity>
<Entity uid="5719">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="278.13215" z="1300.3606"/>
<Orientation y="2.35621"/>
<Actor seed="9366"/>
</Entity>
<Entity uid="5720">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="416.62092" z="1330.27259"/>
<Orientation y="2.35621"/>
<Actor seed="54886"/>
</Entity>
<Entity uid="5721">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="360.46375" z="1293.17261"/>
<Orientation y="2.35621"/>
<Actor seed="23916"/>
</Entity>
<Entity uid="5722">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="423.50992" z="1326.10645"/>
<Orientation y="2.35621"/>
<Actor seed="12752"/>
</Entity>
<Entity uid="5723">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="429.41892" z="1326.13575"/>
<Orientation y="2.35621"/>
<Actor seed="2924"/>
</Entity>
<Entity uid="5724">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="390.42798" z="1328.6106"/>
<Orientation y="2.35621"/>
<Actor seed="33808"/>
</Entity>
<Entity uid="5725">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="388.88544" z="1328.50904"/>
<Orientation y="2.35621"/>
<Actor seed="12964"/>
</Entity>
<Entity uid="5726">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="373.07996" z="1316.19837"/>
<Orientation y="2.35621"/>
<Actor seed="58052"/>
</Entity>
<Entity uid="5727">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="372.4289" z="1315.11341"/>
<Orientation y="3.24151"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="5728">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="357.54017" z="1292.57776"/>
<Orientation y="2.35621"/>
<Actor seed="1616"/>
</Entity>
<Entity uid="5729">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="349.31724" z="1286.33912"/>
<Orientation y="2.35621"/>
<Actor seed="39954"/>
</Entity>
<Entity uid="5730">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="346.32856" z="1290.82935"/>
<Orientation y="2.35621"/>
<Actor seed="6252"/>
</Entity>
<Entity uid="5731">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="329.9014" z="1279.93274"/>
<Orientation y="2.35621"/>
<Actor seed="20576"/>
</Entity>
<Entity uid="5732">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="328.89191" z="1278.42408"/>
<Orientation y="2.35621"/>
<Actor seed="61412"/>
</Entity>
<Entity uid="5733">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="306.9621" z="1277.26221"/>
<Orientation y="1.57645"/>
<Actor seed="53274"/>
</Entity>
<Entity uid="5734">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="304.09861" z="1269.55188"/>
<Orientation y="2.35621"/>
<Actor seed="46226"/>
</Entity>
<Entity uid="5735">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="274.52411" z="1294.84437"/>
<Orientation y="2.35621"/>
<Actor seed="46000"/>
</Entity>
<Entity uid="5736">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="277.37116" z="1302.19324"/>
<Orientation y="2.35621"/>
<Actor seed="32032"/>
</Entity>
<Entity uid="5737">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="286.2729" z="1293.89307"/>
<Orientation y="2.35621"/>
<Actor seed="59222"/>
</Entity>
<Entity uid="5738">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="301.26615" z="1281.125"/>
<Orientation y="2.35621"/>
<Actor seed="33926"/>
</Entity>
<Entity uid="5739">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="352.97053" z="1296.67762"/>
<Orientation y="2.35621"/>
<Actor seed="2908"/>
</Entity>
<Entity uid="5740">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="303.27494" z="1270.40699"/>
<Orientation y="2.35621"/>
<Actor seed="1542"/>
</Entity>
<Entity uid="5741">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="320.23954" z="1267.0431"/>
<Orientation y="2.35621"/>
<Actor seed="59752"/>
</Entity>
<Entity uid="5742">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="371.06058" z="1313.83875"/>
<Orientation y="2.35621"/>
<Actor seed="49794"/>
</Entity>
<Entity uid="5743">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="367.33399" z="1308.0796"/>
<Orientation y="2.35621"/>
<Actor seed="13652"/>
</Entity>
<Entity uid="5744">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="450.7566" z="1341.3595"/>
<Orientation y="2.35621"/>
<Actor seed="34710"/>
</Entity>
<Entity uid="5745">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="378.76215" z="1311.57093"/>
<Orientation y="2.35621"/>
<Actor seed="25864"/>
</Entity>
<Entity uid="5746">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="324.41022" z="1274.14454"/>
<Orientation y="2.35621"/>
<Actor seed="13702"/>
</Entity>
<Entity uid="5747">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="337.34208" z="1276.48121"/>
<Orientation y="2.35621"/>
<Actor seed="30310"/>
</Entity>
<Entity uid="5748">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="287.83591" z="1292.44068"/>
<Orientation y="2.35621"/>
<Actor seed="22026"/>
</Entity>
<Entity uid="5749">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="280.63871" z="1297.2975"/>
<Orientation y="2.35621"/>
<Actor seed="9270"/>
</Entity>
<Entity uid="5750">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="295.66282" z="1283.4087"/>
<Orientation y="7.08773"/>
<Actor seed="58866"/>
</Entity>
<Entity uid="5751">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="272.21076" z="1260.85987"/>
<Orientation y="7.08773"/>
<Actor seed="58866"/>
</Entity>
<Entity uid="5752">
<Template>structures/rome_dock</Template>
<Player>6</Player>
<Position x="301.23343" z="1387.25696"/>
<Orientation y="4.4243"/>
<Actor seed="61478"/>
</Entity>
<Entity uid="5753">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="314.24921" z="1466.19471"/>
<Orientation y="-3.30515"/>
<Actor seed="531"/>
</Entity>
<Entity uid="5758">
<Template>structures/rome_wall_gate</Template>
<Player>6</Player>
<Position x="260.76142" z="1250.85169"/>
<Orientation y="0.83661"/>
<Obstruction group="5759" group2="5760"/>
<Actor seed="538"/>
</Entity>
<Entity uid="5759">
<Template>structures/rome_wall_tower</Template>
<Player>6</Player>
<Position x="248.20395" z="1265.33912"/>
<Orientation y="2.35621"/>
<Actor seed="35480"/>
</Entity>
<Entity uid="5760">
<Template>structures/rome_wall_tower</Template>
<Player>6</Player>
<Position x="271.63288" z="1238.24805"/>
<Orientation y="2.35621"/>
<Actor seed="2932"/>
</Entity>
<Entity uid="5761">
<Template>structures/rome_wall_short</Template>
<Player>6</Player>
<Position x="244.4893" z="1273.43006"/>
<Orientation y="7.54445"/>
<Obstruction group="5759" group2="5763"/>
<Actor seed="21116"/>
</Entity>
<Entity uid="5762">
<Template>structures/rome_wall_short</Template>
<Player>6</Player>
<Position x="278.3979" z="1236.6316"/>
<Orientation y="6.30535"/>
<Obstruction group="5759" group2="5760"/>
<Actor seed="12120"/>
</Entity>
<Entity uid="5763">
<Template>structures/rome_wall_tower</Template>
<Player>6</Player>
<Position x="241.83014" z="1284.12391"/>
<Orientation y="1.29209"/>
<Actor seed="35480"/>
</Entity>
<Entity uid="5764">
<Template>structures/rome_wall_tower</Template>
<Player>6</Player>
<Position x="285.86597" z="1236.12537"/>
<Orientation y="3.19123"/>
<Actor seed="2932"/>
</Entity>
<Entity uid="5765">
<Template>actor|props/special/eyecandy/road_temperate_long.xml</Template>
<Position x="263.08613" z="1251.93543"/>
<Orientation y="7.08773"/>
<Actor seed="58866"/>
</Entity>
<Entity uid="5766">
<Template>structures/rome_market</Template>
<Player>6</Player>
<Position x="267.57624" z="1280.05677"/>
<Orientation y="2.35621"/>
<Actor seed="5030"/>
</Entity>
<Entity uid="5767">
<Template>structures/rome_barracks</Template>
<Player>6</Player>
<Position x="293.63065" z="1304.68445"/>
<Orientation y="2.35621"/>
<Actor seed="52536"/>
</Entity>
<Entity uid="5768">
<Template>structures/rome_house</Template>
<Player>6</Player>
<Position x="295.6774" z="1262.41407"/>
<Orientation y="3.93345"/>
<Actor seed="26886"/>
</Entity>
<Entity uid="5769">
<Template>structures/rome_defense_tower</Template>
<Player>6</Player>
<Position x="281.29584" z="1252.1659"/>
<Orientation y="2.35621"/>
<Actor seed="18360"/>
</Entity>
<Entity uid="5770">
<Template>structures/rome_house</Template>
<Player>6</Player>
<Position x="304.71338" z="1327.30445"/>
<Orientation y="8.26638"/>
<Actor seed="52696"/>
</Entity>
<Entity uid="5771">
<Template>structures/rome_house</Template>
<Player>6</Player>
<Position x="320.17557" z="1285.6886"/>
<Orientation y="-2.34444"/>
<Actor seed="35086"/>
</Entity>
<Entity uid="5772">
<Template>structures/rome_blacksmith</Template>
<Player>6</Player>
<Position x="399.61554" z="1309.13111"/>
<Orientation y="4.69097"/>
<Actor seed="41150"/>
</Entity>
<Entity uid="5774">
<Template>structures/rome_temple_mars</Template>
<Player>6</Player>
<Position x="339.4184" z="1259.52063"/>
<Orientation y="0.77881"/>
<Actor seed="5342"/>
</Entity>
<Entity uid="5775">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="365.27192" z="1270.1548"/>
<Orientation y="2.35621"/>
<Actor seed="36672"/>
</Entity>
<Entity uid="5776">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="368.17994" z="1272.77002"/>
<Orientation y="2.35621"/>
<Actor seed="5844"/>
</Entity>
<Entity uid="5777">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="365.16404" z="1290.00574"/>
<Orientation y="2.35621"/>
<Actor seed="21462"/>
</Entity>
<Entity uid="5778">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="369.47992" z="1284.83045"/>
<Orientation y="2.35621"/>
<Actor seed="21996"/>
</Entity>
<Entity uid="5779">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="367.27118" z="1287.4845"/>
<Orientation y="2.35621"/>
<Actor seed="1854"/>
</Entity>
<Entity uid="5780">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="369.09385" z="1275.63892"/>
<Orientation y="2.35621"/>
<Actor seed="41980"/>
</Entity>
<Entity uid="5781">
<Template>actor|props/flora/cypress_row_a.xml</Template>
<Position x="302.6497" z="1342.13196"/>
<Orientation y="1.9621"/>
<Actor seed="13138"/>
</Entity>
<Entity uid="5782">
<Template>actor|props/flora/cypress_row_a.xml</Template>
<Position x="304.80671" z="1348.6449"/>
<Orientation y="1.82514"/>
<Actor seed="63186"/>
</Entity>
<Entity uid="5783">
<Template>actor|props/flora/cypress_row_a.xml</Template>
<Position x="305.3618" z="1371.62806"/>
<Orientation y="1.26015"/>
<Actor seed="5374"/>
</Entity>
<Entity uid="5784">
<Template>actor|props/flora/cypress_row_a.xml</Template>
<Position x="306.71735" z="1364.59034"/>
<Orientation y="1.49155"/>
<Actor seed="40418"/>
</Entity>
<Entity uid="5785">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="334.03177" z="1390.82007"/>
<Orientation y="2.35621"/>
<Actor seed="26458"/>
</Entity>
<Entity uid="5788">
<Template>actor|props/special/eyecandy/statues_roman.xml</Template>
<Position x="341.06199" z="1290.29737"/>
<Orientation y="-0.75953"/>
<Actor seed="57334"/>
</Entity>
<Entity uid="5789">
<Template>actor|props/special/eyecandy/statues_roman.xml</Template>
<Position x="349.18342" z="1299.70276"/>
<Orientation y="-0.79316"/>
<Actor seed="40116"/>
</Entity>
<Entity uid="5794">
<Template>actor|props/special/eyecandy/statues_roman.xml</Template>
<Position x="349.81913" z="1281.79664"/>
<Orientation y="-0.77327"/>
<Actor seed="35340"/>
</Entity>
<Entity uid="5795">
<Template>actor|props/special/eyecandy/statues_roman.xml</Template>
<Position x="359.29282" z="1290.82508"/>
<Orientation y="-0.77327"/>
<Actor seed="35340"/>
</Entity>
<Entity uid="5796">
<Template>actor|props/special/eyecandy/sword_rack.xml</Template>
<Position x="365.81852" z="1286.03223"/>
<Orientation y="-2.43288"/>
<Actor seed="63094"/>
</Entity>
<Entity uid="5797">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="313.1659" z="1356.7909"/>
<Orientation y="2.35621"/>
<Actor seed="6334"/>
</Entity>
<Entity uid="5798">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="325.79133" z="1369.78003"/>
<Orientation y="2.35621"/>
<Actor seed="41350"/>
</Entity>
<Entity uid="5799">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="350.38227" z="1368.4037"/>
<Orientation y="2.35621"/>
<Actor seed="62632"/>
</Entity>
<Entity uid="5800">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="351.29145" z="1369.12305"/>
<Orientation y="2.35621"/>
<Actor seed="14776"/>
</Entity>
<Entity uid="5801">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="350.90864" z="1369.44117"/>
<Orientation y="2.35621"/>
<Actor seed="53304"/>
</Entity>
<Entity uid="5802">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="287.30964" z="1247.07105"/>
<Orientation y="2.35621"/>
<Actor seed="51962"/>
</Entity>
<Entity uid="5803">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="290.30704" z="1249.23719"/>
<Orientation y="2.35621"/>
<Actor seed="7220"/>
</Entity>
<Entity uid="5804">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="293.85926" z="1251.95496"/>
<Orientation y="2.35621"/>
<Actor seed="14964"/>
</Entity>
<Entity uid="5805">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="348.45383" z="1375.30274"/>
<Orientation y="2.35621"/>
<Actor seed="56518"/>
</Entity>
<Entity uid="5806">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="352.69034" z="1374.26014"/>
<Orientation y="2.35621"/>
<Actor seed="58870"/>
</Entity>
<Entity uid="5807">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="355.93674" z="1371.29908"/>
<Orientation y="2.35621"/>
<Actor seed="50126"/>
</Entity>
<Entity uid="5808">
<Template>actor|props/special/eyecandy/anvil.xml</Template>
<Position x="390.58799" z="1308.72962"/>
<Orientation y="6.93755"/>
<Actor seed="200"/>
</Entity>
<Entity uid="5809">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="396.56052" z="1296.02393"/>
<Orientation y="1.90226"/>
<Actor seed="29020"/>
</Entity>
<Entity uid="5810">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="409.05536" z="1303.91077"/>
<Orientation y="4.86854"/>
<Actor seed="63766"/>
</Entity>
<Entity uid="5811">
<Template>actor|flora/trees/lumbardypoplar.xml</Template>
<Position x="409.34632" z="1307.39039"/>
<Orientation y="2.35621"/>
<Actor seed="39272"/>
</Entity>
<Entity uid="5812">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="309.93583" z="1283.92981"/>
<Orientation y="2.35621"/>
<Actor seed="12364"/>
</Entity>
<Entity uid="5813">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="312.202" z="1281.68152"/>
<Orientation y="2.35621"/>
<Actor seed="43006"/>
</Entity>
<Entity uid="5814">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="300.16144" z="1315.24842"/>
<Orientation y="2.35621"/>
<Actor seed="59050"/>
</Entity>
<Entity uid="5815">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="302.56031" z="1312.85071"/>
<Orientation y="2.35621"/>
<Actor seed="57536"/>
</Entity>
<Entity uid="5816">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="333.00504" z="1390.40809"/>
<Orientation y="2.35621"/>
<Actor seed="23062"/>
</Entity>
<Entity uid="5817">
<Template>actor|flora/trees/oak.xml</Template>
<Position x="430.26197" z="1345.70472"/>
<Orientation y="2.35621"/>
<Actor seed="57042"/>
</Entity>
<Entity uid="5818">
<Template>actor|flora/trees/oak.xml</Template>
<Position x="420.36728" z="1344.16968"/>
<Orientation y="2.35621"/>
<Actor seed="39566"/>
</Entity>
<Entity uid="5819">
<Template>actor|flora/trees/oak.xml</Template>
<Position x="417.95649" z="1338.52417"/>
<Orientation y="2.35621"/>
<Actor seed="14002"/>
</Entity>
<Entity uid="5820">
<Template>actor|flora/trees/oak.xml</Template>
<Position x="420.11371" z="1538.98865"/>
<Orientation y="2.35621"/>
<Actor seed="37658"/>
</Entity>
<Entity uid="5822">
<Template>actor|flora/trees/oak_new.xml</Template>
<Position x="410.94129" z="1536.92835"/>
<Orientation y="2.35621"/>
<Actor seed="64032"/>
</Entity>
<Entity uid="5823">
<Template>actor|flora/trees/oak_new.xml</Template>
<Position x="425.85172" z="1335.13685"/>
<Orientation y="2.35621"/>
<Actor seed="61840"/>
</Entity>
<Entity uid="5824">
<Template>actor|flora/trees/oak_new.xml</Template>
<Position x="396.19285" z="1523.72352"/>
<Orientation y="2.58313"/>
<Actor seed="32758"/>
</Entity>
<Entity uid="5825">
<Template>actor|flora/trees/oak_new.xml</Template>
<Position x="473.64414" z="1477.1521"/>
<Orientation y="2.35621"/>
<Actor seed="35102"/>
</Entity>
<Entity uid="5826">
<Template>actor|flora/trees/oak.xml</Template>
<Position x="466.3068" z="1478.46851"/>
<Orientation y="2.35621"/>
<Actor seed="18976"/>
</Entity>
<Entity uid="5827">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="516.2397" z="1353.52442"/>
<Orientation y="2.35621"/>
<Actor seed="10712"/>
</Entity>
<Entity uid="5828">
<Template>structures/rome_corral</Template>
<Player>6</Player>
<Position x="417.04688" z="1298.77894"/>
<Orientation y="0.05811"/>
<Actor seed="13174"/>
</Entity>
<Entity uid="5829">
<Template>gaia/fauna_pig</Template>
<Player>0</Player>
<Position x="413.45295" z="1313.7942"/>
<Orientation y="2.35621"/>
<Actor seed="36564"/>
</Entity>
<Entity uid="5830">
<Template>gaia/fauna_pig</Template>
<Player>0</Player>
<Position x="420.12421" z="1314.16675"/>
<Orientation y="3.4727"/>
<Actor seed="9386"/>
</Entity>
<Entity uid="5831">
<Template>gaia/fauna_pig</Template>
<Player>0</Player>
<Position x="423.82032" z="1315.44178"/>
<Orientation y="3.12432"/>
<Actor seed="48410"/>
</Entity>
<Entity uid="5832">
<Template>gaia/fauna_pig</Template>
<Player>0</Player>
<Position x="425.9094" z="1309.92676"/>
<Orientation y="4.89399"/>
<Actor seed="14424"/>
</Entity>
<Entity uid="5833">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="467.43238" z="1330.01148"/>
<Orientation y="4.67911"/>
<Actor seed="22796"/>
</Entity>
<Entity uid="5834">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="468.59006" z="1339.47059"/>
<Orientation y="2.35621"/>
<Actor seed="34872"/>
</Entity>
<Entity uid="5835">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="470.16248" z="1333.95264"/>
<Orientation y="-1.85079"/>
<Actor seed="60598"/>
</Entity>
<Entity uid="5836">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="463.76285" z="1332.8136"/>
<Orientation y="6.44169"/>
<Actor seed="14348"/>
</Entity>
<Entity uid="5837">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="232.71845" z="1282.9336"/>
<Orientation y="2.35621"/>
<Actor seed="57438"/>
</Entity>
<Entity uid="5838">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="230.3936" z="1280.16138"/>
<Orientation y="2.35621"/>
<Actor seed="10996"/>
</Entity>
<Entity uid="5839">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="321.90641" z="1246.37061"/>
<Orientation y="2.35621"/>
<Actor seed="6802"/>
</Entity>
<Entity uid="5840">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="317.77619" z="1244.13831"/>
<Orientation y="2.35621"/>
<Actor seed="21678"/>
</Entity>
<Entity uid="5841">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="341.99283" z="1246.14844"/>
<Orientation y="2.35621"/>
<Actor seed="33814"/>
</Entity>
<Entity uid="5842">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="324.85773" z="1243.02332"/>
<Orientation y="2.35621"/>
<Actor seed="27656"/>
</Entity>
<Entity uid="5843">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="346.90088" z="1250.6023"/>
<Orientation y="2.35621"/>
<Actor seed="41878"/>
</Entity>
<Entity uid="5844">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="338.1587" z="1242.2179"/>
<Orientation y="2.35621"/>
<Actor seed="47406"/>
</Entity>
<Entity uid="5845">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="280.8365" z="1463.23597"/>
<Orientation y="2.35621"/>
<Actor seed="16438"/>
</Entity>
<Entity uid="5846">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="267.3975" z="1449.35499"/>
<Orientation y="7.17121"/>
<Actor seed="37224"/>
</Entity>
<Entity uid="5848">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="269.14545" z="1448.11854"/>
<Orientation y="3.06884"/>
<Actor seed="26706"/>
</Entity>
<Entity uid="5849">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="175.47257" z="1218.84021"/>
<Orientation y="2.35621"/>
<Actor seed="32934"/>
</Entity>
<Entity uid="5850">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="183.17197" z="1221.03174"/>
<Orientation y="2.35621"/>
<Actor seed="44578"/>
</Entity>
<Entity uid="5851">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="759.70728" z="779.20966"/>
<Orientation y="2.35621"/>
<Actor seed="59386"/>
</Entity>
<Entity uid="5852">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="773.82673" z="757.12146"/>
<Orientation y="2.35621"/>
<Actor seed="46570"/>
</Entity>
<Entity uid="5853">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="824.67786" z="750.07496"/>
<Orientation y="2.34888"/>
<Actor seed="4752"/>
</Entity>
<Entity uid="5854">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="804.25312" z="752.9922"/>
<Orientation y="2.35621"/>
<Actor seed="32410"/>
</Entity>
<Entity uid="5855">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="730.0713" z="716.43006"/>
<Orientation y="2.35621"/>
<Actor seed="46176"/>
</Entity>
<Entity uid="5856">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="735.24024" z="691.17273"/>
<Orientation y="2.35621"/>
<Actor seed="9664"/>
</Entity>
<Entity uid="5857">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="748.51502" z="691.79011"/>
<Orientation y="2.35621"/>
<Actor seed="39016"/>
</Entity>
<Entity uid="5858">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="758.47046" z="684.98365"/>
<Orientation y="2.35621"/>
<Actor seed="28534"/>
</Entity>
<Entity uid="5859">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="781.68183" z="664.99042"/>
<Orientation y="2.35621"/>
<Actor seed="21280"/>
</Entity>
<Entity uid="5860">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="790.39106" z="657.0174"/>
<Orientation y="2.35621"/>
<Actor seed="3080"/>
</Entity>
<Entity uid="5861">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="731.22876" z="720.83844"/>
<Orientation y="2.35621"/>
<Actor seed="38090"/>
</Entity>
<Entity uid="5862">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="731.43036" z="709.44941"/>
<Orientation y="2.35621"/>
<Actor seed="16536"/>
</Entity>
<Entity uid="5863">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="741.98273" z="693.18732"/>
<Orientation y="2.70176"/>
<Actor seed="18880"/>
</Entity>
<Entity uid="5864">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="750.3047" z="700.15436"/>
<Orientation y="2.35621"/>
<Actor seed="13184"/>
</Entity>
<Entity uid="5865">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="753.40717" z="687.8172"/>
<Orientation y="2.35621"/>
<Actor seed="26098"/>
</Entity>
<Entity uid="5866">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="750.34955" z="690.6266"/>
<Orientation y="2.35621"/>
<Actor seed="33112"/>
</Entity>
<Entity uid="5867">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="775.5019" z="668.84156"/>
<Orientation y="2.35621"/>
<Actor seed="4436"/>
</Entity>
<Entity uid="5868">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="785.08857" z="664.36268"/>
<Orientation y="2.35621"/>
<Actor seed="19382"/>
</Entity>
<Entity uid="5869">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="795.37739" z="654.47895"/>
<Orientation y="2.35621"/>
<Actor seed="43764"/>
</Entity>
<Entity uid="5870">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="755.60761" z="786.32313"/>
<Orientation y="2.3364"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="5871">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="778.78528" z="755.76014"/>
<Orientation y="2.35621"/>
<Actor seed="32578"/>
</Entity>
<Entity uid="5872">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="784.19343" z="758.5315"/>
<Orientation y="2.35621"/>
<Actor seed="61268"/>
</Entity>
<Entity uid="5873">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="899.18708" z="764.71167"/>
<Orientation y="2.35621"/>
<Actor seed="6760"/>
</Entity>
<Entity uid="5874">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="880.6316" z="770.49244"/>
<Orientation y="1.81428"/>
<Actor seed="46380"/>
</Entity>
<Entity uid="5875">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="808.3979" z="794.44092"/>
<Orientation y="2.35621"/>
<Actor seed="26430"/>
</Entity>
<Entity uid="5876">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="820.37427" z="800.599"/>
<Orientation y="2.35621"/>
<Actor seed="50906"/>
</Entity>
<Entity uid="5877">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="936.85633" z="716.64014"/>
<Orientation y="2.35621"/>
<Actor seed="53226"/>
</Entity>
<Entity uid="5878">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="762.94306" z="778.35566"/>
<Orientation y="2.35621"/>
<Actor seed="48602"/>
</Entity>
<Entity uid="5879">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="918.3061" z="719.29816"/>
<Orientation y="2.35621"/>
<Actor seed="14892"/>
</Entity>
<Entity uid="5880">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="790.68042" z="661.36512"/>
<Orientation y="2.35621"/>
<Actor seed="17140"/>
</Entity>
<Entity uid="5881">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="742.25733" z="697.95484"/>
<Orientation y="2.35621"/>
<Actor seed="51526"/>
</Entity>
<Entity uid="5882">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="259.44523" z="1224.74695"/>
<Orientation y="0.98227"/>
<Actor seed="44834"/>
</Entity>
<Entity uid="5883">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.83793" z="1221.4076"/>
<Orientation y="7.64368"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="5884">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.51108" z="1218.22205"/>
<Orientation y="1.53321"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="5885">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.73304" z="1214.12098"/>
<Orientation y="1.10921"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="5888">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.37867" z="1223.50745"/>
<Orientation y="7.2626"/>
<Actor seed="35210"/>
</Entity>
<Entity uid="5889">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.4875" z="1225.72693"/>
<Orientation y="7.16439"/>
<Actor seed="16846"/>
</Entity>
<Entity uid="5890">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.73005" z="1222.4944"/>
<Orientation y="1.21895"/>
<Actor seed="48060"/>
</Entity>
<Entity uid="5891">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="253.44074" z="1222.63209"/>
<Orientation y="1.09766"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="5892">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.21409" z="1221.71058"/>
<Orientation y="1.08252"/>
<Actor seed="51490"/>
</Entity>
<Entity uid="5893">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="252.69062" z="1223.43519"/>
<Orientation y="1.0055"/>
<Actor seed="39888"/>
</Entity>
<Entity uid="5894">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.88767" z="1220.49488"/>
<Orientation y="1.17402"/>
<Actor seed="18912"/>
</Entity>
<Entity uid="5895">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.02244" z="1216.41492"/>
<Orientation y="4.65107"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="5896">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.49018" z="1212.96387"/>
<Orientation y="1.38248"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="5904">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.8809" z="1220.26282"/>
<Orientation y="7.64368"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="5905">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.40308" z="1219.35108"/>
<Orientation y="7.64368"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="5906">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.70032" z="1219.17115"/>
<Orientation y="-1.60128"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="5907">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.54755" z="1217.11658"/>
<Orientation y="1.39837"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="5908">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.43104" z="1216.23938"/>
<Orientation y="1.53321"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="5909">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.46119" z="1218.19227"/>
<Orientation y="1.53321"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="5910">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.28898" z="1217.30958"/>
<Orientation y="1.53321"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="5911">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.03513" z="1215.34461"/>
<Orientation y="4.50145"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="5912">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.35718" z="1215.24463"/>
<Orientation y="4.42275"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="5913">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.22361" z="1214.19166"/>
<Orientation y="4.42275"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="5914">
<Template>actor|particle/dust_storm.xml</Template>
<Position x="442.71134" z="1170.43921"/>
<Orientation y="2.35621"/>
<Actor seed="62310"/>
</Entity>
<Entity uid="5917">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="376.67798" z="1633.82081"/>
<Orientation y="2.35621"/>
<Actor seed="47080"/>
</Entity>
<Entity uid="5918">
<Template>actor|flora/trees/baobab.xml</Template>
<Position x="431.56131" z="1283.09937"/>
<Orientation y="2.35621"/>
<Actor seed="51720"/>
</Entity>
<Entity uid="5919">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="378.27173" z="1331.84327"/>
<Orientation y="2.35621"/>
<Actor seed="15686"/>
</Entity>
<Entity uid="5920">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="290.08893" z="1467.15101"/>
<Orientation y="2.35621"/>
<Actor seed="33818"/>
</Entity>
<Entity uid="5921">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="292.04465" z="1466.58313"/>
<Orientation y="2.35621"/>
<Actor seed="17624"/>
</Entity>
<Entity uid="5922">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="294.30628" z="1465.53736"/>
<Orientation y="2.35621"/>
<Actor seed="31702"/>
</Entity>
<Entity uid="5923">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="293.44935" z="1463.67359"/>
<Orientation y="2.35621"/>
<Actor seed="16538"/>
</Entity>
<Entity uid="5924">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="296.81986" z="1465.52027"/>
<Orientation y="2.35621"/>
<Actor seed="46318"/>
</Entity>
<Entity uid="5925">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="350.19855" z="1612.12671"/>
<Orientation y="2.35621"/>
<Actor seed="36054"/>
</Entity>
<Entity uid="5926">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="363.27997" z="1629.88575"/>
<Orientation y="2.35621"/>
<Actor seed="20112"/>
</Entity>
<Entity uid="5927">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="355.6048" z="1624.98255"/>
<Orientation y="2.35621"/>
<Actor seed="24324"/>
</Entity>
<Entity uid="5928">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="369.0236" z="1635.25696"/>
<Orientation y="2.35621"/>
<Actor seed="53664"/>
</Entity>
<Entity uid="5929">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="385.07441" z="1641.41602"/>
<Orientation y="2.35621"/>
<Actor seed="4510"/>
</Entity>
<Entity uid="5930">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="373.94486" z="1638.21192"/>
<Orientation y="2.35621"/>
<Actor seed="50426"/>
</Entity>
<Entity uid="5931">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="265.79773" z="1447.37916"/>
<Orientation y="2.35621"/>
<Actor seed="1524"/>
</Entity>
<Entity uid="5932">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="275.9939" z="1433.41407"/>
<Orientation y="2.35621"/>
<Actor seed="40456"/>
</Entity>
<Entity uid="5933">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="271.60505" z="1438.95557"/>
<Orientation y="2.35621"/>
<Actor seed="20334"/>
</Entity>
<Entity uid="5934">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="305.51304" z="1580.26893"/>
<Orientation y="2.35621"/>
<Actor seed="26018"/>
</Entity>
<Entity uid="5935">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="311.98316" z="1587.44776"/>
<Orientation y="2.35621"/>
<Actor seed="58444"/>
</Entity>
<Entity uid="5936">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="283.2816" z="1552.72706"/>
<Orientation y="2.35621"/>
<Actor seed="9714"/>
</Entity>
<Entity uid="5937">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="339.10425" z="1597.51233"/>
<Orientation y="2.35621"/>
<Actor seed="58248"/>
</Entity>
<Entity uid="5938">
<Template>actor|geology/stonemine_granite_greek.xml</Template>
<Position x="264.32975" z="1554.81312"/>
<Orientation y="2.35621"/>
<Actor seed="9190"/>
</Entity>
<Entity uid="5939">
<Template>actor|geology/stonemine_granite_greek.xml</Template>
<Position x="273.51594" z="1557.27247"/>
<Orientation y="2.35621"/>
<Actor seed="1920"/>
</Entity>
<Entity uid="5940">
<Template>actor|temp/fence_wood_long_a.xml</Template>
<Position x="338.20652" z="1617"/>
<Orientation y="3.20568"/>
<Actor seed="47800"/>
</Entity>
<Entity uid="5941">
<Template>actor|temp/fence_wood_long_a.xml</Template>
<Position x="327.57853" z="1608.76551"/>
<Orientation y="1.81977"/>
<Actor seed="18136"/>
</Entity>
<Entity uid="5942">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="335.62049" z="1609.03138"/>
<Orientation y="-2.28066"/>
<Actor seed="4044"/>
</Entity>
<Entity uid="5943">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="372.08509" z="1547.23682"/>
<Orientation y="2.35622"/>
<Actor seed="47080"/>
</Entity>
<Entity uid="5944">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="377.30817" z="1498.55591"/>
<Orientation y="2.35621"/>
<Actor seed="27422"/>
</Entity>
<Entity uid="5945">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="379.75608" z="1496.58484"/>
<Orientation y="2.35621"/>
<Actor seed="62796"/>
</Entity>
<Entity uid="5946">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="381.94602" z="1494.88172"/>
<Orientation y="2.35621"/>
<Actor seed="22900"/>
</Entity>
<Entity uid="5947">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="383.4462" z="1492.63465"/>
<Orientation y="2.35621"/>
<Actor seed="31822"/>
</Entity>
<Entity uid="5948">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="384.99878" z="1490.15381"/>
<Orientation y="2.35621"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="5949">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="379.20057" z="1504.07081"/>
<Orientation y="2.35621"/>
<Actor seed="42082"/>
</Entity>
<Entity uid="5950">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="379.96012" z="1502.1106"/>
<Orientation y="2.35621"/>
<Actor seed="37580"/>
</Entity>
<Entity uid="5951">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="382.13105" z="1500.03907"/>
<Orientation y="2.35621"/>
<Actor seed="30446"/>
</Entity>
<Entity uid="5952">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="384.32227" z="1499.08667"/>
<Orientation y="2.35621"/>
<Actor seed="19522"/>
</Entity>
<Entity uid="5953">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="385.88877" z="1496.55677"/>
<Orientation y="2.35621"/>
<Actor seed="6016"/>
</Entity>
<Entity uid="5954">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="387.42457" z="1494.26966"/>
<Orientation y="2.35621"/>
<Actor seed="58110"/>
</Entity>
<Entity uid="5955">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="381.15293" z="1508.4137"/>
<Orientation y="2.35621"/>
<Actor seed="19500"/>
</Entity>
<Entity uid="5956">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="382.201" z="1506.87305"/>
<Orientation y="2.35621"/>
<Actor seed="13196"/>
</Entity>
<Entity uid="5957">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="383.23307" z="1504.78931"/>
<Orientation y="2.35621"/>
<Actor seed="790"/>
</Entity>
<Entity uid="5958">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="385.25275" z="1503.40162"/>
<Orientation y="0.98325"/>
<Actor seed="47200"/>
</Entity>
<Entity uid="5959">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="387.40403" z="1502.24744"/>
<Orientation y="3.47452"/>
<Actor seed="36392"/>
</Entity>
<Entity uid="5960">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="388.06434" z="1500.21753"/>
<Orientation y="2.35621"/>
<Actor seed="34750"/>
</Entity>
<Entity uid="5961">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="389.48148" z="1498.22034"/>
<Orientation y="2.35621"/>
<Actor seed="38544"/>
</Entity>
<Entity uid="5962">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="382.59382" z="1512.98523"/>
<Orientation y="2.35621"/>
<Actor seed="45634"/>
</Entity>
<Entity uid="5963">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="383.86063" z="1511.49292"/>
<Orientation y="2.35621"/>
<Actor seed="22026"/>
</Entity>
<Entity uid="5964">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="384.92603" z="1509.6172"/>
<Orientation y="2.35621"/>
<Actor seed="38916"/>
</Entity>
<Entity uid="5965">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="386.87406" z="1507.68885"/>
<Orientation y="5.52248"/>
<Actor seed="38024"/>
</Entity>
<Entity uid="5966">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="388.60901" z="1506.28455"/>
<Orientation y="3.33021"/>
<Actor seed="63616"/>
</Entity>
<Entity uid="5967">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="390.08704" z="1504.8003"/>
<Orientation y="2.35621"/>
<Actor seed="23906"/>
</Entity>
<Entity uid="5968">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="391.23108" z="1502.3235"/>
<Orientation y="2.35621"/>
<Actor seed="9286"/>
</Entity>
<Entity uid="5969">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="385.26911" z="1515.912"/>
<Orientation y="2.35621"/>
<Actor seed="30564"/>
</Entity>
<Entity uid="5970">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="386.41712" z="1514.23475"/>
<Orientation y="2.35621"/>
<Actor seed="28034"/>
</Entity>
<Entity uid="5971">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="388.34488" z="1512.72242"/>
<Orientation y="2.35621"/>
<Actor seed="34840"/>
</Entity>
<Entity uid="5972">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="391.00266" z="1510.792"/>
<Orientation y="2.35621"/>
<Actor seed="24430"/>
</Entity>
<Entity uid="5973">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="391.89493" z="1509.10547"/>
<Orientation y="2.35621"/>
<Actor seed="35462"/>
</Entity>
<Entity uid="5974">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="393.13923" z="1506.9668"/>
<Orientation y="2.35621"/>
<Actor seed="710"/>
</Entity>
<Entity uid="5975">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="386.43042" z="1519.92176"/>
<Orientation y="2.35621"/>
<Actor seed="1744"/>
</Entity>
<Entity uid="5976">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="387.66468" z="1518.44922"/>
<Orientation y="2.35621"/>
<Actor seed="10292"/>
</Entity>
<Entity uid="5977">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="389.42148" z="1517.18726"/>
<Orientation y="2.35621"/>
<Actor seed="24558"/>
</Entity>
<Entity uid="5978">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="391.93058" z="1515.64954"/>
<Orientation y="2.35621"/>
<Actor seed="63468"/>
</Entity>
<Entity uid="5979">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="392.55967" z="1513.68702"/>
<Orientation y="2.35621"/>
<Actor seed="47570"/>
</Entity>
<Entity uid="5980">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="394.19956" z="1512.11902"/>
<Orientation y="2.35621"/>
<Actor seed="32860"/>
</Entity>
<Entity uid="5981">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="395.33512" z="1509.94153"/>
<Orientation y="2.35621"/>
<Actor seed="35428"/>
</Entity>
<Entity uid="5982">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="398.48774" z="1513.64417"/>
<Orientation y="2.35621"/>
<Actor seed="19508"/>
</Entity>
<Entity uid="5983">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="396.64386" z="1516.24878"/>
<Orientation y="2.35621"/>
<Actor seed="64626"/>
</Entity>
<Entity uid="5984">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="394.48902" z="1519.0188"/>
<Orientation y="2.35621"/>
<Actor seed="51852"/>
</Entity>
<Entity uid="5985">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="391.8412" z="1521.20228"/>
<Orientation y="2.35621"/>
<Actor seed="1060"/>
</Entity>
<Entity uid="5986">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="389.90482" z="1522.29249"/>
<Orientation y="2.35621"/>
<Actor seed="10898"/>
</Entity>
<Entity uid="5987">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="466.77897" z="1389.64917"/>
<Orientation y="2.35621"/>
<Actor seed="8586"/>
</Entity>
<Entity uid="5988">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="443.23096" z="1408.93421"/>
<Orientation y="2.35621"/>
<Actor seed="41278"/>
</Entity>
<Entity uid="5989">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="686.85798" z="1432.60755"/>
<Orientation y="-1.99836"/>
<Actor seed="16324"/>
</Entity>
<Entity uid="5990">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="523.1745" z="1494.5398"/>
<Orientation y="2.35621"/>
<Actor seed="48148"/>
</Entity>
<Entity uid="5992">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="487.37336" z="1279.62891"/>
<Orientation y="2.35621"/>
<Actor seed="17498"/>
</Entity>
<Entity uid="5993">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="491.96583" z="1364.16907"/>
<Orientation y="2.35621"/>
<Actor seed="28574"/>
</Entity>
<Entity uid="5994">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="496.26874" z="1367.79456"/>
<Orientation y="2.35621"/>
<Actor seed="36784"/>
</Entity>
<Entity uid="5995">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="508.28544" z="1394.49463"/>
<Orientation y="2.35621"/>
<Actor seed="48572"/>
</Entity>
<Entity uid="5996">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="508.11255" z="1393.01954"/>
<Orientation y="2.35621"/>
<Actor seed="5236"/>
</Entity>
<Entity uid="5997">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="507.7368" z="1396.74402"/>
<Orientation y="2.35621"/>
<Actor seed="44186"/>
</Entity>
<Entity uid="5998">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1403.50257" z="509.84559"/>
<Orientation y="1.12253"/>
<Actor seed="1507"/>
</Entity>
<Entity uid="5999">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1376.71998" z="528.37366"/>
<Orientation y="1.41631"/>
<Actor seed="1506"/>
</Entity>
<Entity uid="6000">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.44678" z="515.7881"/>
<Orientation y="5.89849"/>
<Actor seed="1503"/>
</Entity>
<Entity uid="6001">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.44678" z="511.7881"/>
<Orientation y="3.40845"/>
<Actor seed="1502"/>
</Entity>
<Entity uid="6003">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1370.44678" z="523.7881"/>
<Orientation y="1.21236"/>
<Actor seed="1500"/>
</Entity>
<Entity uid="6004">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1370.44678" z="519.7881"/>
<Orientation y="4.8436"/>
<Actor seed="1499"/>
</Entity>
<Entity uid="6005">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.44678" z="519.7881"/>
<Orientation y="1.61361"/>
<Actor seed="1413"/>
</Entity>
<Entity uid="6006">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1380.93055" z="542.11396"/>
<Orientation y="1.12253"/>
<Actor seed="1507"/>
</Entity>
<Entity uid="6007">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1391.7334" z="567.44343"/>
<Orientation y="1.41631"/>
<Actor seed="1506"/>
</Entity>
<Entity uid="6008">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1388.42688" z="530.8509"/>
<Orientation y="5.89849"/>
<Actor seed="1503"/>
</Entity>
<Entity uid="6010">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1385.63563" z="536.90668"/>
<Orientation y="1.54734"/>
<Actor seed="1501"/>
</Entity>
<Entity uid="6011">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1387.96314" z="535.30341"/>
<Orientation y="1.21236"/>
<Actor seed="1500"/>
</Entity>
<Entity uid="6012">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1394.31653" z="533.02594"/>
<Orientation y="4.8436"/>
<Actor seed="1499"/>
</Entity>
<Entity uid="6013">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1345.72718" z="496.3295"/>
<Orientation y="1.61361"/>
<Actor seed="1413"/>
</Entity>
<Entity uid="6018">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1802.09559" z="981.56513"/>
<Orientation y="-0.22486"/>
<Actor seed="401"/>
</Entity>
<Entity uid="6020">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1845.51111" z="949.87232"/>
<Orientation y="1.55486"/>
<Actor seed="398"/>
</Entity>
<Entity uid="6021">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1785.3252" z="975.4162"/>
<Orientation y="-0.27701"/>
<Actor seed="396"/>
</Entity>
<Entity uid="6022">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1857.85718" z="946.57898"/>
<Orientation y="-3.17298"/>
<Actor seed="393"/>
</Entity>
<Entity uid="6024">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1804.81617" z="983.59235"/>
<Orientation y="-1.21337"/>
<Actor seed="391"/>
</Entity>
<Entity uid="6032">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1529.97938" z="956.88135"/>
<Orientation y="0.79682"/>
<Actor seed="396"/>
</Entity>
<Entity uid="6068">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1851.21424" z="950.26746"/>
<Orientation y="-1.21337"/>
<Actor seed="391"/>
</Entity>
<Entity uid="6069">
<Template>structures/sele_civil_centre</Template>
<Player>1</Player>
<Position x="769.6172" z="1647.32142"/>
<Orientation y="0.80526"/>
<Actor seed="7466"/>
</Entity>
<Entity uid="6074">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="789.4264" z="1723.88221"/>
<Orientation y="2.35621"/>
<Actor seed="27834"/>
</Entity>
<Entity uid="6075">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="806.48273" z="1741.24024"/>
<Orientation y="6.17161"/>
<Actor seed="18242"/>
</Entity>
<Entity uid="6076">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="797.88001" z="1677.50147"/>
<Orientation y="2.35621"/>
<Actor seed="19888"/>
</Entity>
<Entity uid="6081">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="849.1377" z="1728.52723"/>
<Orientation y="2.35621"/>
<Actor seed="23136"/>
</Entity>
<Entity uid="6082">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="843.07874" z="1721.38111"/>
<Orientation y="2.35621"/>
<Actor seed="27104"/>
</Entity>
<Entity uid="6084">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="815.8249" z="1695.09876"/>
<Orientation y="2.35621"/>
<Actor seed="18192"/>
</Entity>
<Entity uid="6085">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="825.91224" z="1704.41297"/>
<Orientation y="2.35621"/>
<Actor seed="10792"/>
</Entity>
<Entity uid="6086">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="834.5719" z="1713.66468"/>
<Orientation y="2.35622"/>
<Actor seed="5996"/>
</Entity>
<Entity uid="6087">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="806.3888" z="1686.60193"/>
<Orientation y="2.35622"/>
<Actor seed="27104"/>
</Entity>
<Entity uid="6088">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="765.90809" z="1671.8888"/>
<Orientation y="2.35621"/>
<Actor seed="11810"/>
</Entity>
<Entity uid="6089">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="755.53107" z="1710.27796"/>
<Orientation y="2.35621"/>
<Actor seed="15652"/>
</Entity>
<Entity uid="6090">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="750.9272" z="1687.98743"/>
<Orientation y="2.35621"/>
<Actor seed="65018"/>
</Entity>
<Entity uid="6091">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="759.05274" z="1679.80567"/>
<Orientation y="2.35621"/>
<Actor seed="26088"/>
</Entity>
<Entity uid="6092">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="746.03754" z="1718.49305"/>
<Orientation y="2.35621"/>
<Actor seed="28324"/>
</Entity>
<Entity uid="6093">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="742.69288" z="1696.89747"/>
<Orientation y="2.35622"/>
<Actor seed="26088"/>
</Entity>
<Entity uid="6094">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="763.25104" z="1701.03174"/>
<Orientation y="2.35622"/>
<Actor seed="26088"/>
</Entity>
<Entity uid="6095">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="778.02338" z="1685.7323"/>
<Orientation y="2.35622"/>
<Actor seed="65018"/>
</Entity>
<Entity uid="6096">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="724.24775" z="1713.86072"/>
<Orientation y="2.35622"/>
<Actor seed="65018"/>
</Entity>
<Entity uid="6097">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="728.14094" z="1738.17225"/>
<Orientation y="2.35622"/>
<Actor seed="65018"/>
</Entity>
<Entity uid="6098">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="734.1684" z="1704.47571"/>
<Orientation y="2.35622"/>
<Actor seed="11810"/>
</Entity>
<Entity uid="6099">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="715.32984" z="1723.5846"/>
<Orientation y="2.35622"/>
<Actor seed="11810"/>
</Entity>
<Entity uid="6100">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="771.96167" z="1693.17725"/>
<Orientation y="2.35622"/>
<Actor seed="11810"/>
</Entity>
<Entity uid="6132">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1389.0337" z="1582.14014"/>
<Orientation y="-5.3563"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="6133">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1387.30713" z="1568.04725"/>
<Orientation y="-0.2016"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="6134">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1354.27173" z="1513.68763"/>
<Orientation y="1.1899"/>
<Actor seed="2313"/>
</Entity>
<Entity uid="6135">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1389.46448" z="1565.63233"/>
<Orientation y="-2.8091"/>
<Actor seed="2312"/>
</Entity>
<Entity uid="6136">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1365.8396" z="1526.719"/>
<Orientation y="3.1201"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="6137">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1362.77564" z="1523.91883"/>
<Orientation y="3.5443"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="6138">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1392.52344" z="1573.83265"/>
<Orientation y="0.59508"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="6139">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1344.93238" z="1522.87476"/>
<Orientation y="2.7144"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="6140">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1352.93238" z="1530.87476"/>
<Orientation y="1.3994"/>
<Actor seed="2222"/>
</Entity>
<Entity uid="6141">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1352.93238" z="1526.87476"/>
<Orientation y="2.31293"/>
<Actor seed="2221"/>
</Entity>
<Entity uid="6142">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1360.73084" z="1536.65491"/>
<Orientation y="1.83228"/>
<Actor seed="2220"/>
</Entity>
<Entity uid="6143">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1360.0824" z="1532.92493"/>
<Orientation y="3.77356"/>
<Actor seed="2219"/>
</Entity>
<Entity uid="6144">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1363.15687" z="1519.18226"/>
<Orientation y="4.23856"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="6145">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1366.92518" z="1517.84095"/>
<Orientation y="3.37342"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="6146">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1372.06421" z="1523.48462"/>
<Orientation y="-0.92267"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="6147">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1402.4419" z="1560.37208"/>
<Orientation y="6.10192"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="6148">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1377.53284" z="1524.93201"/>
<Orientation y="-2.61374"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="6149">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1403.45887" z="1567.31214"/>
<Orientation y="4.55637"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="6150">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1384.79468" z="1577.41004"/>
<Orientation y="-3.9115"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="6151">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1356.93238" z="1530.87476"/>
<Orientation y="1.3541"/>
<Actor seed="2128"/>
</Entity>
<Entity uid="6152">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1356.93238" z="1526.87476"/>
<Orientation y="2.54526"/>
<Actor seed="2127"/>
</Entity>
<Entity uid="6153">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1364.93238" z="1530.87476"/>
<Orientation y="1.71184"/>
<Actor seed="2126"/>
</Entity>
<Entity uid="6154">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1364.24244" z="1510.30408"/>
<Orientation y="4.18737"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="6155">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1385.5702" z="1563.40577"/>
<Orientation y="4.20554"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="6156">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1351.42469" z="1518.24805"/>
<Orientation y="2.97832"/>
<Actor seed="1894"/>
</Entity>
<Entity uid="6157">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1325.54505" z="1519.53736"/>
<Orientation y="0.56736"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="6158">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1323.1183" z="1511.54395"/>
<Orientation y="5.72205"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="6159">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1299.48035" z="1494.81324"/>
<Orientation y="1.72022"/>
<Actor seed="2313"/>
</Entity>
<Entity uid="6160">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1312.93042" z="1510.78821"/>
<Orientation y="3.11455"/>
<Actor seed="2312"/>
</Entity>
<Entity uid="6161">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1335.02137" z="1519.58973"/>
<Orientation y="3.30843"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="6162">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1290.92176" z="1518.95447"/>
<Orientation y="3.73264"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="6163">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1287.30921" z="1528.35218"/>
<Orientation y="6.51873"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="6164">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1292.56055" z="1514.18482"/>
<Orientation y="3.24471"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="6165">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1298.7173" z="1499.19507"/>
<Orientation y="1.92972"/>
<Actor seed="2222"/>
</Entity>
<Entity uid="6166">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1293.74" z="1532.99366"/>
<Orientation y="2.84325"/>
<Actor seed="2221"/>
</Entity>
<Entity uid="6167">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1309.66504" z="1502.04957"/>
<Orientation y="2.3626"/>
<Actor seed="2220"/>
</Entity>
<Entity uid="6168">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1307.64185" z="1498.599"/>
<Orientation y="4.30388"/>
<Actor seed="2219"/>
</Entity>
<Entity uid="6169">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1330.97474" z="1512.68848"/>
<Orientation y="4.4269"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="6170">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1334.42542" z="1510.66529"/>
<Orientation y="3.56176"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="6171">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1343.76038" z="1510.76758"/>
<Orientation y="5.3642"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="6172">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1341.9225" z="1515.5431"/>
<Orientation y="6.63224"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="6173">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1357.6521" z="1509.21717"/>
<Orientation y="3.67313"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="6174">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1347.21106" z="1508.7444"/>
<Orientation y="5.0867"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="6175">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1323.44776" z="1509.5868"/>
<Orientation y="-2.03473"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="6176">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1302.16785" z="1497.17164"/>
<Orientation y="1.88442"/>
<Actor seed="2128"/>
</Entity>
<Entity uid="6177">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1297.85572" z="1504.85145"/>
<Orientation y="3.07558"/>
<Actor seed="2127"/>
</Entity>
<Entity uid="6178">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1293.14283" z="1506.19935"/>
<Orientation y="2.24216"/>
<Actor seed="2126"/>
</Entity>
<Entity uid="6179">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1334.56775" z="1580.19825"/>
<Orientation y="3.77352"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="6180">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1345.37293" z="1513.5199"/>
<Orientation y="4.73586"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="6181">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1304.71937" z="1502.64869"/>
<Orientation y="3.50864"/>
<Actor seed="1894"/>
</Entity>
<Entity uid="6182">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1355.19092" z="1622.4474"/>
<Orientation y="-0.81325"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="6183">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1394.20386" z="1617.65674"/>
<Orientation y="4.34145"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="6184">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.04859" z="1604.35169"/>
<Orientation y="-5.41694"/>
<Actor seed="2313"/>
</Entity>
<Entity uid="6185">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1371.75647" z="1610.49463"/>
<Orientation y="1.73395"/>
<Actor seed="2312"/>
</Entity>
<Entity uid="6186">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1391.14649" z="1628.60523"/>
<Orientation y="1.92783"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="6187">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1359.42786" z="1626.4463"/>
<Orientation y="2.35204"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="6188">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1406.05188" z="1588.95398"/>
<Orientation y="5.13813"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="6189">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1296.83057" z="1519.04126"/>
<Orientation y="-3.89245"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="6190">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1392.47095" z="1571.99659"/>
<Orientation y="-5.20743"/>
<Actor seed="2222"/>
</Entity>
<Entity uid="6191">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1393.74292" z="1568.20423"/>
<Orientation y="-4.2939"/>
<Actor seed="2221"/>
</Entity>
<Entity uid="6192">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1377.7682" z="1605.21644"/>
<Orientation y="0.982"/>
<Actor seed="2220"/>
</Entity>
<Entity uid="6193">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1380.77405" z="1602.5774"/>
<Orientation y="2.92328"/>
<Actor seed="2219"/>
</Entity>
<Entity uid="6194">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1374.24158" z="1624.80591"/>
<Orientation y="3.0463"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="6195">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1389.74683" z="1635.23414"/>
<Orientation y="2.18116"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="6196">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1344.65674" z="1674.69568"/>
<Orientation y="3.9836"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="6197">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1380.76148" z="1630.09876"/>
<Orientation y="5.25164"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="6198">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1368.97413" z="1652.46949"/>
<Orientation y="2.29253"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="6199">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1373.89136" z="1645.54871"/>
<Orientation y="3.7061"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="6200">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1405.24036" z="1593.82911"/>
<Orientation y="0.63155"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="6201">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1381.14087" z="1596.93238"/>
<Orientation y="0.50382"/>
<Actor seed="2128"/>
</Entity>
<Entity uid="6202">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1384.14673" z="1594.29334"/>
<Orientation y="1.69498"/>
<Actor seed="2127"/>
</Entity>
<Entity uid="6203">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1386.41907" z="1602.9441"/>
<Orientation y="0.86156"/>
<Actor seed="2126"/>
</Entity>
<Entity uid="6204">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1379.67383" z="1619.51221"/>
<Orientation y="2.99511"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="6205">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1372.9286" z="1636.08033"/>
<Orientation y="3.35526"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="6206">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1407.9751" z="1580.97437"/>
<Orientation y="2.12804"/>
<Actor seed="1894"/>
</Entity>
<Entity uid="6207">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1255.01441" z="1685.31983"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="6208">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1259.01441" z="1681.31983"/>
<Orientation y="5.19173"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="6209">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1180.83313" z="1665.60645"/>
<Orientation y="1.1899"/>
<Actor seed="2313"/>
</Entity>
<Entity uid="6210">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1282.40174" z="1680.69385"/>
<Orientation y="2.58423"/>
<Actor seed="2312"/>
</Entity>
<Entity uid="6211">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1260.97278" z="1691.4939"/>
<Orientation y="2.77811"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="6212">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1266.6294" z="1677.77051"/>
<Orientation y="3.20232"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="6213">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1280.45423" z="1693.02833"/>
<Orientation y="5.98841"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="6214">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1234.53187" z="1608.25757"/>
<Orientation y="2.7144"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="6215">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1257.0265" z="1699.63306"/>
<Orientation y="1.3994"/>
<Actor seed="2222"/>
</Entity>
<Entity uid="6216">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1248.97925" z="1681.79969"/>
<Orientation y="2.31293"/>
<Actor seed="2221"/>
</Entity>
<Entity uid="6217">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1282.40174" z="1672.69385"/>
<Orientation y="1.83228"/>
<Actor seed="2220"/>
</Entity>
<Entity uid="6218">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1282.40174" z="1668.69385"/>
<Orientation y="3.77356"/>
<Actor seed="2219"/>
</Entity>
<Entity uid="6219">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.90088" z="1674.11634"/>
<Orientation y="3.89658"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="6220">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1324.84034" z="1670.67066"/>
<Orientation y="3.03144"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="6221">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.96192" z="1684.98536"/>
<Orientation y="4.83388"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="6222">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1272.96192" z="1680.98536"/>
<Orientation y="6.10192"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="6223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1276.96192" z="1688.98536"/>
<Orientation y="3.14281"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="6224">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1261.87891" z="1684.57825"/>
<Orientation y="4.55637"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="6225">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1276.45423" z="1689.02833"/>
<Orientation y="1.48183"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="6226">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1243.78138" z="1606.76368"/>
<Orientation y="1.3541"/>
<Actor seed="2128"/>
</Entity>
<Entity uid="6227">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.58472" z="1655.87476"/>
<Orientation y="2.54526"/>
<Actor seed="2127"/>
</Entity>
<Entity uid="6228">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1286.40174" z="1664.69385"/>
<Orientation y="1.71184"/>
<Actor seed="2126"/>
</Entity>
<Entity uid="6229">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1317.33423" z="1676.73292"/>
<Orientation y="3.84539"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="6230">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1228.03687" z="1605.5547"/>
<Orientation y="4.20554"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="6231">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.43396" z="1617.20215"/>
<Orientation y="2.97832"/>
<Actor seed="1894"/>
</Entity>
<Entity uid="6232">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1248.35535" z="1690.18555"/>
<Orientation y="3.04632"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="6233">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1283.2964" z="1705.66553"/>
<Orientation y="8.20101"/>
<Actor seed="2318"/>
</Entity>
<Entity uid="6234">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1298.698" z="1739.18372"/>
<Orientation y="4.19918"/>
<Actor seed="2313"/>
</Entity>
<Entity uid="6235">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1283.17579" z="1722.12793"/>
<Orientation y="5.59351"/>
<Actor seed="2312"/>
</Entity>
<Entity uid="6236">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1277.3567" z="1705.21241"/>
<Orientation y="5.78739"/>
<Actor seed="2311"/>
</Entity>
<Entity uid="6237">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1278.8036" z="1709.10279"/>
<Orientation y="6.2116"/>
<Actor seed="2229"/>
</Entity>
<Entity uid="6238">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1269.81153" z="1719.29871"/>
<Orientation y="8.99769"/>
<Actor seed="2228"/>
</Entity>
<Entity uid="6239">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1295.86951" z="1748.02918"/>
<Orientation y="5.72367"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="6240">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1269.24866" z="1726.48536"/>
<Orientation y="4.40868"/>
<Actor seed="2222"/>
</Entity>
<Entity uid="6241">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1247.5459" z="1717.49646"/>
<Orientation y="5.32221"/>
<Actor seed="2221"/>
</Entity>
<Entity uid="6242">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1266.66041" z="1736.07728"/>
<Orientation y="4.84156"/>
<Actor seed="2220"/>
</Entity>
<Entity uid="6243">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1321.11475" z="1730.79834"/>
<Orientation y="6.78284"/>
<Actor seed="2219"/>
</Entity>
<Entity uid="6244">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1276.30127" z="1713.14246"/>
<Orientation y="6.90586"/>
<Actor seed="2218"/>
</Entity>
<Entity uid="6245">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.33619" z="1712.61463"/>
<Orientation y="6.04072"/>
<Actor seed="2217"/>
</Entity>
<Entity uid="6246">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1269.95435" z="1700.19178"/>
<Orientation y="7.84316"/>
<Actor seed="2216"/>
</Entity>
<Entity uid="6247">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1269.42664" z="1704.15687"/>
<Orientation y="9.1112"/>
<Actor seed="2215"/>
</Entity>
<Entity uid="6248">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1266.5171" z="1695.6991"/>
<Orientation y="6.15209"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="6249">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.98938" z="1699.66407"/>
<Orientation y="7.56565"/>
<Actor seed="2211"/>
</Entity>
<Entity uid="6250">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1323.4485" z="1723.86036"/>
<Orientation y="4.49111"/>
<Actor seed="2132"/>
</Entity>
<Entity uid="6251">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1214.90418" z="1717.98377"/>
<Orientation y="4.36338"/>
<Actor seed="2128"/>
</Entity>
<Entity uid="6252">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1260.07142" z="1765.63355"/>
<Orientation y="5.55454"/>
<Actor seed="2127"/>
</Entity>
<Entity uid="6253">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1273.28553" z="1734.1023"/>
<Orientation y="4.72112"/>
<Actor seed="2126"/>
</Entity>
<Entity uid="6254">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1271.28064" z="1720.54468"/>
<Orientation y="6.85467"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="6255">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1265.46155" z="1703.62916"/>
<Orientation y="7.21482"/>
<Actor seed="2123"/>
</Entity>
<Entity uid="6256">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1288.8235" z="1751.7588"/>
<Orientation y="5.9876"/>
<Actor seed="1894"/>
</Entity>
<Entity uid="6257">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1216.04407" z="1878.23292"/>
<Orientation y="1.43648"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="6258">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1318.71277" z="1864.391"/>
<Orientation y="3.75687"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="6259">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.04407" z="1886.23292"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="6260">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1228.04407" z="1878.23292"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6261">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1293.636" z="1859.5204"/>
<Orientation y="4.61875"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="6262">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1230.41907" z="1873.4502"/>
<Orientation y="2.51532"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="6263">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1239.54969" z="1879.92786"/>
<Orientation y="1.0676"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="6264">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1235.1233" z="1888.40333"/>
<Orientation y="1.81522"/>
<Actor seed="2333"/>
</Entity>
<Entity uid="6265">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1223.33484" z="1889.20496"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6266">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1218.2671" z="1878.46338"/>
<Orientation y="6.26354"/>
<Actor seed="2873"/>
</Entity>
<Entity uid="6267">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1296.04786" z="1867.91565"/>
<Orientation y="1.63695"/>
<Actor seed="2845"/>
</Entity>
<Entity uid="6268">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1217.70899" z="1876.11988"/>
<Orientation y="3.4129"/>
<Actor seed="2844"/>
</Entity>
<Entity uid="6269">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1213.70911" z="1888.11988"/>
<Orientation y="0.13462"/>
<Actor seed="2843"/>
</Entity>
<Entity uid="6270">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1230.2422" z="1879.0293"/>
<Orientation y="0.8707"/>
<Actor seed="2664"/>
</Entity>
<Entity uid="6271">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1051.99671" z="1822.99683"/>
<Orientation y="1.43648"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="6272">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1134.95667" z="1891.51734"/>
<Orientation y="7.94315"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="6273">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1055.99671" z="1830.99683"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="6274">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1071.68726" z="1803.32166"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6275">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1059.99671" z="1826.99683"/>
<Orientation y="4.61875"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="6276">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1059.05811" z="1815.25733"/>
<Orientation y="2.51532"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="6277">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1067.05811" z="1811.25733"/>
<Orientation y="1.0676"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="6278">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1063.05811" z="1811.25733"/>
<Orientation y="1.81522"/>
<Actor seed="2333"/>
</Entity>
<Entity uid="6279">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.00745" z="1805.77076"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6280">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1054.21973" z="1823.2273"/>
<Orientation y="6.26354"/>
<Actor seed="2873"/>
</Entity>
<Entity uid="6281">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1053.66163" z="1816.88367"/>
<Orientation y="1.63695"/>
<Actor seed="2845"/>
</Entity>
<Entity uid="6282">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1053.66163" z="1820.8838"/>
<Orientation y="3.4129"/>
<Actor seed="2844"/>
</Entity>
<Entity uid="6283">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1049.66175" z="1832.8838"/>
<Orientation y="0.13462"/>
<Actor seed="2843"/>
</Entity>
<Entity uid="6284">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1064.21961" z="1816.34705"/>
<Orientation y="0.8707"/>
<Actor seed="2664"/>
</Entity>
<Entity uid="6285">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1095.94727" z="1830.03284"/>
<Orientation y="1.43648"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="6286">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.17176" z="1811.99"/>
<Orientation y="3.75687"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="6287">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1112.00611" z="1820.81897"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="6288">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.83863" z="1782.48609"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6289">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1091.36133" z="1777.03162"/>
<Orientation y="4.61875"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="6290">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1097.80262" z="1804.84864"/>
<Orientation y="2.51532"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="6291">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1097.40174" z="1780.82789"/>
<Orientation y="1.0676"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="6292">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1071.55555" z="1738.06177"/>
<Orientation y="1.81522"/>
<Actor seed="2333"/>
</Entity>
<Entity uid="6293">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1090.6521" z="1784.00367"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6294">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1085.58436" z="1773.2621"/>
<Orientation y="6.26354"/>
<Actor seed="2873"/>
</Entity>
<Entity uid="6295">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.32532" z="1811.21692"/>
<Orientation y="1.63695"/>
<Actor seed="2845"/>
</Entity>
<Entity uid="6296">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1062.22962" z="1812.32923"/>
<Orientation y="3.4129"/>
<Actor seed="2844"/>
</Entity>
<Entity uid="6297">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1081.02637" z="1782.91858"/>
<Orientation y="0.13462"/>
<Actor seed="2843"/>
</Entity>
<Entity uid="6298">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1163.54688" z="1671.32361"/>
<Orientation y="0.8707"/>
<Actor seed="2664"/>
</Entity>
<Entity uid="6299">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1020.45691" z="1799.69446"/>
<Orientation y="1.43648"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="6300">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1024.45691" z="1803.69446"/>
<Orientation y="3.75687"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="6301">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1024.45691" z="1807.69446"/>
<Orientation y="2.39461"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="6303">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1028.45691" z="1803.69446"/>
<Orientation y="4.61875"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="6304">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1102.11194" z="1845.6045"/>
<Orientation y="2.51532"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="6305">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1102.90186" z="1758.40601"/>
<Orientation y="1.0676"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="6307">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1017.68091" z="1800.37073"/>
<Orientation y="5.98168"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="6308">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1022.67994" z="1799.92493"/>
<Orientation y="6.26354"/>
<Actor seed="2873"/>
</Entity>
<Entity uid="6309">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1022.12183" z="1793.5813"/>
<Orientation y="1.63695"/>
<Actor seed="2845"/>
</Entity>
<Entity uid="6310">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1022.12183" z="1797.58143"/>
<Orientation y="3.4129"/>
<Actor seed="2844"/>
</Entity>
<Entity uid="6311">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1018.12195" z="1809.58143"/>
<Orientation y="0.13462"/>
<Actor seed="2843"/>
</Entity>
<Entity uid="6312">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1243.11133" z="1717.6449"/>
<Orientation y="1.41347"/>
<Actor seed="2664"/>
</Entity>
<Entity uid="6313">
<Template>actor|particle/dust_storm.xml</Template>
<Position x="442.04581" z="1058.92103"/>
<Orientation y="2.35621"/>
<Actor seed="22892"/>
</Entity>
<Entity uid="6316">
<Template>structures/ptol_temple</Template>
<Player>5</Player>
<Position x="1327.06336" z="1007.9383"/>
<Orientation y="0.46868"/>
<Actor seed="64010"/>
</Entity>
<Entity uid="6317">
<Template>structures/ptol_civil_centre</Template>
<Player>5</Player>
<Position x="1336.62684" z="1026.70826"/>
<Orientation y="-5.81588"/>
<Obstruction group="6326"/>
<Actor seed="49578"/>
</Entity>
<Entity uid="6318">
<Template>structures/ptol_wonder</Template>
<Player>5</Player>
<Position x="1328.6084" z="977.33027"/>
<Orientation y="-4.25364"/>
<Actor seed="27952"/>
</Entity>
<Entity uid="6319">
<Template>structures/ptol_fortress</Template>
<Player>5</Player>
<Position x="1355.67627" z="945.07703"/>
<Orientation y="-2.67063"/>
<Actor seed="26992"/>
</Entity>
<Entity uid="6321">
<Template>structures/ptol_wall_long</Template>
<Player>5</Player>
<Position x="1366.95472" z="1006.08875"/>
<Orientation y="-2.65285"/>
<Obstruction group="6326"/>
<Actor seed="45170"/>
</Entity>
<Entity uid="6325">
<Template>structures/ptol_fortress</Template>
<Player>5</Player>
<Position x="1371.03907" z="974.7674"/>
<Orientation y="-2.67061"/>
<Actor seed="26992"/>
</Entity>
<Entity uid="6326">
<Template>structures/ptol_wall_tower</Template>
<Player>5</Player>
<Position x="1386.36243" z="997.03193"/>
<Orientation y="-2.67841"/>
<Actor seed="50496"/>
</Entity>
<Entity uid="6328">
<Template>structures/ptol_wall_short</Template>
<Player>5</Player>
<Position x="1352.37183" z="937.52027"/>
<Orientation y="-2.67243"/>
<Actor seed="7492"/>
</Entity>
<Entity uid="6329">
<Template>structures/ptol_wall_tower</Template>
<Player>5</Player>
<Position x="1388.39673" z="990.54181"/>
<Orientation y="-2.67841"/>
<Actor seed="50496"/>
</Entity>
<Entity uid="6337">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1313.16297" z="1010.99115"/>
<Orientation y="-2.94793"/>
<Actor seed="46802"/>
</Entity>
<Entity uid="6338">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1316.9015" z="1016.92792"/>
<Orientation y="-2.94793"/>
<Actor seed="28510"/>
</Entity>
<Entity uid="6339">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1315.81751" z="1013.33204"/>
<Orientation y="-2.94793"/>
<Actor seed="5542"/>
</Entity>
<Entity uid="6340">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1579.67591" z="372.10499"/>
<Orientation y="1.53371"/>
<Actor seed="13164"/>
</Entity>
<Entity uid="6341">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1339.10328" z="1008.27381"/>
<Orientation y="-2.94793"/>
<Actor seed="18112"/>
</Entity>
<Entity uid="6342">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1585.32825" z="369.85721"/>
<Orientation y="1.53371"/>
<Actor seed="48070"/>
</Entity>
<Entity uid="6343">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1587.4563" z="368.27183"/>
<Orientation y="1.53371"/>
<Actor seed="20488"/>
</Entity>
<Entity uid="6344">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1591.13978" z="369.18271"/>
<Orientation y="1.53371"/>
<Actor seed="14380"/>
</Entity>
<Entity uid="6345">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1590.40528" z="366.3647"/>
<Orientation y="1.53371"/>
<Actor seed="37988"/>
</Entity>
<Entity uid="6346">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1587.79554" z="374.29178"/>
<Orientation y="1.53371"/>
<Actor seed="47024"/>
</Entity>
<Entity uid="6347">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1583.55726" z="373.9373"/>
<Orientation y="1.53371"/>
<Actor seed="50252"/>
</Entity>
<Entity uid="6348">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1580.75355" z="375.05805"/>
<Orientation y="1.53371"/>
<Actor seed="24528"/>
</Entity>
<Entity uid="6349">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1312.67261" z="1008.13294"/>
<Orientation y="-2.94793"/>
<Actor seed="19938"/>
</Entity>
<Entity uid="6350">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1319.75293" z="1019.51557"/>
<Orientation y="-2.94793"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="6351">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1315.61915" z="1021.43671"/>
<Orientation y="-2.94791"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="6352">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1309.06556" z="1009.93195"/>
<Orientation y="-2.98601"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="6354">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1313.94471" z="1023.29297"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6355">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1313.61402" z="1022.64173"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6356">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1313.31214" z="1022.03632"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6357">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1313.0204" z="1021.45429"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6358">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1312.74256" z="1020.92743"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6359">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1312.37012" z="1020.2577"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6360">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1312.06116" z="1019.61103"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6361">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1311.72437" z="1018.95093"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1311.37159" z="1018.24958"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1311.00257" z="1017.55329"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1310.6548" z="1016.86908"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1310.27698" z="1016.18964"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1309.93873" z="1015.53876"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1309.59058" z="1014.83106"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1309.2323" z="1014.13428"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1308.90198" z="1013.46631"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1308.52784" z="1012.7906"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1308.18677" z="1012.14948"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1307.89063" z="1011.6001"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1307.52698" z="1010.92182"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1307.18494" z="1010.30054"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6375">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1306.95801" z="1009.91095"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6376">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1306.63965" z="1009.30805"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6377">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1306.33936" z="1008.74085"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6378">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1314.34864" z="1023.40741"/>
<Orientation y="-2.94793"/>
<Actor seed="1668"/>
</Entity>
<Entity uid="6379">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1314.4308" z="1020.50257"/>
<Orientation y="-3.73227"/>
<Actor seed="18968"/>
</Entity>
<Entity uid="6380">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1320.45997" z="1019.2688"/>
<Orientation y="-2.4727"/>
<Actor seed="14392"/>
</Entity>
<Entity uid="6381">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1313.32752" z="1006.01355"/>
<Orientation y="-2.5159"/>
<Actor seed="10662"/>
</Entity>
<Entity uid="6382">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1308.62183" z="1007.4007"/>
<Orientation y="-2.5159"/>
<Actor seed="10662"/>
</Entity>
<Entity uid="6384">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1273.77149" z="983.98737"/>
<Orientation y="-8.97133"/>
<Actor seed="46986"/>
</Entity>
<Entity uid="6387">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1267.87391" z="1014.88917"/>
<Orientation y="-2.65958"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6388">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1339.33826" z="950.78022"/>
<Orientation y="-2.70768"/>
<Actor seed="19664"/>
</Entity>
<Entity uid="6389">
<Template>actor|props/special/eyecandy/ptol_statues_walking_male_base.xml</Template>
<Position x="1274.17627" z="984.60822"/>
<Orientation y="-4.21805"/>
<Actor seed="10958"/>
</Entity>
<Entity uid="6390">
<Template>actor|props/special/eyecandy/ptol_statues_walking_male_base.xml</Template>
<Position x="1339.79517" z="951.45026"/>
<Orientation y="-7.41178"/>
<Actor seed="10958"/>
</Entity>
<Entity uid="6391">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1261.35328" z="1018.14472"/>
<Orientation y="-2.65958"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6392">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1254.92371" z="1021.2245"/>
<Orientation y="-2.65958"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6393">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1248.51526" z="1024.50806"/>
<Orientation y="-2.65958"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6394">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1261.9568" z="1004.20313"/>
<Orientation y="0.50098"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6395">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1255.85376" z="1007.5196"/>
<Orientation y="0.50098"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6396">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1249.49585" z="1010.67579"/>
<Orientation y="0.50098"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6397">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1243.41761" z="1014.11487"/>
<Orientation y="0.50098"/>
<Actor seed="11100"/>
</Entity>
<Entity uid="6398">
<Template>structures/ptol_dock</Template>
<Player>5</Player>
<Position x="1243.44751" z="1068.94971"/>
<Orientation y="-1.13099"/>
<Actor seed="59072"/>
</Entity>
<Entity uid="6399">
<Template>other/obelisk</Template>
<Player>5</Player>
<Position x="1366.21741" z="1055.41028"/>
<Orientation y="-2.69927"/>
<Actor seed="24872"/>
</Entity>
<Entity uid="6400">
<Template>other/obelisk</Template>
<Player>5</Player>
<Position x="1342.073" z="1068.32947"/>
<Orientation y="-2.6716"/>
<Actor seed="24872"/>
</Entity>
<Entity uid="6401">
<Template>units/ptol_infantry_pikeman_b</Template>
<Player>5</Player>
<Position x="1373.21949" z="953.02247"/>
<Orientation y="-4.31968"/>
<Actor seed="61392"/>
</Entity>
<Entity uid="6402">
<Template>units/ptol_infantry_pikeman_b</Template>
<Player>5</Player>
<Position x="1374.69043" z="955.29871"/>
<Orientation y="2.18728"/>
<Actor seed="40746"/>
</Entity>
<Entity uid="6404">
<Template>units/ptol_support_healer_a</Template>
<Player>5</Player>
<Position x="1362.53492" z="962.65033"/>
<Orientation y="-3.57493"/>
<Actor seed="29396"/>
</Entity>
<Entity uid="6406">
<Template>units/ptol_support_healer_b</Template>
<Player>5</Player>
<Position x="1362.1316" z="958.99573"/>
<Orientation y="-5.23684"/>
<Actor seed="14644"/>
</Entity>
<Entity uid="6407">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1381.40735" z="987.21491"/>
<Orientation y="-2.94793"/>
<Actor seed="15352"/>
</Entity>
<Entity uid="6408">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1350.12623" z="1008.99305"/>
<Orientation y="-2.65011"/>
<Actor seed="57788"/>
</Entity>
<Entity uid="6409">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1382.93555" z="992.39747"/>
<Orientation y="-2.94793"/>
<Actor seed="57170"/>
</Entity>
<Entity uid="6412">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1361.30054" z="986.10834"/>
<Orientation y="-2.94793"/>
<Actor seed="55390"/>
</Entity>
<Entity uid="6426">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1362.44776" z="1003.29151"/>
<Orientation y="-2.65857"/>
<Actor seed="21076"/>
</Entity>
<Entity uid="6431">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1357.26368" z="1006.24134"/>
<Orientation y="-2.65352"/>
<Actor seed="28524"/>
</Entity>
<Entity uid="6432">
<Template>actor|props/special/eyecandy/tables_weapons_iber.xml</Template>
<Position x="386.65088" z="1311.41907"/>
<Orientation y="-1.09395"/>
<Actor seed="8394"/>
</Entity>
<Entity uid="6433">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="307.25205" z="1334.3899"/>
<Orientation y="2.35621"/>
<Actor seed="58400"/>
</Entity>
<Entity uid="6434">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="305.87357" z="1334.89441"/>
<Orientation y="7.35859"/>
<Actor seed="9736"/>
</Entity>
<Entity uid="6435">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="306.1323" z="1376.32569"/>
<Orientation y="2.35621"/>
<Actor seed="13754"/>
</Entity>
<Entity uid="6436">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="322.61771" z="1294.69788"/>
<Orientation y="1.72368"/>
<Actor seed="5182"/>
</Entity>
<Entity uid="6437">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="324.91248" z="1292.9292"/>
<Orientation y="2.35621"/>
<Actor seed="34260"/>
</Entity>
<Entity uid="6438">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="326.39826" z="1290.6537"/>
<Orientation y="2.35621"/>
<Actor seed="19214"/>
</Entity>
<Entity uid="6439">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="320.56885" z="1320.08484"/>
<Orientation y="2.35621"/>
<Actor seed="61084"/>
</Entity>
<Entity uid="6440">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="318.58143" z="1318.2378"/>
<Orientation y="2.35621"/>
<Actor seed="6574"/>
</Entity>
<Entity uid="6441">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="295.28483" z="1324.5387"/>
<Orientation y="2.35621"/>
<Actor seed="5690"/>
</Entity>
<Entity uid="6442">
<Template>structures/rome_civil_centre</Template>
<Player>6</Player>
<Position x="319.599" z="1435.35547"/>
<Orientation y="2.87975"/>
<Actor seed="62662"/>
</Entity>
<Entity uid="6443">
<Template>structures/rome_house</Template>
<Player>6</Player>
<Position x="276.04215" z="1435.9336"/>
<Orientation y="4.10581"/>
<Actor seed="53048"/>
</Entity>
<Entity uid="6446">
<Template>structures/rome_house</Template>
<Player>6</Player>
<Position x="340.80396" z="1384.60914"/>
<Orientation y="2.35621"/>
<Actor seed="47194"/>
</Entity>
<Entity uid="6448">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="282.43747" z="1424.72754"/>
<Orientation y="2.19233"/>
<Actor seed="3656"/>
</Entity>
<Entity uid="6449">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="288.3401" z="1419.0658"/>
<Orientation y="2.48795"/>
<Actor seed="9424"/>
</Entity>
<Entity uid="6450">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="292.61365" z="1411.50953"/>
<Orientation y="2.74119"/>
<Actor seed="63526"/>
</Entity>
<Entity uid="6451">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="295.59809" z="1403.34278"/>
<Orientation y="2.8456"/>
<Actor seed="44998"/>
</Entity>
<Entity uid="6452">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="289.18009" z="1416.8213"/>
<Orientation y="-3.07215"/>
<Actor seed="3307"/>
</Entity>
<Entity uid="6453">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="288.03461" z="1419.53614"/>
<Orientation y="-4.0098"/>
<Actor seed="3308"/>
</Entity>
<Entity uid="6454">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="285.55884" z="1421.6178"/>
<Orientation y="-2.71793"/>
<Actor seed="3284"/>
</Entity>
<Entity uid="6455">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="288.12647" z="1418.32142"/>
<Orientation y="-0.32961"/>
<Actor seed="3285"/>
</Entity>
<Entity uid="6456">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="286.86063" z="1420.40699"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6457">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="289.52076" z="1417.00721"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6458">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="287.3115" z="1417.03272"/>
<Orientation y="-0.18711"/>
<Actor seed="3286"/>
</Entity>
<Entity uid="6459">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="286.4188" z="1419.44605"/>
<Orientation y="1.54595"/>
<Actor seed="3393"/>
</Entity>
<Entity uid="6460">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="292.19593" z="1410.35242"/>
<Orientation y="2.35622"/>
<Actor seed="49560"/>
</Entity>
<Entity uid="6461">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="291.8462" z="1413.05311"/>
<Orientation y="6.59194"/>
<Actor seed="50830"/>
</Entity>
<Entity uid="6462">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="283.13712" z="1424.0918"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6463">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="293.11152" z="1404.917"/>
<Orientation y="-3.33562"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6464">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="293.1709" z="1408.32007"/>
<Orientation y="0.86123"/>
<Actor seed="3307"/>
</Entity>
<Entity uid="6465">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="294.37226" z="1405.51124"/>
<Orientation y="-4.76732"/>
<Actor seed="3284"/>
</Entity>
<Entity uid="6466">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="290.33341" z="1414.80958"/>
<Orientation y="-4.59382"/>
<Actor seed="3284"/>
</Entity>
<Entity uid="6467">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="283.57151" z="1422.8921"/>
<Orientation y="2.35622"/>
<Actor seed="50830"/>
</Entity>
<Entity uid="6468">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="294.78675" z="1403.23145"/>
<Orientation y="6.55005"/>
<Actor seed="50830"/>
</Entity>
<Entity uid="6470">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="295.48197" z="1401.61133"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6471">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="293.62256" z="1403.9126"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6472">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="289.52051" z="1414.00513"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6473">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="284.3733" z="1422.04432"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6474">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="285.35685" z="1420.8838"/>
<Orientation y="-3.04287"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6475">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="281.92673" z="1424.36133"/>
<Orientation y="-5.58924"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6476">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="267.9102" z="1412.8606"/>
<Orientation y="-3.96854"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="6477">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="296.27228" z="1400.16578"/>
<Orientation y="-0.32961"/>
<Actor seed="3285"/>
</Entity>
<Entity uid="6478">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="280.98731" z="1425.46314"/>
<Orientation y="5.58414"/>
<Actor seed="3285"/>
</Entity>
<Entity uid="6479">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="282.8253" z="1425.07972"/>
<Orientation y="2.19234"/>
<Actor seed="3656"/>
</Entity>
<Entity uid="6480">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="289.02427" z="1419.24061"/>
<Orientation y="2.48795"/>
<Actor seed="9424"/>
</Entity>
<Entity uid="6481">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="293.25556" z="1411.73511"/>
<Orientation y="2.7412"/>
<Actor seed="63526"/>
</Entity>
<Entity uid="6482">
<Template>other/fence_stone</Template>
<Player>6</Player>
<Position x="296.16511" z="1403.54114"/>
<Orientation y="2.8456"/>
<Actor seed="44998"/>
</Entity>
<Entity uid="6484">
<Template>actor|props/special/eyecandy/plank_pile_big_02.xml</Template>
<Position x="269.38855" z="1443.28772"/>
<Orientation y="4.87932"/>
<Actor seed="21550"/>
</Entity>
<Entity uid="6485">
<Template>actor|props/special/eyecandy/plank_big_01.xml</Template>
<Position x="266.72394" z="1441.26954"/>
<Orientation y="2.527"/>
<Actor seed="30774"/>
</Entity>
<Entity uid="6487">
<Template>actor|props/special/eyecandy/plank_big_01.xml</Template>
<Position x="267.40061" z="1441.59339"/>
<Orientation y="5.76775"/>
<Actor seed="30774"/>
</Entity>
<Entity uid="6488">
<Template>actor|props/special/eyecandy/plank_big_01.xml</Template>
<Position x="268.1118" z="1442.08838"/>
<Orientation y="2.527"/>
<Actor seed="30774"/>
</Entity>
<Entity uid="6489">
<Template>actor|props/special/eyecandy/plank_big_01.xml</Template>
<Position x="270.22672" z="1444.79712"/>
<Orientation y="2.527"/>
<Actor seed="30774"/>
</Entity>
<Entity uid="6490">
<Template>actor|props/special/eyecandy/plank_big_01.xml</Template>
<Position x="271.53562" z="1444.95313"/>
<Orientation y="5.76775"/>
<Actor seed="30774"/>
</Entity>
<Entity uid="6491">
<Template>actor|props/special/eyecandy/plank_pile_big_01.xml</Template>
<Position x="274.50174" z="1446.67322"/>
<Orientation y="2.81823"/>
<Actor seed="46482"/>
</Entity>
<Entity uid="6492">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="299.83408" z="1404.84681"/>
<Orientation y="2.82123"/>
<Actor seed="33440"/>
</Entity>
<Entity uid="6493">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="287.56641" z="1427.44263"/>
<Orientation y="2.16485"/>
<Actor seed="51320"/>
</Entity>
<Entity uid="6494">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.51145" z="1179.95008"/>
<Orientation y="4.68323"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="6495">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.05835" z="1178.07679"/>
<Orientation y="4.59298"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="6496">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.71964" z="1181.16187"/>
<Orientation y="4.83167"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="6497">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.76243" z="1183.03553"/>
<Orientation y="2.10167"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="6498">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="256.38273" z="1183.68677"/>
<Orientation y="2.10167"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="6499">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.17115" z="1179.08057"/>
<Orientation y="1.77366"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="6500">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.25608" z="1180.07007"/>
<Orientation y="1.75535"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="6501">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="261.27314" z="1181.73206"/>
<Orientation y="-1.03281"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="6502">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="256.95759" z="1184.69459"/>
<Orientation y="8.21215"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="6503">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="262.07206" z="1182.47876"/>
<Orientation y="8.49749"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="6504">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.40766" z="1178.75806"/>
<Orientation y="1.52417"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="6505">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.09626" z="1182.14271"/>
<Orientation y="4.903"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="6506">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="257.58518" z="1185.85181"/>
<Orientation y="1.93552"/>
<Actor seed="18912"/>
</Entity>
<Entity uid="6507">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.21076" z="1188.98841"/>
<Orientation y="1.57396"/>
<Actor seed="39888"/>
</Entity>
<Entity uid="6508">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.09333" z="1186.84778"/>
<Orientation y="1.651"/>
<Actor seed="51490"/>
</Entity>
<Entity uid="6509">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.14304" z="1187.88331"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6510">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="263.38813" z="1184.2588"/>
<Orientation y="1.78742"/>
<Actor seed="48060"/>
</Entity>
<Entity uid="6511">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="263.92646" z="1187.52515"/>
<Orientation y="7.73285"/>
<Actor seed="16846"/>
</Entity>
<Entity uid="6512">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="263.72941" z="1185.32972"/>
<Orientation y="7.83107"/>
<Actor seed="35210"/>
</Entity>
<Entity uid="6513">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.23838" z="1176.90564"/>
<Orientation y="1.27944"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="6514">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.73545" z="1180.95386"/>
<Orientation y="1.89017"/>
<Actor seed="6138"/>
</Entity>
<Entity uid="6515">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="262.8332" z="1183.3097"/>
<Orientation y="8.21215"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="6516">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="263.8477" z="1186.5171"/>
<Orientation y="1.55074"/>
<Actor seed="44834"/>
</Entity>
<Entity uid="6518">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.53638" z="1177.58484"/>
<Orientation y="4.5464"/>
<Actor seed="3650"/>
</Entity>
<Entity uid="6519">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.59617" z="1176.3899"/>
<Orientation y="1.38733"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="6520">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.54044" z="1175.72144"/>
<Orientation y="1.27944"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="6521">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.76645" z="1174.48072"/>
<Orientation y="-1.67197"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="6522">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="260.73301" z="1173.44935"/>
<Orientation y="-1.67197"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="6523">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="254.72153" z="1175.15394"/>
<Orientation y="1.38733"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="6524">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.07914" z="1173.82789"/>
<Orientation y="1.38733"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="6525">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.11045" z="1172.8805"/>
<Orientation y="1.38733"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="6526">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="263.9944" z="1188.6438"/>
<Orientation y="7.73285"/>
<Actor seed="16846"/>
</Entity>
<Entity uid="6527">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.04618" z="1189.64136"/>
<Orientation y="8.00911"/>
<Actor seed="16846"/>
</Entity>
<Entity uid="6528">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.39896" z="1190.70508"/>
<Orientation y="8.00911"/>
<Actor seed="16846"/>
</Entity>
<Entity uid="6529">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="261.04975" z="1213.03089"/>
<Orientation y="1.10921"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="6530">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="255.59742" z="1211.82068"/>
<Orientation y="1.3891"/>
<Actor seed="12668"/>
</Entity>
<Entity uid="6531">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.20228" z="1190.10364"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6532">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.3408" z="1191.0835"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6533">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.45563" z="1192.24915"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6534">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.6449" z="1193.29285"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6535">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.91501" z="1194.20325"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6536">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.78885" z="1195.49427"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6537">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.66956" z="1196.87537"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6538">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.86014" z="1198.15247"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6539">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="258.79212" z="1199.44129"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6540">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.52564" z="1191.94861"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6541">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.62272" z="1193.29285"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6542">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.6566" z="1194.50293"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6543">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.70646" z="1195.60987"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6544">
<Template>actor|props/special/eyecandy/brick.xml</Template>
<Position x="264.48038" z="1197.2948"/>
<Orientation y="1.66613"/>
<Actor seed="16554"/>
</Entity>
<Entity uid="6557">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1302.39234" z="1023.49531"/>
<Orientation y="-2.94791"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="6558">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1302.6355" z="1024.1355"/>
<Orientation y="-2.94791"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="6559">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="1301.5099" z="1023.47748"/>
<Orientation y="-2.94791"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="6560">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1352.22645" z="996.50312"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6561">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1352.58472" z="997.1999"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6562">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1352.95826" z="997.88721"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6563">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.29651" z="998.5381"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6564">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.67432" z="999.21784"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6565">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.47608" z="991.75068"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6566">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.21656" z="993.13605"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6567">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.57178" z="993.84986"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6569">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.28528" z="995.18201"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6570">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.34791" z="997.0456"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6571">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1358.6742" z="997.43378"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6572">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.99341" z="996.69745"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6573">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.69532" z="996.33832"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6574">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.3866" z="995.96912"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6575">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1356.04786" z="998.7845"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6576">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1355.36731" z="999.16071"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6577">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1356.69947" z="998.44776"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6578">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1357.4076" z="998.10108"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6579">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1358.10511" z="997.74415"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6580">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1354.0243" z="999.89802"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6581">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1354.70496" z="999.5218"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6582">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.01514" z="991.49811"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6583">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1358.32386" z="991.8672"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6584">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1357.62183" z="992.22632"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6585">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1356.97632" z="992.57453"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6586">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1356.30274" z="992.96271"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6587">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1355.73365" z="993.27308"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6588">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1355.03602" z="993.62995"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6589">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1354.32776" z="993.97632"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6590">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.67627" z="994.31324"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6591">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1352.99573" z="994.68952"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6592">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1352.33338" z="995.0506"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6593">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1351.65284" z="995.42688"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6610">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1374.67627" z="997.70118"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6611">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1374.32801" z="996.9936"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6612">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1373.96949" z="996.29682"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6613">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1373.50123" z="996.03772"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6614">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1372.81019" z="996.40693"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6615">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1372.10816" z="996.76606"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6616">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1371.46265" z="997.1142"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6617">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1370.78882" z="997.50214"/>
<Orientation y="-5.789"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6618">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1370.21985" z="997.81275"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6619">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1369.52234" z="998.16968"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6620">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1368.8141" z="998.51612"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6621">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1368.1626" z="998.8531"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6622">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.48206" z="999.22931"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6623">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1366.81971" z="999.5904"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6624">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1366.13917" z="999.96662"/>
<Orientation y="-5.80665"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6625">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1366.35621" z="1000.33436"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6626">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1366.71448" z="1001.0312"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6627">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.06275" z="1001.73847"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6628">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.19617" z="985.39374"/>
<Orientation y="-4.25675"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6629">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.51673" z="986.0539"/>
<Orientation y="-4.25675"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6630">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.87867" z="986.74213"/>
<Orientation y="-4.25675"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6631">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.96167" z="987.5312"/>
<Orientation y="-5.81208"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6632">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1353.26221" z="987.88434"/>
<Orientation y="-5.81208"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6633">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1352.55213" z="988.22712"/>
<Orientation y="-5.81208"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6634">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1351.89881" z="988.56025"/>
<Orientation y="-5.81208"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6635">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1351.21631" z="988.93281"/>
<Orientation y="-5.81208"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6636">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1350.64014" z="989.2298"/>
<Orientation y="-5.82973"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6637">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1349.9347" z="989.5705"/>
<Orientation y="-5.82973"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6638">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1349.76612" z="989.65412"/>
<Orientation y="-4.24703"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6639">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1349.93665" z="990.43976"/>
<Orientation y="-10.90577"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6640">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1349.85987" z="991.16913"/>
<Orientation y="-5.11461"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6641">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1345.92237" z="992.49836"/>
<Orientation y="-6.93598"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6642">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1345.7605" z="991.79883"/>
<Orientation y="-10.58236"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6643">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1340.92981" z="993.43464"/>
<Orientation y="-4.25675"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6644">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1340.56763" z="992.7464"/>
<Orientation y="-4.25675"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6645">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1340.24451" z="992.0879"/>
<Orientation y="-4.25675"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6651">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1341.26685" z="994.14747"/>
<Orientation y="-5.80372"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6652">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1341.96338" z="993.78858"/>
<Orientation y="-5.80372"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6653">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1342.53162" z="993.47663"/>
<Orientation y="-5.78606"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6654">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1343.20423" z="993.0865"/>
<Orientation y="-5.78606"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6655">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1343.84864" z="992.7364"/>
<Orientation y="-5.78606"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6656">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1344.54957" z="992.37525"/>
<Orientation y="-5.78606"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6657">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1345.28553" z="992.03565"/>
<Orientation y="-5.78606"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6658">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1339.4463" z="998.23584"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6659">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1339.0807" z="997.55683"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6660">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1338.71778" z="996.86908"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6661">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1338.36963" z="996.19965"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6662">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1338.00684" z="995.5116"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6663">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1337.68335" z="994.85358"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6664">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1337.3506" z="994.13892"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6665">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1337.00757" z="993.4344"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6666">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1339.75086" z="998.91437"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6667">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1340.09375" z="999.61896"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6668">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1340.4264" z="1000.33362"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6669">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1340.75025" z="1000.99183"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6670">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1341.11316" z="1001.67988"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6671">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1341.46106" z="1002.34913"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6672">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1341.82386" z="1003.03687"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6673">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1342.18934" z="1003.71558"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6674">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1344.25464" z="1007.73688"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6675">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1343.88904" z="1007.05793"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6676">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1343.52613" z="1006.37024"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6677">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1343.17823" z="1005.70105"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6678">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1342.81568" z="1005.01337"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6679">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1342.4917" z="1004.35517"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6680">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1344.54053" z="1008.35706"/>
<Orientation y="-4.25556"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6681">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="1345.78418" z="1006.91852"/>
<Orientation y="-2.6811"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="6694">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.93482" z="994.5445"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6695">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.86329" z="992.47022"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6696">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1351.87317" z="995.85267"/>
<Orientation y="-4.23366"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6698">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1358.65516" z="994.71515"/>
<Orientation y="-2.94793"/>
<Actor seed="13534"/>
</Entity>
<Entity uid="6700">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1355.61011" z="995.82654"/>
<Orientation y="-6.30205"/>
<Actor seed="9568"/>
</Entity>
<Entity uid="6707">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1354.02295" z="998.56946"/>
<Orientation y="-2.94793"/>
<Actor seed="57924"/>
</Entity>
<Entity uid="6708">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="1347.22815" z="990.2967"/>
<Orientation y="2.13512"/>
<Actor seed="51532"/>
</Entity>
<Entity uid="6710">
<Template>actor|props/flora/ferns.xml</Template>
<Position x="1340.18128" z="1002.89917"/>
<Orientation y="-2.49282"/>
<Actor seed="5566"/>
</Entity>
<Entity uid="6711">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1372.70374" z="997.51923"/>
<Orientation y="-6.75646"/>
<Actor seed="17008"/>
</Entity>
<Entity uid="6712">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1371.02881" z="998.73713"/>
<Orientation y="-2.48069"/>
<Actor seed="37026"/>
</Entity>
<Entity uid="6713">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1369.35901" z="999.67438"/>
<Orientation y="-1.99434"/>
<Actor seed="64200"/>
</Entity>
<Entity uid="6714">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1367.3512" z="1000.58216"/>
<Orientation y="-2.94793"/>
<Actor seed="47240"/>
</Entity>
<Entity uid="6715">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1352.73267" z="995.2364"/>
<Orientation y="-6.70958"/>
<Actor seed="11296"/>
</Entity>
<Entity uid="6719">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1357.8285" z="998.76679"/>
<Orientation y="-2.94793"/>
<Actor seed="57936"/>
</Entity>
<Entity uid="6721">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1358.1902" z="998.24408"/>
<Orientation y="-3.73952"/>
<Actor seed="27026"/>
</Entity>
<Entity uid="6722">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1335.9308" z="1000.70179"/>
<Orientation y="-2.94793"/>
<Actor seed="53434"/>
</Entity>
<Entity uid="6723">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1353.15418" z="996.73127"/>
<Orientation y="-6.87897"/>
<Actor seed="11296"/>
</Entity>
<Entity uid="6727">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1337.67566" z="998.17066"/>
<Orientation y="-3.23017"/>
<Actor seed="55994"/>
</Entity>
<Entity uid="6728">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1338.63697" z="1005.55799"/>
<Orientation y="-2.94793"/>
<Actor seed="24204"/>
</Entity>
<Entity uid="6729">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1338.14942" z="1002.3694"/>
<Orientation y="-2.94793"/>
<Actor seed="5584"/>
</Entity>
<Entity uid="6753">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1342.7129" z="1007.62287"/>
<Orientation y="-3.36316"/>
<Actor seed="3134"/>
</Entity>
<Entity uid="6758">
<Template>actor|props/flora/plant_medit_artichoke.xml</Template>
<Position x="1339.06971" z="1000.18616"/>
<Orientation y="-2.94793"/>
<Actor seed="45916"/>
</Entity>
<Entity uid="6766">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="1336.24964" z="995.82044"/>
<Orientation y="-0.35091"/>
<Actor seed="37022"/>
</Entity>
<Entity uid="6767">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="1341.29065" z="1005.0641"/>
<Orientation y="-9.0666"/>
<Actor seed="52362"/>
</Entity>
<Entity uid="6770">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1356.46326" z="999.01087"/>
<Orientation y="-2.78008"/>
<Actor seed="27026"/>
</Entity>
<Entity uid="6771">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="1349.92444" z="1007.13678"/>
<Orientation y="-2.94793"/>
<Actor seed="40678"/>
</Entity>
<Entity uid="6772">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="1364.30994" z="1002.91211"/>
<Orientation y="-2.70527"/>
<Actor seed="10054"/>
</Entity>
<Entity uid="6773">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="1361.2948" z="1004.51532"/>
<Orientation y="-1.31156"/>
<Actor seed="1070"/>
</Entity>
<Entity uid="6774">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="1348.43226" z="1006.8094"/>
<Orientation y="-2.32486"/>
<Actor seed="16446"/>
</Entity>
<Entity uid="6775">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="1349.50062" z="1008.28357"/>
<Orientation y="-3.24891"/>
<Actor seed="62742"/>
</Entity>
<Entity uid="6776">
<Template>actor|props/flora/flower_bright.xml</Template>
<Position x="1359.33863" z="1005.88904"/>
<Orientation y="-2.05346"/>
<Actor seed="30556"/>
</Entity>
<Entity uid="6777">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1337.2682" z="998.17237"/>
<Orientation y="-3.83927"/>
<Actor seed="55994"/>
</Entity>
<Entity uid="6778">
<Template>actor|props/flora/shrub_fanpalm.xml</Template>
<Position x="1340.15674" z="1009.4477"/>
<Orientation y="1.53905"/>
<Actor seed="62830"/>
</Entity>
<Entity uid="6779">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1334.50171" z="996.80073"/>
<Orientation y="-3.39551"/>
<Actor seed="42188"/>
</Entity>
<Entity uid="6780">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1340.10572" z="1007.46662"/>
<Orientation y="-2.94791"/>
<Actor seed="57924"/>
</Entity>
<Entity uid="6781">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1338.54627" z="1006.94513"/>
<Orientation y="-2.94793"/>
<Actor seed="2372"/>
</Entity>
<Entity uid="6782">
<Template>actor|props/flora/decals_flowers_daisies.xml</Template>
<Position x="1350.23145" z="1001.2558"/>
<Orientation y="-1.94462"/>
<Actor seed="50720"/>
</Entity>
<Entity uid="6795">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1341.61146" z="992.22486"/>
<Orientation y="-2.94793"/>
<Actor seed="58372"/>
</Entity>
<Entity uid="6796">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1352.0077" z="986.60016"/>
<Orientation y="-2.94793"/>
<Actor seed="23896"/>
</Entity>
<Entity uid="6797">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1344.15564" z="991.31305"/>
<Orientation y="-2.94793"/>
<Actor seed="60574"/>
</Entity>
<Entity uid="6798">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1351.08533" z="987.44086"/>
<Orientation y="-2.94793"/>
<Actor seed="38500"/>
</Entity>
<Entity uid="6800">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1342.49268" z="991.42756"/>
<Orientation y="-2.94793"/>
<Actor seed="37324"/>
</Entity>
<Entity uid="6802">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1349.53077" z="988.1092"/>
<Orientation y="-2.94791"/>
<Actor seed="13864"/>
</Entity>
<Entity uid="6803">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1346.50403" z="992.87531"/>
<Orientation y="-6.648"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6804">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1347.14808" z="992.9925"/>
<Orientation y="-6.28943"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6805">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1349.5105" z="991.76117"/>
<Orientation y="-5.47344"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6806">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1349.0652" z="992.19727"/>
<Orientation y="-5.57148"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6807">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1347.9159" z="992.86725"/>
<Orientation y="-12.31038"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6808">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1348.4585" z="992.64631"/>
<Orientation y="-5.82973"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="6809">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1338.31788" z="993.45905"/>
<Orientation y="-2.94793"/>
<Actor seed="46450"/>
</Entity>
<Entity uid="6810">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1339.54041" z="992.65632"/>
<Orientation y="-2.94793"/>
<Actor seed="30720"/>
</Entity>
<Entity uid="6815">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1339.90943" z="993.8921"/>
<Orientation y="-2.94793"/>
<Actor seed="15554"/>
</Entity>
<Entity uid="6816">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1357.34815" z="1000.85804"/>
<Orientation y="2.06066"/>
<Actor seed="13706"/>
</Entity>
<Entity uid="6819">
<Template>actor|props/special/eyecandy/cypress_potted_b.xml</Template>
<Position x="1367.33631" z="991.32404"/>
<Orientation y="-2.94793"/>
<Actor seed="25268"/>
</Entity>
<Entity uid="6820">
<Template>actor|props/special/eyecandy/cypress_potted_a.xml</Template>
<Position x="1369.04249" z="990.80756"/>
<Orientation y="-2.94793"/>
<Actor seed="59772"/>
</Entity>
<Entity uid="6821">
<Template>actor|props/special/eyecandy/cypress_potted_b.xml</Template>
<Position x="1370.71912" z="989.7563"/>
<Orientation y="-4.04607"/>
<Actor seed="40346"/>
</Entity>
<Entity uid="6822">
<Template>units/ptol_support_healer_a</Template>
<Player>5</Player>
<Position x="1346.19825" z="998.972"/>
<Orientation y="-2.84652"/>
<Actor seed="29396"/>
</Entity>
<Entity uid="6823">
<Template>units/ptol_support_healer_a</Template>
<Player>5</Player>
<Position x="1342.64991" z="998.53565"/>
<Orientation y="-4.51026"/>
<Actor seed="29396"/>
</Entity>
<Entity uid="6834">
<Template>structures/ptol_house</Template>
<Player>5</Player>
<Position x="1315.50953" z="1067.15918"/>
<Orientation y="3.56525"/>
<Actor seed="59932"/>
</Entity>
<Entity uid="6841">
<Template>structures/ptol_library</Template>
<Player>5</Player>
<Position x="1292.94788" z="1057.82398"/>
<Orientation y="-3.41794"/>
<Actor seed="28588"/>
</Entity>
<Entity uid="6842">
<Template>structures/ptol_market</Template>
<Player>5</Player>
<Position x="1384.25562" z="1031.45667"/>
<Orientation y="-8.93949"/>
<Actor seed="13694"/>
</Entity>
<Entity uid="6844">
<Template>structures/ptol_market</Template>
<Player>5</Player>
<Position x="1234.03504" z="977.49256"/>
<Orientation y="-5.81431"/>
<Actor seed="13694"/>
</Entity>
<Entity uid="6850">
<Template>structures/ptol_defense_tower</Template>
<Player>5</Player>
<Position x="1253.21949" z="1041.45948"/>
<Orientation y="-4.2579"/>
<Actor seed="59296"/>
</Entity>
<Entity uid="6851">
<Template>structures/ptol_defense_tower</Template>
<Player>5</Player>
<Position x="1231.3545" z="1000.28943"/>
<Orientation y="-4.2579"/>
<Actor seed="59296"/>
</Entity>
<Entity uid="6852">
<Template>structures/ptol_market</Template>
<Player>5</Player>
<Position x="1265.4032" z="1090.95826"/>
<Orientation y="-4.27912"/>
<Actor seed="13694"/>
</Entity>
<Entity uid="6853">
<Template>structures/ptol_dock</Template>
<Player>5</Player>
<Position x="1204.81019" z="991.57471"/>
<Orientation y="-1.13097"/>
<Actor seed="59072"/>
</Entity>
<Entity uid="6854">
<Template>structures/ptol_house</Template>
<Player>5</Player>
<Position x="1420.57789" z="1056.3152"/>
<Orientation y="20.0063"/>
<Actor seed="59932"/>
</Entity>
<Entity uid="6865">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1536.66712" z="269.02457"/>
<Orientation y="7.7878"/>
<Actor seed="1245"/>
</Entity>
<Entity uid="6866">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1574.80103" z="360.30704"/>
<Orientation y="6.33635"/>
<Actor seed="1244"/>
</Entity>
<Entity uid="6867">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1571.15516" z="365.80427"/>
<Orientation y="3.56122"/>
<Actor seed="1243"/>
</Entity>
<Entity uid="6868">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1540.21753" z="292.83906"/>
<Orientation y="8.09096"/>
<Actor seed="1242"/>
</Entity>
<Entity uid="6869">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1549.17615" z="229.49668"/>
<Orientation y="8.35553"/>
<Actor seed="1216"/>
</Entity>
<Entity uid="6870">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1546.71595" z="222.3683"/>
<Orientation y="6.59966"/>
<Actor seed="1212"/>
</Entity>
<Entity uid="6871">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1542.98182" z="223.48728"/>
<Orientation y="4.0696"/>
<Actor seed="1211"/>
</Entity>
<Entity uid="6872">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1535.99061" z="215.58298"/>
<Orientation y="6.62746"/>
<Actor seed="1210"/>
</Entity>
<Entity uid="6873">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1545.25391" z="213.7324"/>
<Orientation y="4.72951"/>
<Actor seed="1148"/>
</Entity>
<Entity uid="6874">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1571.9469" z="240.65116"/>
<Orientation y="3.71618"/>
<Actor seed="1147"/>
</Entity>
<Entity uid="6875">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1573.38392" z="244.38358"/>
<Orientation y="4.27218"/>
<Actor seed="1146"/>
</Entity>
<Entity uid="6876">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1540.5636" z="333.30063"/>
<Orientation y="8.65755"/>
<Actor seed="1144"/>
</Entity>
<Entity uid="6877">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1534.16688" z="265.0218"/>
<Orientation y="4.66329"/>
<Actor seed="1114"/>
</Entity>
<Entity uid="6878">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1511.45472" z="270.29081"/>
<Orientation y="3.6539"/>
<Actor seed="1113"/>
</Entity>
<Entity uid="6879">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1534.07984" z="221.44642"/>
<Orientation y="8.05268"/>
<Actor seed="1112"/>
</Entity>
<Entity uid="6880">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1518.55347" z="268.76517"/>
<Orientation y="7.6561"/>
<Actor seed="1111"/>
</Entity>
<Entity uid="6881">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1563.23548" z="302.19431"/>
<Orientation y="6.87125"/>
<Actor seed="1061"/>
</Entity>
<Entity uid="6882">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1573.89087" z="368.8974"/>
<Orientation y="8.77327"/>
<Actor seed="1060"/>
</Entity>
<Entity uid="6883">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1511.59217" z="259.86777"/>
<Orientation y="7.3102"/>
<Actor seed="1030"/>
</Entity>
<Entity uid="6884">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1559.09778" z="230.46402"/>
<Orientation y="4.85608"/>
<Actor seed="1029"/>
</Entity>
<Entity uid="6885">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1560.464" z="236.32584"/>
<Orientation y="4.07892"/>
<Actor seed="1028"/>
</Entity>
<Entity uid="6886">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1561.90101" z="240.05878"/>
<Orientation y="4.70784"/>
<Actor seed="1027"/>
</Entity>
<Entity uid="6887">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1535.2953" z="328.23566"/>
<Orientation y="5.1646"/>
<Actor seed="1023"/>
</Entity>
<Entity uid="6888">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1537.74195" z="329.8714"/>
<Orientation y="6.04017"/>
<Actor seed="1022"/>
</Entity>
<Entity uid="6889">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1530.16822" z="265.12403"/>
<Orientation y="9.25516"/>
<Actor seed="1021"/>
</Entity>
<Entity uid="6890">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1544.67042" z="228.3654"/>
<Orientation y="7.11921"/>
<Actor seed="1020"/>
</Entity>
<Entity uid="6891">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1514.4524" z="264.86875"/>
<Orientation y="4.84882"/>
<Actor seed="1019"/>
</Entity>
<Entity uid="6892">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1529.45899" z="270.421"/>
<Orientation y="4.49035"/>
<Actor seed="1018"/>
</Entity>
<Entity uid="6894">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1618.34302" z="279.87317"/>
<Orientation y="5.68667"/>
<Actor seed="1245"/>
</Entity>
<Entity uid="6895">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1644.22596" z="288.63874"/>
<Orientation y="3.89332"/>
<Actor seed="1244"/>
</Entity>
<Entity uid="6896">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1607.43677" z="270.02692"/>
<Orientation y="1.11818"/>
<Actor seed="1243"/>
</Entity>
<Entity uid="6897">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1604.95557" z="268.90418"/>
<Orientation y="5.98983"/>
<Actor seed="1242"/>
</Entity>
<Entity uid="6898">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1628.1819" z="280.7822"/>
<Orientation y="5.9125"/>
<Actor seed="1216"/>
</Entity>
<Entity uid="6899">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1649.32715" z="296.469"/>
<Orientation y="4.49852"/>
<Actor seed="1212"/>
</Entity>
<Entity uid="6900">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1665.26612" z="300.70582"/>
<Orientation y="1.96847"/>
<Actor seed="1211"/>
</Entity>
<Entity uid="6901">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1661.76502" z="298.77131"/>
<Orientation y="4.52633"/>
<Actor seed="1210"/>
</Entity>
<Entity uid="6902">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1631.82874" z="276.44907"/>
<Orientation y="2.62838"/>
<Actor seed="1148"/>
</Entity>
<Entity uid="6903">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1552.50171" z="224.85605"/>
<Orientation y="1.27314"/>
<Actor seed="1147"/>
</Entity>
<Entity uid="6904">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1590.51368" z="255.23856"/>
<Orientation y="1.82914"/>
<Actor seed="1146"/>
</Entity>
<Entity uid="6905">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1596.55188" z="264.10483"/>
<Orientation y="6.21451"/>
<Actor seed="1144"/>
</Entity>
<Entity uid="6906">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1623.06055" z="279.74128"/>
<Orientation y="2.56215"/>
<Actor seed="1114"/>
</Entity>
<Entity uid="6907">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1658.2638" z="296.83683"/>
<Orientation y="1.79328"/>
<Actor seed="1113"/>
</Entity>
<Entity uid="6908">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1674.20289" z="301.07361"/>
<Orientation y="5.95154"/>
<Actor seed="1112"/>
</Entity>
<Entity uid="6909">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1670.70167" z="299.13913"/>
<Orientation y="5.55497"/>
<Actor seed="1111"/>
</Entity>
<Entity uid="6910">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1577.24524" z="249.15403"/>
<Orientation y="4.77012"/>
<Actor seed="1061"/>
</Entity>
<Entity uid="6911">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1582.36084" z="244.96778"/>
<Orientation y="6.33024"/>
<Actor seed="1060"/>
</Entity>
<Entity uid="6912">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1617.6786" z="274.97876"/>
<Orientation y="5.20907"/>
<Actor seed="1030"/>
</Entity>
<Entity uid="6913">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1614.17737" z="273.04429"/>
<Orientation y="2.41305"/>
<Actor seed="1029"/>
</Entity>
<Entity uid="6914">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1610.6764" z="271.10978"/>
<Orientation y="1.63588"/>
<Actor seed="1028"/>
</Entity>
<Entity uid="6915">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1596.95167" z="260.54783"/>
<Orientation y="2.26481"/>
<Actor seed="1027"/>
</Entity>
<Entity uid="6916">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1612.55738" z="273.93784"/>
<Orientation y="2.39068"/>
<Actor seed="1023"/>
</Entity>
<Entity uid="6917">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1586.43445" z="251.26966"/>
<Orientation y="3.59713"/>
<Actor seed="1022"/>
</Entity>
<Entity uid="6918">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1624.99512" z="276.24015"/>
<Orientation y="7.15403"/>
<Actor seed="1021"/>
</Entity>
<Entity uid="6919">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1643.20472" z="285.88135"/>
<Orientation y="4.67617"/>
<Actor seed="1020"/>
</Entity>
<Entity uid="6920">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1676.13721" z="297.57251"/>
<Orientation y="2.74769"/>
<Actor seed="1019"/>
</Entity>
<Entity uid="6921">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1672.63624" z="295.63804"/>
<Orientation y="2.04731"/>
<Actor seed="1018"/>
</Entity>
<Entity uid="6933">
<Template>structures/cart_fortress</Template>
<Player>3</Player>
<Position x="293.6407" z="591.60248"/>
<Orientation y="4.5138"/>
<Obstruction group="6944"/>
<Actor seed="48476"/>
</Entity>
<Entity uid="6934">
<Template>structures/cart_civil_centre</Template>
<Player>3</Player>
<Position x="268.35706" z="702.89911"/>
<Orientation y="3.06064"/>
<Actor seed="3264"/>
</Entity>
<Entity uid="6936">
<Template>structures/cart_wall_gate</Template>
<Player>3</Player>
<Position x="278.89545" z="565.21082"/>
<Orientation y="2.98693"/>
<Obstruction group="6937" group2="6938"/>
<Actor seed="34354"/>
</Entity>
<Entity uid="6937">
<Template>structures/cart_wall_tower</Template>
<Player>3</Player>
<Position x="297.56876" z="568.61628"/>
<Orientation y="2.1382"/>
<Actor seed="44824"/>
</Entity>
<Entity uid="6938">
<Template>structures/cart_wall_tower</Template>
<Player>3</Player>
<Position x="260.2707" z="561.77033"/>
<Orientation y="2.19291"/>
<Actor seed="26550"/>
</Entity>
<Entity uid="6941">
<Template>structures/cart_wonder</Template>
<Player>3</Player>
<Position x="221.0084" z="651.32721"/>
<Orientation y="1.43676"/>
<Actor seed="10908"/>
</Entity>
<Entity uid="6944">
<Template>structures/cart_wall_tower</Template>
<Player>3</Player>
<Position x="288.74259" z="616.87592"/>
<Orientation y="2.1382"/>
<Actor seed="44824"/>
</Entity>
<Entity uid="6945">
<Template>structures/cart_wall_gate</Template>
<Player>3</Player>
<Position x="270.14792" z="612.33161"/>
<Orientation y="-0.24749"/>
<Obstruction group="6944" group2="6946"/>
<Actor seed="34354"/>
</Entity>
<Entity uid="6946">
<Template>structures/cart_wall_tower</Template>
<Player>3</Player>
<Position x="250.03873" z="607.44043"/>
<Orientation y="2.19292"/>
<Actor seed="26550"/>
</Entity>
<Entity uid="6955">
<Template>actor|structures/carthaginians/embassy.xml</Template>
<Position x="266.9662" z="731.3954"/>
<Orientation y="3.06107"/>
<Actor seed="48960"/>
</Entity>
<Entity uid="6958">
<Template>actor|structures/carthaginians/market_old.xml</Template>
<Position x="158.20289" z="665.69617"/>
<Orientation y="1.40935"/>
<Actor seed="31662"/>
</Entity>
<Entity uid="6959">
<Template>actor|structures/carthaginians/mausoleum.xml</Template>
<Position x="170.14573" z="587.4286"/>
<Orientation y="3.23717"/>
<Actor seed="59448"/>
</Entity>
<Entity uid="6960">
<Template>actor|structures/carthaginians/palace.xml</Template>
<Position x="214.99933" z="699.93543"/>
<Orientation y="7.74164"/>
<Actor seed="53612"/>
</Entity>
<Entity uid="6961">
<Template>actor|structures/carthaginians/temple.xml</Template>
<Position x="234.39365" z="581.35688"/>
<Orientation y="2.99567"/>
<Actor seed="4072"/>
</Entity>
<Entity uid="6965">
<Template>structures/cart_market</Template>
<Player>3</Player>
<Position x="298.9907" z="661.57715"/>
<Orientation y="-3.24456"/>
<Actor seed="16628"/>
</Entity>
<Entity uid="6967">
<Template>structures/cart_apartment</Template>
<Player>3</Player>
<Position x="176.52717" z="644.97443"/>
<Orientation y="-0.13425"/>
<Actor seed="19872"/>
</Entity>
<Entity uid="6968">
<Template>structures/cart_apartment</Template>
<Player>3</Player>
<Position x="193.03037" z="686.40687"/>
<Orientation y="3.02915"/>
<Actor seed="52292"/>
</Entity>
<Entity uid="6969">
<Template>structures/cart_apartment</Template>
<Player>3</Player>
<Position x="190.055" z="708.23829"/>
<Orientation y="-1.67737"/>
<Actor seed="30772"/>
</Entity>
<Entity uid="6975">
<Template>structures/cart_temple</Template>
<Player>3</Player>
<Position x="210.59208" z="728.33564"/>
<Orientation y="-7.99183"/>
<Actor seed="22930"/>
</Entity>
<Entity uid="6983">
<Template>actor|props/special/common/waypoint_flag_factions.xml</Template>
<Position x="253.11692" z="569.64435"/>
<Orientation y="1.47287"/>
<Actor seed="6094"/>
</Entity>
<Entity uid="7002">
<Template>actor|props/special/common/waypoint_flag_factions.xml</Template>
<Position x="248.31382" z="571.67884"/>
<Orientation y="1.47287"/>
<Actor seed="6094"/>
</Entity>
<Entity uid="7003">
<Template>actor|props/special/common/waypoint_flag_factions.xml</Template>
<Position x="244.6778" z="573.93366"/>
<Orientation y="1.47287"/>
<Actor seed="6094"/>
</Entity>
<Entity uid="7004">
<Template>actor|props/special/common/waypoint_flag_factions.xml</Template>
<Position x="246.83976" z="598.9422"/>
<Orientation y="1.47287"/>
<Actor seed="6094"/>
</Entity>
<Entity uid="7005">
<Template>actor|props/special/common/waypoint_flag_factions.xml</Template>
<Position x="243.74589" z="595.12928"/>
<Orientation y="1.47287"/>
<Actor seed="6094"/>
</Entity>
<Entity uid="7006">
<Template>actor|props/special/common/waypoint_flag_factions.xml</Template>
<Position x="241.21" z="591.39618"/>
<Orientation y="1.47287"/>
<Actor seed="6094"/>
</Entity>
<Entity uid="7007">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="223.99906" z="717.77186"/>
<Orientation y="4.5934"/>
<Actor seed="46678"/>
</Entity>
<Entity uid="7008">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="214.74558" z="716.6554"/>
<Orientation y="2.35621"/>
<Actor seed="13978"/>
</Entity>
<Entity uid="7009">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="158.57993" z="719.17054"/>
<Orientation y="2.35621"/>
<Actor seed="55338"/>
</Entity>
<Entity uid="7010">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="288.20908" z="573.35737"/>
<Orientation y="2.35621"/>
<Actor seed="13768"/>
</Entity>
<Entity uid="7011">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="219.9073" z="739.68421"/>
<Orientation y="2.35621"/>
<Actor seed="55776"/>
</Entity>
<Entity uid="7012">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="157.82093" z="680.72217"/>
<Orientation y="2.35621"/>
<Actor seed="43810"/>
</Entity>
<Entity uid="7013">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="281.51655" z="609.62848"/>
<Orientation y="2.35621"/>
<Actor seed="41374"/>
</Entity>
<Entity uid="7014">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="204.15137" z="737.50257"/>
<Orientation y="2.35621"/>
<Actor seed="5840"/>
</Entity>
<Entity uid="7015">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="211.32197" z="737.18683"/>
<Orientation y="2.35621"/>
<Actor seed="26408"/>
</Entity>
<Entity uid="7016">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="207.22535" z="716.73804"/>
<Orientation y="2.35621"/>
<Actor seed="47278"/>
</Entity>
<Entity uid="7017">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="301.05335" z="696.75666"/>
<Orientation y="2.35621"/>
<Actor seed="22046"/>
</Entity>
<Entity uid="7018">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="285.90967" z="606.07862"/>
<Orientation y="2.35621"/>
<Actor seed="49220"/>
</Entity>
<Entity uid="7020">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="255.25174" z="565.16138"/>
<Orientation y="2.61934"/>
<Actor seed="44968"/>
</Entity>
<Entity uid="7025">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="282.47641" z="607.21082"/>
<Orientation y="2.35621"/>
<Actor seed="20816"/>
</Entity>
<Entity uid="7034">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="144.7552" z="695.6355"/>
<Orientation y="3.32296"/>
<Actor seed="39092"/>
</Entity>
<Entity uid="7044">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="295.00318" z="578.4095"/>
<Orientation y="2.35621"/>
<Actor seed="56474"/>
</Entity>
<Entity uid="7045">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="293.33005" z="571.97394"/>
<Orientation y="2.35621"/>
<Actor seed="7480"/>
</Entity>
<Entity uid="7046">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="291.34052" z="571.33057"/>
<Orientation y="2.35621"/>
<Actor seed="9740"/>
</Entity>
<Entity uid="7047">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="287.17878" z="574.15589"/>
<Orientation y="2.35621"/>
<Actor seed="7400"/>
</Entity>
<Entity uid="7048">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="289.0901" z="574.12604"/>
<Orientation y="2.35621"/>
<Actor seed="12330"/>
</Entity>
<Entity uid="7049">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="287.83887" z="572.77094"/>
<Orientation y="2.35621"/>
<Actor seed="44958"/>
</Entity>
<Entity uid="7050">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="289.34345" z="572.3152"/>
<Orientation y="2.35621"/>
<Actor seed="12624"/>
</Entity>
<Entity uid="7051">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="289.83597" z="571.76124"/>
<Orientation y="2.35621"/>
<Actor seed="56480"/>
</Entity>
<Entity uid="7052">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="290.37159" z="574.22742"/>
<Orientation y="2.35621"/>
<Actor seed="20954"/>
</Entity>
<Entity uid="7053">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="288.27588" z="574.34955"/>
<Orientation y="2.35621"/>
<Actor seed="62344"/>
</Entity>
<Entity uid="7054">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="291.6008" z="572.80451"/>
<Orientation y="2.35621"/>
<Actor seed="21968"/>
</Entity>
<Entity uid="7056">
<Template>structures/cart_house</Template>
<Player>3</Player>
<Position x="307.4184" z="689.54114"/>
<Orientation y="3.06757"/>
<Actor seed="11424"/>
</Entity>
<Entity uid="7057">
<Template>structures/cart_house</Template>
<Player>3</Player>
<Position x="293.62797" z="691.19227"/>
<Orientation y="3.08771"/>
<Actor seed="15624"/>
</Entity>
<Entity uid="7060">
<Template>structures/cart_house</Template>
<Player>3</Player>
<Position x="161.41907" z="643.6073"/>
<Orientation y="2.99369"/>
<Actor seed="55876"/>
</Entity>
<Entity uid="7069">
<Template>structures/cart_blacksmith</Template>
<Player>3</Player>
<Position x="154.33619" z="707.21283"/>
<Orientation y="1.42351"/>
<Actor seed="53462"/>
</Entity>
<Entity uid="7070">
<Template>structures/cart_barracks</Template>
<Player>3</Player>
<Position x="168.3751" z="741.79328"/>
<Orientation y="2.9838"/>
<Actor seed="35520"/>
</Entity>
<Entity uid="7073">
<Template>actor|geology/stonemine_desert_quarry.xml</Template>
<Position x="309.50907" z="621.80048"/>
<Orientation y="1.79638"/>
<Actor seed="30694"/>
</Entity>
<Entity uid="7074">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="186.05228" z="724.70557"/>
<Orientation y="2.35622"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="7075">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="186.1337" z="726.00696"/>
<Orientation y="2.35622"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="7076">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="186.5297" z="725.448"/>
<Orientation y="2.35622"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="7077">
<Template>structures/cart_s_wall_tower</Template>
<Player>3</Player>
<Position x="344.37296" z="718.39075"/>
<Orientation y="3.0823"/>
<Actor seed="12240"/>
</Entity>
<Entity uid="7079">
<Template>structures/cart_s_wall_long</Template>
<Player>3</Player>
<Position x="346.79868" z="695.78461"/>
<Orientation y="1.48566"/>
<Actor seed="14612"/>
</Entity>
<Entity uid="7080">
<Template>structures/cart_s_wall_long</Template>
<Player>3</Player>
<Position x="347.76584" z="683.43879"/>
<Orientation y="1.48566"/>
<Actor seed="14612"/>
</Entity>
<Entity uid="7081">
<Template>structures/cart_s_wall_tower</Template>
<Player>3</Player>
<Position x="321.34873" z="650.74738"/>
<Orientation y="3.08231"/>
<Actor seed="12240"/>
</Entity>
<Entity uid="7082">
<Template>structures/cart_s_wall_tower</Template>
<Player>3</Player>
<Position x="350.01178" z="652.43616"/>
<Orientation y="3.08231"/>
<Actor seed="12240"/>
</Entity>
<Entity uid="7083">
<Template>structures/cart_s_wall_medium</Template>
<Player>3</Player>
<Position x="345.98948" z="705.53504"/>
<Orientation y="1.50417"/>
<Actor seed="14048"/>
</Entity>
<Entity uid="7084">
<Template>structures/cart_s_wall_medium</Template>
<Player>3</Player>
<Position x="345.27402" z="712.76703"/>
<Orientation y="1.50417"/>
<Obstruction group="7077"/>
<Actor seed="14048"/>
</Entity>
<Entity uid="7086">
<Template>structures/cart_s_wall_long</Template>
<Player>3</Player>
<Position x="348.87327" z="671.25574"/>
<Orientation y="1.48566"/>
<Obstruction group="7082"/>
<Actor seed="14612"/>
</Entity>
<Entity uid="7087">
<Template>structures/cart_defense_tower</Template>
<Player>3</Player>
<Position x="344.0973" z="658.84266"/>
<Orientation y="4.6249"/>
<Actor seed="4464"/>
</Entity>
<Entity uid="7088">
<Template>structures/cart_defense_tower</Template>
<Player>3</Player>
<Position x="337.5131" z="709.72687"/>
<Orientation y="1.53425"/>
<Actor seed="17110"/>
</Entity>
<Entity uid="7090">
<Template>structures/cart_s_wall_tower</Template>
<Player>3</Player>
<Position x="234.54761" z="614.42725"/>
<Orientation y="2.24917"/>
<Actor seed="38348"/>
</Entity>
<Entity uid="7092">
<Template>structures/cart_s_wall_tower</Template>
<Player>3</Player>
<Position x="225.60181" z="621.3578"/>
<Orientation y="2.24917"/>
<Actor seed="480"/>
</Entity>
<Entity uid="7093">
<Template>structures/cart_s_wall_short</Template>
<Player>3</Player>
<Position x="226.79828" z="623.1349"/>
<Orientation y="2.24917"/>
<Obstruction group="7092"/>
<Actor seed="4326"/>
</Entity>
<Entity uid="7094">
<Template>structures/cart_s_wall_short</Template>
<Player>3</Player>
<Position x="235.89496" z="616.27411"/>
<Orientation y="2.23403"/>
<Obstruction group="7090"/>
<Actor seed="43666"/>
</Entity>
<Entity uid="7095">
<Template>structures/cart_s_wall_medium</Template>
<Player>3</Player>
<Position x="230.2045" z="618.12391"/>
<Orientation y="6.95272"/>
<Obstruction group="7090" group2="7092"/>
</Entity>
<Entity uid="7096">
<Template>actor|props/special/eyecandy/statue_aphrodite_small.xml</Template>
<Position x="232.1865" z="620.28443"/>
<Orientation y="0.24276"/>
<Actor seed="34782"/>
</Entity>
<Entity uid="7097">
<Template>actor|props/special/eyecandy/column_doric.xml</Template>
<Position x="237.42212" z="618.14704"/>
<Orientation y="2.24917"/>
<Actor seed="60932"/>
</Entity>
<Entity uid="7098">
<Template>actor|props/special/eyecandy/column_doric.xml</Template>
<Position x="228.32471" z="624.97498"/>
<Orientation y="2.24917"/>
<Actor seed="33744"/>
</Entity>
<Entity uid="7108">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="230.67252" z="621.14332"/>
<Orientation y="3.77628"/>
<Actor seed="2120"/>
</Entity>
<Entity uid="7114">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="233.77988" z="620.61902"/>
<Orientation y="2.24917"/>
<Actor seed="39238"/>
</Entity>
<Entity uid="7126">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="232.60038" z="619.79157"/>
<Orientation y="2.24917"/>
<Actor seed="30198"/>
</Entity>
<Entity uid="7129">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="234.53345" z="618.32923"/>
<Orientation y="1.74363"/>
<Actor seed="1066"/>
</Entity>
<Entity uid="7130">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="228.91605" z="621.80683"/>
<Orientation y="2.24918"/>
<Actor seed="39238"/>
</Entity>
<Entity uid="7131">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="229.1757" z="623.76496"/>
<Orientation y="3.77628"/>
<Actor seed="2120"/>
</Entity>
<Entity uid="7132">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="231.29401" z="622.17341"/>
<Orientation y="2.24918"/>
<Actor seed="39238"/>
</Entity>
<Entity uid="7133">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="235.77176" z="619.27204"/>
<Orientation y="3.77628"/>
<Actor seed="2120"/>
</Entity>
<Entity uid="7134">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="235.72568" z="624.82105"/>
<Orientation y="2.25481"/>
<Actor seed="50302"/>
</Entity>
<Entity uid="7135">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="237.93812" z="616.58967"/>
<Orientation y="2.77398"/>
<Actor seed="4104"/>
</Entity>
<Entity uid="7136">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="277.55381" z="622.51215"/>
<Orientation y="3.13817"/>
<Actor seed="8134"/>
</Entity>
<Entity uid="7137">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="235.90424" z="611.45118"/>
<Orientation y="2.35621"/>
<Actor seed="6790"/>
</Entity>
<Entity uid="7138">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="303.82486" z="696.59095"/>
<Orientation y="5.04488"/>
<Actor seed="21300"/>
</Entity>
<Entity uid="7139">
<Template>actor|flora/trees/palm_cretan_date_patch.xml</Template>
<Position x="343.50541" z="668.51978"/>
<Orientation y="2.35621"/>
<Actor seed="12824"/>
</Entity>
<Entity uid="7140">
<Template>actor|flora/trees/palm_cretan_date_patch.xml</Template>
<Position x="223.19657" z="625.32654"/>
<Orientation y="2.51496"/>
<Actor seed="43888"/>
</Entity>
<Entity uid="7141">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="259.20926" z="623.35676"/>
<Orientation y="1.78786"/>
<Actor seed="8134"/>
</Entity>
<Entity uid="7142">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="220.8802" z="622.80549"/>
<Orientation y="8.69196"/>
<Actor seed="8134"/>
</Entity>
<Entity uid="7144">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="208.8412" z="624.90186"/>
<Orientation y="2.35621"/>
<Actor seed="44070"/>
</Entity>
<Entity uid="7148">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="197.59919" z="623.43866"/>
<Orientation y="2.35621"/>
<Actor seed="55518"/>
</Entity>
<Entity uid="7149">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="203.34195" z="624.00562"/>
<Orientation y="2.35621"/>
<Actor seed="39714"/>
</Entity>
<Entity uid="7155">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="214.839" z="625.43866"/>
<Orientation y="2.35622"/>
<Actor seed="55518"/>
</Entity>
<Entity uid="7156">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="189.12278" z="628.19703"/>
<Orientation y="2.25481"/>
<Actor seed="50302"/>
</Entity>
<Entity uid="7157">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="200.27036" z="626.4629"/>
<Orientation y="7.72696"/>
<Actor seed="36904"/>
</Entity>
<Entity uid="7158">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="209.883" z="627.5785"/>
<Orientation y="7.72696"/>
<Actor seed="36904"/>
</Entity>
<Entity uid="7159">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="219.14753" z="628.68525"/>
<Orientation y="7.72696"/>
<Actor seed="36904"/>
</Entity>
<Entity uid="7161">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="260.30643" z="618.07477"/>
<Orientation y="2.35621"/>
<Actor seed="63216"/>
</Entity>
<Entity uid="7167">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="275.9326" z="627.5843"/>
<Orientation y="5.02994"/>
<Actor seed="40262"/>
</Entity>
<Entity uid="7208">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="179.83878" z="578.07868"/>
<Orientation y="2.35621"/>
<Actor seed="12250"/>
</Entity>
<Entity uid="7209">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="179.27781" z="575.61768"/>
<Orientation y="2.35621"/>
<Actor seed="31946"/>
</Entity>
<Entity uid="7210">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="181.57093" z="578.82306"/>
<Orientation y="2.35621"/>
<Actor seed="63308"/>
</Entity>
<Entity uid="7211">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="157.24231" z="578.64411"/>
<Orientation y="2.35621"/>
<Actor seed="64368"/>
</Entity>
<Entity uid="7212">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="158.78983" z="578.95008"/>
<Orientation y="2.35621"/>
<Actor seed="43130"/>
</Entity>
<Entity uid="7213">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="159.61268" z="577.68586"/>
<Orientation y="2.35621"/>
<Actor seed="41822"/>
</Entity>
<Entity uid="7214">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="180.85233" z="576.54767"/>
<Orientation y="2.35621"/>
<Actor seed="11326"/>
</Entity>
<Entity uid="7215">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="182.56211" z="578.40687"/>
<Orientation y="2.35621"/>
<Actor seed="11262"/>
</Entity>
<Entity uid="7216">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="171.69184" z="599.97394"/>
<Orientation y="2.35621"/>
<Actor seed="55982"/>
</Entity>
<Entity uid="7217">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="173.18732" z="599.81464"/>
<Orientation y="2.35621"/>
<Actor seed="52778"/>
</Entity>
<Entity uid="7218">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="170.28934" z="600.39423"/>
<Orientation y="2.35621"/>
<Actor seed="22784"/>
</Entity>
<Entity uid="7219">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="171.83802" z="601.48536"/>
<Orientation y="2.35621"/>
<Actor seed="56576"/>
</Entity>
<Entity uid="7220">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="175.13996" z="599.17243"/>
<Orientation y="2.35621"/>
<Actor seed="26196"/>
</Entity>
<Entity uid="7221">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="159.8064" z="599.12208"/>
<Orientation y="2.35621"/>
<Actor seed="41816"/>
</Entity>
<Entity uid="7222">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="151.6428" z="598.87104"/>
<Orientation y="2.35621"/>
<Actor seed="38010"/>
</Entity>
<Entity uid="7223">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="185.22501" z="585.5923"/>
<Orientation y="2.35621"/>
<Actor seed="55752"/>
</Entity>
<Entity uid="7224">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="186.21393" z="586.7967"/>
<Orientation y="2.35621"/>
<Actor seed="46166"/>
</Entity>
<Entity uid="7225">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="184.32856" z="585.8277"/>
<Orientation y="2.35621"/>
<Actor seed="4284"/>
</Entity>
<Entity uid="7226">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="182.668" z="577.61976"/>
<Orientation y="2.35621"/>
<Actor seed="14520"/>
</Entity>
<Entity uid="7227">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="183.82029" z="576.96283"/>
<Orientation y="2.35621"/>
<Actor seed="34076"/>
</Entity>
<Entity uid="7228">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="183.1378" z="579.00574"/>
<Orientation y="2.35621"/>
<Actor seed="24396"/>
</Entity>
<Entity uid="7229">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="182.14127" z="577.02027"/>
<Orientation y="2.35621"/>
<Actor seed="60814"/>
</Entity>
<Entity uid="7230">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="160.8396" z="576.66883"/>
<Orientation y="2.35621"/>
<Actor seed="23466"/>
</Entity>
<Entity uid="7231">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="182.22764" z="576.68928"/>
<Orientation y="2.35621"/>
<Actor seed="63628"/>
</Entity>
<Entity uid="7232">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="144.84907" z="572.52729"/>
<Orientation y="2.35621"/>
<Actor seed="22178"/>
</Entity>
<Entity uid="7233">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="144.36112" z="578.01917"/>
<Orientation y="2.35621"/>
<Actor seed="24338"/>
</Entity>
<Entity uid="7234">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="182.49103" z="575.57264"/>
<Orientation y="2.35621"/>
<Actor seed="6932"/>
</Entity>
<Entity uid="7235">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="178.20179" z="574.61652"/>
<Orientation y="2.35621"/>
<Actor seed="12028"/>
</Entity>
<Entity uid="7236">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="179.0236" z="575.2046"/>
<Orientation y="2.35621"/>
<Actor seed="17368"/>
</Entity>
<Entity uid="7237">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="230.57514" z="561.6236"/>
<Orientation y="2.35621"/>
<Actor seed="6758"/>
</Entity>
<Entity uid="7238">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="229.52259" z="560.7522"/>
<Orientation y="2.35621"/>
<Actor seed="49842"/>
</Entity>
<Entity uid="7239">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="230.11683" z="561.00287"/>
<Orientation y="2.35621"/>
<Actor seed="33740"/>
</Entity>
<Entity uid="7240">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="187.68705" z="622.93512"/>
<Orientation y="2.35621"/>
<Actor seed="55526"/>
</Entity>
<Entity uid="7241">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="178.35016" z="576.21235"/>
<Orientation y="2.35621"/>
<Actor seed="15682"/>
</Entity>
<Entity uid="7242">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="180.57422" z="575.37879"/>
<Orientation y="2.35621"/>
<Actor seed="56962"/>
</Entity>
<Entity uid="7243">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="182.85465" z="580.30433"/>
<Orientation y="2.35621"/>
<Actor seed="9128"/>
</Entity>
<Entity uid="7244">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="229.87876" z="559.97681"/>
<Orientation y="2.35621"/>
<Actor seed="40422"/>
</Entity>
<Entity uid="7245">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="232.50107" z="561.1106"/>
<Orientation y="2.35621"/>
<Actor seed="34044"/>
</Entity>
<Entity uid="7246">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="234.52857" z="560.79798"/>
<Orientation y="2.35621"/>
<Actor seed="46500"/>
</Entity>
<Entity uid="7247">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="235.82374" z="560.71552"/>
<Orientation y="2.35621"/>
<Actor seed="15314"/>
</Entity>
<Entity uid="7248">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="191.54831" z="620.23804"/>
<Orientation y="2.35621"/>
<Actor seed="33594"/>
</Entity>
<Entity uid="7249">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="192.31202" z="619.68451"/>
<Orientation y="2.35621"/>
<Actor seed="14352"/>
</Entity>
<Entity uid="7250">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="230.50031" z="560.23267"/>
<Orientation y="2.35621"/>
<Actor seed="44484"/>
</Entity>
<Entity uid="7251">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="314.84849" z="562.78821"/>
<Orientation y="2.35621"/>
<Actor seed="28644"/>
</Entity>
<Entity uid="7252">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="315.68522" z="562.6106"/>
<Orientation y="2.35621"/>
<Actor seed="41010"/>
</Entity>
<Entity uid="7253">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="322.9636" z="574.21607"/>
<Orientation y="2.35621"/>
<Actor seed="35366"/>
</Entity>
<Entity uid="7254">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="322.83872" z="575.21698"/>
<Orientation y="2.35621"/>
<Actor seed="16132"/>
</Entity>
<Entity uid="7255">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="303.54505" z="580.44172"/>
<Orientation y="2.35621"/>
<Actor seed="40472"/>
</Entity>
<Entity uid="7256">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="323.57386" z="575.11731"/>
<Orientation y="2.35621"/>
<Actor seed="1594"/>
</Entity>
<Entity uid="7257">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="325.1656" z="574.58051"/>
<Orientation y="2.35621"/>
<Actor seed="49826"/>
</Entity>
<Entity uid="7258">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="324.62528" z="576.08466"/>
<Orientation y="2.35621"/>
<Actor seed="41058"/>
</Entity>
<Entity uid="7259">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="326.94376" z="574.91614"/>
<Orientation y="2.35621"/>
<Actor seed="31256"/>
</Entity>
<Entity uid="7263">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="317.00226" z="564.15461"/>
<Orientation y="2.35621"/>
<Actor seed="1594"/>
</Entity>
<Entity uid="7266">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="329.16108" z="575.52125"/>
<Orientation y="2.35621"/>
<Actor seed="16296"/>
</Entity>
<Entity uid="7267">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="328.46116" z="577.31708"/>
<Orientation y="2.35621"/>
<Actor seed="29526"/>
</Entity>
<Entity uid="7268">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="322.8859" z="578.41645"/>
<Orientation y="2.35621"/>
<Actor seed="62602"/>
</Entity>
<Entity uid="7270">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="330.09702" z="577.4939"/>
<Orientation y="0.80976"/>
<Actor seed="27778"/>
</Entity>
<Entity uid="7271">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="322.68232" z="579.66248"/>
<Orientation y="2.35621"/>
<Actor seed="28416"/>
</Entity>
<Entity uid="7272">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="323.35471" z="577.10566"/>
<Orientation y="2.35621"/>
<Actor seed="11182"/>
</Entity>
<Entity uid="7273">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="325.86884" z="576.39155"/>
<Orientation y="2.35621"/>
<Actor seed="26714"/>
</Entity>
<Entity uid="7274">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="327.02659" z="577.24708"/>
<Orientation y="2.35621"/>
<Actor seed="24368"/>
</Entity>
<Entity uid="7275">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="313.11054" z="561.81342"/>
<Orientation y="2.35621"/>
<Actor seed="22268"/>
</Entity>
<Entity uid="7276">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="314.11533" z="563.93915"/>
<Orientation y="2.35621"/>
<Actor seed="54104"/>
</Entity>
<Entity uid="7277">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="315.51093" z="564.17444"/>
<Orientation y="2.35621"/>
<Actor seed="27226"/>
</Entity>
<Entity uid="7278">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="323.91016" z="577.29029"/>
<Orientation y="2.35621"/>
<Actor seed="32158"/>
</Entity>
<Entity uid="7279">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="206.31238" z="536.1927"/>
<Orientation y="2.35621"/>
<Actor seed="62086"/>
</Entity>
<Entity uid="7280">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="213.51886" z="533.88752"/>
<Orientation y="2.35621"/>
<Actor seed="23882"/>
</Entity>
<Entity uid="7283">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="236.40815" z="531.6626"/>
<Orientation y="2.35621"/>
<Actor seed="12118"/>
</Entity>
<Entity uid="7284">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="244.1431" z="529.93995"/>
<Orientation y="2.35621"/>
<Actor seed="30668"/>
</Entity>
<Entity uid="7285">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="221.61045" z="531.9195"/>
<Orientation y="2.35621"/>
<Actor seed="35044"/>
</Entity>
<Entity uid="7286">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="228.9271" z="532.39112"/>
<Orientation y="2.35621"/>
<Actor seed="692"/>
</Entity>
<Entity uid="7287">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="206.13016" z="528.40162"/>
<Orientation y="2.35621"/>
<Actor seed="32530"/>
</Entity>
<Entity uid="7288">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="212.73359" z="526.98981"/>
<Orientation y="2.35621"/>
<Actor seed="39924"/>
</Entity>
<Entity uid="7289">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="221.31601" z="524.65754"/>
<Orientation y="2.35621"/>
<Actor seed="8508"/>
</Entity>
<Entity uid="7290">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="228.45426" z="525.26362"/>
<Orientation y="2.35621"/>
<Actor seed="51190"/>
</Entity>
<Entity uid="7291">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="236.1431" z="524.21015"/>
<Orientation y="2.35621"/>
<Actor seed="20720"/>
</Entity>
<Entity uid="7293">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="244.1417" z="523.18744"/>
<Orientation y="2.35621"/>
<Actor seed="28966"/>
</Entity>
<Entity uid="7295">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="202.45893" z="516.8462"/>
<Orientation y="2.35621"/>
<Actor seed="298"/>
</Entity>
<Entity uid="7296">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="202.75223" z="511.03345"/>
<Orientation y="2.35621"/>
<Actor seed="4732"/>
</Entity>
<Entity uid="7297">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="210.6887" z="513.85248"/>
<Orientation y="2.35621"/>
<Actor seed="20646"/>
</Entity>
<Entity uid="7298">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="211.69724" z="508.26636"/>
<Orientation y="2.35621"/>
<Actor seed="58414"/>
</Entity>
<Entity uid="7299">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="219.5702" z="512.42005"/>
<Orientation y="2.35621"/>
<Actor seed="53858"/>
</Entity>
<Entity uid="7300">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="220.01029" z="505.04035"/>
<Orientation y="2.35621"/>
<Actor seed="54470"/>
</Entity>
<Entity uid="7301">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="227.78052" z="511.47962"/>
<Orientation y="2.35621"/>
<Actor seed="36986"/>
</Entity>
<Entity uid="7303">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="235.30814" z="511.0022"/>
<Orientation y="2.35621"/>
<Actor seed="52900"/>
</Entity>
<Entity uid="7309">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="228.00849" z="504.91828"/>
<Orientation y="2.35621"/>
<Actor seed="56854"/>
</Entity>
<Entity uid="7310">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="242.33475" z="505.38398"/>
<Orientation y="4.20856"/>
<Actor seed="22370"/>
</Entity>
<Entity uid="7312">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="235.47132" z="504.68534"/>
<Orientation y="2.35621"/>
<Actor seed="26416"/>
</Entity>
<Entity uid="7313">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="242.89878" z="512.43885"/>
<Orientation y="2.35622"/>
<Actor seed="32530"/>
</Entity>
<Entity uid="7328">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="251.0777" z="524.02918"/>
<Orientation y="2.35621"/>
<Actor seed="62894"/>
</Entity>
<Entity uid="7332">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="249.04746" z="532.06"/>
<Orientation y="2.35621"/>
<Actor seed="30468"/>
</Entity>
<Entity uid="7333">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="250.18497" z="513.49378"/>
<Orientation y="2.35621"/>
<Actor seed="7222"/>
</Entity>
<Entity uid="7335">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="248.89734" z="507.08692"/>
<Orientation y="2.35621"/>
<Actor seed="3264"/>
</Entity>
<Entity uid="7336">
<Template>actor|flora/trees/fig.xml</Template>
<Position x="183.24985" z="735.3794"/>
<Orientation y="2.35621"/>
<Actor seed="51564"/>
</Entity>
<Entity uid="7337">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="167.75873" z="555.14399"/>
<Orientation y="2.35621"/>
<Actor seed="54234"/>
</Entity>
<Entity uid="7338">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="171.72721" z="554.89161"/>
<Orientation y="2.35621"/>
<Actor seed="41162"/>
</Entity>
<Entity uid="7339">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="135.03873" z="566.60883"/>
<Orientation y="2.35621"/>
<Actor seed="42126"/>
</Entity>
<Entity uid="7340">
<Template>actor|props/flora/grass_savanna.xml</Template>
<Position x="148.9737" z="583.34058"/>
<Orientation y="2.35621"/>
<Actor seed="36122"/>
</Entity>
<Entity uid="7360">
<Template>actor|props/flora/shrub_fanpalm.xml</Template>
<Position x="181.00983" z="637.4693"/>
<Orientation y="2.35621"/>
<Actor seed="60922"/>
</Entity>
<Entity uid="7365">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="271.58274" z="494.7635"/>
<Orientation y="2.20937"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="7366">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="266.8484" z="494.67035"/>
<Orientation y="2.20937"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="7367">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="262.37809" z="494.85453"/>
<Orientation y="2.20937"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="7368">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="276.04422" z="496.02021"/>
<Orientation y="2.20937"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7369">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="258.0239" z="494.79361"/>
<Orientation y="2.20937"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="7370">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="226.18644" z="499.5322"/>
<Orientation y="2.40268"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="7371">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="243.76932" z="496.62403"/>
<Orientation y="2.40268"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7372">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="230.71854" z="499.09083"/>
<Orientation y="5.17875"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="7373">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="235.499" z="498.81757"/>
<Orientation y="3.85116"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="7374">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="239.36487" z="498.33082"/>
<Orientation y="6.81206"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="7375">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="244.22669" z="491.84235"/>
<Orientation y="2.35622"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="7376">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="275.67374" z="490.10871"/>
<Orientation y="2.35622"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7377">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="253.34998" z="490.4441"/>
<Orientation y="4.07271"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="7378">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="267.59574" z="488.91172"/>
<Orientation y="2.35622"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="7379">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="271.88273" z="489.73557"/>
<Orientation y="3.01233"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="7380">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="257.39023" z="484.10792"/>
<Orientation y="2.35622"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="7381">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="275.90046" z="485.61124"/>
<Orientation y="2.35622"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7382">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="262.01844" z="483.83002"/>
<Orientation y="2.35622"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="7383">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="267.13459" z="483.47043"/>
<Orientation y="4.05507"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="7384">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="271.24286" z="484.58033"/>
<Orientation y="2.35622"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="7385">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="257.45911" z="479.64533"/>
<Orientation y="1.69282"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="7386">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="275.36191" z="481.02833"/>
<Orientation y="1.36768"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7387">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="262.15595" z="479.05387"/>
<Orientation y="1.70138"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="7388">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="266.97773" z="479.52448"/>
<Orientation y="1.57187"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="7389">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="270.96335" z="479.81031"/>
<Orientation y="1.52566"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="7393">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="279.70414" z="496.8599"/>
<Orientation y="2.20939"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7394">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="253.2606" z="495.74604"/>
<Orientation y="2.40268"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7395">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="279.72971" z="490.95728"/>
<Orientation y="2.35622"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7396">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="279.96848" z="486.62281"/>
<Orientation y="2.35622"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7397">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="279.71723" z="481.83527"/>
<Orientation y="2.35622"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="7398">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="204.78666" z="681.87885"/>
<Orientation y="2.35621"/>
<Actor seed="46040"/>
</Entity>
<Entity uid="7399">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="209.12461" z="682.6996"/>
<Orientation y="2.35621"/>
<Actor seed="26066"/>
</Entity>
<Entity uid="7400">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="215.42621" z="684.00232"/>
<Orientation y="2.35621"/>
<Actor seed="47310"/>
</Entity>
<Entity uid="7401">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="221.25116" z="684.50837"/>
<Orientation y="2.35621"/>
<Actor seed="39026"/>
</Entity>
<Entity uid="7402">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="158.23282" z="720.91822"/>
<Orientation y="2.35621"/>
<Actor seed="46498"/>
</Entity>
<Entity uid="7403">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="228.51157" z="685.59681"/>
<Orientation y="2.35621"/>
<Actor seed="55334"/>
</Entity>
<Entity uid="7404">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="159.97345" z="682.15925"/>
<Orientation y="2.35621"/>
<Actor seed="30516"/>
</Entity>
<Entity uid="7405">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="282.07642" z="720.84382"/>
<Orientation y="2.35621"/>
<Actor seed="42910"/>
</Entity>
<Entity uid="7406">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="281.4857" z="735.8224"/>
<Orientation y="2.35621"/>
<Actor seed="2434"/>
</Entity>
<Entity uid="7408">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="280.94587" z="732.86744"/>
<Orientation y="2.35621"/>
<Actor seed="45234"/>
</Entity>
<Entity uid="7409">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="281.00962" z="729.17634"/>
<Orientation y="2.35621"/>
<Actor seed="52464"/>
</Entity>
<Entity uid="7410">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="279.46518" z="744.94251"/>
<Orientation y="2.35621"/>
<Actor seed="44210"/>
</Entity>
<Entity uid="7411">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="253.20035" z="720.66736"/>
<Orientation y="2.35621"/>
<Actor seed="31312"/>
</Entity>
<Entity uid="7412">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="250.87153" z="726.0871"/>
<Orientation y="2.35621"/>
<Actor seed="11182"/>
</Entity>
<Entity uid="7413">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="250.77665" z="742.29242"/>
<Orientation y="2.35621"/>
<Actor seed="9802"/>
</Entity>
<Entity uid="7414">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="250.83912" z="734.33753"/>
<Orientation y="2.35621"/>
<Actor seed="29228"/>
</Entity>
<Entity uid="7415">
<Template>structures/mace_library</Template>
<Player>6</Player>
<Position x="329.47858" z="1353.146"/>
<Orientation y="2.35621"/>
<Actor seed="44080"/>
</Entity>
<Entity uid="7420">
<Template>structures/mace_theatron</Template>
<Player>6</Player>
<Position x="376.20093" z="1362.60206"/>
<Orientation y="7.07476"/>
<Actor seed="14846"/>
</Entity>
<Entity uid="7421">
<Template>structures/athen_royal_stoa</Template>
<Player>6</Player>
<Position x="356.43989" z="1319.06214"/>
<Orientation y="5.47608"/>
<Actor seed="62736"/>
</Entity>
<Entity uid="7422">
<Template>structures/rome_arch</Template>
<Player>6</Player>
<Position x="326.15491" z="1312.93592"/>
<Orientation y="0.77169"/>
<Actor seed="30886"/>
</Entity>
<Entity uid="7424">
<Template>actor|flora/trees/fig.xml</Template>
<Position x="208.45142" z="1071.10523"/>
<Orientation y="6.58533"/>
</Entity>
<Entity uid="7446">
<Template>actor|flora/trees/orchard_tree.xml</Template>
<Position x="323.11237" z="1470.44861"/>
<Orientation y="2.35621"/>
<Actor seed="60326"/>
</Entity>
<Entity uid="7447">
<Template>actor|flora/trees/orchard_tree.xml</Template>
<Position x="363.05964" z="1484.42298"/>
<Orientation y="2.35621"/>
<Actor seed="50404"/>
</Entity>
<Entity uid="7448">
<Template>actor|flora/trees/orchard_tree.xml</Template>
<Position x="333.327" z="1473.63086"/>
<Orientation y="2.42458"/>
<Actor seed="38224"/>
</Entity>
<Entity uid="7450">
<Template>actor|flora/trees/orchard_tree.xml</Template>
<Position x="344.5764" z="1472.01404"/>
<Orientation y="2.35621"/>
<Actor seed="15456"/>
</Entity>
<Entity uid="7451">
<Template>actor|flora/trees/orchard_tree.xml</Template>
<Position x="353.9072" z="1478.21473"/>
<Orientation y="2.35621"/>
<Actor seed="1030"/>
</Entity>
<Entity uid="7454">
<Template>actor|flora/trees/oak_new.xml</Template>
<Position x="429.73893" z="1528.65601"/>
<Orientation y="2.74656"/>
<Actor seed="27806"/>
</Entity>
<Entity uid="7455">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="429.70737" z="1528.03064"/>
<Orientation y="2.35622"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="7456">
<Template>actor|flora/trees/palm_medit_fan_palm.xml</Template>
<Position x="268.17115" z="1471.35206"/>
<Orientation y="2.35621"/>
<Actor seed="48798"/>
</Entity>
<Entity uid="7457">
<Template>actor|flora/trees/palm_medit_fan_palm.xml</Template>
<Position x="275.78602" z="1466.99024"/>
<Orientation y="2.35621"/>
<Actor seed="51420"/>
</Entity>
<Entity uid="7458">
<Template>actor|flora/trees/palm_medit_fan_palm.xml</Template>
<Position x="285.42981" z="1464.67823"/>
<Orientation y="2.35621"/>
<Actor seed="27478"/>
</Entity>
<Entity uid="7459">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="420.9279" z="1576.5387"/>
<Orientation y="2.35621"/>
<Actor seed="34294"/>
</Entity>
<Entity uid="7460">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="367.79441" z="1562.50428"/>
<Orientation y="2.35621"/>
<Actor seed="59668"/>
</Entity>
<Entity uid="7461">
<Template>actor|props/flora/bush_tempe_underbrush.xml</Template>
<Position x="404.30546" z="1535.6272"/>
<Orientation y="2.35621"/>
<Actor seed="37472"/>
</Entity>
<Entity uid="7462">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="414.63218" z="1538.31788"/>
<Orientation y="2.35621"/>
<Actor seed="1474"/>
</Entity>
<Entity uid="7463">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="406.60273" z="1534.26783"/>
<Orientation y="2.35621"/>
<Actor seed="60022"/>
</Entity>
<Entity uid="7464">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="320.2735" z="1497.21668"/>
<Orientation y="2.35621"/>
<Actor seed="31118"/>
</Entity>
<Entity uid="7465">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="330.97995" z="1504.30823"/>
<Orientation y="2.35621"/>
<Actor seed="14380"/>
</Entity>
<Entity uid="7466">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="332.485" z="1506.34021"/>
<Orientation y="2.35621"/>
<Actor seed="33358"/>
</Entity>
<Entity uid="7467">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="329.53974" z="1504.37085"/>
<Orientation y="2.35621"/>
<Actor seed="4334"/>
</Entity>
<Entity uid="7468">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="314.76584" z="1494.58985"/>
<Orientation y="2.35621"/>
<Actor seed="49784"/>
</Entity>
<Entity uid="7469">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="310.8087" z="1497.40516"/>
<Orientation y="2.35621"/>
<Actor seed="28420"/>
</Entity>
<Entity uid="7470">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="309.60947" z="1496.88648"/>
<Orientation y="2.35621"/>
<Actor seed="6590"/>
</Entity>
<Entity uid="7471">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="398.0008" z="1531.62903"/>
<Orientation y="2.35621"/>
<Actor seed="44244"/>
</Entity>
<Entity uid="7472">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="401.12214" z="1529.1703"/>
<Orientation y="2.35621"/>
<Actor seed="43400"/>
</Entity>
<Entity uid="7473">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="402.51511" z="1529.78443"/>
<Orientation y="2.35621"/>
<Actor seed="34788"/>
</Entity>
<Entity uid="7474">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="403.58573" z="1530.48658"/>
<Orientation y="2.35621"/>
<Actor seed="36822"/>
</Entity>
<Entity uid="7475">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="399.90708" z="1529.33472"/>
<Orientation y="2.35621"/>
<Actor seed="1990"/>
</Entity>
<Entity uid="7476">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="398.53129" z="1529.59021"/>
<Orientation y="2.35621"/>
<Actor seed="1540"/>
</Entity>
<Entity uid="7477">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="397.43693" z="1530.82776"/>
<Orientation y="2.35621"/>
<Actor seed="6402"/>
</Entity>
<Entity uid="7478">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="396.68784" z="1530.17615"/>
<Orientation y="2.35621"/>
<Actor seed="33708"/>
</Entity>
<Entity uid="7479">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="395.53586" z="1530.49085"/>
<Orientation y="2.35621"/>
<Actor seed="37864"/>
</Entity>
<Entity uid="7480">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="404.79096" z="1530.4203"/>
<Orientation y="2.35621"/>
<Actor seed="926"/>
</Entity>
<Entity uid="7481">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="406.14826" z="1530.26063"/>
<Orientation y="2.35621"/>
<Actor seed="12182"/>
</Entity>
<Entity uid="7482">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="398.26548" z="1533.54432"/>
<Orientation y="2.35621"/>
<Actor seed="42294"/>
</Entity>
<Entity uid="7483">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="396.66349" z="1532.37024"/>
<Orientation y="2.35621"/>
<Actor seed="38686"/>
</Entity>
<Entity uid="7484">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="397.58094" z="1534.72461"/>
<Orientation y="2.35621"/>
<Actor seed="35568"/>
</Entity>
<Entity uid="7485">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="399.3386" z="1535.80018"/>
<Orientation y="2.35621"/>
<Actor seed="36158"/>
</Entity>
<Entity uid="7486">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="395.60029" z="1524.65882"/>
<Orientation y="2.35621"/>
<Actor seed="48630"/>
</Entity>
<Entity uid="7487">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="394.5782" z="1524.26917"/>
<Orientation y="2.35621"/>
<Actor seed="37438"/>
</Entity>
<Entity uid="7488">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="395.06498" z="1523.80188"/>
<Orientation y="2.35621"/>
<Actor seed="14824"/>
</Entity>
<Entity uid="7489">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="372.17408" z="1547.81617"/>
<Orientation y="2.35621"/>
<Actor seed="19908"/>
</Entity>
<Entity uid="7490">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="371.50623" z="1546.92164"/>
<Orientation y="2.35621"/>
<Actor seed="2186"/>
</Entity>
<Entity uid="7491">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="372.21015" z="1546.48304"/>
<Orientation y="2.35621"/>
<Actor seed="12434"/>
</Entity>
<Entity uid="7492">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="372.66706" z="1547.10816"/>
<Orientation y="2.35621"/>
<Actor seed="32074"/>
</Entity>
<Entity uid="7493">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="440.87415" z="1489.5271"/>
<Orientation y="7.68662"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="7494">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="373.84836" z="1495.00916"/>
<Orientation y="2.35622"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="7495">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="375.64441" z="1494.24195"/>
<Orientation y="4.9589"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="7496">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="378.04026" z="1492.86097"/>
<Orientation y="2.35622"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="7497">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="370.07605" z="1493.4109"/>
<Orientation y="1.73575"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="7498">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="372.26685" z="1492.13367"/>
<Orientation y="1.73575"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="7499">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="442.58716" z="1483.83631"/>
<Orientation y="2.35621"/>
<Actor seed="18996"/>
</Entity>
<Entity uid="7500">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="434.17582" z="1487.2068"/>
<Orientation y="2.35621"/>
<Actor seed="15290"/>
</Entity>
<Entity uid="7501">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="433.3274" z="1486.4065"/>
<Orientation y="2.35621"/>
<Actor seed="3604"/>
</Entity>
<Entity uid="7502">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="441.32172" z="1484.4751"/>
<Orientation y="2.35621"/>
<Actor seed="11688"/>
</Entity>
<Entity uid="7503">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="444.47077" z="1483.28626"/>
<Orientation y="2.35621"/>
<Actor seed="59632"/>
</Entity>
<Entity uid="7504">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="445.40818" z="1482.11072"/>
<Orientation y="2.35621"/>
<Actor seed="20326"/>
</Entity>
<Entity uid="7505">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="446.12397" z="1482.01502"/>
<Orientation y="2.35621"/>
<Actor seed="8184"/>
</Entity>
<Entity uid="7506">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="447.30625" z="1483.21583"/>
<Orientation y="2.35621"/>
<Actor seed="48064"/>
</Entity>
<Entity uid="7507">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="447.28064" z="1482.04017"/>
<Orientation y="2.35621"/>
<Actor seed="62424"/>
</Entity>
<Entity uid="7508">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="448.29673" z="1483.72889"/>
<Orientation y="2.35621"/>
<Actor seed="3494"/>
</Entity>
<Entity uid="7509">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="447.97431" z="1485.76795"/>
<Orientation y="2.35621"/>
<Actor seed="19670"/>
</Entity>
<Entity uid="7510">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="448.26984" z="1484.45325"/>
<Orientation y="2.35621"/>
<Actor seed="61654"/>
</Entity>
<Entity uid="7511">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="448.05066" z="1486.17273"/>
<Orientation y="2.35621"/>
<Actor seed="18948"/>
</Entity>
<Entity uid="7512">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="444.72413" z="1489.1012"/>
<Orientation y="2.35621"/>
<Actor seed="45394"/>
</Entity>
<Entity uid="7513">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="472.45923" z="1476.46583"/>
<Orientation y="2.35621"/>
<Actor seed="56256"/>
</Entity>
<Entity uid="7514">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="472.42234" z="1477.4756"/>
<Orientation y="2.35621"/>
<Actor seed="37072"/>
</Entity>
<Entity uid="7515">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="465.97425" z="1478.43287"/>
<Orientation y="2.35621"/>
<Actor seed="21608"/>
</Entity>
<Entity uid="7516">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="396.36835" z="1522.46998"/>
<Orientation y="2.35622"/>
<Actor seed="12182"/>
</Entity>
<Entity uid="7517">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="397.51093" z="1523.05945"/>
<Orientation y="3.01153"/>
<Actor seed="12182"/>
</Entity>
<Entity uid="7518">
<Template>structures/rome_farmstead</Template>
<Player>6</Player>
<Position x="432.48954" z="1453.72071"/>
<Orientation y="-0.07493"/>
<Actor seed="52436"/>
</Entity>
<Entity uid="7521">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="441.965" z="1493.29505"/>
<Orientation y="-0.10918"/>
<Actor seed="11840"/>
</Entity>
<Entity uid="7522">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="445.69297" z="1490.5254"/>
<Orientation y="2.35621"/>
<Actor seed="42564"/>
</Entity>
<Entity uid="7523">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="444.21595" z="1492.29078"/>
<Orientation y="2.35621"/>
<Actor seed="13666"/>
</Entity>
<Entity uid="7524">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="443.8636" z="1455.1471"/>
<Orientation y="2.35621"/>
<Actor seed="7396"/>
</Entity>
<Entity uid="7525">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="444.58048" z="1461.6792"/>
<Orientation y="2.35621"/>
<Actor seed="140"/>
</Entity>
<Entity uid="7532">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="451.75831" z="1457.92371"/>
<Orientation y="1.29444"/>
<Actor seed="23330"/>
</Entity>
<Entity uid="7533">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="455.15934" z="1453.4701"/>
<Orientation y="-5.963"/>
<Actor seed="19178"/>
</Entity>
<Entity uid="7534">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="457.1536" z="1448.01966"/>
<Orientation y="2.5063"/>
<Actor seed="38776"/>
</Entity>
<Entity uid="7535">
<Template>actor|props/flora/bush_medit_la_lush.xml</Template>
<Position x="445.61509" z="1462.87623"/>
<Orientation y="2.35621"/>
<Actor seed="43420"/>
</Entity>
<Entity uid="7536">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="441.4751" z="1464.52991"/>
<Orientation y="2.35621"/>
<Actor seed="24968"/>
</Entity>
<Entity uid="7537">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="439.89643" z="1464.80079"/>
<Orientation y="2.35621"/>
<Actor seed="53678"/>
</Entity>
<Entity uid="7538">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="440.56376" z="1465.07654"/>
<Orientation y="2.35621"/>
<Actor seed="64158"/>
</Entity>
<Entity uid="7539">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="439.65201" z="1465.77247"/>
<Orientation y="2.35621"/>
<Actor seed="5760"/>
</Entity>
<Entity uid="7540">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="444.08503" z="1457.94715"/>
<Orientation y="2.35621"/>
<Actor seed="23974"/>
</Entity>
<Entity uid="7541">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="447.9033" z="1460.87415"/>
<Orientation y="2.35621"/>
<Actor seed="48692"/>
</Entity>
<Entity uid="7542">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="449.47452" z="1455.12525"/>
<Orientation y="2.35621"/>
<Actor seed="10088"/>
</Entity>
<Entity uid="7547">
<Template>gaia/flora_tree_cypress</Template>
<Player>0</Player>
<Position x="454.2555" z="1453.26343"/>
<Orientation y="2.35621"/>
<Actor seed="18270"/>
</Entity>
<Entity uid="7548">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="473.50754" z="1452.76551"/>
<Orientation y="2.50631"/>
<Actor seed="38776"/>
</Entity>
<Entity uid="7549">
<Template>actor|props/flora/grass_field_dry_tall.xml</Template>
<Position x="468.07029" z="1482.22034"/>
<Orientation y="2.35621"/>
<Actor seed="5806"/>
</Entity>
<Entity uid="7550">
<Template>actor|props/flora/grass_field_dry_tall.xml</Template>
<Position x="475.97046" z="1479.17566"/>
<Orientation y="2.35621"/>
<Actor seed="52864"/>
</Entity>
<Entity uid="7551">
<Template>actor|props/flora/grass_field_dry_tall.xml</Template>
<Position x="473.1153" z="1479.92774"/>
<Orientation y="3.6745"/>
<Actor seed="2722"/>
</Entity>
<Entity uid="7552">
<Template>actor|props/flora/grass_temp_field.xml</Template>
<Position x="469.53257" z="1477.61316"/>
<Orientation y="3.22306"/>
<Actor seed="48324"/>
</Entity>
<Entity uid="7553">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="454.74292" z="1455.36536"/>
<Orientation y="2.35621"/>
<Actor seed="44704"/>
</Entity>
<Entity uid="7554">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="451.7324" z="1458.78504"/>
<Orientation y="2.35621"/>
<Actor seed="28502"/>
</Entity>
<Entity uid="7555">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="473.72712" z="1454.6034"/>
<Orientation y="2.35621"/>
<Actor seed="51116"/>
</Entity>
<Entity uid="7556">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="444.21964" z="1459.29102"/>
<Orientation y="2.35621"/>
<Actor seed="62858"/>
</Entity>
<Entity uid="7557">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="443.61045" z="1462.04871"/>
<Orientation y="2.35621"/>
<Actor seed="34736"/>
</Entity>
<Entity uid="7558">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="452.92145" z="1459.89783"/>
<Orientation y="2.35621"/>
<Actor seed="37598"/>
</Entity>
<Entity uid="7559">
<Template>actor|props/flora/bush_medit_me.xml</Template>
<Position x="453.7056" z="1456.17664"/>
<Orientation y="2.35621"/>
<Actor seed="28114"/>
</Entity>
<Entity uid="7560">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="473.82944" z="1453.89063"/>
<Orientation y="2.35621"/>
<Actor seed="64494"/>
</Entity>
<Entity uid="7561">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="471.55466" z="1453.7555"/>
<Orientation y="2.35621"/>
<Actor seed="41366"/>
</Entity>
<Entity uid="7562">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="438.49628" z="1465.51697"/>
<Orientation y="2.35621"/>
<Actor seed="20944"/>
</Entity>
<Entity uid="7563">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="414.24906" z="1496.4574"/>
<Orientation y="2.35621"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="7564">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="405.38596" z="1486.57178"/>
<Orientation y="2.35621"/>
<Actor seed="61074"/>
</Entity>
<Entity uid="7565">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="413.67197" z="1491.6543"/>
<Orientation y="2.35621"/>
<Actor seed="1788"/>
</Entity>
<Entity uid="7566">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="408.67573" z="1487.48096"/>
<Orientation y="1.58498"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="7567">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="419.55863" z="1491.37293"/>
<Orientation y="3.32663"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="7569">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="408.2075" z="1481.90967"/>
<Orientation y="2.35621"/>
<Actor seed="51364"/>
</Entity>
<Entity uid="7570">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="401.3188" z="1476.95667"/>
<Orientation y="2.35621"/>
<Actor seed="34290"/>
</Entity>
<Entity uid="7571">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="386.75614" z="1475.57044"/>
<Orientation y="2.35621"/>
<Actor seed="31800"/>
</Entity>
<Entity uid="7572">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="409.20762" z="1482.39563"/>
<Orientation y="2.35621"/>
<Actor seed="42180"/>
</Entity>
<Entity uid="7573">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="399.91025" z="1477.74976"/>
<Orientation y="2.35621"/>
<Actor seed="51050"/>
</Entity>
<Entity uid="7574">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="386.35563" z="1476.02125"/>
<Orientation y="2.35621"/>
<Actor seed="53108"/>
</Entity>
<Entity uid="7576">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="401.05042" z="1477.12195"/>
<Orientation y="1.58498"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="7577">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="388.32844" z="1475.23682"/>
<Orientation y="1.1715"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="7578">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="409.34858" z="1481.70887"/>
<Orientation y="1.58498"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="7581">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="838.17176" z="877.6902"/>
<Orientation y="2.35621"/>
<Actor seed="18814"/>
</Entity>
<Entity uid="7582">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="831.92127" z="854.49524"/>
<Orientation y="2.35621"/>
<Actor seed="34080"/>
</Entity>
<Entity uid="7583">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="804.32947" z="821.23591"/>
<Orientation y="2.35621"/>
<Actor seed="26718"/>
</Entity>
<Entity uid="7584">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="796.61585" z="818.95954"/>
<Orientation y="2.35621"/>
<Actor seed="60886"/>
</Entity>
<Entity uid="7585">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="774.53138" z="846.35376"/>
<Orientation y="2.35621"/>
<Actor seed="58292"/>
</Entity>
<Entity uid="7586">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="720.07795" z="819.36738"/>
<Orientation y="2.35621"/>
<Actor seed="45994"/>
</Entity>
<Entity uid="7587">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="680.23975" z="861.37397"/>
<Orientation y="2.35621"/>
<Actor seed="57852"/>
</Entity>
<Entity uid="7588">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="689.91932" z="857.39344"/>
<Orientation y="2.35621"/>
<Actor seed="58318"/>
</Entity>
<Entity uid="7589">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="730.56952" z="850.58942"/>
<Orientation y="2.35621"/>
<Actor seed="33242"/>
</Entity>
<Entity uid="7590">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="738.57422" z="847.65076"/>
<Orientation y="2.35621"/>
<Actor seed="24456"/>
</Entity>
<Entity uid="7591">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="759.65857" z="810.20411"/>
<Orientation y="2.35621"/>
<Actor seed="14316"/>
</Entity>
<Entity uid="7592">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="753.97602" z="809.07001"/>
<Orientation y="2.35621"/>
<Actor seed="4056"/>
</Entity>
<Entity uid="7593">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="862.54334" z="866.09876"/>
<Orientation y="2.35621"/>
<Actor seed="50354"/>
</Entity>
<Entity uid="7594">
<Template>actor|particle/dust_storm.xml</Template>
<Position x="338.29413" z="1110.23609"/>
<Orientation y="2.35621"/>
<Actor seed="23628"/>
</Entity>
<Entity uid="7595">
<Template>actor|particle/dust_storm.xml</Template>
<Position x="312.14216" z="945.48212"/>
<Orientation y="2.35621"/>
<Actor seed="18652"/>
</Entity>
<Entity uid="7596">
<Template>actor|particle/dust_storm.xml</Template>
<Position x="378.50043" z="853.844"/>
<Orientation y="2.35621"/>
<Actor seed="28184"/>
</Entity>
<Entity uid="7597">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="241.45963" z="523.40442"/>
<Orientation y="0.41381"/>
<Actor seed="9712"/>
</Entity>
<Entity uid="7598">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="244.66105" z="512.32142"/>
<Orientation y="3.61113"/>
<Actor seed="15226"/>
</Entity>
<Entity uid="7599">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="236.17777" z="512.22761"/>
<Orientation y="0.57697"/>
<Actor seed="12382"/>
</Entity>
<Entity uid="7600">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="246.64658" z="524.33924"/>
<Orientation y="3.43192"/>
<Actor seed="21266"/>
</Entity>
<Entity uid="7601">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="212.99241" z="527.41187"/>
<Orientation y="3.99555"/>
<Actor seed="33070"/>
</Entity>
<Entity uid="7602">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="210.40232" z="515.16376"/>
<Orientation y="0.74524"/>
<Actor seed="58648"/>
</Entity>
<Entity uid="7603">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="215.45362" z="515.95838"/>
<Orientation y="1.76474"/>
<Actor seed="23556"/>
</Entity>
<Entity uid="7604">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="230.53843" z="524.18323"/>
<Orientation y="6.75318"/>
<Actor seed="18204"/>
</Entity>
<Entity uid="7605">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="221.91242" z="512.88746"/>
<Orientation y="7.0686"/>
<Actor seed="51448"/>
</Entity>
<Entity uid="7606">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="228.70878" z="512.06946"/>
<Orientation y="3.41314"/>
<Actor seed="2220"/>
</Entity>
<Entity uid="7608">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="223.41938" z="526.23328"/>
<Orientation y="0.35431"/>
<Actor seed="11126"/>
</Entity>
<Entity uid="7610">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="208.00669" z="529.97693"/>
<Orientation y="-2.25443"/>
<Actor seed="7100"/>
</Entity>
<Entity uid="7611">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="204.31794" z="518.49738"/>
<Orientation y="0.79134"/>
<Actor seed="16346"/>
</Entity>
<Entity uid="7612">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="223.6945" z="508.38633"/>
<Orientation y="3.38823"/>
<Actor seed="41238"/>
</Entity>
<Entity uid="7615">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="218.18375" z="515.18226"/>
<Orientation y="1.66982"/>
<Actor seed="31220"/>
</Entity>
<Entity uid="7616">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="237.80842" z="522.94477"/>
<Orientation y="2.72451"/>
<Actor seed="31220"/>
</Entity>
<Entity uid="7617">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="216.42075" z="524.95264"/>
<Orientation y="3.5166"/>
<Actor seed="31220"/>
</Entity>
<Entity uid="7618">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="206.53364" z="528.8"/>
<Orientation y="3.53222"/>
<Actor seed="31220"/>
</Entity>
<Entity uid="7619">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="210.17289" z="526.3855"/>
<Orientation y="2.35621"/>
<Actor seed="41464"/>
</Entity>
<Entity uid="7620">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="247.7845" z="522.10523"/>
<Orientation y="2.35621"/>
<Actor seed="26380"/>
</Entity>
<Entity uid="7621">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="237.70252" z="522.2616"/>
<Orientation y="2.35621"/>
<Actor seed="61774"/>
</Entity>
<Entity uid="7622">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="228.51417" z="522.28492"/>
<Orientation y="2.35621"/>
<Actor seed="23916"/>
</Entity>
<Entity uid="7623">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="222.0594" z="523.1341"/>
<Orientation y="2.35621"/>
<Actor seed="45638"/>
</Entity>
<Entity uid="7624">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="218.1645" z="523.53693"/>
<Orientation y="2.35621"/>
<Actor seed="14978"/>
</Entity>
<Entity uid="7625">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="211.62244" z="518.0265"/>
<Orientation y="2.35621"/>
<Actor seed="38474"/>
</Entity>
<Entity uid="7626">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="201.24436" z="521.25275"/>
<Orientation y="2.35621"/>
<Actor seed="35556"/>
</Entity>
<Entity uid="7627">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="205.89554" z="537.70649"/>
<Orientation y="2.35621"/>
<Actor seed="25884"/>
</Entity>
<Entity uid="7628">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="251.75544" z="665.28644"/>
<Orientation y="2.35621"/>
<Actor seed="14656"/>
</Entity>
<Entity uid="7629">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="257.40717" z="665.41816"/>
<Orientation y="2.35621"/>
<Actor seed="39648"/>
</Entity>
<Entity uid="7630">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="254.24598" z="645.8617"/>
<Orientation y="2.35621"/>
<Actor seed="62808"/>
</Entity>
<Entity uid="7631">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="259.47431" z="646.85407"/>
<Orientation y="2.35621"/>
<Actor seed="64312"/>
</Entity>
<Entity uid="7632">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="233.7086" z="690.2165"/>
<Orientation y="2.35621"/>
<Actor seed="7802"/>
</Entity>
<Entity uid="7633">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="233.69941" z="693.85444"/>
<Orientation y="2.35621"/>
<Actor seed="52850"/>
</Entity>
<Entity uid="7634">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="233.3046" z="697.3766"/>
<Orientation y="2.35621"/>
<Actor seed="26294"/>
</Entity>
<Entity uid="7635">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="232.38462" z="705.30915"/>
<Orientation y="2.35621"/>
<Actor seed="45900"/>
</Entity>
<Entity uid="7636">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="232.00474" z="709.15314"/>
<Orientation y="2.35621"/>
<Actor seed="58308"/>
</Entity>
<Entity uid="7637">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="231.27765" z="712.98115"/>
<Orientation y="2.35621"/>
<Actor seed="35984"/>
</Entity>
<Entity uid="7638">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="257.57166" z="672.98572"/>
<Orientation y="1.87034"/>
<Actor seed="8020"/>
</Entity>
<Entity uid="7639">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="259.47886" z="667.33802"/>
<Orientation y="3.18271"/>
<Actor seed="57840"/>
</Entity>
<Entity uid="7640">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="252.47165" z="674.51233"/>
<Orientation y="1.45167"/>
<Actor seed="4018"/>
</Entity>
<Entity uid="7641">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="280.46183" z="668.26838"/>
<Orientation y="5.14019"/>
<Actor seed="7432"/>
</Entity>
<Entity uid="7642">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="280.03513" z="682.34375"/>
<Orientation y="8.31836"/>
<Actor seed="51984"/>
</Entity>
<Entity uid="7643">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="279.94779" z="652.38733"/>
<Orientation y="2.35621"/>
<Actor seed="61760"/>
</Entity>
<Entity uid="7644">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="271.9751" z="645.25464"/>
<Orientation y="1.59449"/>
<Actor seed="22210"/>
</Entity>
<Entity uid="7645">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="261.91874" z="643.56727"/>
<Orientation y="2.98183"/>
<Actor seed="58210"/>
</Entity>
<Entity uid="7646">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="280.58783" z="680.10376"/>
<Orientation y="2.35621"/>
<Actor seed="46564"/>
</Entity>
<Entity uid="7647">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="259.4954" z="664.21204"/>
<Orientation y="2.35621"/>
<Actor seed="44950"/>
</Entity>
<Entity uid="7648">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="248.31833" z="674.45612"/>
<Orientation y="2.35621"/>
<Actor seed="6556"/>
</Entity>
<Entity uid="7649">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="252.62095" z="669.5644"/>
<Orientation y="2.35621"/>
<Actor seed="35226"/>
</Entity>
<Entity uid="7650">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="248.89951" z="671.7013"/>
<Orientation y="2.35621"/>
<Actor seed="48594"/>
</Entity>
<Entity uid="7651">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="246.00113" z="674.1966"/>
<Orientation y="2.35621"/>
<Actor seed="27002"/>
</Entity>
<Entity uid="7653">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="242.25904" z="674.0381"/>
<Orientation y="2.35622"/>
<Actor seed="48594"/>
</Entity>
<Entity uid="7654">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="260.58423" z="645.9726"/>
<Orientation y="2.35621"/>
<Actor seed="56796"/>
</Entity>
<Entity uid="7655">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="269.9437" z="643.42396"/>
<Orientation y="2.35621"/>
<Actor seed="36414"/>
</Entity>
<Entity uid="7656">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="270.40656" z="641.91865"/>
<Orientation y="2.35621"/>
<Actor seed="59634"/>
</Entity>
<Entity uid="7657">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="276.98816" z="646.36207"/>
<Orientation y="2.35621"/>
<Actor seed="20936"/>
</Entity>
<Entity uid="7658">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="255.06727" z="686.49244"/>
<Orientation y="2.35621"/>
<Actor seed="48"/>
</Entity>
<Entity uid="7659">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="252.75971" z="686.23157"/>
<Orientation y="2.35621"/>
<Actor seed="6426"/>
</Entity>
<Entity uid="7660">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="253.54798" z="688.0359"/>
<Orientation y="2.35621"/>
<Actor seed="17756"/>
</Entity>
<Entity uid="7661">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="279.46113" z="674.4792"/>
<Orientation y="2.11196"/>
<Actor seed="17620"/>
</Entity>
<Entity uid="7662">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="279.72022" z="676.64026"/>
<Orientation y="2.35621"/>
<Actor seed="14376"/>
</Entity>
<Entity uid="7663">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="279.61146" z="672.48188"/>
<Orientation y="2.35621"/>
<Actor seed="22074"/>
</Entity>
<Entity uid="7664">
<Template>structures/sele_military_colony</Template>
<Player>1</Player>
<Position x="936.26679" z="1561.7693"/>
<Orientation y="2.35621"/>
<Actor seed="55618"/>
</Entity>
<Entity uid="7676">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1103.66639" z="1536.5868"/>
<Orientation y="1.5393"/>
<Actor seed="2370"/>
</Entity>
<Entity uid="7677">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1097.14869" z="1545.27796"/>
<Orientation y="2.42373"/>
<Actor seed="2347"/>
</Entity>
<Entity uid="7678">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1093.25623" z="1541.64039"/>
<Orientation y="-0.89168"/>
<Actor seed="2345"/>
</Entity>
<Entity uid="7679">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1105.35486" z="1542.60132"/>
<Orientation y="-0.70502"/>
<Actor seed="2343"/>
</Entity>
<Entity uid="7680">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.43641" z="1543.26343"/>
<Orientation y="1.89306"/>
<Actor seed="2341"/>
</Entity>
<Entity uid="7681">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1101.37757" z="1543.10486"/>
<Orientation y="0.3266"/>
<Actor seed="2258"/>
</Entity>
<Entity uid="7682">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1108.95521" z="1534.8816"/>
<Orientation y="2.07795"/>
<Actor seed="2247"/>
</Entity>
<Entity uid="7683">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1100.65943" z="1546.95215"/>
<Orientation y="3.18186"/>
<Actor seed="2179"/>
</Entity>
<Entity uid="7684">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1091.33582" z="1548.04615"/>
<Orientation y="3.8236"/>
<Actor seed="2155"/>
</Entity>
<Entity uid="7685">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1101.33497" z="1530.75733"/>
<Orientation y="2.28414"/>
<Actor seed="2148"/>
</Entity>
<Entity uid="7686">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1075.29468" z="1490.18091"/>
<Orientation y="2.35622"/>
<Actor seed="62728"/>
</Entity>
<Entity uid="7687">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1131.75257" z="1463.08484"/>
<Orientation y="2.35622"/>
<Actor seed="62728"/>
</Entity>
<Entity uid="7688">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1057.31946" z="1518.8943"/>
<Orientation y="2.35622"/>
<Actor seed="62728"/>
</Entity>
<Entity uid="7689">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="990.13172" z="1532.94007"/>
<Orientation y="4.40171"/>
<Actor seed="2098"/>
</Entity>
<Entity uid="7691">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="892.21534" z="1526.51063"/>
<Orientation y="6.33118"/>
<Actor seed="2111"/>
</Entity>
<Entity uid="7692">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="878.67231" z="1515.64161"/>
<Orientation y="-4.212"/>
<Actor seed="2111"/>
</Entity>
<Entity uid="7693">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="869.90601" z="1518.61768"/>
<Orientation y="8.84885"/>
<Actor seed="2297"/>
</Entity>
<Entity uid="7694">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="890.26282" z="1527.39808"/>
<Orientation y="13.82058"/>
<Actor seed="2297"/>
</Entity>
<Entity uid="7695">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="880.92286" z="1520.46851"/>
<Orientation y="4.97971"/>
<Actor seed="2202"/>
</Entity>
<Entity uid="7697">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="882.23658" z="1517.61683"/>
<Orientation y="4.21904"/>
<Actor seed="2186"/>
</Entity>
<Entity uid="7698">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="875.25849" z="1518.81153"/>
<Orientation y="4.21904"/>
<Actor seed="2186"/>
</Entity>
<Entity uid="7699">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="884.61432" z="1525.61"/>
<Orientation y="6.35261"/>
<Actor seed="2297"/>
</Entity>
<Entity uid="7703">
<Template>structures/sele_wall_gate</Template>
<Player>1</Player>
<Position x="991.39313" z="1588.4784"/>
<Orientation y="5.47684"/>
<Obstruction group="7704" group2="7705"/>
<Actor seed="25778"/>
</Entity>
<Entity uid="7704">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="977.92945" z="1573.57984"/>
<Orientation y="2.26784"/>
<Actor seed="53256"/>
</Entity>
<Entity uid="7705">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="1003.57209" z="1600.49463"/>
<Orientation y="2.26784"/>
<Actor seed="53256"/>
</Entity>
<Entity uid="7706">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="783.77637" z="1804.73792"/>
<Orientation y="4.879"/>
<Actor seed="3678"/>
</Entity>
<Entity uid="7707">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="786.08436" z="1805.1504"/>
<Orientation y="-2.44362"/>
<Actor seed="3682"/>
</Entity>
<Entity uid="7708">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="782.71723" z="1804.88672"/>
<Orientation y="-2.44362"/>
<Actor seed="3682"/>
</Entity>
<Entity uid="7710">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="807.32026" z="1735.42457"/>
<Orientation y="2.35621"/>
<Actor seed="7440"/>
</Entity>
<Entity uid="7713">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="794.24836" z="1721.53663"/>
<Orientation y="2.35621"/>
<Actor seed="21738"/>
</Entity>
<Entity uid="7714">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="810.3141" z="1738.41346"/>
<Orientation y="2.35621"/>
<Actor seed="17718"/>
</Entity>
<Entity uid="7715">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="791.14075" z="1718.50501"/>
<Orientation y="2.35621"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7716">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="810.31727" z="1741.08411"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7720">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="807.88154" z="1743.44898"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7721">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="804.73359" z="1746.47852"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7725">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="790.54535" z="1759.35499"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7726">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="787.31983" z="1762.25818"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7727">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="784.4198" z="1764.95777"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7728">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="781.74286" z="1764.86475"/>
<Orientation y="2.35622"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7731">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="779.19227" z="1762.42762"/>
<Orientation y="2.35622"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7732">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="776.69245" z="1759.92042"/>
<Orientation y="2.35622"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7734">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="767.13923" z="1749.98218"/>
<Orientation y="2.35622"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7735">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="764.68122" z="1747.63001"/>
<Orientation y="2.35622"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7736">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="788.41688" z="1718.48511"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7737">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="785.80677" z="1720.88062"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7742">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="768.43732" z="1737.16675"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7743">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="765.19312" z="1740.06763"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7744">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="762.32032" z="1745.26734"/>
<Orientation y="2.35622"/>
<Actor seed="21790"/>
</Entity>
<Entity uid="7745">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="762.33558" z="1742.69788"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7747">
<Template>structures/cart_s_wall_medium</Template>
<Player>1</Player>
<Position x="786.75861" z="1761.65162"/>
<Orientation y="0.73995"/>
<Actor seed="45252"/>
</Entity>
<Entity uid="7748">
<Template>structures/cart_s_wall_medium</Template>
<Player>1</Player>
<Position x="765.77442" z="1740.66053"/>
<Orientation y="0.73995"/>
<Actor seed="45252"/>
</Entity>
<Entity uid="7750">
<Template>structures/cart_s_wall_short</Template>
<Player>1</Player>
<Position x="782.0301" z="1763.80433"/>
<Orientation y="2.32854"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="7751">
<Template>structures/cart_s_wall_short</Template>
<Player>1</Player>
<Position x="763.524" z="1744.83924"/>
<Orientation y="2.32854"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="7754">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="769.22187" z="1737.09266"/>
<Orientation y="2.35621"/>
<Actor seed="7508"/>
</Entity>
<Entity uid="7755">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="769.70936" z="1737.59388"/>
<Orientation y="2.35621"/>
<Actor seed="44388"/>
</Entity>
<Entity uid="7756">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="770.23371" z="1738.17176"/>
<Orientation y="2.35621"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7757">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="770.68573" z="1738.70105"/>
<Orientation y="2.26702"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7758">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="771.12958" z="1739.2616"/>
<Orientation y="2.19355"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7759">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="771.5276" z="1739.86402"/>
<Orientation y="2.1454"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7760">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="768.77314" z="1743.59717"/>
<Orientation y="0.3753"/>
<Actor seed="62860"/>
</Entity>
<Entity uid="7761">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="783.92072" z="1758.60682"/>
<Orientation y="-4.50197"/>
<Actor seed="61728"/>
</Entity>
<Entity uid="7765">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="771.9452" z="1740.50416"/>
<Orientation y="2.1208"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7766">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.29834" z="1741.18812"/>
<Orientation y="1.98186"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7767">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.5655" z="1741.91688"/>
<Orientation y="1.87247"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7768">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.74604" z="1742.66321"/>
<Orientation y="1.74946"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7769">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.83216" z="1743.34559"/>
<Orientation y="1.66698"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7770">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.8498" z="1744.03919"/>
<Orientation y="1.57969"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7771">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.71247" z="1745.34668"/>
<Orientation y="1.36002"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7772">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.50959" z="1746.06653"/>
<Orientation y="1.26972"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7773">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.25452" z="1746.74256"/>
<Orientation y="1.14843"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7774">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="771.89972" z="1747.44239"/>
<Orientation y="1.05968"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7775">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="771.51154" z="1748.11023"/>
<Orientation y="7.28635"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7776">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="771.01435" z="1748.78834"/>
<Orientation y="7.18975"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7777">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="770.53992" z="1749.40943"/>
<Orientation y="7.11535"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7778">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="770.04011" z="1749.93982"/>
<Orientation y="7.03377"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7797">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="772.82197" z="1744.68494"/>
<Orientation y="1.47643"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7798">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="777.90253" z="1757.40662"/>
<Orientation y="-2.35875"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7799">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="778.43305" z="1756.95594"/>
<Orientation y="-2.44796"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7800">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="778.9947" z="1756.51355"/>
<Orientation y="-2.52141"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7801">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.59815" z="1756.11707"/>
<Orientation y="-2.56957"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7802">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.23932" z="1755.70118"/>
<Orientation y="-2.59417"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7803">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.9242" z="1755.34974"/>
<Orientation y="-2.73311"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7804">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="781.65363" z="1755.08436"/>
<Orientation y="-2.8425"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7805">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="782.4004" z="1754.90589"/>
<Orientation y="-2.9655"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7806">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="783.08307" z="1754.82154"/>
<Orientation y="-3.048"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7807">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="783.77674" z="1754.80555"/>
<Orientation y="-3.13527"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7808">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="784.42237" z="1754.83509"/>
<Orientation y="-3.23855"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7809">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="785.08381" z="1754.9463"/>
<Orientation y="-3.35495"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7810">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="785.80311" z="1755.15101"/>
<Orientation y="-3.44526"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7811">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="786.47852" z="1755.40784"/>
<Orientation y="-3.56653"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7812">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="787.85322" z="1756.13196"/>
<Orientation y="2.61448"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7813">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="788.51539" z="1756.58399"/>
<Orientation y="2.51297"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7814">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="789.141" z="1757.12928"/>
<Orientation y="2.4004"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7815">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="789.67011" z="1757.6305"/>
<Orientation y="2.31881"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7816">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="787.16401" z="1755.72779"/>
<Orientation y="2.67608"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7817">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="790.10645" z="1758.13428"/>
<Orientation y="2.31882"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7818">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="790.56446" z="1758.568"/>
<Orientation y="2.31882"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7819">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="777.51142" z="1757.77552"/>
<Orientation y="-2.35875"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7820">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.9026" z="1738.30445"/>
<Orientation y="-2.2196"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7821">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="781.36182" z="1737.73377"/>
<Orientation y="-2.27189"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7822">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="781.87391" z="1737.23011"/>
<Orientation y="-2.40458"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7823">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.86225" z="1740.28577"/>
<Orientation y="-1.8792"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7824">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.1167" z="1739.58777"/>
<Orientation y="-2.0049"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7825">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.50184" z="1738.8982"/>
<Orientation y="-2.13207"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7826">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.25251" z="1744.46717"/>
<Orientation y="-1.07023"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7827">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.96753" z="1743.8025"/>
<Orientation y="-1.23012"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7828">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.79798" z="1743.1897"/>
<Orientation y="-1.32601"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7829">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.6673" z="1742.46045"/>
<Orientation y="-1.47136"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7830">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.64026" z="1741.7234"/>
<Orientation y="-1.60357"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7831">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="779.69397" z="1741.01136"/>
<Orientation y="-1.7507"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7832">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="790.41962" z="1746.4646"/>
<Orientation y="0.66388"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7833">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="789.87836" z="1746.86231"/>
<Orientation y="0.54654"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7834">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="789.25171" z="1747.21363"/>
<Orientation y="0.4708"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7835">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="788.56391" z="1747.49622"/>
<Orientation y="0.37682"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7836">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="787.88398" z="1747.73646"/>
<Orientation y="0.25554"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7837">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="787.20307" z="1747.8567"/>
<Orientation y="0.1346"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7838">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="786.49811" z="1747.93384"/>
<Orientation y="0.07067"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7839">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="785.7995" z="1747.95167"/>
<Orientation y="-0.05716"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7840">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="785.09913" z="1747.8722"/>
<Orientation y="-0.16126"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7841">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="784.36738" z="1747.70838"/>
<Orientation y="-0.22689"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7842">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="783.6656" z="1747.4845"/>
<Orientation y="-0.34816"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7843">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="783.01911" z="1747.19471"/>
<Orientation y="-0.45899"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7863">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="782.43409" z="1746.8335"/>
<Orientation y="-0.59881"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7864">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="781.85102" z="1746.41968"/>
<Orientation y="-0.73386"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7865">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="781.39545" z="1746.00623"/>
<Orientation y="-0.80356"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7866">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.9944" z="1745.53418"/>
<Orientation y="-0.87813"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7867">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="780.57587" z="1744.99415"/>
<Orientation y="-0.95386"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7870">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.92804" z="1743.7671"/>
<Orientation y="2.35621"/>
<Actor seed="27898"/>
</Entity>
<Entity uid="7871">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.40503" z="1741.08948"/>
<Orientation y="2.35621"/>
<Actor seed="29344"/>
</Entity>
<Entity uid="7872">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.34308" z="1741.58106"/>
<Orientation y="2.35621"/>
<Actor seed="23468"/>
</Entity>
<Entity uid="7884">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="791.91456" z="1739.01465"/>
<Orientation y="2.35621"/>
<Actor seed="56706"/>
</Entity>
<Entity uid="7888">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="791.67847" z="1743.35865"/>
<Orientation y="-3.1165"/>
<Actor seed="39826"/>
</Entity>
<Entity uid="7889">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.84174" z="1744.35572"/>
<Orientation y="2.35622"/>
<Actor seed="23468"/>
</Entity>
<Entity uid="7890">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="780.34211" z="1742.55604"/>
<Orientation y="0.91665"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7891">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="780.21613" z="1741.70203"/>
<Orientation y="3.077"/>
<Actor seed="14756"/>
</Entity>
<Entity uid="7895">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.50348" z="1743.52234"/>
<Orientation y="2.35622"/>
<Actor seed="27898"/>
</Entity>
<Entity uid="7896">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="780.41791" z="1742.97278"/>
<Orientation y="0.91666"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7897">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="785.11365" z="1747.34986"/>
<Orientation y="0.91666"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7898">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="785.7298" z="1747.34864"/>
<Orientation y="1.34678"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7899">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="787.34211" z="1747.25538"/>
<Orientation y="-0.54566"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7900">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="784.46741" z="1747.14393"/>
<Orientation y="0.91666"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7901">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1045.10853" z="1568.4585"/>
<Orientation y="2.35621"/>
<Actor seed="10082"/>
</Entity>
<Entity uid="7906">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="730.72693" z="1818.04212"/>
<Orientation y="2.35621"/>
<Actor seed="61506"/>
</Entity>
<Entity uid="7907">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="733.32044" z="1820.28956"/>
<Orientation y="2.35621"/>
<Actor seed="24830"/>
</Entity>
<Entity uid="7908">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="730.02405" z="1822.29383"/>
<Orientation y="2.35621"/>
<Actor seed="3398"/>
</Entity>
<Entity uid="7910">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="784.41211" z="1741.20618"/>
<Orientation y="6.85325"/>
<Actor seed="52508"/>
</Entity>
<Entity uid="7911">
<Template>actor|props/special/eyecandy/statue_aphrodite_small.xml</Template>
<Position x="786.44971" z="1741.37476"/>
<Orientation y="5.10845"/>
<Actor seed="5400"/>
</Entity>
<Entity uid="7931">
<Template>structures/mace_library</Template>
<Player>1</Player>
<Position x="767.55542" z="1759.34913"/>
<Orientation y="2.33909"/>
<Actor seed="26798"/>
</Entity>
<Entity uid="7932">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="786.82898" z="1741.1985"/>
<Orientation y="8.84211"/>
<Actor seed="61764"/>
</Entity>
<Entity uid="7937">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="786.49708" z="1741.53125"/>
<Orientation y="2.35621"/>
<Actor seed="42552"/>
</Entity>
<Entity uid="7938">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="786.97828" z="1741.69971"/>
<Orientation y="2.48427"/>
<Actor seed="54926"/>
</Entity>
<Entity uid="7941">
<Template>structures/sele_library</Template>
<Player>1</Player>
<Position x="801.63495" z="1757.18592"/>
<Orientation y="3.89422"/>
<Actor seed="48164"/>
</Entity>
<Entity uid="7943">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="782.90741" z="1723.54212"/>
<Orientation y="0.74346"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="7948">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="788.29908" z="1739.54126"/>
<Orientation y="10.4014"/>
<Actor seed="52508"/>
</Entity>
<Entity uid="7955">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="787.55909" z="1736.45337"/>
<Orientation y="9.68894"/>
<Actor seed="24666"/>
</Entity>
<Entity uid="7956">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="785.99622" z="1736.4817"/>
<Orientation y="9.06858"/>
<Actor seed="41678"/>
</Entity>
<Entity uid="7958">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="782.37409" z="1737.96033"/>
<Orientation y="4.06626"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7959">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.60114" z="1740.45435"/>
<Orientation y="5.50582"/>
<Actor seed="23468"/>
</Entity>
<Entity uid="7961">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="792.04456" z="1739.84815"/>
<Orientation y="0.03312"/>
<Actor seed="39826"/>
</Entity>
<Entity uid="7963">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="782.9007" z="1737.24195"/>
<Orientation y="-12.61333"/>
<Actor seed="58406"/>
</Entity>
<Entity uid="7967">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="780.93036" z="1740.92066"/>
<Orientation y="5.50582"/>
<Actor seed="27898"/>
</Entity>
<Entity uid="7968">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="791.87409" z="1741.386"/>
<Orientation y="4.9544"/>
<Actor seed="52412"/>
</Entity>
<Entity uid="7969">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="792.25678" z="1738.14722"/>
<Orientation y="2.19574"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7970">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="791.83393" z="1737.6106"/>
<Orientation y="2.27147"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7971">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="791.42914" z="1737.14185"/>
<Orientation y="2.34604"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7972">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="790.97028" z="1736.73206"/>
<Orientation y="2.41575"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7973">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="790.38392" z="1736.32288"/>
<Orientation y="2.55079"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7974">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="789.79603" z="1735.96644"/>
<Orientation y="2.69062"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7975">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="789.14722" z="1735.68177"/>
<Orientation y="2.80144"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7976">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="788.44367" z="1735.46351"/>
<Orientation y="2.92272"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7977">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="787.71064" z="1735.30555"/>
<Orientation y="2.98835"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7978">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="787.00965" z="1735.2317"/>
<Orientation y="3.09244"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7979">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="786.31122" z="1735.25501"/>
<Orientation y="3.22027"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7980">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="785.60688" z="1735.3379"/>
<Orientation y="3.2842"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7981">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="784.92695" z="1735.46351"/>
<Orientation y="3.40514"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7982">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="784.24897" z="1735.70923"/>
<Orientation y="3.52642"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7983">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="783.56348" z="1735.99732"/>
<Orientation y="3.6204"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7984">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="782.93964" z="1736.35352"/>
<Orientation y="3.69614"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7985">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="782.40162" z="1736.7555"/>
<Orientation y="3.81348"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7986">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="793.17048" z="1742.12293"/>
<Orientation y="1.3989"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7987">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="793.21851" z="1741.41053"/>
<Orientation y="1.54603"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7988">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="793.18555" z="1740.67371"/>
<Orientation y="1.67824"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7989">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="793.04908" z="1739.94544"/>
<Orientation y="1.8236"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7990">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="792.87464" z="1739.33411"/>
<Orientation y="1.91948"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7991">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="792.5843" z="1738.67164"/>
<Orientation y="2.07937"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7992">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="792.37958" z="1744.24244"/>
<Orientation y="1.01754"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7993">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="792.75916" z="1743.54993"/>
<Orientation y="1.1447"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7994">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="793.008" z="1742.84974"/>
<Orientation y="1.27041"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7995">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="791.02088" z="1745.92151"/>
<Orientation y="0.74502"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7996">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="791.52887" z="1745.41382"/>
<Orientation y="0.87771"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="7997">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="791.98359" z="1744.83948"/>
<Orientation y="0.93"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="7998">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="780.51423" z="1740.2428"/>
<Orientation y="0.91666"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="7999">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="780.48383" z="1741.2887"/>
<Orientation y="0.91666"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="8000">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="780.71882" z="1744.1073"/>
<Orientation y="0.91666"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="8001">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="785.83393" z="1743.7743"/>
<Orientation y="3.03684"/>
<Actor seed="52508"/>
</Entity>
<Entity uid="8002">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="791.21369" z="1744.22742"/>
<Orientation y="7.46517"/>
<Actor seed="56706"/>
</Entity>
<Entity uid="8003">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="782.33167" z="1737.53821"/>
<Orientation y="-0.54566"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="8004">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="783.17457" z="1736.78187"/>
<Orientation y="-0.54566"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="8005">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="783.88898" z="1736.56934"/>
<Orientation y="-2.059"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="8006">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="782.00477" z="1738.17017"/>
<Orientation y="-0.54566"/>
<Actor seed="54916"/>
</Entity>
<Entity uid="8007">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="797.26429" z="1724.46863"/>
<Orientation y="2.35622"/>
<Actor seed="21738"/>
</Entity>
<Entity uid="8008">
<Template>other/sele_colonnade</Template>
<Player>1</Player>
<Position x="804.46808" z="1732.62977"/>
<Orientation y="2.35622"/>
<Actor seed="21738"/>
</Entity>
<Entity uid="8018">
<Template>actor|flora/trees/fig.xml</Template>
<Position x="772.61261" z="1776.53528"/>
<Orientation y="2.35621"/>
<Actor seed="45058"/>
</Entity>
<Entity uid="8025">
<Template>structures/sele_barracks</Template>
<Player>1</Player>
<Position x="740.86011" z="1743.52186"/>
<Orientation y="-2.35068"/>
<Actor seed="48024"/>
</Entity>
<Entity uid="8026">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="817.04505" z="1743.98792"/>
<Orientation y="2.35621"/>
<Actor seed="31834"/>
</Entity>
<Entity uid="8027">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="819.07007" z="1746.64197"/>
<Orientation y="2.35621"/>
<Actor seed="49702"/>
</Entity>
<Entity uid="8028">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="821.15021" z="1748.60608"/>
<Orientation y="2.35621"/>
<Actor seed="13912"/>
</Entity>
<Entity uid="8029">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="822.75055" z="1750.37647"/>
<Orientation y="2.35621"/>
<Actor seed="52200"/>
</Entity>
<Entity uid="8030">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="824.58771" z="1752.06202"/>
<Orientation y="2.35621"/>
<Actor seed="27684"/>
</Entity>
<Entity uid="8031">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="814.19703" z="1746.76832"/>
<Orientation y="2.35621"/>
<Actor seed="17036"/>
</Entity>
<Entity uid="8032">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="815.58832" z="1748.43604"/>
<Orientation y="2.35621"/>
<Actor seed="35944"/>
</Entity>
<Entity uid="8033">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="817.06977" z="1750.09656"/>
<Orientation y="2.35621"/>
<Actor seed="61556"/>
</Entity>
<Entity uid="8034">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="819.10407" z="1752.80848"/>
<Orientation y="2.35621"/>
<Actor seed="33994"/>
</Entity>
<Entity uid="8035">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="821.02088" z="1754.63575"/>
<Orientation y="2.35621"/>
<Actor seed="30266"/>
</Entity>
<Entity uid="8047">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="783.90558" z="1715.03187"/>
<Orientation y="2.27846"/>
<Actor seed="27950"/>
</Entity>
<Entity uid="8050">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="780.27808" z="1709.49854"/>
<Orientation y="-2.3786"/>
</Entity>
<Entity uid="8051">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="780.15741" z="1713.3152"/>
<Orientation y="2.35621"/>
<Actor seed="49728"/>
</Entity>
<Entity uid="8066">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="778.56733" z="1707.74769"/>
<Orientation y="-2.3786"/>
</Entity>
<Entity uid="8068">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="777.00544" z="1710.80726"/>
<Orientation y="2.35621"/>
<Actor seed="53302"/>
</Entity>
<Entity uid="8079">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="782.01545" z="1712.3954"/>
<Orientation y="2.35621"/>
<Actor seed="46446"/>
</Entity>
<Entity uid="8087">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="784.0719" z="1712.67469"/>
<Orientation y="-0.08848"/>
<Actor seed="29334"/>
</Entity>
<Entity uid="8088">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="781.99909" z="1715.75525"/>
<Orientation y="2.17939"/>
<Actor seed="59908"/>
</Entity>
<Entity uid="8089">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="781.04499" z="1714.06702"/>
<Orientation y="-1.46134"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8090">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="785.02253" z="1713.75525"/>
<Orientation y="2.35622"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8091">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="782.0713" z="1710.48047"/>
<Orientation y="-0.01932"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8092">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="778.70075" z="1711.97547"/>
<Orientation y="2.35622"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8093">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="776.55146" z="1706.00379"/>
<Orientation y="2.35622"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8094">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="775.6977" z="1704.04664"/>
<Orientation y="2.35622"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8095">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="774.56782" z="1708.08484"/>
<Orientation y="2.35622"/>
<Actor seed="10260"/>
</Entity>
<Entity uid="8096">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="773.20154" z="1705.75647"/>
<Orientation y="2.35622"/>
<Actor seed="53302"/>
</Entity>
<Entity uid="8097">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="776.89271" z="1709.61548"/>
<Orientation y="2.35622"/>
<Actor seed="53302"/>
</Entity>
<Entity uid="8098">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="784.12281" z="1716.8025"/>
<Orientation y="2.35622"/>
<Actor seed="53302"/>
</Entity>
<Entity uid="8099">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="780.86896" z="1711.74024"/>
<Orientation y="2.1794"/>
<Actor seed="59908"/>
</Entity>
<Entity uid="8100">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="775.83979" z="1708.96888"/>
<Orientation y="2.1794"/>
<Actor seed="59908"/>
</Entity>
<Entity uid="8101">
<Template>structures/pers_dock</Template>
<Player>0</Player>
<Position x="1959.85767" z="1272.45496"/>
<Orientation y="2.30257"/>
<Actor seed="12936"/>
</Entity>
<Entity uid="8102">
<Template>structures/pers_civil_centre</Template>
<Player>4</Player>
<Position x="1968.94227" z="1301.14051"/>
<Orientation y="3.84986"/>
<Actor seed="42784"/>
</Entity>
<Entity uid="8103">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1995.3042" z="1303.33924"/>
<Orientation y="2.35621"/>
<Actor seed="20818"/>
</Entity>
<Entity uid="8104">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1994.71558" z="1304.20044"/>
<Orientation y="2.35621"/>
<Actor seed="43430"/>
</Entity>
<Entity uid="8105">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1993.70325" z="1304.32728"/>
<Orientation y="2.35621"/>
<Actor seed="61812"/>
</Entity>
<Entity uid="8106">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1996.37049" z="1303.1316"/>
<Orientation y="2.35621"/>
<Actor seed="22408"/>
</Entity>
<Entity uid="8107">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1994.12146" z="1303.60975"/>
<Orientation y="2.35621"/>
<Actor seed="23848"/>
</Entity>
<Entity uid="8108">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1992.78064" z="1304.68348"/>
<Orientation y="2.35621"/>
<Actor seed="21394"/>
</Entity>
<Entity uid="8109">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1996.53174" z="1303.87256"/>
<Orientation y="2.35621"/>
<Actor seed="52708"/>
</Entity>
<Entity uid="8110">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1997.6532" z="1303.61451"/>
<Orientation y="2.35621"/>
<Actor seed="27674"/>
</Entity>
<Entity uid="8111">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1995.44385" z="1302.28821"/>
<Orientation y="2.35621"/>
<Actor seed="30794"/>
</Entity>
<Entity uid="8112">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="1994.48365" z="1302.12684"/>
<Orientation y="2.35621"/>
<Actor seed="62506"/>
</Entity>
<Entity uid="8114">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1978.13843" z="1287.24805"/>
<Orientation y="2.35621"/>
<Actor seed="58202"/>
</Entity>
<Entity uid="8115">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1978.61463" z="1288.93836"/>
<Orientation y="2.35621"/>
<Actor seed="50980"/>
</Entity>
<Entity uid="8116">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1980.20118" z="1288.31446"/>
<Orientation y="2.35621"/>
<Actor seed="60370"/>
</Entity>
<Entity uid="8117">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1980.8783" z="1290.13282"/>
<Orientation y="2.35621"/>
<Actor seed="34558"/>
</Entity>
<Entity uid="8118">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1982.68323" z="1291.36585"/>
<Orientation y="3.16442"/>
<Actor seed="44478"/>
</Entity>
<Entity uid="8119">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1980.98414" z="1291.01026"/>
<Orientation y="2.35621"/>
<Actor seed="38156"/>
</Entity>
<Entity uid="8120">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1987.41541" z="1296.16224"/>
<Orientation y="-1.5206"/>
<Actor seed="32596"/>
</Entity>
<Entity uid="8121">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1989.3733" z="1297.9579"/>
<Orientation y="-1.23952"/>
<Actor seed="18244"/>
</Entity>
<Entity uid="8122">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1989.45374" z="1299.55176"/>
<Orientation y="2.35621"/>
<Actor seed="42234"/>
</Entity>
<Entity uid="8123">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1989.95142" z="1301.58521"/>
<Orientation y="2.35621"/>
<Actor seed="3496"/>
</Entity>
<Entity uid="8124">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1991.28125" z="1300.89783"/>
<Orientation y="2.35621"/>
<Actor seed="59148"/>
</Entity>
<Entity uid="8125">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1986.94971" z="1294.8241"/>
<Orientation y="1.72371"/>
<Actor seed="54780"/>
</Entity>
<Entity uid="8126">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1985.58204" z="1293.22913"/>
<Orientation y="2.35621"/>
<Actor seed="63432"/>
</Entity>
<Entity uid="8127">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1987.18604" z="1293.52674"/>
<Orientation y="2.35621"/>
<Actor seed="9964"/>
</Entity>
<Entity uid="8128">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1983.87391" z="1291.1886"/>
<Orientation y="2.35621"/>
<Actor seed="15040"/>
</Entity>
<Entity uid="8129">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1981.94898" z="1289.70582"/>
<Orientation y="2.35621"/>
<Actor seed="32484"/>
</Entity>
<Entity uid="8130">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1983.18592" z="1289.54322"/>
<Orientation y="2.35621"/>
<Actor seed="35202"/>
</Entity>
<Entity uid="8131">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1984.20838" z="1292.81605"/>
<Orientation y="2.35621"/>
<Actor seed="25314"/>
</Entity>
<Entity uid="8132">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1981.99012" z="1288.91187"/>
<Orientation y="2.35621"/>
<Actor seed="61426"/>
</Entity>
<Entity uid="8133">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1985.4375" z="1294.90894"/>
<Orientation y="2.35621"/>
<Actor seed="28314"/>
</Entity>
<Entity uid="8134">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1981.5442" z="1289.00672"/>
<Orientation y="2.35621"/>
<Actor seed="44274"/>
</Entity>
<Entity uid="8135">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1983.20997" z="1290.65711"/>
<Orientation y="2.35621"/>
<Actor seed="48978"/>
</Entity>
<Entity uid="8136">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1984.05237" z="1292.03467"/>
<Orientation y="3.76011"/>
<Actor seed="43746"/>
</Entity>
<Entity uid="8137">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1987.96082" z="1298.24708"/>
<Orientation y="2.35621"/>
<Actor seed="24452"/>
</Entity>
<Entity uid="8138">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1986.93262" z="1296.1969"/>
<Orientation y="2.35621"/>
<Actor seed="48528"/>
</Entity>
<Entity uid="8139">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1978.68311" z="1286.448"/>
<Orientation y="2.35621"/>
<Actor seed="2546"/>
</Entity>
<Entity uid="8140">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1979.87903" z="1287.18274"/>
<Orientation y="1.66448"/>
<Actor seed="57876"/>
</Entity>
<Entity uid="8141">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1987.6692" z="1294.40687"/>
<Orientation y="2.35622"/>
<Actor seed="9964"/>
</Entity>
<Entity uid="8142">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1984.75586" z="1291.5896"/>
<Orientation y="2.35622"/>
<Actor seed="9964"/>
</Entity>
<Entity uid="8143">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1990.6443" z="1299.62049"/>
<Orientation y="2.35622"/>
<Actor seed="9964"/>
</Entity>
<Entity uid="8144">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1979.78272" z="1290.6919"/>
<Orientation y="2.35621"/>
<Actor seed="47648"/>
</Entity>
<Entity uid="8145">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1986.47828" z="1297.20179"/>
<Orientation y="2.35621"/>
<Actor seed="41368"/>
</Entity>
<Entity uid="8146">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1992.54957" z="1301.80726"/>
<Orientation y="2.35621"/>
<Actor seed="27292"/>
</Entity>
<Entity uid="8147">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1988.39991" z="1300.67298"/>
<Orientation y="2.35621"/>
<Actor seed="24750"/>
</Entity>
<Entity uid="8148">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1980.75" z="1292.26478"/>
<Orientation y="2.35621"/>
<Actor seed="40198"/>
</Entity>
<Entity uid="8149">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1983.81702" z="1294.68604"/>
<Orientation y="2.35621"/>
<Actor seed="54960"/>
</Entity>
<Entity uid="8150">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1977.12342" z="1287.67981"/>
<Orientation y="2.35621"/>
<Actor seed="65144"/>
</Entity>
<Entity uid="8151">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1982.20044" z="1293.0973"/>
<Orientation y="2.35621"/>
<Actor seed="42540"/>
</Entity>
<Entity uid="8152">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1979.2848" z="1287.72913"/>
<Orientation y="2.35621"/>
<Actor seed="42730"/>
</Entity>
<Entity uid="8153">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1984.61841" z="1295.94751"/>
<Orientation y="2.35621"/>
<Actor seed="7476"/>
</Entity>
<Entity uid="8154">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1987.82691" z="1300.25757"/>
<Orientation y="2.35621"/>
<Actor seed="4196"/>
</Entity>
<Entity uid="8155">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1985.80542" z="1292.36109"/>
<Orientation y="2.35621"/>
<Actor seed="13280"/>
</Entity>
<Entity uid="8156">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1988.9115" z="1296.35279"/>
<Orientation y="2.35621"/>
<Actor seed="49540"/>
</Entity>
<Entity uid="8157">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1988.63563" z="1295.40796"/>
<Orientation y="2.35621"/>
<Actor seed="19642"/>
</Entity>
<Entity uid="8158">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1981.74537" z="1287.82227"/>
<Orientation y="2.35621"/>
<Actor seed="47254"/>
</Entity>
<Entity uid="8159">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1980.81128" z="1287.23816"/>
<Orientation y="2.35621"/>
<Actor seed="52968"/>
</Entity>
<Entity uid="8160">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1981.29773" z="1286.90699"/>
<Orientation y="2.35621"/>
<Actor seed="30490"/>
</Entity>
<Entity uid="8161">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1976.60596" z="1286.46924"/>
<Orientation y="2.35621"/>
<Actor seed="21104"/>
</Entity>
<Entity uid="8162">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1976.99952" z="1285.87793"/>
<Orientation y="2.35621"/>
<Actor seed="1152"/>
</Entity>
<Entity uid="8163">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1983.96644" z="1290.38465"/>
<Orientation y="2.35621"/>
<Actor seed="25204"/>
</Entity>
<Entity uid="8164">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1989.01575" z="1304.52527"/>
<Orientation y="2.35621"/>
<Actor seed="35040"/>
</Entity>
<Entity uid="8165">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1988.08692" z="1306.3678"/>
<Orientation y="2.35621"/>
<Actor seed="60952"/>
</Entity>
<Entity uid="8166">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1987.92591" z="1304.93702"/>
<Orientation y="3.5832"/>
<Actor seed="62290"/>
</Entity>
<Entity uid="8169">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1985.50257" z="1306.05567"/>
<Orientation y="2.35621"/>
<Actor seed="38750"/>
</Entity>
<Entity uid="8172">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="1984.98682" z="1306.46485"/>
<Orientation y="2.35621"/>
<Actor seed="51882"/>
</Entity>
<Entity uid="8174">
<Template>structures/pers_barracks</Template>
<Player>0</Player>
<Position x="1939.57264" z="1290.88135"/>
<Orientation y="2.35621"/>
<Actor seed="58066"/>
</Entity>
<Entity uid="8175">
<Template>structures/pers_defense_tower</Template>
<Player>0</Player>
<Position x="1949.01014" z="1244.82007"/>
<Orientation y="1.69039"/>
<Actor seed="26052"/>
</Entity>
<Entity uid="8176">
<Template>structures/mace_theatron</Template>
<Player>1</Player>
<Position x="771.4969" z="1518.23096"/>
<Orientation y="3.49378"/>
<Actor seed="29666"/>
</Entity>
<Entity uid="8177">
<Template>structures/sele_fortress</Template>
<Player>1</Player>
<Position x="707.33252" z="1709.38013"/>
<Orientation y="0.77817"/>
<Actor seed="25444"/>
</Entity>
<Entity uid="8179">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="773.66163" z="1542.16565"/>
<Orientation y="0.34151"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="8180">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="784.80915" z="1538.55372"/>
<Orientation y="0.34151"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="8183">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="788.05115" z="1518.11817"/>
<Orientation y="2.35621"/>
<Actor seed="43846"/>
</Entity>
<Entity uid="8184">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="789.70771" z="1522.03064"/>
<Orientation y="2.35621"/>
<Actor seed="11744"/>
</Entity>
<Entity uid="8186">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="732.0774" z="1578.1996"/>
<Orientation y="2.35621"/>
<Actor seed="46094"/>
</Entity>
<Entity uid="8187">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="731.862" z="1564.11133"/>
<Orientation y="2.35621"/>
<Actor seed="36038"/>
</Entity>
<Entity uid="8188">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="727.84595" z="1567.48072"/>
<Orientation y="2.35621"/>
<Actor seed="18280"/>
</Entity>
<Entity uid="8189">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="682.45282" z="1629.53956"/>
<Orientation y="2.35621"/>
<Actor seed="29578"/>
</Entity>
<Entity uid="8190">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="679.02497" z="1631.08497"/>
<Orientation y="2.35621"/>
<Actor seed="56296"/>
</Entity>
<Entity uid="8191">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="694.04072" z="1593.03834"/>
<Orientation y="2.35621"/>
<Actor seed="23022"/>
</Entity>
<Entity uid="8192">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="828.35352" z="1494.40467"/>
<Orientation y="2.35621"/>
<Actor seed="3696"/>
</Entity>
<Entity uid="8193">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="958.98908" z="1621.03992"/>
<Orientation y="3.95841"/>
<Actor seed="5456"/>
</Entity>
<Entity uid="8195">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="965.85218" z="1624.01465"/>
<Orientation y="-4.18895"/>
<Actor seed="60150"/>
</Entity>
<Entity uid="8196">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="963.55536" z="1619.8993"/>
<Orientation y="0.82421"/>
<Actor seed="35260"/>
</Entity>
<Entity uid="8197">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="100.53646" z="892.30622"/>
<Orientation y="3.23052"/>
<Actor seed="12114"/>
</Entity>
<Entity uid="8198">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="541.3719" z="661.36951"/>
<Orientation y="2.35621"/>
<Actor seed="12274"/>
</Entity>
<Entity uid="8199">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="1034.76087" z="269.84382"/>
<Orientation y="2.25498"/>
<Actor seed="13140"/>
</Entity>
<Entity uid="8200">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="951.98145" z="572.64521"/>
<Orientation y="2.35621"/>
<Actor seed="29264"/>
</Entity>
<Entity uid="8201">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="641.78498" z="1466.03003"/>
<Orientation y="5.37302"/>
<Obstruction group="20750" group2="20751"/>
<Actor seed="20320"/>
</Entity>
<Entity uid="8202">
<Template>structures/ptol_market</Template>
<Player>1</Player>
<Position x="698.36847" z="1647.16822"/>
<Orientation y="7.059"/>
<Actor seed="25478"/>
</Entity>
<Entity uid="8203">
<Template>structures/ptol_temple</Template>
<Player>1</Player>
<Position x="727.26923" z="1680.89649"/>
<Orientation y="7.05054"/>
<Actor seed="52062"/>
</Entity>
<Entity uid="8204">
<Template>structures/sele_temple</Template>
<Player>1</Player>
<Position x="750.71778" z="1631.66993"/>
<Orientation y="5.50348"/>
<Actor seed="33296"/>
</Entity>
<Entity uid="8207">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="737.5763" z="1664.66163"/>
<Orientation y="2.33274"/>
<Actor seed="46288"/>
</Entity>
<Entity uid="8208">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="749.91541" z="1676.86548"/>
<Orientation y="2.34017"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="8211">
<Template>other/obelisk</Template>
<Player>1</Player>
<Position x="701.11335" z="1666.20521"/>
<Orientation y="2.35621"/>
<Actor seed="11548"/>
</Entity>
<Entity uid="8213">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="713.04114" z="1665.7085"/>
<Orientation y="2.35622"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="8214">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="713.12256" z="1667.0099"/>
<Orientation y="2.35622"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="8215">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="713.51856" z="1666.45093"/>
<Orientation y="2.35622"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="8216">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="741.27619" z="1686.43396"/>
<Orientation y="-7.08031"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="8217">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="744.27973" z="1689.5962"/>
<Orientation y="-7.08031"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="8218">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="732.72077" z="1694.72156"/>
<Orientation y="-10.22396"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="8219">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="735.79383" z="1697.594"/>
<Orientation y="-10.22396"/>
<Actor seed="58276"/>
</Entity>
<Entity uid="8220">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="760.77906" z="1715.6526"/>
<Orientation y="2.31437"/>
<Actor seed="45628"/>
</Entity>
<Entity uid="8221">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="758.51679" z="1716.7815"/>
<Orientation y="3.87295"/>
<Actor seed="20320"/>
</Entity>
<Entity uid="8222">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="762.21467" z="1713.22706"/>
<Orientation y="2.31437"/>
<Actor seed="61194"/>
</Entity>
<Entity uid="8227">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="757.6645" z="1715.85914"/>
<Orientation y="2.31438"/>
<Actor seed="59430"/>
</Entity>
<Entity uid="8228">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="761.44977" z="1712.40857"/>
<Orientation y="2.31438"/>
<Actor seed="59430"/>
</Entity>
<Entity uid="8229">
<Template>structures/mace_royal_stoa</Template>
<Player>1</Player>
<Position x="773.51978" z="1594.47242"/>
<Orientation y="2.35621"/>
<Actor seed="35014"/>
</Entity>
<Entity uid="8230">
<Template>structures/athen_gymnasion</Template>
<Player>1</Player>
<Position x="833.33484" z="1537.30042"/>
<Orientation y="-0.80987"/>
<Actor seed="26816"/>
</Entity>
<Entity uid="8231">
<Template>structures/athen_prytaneion</Template>
<Player>1</Player>
<Position x="718.37665" z="1598.83924"/>
<Orientation y="1.73125"/>
<Actor seed="59298"/>
</Entity>
<Entity uid="8232">
<Template>structures/rome_tent</Template>
<Player>6</Player>
<Position x="180.91572" z="1228.68409"/>
<Orientation y="3.01229"/>
<Actor seed="15408"/>
</Entity>
<Entity uid="8233">
<Template>structures/sele_blacksmith</Template>
<Player>1</Player>
<Position x="709.03455" z="1625.16846"/>
<Orientation y="-0.80773"/>
<Actor seed="11406"/>
</Entity>
<Entity uid="8234">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="741.76404" z="1573.44288"/>
<Orientation y="1.3159"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="8235">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="759.8689" z="1718.47657"/>
<Orientation y="2.31438"/>
<Actor seed="45884"/>
</Entity>
<Entity uid="8236">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="761.3166" z="1717.0027"/>
<Orientation y="4.2036"/>
<Actor seed="27174"/>
</Entity>
<Entity uid="8239">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="758.06666" z="1718.42615"/>
<Orientation y="2.31437"/>
<Actor seed="12800"/>
</Entity>
<Entity uid="8241">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="762.9209" z="1712.1272"/>
<Orientation y="2.31437"/>
<Actor seed="60902"/>
</Entity>
<Entity uid="8242">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="756.57648" z="1717.27662"/>
<Orientation y="2.31437"/>
<Actor seed="26256"/>
</Entity>
<Entity uid="8243">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="757.38331" z="1718.01673"/>
<Orientation y="2.31437"/>
<Actor seed="60440"/>
</Entity>
<Entity uid="8244">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="762.43586" z="1711.58997"/>
<Orientation y="2.31438"/>
<Actor seed="60440"/>
</Entity>
<Entity uid="8245">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="762.03541" z="1711.78284"/>
<Orientation y="2.31437"/>
<Actor seed="30516"/>
</Entity>
<Entity uid="8246">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="756.69825" z="1716.60987"/>
<Orientation y="2.31437"/>
<Actor seed="30122"/>
</Entity>
<Entity uid="8247">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="756.41291" z="1603.05567"/>
<Orientation y="3.9111"/>
<Actor seed="49256"/>
</Entity>
<Entity uid="8248">
<Template>structures/sele_house</Template>
<Player>1</Player>
<Position x="765.41999" z="1614.99842"/>
<Orientation y="0.80004"/>
<Actor seed="57802"/>
</Entity>
<Entity uid="8249">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.58484" z="1723.37122"/>
<Orientation y="0.757"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8250">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.15455" z="1722.85071"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8251">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.74042" z="1722.35315"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8252">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.31861" z="1721.81385"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8253">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.88831" z="1721.29334"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8254">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.41974" z="1720.79346"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8255">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.80158" z="1717.70643"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8256">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.27015" z="1718.2063"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8260">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.96668" z="1720.28418"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8261">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.17591" z="1714.60328"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8262">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.64448" z="1715.10315"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8263">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.07477" z="1715.62366"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8264">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.49659" z="1716.16297"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8265">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.91071" z="1716.66053"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8266">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.34101" z="1717.18104"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8267">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.73609" z="1714.07544"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8268">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.2417" z="1713.60438"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8269">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.92829" z="1719.10206"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8270">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.42267" z="1719.57313"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8271">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.0276" z="1722.67872"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8272">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.5973" z="1722.15821"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8273">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.18317" z="1721.66065"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8274">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.76136" z="1721.12134"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8275">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.33106" z="1720.60084"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8276">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.8625" z="1720.10096"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8277">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.65326" z="1725.78187"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8281">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.95673" z="1723.70398"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8282">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.48816" z="1723.20411"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8283">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.10633" z="1726.29114"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8284">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.5749" z="1726.79102"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8285">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.0052" z="1727.31153"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8286">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.42701" z="1727.85084"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8287">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.84113" z="1728.3484"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8288">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.27143" z="1728.8689"/>
<Orientation y="0.75701"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="8289">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="760.93" z="1737.91578"/>
<Orientation y="2.35622"/>
<Actor seed="27834"/>
</Entity>
<Entity uid="8290">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="756.3263" z="1733.3578"/>
<Orientation y="6.17162"/>
<Actor seed="18242"/>
</Entity>
<Entity uid="8291">
<Template>actor|flora/trees/palm_medit_fan_palm.xml</Template>
<Position x="806.74891" z="1710.21534"/>
<Orientation y="2.35621"/>
<Actor seed="31260"/>
</Entity>
<Entity uid="8293">
<Template>actor|flora/trees/palm_medit_fan_palm.xml</Template>
<Position x="820.4875" z="1725.23011"/>
<Orientation y="3.39464"/>
<Actor seed="52674"/>
</Entity>
<Entity uid="8294">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="791.70148" z="1774.14405"/>
<Orientation y="-0.77408"/>
<Actor seed="54922"/>
</Entity>
<Entity uid="8295">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="779.17225" z="1774.15088"/>
<Orientation y="2.35621"/>
<Actor seed="65296"/>
</Entity>
<Entity uid="8296">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="778.67194" z="1779.08667"/>
<Orientation y="2.35621"/>
<Actor seed="51910"/>
</Entity>
<Entity uid="8297">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="785.3553" z="1764.8296"/>
<Orientation y="2.35621"/>
<Actor seed="25820"/>
</Entity>
<Entity uid="8298">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="795.48621" z="1769.22486"/>
<Orientation y="2.35621"/>
<Actor seed="63308"/>
</Entity>
<Entity uid="8299">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="775.77973" z="1769.00208"/>
<Orientation y="2.35621"/>
<Actor seed="38090"/>
</Entity>
<Entity uid="8300">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="769.45832" z="1779.60376"/>
<Orientation y="2.35621"/>
<Actor seed="55618"/>
</Entity>
<Entity uid="8301">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="775.58198" z="1771.75025"/>
<Orientation y="2.35621"/>
<Actor seed="58084"/>
</Entity>
<Entity uid="8302">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="786.87763" z="1767.318"/>
<Orientation y="2.35621"/>
<Actor seed="14146"/>
</Entity>
<Entity uid="8303">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="788.36298" z="1764.11365"/>
<Orientation y="2.35621"/>
<Actor seed="27984"/>
</Entity>
<Entity uid="8304">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="788.35456" z="1765.04651"/>
<Orientation y="2.35621"/>
<Actor seed="51416"/>
</Entity>
<Entity uid="8305">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="788.02448" z="1765.82264"/>
<Orientation y="2.35621"/>
<Actor seed="23948"/>
</Entity>
<Entity uid="8306">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="785.86341" z="1769.79786"/>
<Orientation y="2.35621"/>
<Actor seed="19570"/>
</Entity>
<Entity uid="8307">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="795.09626" z="1769.17664"/>
<Orientation y="2.35621"/>
<Actor seed="4132"/>
</Entity>
<Entity uid="8308">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="795.62861" z="1771.05945"/>
<Orientation y="2.35621"/>
<Actor seed="52670"/>
</Entity>
<Entity uid="8309">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="767.13917" z="1775.91053"/>
<Orientation y="2.35621"/>
<Actor seed="52542"/>
</Entity>
<Entity uid="8310">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="768.15375" z="1776.32203"/>
<Orientation y="2.35621"/>
<Actor seed="44726"/>
</Entity>
<Entity uid="8311">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="769.2204" z="1775.45264"/>
<Orientation y="2.35621"/>
<Actor seed="20414"/>
</Entity>
<Entity uid="8312">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="765.1778" z="1775.74708"/>
<Orientation y="2.35621"/>
<Actor seed="27696"/>
</Entity>
<Entity uid="8313">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="764.5276" z="1774.84876"/>
<Orientation y="2.35621"/>
<Actor seed="10400"/>
</Entity>
<Entity uid="8314">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="763.55433" z="1773.95289"/>
<Orientation y="2.35621"/>
<Actor seed="3296"/>
</Entity>
<Entity uid="8315">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="764.1053" z="1776.20423"/>
<Orientation y="2.35621"/>
<Actor seed="42708"/>
</Entity>
<Entity uid="8316">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="765.55408" z="1777.35657"/>
<Orientation y="2.35621"/>
<Actor seed="51890"/>
</Entity>
<Entity uid="8317">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="767.4126" z="1779.13892"/>
<Orientation y="2.35621"/>
<Actor seed="47182"/>
</Entity>
<Entity uid="8318">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="767.07654" z="1777.91541"/>
<Orientation y="2.35621"/>
<Actor seed="55476"/>
</Entity>
<Entity uid="8319">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="770.56141" z="1778.18604"/>
<Orientation y="2.35621"/>
<Actor seed="23862"/>
</Entity>
<Entity uid="8320">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="774.61432" z="1774.90845"/>
<Orientation y="2.35621"/>
<Actor seed="47726"/>
</Entity>
<Entity uid="8321">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="775.25293" z="1775.4646"/>
<Orientation y="2.35621"/>
<Actor seed="36586"/>
</Entity>
<Entity uid="8322">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="775.27527" z="1770.79786"/>
<Orientation y="2.35621"/>
<Actor seed="51188"/>
</Entity>
<Entity uid="8323">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="775.383" z="1771.34827"/>
<Orientation y="2.35621"/>
<Actor seed="2238"/>
</Entity>
<Entity uid="8324">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="782.69831" z="1765.94678"/>
<Orientation y="2.35621"/>
<Actor seed="54402"/>
</Entity>
<Entity uid="8325">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="787.95246" z="1767.48121"/>
<Orientation y="2.35621"/>
<Actor seed="20792"/>
</Entity>
<Entity uid="8326">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="786.08063" z="1767.5912"/>
<Orientation y="2.35621"/>
<Actor seed="7148"/>
</Entity>
<Entity uid="8327">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="785.12024" z="1770.6006"/>
<Orientation y="2.35621"/>
<Actor seed="54954"/>
</Entity>
<Entity uid="8328">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="785.5246" z="1771.12232"/>
<Orientation y="2.35621"/>
<Actor seed="15812"/>
</Entity>
<Entity uid="8329">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="786.29236" z="1770.51075"/>
<Orientation y="2.35621"/>
<Actor seed="2772"/>
</Entity>
<Entity uid="8330">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="787.01136" z="1771.03638"/>
<Orientation y="2.35621"/>
<Actor seed="50034"/>
</Entity>
<Entity uid="8331">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="787.07923" z="1771.71192"/>
<Orientation y="2.35621"/>
<Actor seed="17814"/>
</Entity>
<Entity uid="8332">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="786.22925" z="1771.88929"/>
<Orientation y="2.35621"/>
<Actor seed="6418"/>
</Entity>
<Entity uid="8333">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="786.45582" z="1772.85706"/>
<Orientation y="2.35621"/>
<Actor seed="63306"/>
</Entity>
<Entity uid="8334">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="784.45844" z="1772.35108"/>
<Orientation y="2.35621"/>
<Actor seed="40822"/>
</Entity>
<Entity uid="8335">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="783.44385" z="1771.83387"/>
<Orientation y="2.35621"/>
<Actor seed="30672"/>
</Entity>
<Entity uid="8336">
<Template>actor|flora/trees/baobab.xml</Template>
<Position x="449.97248" z="1624.14393"/>
<Orientation y="-2.49483"/>
<Actor seed="25684"/>
</Entity>
<Entity uid="8338">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="455.02527" z="1618.89771"/>
<Orientation y="2.35621"/>
<Actor seed="64744"/>
</Entity>
<Entity uid="8339">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="455.87385" z="1624.05713"/>
<Orientation y="2.35621"/>
<Actor seed="14860"/>
</Entity>
<Entity uid="8340">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="452.34641" z="1623.5409"/>
<Orientation y="2.35621"/>
<Actor seed="31392"/>
</Entity>
<Entity uid="8341">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="452.0853" z="1621.09717"/>
<Orientation y="2.35621"/>
<Actor seed="45390"/>
</Entity>
<Entity uid="8342">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="448.79853" z="1619.15784"/>
<Orientation y="2.35621"/>
<Actor seed="740"/>
</Entity>
<Entity uid="8343">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="445.53501" z="1625.1537"/>
<Orientation y="2.35621"/>
<Actor seed="4254"/>
</Entity>
<Entity uid="8344">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="446.84385" z="1628.13978"/>
<Orientation y="2.35621"/>
<Actor seed="46554"/>
</Entity>
<Entity uid="8345">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="451.92542" z="1624.92225"/>
<Orientation y="5.57229"/>
<Actor seed="25812"/>
</Entity>
<Entity uid="8346">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="446.16419" z="1625.83948"/>
<Orientation y="1.58295"/>
<Actor seed="31330"/>
</Entity>
<Entity uid="8347">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="449.68854" z="1621.48646"/>
<Orientation y="1.69443"/>
<Actor seed="7210"/>
</Entity>
<Entity uid="8348">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="452.4083" z="1618.17579"/>
<Orientation y="0.34514"/>
<Actor seed="42534"/>
</Entity>
<Entity uid="8350">
<Template>structures/sele_farmstead</Template>
<Player>1</Player>
<Position x="951.78669" z="1584.79627"/>
<Orientation y="3.93627"/>
<Actor seed="13106"/>
</Entity>
<Entity uid="8351">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="789.58985" z="1733.4823"/>
<Orientation y="1.3219"/>
<Actor seed="8210"/>
</Entity>
<Entity uid="8352">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="794.96558" z="1738.80054"/>
<Orientation y="-2.82113"/>
<Actor seed="62692"/>
</Entity>
<Entity uid="8355">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="791.73914" z="1733.69324"/>
<Orientation y="2.35621"/>
<Actor seed="31624"/>
</Entity>
<Entity uid="8360">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="791.27515" z="1734.7699"/>
<Orientation y="2.35621"/>
<Actor seed="43998"/>
</Entity>
<Entity uid="8361">
<Template>actor|props/special/eyecandy/barrel_a.xml</Template>
<Position x="803.09736" z="1745.49891"/>
<Orientation y="2.35621"/>
<Actor seed="57270"/>
</Entity>
<Entity uid="8362">
<Template>actor|props/special/eyecandy/barrel_a.xml</Template>
<Position x="801.76124" z="1744.1803"/>
<Orientation y="2.35621"/>
<Actor seed="36628"/>
</Entity>
<Entity uid="8363">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="801.86023" z="1658.20435"/>
<Orientation y="2.35621"/>
<Actor seed="30928"/>
</Entity>
<Entity uid="8364">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="803.09614" z="1659.6117"/>
<Orientation y="2.35621"/>
<Actor seed="2590"/>
</Entity>
<Entity uid="8365">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="801.37244" z="1659.97754"/>
<Orientation y="2.35621"/>
<Actor seed="61834"/>
</Entity>
<Entity uid="8366">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="823.87586" z="1754.95081"/>
<Orientation y="2.35621"/>
<Actor seed="28614"/>
</Entity>
<Entity uid="8367">
<Template>actor|props/special/eyecandy/greek_temple_unfinished_columns.xml</Template>
<Position x="911.71198" z="1886.03089"/>
<Orientation y="2.35621"/>
<Actor seed="21682"/>
</Entity>
<Entity uid="8368">
<Template>actor|props/special/eyecandy/column_doric_fallen.xml</Template>
<Position x="927.97083" z="1870.0525"/>
<Orientation y="1.29236"/>
<Actor seed="15480"/>
</Entity>
<Entity uid="8369">
<Template>actor|props/special/eyecandy/column_doric_fallen.xml</Template>
<Position x="929.75031" z="1877.62806"/>
<Orientation y="0.8531"/>
<Actor seed="20038"/>
</Entity>
<Entity uid="8370">
<Template>actor|props/special/eyecandy/column_doric_fallen_b.xml</Template>
<Position x="919.63892" z="1863.636"/>
<Orientation y="2.35621"/>
<Actor seed="33836"/>
</Entity>
<Entity uid="8371">
<Template>actor|props/special/eyecandy/column_doric_fallen_b.xml</Template>
<Position x="917.14765" z="1869.72962"/>
<Orientation y="2.35621"/>
<Actor seed="35262"/>
</Entity>
<Entity uid="8372">
<Template>actor|props/special/eyecandy/column_doric_fallen_b.xml</Template>
<Position x="901.15284" z="1889.16041"/>
<Orientation y="2.35621"/>
<Actor seed="25290"/>
</Entity>
<Entity uid="8373">
<Template>actor|props/special/eyecandy/column_doric_fallen_b.xml</Template>
<Position x="900.96332" z="1894.70716"/>
<Orientation y="2.35621"/>
<Actor seed="56262"/>
</Entity>
<Entity uid="8374">
<Template>actor|props/special/eyecandy/column_doric_fallen_b.xml</Template>
<Position x="935.14148" z="1878.06849"/>
<Orientation y="2.35621"/>
<Actor seed="41046"/>
</Entity>
<Entity uid="8375">
<Template>actor|props/special/eyecandy/box_pile.xml</Template>
<Position x="804.95112" z="1661.87989"/>
<Orientation y="2.35621"/>
<Actor seed="38038"/>
</Entity>
<Entity uid="8376">
<Template>actor|props/special/eyecandy/box_pile.xml</Template>
<Position x="891.4709" z="1572.65052"/>
<Orientation y="2.35621"/>
<Actor seed="35194"/>
</Entity>
<Entity uid="8377">
<Template>actor|props/special/eyecandy/box_pile.xml</Template>
<Position x="893.64441" z="1573.84449"/>
<Orientation y="3.9842"/>
<Actor seed="35858"/>
</Entity>
<Entity uid="8379">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="803.74225" z="1787.53492"/>
<Orientation y="2.00744"/>
<Actor seed="51264"/>
</Entity>
<Entity uid="8381">
<Template>units/ptol_support_healer_e</Template>
<Player>1</Player>
<Position x="783.75208" z="1732.77027"/>
<Orientation y="1.3524"/>
<Actor seed="16624"/>
</Entity>
<Entity uid="8382">
<Template>units/pers_support_healer_e</Template>
<Player>1</Player>
<Position x="782.42615" z="1752.81617"/>
<Orientation y="1.81753"/>
<Actor seed="24866"/>
</Entity>
<Entity uid="8383">
<Template>units/maur_support_healer_e</Template>
<Player>1</Player>
<Position x="786.3147" z="1752.96424"/>
<Orientation y="5.1169"/>
<Actor seed="42690"/>
</Entity>
<Entity uid="8384">
<Template>units/sele_support_healer_e</Template>
<Player>1</Player>
<Position x="786.66987" z="1731.66736"/>
<Orientation y="-0.91713"/>
<Actor seed="50538"/>
</Entity>
<Entity uid="8385">
<Template>units/sele_support_healer_e</Template>
<Player>1</Player>
<Position x="776.13318" z="1745.55018"/>
<Orientation y="2.61146"/>
<Actor seed="33788"/>
</Entity>
<Entity uid="8387">
<Template>units/sele_support_healer_a</Template>
<Player>1</Player>
<Position x="785.25135" z="1751.28748"/>
<Orientation y="-0.38874"/>
<Actor seed="18228"/>
</Entity>
<Entity uid="8389">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="918.84632" z="1871.57215"/>
<Orientation y="2.35621"/>
<Actor seed="52430"/>
</Entity>
<Entity uid="8390">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="920.34693" z="1868.92664"/>
<Orientation y="2.35621"/>
<Actor seed="5482"/>
</Entity>
<Entity uid="8391">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="919.29804" z="1867.01124"/>
<Orientation y="2.35621"/>
<Actor seed="14284"/>
</Entity>
<Entity uid="8392">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="906.68165" z="1886.8379"/>
<Orientation y="2.35621"/>
<Actor seed="64108"/>
</Entity>
<Entity uid="8393">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="907.14917" z="1889.75721"/>
<Orientation y="2.35621"/>
<Actor seed="23074"/>
</Entity>
<Entity uid="8394">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="907.30433" z="1891.66749"/>
<Orientation y="2.35621"/>
<Actor seed="21920"/>
</Entity>
<Entity uid="8395">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="920.8122" z="1887.6941"/>
<Orientation y="2.35621"/>
<Actor seed="60168"/>
</Entity>
<Entity uid="8396">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="921.84095" z="1885.58948"/>
<Orientation y="2.35621"/>
<Actor seed="63724"/>
</Entity>
<Entity uid="8397">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="901.65064" z="1885.8235"/>
<Orientation y="2.35621"/>
<Actor seed="14636"/>
</Entity>
<Entity uid="8398">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="935.19855" z="1879.29383"/>
<Orientation y="2.35621"/>
<Actor seed="28486"/>
</Entity>
<Entity uid="8399">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="937.19275" z="1878.55542"/>
<Orientation y="3.04355"/>
<Actor seed="16810"/>
</Entity>
<Entity uid="8400">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="936.55127" z="1881.30225"/>
<Orientation y="1.42411"/>
<Actor seed="47552"/>
</Entity>
<Entity uid="8401">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="939.72382" z="1880.19263"/>
<Orientation y="4.83332"/>
<Actor seed="7060"/>
</Entity>
<Entity uid="8402">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="940.29383" z="1882.53162"/>
<Orientation y="1.77845"/>
<Actor seed="20540"/>
</Entity>
<Entity uid="8404">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="939.47004" z="1882.12195"/>
<Orientation y="2.35621"/>
<Actor seed="40588"/>
</Entity>
<Entity uid="8405">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1411.80066" z="1600.70411"/>
<Orientation y="1.54577"/>
<Actor seed="5926"/>
</Entity>
<Entity uid="8406">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1402.47474" z="1611.71949"/>
<Orientation y="2.895"/>
<Actor seed="62294"/>
</Entity>
<Entity uid="8407">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1414.74085" z="1588.43348"/>
<Orientation y="3.96676"/>
<Actor seed="64886"/>
</Entity>
<Entity uid="8408">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1408.16504" z="1571.64002"/>
<Orientation y="2.35621"/>
<Actor seed="4170"/>
</Entity>
<Entity uid="8409">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1410.56446" z="1575.8639"/>
<Orientation y="2.35621"/>
<Actor seed="29640"/>
</Entity>
<Entity uid="8410">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1408.94581" z="1586.09351"/>
<Orientation y="1.66106"/>
<Actor seed="29858"/>
</Entity>
<Entity uid="8411">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1409.2306" z="1592.06824"/>
<Orientation y="2.35621"/>
<Actor seed="17666"/>
</Entity>
<Entity uid="8414">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1398.02942" z="1592.93421"/>
<Orientation y="1.76719"/>
<Actor seed="35380"/>
</Entity>
<Entity uid="8415">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1396.51539" z="1609.41956"/>
<Orientation y="2.35621"/>
<Actor seed="65150"/>
</Entity>
<Entity uid="8416">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1395.38233" z="1613.10926"/>
<Orientation y="2.35621"/>
<Actor seed="5094"/>
</Entity>
<Entity uid="8417">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1393.42542" z="1619.66663"/>
<Orientation y="2.35621"/>
<Actor seed="11972"/>
</Entity>
<Entity uid="8418">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1390.82581" z="1624.60181"/>
<Orientation y="2.35621"/>
<Actor seed="14146"/>
</Entity>
<Entity uid="8419">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1408.37159" z="1579.23121"/>
<Orientation y="1.90233"/>
<Actor seed="7102"/>
</Entity>
<Entity uid="8420">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1404.79566" z="1589.76197"/>
<Orientation y="2.35621"/>
<Actor seed="46180"/>
</Entity>
<Entity uid="8421">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1407.735" z="1590.61268"/>
<Orientation y="2.35621"/>
<Actor seed="48488"/>
</Entity>
<Entity uid="8422">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1403.3689" z="1597.48047"/>
<Orientation y="1.39231"/>
<Actor seed="7102"/>
</Entity>
<Entity uid="8423">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1397.80384" z="1605.70704"/>
<Orientation y="1.39231"/>
<Actor seed="7102"/>
</Entity>
<Entity uid="8424">
<Template>actor|props/flora/water_log.xml</Template>
<Position x="1412.24036" z="1585.40113"/>
<Orientation y="-2.9739"/>
<Actor seed="23148"/>
</Entity>
<Entity uid="8426">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="1415.81775" z="1594.79847"/>
<Orientation y="5.57184"/>
<Actor seed="64790"/>
</Entity>
<Entity uid="8427">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1391.71973" z="1618.4823"/>
<Orientation y="1.39231"/>
<Actor seed="7102"/>
</Entity>
<Entity uid="8428">
<Template>actor|props/flora/grass_soft_large.xml</Template>
<Position x="1405.04395" z="1567.21265"/>
<Orientation y="1.39231"/>
<Actor seed="7102"/>
</Entity>
<Entity uid="8429">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1362.04957" z="1663.95069"/>
<Orientation y="4.31937"/>
<Actor seed="2124"/>
</Entity>
<Entity uid="8430">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1403.78626" z="1572.65967"/>
<Orientation y="1.5655"/>
<Actor seed="2809"/>
</Entity>
<Entity uid="8431">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1396.66822" z="1576.31128"/>
<Orientation y="3.31064"/>
<Actor seed="2808"/>
</Entity>
<Entity uid="8432">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1402.05298" z="1578.04456"/>
<Orientation y="2.0144"/>
<Actor seed="2713"/>
</Entity>
<Entity uid="8433">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1376.82313" z="1617.55127"/>
<Orientation y="2.3528"/>
<Actor seed="2223"/>
</Entity>
<Entity uid="8434">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1390.57166" z="1600.54383"/>
<Orientation y="1.69665"/>
<Actor seed="2093"/>
</Entity>
<Entity uid="8435">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1392.39747" z="1604.10291"/>
<Orientation y="2.27581"/>
<Actor seed="2092"/>
</Entity>
<Entity uid="8436">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1385.27942" z="1607.7544"/>
<Orientation y="5.5529"/>
<Actor seed="2091"/>
</Entity>
<Entity uid="8437">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1379.98719" z="1614.96497"/>
<Orientation y="1.88216"/>
<Actor seed="2090"/>
</Entity>
<Entity uid="8438">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1397.78223" z="1605.83619"/>
<Orientation y="6.44001"/>
<Actor seed="1991"/>
</Entity>
<Entity uid="8439">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1394.22327" z="1607.66187"/>
<Orientation y="2.811"/>
<Actor seed="1990"/>
</Entity>
<Entity uid="8440">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1381.81287" z="1618.52393"/>
<Orientation y="1.6062"/>
<Actor seed="1989"/>
</Entity>
<Entity uid="8441">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1388.93091" z="1614.87244"/>
<Orientation y="1.52485"/>
<Actor seed="1902"/>
</Entity>
<Entity uid="8442">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1390.75672" z="1618.43152"/>
<Orientation y="6.70655"/>
<Actor seed="1901"/>
</Entity>
<Entity uid="8443">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1474.46143" z="1642.52503"/>
<Orientation y="1.97924"/>
<Actor seed="2129"/>
</Entity>
<Entity uid="8444">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1468.66895" z="1641.90699"/>
<Orientation y="2.60499"/>
<Actor seed="2130"/>
</Entity>
<Entity uid="8445">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1443.9546" z="1679.93128"/>
<Orientation y="-0.84563"/>
<Actor seed="2315"/>
</Entity>
<Entity uid="8446">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1441.20606" z="1678.11292"/>
<Orientation y="2.76201"/>
<Actor seed="2316"/>
</Entity>
<Entity uid="8447">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1460.38209" z="1646.30982"/>
<Orientation y="2.00863"/>
<Actor seed="2333"/>
</Entity>
<Entity uid="8448">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1482.30311" z="1573.89649"/>
<Orientation y="1.26101"/>
<Actor seed="2334"/>
</Entity>
<Entity uid="8449">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1475.22107" z="1579.35962"/>
<Orientation y="2.70873"/>
<Actor seed="2335"/>
</Entity>
<Entity uid="8450">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1456.22083" z="1643.95533"/>
<Orientation y="1.91201"/>
<Actor seed="2392"/>
</Entity>
<Entity uid="8451">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.53406" z="1634.5669"/>
<Orientation y="3.20173"/>
<Actor seed="2393"/>
</Entity>
<Entity uid="8452">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1469.6161" z="1629.10376"/>
<Orientation y="5.073"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="8453">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1483.18763" z="1708.88025"/>
<Orientation y="1.26951"/>
<Actor seed="2395"/>
</Entity>
<Entity uid="8454">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1472.00391" z="1620.48414"/>
<Orientation y="6.33201"/>
<Actor seed="2396"/>
</Entity>
<Entity uid="8455">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1477.32972" z="1567.20752"/>
<Orientation y="4.81215"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="8456">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1461.76526" z="1630.64136"/>
<Orientation y="1.11374"/>
<Actor seed="2484"/>
</Entity>
<Entity uid="8457">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1460.99634" z="1626.71595"/>
<Orientation y="1.65168"/>
<Actor seed="2485"/>
</Entity>
<Entity uid="8458">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1466.54078" z="1613.4021"/>
<Orientation y="0.88865"/>
<Actor seed="2486"/>
</Entity>
<Entity uid="8459">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1470.46631" z="1612.63331"/>
<Orientation y="0.32331"/>
<Actor seed="2487"/>
</Entity>
<Entity uid="8460">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1469.6974" z="1608.7079"/>
<Orientation y="0.29821"/>
<Actor seed="2488"/>
</Entity>
<Entity uid="8461">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1472.08521" z="1600.08826"/>
<Orientation y="5.87266"/>
<Actor seed="2489"/>
</Entity>
<Entity uid="8462">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1476.6128" z="1547.43885"/>
<Orientation y="2.58802"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="8463">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1474.47303" z="1591.46863"/>
<Orientation y="3.95028"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="8464">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1467.391" z="1596.93165"/>
<Orientation y="5.96383"/>
<Actor seed="2578"/>
</Entity>
<Entity uid="8465">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1469.77881" z="1588.31202"/>
<Orientation y="1.62989"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="8466">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1480.73926" z="1545.43531"/>
<Orientation y="2.07222"/>
<Actor seed="2223"/>
</Entity>
<Entity uid="8467">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1481.50806" z="1549.36072"/>
<Orientation y="2.90781"/>
<Actor seed="2224"/>
</Entity>
<Entity uid="8468">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1476.00599" z="1633.08313"/>
<Orientation y="-1.36788"/>
<Actor seed="4046"/>
</Entity>
<Entity uid="8469">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1477.04371" z="1633.87073"/>
<Orientation y="-2.36928"/>
<Actor seed="4044"/>
</Entity>
<Entity uid="8470">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1476.72254" z="1632.12012"/>
<Orientation y="-3.93152"/>
<Actor seed="4043"/>
</Entity>
<Entity uid="8471">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1477.6897" z="1638.0553"/>
<Orientation y="-3.20951"/>
<Actor seed="4042"/>
</Entity>
<Entity uid="8472">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1476.6554" z="1635.51612"/>
<Orientation y="-2.53818"/>
<Actor seed="4041"/>
</Entity>
<Entity uid="8473">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1474.25843" z="1632.37256"/>
<Orientation y="-3.1399"/>
<Actor seed="4040"/>
</Entity>
<Entity uid="8474">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1475.56849" z="1636.88099"/>
<Orientation y="0.48484"/>
<Actor seed="4039"/>
</Entity>
<Entity uid="8475">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1476.83582" z="1584.59388"/>
<Orientation y="5.09771"/>
<Actor seed="2714"/>
</Entity>
<Entity uid="8476">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1470.41553" z="1580.0746"/>
<Orientation y="5.864"/>
<Actor seed="2712"/>
</Entity>
<Entity uid="8477">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1475.2577" z="1589.98255"/>
<Orientation y="1.21717"/>
<Actor seed="3390"/>
</Entity>
<Entity uid="8478">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1476.87208" z="1589.2533"/>
<Orientation y="-0.438"/>
<Actor seed="3389"/>
</Entity>
<Entity uid="8479">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1471.63794" z="1589.58594"/>
<Orientation y="0.78231"/>
<Actor seed="3388"/>
</Entity>
<Entity uid="8480">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1463.96021" z="1760.80091"/>
<Orientation y="-3.37558"/>
<Actor seed="2237"/>
</Entity>
<Entity uid="8481">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1467.15357" z="1769.06458"/>
<Orientation y="-4.85816"/>
<Actor seed="2238"/>
</Entity>
<Entity uid="8482">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1470.77088" z="1762.51343"/>
<Orientation y="-4.64843"/>
<Actor seed="2328"/>
</Entity>
<Entity uid="8483">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1447.01893" z="1677.17298"/>
<Orientation y="0.72345"/>
<Actor seed="2329"/>
</Entity>
<Entity uid="8484">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1482.20057" z="1688.26783"/>
<Orientation y="0.28763"/>
<Actor seed="2578"/>
</Entity>
<Entity uid="8485">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1474.88062" z="1686.6792"/>
<Orientation y="-1.72593"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="8486">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1441.56324" z="1730.72144"/>
<Orientation y="-3.08819"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="8487">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1470.7334" z="1704.01966"/>
<Orientation y="0.19646"/>
<Actor seed="2489"/>
</Entity>
<Entity uid="8488">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1470.74195" z="1771.93787"/>
<Orientation y="-3.7642"/>
<Actor seed="2392"/>
</Entity>
<Entity uid="8489">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1490.80774" z="1753.83106"/>
<Orientation y="-2.47448"/>
<Actor seed="2393"/>
</Entity>
<Entity uid="8490">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1480.79578" z="1692.76246"/>
<Orientation y="-0.44112"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="8491">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1477.64637" z="1685.75"/>
<Orientation y="-4.24462"/>
<Actor seed="2395"/>
</Entity>
<Entity uid="8492">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1476.64991" z="1680.18165"/>
<Orientation y="0.8179"/>
<Actor seed="2396"/>
</Entity>
<Entity uid="8493">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1475.65333" z="1674.61316"/>
<Orientation y="-2.34408"/>
<Actor seed="2397"/>
</Entity>
<Entity uid="8494">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1486.89991" z="1724.5713"/>
<Orientation y="-4.03173"/>
<Actor seed="2398"/>
</Entity>
<Entity uid="8495">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1447.48401" z="1661.30652"/>
<Orientation y="-0.86405"/>
<Actor seed="2399"/>
</Entity>
<Entity uid="8496">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1478.11866" z="1704.90174"/>
<Orientation y="0.4989"/>
<Actor seed="2400"/>
</Entity>
<Entity uid="8497">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1481.75513" z="1759.24061"/>
<Orientation y="-3.5716"/>
<Actor seed="2482"/>
</Entity>
<Entity uid="8498">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1484.62305" z="1761.37916"/>
<Orientation y="-2.01568"/>
<Actor seed="2483"/>
</Entity>
<Entity uid="8499">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1487.76063" z="1753.19898"/>
<Orientation y="-4.56246"/>
<Actor seed="2484"/>
</Entity>
<Entity uid="8500">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1462.70997" z="1770.5547"/>
<Orientation y="-4.02453"/>
<Actor seed="2485"/>
</Entity>
<Entity uid="8501">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1442.35376" z="1692.964"/>
<Orientation y="-4.62548"/>
<Actor seed="2486"/>
</Entity>
<Entity uid="8502">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1476.3661" z="1671.46473"/>
<Orientation y="-5.19082"/>
<Actor seed="2487"/>
</Entity>
<Entity uid="8503">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1451.73023" z="1661.09998"/>
<Orientation y="-5.378"/>
<Actor seed="2488"/>
</Entity>
<Entity uid="8504">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1436.68042" z="1741.21241"/>
<Orientation y="0.19646"/>
<Actor seed="2489"/>
</Entity>
<Entity uid="8505">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1486.27051" z="1714.8595"/>
<Orientation y="-3.08819"/>
<Actor seed="2490"/>
</Entity>
<Entity uid="8506">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1437.46351" z="1730.73646"/>
<Orientation y="-1.72593"/>
<Actor seed="2491"/>
</Entity>
<Entity uid="8507">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1478.23633" z="1759.95411"/>
<Orientation y="-3.16118"/>
<Actor seed="2574"/>
</Entity>
<Entity uid="8508">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1495.03614" z="1758.44935"/>
<Orientation y="-1.71776"/>
<Actor seed="2575"/>
</Entity>
<Entity uid="8509">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1439.93982" z="1690.50696"/>
<Orientation y="-1.01072"/>
<Actor seed="2576"/>
</Entity>
<Entity uid="8510">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1473.76429" z="1767.20606"/>
<Orientation y="-4.14344"/>
<Actor seed="2577"/>
</Entity>
<Entity uid="8511">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1438.51685" z="1734.81592"/>
<Orientation y="0.28763"/>
<Actor seed="2578"/>
</Entity>
<Entity uid="8512">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1487.31043" z="1722.83948"/>
<Orientation y="-4.04632"/>
<Actor seed="2579"/>
</Entity>
<Entity uid="8513">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1439.12415" z="1747.74305"/>
<Orientation y="0.52254"/>
<Actor seed="2896"/>
</Entity>
<Entity uid="8514">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1446.89441" z="1671.8252"/>
<Orientation y="-4.47358"/>
<Actor seed="2883"/>
</Entity>
<Entity uid="8515">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1466.84473" z="1764.24683"/>
<Orientation y="-2.66999"/>
<Actor seed="2882"/>
</Entity>
<Entity uid="8516">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1483.22767" z="1698.07764"/>
<Orientation y="-5.42988"/>
<Actor seed="2862"/>
</Entity>
<Entity uid="8517">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1482.53724" z="1698.19373"/>
<Orientation y="-3.25295"/>
<Actor seed="2855"/>
</Entity>
<Entity uid="8518">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1476.55872" z="1695.82679"/>
<Orientation y="-5.34818"/>
<Actor seed="2843"/>
</Entity>
<Entity uid="8519">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1453.31873" z="1774.9823"/>
<Orientation y="0.26224"/>
<Actor seed="2842"/>
</Entity>
<Entity uid="8520">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1485.13123" z="1721.77833"/>
<Orientation y="-2.4739"/>
<Actor seed="2810"/>
</Entity>
<Entity uid="8521">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1485.0475" z="1711.15503"/>
<Orientation y="0.61336"/>
<Actor seed="2779"/>
</Entity>
<Entity uid="8522">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1450.40162" z="1775.48414"/>
<Orientation y="0.7665"/>
<Actor seed="2778"/>
</Entity>
<Entity uid="8523">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1485.61622" z="1701.56104"/>
<Orientation y="-3.97286"/>
<Actor seed="2774"/>
</Entity>
<Entity uid="8524">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1488.60572" z="1707.19568"/>
<Orientation y="0.73066"/>
<Actor seed="2759"/>
</Entity>
<Entity uid="8525">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1478.98902" z="1738.99708"/>
<Orientation y="0.4095"/>
<Actor seed="2717"/>
</Entity>
<Entity uid="8526">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1482.59913" z="1704.98121"/>
<Orientation y="-2.90908"/>
<Actor seed="2683"/>
</Entity>
<Entity uid="8527">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1453.2433" z="1772.09986"/>
<Orientation y="-0.40973"/>
<Actor seed="2682"/>
</Entity>
<Entity uid="8528">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1452.36048" z="1655.8711"/>
<Orientation y="-1.30323"/>
<Actor seed="2680"/>
</Entity>
<Entity uid="8529">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1458.96045" z="1653.15113"/>
<Orientation y="-3.13297"/>
<Actor seed="2678"/>
</Entity>
<Entity uid="8530">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1491.28443" z="1729.77271"/>
<Orientation y="0.67145"/>
<Actor seed="2676"/>
</Entity>
<Entity uid="8531">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1485.23804" z="1689.66712"/>
<Orientation y="-2.74488"/>
<Actor seed="2668"/>
</Entity>
<Entity uid="8532">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1499.1266" z="1751.7527"/>
<Orientation y="-0.42328"/>
<Actor seed="2620"/>
</Entity>
<Entity uid="8533">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1477.91858" z="1675.05762"/>
<Orientation y="0.69002"/>
<Actor seed="2537"/>
</Entity>
<Entity uid="8534">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1142.78077" z="1037.49842"/>
<Orientation y="2.35621"/>
<Actor seed="14752"/>
</Entity>
<Entity uid="8535">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1158.87977" z="1074.67542"/>
<Orientation y="2.35621"/>
<Actor seed="692"/>
</Entity>
<Entity uid="8536">
<Template>actor|props/flora/grass_field_lush_tall.xml</Template>
<Position x="1143.05762" z="1041.89527"/>
<Orientation y="2.35621"/>
<Actor seed="38486"/>
</Entity>
<Entity uid="8537">
<Template>actor|props/flora/grass_field_lush_tall.xml</Template>
<Position x="1157.63453" z="1073.64844"/>
<Orientation y="2.35621"/>
<Actor seed="30370"/>
</Entity>
<Entity uid="8538">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="646.19611" z="1674.94251"/>
<Orientation y="2.35621"/>
<Actor seed="22486"/>
</Entity>
<Entity uid="8539">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="798.96686" z="1777.50318"/>
<Orientation y="2.35621"/>
<Actor seed="26846"/>
</Entity>
<Entity uid="8540">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="799.7494" z="1776.64393"/>
<Orientation y="2.35621"/>
<Actor seed="40374"/>
</Entity>
<Entity uid="8541">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="816.49054" z="1765.05933"/>
<Orientation y="2.35621"/>
<Actor seed="28264"/>
</Entity>
<Entity uid="8542">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="812.66303" z="1768.64881"/>
<Orientation y="2.35621"/>
<Actor seed="49922"/>
</Entity>
<Entity uid="8544">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="784.17042" z="1691.33228"/>
<Orientation y="2.35621"/>
<Actor seed="24942"/>
</Entity>
<Entity uid="8547">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="791.89203" z="1706.61207"/>
<Orientation y="2.35621"/>
<Actor seed="19058"/>
</Entity>
<Entity uid="8548">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="789.26319" z="1708.45826"/>
<Orientation y="2.35621"/>
<Actor seed="48858"/>
</Entity>
<Entity uid="8550">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="794.48523" z="1702.90638"/>
<Orientation y="-1.89963"/>
<Actor seed="25422"/>
</Entity>
<Entity uid="8551">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="791.5876" z="1707.53125"/>
<Orientation y="2.35621"/>
<Actor seed="43492"/>
</Entity>
<Entity uid="8553">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="796.12671" z="1706.53199"/>
<Orientation y="2.35621"/>
<Actor seed="22528"/>
</Entity>
<Entity uid="8555">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="825.7486" z="1734.58411"/>
<Orientation y="2.59334"/>
<Actor seed="64136"/>
</Entity>
<Entity uid="8557">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="822.17688" z="1738.75513"/>
<Orientation y="2.80117"/>
<Actor seed="51126"/>
</Entity>
<Entity uid="8558">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="819.21912" z="1739.36634"/>
<Orientation y="2.35621"/>
<Actor seed="48302"/>
</Entity>
<Entity uid="8559">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="830.12647" z="1733.6598"/>
<Orientation y="4.22493"/>
<Actor seed="28286"/>
</Entity>
<Entity uid="8560">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="821.59021" z="1737.63257"/>
<Orientation y="4.22493"/>
<Actor seed="28286"/>
</Entity>
<Entity uid="8561">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="824.83002" z="1735.46204"/>
<Orientation y="4.22493"/>
<Actor seed="28286"/>
</Entity>
<Entity uid="8564">
<Template>actor|props/flora/plants_healer.xml</Template>
<Position x="796.95923" z="1702.97327"/>
<Orientation y="3.98945"/>
<Actor seed="27960"/>
</Entity>
<Entity uid="8565">
<Template>actor|props/flora/plants_healer.xml</Template>
<Position x="794.8183" z="1705.34559"/>
<Orientation y="2.55271"/>
<Actor seed="926"/>
</Entity>
<Entity uid="8566">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="828.25855" z="1733.26063"/>
<Orientation y="2.35621"/>
<Actor seed="26384"/>
</Entity>
<Entity uid="8570">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="828.50477" z="1732.20374"/>
<Orientation y="2.02302"/>
<Actor seed="8714"/>
</Entity>
<Entity uid="8571">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="828.5528" z="1733.02735"/>
<Orientation y="2.35621"/>
<Actor seed="64760"/>
</Entity>
<Entity uid="8573">
<Template>actor|props/flora/shrub_fanpalm.xml</Template>
<Position x="804.3772" z="1708.42835"/>
<Orientation y="2.35621"/>
<Actor seed="14922"/>
</Entity>
<Entity uid="8575">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="784.7765" z="1691.54236"/>
<Orientation y="2.35621"/>
<Actor seed="48402"/>
</Entity>
<Entity uid="8576">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="807.05005" z="1711.21546"/>
<Orientation y="-0.74601"/>
<Actor seed="27982"/>
</Entity>
<Entity uid="8577">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="804.98444" z="1708.21094"/>
<Orientation y="-4.79404"/>
<Actor seed="27982"/>
</Entity>
<Entity uid="8583">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="819.49012" z="1724.09571"/>
<Orientation y="1.03582"/>
<Actor seed="24188"/>
</Entity>
<Entity uid="8584">
<Template>actor|props/flora/bush_tempe_a.xml</Template>
<Position x="821.61048" z="1724.79224"/>
<Orientation y="7.7861"/>
<Actor seed="64684"/>
</Entity>
<Entity uid="8586">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="729.67157" z="1663.99537"/>
<Orientation y="2.35621"/>
<Actor seed="22694"/>
</Entity>
<Entity uid="8588">
<Template>actor|props/flora/ferns.xml</Template>
<Position x="820.76514" z="1725.11976"/>
<Orientation y="2.35621"/>
<Actor seed="21410"/>
</Entity>
<Entity uid="8589">
<Template>actor|props/flora/ferns.xml</Template>
<Position x="818.31702" z="1723.77698"/>
<Orientation y="2.35621"/>
<Actor seed="30804"/>
</Entity>
<Entity uid="8590">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="751.9889" z="1726.20289"/>
<Orientation y="2.35621"/>
<Actor seed="33180"/>
</Entity>
<Entity uid="8591">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="745.79706" z="1757.83423"/>
<Orientation y="2.35621"/>
<Actor seed="58464"/>
</Entity>
<Entity uid="8592">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="752.06971" z="1751.57837"/>
<Orientation y="2.35622"/>
<Actor seed="58464"/>
</Entity>
<Entity uid="8593">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="780.90748" z="1693.24158"/>
<Orientation y="2.35622"/>
<Actor seed="63010"/>
</Entity>
<Entity uid="8594">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="776.1883" z="1699.05188"/>
<Orientation y="2.608"/>
<Actor seed="63010"/>
</Entity>
<Entity uid="8595">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="778.35212" z="1695.21424"/>
<Orientation y="2.35621"/>
<Actor seed="49440"/>
</Entity>
<Entity uid="8597">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="777.7599" z="1697.68226"/>
<Orientation y="2.52327"/>
<Actor seed="31118"/>
</Entity>
<Entity uid="8617">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="815.06708" z="1760.16175"/>
<Orientation y="2.35621"/>
<Actor seed="3746"/>
</Entity>
<Entity uid="8626">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="804.01539" z="1733.99207"/>
<Orientation y="2.35621"/>
<Actor seed="14068"/>
</Entity>
<Entity uid="8633">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="802.8069" z="1609.60291"/>
<Orientation y="2.35621"/>
<Actor seed="47110"/>
</Entity>
<Entity uid="8634">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="804.60553" z="1611.49366"/>
<Orientation y="2.35621"/>
<Actor seed="31670"/>
</Entity>
<Entity uid="8636">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="871.47333" z="1553.1919"/>
<Orientation y="1.46483"/>
<Actor seed="39172"/>
</Entity>
<Entity uid="8637">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="870.00824" z="1548.82227"/>
<Orientation y="2.35621"/>
<Actor seed="41512"/>
</Entity>
<Entity uid="8638">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="795.62452" z="1601.79371"/>
<Orientation y="0.75264"/>
<Actor seed="41512"/>
</Entity>
<Entity uid="8648">
<Template>actor|structures/ptolemies/stall_med.xml</Template>
<Position x="875.13202" z="1543.313"/>
<Orientation y="-0.13056"/>
<Actor seed="7738"/>
</Entity>
<Entity uid="8649">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="880.20887" z="1539.3379"/>
<Orientation y="2.35621"/>
<Actor seed="53422"/>
</Entity>
<Entity uid="8650">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="877.17316" z="1539.41785"/>
<Orientation y="2.35621"/>
<Actor seed="30752"/>
</Entity>
<Entity uid="8659">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="871.81836" z="1539.25245"/>
<Orientation y="-0.44448"/>
<Actor seed="53082"/>
</Entity>
<Entity uid="8660">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="878.4048" z="1539.52918"/>
<Orientation y="2.35621"/>
<Actor seed="34516"/>
</Entity>
<Entity uid="8663">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="871.66828" z="1540.09144"/>
<Orientation y="2.35621"/>
<Actor seed="46364"/>
</Entity>
<Entity uid="8665">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="870.6175" z="1539.45179"/>
<Orientation y="2.35621"/>
<Actor seed="33454"/>
</Entity>
<Entity uid="8666">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="872.6991" z="1540.016"/>
<Orientation y="2.35621"/>
<Actor seed="3940"/>
</Entity>
<Entity uid="8674">
<Template>actor|props/structures/ptolemies/fishing_boat_basket.xml</Template>
<Position x="880.02826" z="1549.93274"/>
<Orientation y="0.48333"/>
<Actor seed="18302"/>
</Entity>
<Entity uid="8675">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="881.24781" z="1549.34864"/>
<Orientation y="2.35621"/>
<Actor seed="3714"/>
</Entity>
<Entity uid="8679">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="868.12641" z="1542.06153"/>
<Orientation y="2.35621"/>
<Actor seed="26096"/>
</Entity>
<Entity uid="8680">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="882.62751" z="1549.7743"/>
<Orientation y="2.35621"/>
<Actor seed="18774"/>
</Entity>
<Entity uid="8681">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="866.98768" z="1542.84302"/>
<Orientation y="2.35621"/>
<Actor seed="46110"/>
</Entity>
<Entity uid="8685">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="867.48646" z="1544.20545"/>
<Orientation y="2.35621"/>
<Actor seed="53036"/>
</Entity>
<Entity uid="8689">
<Template>actor|props/special/eyecandy/table1_short.xml</Template>
<Position x="876.02057" z="1550.71558"/>
<Orientation y="4.59591"/>
<Actor seed="26312"/>
</Entity>
<Entity uid="8690">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="875.22938" z="1552.78772"/>
<Orientation y="2.35621"/>
<Actor seed="17476"/>
</Entity>
<Entity uid="8691">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="868.15204" z="1547.94324"/>
<Orientation y="2.35621"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8692">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="876.44965" z="1552.65589"/>
<Orientation y="2.58634"/>
<Actor seed="60252"/>
</Entity>
<Entity uid="8696">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="876.51026" z="1551.34327"/>
<Orientation y="2.35621"/>
<Actor seed="15780"/>
</Entity>
<Entity uid="8698">
<Template>actor|props/structures/ptolemies/fishing_boat_basket.xml</Template>
<Position x="875.6507" z="1554.68335"/>
<Orientation y="-4.37227"/>
<Actor seed="18302"/>
</Entity>
<Entity uid="8711">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="868.33832" z="1549.84168"/>
<Orientation y="2.35621"/>
<Actor seed="30030"/>
</Entity>
<Entity uid="8714">
<Template>actor|props/units/seed_bag.xml</Template>
<Position x="876.01606" z="1549.63477"/>
<Orientation y="2.35621"/>
<Actor seed="8640"/>
</Entity>
<Entity uid="8715">
<Template>actor|props/special/eyecandy/sack_1_rough.xml</Template>
<Position x="885.29896" z="1552.5912"/>
<Orientation y="2.23188"/>
<Actor seed="32318"/>
</Entity>
<Entity uid="8716">
<Template>actor|props/special/eyecandy/sack_1.xml</Template>
<Position x="885.29468" z="1550.7168"/>
<Orientation y="3.3792"/>
<Actor seed="48916"/>
</Entity>
<Entity uid="8717">
<Template>actor|props/special/eyecandy/rug_stand_iber.xml</Template>
<Position x="787.28473" z="1641.3766"/>
<Orientation y="2.15654"/>
<Actor seed="52150"/>
</Entity>
<Entity uid="8718">
<Template>actor|special/golden_fleece.xml</Template>
<Position x="1888.29065" z="1374.89441"/>
<Orientation y="-0.072"/>
<Actor seed="59584"/>
</Entity>
<Entity uid="8719">
<Template>actor|props/structures/iberians/iber_bull_statue.xml</Template>
<Position x="1365.2356" z="1083.21839"/>
<Orientation y="9.89917"/>
<Actor seed="47392"/>
</Entity>
<Entity uid="8729">
<Template>structures/ptol_temple</Template>
<Player>5</Player>
<Position x="1347.01771" z="1092.02393"/>
<Orientation y="8.32886"/>
<Actor seed="10830"/>
</Entity>
<Entity uid="8732">
<Template>structures/ptol_temple</Template>
<Player>5</Player>
<Position x="1382.09656" z="1073.84852"/>
<Orientation y="5.20913"/>
<Actor seed="10830"/>
</Entity>
<Entity uid="8733">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1353.26575" z="1079.56287"/>
<Orientation y="5.1841"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="8734">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1369.14637" z="1071.6886"/>
<Orientation y="5.1841"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="8735">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1375.44385" z="1087.12061"/>
<Orientation y="5.1841"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="8736">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1361.70862" z="1094.21302"/>
<Orientation y="5.1841"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="8737">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1364.63038" z="1082.58887"/>
<Orientation y="3.6078"/>
<Actor seed="56470"/>
</Entity>
<Entity uid="8738">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1366.41773" z="1086.38416"/>
<Orientation y="6.75835"/>
<Actor seed="48392"/>
</Entity>
<Entity uid="8739">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1360.86463" z="1088.92127"/>
<Orientation y="6.74888"/>
<Actor seed="48392"/>
</Entity>
<Entity uid="8740">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1372.07264" z="1083.59522"/>
<Orientation y="6.74888"/>
<Actor seed="48392"/>
</Entity>
<Entity uid="8741">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1373.44397" z="1086.33326"/>
<Orientation y="3.614"/>
<Actor seed="56470"/>
</Entity>
<Entity uid="8742">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1367.6272" z="1089.19495"/>
<Orientation y="3.57943"/>
<Actor seed="56470"/>
</Entity>
<Entity uid="8743">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1362.2704" z="1091.89551"/>
<Orientation y="3.5656"/>
<Actor seed="56470"/>
</Entity>
<Entity uid="8744">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.09498" z="1081.96705"/>
<Orientation y="3.59842"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8745">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.15772" z="1082.79273"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8746">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.4563" z="1083.52637"/>
<Orientation y="5.14081"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8747">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.73841" z="1081.64087"/>
<Orientation y="3.59842"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8748">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.78394" z="1084.18262"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8749">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1362.07764" z="1084.84107"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8750">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1362.33692" z="1085.44703"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8751">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1362.63233" z="1086.06714"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8752">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1368.4369" z="1083.37916"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8753">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1368.14148" z="1082.75928"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8754">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.88233" z="1082.15284"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8755">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.58838" z="1081.49463"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8756">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.26136" z="1080.83838"/>
<Orientation y="5.14081"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8757">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1366.96241" z="1080.10474"/>
<Orientation y="5.13866"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8758">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1366.60438" z="1079.40333"/>
<Orientation y="3.59842"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8759">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1365.90198" z="1079.73182"/>
<Orientation y="3.59842"/>
<Actor seed="58600"/>
</Entity>
<Entity uid="8760">
<Template>actor|props/special/eyecandy/hay_large.xml</Template>
<Position x="1361.09986" z="1091.88086"/>
<Orientation y="5.44666"/>
<Actor seed="18262"/>
</Entity>
<Entity uid="8761">
<Template>actor|props/special/eyecandy/hay_small.xml</Template>
<Position x="1359.04798" z="1090.97852"/>
<Orientation y="5.44666"/>
<Actor seed="4754"/>
</Entity>
<Entity uid="8762">
<Template>actor|props/special/eyecandy/hay_cart.xml</Template>
<Position x="1373.38563" z="1084.48096"/>
<Orientation y="8.02564"/>
<Actor seed="16976"/>
</Entity>
<Entity uid="8765">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1372.52503" z="1088.71192"/>
<Orientation y="5.18618"/>
<Actor seed="55944"/>
</Entity>
<Entity uid="8767">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1354.31788" z="1080.45728"/>
<Orientation y="5.44666"/>
<Actor seed="50716"/>
</Entity>
<Entity uid="8768">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1368.95643" z="1073.21521"/>
<Orientation y="5.44666"/>
<Actor seed="47524"/>
</Entity>
<Entity uid="8770">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1368.10462" z="1073.99634"/>
<Orientation y="5.44666"/>
</Entity>
<Entity uid="8775">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1355.82691" z="1079.84705"/>
<Orientation y="5.44666"/>
<Actor seed="21568"/>
</Entity>
<Entity uid="8777">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1367.03797" z="1074.43067"/>
<Orientation y="5.44666"/>
<Actor seed="16090"/>
</Entity>
<Entity uid="8778">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="1369.672" z="1075.43384"/>
<Orientation y="5.18538"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="8779">
<Template>actor|props/special/eyecandy/rug_stand_iber.xml</Template>
<Position x="1356.13501" z="1082.70374"/>
<Orientation y="5.22011"/>
<Actor seed="5716"/>
</Entity>
<Entity uid="8781">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1356.90845" z="1079.21546"/>
<Orientation y="5.44666"/>
<Actor seed="50974"/>
</Entity>
<Entity uid="8782">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1363.36072" z="1089.08033"/>
<Orientation y="5.44666"/>
<Actor seed="6496"/>
</Entity>
<Entity uid="8802">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1606.22706" z="531.25306"/>
<Orientation y="-2.16401"/>
<Actor seed="7508"/>
</Entity>
<Entity uid="8803">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1603.02747" z="529.21918"/>
<Orientation y="-5.28205"/>
<Actor seed="7508"/>
</Entity>
<Entity uid="8804">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1598.7223" z="531.08326"/>
<Orientation y="-2.15375"/>
<Actor seed="7548"/>
</Entity>
<Entity uid="8805">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1602.62452" z="524.46778"/>
<Orientation y="-3.72942"/>
<Actor seed="7548"/>
</Entity>
<Entity uid="8806">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1610.62867" z="529.54224"/>
<Orientation y="-0.56542"/>
<Actor seed="7548"/>
</Entity>
<Entity uid="8807">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1606.51587" z="536.13514"/>
<Orientation y="-5.31461"/>
<Actor seed="7548"/>
</Entity>
<Entity uid="8808">
<Template>actor|props/structures/romans/blacksmith_bucket.xml</Template>
<Position x="1604.45899" z="530.04651"/>
<Orientation y="-2.44611"/>
<Actor seed="29104"/>
</Entity>
<Entity uid="8809">
<Template>actor|props/structures/romans/blacksmith_bucket_water.xml</Template>
<Position x="1604.56226" z="530.03736"/>
<Orientation y="-2.44611"/>
<Actor seed="19704"/>
</Entity>
<Entity uid="8810">
<Template>actor|props/special/eyecandy/sack_1.xml</Template>
<Position x="1603.45069" z="531.54822"/>
<Orientation y="-2.44611"/>
<Actor seed="46110"/>
</Entity>
<Entity uid="8811">
<Template>actor|props/special/eyecandy/sack_1_rough.xml</Template>
<Position x="1602.54236" z="529.73121"/>
<Orientation y="-3.53037"/>
<Actor seed="18394"/>
</Entity>
<Entity uid="8812">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1606.56421" z="526.98774"/>
<Orientation y="-2.14357"/>
<Actor seed="25826"/>
</Entity>
<Entity uid="8813">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1602.71546" z="533.61579"/>
<Orientation y="-2.14357"/>
<Actor seed="25826"/>
</Entity>
<Entity uid="8814">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1600.68384" z="531.48151"/>
<Orientation y="-2.44611"/>
<Actor seed="6836"/>
</Entity>
<Entity uid="8815">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1601.48096" z="531.92878"/>
<Orientation y="-2.4461"/>
<Actor seed="6836"/>
</Entity>
<Entity uid="8816">
<Template>actor|props/structures/romans/blacksmith_barrel.xml</Template>
<Position x="1608.47962" z="529.74207"/>
<Orientation y="-2.44611"/>
<Actor seed="25292"/>
</Entity>
<Entity uid="8846">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="1607.4391" z="528.6106"/>
<Orientation y="-2.44611"/>
<Actor seed="40996"/>
</Entity>
<Entity uid="8865">
<Template>structures/ptol_farmstead</Template>
<Player>5</Player>
<Position x="1305.75086" z="1115.82776"/>
<Orientation y="6.79201"/>
<Actor seed="27568"/>
</Entity>
<Entity uid="8866">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="672.66004" z="1424.5027"/>
<Orientation y="-3.00391"/>
<Actor seed="34198"/>
</Entity>
<Entity uid="8867">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="813.63209" z="1390.27918"/>
<Orientation y="2.35621"/>
<Actor seed="27306"/>
</Entity>
<Entity uid="8868">
<Template>structures/iber_fortress</Template>
<Player>0</Player>
<Position x="740.29828" z="899.50373"/>
<Orientation y="2.67855"/>
<Actor seed="40712"/>
</Entity>
<Entity uid="8890">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="804.52784" z="1729.85486"/>
<Orientation y="3.25548"/>
<Actor seed="44228"/>
</Entity>
<Entity uid="8892">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="800.42627" z="1725.37232"/>
<Orientation y="2.35621"/>
<Actor seed="36990"/>
</Entity>
<Entity uid="8893">
<Template>units/ptol_support_healer_e</Template>
<Player>1</Player>
<Position x="758.04645" z="1714.68213"/>
<Orientation y="1.43082"/>
<Actor seed="64608"/>
</Entity>
<Entity uid="8894">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="757.84766" z="1712.61158"/>
<Orientation y="2.32334"/>
<Actor seed="3486"/>
</Entity>
<Entity uid="8896">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="755.89826" z="1713.61731"/>
<Orientation y="2.04526"/>
<Actor seed="36534"/>
</Entity>
<Entity uid="8897">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="758.70313" z="1711.55896"/>
<Orientation y="1.97957"/>
<Actor seed="30122"/>
</Entity>
<Entity uid="8898">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="693.16248" z="1623.32374"/>
<Orientation y="2.35621"/>
<Actor seed="15672"/>
</Entity>
<Entity uid="8899">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="680.90668" z="1631.90333"/>
<Orientation y="2.35621"/>
<Actor seed="6566"/>
</Entity>
<Entity uid="8900">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="694.87928" z="1621.55176"/>
<Orientation y="2.35621"/>
<Actor seed="29490"/>
</Entity>
<Entity uid="8901">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="730.32337" z="1572.1526"/>
<Orientation y="2.35621"/>
<Actor seed="38512"/>
</Entity>
<Entity uid="8902">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="728.53925" z="1578.7157"/>
<Orientation y="2.35621"/>
<Actor seed="10218"/>
</Entity>
<Entity uid="8903">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="703.54926" z="1604.06714"/>
<Orientation y="2.35621"/>
<Actor seed="24906"/>
</Entity>
<Entity uid="8904">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="730.2323" z="1584.1897"/>
<Orientation y="2.35621"/>
<Actor seed="52638"/>
</Entity>
<Entity uid="8905">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="711.34205" z="1610.60767"/>
<Orientation y="2.35621"/>
<Actor seed="6568"/>
</Entity>
<Entity uid="8906">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="730.48072" z="1605.0586"/>
<Orientation y="2.35621"/>
<Actor seed="29526"/>
</Entity>
<Entity uid="8907">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="728.01935" z="1588.27735"/>
<Orientation y="2.35621"/>
<Actor seed="23110"/>
</Entity>
<Entity uid="8908">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="751.18879" z="1566.54566"/>
<Orientation y="2.35621"/>
<Actor seed="16740"/>
</Entity>
<Entity uid="8909">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="686.435" z="1627.05591"/>
<Orientation y="2.35621"/>
<Actor seed="53418"/>
</Entity>
<Entity uid="8910">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="702.06794" z="1609.78882"/>
<Orientation y="2.35621"/>
<Actor seed="2806"/>
</Entity>
<Entity uid="8911">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="796.62787" z="1525.81653"/>
<Orientation y="2.35621"/>
<Actor seed="50826"/>
</Entity>
<Entity uid="8912">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="820.61774" z="1492.11438"/>
<Orientation y="2.35621"/>
<Actor seed="63566"/>
</Entity>
<Entity uid="8913">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="814.8639" z="1501.521"/>
<Orientation y="2.35621"/>
<Actor seed="31072"/>
</Entity>
<Entity uid="8914">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="848.74787" z="1492.76417"/>
<Orientation y="2.35621"/>
<Actor seed="26470"/>
</Entity>
<Entity uid="8915">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="690.93042" z="1626.61255"/>
<Orientation y="2.35621"/>
<Actor seed="19040"/>
</Entity>
<Entity uid="8916">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="686.05787" z="1629.25623"/>
<Orientation y="2.35621"/>
<Actor seed="14386"/>
</Entity>
<Entity uid="8917">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="702.74512" z="1606.5625"/>
<Orientation y="2.35621"/>
<Actor seed="16544"/>
</Entity>
<Entity uid="8918">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="696.69483" z="1618.73584"/>
<Orientation y="2.35621"/>
<Actor seed="16782"/>
</Entity>
<Entity uid="8919">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="701.08973" z="1586.50647"/>
<Orientation y="2.35621"/>
<Actor seed="49274"/>
</Entity>
<Entity uid="8920">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="699.69538" z="1612.40467"/>
<Orientation y="2.35621"/>
<Actor seed="52594"/>
</Entity>
<Entity uid="8921">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="725.60627" z="1582.64026"/>
<Orientation y="2.35621"/>
<Actor seed="23734"/>
</Entity>
<Entity uid="8922">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="699.99671" z="1615.74231"/>
<Orientation y="2.35621"/>
<Actor seed="4690"/>
</Entity>
<Entity uid="8923">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="817.47638" z="1500.6996"/>
<Orientation y="2.35621"/>
<Actor seed="46500"/>
</Entity>
<Entity uid="8924">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="729.27662" z="1572.92652"/>
<Orientation y="2.35621"/>
<Actor seed="13336"/>
</Entity>
<Entity uid="8925">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="853.83106" z="1496.90406"/>
<Orientation y="2.35621"/>
<Actor seed="48628"/>
</Entity>
<Entity uid="8926">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="813.47413" z="1507.59437"/>
<Orientation y="2.35621"/>
<Actor seed="59594"/>
</Entity>
<Entity uid="8927">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="763.83753" z="1544.11048"/>
<Orientation y="2.35621"/>
<Actor seed="61896"/>
</Entity>
<Entity uid="8928">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="763.95984" z="1550.40821"/>
<Orientation y="2.35621"/>
<Actor seed="28964"/>
</Entity>
<Entity uid="8929">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="736.05011" z="1585.80127"/>
<Orientation y="2.35621"/>
<Actor seed="33796"/>
</Entity>
<Entity uid="8930">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="744.90235" z="1565.2345"/>
<Orientation y="2.35621"/>
<Actor seed="14700"/>
</Entity>
<Entity uid="8931">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="717.87867" z="1614.91968"/>
<Orientation y="2.35621"/>
<Actor seed="60544"/>
</Entity>
<Entity uid="8932">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="681.0011" z="1638.63624"/>
<Orientation y="2.35621"/>
<Actor seed="49468"/>
</Entity>
<Entity uid="8933">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="677.8064" z="1639.30091"/>
<Orientation y="2.35621"/>
<Actor seed="27994"/>
</Entity>
<Entity uid="8934">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="675.59943" z="1642.50586"/>
<Orientation y="2.35621"/>
<Actor seed="28362"/>
</Entity>
<Entity uid="8935">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="678.91004" z="1642.6432"/>
<Orientation y="2.35621"/>
<Actor seed="33618"/>
</Entity>
<Entity uid="8936">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="722.04773" z="1612.32093"/>
<Orientation y="2.35621"/>
<Actor seed="9156"/>
</Entity>
<Entity uid="8937">
<Template>actor|flora/trees/palm_date.xml</Template>
<Position x="685.73328" z="1633.45496"/>
<Orientation y="2.35621"/>
<Actor seed="438"/>
</Entity>
<Entity uid="8938">
<Template>actor|flora/trees/palm_cretan_date.xml</Template>
<Position x="676.66614" z="1646.41358"/>
<Orientation y="2.35621"/>
<Actor seed="19396"/>
</Entity>
<Entity uid="8939">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="695.71393" z="1597.09571"/>
<Orientation y="2.35621"/>
<Actor seed="42088"/>
</Entity>
<Entity uid="8940">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="689.49061" z="1593.17811"/>
<Orientation y="2.35621"/>
<Actor seed="64874"/>
</Entity>
<Entity uid="8941">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="685.82807" z="1592.18641"/>
<Orientation y="2.35621"/>
<Actor seed="3616"/>
</Entity>
<Entity uid="8942">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="685.23731" z="1590.49366"/>
<Orientation y="2.35621"/>
<Actor seed="52310"/>
</Entity>
<Entity uid="8943">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="729.76606" z="1565.10633"/>
<Orientation y="2.35621"/>
<Actor seed="45600"/>
</Entity>
<Entity uid="8944">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="963.90918" z="1580.29151"/>
<Orientation y="2.35621"/>
<Actor seed="33032"/>
</Entity>
<Entity uid="8945">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="688.15503" z="1591.40577"/>
<Orientation y="2.35621"/>
<Actor seed="37798"/>
</Entity>
<Entity uid="8946">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="850.94007" z="1532.35352"/>
<Orientation y="2.35621"/>
<Actor seed="37642"/>
</Entity>
<Entity uid="8947">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="838.16907" z="1519.89893"/>
<Orientation y="2.35621"/>
<Actor seed="65316"/>
</Entity>
<Entity uid="8948">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="842.04188" z="1524.3578"/>
<Orientation y="2.35621"/>
<Actor seed="40194"/>
</Entity>
<Entity uid="8949">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="829.74726" z="1520.02259"/>
<Orientation y="2.35621"/>
<Actor seed="15576"/>
</Entity>
<Entity uid="8950">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="831.8263" z="1517.37488"/>
<Orientation y="2.35621"/>
<Actor seed="45076"/>
</Entity>
<Entity uid="8951">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="844.53199" z="1527.323"/>
<Orientation y="2.35621"/>
<Actor seed="19916"/>
</Entity>
<Entity uid="8952">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="842.68104" z="1522.25208"/>
<Orientation y="2.35621"/>
<Actor seed="63094"/>
</Entity>
<Entity uid="8953">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="833.95423" z="1516.35303"/>
<Orientation y="2.35621"/>
<Actor seed="57058"/>
</Entity>
<Entity uid="8954">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="844.98121" z="1519.55542"/>
<Orientation y="2.35621"/>
<Actor seed="18456"/>
</Entity>
<Entity uid="8955">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="839.45997" z="1517.60157"/>
<Orientation y="2.35621"/>
<Actor seed="37362"/>
</Entity>
<Entity uid="8956">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="851.14362" z="1526.25721"/>
<Orientation y="2.35621"/>
<Actor seed="3786"/>
</Entity>
<Entity uid="8957">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="849.29682" z="1521.3125"/>
<Orientation y="2.35621"/>
<Actor seed="52466"/>
</Entity>
<Entity uid="8958">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="850.19794" z="1518.19593"/>
<Orientation y="2.35621"/>
<Actor seed="25980"/>
</Entity>
<Entity uid="8959">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="828.38978" z="1499.51893"/>
<Orientation y="2.35621"/>
<Actor seed="31330"/>
</Entity>
<Entity uid="8960">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="843.87305" z="1492.64551"/>
<Orientation y="2.35621"/>
<Actor seed="11656"/>
</Entity>
<Entity uid="8961">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="854.24494" z="1499.59266"/>
<Orientation y="2.35621"/>
<Actor seed="5752"/>
</Entity>
<Entity uid="8962">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="879.55768" z="1522.72388"/>
<Orientation y="2.35621"/>
<Actor seed="19680"/>
</Entity>
<Entity uid="8963">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="873.57557" z="1522.04932"/>
<Orientation y="2.35621"/>
<Actor seed="27868"/>
</Entity>
<Entity uid="8964">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="881.55842" z="1525.14185"/>
<Orientation y="2.35621"/>
<Actor seed="32418"/>
</Entity>
<Entity uid="8965">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="877.83173" z="1525.46253"/>
<Orientation y="2.35621"/>
<Actor seed="42018"/>
</Entity>
<Entity uid="8966">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="885.11127" z="1529.09705"/>
<Orientation y="2.35621"/>
<Actor seed="13776"/>
</Entity>
<Entity uid="8967">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="869.12946" z="1522.4004"/>
<Orientation y="2.35621"/>
<Actor seed="40198"/>
</Entity>
<Entity uid="8968">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="914.56086" z="1557.62269"/>
<Orientation y="2.35621"/>
<Actor seed="33064"/>
</Entity>
<Entity uid="8969">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="908.5359" z="1552.64185"/>
<Orientation y="2.35621"/>
<Actor seed="47952"/>
</Entity>
<Entity uid="8970">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="908.49292" z="1546.99085"/>
<Orientation y="2.35621"/>
<Actor seed="28724"/>
</Entity>
<Entity uid="8971">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="961.3675" z="1578.88172"/>
<Orientation y="2.35621"/>
<Actor seed="46276"/>
</Entity>
<Entity uid="8972">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="968.33594" z="1578.29908"/>
<Orientation y="7.34012"/>
<Actor seed="9954"/>
</Entity>
<Entity uid="8973">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="961.77076" z="1575.43335"/>
<Orientation y="12.49903"/>
<Actor seed="41060"/>
</Entity>
<Entity uid="8974">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="955.60383" z="1573.07483"/>
<Orientation y="5.74163"/>
<Actor seed="62124"/>
</Entity>
<Entity uid="8976">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="957.39808" z="1568.46778"/>
<Orientation y="2.35621"/>
<Actor seed="14960"/>
</Entity>
<Entity uid="8977">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="957.22242" z="1571.68958"/>
<Orientation y="3.42591"/>
<Actor seed="34098"/>
</Entity>
<Entity uid="8982">
<Template>structures/pers_civil_centre</Template>
<Player>4</Player>
<Position x="1663.72901" z="1712.18348"/>
<Orientation y="5.58075"/>
<Actor seed="30352"/>
</Entity>
<Entity uid="8983">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1052.49524" z="170.60749"/>
<Orientation y="1.6082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="8984">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1054.00574" z="170.6667"/>
<Orientation y="1.6082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="8985">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1055.46912" z="170.52323"/>
<Orientation y="1.6082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="8986">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1058.53626" z="170.39188"/>
<Orientation y="1.6082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="8988">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1051.32544" z="170.58088"/>
<Orientation y="1.6082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="8999">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1049.49952" z="170.69352"/>
<Orientation y="1.60821"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9007">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1049.64515" z="177.23563"/>
<Orientation y="1.48835"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9008">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1058.24903" z="177.67478"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9010">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1056.40015" z="177.63041"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9011">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1052.39393" z="177.3765"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9012">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1053.49366" z="177.41492"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9014">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1047.49195" z="173.42615"/>
<Orientation y="-3.16324"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9015">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1047.87037" z="173.31354"/>
<Orientation y="-3.16324"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9016">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1047.11365" z="173.44434"/>
<Orientation y="-3.16324"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9017">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1050.44727" z="170.62775"/>
<Orientation y="1.60821"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9020">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1057.07374" z="170.46351"/>
<Orientation y="1.6082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9022">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1050.5182" z="177.30298"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9023">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1051.28748" z="177.26944"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9025">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1054.9275" z="177.43396"/>
<Orientation y="1.48833"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9085">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.51978" z="203.83033"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9086">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.32972" z="210.25562"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9087">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.56556" z="202.40915"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9088">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1094.71607" z="203.91636"/>
<Orientation y="3.20685"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9089">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1095.06714" z="211.37543"/>
<Orientation y="3.20687"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9090">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1097.96521" z="213.24006"/>
<Orientation y="-1.5646"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9091">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1097.81714" z="212.57752"/>
<Orientation y="-1.5646"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9092">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1097.83045" z="212.92444"/>
<Orientation y="-1.5646"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9093">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.34314" z="207.70112"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9094">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.35108" z="208.90061"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9095">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.37684" z="205.20188"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9096">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.38904" z="206.36902"/>
<Orientation y="3.08698"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9097">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1101.22059" z="211.67579"/>
<Orientation y="3.08701"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9098">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1095.04432" z="210.08219"/>
<Orientation y="3.20687"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9099">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1094.97168" z="209.01679"/>
<Orientation y="3.20685"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9100">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1094.58423" z="202.07615"/>
<Orientation y="3.20685"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9101">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1094.77051" z="205.31632"/>
<Orientation y="3.20685"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9102">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1094.8086" z="206.8231"/>
<Orientation y="3.20685"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9103">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1094.85608" z="207.90171"/>
<Orientation y="3.20685"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9105">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1139.0011" z="157.3819"/>
<Orientation y="-0.2462"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9106">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1139.09351" z="156.61747"/>
<Orientation y="-0.2462"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9107">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1144.21094" z="163.31977"/>
<Orientation y="-0.13288"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9108">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1145.17212" z="156.7613"/>
<Orientation y="-0.13286"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9110">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1142.3058" z="155.91892"/>
<Orientation y="-4.85447"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9111">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1142.3202" z="155.68735"/>
<Orientation y="-4.82082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9112">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1138.49817" z="159.53489"/>
<Orientation y="-0.2462"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9113">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1138.7151" z="158.45606"/>
<Orientation y="-0.2462"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9114">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1137.81177" z="162.36738"/>
<Orientation y="-0.2462"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9115">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1137.32496" z="164.17911"/>
<Orientation y="-0.2462"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9116">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1139.30225" z="155.76703"/>
<Orientation y="-0.24616"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9117">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1145.26795" z="155.81611"/>
<Orientation y="-0.13286"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9118">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1145.06946" z="157.63471"/>
<Orientation y="-0.13288"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9119">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1144.03382" z="164.77326"/>
<Orientation y="-0.13288"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9120">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1144.42408" z="161.72825"/>
<Orientation y="-0.13288"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9121">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1144.53077" z="160.2617"/>
<Orientation y="-0.13288"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9122">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1144.84498" z="158.78309"/>
<Orientation y="-0.13288"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9123">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1142.33252" z="155.3274"/>
<Orientation y="-4.82082"/>
<Actor seed="5950"/>
</Entity>
<Entity uid="9130">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1150.99476" z="175.92533"/>
<Orientation y="1.718"/>
<Actor seed="14530"/>
</Entity>
<Entity uid="9131">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1098.22596" z="221.28287"/>
<Orientation y="4.28034"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9132">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1088.01429" z="210.24128"/>
<Orientation y="0.32671"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9134">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1127.94214" z="167.65497"/>
<Orientation y="1.20354"/>
<Actor seed="49358"/>
</Entity>
<Entity uid="9137">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1093.76758" z="135.7321"/>
<Orientation y="-5.43674"/>
<Actor seed="14238"/>
</Entity>
<Entity uid="9139">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1084.07654" z="183.43274"/>
<Orientation y="-1.40407"/>
<Actor seed="47458"/>
</Entity>
<Entity uid="9142">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1147.80018" z="194.81028"/>
<Orientation y="-2.24297"/>
<Actor seed="3194"/>
</Entity>
<Entity uid="9143">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1076.115" z="149.1598"/>
<Orientation y="-0.41437"/>
<Actor seed="3194"/>
</Entity>
<Entity uid="9144">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1147.7616" z="176.42286"/>
<Orientation y="1.99918"/>
<Actor seed="43348"/>
</Entity>
<Entity uid="9146">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1108.01661" z="211.62528"/>
<Orientation y="2.35697"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9147">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1101.5702" z="222.72312"/>
<Orientation y="2.35622"/>
<Actor seed="43348"/>
</Entity>
<Entity uid="9148">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1095.82142" z="226.9756"/>
<Orientation y="5.518"/>
<Actor seed="43348"/>
</Entity>
<Entity uid="9152">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1091.58472" z="224.16193"/>
<Orientation y="-2.58565"/>
<Actor seed="3816"/>
</Entity>
<Entity uid="9153">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1112.1825" z="199.19065"/>
<Orientation y="-3.93325"/>
<Actor seed="3812"/>
</Entity>
<Entity uid="9173">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1084.64356" z="201.2508"/>
<Orientation y="2.63584"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9175">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1083.3777" z="190.76771"/>
<Orientation y="4.69175"/>
<Actor seed="49358"/>
</Entity>
<Entity uid="9180">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1078.84388" z="190.28772"/>
<Orientation y="-2.60251"/>
<Actor seed="47458"/>
</Entity>
<Entity uid="9181">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1079.23157" z="191.57209"/>
<Orientation y="-0.05022"/>
<Actor seed="47458"/>
</Entity>
<Entity uid="9182">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1082.83692" z="180.00391"/>
<Orientation y="-0.41437"/>
<Actor seed="3194"/>
</Entity>
<Entity uid="9183">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1119.81092" z="176.09263"/>
<Orientation y="2.35621"/>
<Actor seed="3836"/>
</Entity>
<Entity uid="9184">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1100.59241" z="227.54966"/>
<Orientation y="2.35621"/>
<Actor seed="30790"/>
</Entity>
<Entity uid="9185">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1100.95972" z="227.95206"/>
<Orientation y="2.35621"/>
<Actor seed="57660"/>
</Entity>
<Entity uid="9186">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1084.37024" z="197.56403"/>
<Orientation y="2.35621"/>
<Actor seed="2870"/>
</Entity>
<Entity uid="9187">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1060.11707" z="179.23453"/>
<Orientation y="2.60189"/>
<Actor seed="56572"/>
</Entity>
<Entity uid="9190">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1086.82947" z="196.77503"/>
<Orientation y="2.35622"/>
<Actor seed="26296"/>
</Entity>
<Entity uid="9191">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1084.82752" z="196.62217"/>
<Orientation y="2.35622"/>
<Actor seed="26296"/>
</Entity>
<Entity uid="9192">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1087.51771" z="196.24302"/>
<Orientation y="2.35622"/>
<Actor seed="26296"/>
</Entity>
<Entity uid="9193">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1104.5558" z="239.0879"/>
<Orientation y="-0.97854"/>
<Actor seed="3815"/>
</Entity>
<Entity uid="9194">
<Template>actor|props/special/eyecandy/campfire_decal.xml</Template>
<Position x="1102.90577" z="229.35462"/>
<Orientation y="1.60233"/>
<Actor seed="26326"/>
</Entity>
<Entity uid="9195">
<Template>actor|props/structures/ptolemies/settlement_campfire.xml</Template>
<Position x="1102.82203" z="229.26774"/>
<Orientation y="2.20215"/>
<Actor seed="46864"/>
</Entity>
<Entity uid="9235">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1103.3766" z="224.68186"/>
<Orientation y="2.35621"/>
<Actor seed="65226"/>
</Entity>
<Entity uid="9236">
<Template>actor|props/special/eyecandy/basket_iber_a.xml</Template>
<Position x="1104.81092" z="224.32578"/>
<Orientation y="2.35621"/>
<Actor seed="19756"/>
</Entity>
<Entity uid="9237">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="1099.88526" z="225.8331"/>
<Orientation y="4.64571"/>
<Actor seed="9852"/>
</Entity>
<Entity uid="9238">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.75428" z="206.87345"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9239">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.03919" z="206.92502"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9240">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.26465" z="206.94822"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9241">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.59632" z="206.91718"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9242">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.50403" z="206.8726"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9243">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.19251" z="206.84296"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9244">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.88147" z="206.82862"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9245">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.52344" z="206.76914"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9246">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1113.23597" z="228.07505"/>
<Orientation y="2.35621"/>
<Actor seed="2684"/>
</Entity>
<Entity uid="9247">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1115.02161" z="223.9249"/>
<Orientation y="2.35621"/>
<Actor seed="33140"/>
</Entity>
<Entity uid="9248">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1116.37903" z="223.25965"/>
<Orientation y="2.35621"/>
<Actor seed="24948"/>
</Entity>
<Entity uid="9249">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1134.50416" z="178.80564"/>
<Orientation y="2.35621"/>
<Actor seed="40226"/>
</Entity>
<Entity uid="9250">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1135.8733" z="175.88529"/>
<Orientation y="2.35621"/>
<Actor seed="55286"/>
</Entity>
<Entity uid="9251">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1135.26221" z="177.37821"/>
<Orientation y="2.35621"/>
<Actor seed="23354"/>
</Entity>
<Entity uid="9252">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1116.77674" z="222.12027"/>
<Orientation y="2.35621"/>
<Actor seed="48654"/>
</Entity>
<Entity uid="9253">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1126.11426" z="172.77891"/>
<Orientation y="3.17612"/>
<Actor seed="49358"/>
</Entity>
<Entity uid="9256">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1146.8224" z="208.37607"/>
<Orientation y="2.35621"/>
<Actor seed="64596"/>
</Entity>
<Entity uid="9257">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1144.24769" z="281.21366"/>
<Orientation y="2.35621"/>
<Actor seed="30564"/>
</Entity>
<Entity uid="9258">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1088.69581" z="299.2707"/>
<Orientation y="2.35621"/>
<Actor seed="44708"/>
</Entity>
<Entity uid="9259">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1116.83985" z="261.70994"/>
<Orientation y="2.35621"/>
<Actor seed="62570"/>
</Entity>
<Entity uid="9260">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1145.98877" z="282.54313"/>
<Orientation y="2.35621"/>
<Actor seed="12778"/>
</Entity>
<Entity uid="9261">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1096.94275" z="230.91733"/>
<Orientation y="2.35621"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="9262">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1097.02747" z="231.1417"/>
<Orientation y="3.12591"/>
<Actor seed="62570"/>
</Entity>
<Entity uid="9263">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1097.44324" z="232.40577"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="9264">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1097.4131" z="231.76587"/>
<Orientation y="1.49148"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="9266">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1108.43531" z="233.53205"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="9269">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1109.761" z="232.52784"/>
<Orientation y="3.26824"/>
<Actor seed="62570"/>
</Entity>
<Entity uid="9270">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1111.18482" z="228.0864"/>
<Orientation y="2.35622"/>
<Actor seed="48654"/>
</Entity>
<Entity uid="9271">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1107.65711" z="231.64313"/>
<Orientation y="2.35622"/>
<Actor seed="24948"/>
</Entity>
<Entity uid="9272">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1112.03516" z="227.84217"/>
<Orientation y="2.35622"/>
<Actor seed="24948"/>
</Entity>
<Entity uid="9273">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1106.0232" z="221.79822"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="9274">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1105.69922" z="222.19913"/>
<Orientation y="3.26824"/>
<Actor seed="62570"/>
</Entity>
<Entity uid="9275">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1129.51282" z="161.34498"/>
<Orientation y="5.53066"/>
<Actor seed="49358"/>
</Entity>
<Entity uid="9276">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1125.33997" z="179.26407"/>
<Orientation y="4.84681"/>
<Actor seed="34924"/>
</Entity>
<Entity uid="9277">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1102.39832" z="210.90745"/>
<Orientation y="2.35621"/>
<Actor seed="32878"/>
</Entity>
<Entity uid="9279">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1133.60499" z="165.76987"/>
<Orientation y="-0.32988"/>
<Actor seed="47458"/>
</Entity>
<Entity uid="9280">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1124.89673" z="159.58851"/>
<Orientation y="-0.001"/>
<Actor seed="47458"/>
</Entity>
<Entity uid="9283">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1123.51587" z="164.90021"/>
<Orientation y="-0.0865"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9285">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1136.97291" z="156.67148"/>
<Orientation y="5.85665"/>
<Actor seed="47458"/>
</Entity>
<Entity uid="9286">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1134.44642" z="156.70359"/>
<Orientation y="-0.22886"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9287">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1135.79896" z="161.53437"/>
<Orientation y="2.35622"/>
<Actor seed="34924"/>
</Entity>
<Entity uid="9288">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1135.61951" z="170.34339"/>
<Orientation y="2.35622"/>
<Actor seed="32878"/>
</Entity>
<Entity uid="9289">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1152.14136" z="166.03846"/>
<Orientation y="7.9122"/>
<Actor seed="49358"/>
</Entity>
<Entity uid="9290">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1145.98707" z="166.73212"/>
<Orientation y="4.84682"/>
<Actor seed="34924"/>
</Entity>
<Entity uid="9291">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1154.47913" z="159.20881"/>
<Orientation y="1.49773"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9292">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1115.18873" z="162.60654"/>
<Orientation y="-1.12256"/>
<Actor seed="3195"/>
</Entity>
<Entity uid="9293">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1153.8578" z="176.25495"/>
<Orientation y="-1.52433"/>
<Actor seed="3195"/>
</Entity>
<Entity uid="9295">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1136.0525" z="172.61182"/>
<Orientation y="2.35621"/>
<Actor seed="36750"/>
</Entity>
<Entity uid="9296">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1060.3263" z="171.27442"/>
<Orientation y="2.35621"/>
<Actor seed="30070"/>
</Entity>
<Entity uid="9298">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1131.53077" z="180.58301"/>
<Orientation y="1.85495"/>
<Actor seed="58400"/>
</Entity>
<Entity uid="9299">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1146.51038" z="174.33893"/>
<Orientation y="3.81762"/>
<Actor seed="49436"/>
</Entity>
<Entity uid="9300">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1063.92566" z="168.8217"/>
<Orientation y="2.94985"/>
<Actor seed="53354"/>
</Entity>
<Entity uid="9301">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1061.2616" z="169.29032"/>
<Orientation y="2.35621"/>
<Actor seed="35728"/>
</Entity>
<Entity uid="9302">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1060.46131" z="178.47046"/>
<Orientation y="2.33712"/>
<Actor seed="35664"/>
</Entity>
<Entity uid="9303">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1059.02002" z="179.39551"/>
<Orientation y="2.35621"/>
<Actor seed="45914"/>
</Entity>
<Entity uid="9304">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1117.78882" z="177.19806"/>
<Orientation y="2.35621"/>
<Actor seed="5304"/>
</Entity>
<Entity uid="9305">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1143.04505" z="179.04755"/>
<Orientation y="1.63465"/>
<Actor seed="62988"/>
</Entity>
<Entity uid="9306">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1123.21204" z="156.77695"/>
<Orientation y="2.35621"/>
<Actor seed="3110"/>
</Entity>
<Entity uid="9307">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1163.65186" z="171.5398"/>
<Orientation y="2.35621"/>
<Actor seed="43906"/>
</Entity>
<Entity uid="9308">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1136.00977" z="178.47428"/>
<Orientation y="3.20293"/>
<Actor seed="31972"/>
</Entity>
<Entity uid="9309">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1147.61402" z="173.25788"/>
<Orientation y="6.00951"/>
<Actor seed="27484"/>
</Entity>
<Entity uid="9310">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1137.95911" z="194.96436"/>
<Orientation y="2.35621"/>
<Actor seed="50052"/>
</Entity>
<Entity uid="9311">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1134.80604" z="190.93168"/>
<Orientation y="2.35621"/>
<Actor seed="60990"/>
</Entity>
<Entity uid="9312">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1090.83021" z="169.67801"/>
<Orientation y="2.35621"/>
<Actor seed="31438"/>
</Entity>
<Entity uid="9313">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1099.22681" z="176.12867"/>
<Orientation y="2.35621"/>
<Actor seed="15302"/>
</Entity>
<Entity uid="9314">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1093.49085" z="119.99772"/>
<Orientation y="2.35621"/>
<Actor seed="40524"/>
</Entity>
<Entity uid="9315">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1132.62293" z="179.78196"/>
<Orientation y="0.63215"/>
<Actor seed="31316"/>
</Entity>
<Entity uid="9316">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1080.9214" z="136.1749"/>
<Orientation y="2.35621"/>
<Actor seed="32708"/>
</Entity>
<Entity uid="9318">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1144.67017" z="177.42746"/>
<Orientation y="1.6662"/>
<Actor seed="16360"/>
</Entity>
<Entity uid="9319">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1141.36182" z="177.4051"/>
<Orientation y="4.2791"/>
<Actor seed="31316"/>
</Entity>
<Entity uid="9321">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1146.08838" z="179.6001"/>
<Orientation y="0.47263"/>
<Actor seed="32878"/>
</Entity>
<Entity uid="9322">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1146.26075" z="172.4831"/>
<Orientation y="2.35622"/>
<Actor seed="55286"/>
</Entity>
<Entity uid="9323">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1144.15699" z="175.1818"/>
<Orientation y="2.35622"/>
<Actor seed="55286"/>
</Entity>
<Entity uid="9324">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1145.89466" z="174.84311"/>
<Orientation y="2.35622"/>
<Actor seed="24948"/>
</Entity>
<Entity uid="9325">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1147.34156" z="173.97126"/>
<Orientation y="2.35622"/>
<Actor seed="24948"/>
</Entity>
<Entity uid="9328">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1091.70337" z="226.45868"/>
<Orientation y="0.47263"/>
<Actor seed="32878"/>
</Entity>
<Entity uid="9330">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1093.11011" z="220.98304"/>
<Orientation y="-0.28183"/>
<Actor seed="14238"/>
</Entity>
<Entity uid="9331">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1092.34363" z="219.55372"/>
<Orientation y="0.47263"/>
<Actor seed="32878"/>
</Entity>
<Entity uid="9332">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.85743" z="206.46738"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9333">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.52576" z="206.49845"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9334">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.3003" z="206.47522"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9335">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.01539" z="206.42365"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9336">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.76514" z="206.42283"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9337">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.45362" z="206.39316"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9338">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.16346" z="206.37116"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9339">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.76294" z="206.29072"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9340">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.25098" z="206.39182"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9341">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.6371" z="205.99726"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9342">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.30542" z="206.02833"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9343">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.07996" z="206.0051"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9344">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.79505" z="205.95353"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9345">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.5448" z="205.9527"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9346">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.23328" z="205.92304"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9347">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.917" z="205.948"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9348">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.54261" z="205.8206"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9349">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.80372" z="205.37082"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9350">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.1991" z="205.40412"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9351">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.4944" z="205.47324"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9352">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.80591" z="205.50293"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9353">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.05616" z="205.50373"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9354">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.34107" z="205.5553"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9355">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.56653" z="205.57853"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9356">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.8982" z="205.54746"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9357">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.29175" z="205.4719"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9358">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.33045" z="205.05033"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9359">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.01355" z="205.14277"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9360">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.7881" z="205.11954"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9361">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.50318" z="205.06797"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.25293" z="205.06714"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.94141" z="205.03748"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.65564" z="205.01282"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.25074" z="204.93503"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.37488" z="204.50895"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.87989" z="204.5637"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.20252" z="204.58768"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.51404" z="204.61738"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.76429" z="204.61817"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.0492" z="204.66974"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.27466" z="204.69297"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.60975" z="204.63202"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1094.99988" z="204.58634"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9375">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.69068" z="204.91855"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9376">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.79932" z="204.48771"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9377">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.38343" z="204.18454"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9378">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.07776" z="204.22791"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9379">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.8523" z="204.20466"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9380">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.56739" z="204.15308"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9381">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.31714" z="204.15226"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9382">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.00562" z="204.1226"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9383">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.71985" z="204.09794"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9384">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.28602" z="204.08246"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9385">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1101.00477" z="204.00916"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9386">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.5636" z="203.51578"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9387">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.93287" z="203.60544"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9388">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1099.24354" z="203.60758"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9389">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1098.53418" z="203.62528"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9390">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.83802" z="203.64383"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9391">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1097.11756" z="203.66184"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9392">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1096.33277" z="203.70044"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9393">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.67725" z="203.7165"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9394">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1095.0641" z="203.67145"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9395">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1100.93372" z="203.51233"/>
<Orientation y="-3.11536"/>
<Actor seed="43754"/>
</Entity>
<Entity uid="9396">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1144.0752" z="154.89286"/>
<Orientation y="2.35622"/>
<Actor seed="31438"/>
</Entity>
<Entity uid="9397">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1143.19886" z="154.82425"/>
<Orientation y="2.35622"/>
<Actor seed="32708"/>
</Entity>
<Entity uid="9398">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="912.93793" z="625.70588"/>
<Orientation y="-0.147"/>
<Actor seed="3061"/>
</Entity>
<Entity uid="9399">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="917.51368" z="618.6142"/>
<Orientation y="-1.79783"/>
<Actor seed="3061"/>
</Entity>
<Entity uid="9400">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1020.7602" z="619.61506"/>
<Orientation y="-1.4952"/>
<Actor seed="3061"/>
</Entity>
<Entity uid="9401">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1104.69129" z="103.95936"/>
<Orientation y="-3.83513"/>
<Actor seed="53806"/>
</Entity>
<Entity uid="9402">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1171.53968" z="212.21927"/>
<Orientation y="3.17612"/>
<Actor seed="49358"/>
</Entity>
<Entity uid="9403">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1171.21656" z="210.02924"/>
<Orientation y="0.53554"/>
<Actor seed="49270"/>
</Entity>
<Entity uid="9404">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1059.3346" z="296.38743"/>
<Orientation y="-2.7291"/>
<Actor seed="3053"/>
</Entity>
<Entity uid="9406">
<Template>structures/cart_corral</Template>
<Player>0</Player>
<Position x="1300.42493" z="265.03827"/>
<Orientation y="-0.95261"/>
<Actor seed="61364"/>
</Entity>
<Entity uid="9408">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1298.36841" z="284.2162"/>
<Orientation y="2.34084"/>
<Actor seed="28820"/>
</Entity>
<Entity uid="9409">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1307.11731" z="277.82883"/>
<Orientation y="2.3423"/>
<Actor seed="52176"/>
</Entity>
<Entity uid="9410">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1318.31946" z="287.31287"/>
<Orientation y="7.4045"/>
<Actor seed="13220"/>
</Entity>
<Entity uid="9411">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1304.9303" z="283.34586"/>
<Orientation y="-1.43932"/>
<Actor seed="7526"/>
</Entity>
<Entity uid="9412">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1287.75757" z="286.31376"/>
<Orientation y="-2.03737"/>
<Actor seed="53948"/>
</Entity>
<Entity uid="9413">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1283.16492" z="284.46827"/>
<Orientation y="2.3423"/>
<Actor seed="22480"/>
</Entity>
<Entity uid="9414">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1278.37598" z="276.51587"/>
<Orientation y="2.3423"/>
<Actor seed="25274"/>
</Entity>
<Entity uid="9415">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1279.55005" z="272.84162"/>
<Orientation y="0.11768"/>
<Actor seed="22374"/>
</Entity>
<Entity uid="9416">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1291.63868" z="259.69831"/>
<Orientation y="6.72066"/>
<Actor seed="3458"/>
</Entity>
<Entity uid="9417">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1290.11133" z="261.02723"/>
<Orientation y="1.09202"/>
<Actor seed="12712"/>
</Entity>
<Entity uid="9418">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1286.63892" z="273.59745"/>
<Orientation y="6.83306"/>
<Actor seed="52176"/>
</Entity>
<Entity uid="9419">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1289.13038" z="294.90561"/>
<Orientation y="-1.88312"/>
<Actor seed="17364"/>
</Entity>
<Entity uid="9420">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1275.13648" z="290.13968"/>
<Orientation y="4.43693"/>
<Actor seed="36828"/>
</Entity>
<Entity uid="9421">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1322.3462" z="300.99985"/>
<Orientation y="-2.47728"/>
<Actor seed="50842"/>
</Entity>
<Entity uid="9422">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1334.7162" z="292.86854"/>
<Orientation y="-2.02904"/>
<Actor seed="64948"/>
</Entity>
<Entity uid="9423">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1297.11731" z="282.59153"/>
<Orientation y="2.35621"/>
<Actor seed="49866"/>
</Entity>
<Entity uid="9424">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="1279.80176" z="258.05948"/>
<Orientation y="2.35622"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="9425">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1279.88318" z="259.36088"/>
<Orientation y="2.35622"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="9426">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1280.27918" z="258.80192"/>
<Orientation y="2.35622"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="9427">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="1295.74732" z="272.41749"/>
<Orientation y="2.23496"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="9428">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1293.50953" z="273.46668"/>
<Orientation y="2.35622"/>
<Actor seed="49866"/>
</Entity>
<Entity uid="9429">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1294.37" z="275.04642"/>
<Orientation y="2.68657"/>
<Actor seed="28820"/>
</Entity>
<Entity uid="9430">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1294.47828" z="257.44434"/>
<Orientation y="6.83306"/>
<Actor seed="52176"/>
</Entity>
<Entity uid="9431">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1284.84607" z="256.32084"/>
<Orientation y="2.35621"/>
<Actor seed="38296"/>
</Entity>
<Entity uid="9432">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1290.72291" z="266.49576"/>
<Orientation y="0.68805"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="9434">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1283.62256" z="256.74103"/>
<Orientation y="0.28573"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="9435">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1346.32483" z="292.27439"/>
<Orientation y="2.35621"/>
<Actor seed="64100"/>
</Entity>
<Entity uid="9436">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1297.64856" z="256.11991"/>
<Orientation y="2.35621"/>
<Actor seed="28590"/>
</Entity>
<Entity uid="9437">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1343.48572" z="291.30005"/>
<Orientation y="2.35621"/>
<Actor seed="30192"/>
</Entity>
<Entity uid="9438">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1322.20411" z="280.71015"/>
<Orientation y="2.35621"/>
<Actor seed="58438"/>
</Entity>
<Entity uid="9439">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1236.23804" z="270.37165"/>
<Orientation y="2.35621"/>
<Actor seed="50158"/>
</Entity>
<Entity uid="9440">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1238.30213" z="268.92753"/>
<Orientation y="2.35621"/>
<Actor seed="50174"/>
</Entity>
<Entity uid="9441">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1241.54651" z="269.77662"/>
<Orientation y="2.35621"/>
<Actor seed="11036"/>
</Entity>
<Entity uid="9442">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1262.90003" z="272.45438"/>
<Orientation y="2.35621"/>
<Actor seed="29364"/>
</Entity>
<Entity uid="9443">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1261.5575" z="274.49567"/>
<Orientation y="2.35621"/>
<Actor seed="35958"/>
</Entity>
<Entity uid="9444">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1260.06385" z="276.25135"/>
<Orientation y="2.35621"/>
<Actor seed="46966"/>
</Entity>
<Entity uid="9445">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1263.07313" z="273.82947"/>
<Orientation y="2.35621"/>
<Actor seed="28676"/>
</Entity>
<Entity uid="9446">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1284.83619" z="299.8368"/>
<Orientation y="2.35621"/>
<Actor seed="12936"/>
</Entity>
<Entity uid="9447">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1289.96644" z="301.83838"/>
<Orientation y="2.35621"/>
<Actor seed="56274"/>
</Entity>
<Entity uid="9448">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1285.91626" z="300.00696"/>
<Orientation y="2.35621"/>
<Actor seed="27988"/>
</Entity>
<Entity uid="9449">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1290.6609" z="298.38254"/>
<Orientation y="2.35621"/>
<Actor seed="28952"/>
</Entity>
<Entity uid="9450">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1323.40882" z="281.45322"/>
<Orientation y="2.35621"/>
<Actor seed="39888"/>
</Entity>
<Entity uid="9451">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1323.31324" z="282.45478"/>
<Orientation y="2.35621"/>
<Actor seed="56580"/>
</Entity>
<Entity uid="9452">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1326.81141" z="285.84614"/>
<Orientation y="2.35621"/>
<Actor seed="11060"/>
</Entity>
<Entity uid="9453">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1329.7577" z="286.22168"/>
<Orientation y="2.35621"/>
<Actor seed="35232"/>
</Entity>
<Entity uid="9454">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1278.84327" z="252.57581"/>
<Orientation y="2.35621"/>
<Actor seed="24552"/>
</Entity>
<Entity uid="9455">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1280.89307" z="252.57041"/>
<Orientation y="2.35621"/>
<Actor seed="23066"/>
</Entity>
<Entity uid="9456">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1308.02076" z="262.47327"/>
<Orientation y="2.35621"/>
<Actor seed="29864"/>
</Entity>
<Entity uid="9457">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1276.98255" z="253.17045"/>
<Orientation y="2.35621"/>
<Actor seed="38002"/>
</Entity>
<Entity uid="9458">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1308.07776" z="270.76944"/>
<Orientation y="2.35621"/>
<Actor seed="50722"/>
</Entity>
<Entity uid="9459">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1323.29822" z="313.28287"/>
<Orientation y="2.35621"/>
<Actor seed="24516"/>
</Entity>
<Entity uid="9460">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1257.5503" z="235.08854"/>
<Orientation y="2.35621"/>
<Actor seed="47936"/>
</Entity>
<Entity uid="9461">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1279.19336" z="259.88032"/>
<Orientation y="2.35621"/>
<Actor seed="2540"/>
</Entity>
<Entity uid="9462">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1277.70936" z="258.91993"/>
<Orientation y="2.35621"/>
<Actor seed="38070"/>
</Entity>
<Entity uid="9463">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1278.2732" z="259.84531"/>
<Orientation y="2.35621"/>
<Actor seed="18374"/>
</Entity>
<Entity uid="9464">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1302.59449" z="284.57877"/>
<Orientation y="2.35621"/>
<Actor seed="18468"/>
</Entity>
<Entity uid="9465">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1272.37977" z="289.52594"/>
<Orientation y="2.35621"/>
<Actor seed="24858"/>
</Entity>
<Entity uid="9466">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1333.2295" z="291.34275"/>
<Orientation y="2.35621"/>
<Actor seed="8026"/>
</Entity>
<Entity uid="9467">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1306.6797" z="288.39603"/>
<Orientation y="2.35621"/>
<Actor seed="22802"/>
</Entity>
<Entity uid="9468">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1297.36036" z="284.34375"/>
<Orientation y="2.35621"/>
<Actor seed="7902"/>
</Entity>
<Entity uid="9469">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1285.14148" z="284.2169"/>
<Orientation y="2.35622"/>
<Actor seed="18468"/>
</Entity>
<Entity uid="9470">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1324.41517" z="297.6837"/>
<Orientation y="2.35622"/>
<Actor seed="18468"/>
</Entity>
<Entity uid="9471">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1285.38001" z="276.07895"/>
<Orientation y="1.78095"/>
<Actor seed="18468"/>
</Entity>
<Entity uid="9472">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1277.10389" z="272.43177"/>
<Orientation y="2.35622"/>
<Actor seed="18468"/>
</Entity>
<Entity uid="9473">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1319.96949" z="289.344"/>
<Orientation y="2.35621"/>
<Actor seed="29404"/>
</Entity>
<Entity uid="9474">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1277.64722" z="279.97132"/>
<Orientation y="2.35621"/>
<Actor seed="57460"/>
</Entity>
<Entity uid="9475">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1292.90467" z="284.49564"/>
<Orientation y="2.35621"/>
<Actor seed="43152"/>
</Entity>
<Entity uid="9476">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1281.72022" z="269.84876"/>
<Orientation y="2.35621"/>
<Actor seed="1328"/>
</Entity>
<Entity uid="9477">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1280.39332" z="276.52955"/>
<Orientation y="2.35621"/>
<Actor seed="48954"/>
</Entity>
<Entity uid="9478">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1329.3556" z="294.84504"/>
<Orientation y="2.35621"/>
<Actor seed="31206"/>
</Entity>
<Entity uid="9479">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1328.235" z="295.47065"/>
<Orientation y="2.35621"/>
<Actor seed="19554"/>
</Entity>
<Entity uid="9480">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1330.93641" z="293.59794"/>
<Orientation y="2.35621"/>
<Actor seed="5832"/>
</Entity>
<Entity uid="9481">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1325.1421" z="291.5706"/>
<Orientation y="2.35621"/>
<Actor seed="38382"/>
</Entity>
<Entity uid="9482">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1314.89393" z="287.5923"/>
<Orientation y="2.35621"/>
<Actor seed="4562"/>
</Entity>
<Entity uid="9483">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1310.03125" z="289.27854"/>
<Orientation y="2.35621"/>
<Actor seed="29964"/>
</Entity>
<Entity uid="9484">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1310.62684" z="285.2732"/>
<Orientation y="2.35621"/>
<Actor seed="65034"/>
</Entity>
<Entity uid="9485">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1312.05372" z="284.6037"/>
<Orientation y="2.35621"/>
<Actor seed="23846"/>
</Entity>
<Entity uid="9486">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1319.0807" z="301.45917"/>
<Orientation y="2.35621"/>
<Actor seed="22222"/>
</Entity>
<Entity uid="9487">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1330.48951" z="302.2569"/>
<Orientation y="2.35621"/>
<Actor seed="2062"/>
</Entity>
<Entity uid="9488">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1280.58692" z="286.85813"/>
<Orientation y="2.35621"/>
<Actor seed="2430"/>
</Entity>
<Entity uid="9489">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1306.72352" z="278.68818"/>
<Orientation y="2.35621"/>
<Actor seed="30208"/>
</Entity>
<Entity uid="9490">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1287.66077" z="291.83448"/>
<Orientation y="2.35621"/>
<Actor seed="19694"/>
</Entity>
<Entity uid="9491">
<Template>structures/ptol_temple</Template>
<Player>0</Player>
<Position x="811.91987" z="711.78602"/>
<Orientation y="3.15473"/>
<Actor seed="20956"/>
</Entity>
<Entity uid="9492">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="808.57892" z="740.0622"/>
<Orientation y="2.96006"/>
<Actor seed="61748"/>
</Entity>
<Entity uid="9493">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64478" z="735.50538"/>
<Orientation y="3.12748"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9494">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64039" z="735.98139"/>
<Orientation y="3.1275"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9495">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6454" z="737.2273"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9496">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6435" z="738.15741"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9497">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64106" z="737.40668"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9498">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64673" z="736.74701"/>
<Orientation y="6.27131"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9499">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64478" z="739.58967"/>
<Orientation y="9.41134"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9500">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.65564" z="738.99225"/>
<Orientation y="6.26754"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9501">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.63874" z="738.27729"/>
<Orientation y="3.10557"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9502">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6601" z="739.09351"/>
<Orientation y="3.10557"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9503">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6598" z="740.38929"/>
<Orientation y="6.26754"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9504">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64368" z="740.86664"/>
<Orientation y="6.26751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9505">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64698" z="735.33857"/>
<Orientation y="6.26751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9506">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64716" z="734.86756"/>
<Orientation y="6.26754"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9507">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.66175" z="733.60151"/>
<Orientation y="3.10557"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9508">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64203" z="732.74927"/>
<Orientation y="3.10557"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9509">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.65894" z="733.46418"/>
<Orientation y="6.26754"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9510">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64655" z="734.08008"/>
<Orientation y="9.41134"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9511">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.63874" z="731.31702"/>
<Orientation y="6.27131"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9512">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.62879" z="731.91443"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9513">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6468" z="732.62934"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9514">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.62415" z="731.81318"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9515">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.64161" z="730.51539"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9516">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.63782" z="730.04004"/>
<Orientation y="3.12748"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9519">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6955" z="743.076"/>
<Orientation y="3.10557"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9520">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.67414" z="742.25983"/>
<Orientation y="3.10557"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9521">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.69105" z="742.9748"/>
<Orientation y="6.26754"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9522">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.68018" z="743.57221"/>
<Orientation y="9.41134"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9523">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6609" z="741.425"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9524">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6789" z="742.13996"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9525">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.65625" z="741.3238"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9529">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6573" z="728.2129"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9532">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.65864" z="729.64521"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9533">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.66944" z="729.04773"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9534">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.65253" z="728.33283"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9535">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.6739" z="729.149"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9536">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21912" z="730.63135"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9537">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22321" z="729.78992"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9538">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.24012" z="730.50483"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9539">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22931" z="731.1023"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9540">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21991" z="728.35767"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9541">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.20997" z="728.95508"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9542">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22797" z="729.66999"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9543">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.20533" z="728.85383"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9546">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.23621" z="742.64106"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9547">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.25886" z="743.45722"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9548">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.24085" z="742.74225"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9551">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.2541" z="743.5771"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9555">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.2085" z="731.49714"/>
<Orientation y="3.1275"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9556">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22095" z="731.9303"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9557">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.20429" z="733.19855"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9558">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22693" z="734.01471"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9559">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.20893" z="733.29981"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9560">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21888" z="732.7024"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9561">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21961" z="735.50525"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9562">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.2367" z="734.90796"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9563">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22217" z="734.13465"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9564">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22681" z="735.04175"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9565">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21534" z="736.29078"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9566">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22712" z="736.72394"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9567">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22364" z="742.1839"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9568">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21186" z="741.75068"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9569">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21424" z="740.53791"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9570">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21888" z="739.66266"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9571">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.19623" z="740.43567"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9572">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.18384" z="740.97761"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9573">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22846" z="738.17115"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9574">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.20563" z="738.82782"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9575">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22364" z="739.5428"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9576">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21393" z="738.66736"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9577">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.22712" z="737.38666"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9578">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.21186" z="736.88678"/>
<Orientation y="3.1275"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9579">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3714" z="729.41633"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9580">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.35004" z="728.60016"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9581">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.36695" z="729.31507"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9582">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.35615" z="729.91254"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9585">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3548" z="728.48023"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9589">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.35376" z="741.59113"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9590">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.37641" z="742.4073"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9591">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3584" z="741.69233"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9592">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3777" z="743.83954"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9593">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.38855" z="743.24213"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9594">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.37165" z="742.52717"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9595">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.39301" z="743.34333"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9598">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33533" z="730.30738"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9599">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33094" z="730.7981"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9600">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.32166" z="732.08051"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9601">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3443" z="732.89667"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9602">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3263" z="732.18177"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9603">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33625" z="731.58436"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9604">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.35224" z="734.38941"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9605">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3451" z="733.7823"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9606">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33954" z="733.01661"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9607">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.34803" z="733.91358"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9608">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33271" z="735.17273"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9609">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3418" z="735.66657"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9610">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3412" z="741.13398"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9611">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.34687" z="740.64826"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9612">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.35761" z="739.36084"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9613">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33625" z="738.54462"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9614">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.35315" z="739.25959"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9615">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.3423" z="739.857"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9616">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33246" z="737.04896"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9617">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.32471" z="737.63318"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9618">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.34101" z="738.42475"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9619">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33808" z="737.50513"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9620">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.34449" z="736.26862"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9621">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33204" z="735.83545"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9622">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.05073" z="729.82624"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9623">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02936" z="729.01008"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9624">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.04627" z="729.72498"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9625">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03547" z="730.32245"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9627">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01612" z="728.17524"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9628">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03412" z="728.89014"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9629">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01148" z="728.07398"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9632">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03309" z="742.00104"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9633">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.05573" z="742.8172"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9634">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03772" z="742.10224"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9636">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.06788" z="743.65204"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9637">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.05097" z="742.93708"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9638">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.07233" z="743.75324"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9641">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01465" z="730.7173"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9642">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01545" z="731.1996"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9643">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.00098" z="732.49042"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9644">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02363" z="733.30658"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9645">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.00562" z="732.59168"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9646">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01557" z="731.99427"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9647">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02094" z="734.77753"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9648">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03577" z="734.14142"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9649">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01886" z="733.42652"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9650">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02778" z="734.32355"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9651">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01203" z="735.58265"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9652">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01435" z="736.04926"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9653">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02051" z="741.54389"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9654">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.04096" z="741.05408"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9655">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03693" z="739.77076"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9656">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01557" z="738.95453"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9657">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03248" z="739.6695"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9658">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02161" z="740.26691"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9659">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02167" z="737.46845"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9660">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.03016" z="738.03577"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9661">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02033" z="738.83466"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9662">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01233" z="737.87812"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9663">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.02381" z="736.67853"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9664">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.01368" z="736.1988"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9665">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.56928" z="730.60499"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9666">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54792" z="729.78882"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9667">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.56482" z="730.50373"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9668">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54773" z="731.08094"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9669">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54462" z="728.35657"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9670">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53467" z="728.95398"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9671">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.55268" z="729.66889"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9672">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53003" z="728.85273"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9675">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.56092" z="742.63996"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9676">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.58356" z="743.45612"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9677">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.56556" z="742.74115"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9680">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.5788" z="743.576"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9684">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53321" z="731.49604"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9685">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54566" z="731.9292"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9686">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.529" z="733.19745"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9687">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54334" z="734.04505"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9688">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53364" z="733.29871"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9689">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54358" z="732.7013"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9690">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.56513" z="735.52021"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9691">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54065" z="734.92475"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9692">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53309" z="734.17353"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9693">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.5705" z="735.09095"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9694">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.57618" z="736.30805"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9695">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.55182" z="736.72284"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9696">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54834" z="742.18281"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9697">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53657" z="741.74958"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9698">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54908" z="740.53766"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9699">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54358" z="739.66157"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9700">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.5337" z="740.42365"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9701">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54963" z="740.97394"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9702">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.55207" z="738.1667"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9703">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54218" z="738.7641"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9704">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54834" z="739.5417"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9705">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.53754" z="738.66291"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9706">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.55182" z="737.38556"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9707">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.54603" z="736.8971"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9708">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8979" z="730.81098"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9709">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.87653" z="729.99482"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9710">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.89344" z="730.70972"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9711">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.88178" z="731.27009"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9712">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.87323" z="728.56257"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9713">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86329" z="729.15998"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9714">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8813" z="729.87488"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9715">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.85865" z="729.05872"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9718">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.88953" z="742.84595"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9719">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.91218" z="743.66211"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9720">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.89417" z="742.94715"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9727">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86182" z="731.70203"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9728">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.87745" z="732.1236"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9729">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.85761" z="733.40345"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9730">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.88025" z="734.21961"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9731">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86225" z="733.5047"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9732">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8722" z="732.9073"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9733">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8863" z="735.73255"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9734">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.88733" z="735.13605"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9735">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8755" z="734.33954"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9736">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.88917" z="735.25239"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9737">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86866" z="736.49567"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9738">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.85218" z="736.99946"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9739">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.87696" z="742.3888"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9740">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86518" z="741.95557"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9741">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.90357" z="740.75672"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9742">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.91175" z="739.88392"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9743">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8891" z="740.58252"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9744">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.87824" z="741.17994"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9745">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86884" z="738.43531"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9746">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.85895" z="739.03272"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9747">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.87696" z="739.74769"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9748">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.85431" z="738.93152"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9749">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.8636" z="737.63678"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9750">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86799" z="737.1584"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9751">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.77717" z="725.99933"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9752">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.34418" z="726.01697"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9753">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.0785" z="726.03107"/>
<Orientation y="-1.59328"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9754">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.18818" z="726.03931"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9755">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.9773" z="726.03693"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9756">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.57483" z="726.03968"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9757">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.71393" z="726.06305"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9758">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.31934" z="726.03193"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9759">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.0683" z="726.03595"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9760">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.19349" z="726.0608"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9761">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.91218" z="726.055"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9762">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.4792" z="726.0719"/>
<Orientation y="4.7087"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9763">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.92109" z="726.00318"/>
<Orientation y="4.7087"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9764">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.39014" z="725.98334"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9765">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.65723" z="725.97584"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9766">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.5959" z="725.97309"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9767">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.80805" z="725.97413"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9768">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.16083" z="725.96656"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9769">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.06598" z="725.95325"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9770">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.43055" z="725.9499"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9771">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.71595" z="725.97638"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9772">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.58826" z="725.96558"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9773">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.85486" z="725.94349"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9774">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.30494" z="725.93647"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9778">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.08643" z="726.11902"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9781">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.92103" z="726.09583"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9782">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.20636" z="726.12244"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9783">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.02216" z="726.08997"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9786">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.948" z="725.90162"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9787">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.13215" z="725.93403"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9788">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.84675" z="725.90748"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9789">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.44428" z="725.91028"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9790">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.69996" z="725.95252"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9791">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.29755" z="725.95618"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9792">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.01221" z="725.93073"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9793">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.1963" z="725.96186"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9794">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.30091" z="725.31684"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9795">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.84748" z="725.31934"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9796">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.56812" z="725.3158"/>
<Orientation y="-1.59328"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9797">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.68256" z="725.31086"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9798">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.42457" z="725.32532"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9799">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.03827" z="725.3219"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9800">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.15778" z="725.3736"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9801">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.75532" z="725.37732"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9802">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.54908" z="725.34003"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9803">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.65412" z="725.38294"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9804">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.3708" z="725.38367"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9805">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.88086" z="725.38776"/>
<Orientation y="4.7087"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9806">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.4615" z="725.31452"/>
<Orientation y="4.7087"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9807">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.93635" z="725.3119"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9808">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.18183" z="725.32007"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9809">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.99769" z="725.28895"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9810">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.28303" z="725.3144"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9811">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.68415" z="725.32123"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9812">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.39271" z="725.2663"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9813">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.83234" z="725.2657"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9814">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.11762" z="725.29224"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9815">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.98615" z="725.26941"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9816">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.19819" z="725.26581"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9817">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.63117" z="725.24817"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9822">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.18616" z="725.4383"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9824">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.32276" z="725.41169"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9825">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.6081" z="725.43818"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9826">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.42396" z="725.40577"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9829">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.34974" z="725.21747"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9830">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.53394" z="725.24988"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9831">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.24854" z="725.22333"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9832">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.84601" z="725.22608"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9833">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.02619" z="725.26423"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9834">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.62378" z="725.26789"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9835">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.41388" z="725.24659"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9836">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.52259" z="725.27356"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9837">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.79273" z="724.55878"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9838">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.67286" z="724.54584"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9839">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.89399" z="724.55317"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9840">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.2964" z="724.5495"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9841">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.97571" z="724.55701"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9842">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.50751" z="724.52265"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9843">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.79291" z="724.5492"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9844">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.60871" z="724.51679"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9847">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.68293" z="724.70514"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9848">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.86707" z="724.73755"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9849">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.58173" z="724.711"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9851">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.03248" z="724.75971"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9852">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.74714" z="724.7342"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9853">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.1443" z="724.76044"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9856">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.90137" z="724.53345"/>
<Orientation y="1.56867"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9857">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.46839" z="724.55103"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9858">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.20618" z="724.57984"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9859">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.3766" z="724.59156"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9860">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.09125" z="724.56501"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9861">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.68873" z="724.56782"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9862">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.89374" z="724.62415"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9863">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.542" z="724.61371"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9864">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.25666" z="724.58826"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9865">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="813.3686" z="724.62891"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9866">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="812.1006" z="724.60718"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9867">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.62964" z="724.60169"/>
<Orientation y="4.7087"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9868">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.13984" z="724.68708"/>
<Orientation y="4.7087"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9869">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.60767" z="724.67902"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9870">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.91303" z="724.68232"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9871">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.72895" z="724.65113"/>
<Orientation y="1.54676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9872">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.01429" z="724.67664"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9873">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.41675" z="724.67292"/>
<Orientation y="7.85253"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9874">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="810.21857" z="724.63587"/>
<Orientation y="4.7125"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9875">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.64136" z="724.66352"/>
<Orientation y="1.5687"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9876">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.84894" z="724.65448"/>
<Orientation y="-1.5933"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9877">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="809.7591" z="724.65931"/>
<Orientation y="-1.59328"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9878">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.00489" z="724.63209"/>
<Orientation y="1.56868"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9879">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="811.49402" z="724.60651"/>
<Orientation y="1.56867"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9880">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.99518" z="725.46308"/>
<Orientation y="4.70873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9881">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.37732" z="728.02167"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9882">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.80915" z="727.90674"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9883">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.49158" z="727.56788"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9884">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.27033" z="726.19581"/>
<Orientation y="0.6811"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9885">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.18244" z="727.22651"/>
<Orientation y="10.12691"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9886">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.82361" z="726.7959"/>
<Orientation y="6.98311"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9887">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.34186" z="726.2674"/>
<Orientation y="3.82114"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9888">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.89344" z="726.8694"/>
<Orientation y="3.82114"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9889">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.58051" z="726.9784"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9890">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.25928" z="726.62647"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9891">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.9214" z="726.26618"/>
<Orientation y="10.12691"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9892">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.51972" z="725.7746"/>
<Orientation y="6.98311"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9893">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.0157" z="725.23646"/>
<Orientation y="3.82114"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9894">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.62281" z="725.91144"/>
<Orientation y="3.82114"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9895">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.22608" z="726.96436"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9896">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.9325" z="726.64563"/>
<Orientation y="3.84307"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9897">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.62323" z="725.17652"/>
<Orientation y="0.6811"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9898">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.62256" z="726.2884"/>
<Orientation y="10.12691"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9899">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.24213" z="725.84937"/>
<Orientation y="6.98311"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9900">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.69831" z="725.27015"/>
<Orientation y="3.82114"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9901">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.30591" z="725.93964"/>
<Orientation y="3.82114"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9902">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.9704" z="725.89802"/>
<Orientation y="0.68111"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9903">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.31775" z="724.82941"/>
<Orientation y="0.68111"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9904">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.89039" z="727.33552"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9905">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.19513" z="727.67347"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9906">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.3794" z="727.87977"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9907">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.4745" z="727.22272"/>
<Orientation y="10.12691"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9908">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.78443" z="727.57996"/>
<Orientation y="3.84307"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9909">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.07801" z="727.89869"/>
<Orientation y="3.84308"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9910">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.74146" z="724.9792"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9911">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.43409" z="725.25092"/>
<Orientation y="5.46433"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9912">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.09302" z="725.5785"/>
<Orientation y="11.74817"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9913">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.84748" z="725.8396"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9914">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.54401" z="726.14893"/>
<Orientation y="5.46433"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9915">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.20282" z="726.47638"/>
<Orientation y="11.74817"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9916">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.87049" z="726.81031"/>
<Orientation y="5.4424"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9917">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.78357" z="726.87855"/>
<Orientation y="8.60438"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9918">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.23249" z="727.45087"/>
<Orientation y="5.4424"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9919">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.14277" z="727.53058"/>
<Orientation y="2.30237"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9920">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.81153" z="727.85315"/>
<Orientation y="2.30237"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9921">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.33277" z="727.97486"/>
<Orientation y="5.4424"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9922">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.84852" z="727.47992"/>
<Orientation y="8.60438"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9923">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.97999" z="727.37006"/>
<Orientation y="5.4424"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9924">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.31922" z="727.05396"/>
<Orientation y="11.74817"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9925">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.79413" z="726.59034"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9926">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.1352" z="726.26288"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9927">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.45734" z="725.94141"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9928">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.75397" z="725.64032"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9929">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.8097" z="726.20844"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9930">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.48731" z="726.54273"/>
<Orientation y="5.46435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9931">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.16193" z="726.86872"/>
<Orientation y="11.74817"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9932">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.81983" z="727.17536"/>
<Orientation y="5.4424"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9933">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.75" z="727.24878"/>
<Orientation y="8.60438"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9934">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.1786" z="727.83167"/>
<Orientation y="2.30237"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9935">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.43653" z="727.50892"/>
<Orientation y="2.30237"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9936">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.56501" z="726.81757"/>
<Orientation y="11.74817"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9937">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.26923" z="745.24756"/>
<Orientation y="14.8765"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9938">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.373" z="744.54859"/>
<Orientation y="5.4307"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9939">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.66907" z="744.23865"/>
<Orientation y="5.4307"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9940">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.08997" z="744.81391"/>
<Orientation y="11.73272"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9941">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.01917" z="744.88642"/>
<Orientation y="8.57073"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9942">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.67304" z="745.18848"/>
<Orientation y="14.8765"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9943">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.34333" z="745.51014"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9944">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.01667" z="745.84015"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9945">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.0221" z="746.38538"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9946">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.36536" z="746.11182"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9947">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.69178" z="745.79468"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9948">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.03711" z="745.47175"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9949">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.51813" z="745.01453"/>
<Orientation y="14.8765"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9950">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.86158" z="744.70289"/>
<Orientation y="8.57073"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9951">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.99451" z="744.5948"/>
<Orientation y="11.73272"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9952">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.51673" z="744.10676"/>
<Orientation y="8.57073"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9953">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.03626" z="744.2353"/>
<Orientation y="5.4307"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9954">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.70081" z="744.55347"/>
<Orientation y="5.4307"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9955">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.61005" z="744.63196"/>
<Orientation y="8.57073"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9956">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.0514" z="745.19697"/>
<Orientation y="11.73272"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9957">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.96369" z="745.26404"/>
<Orientation y="8.57073"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9958">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.6269" z="745.59357"/>
<Orientation y="14.8765"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9959">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.28138" z="745.91645"/>
<Orientation y="8.59266"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9960">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.97382" z="746.22168"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9961">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.7248" z="746.4795"/>
<Orientation y="14.8765"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9962">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.37946" z="746.80256"/>
<Orientation y="8.59266"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9963">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="820.18366" z="746.97004"/>
<Orientation y="8.59269"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9964">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.86121" z="744.14124"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9965">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.15296" z="744.46174"/>
<Orientation y="6.97872"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9966">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.4607" z="744.82074"/>
<Orientation y="13.26256"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9967">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.55976" z="744.16437"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9968">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.74274" z="744.37177"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9969">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.04548" z="744.7115"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9970">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.60322" z="747.22687"/>
<Orientation y="3.81676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9971">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.95685" z="746.16034"/>
<Orientation y="3.81676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9972">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.62165" z="746.11084"/>
<Orientation y="6.9568"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9973">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.22522" z="746.78388"/>
<Orientation y="6.9568"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9974">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.68488" z="746.20142"/>
<Orientation y="10.11876"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9975">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.30707" z="745.7602"/>
<Orientation y="13.26256"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9976">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.29981" z="746.878"/>
<Orientation y="3.81676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9977">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.99927" z="745.40113"/>
<Orientation y="6.97872"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9978">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.70759" z="745.08063"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9979">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.30457" z="746.14307"/>
<Orientation y="6.9568"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9980">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.90766" z="746.8216"/>
<Orientation y="6.9568"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9981">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.40687" z="746.28052"/>
<Orientation y="10.11876"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9982">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.00812" z="745.78657"/>
<Orientation y="13.26256"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9983">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.67237" z="745.42426"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9984">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.35322" z="745.07044"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9985">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.03962" z="745.18354"/>
<Orientation y="6.9568"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9986">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.58765" z="745.78876"/>
<Orientation y="6.9568"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9987">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.10901" z="745.2574"/>
<Orientation y="10.11876"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9988">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.75275" z="744.82471"/>
<Orientation y="13.26256"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9989">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.65876" z="745.86084"/>
<Orientation y="3.81676"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9990">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.44562" z="744.48151"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9991">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="802.13013" z="744.14075"/>
<Orientation y="6.97873"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="9992">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="822.47284" z="744.05933"/>
<Orientation y="3.09386"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10000">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.44892" z="747.20234"/>
<Orientation y="11.00156"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10003">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.02393" z="747.22168"/>
<Orientation y="4.6958"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10004">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.25788" z="747.19025"/>
<Orientation y="7.85776"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10005">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.72571" z="747.17872"/>
<Orientation y="7.85773"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10016">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.45081" z="747.52814"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10017">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.01777" z="747.54316"/>
<Orientation y="4.70432"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10018">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.72059" z="747.09052"/>
<Orientation y="4.6958"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10019">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.11799" z="747.12122"/>
<Orientation y="4.6958"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10020">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.81946" z="747.13733"/>
<Orientation y="7.83706"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10021">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.28351" z="747.15058"/>
<Orientation y="4.71773"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10022">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.998" z="747.11872"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10023">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.18244" z="747.1573"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10024">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.31037" z="747.54377"/>
<Orientation y="1.54235"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10025">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.12635" z="747.51618"/>
<Orientation y="1.54235"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10026">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.41157" z="747.53852"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10027">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="803.94361" z="747.50135"/>
<Orientation y="7.84815"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10028">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.62287" z="747.52472"/>
<Orientation y="10.98818"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10029">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.02527" z="747.51752"/>
<Orientation y="7.84438"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10030">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.2464" z="747.52027"/>
<Orientation y="4.68241"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10031">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.1266" z="747.51252"/>
<Orientation y="4.68241"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10032">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.40094" z="746.79932"/>
<Orientation y="4.68241"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10033">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.50953" z="746.82105"/>
<Orientation y="4.68241"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10034">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.29969" z="746.80445"/>
<Orientation y="7.84438"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10035">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.89728" z="746.81165"/>
<Orientation y="10.98818"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10036">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.07728" z="746.83307"/>
<Orientation y="7.84815"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10037">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.67469" z="746.83936"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10038">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.38947" z="746.81702"/>
<Orientation y="1.54235"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10039">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.5735" z="746.84461"/>
<Orientation y="1.54235"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10040">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.43616" z="746.45466"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10041">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.25178" z="746.41614"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10042">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.53736" z="746.448"/>
<Orientation y="4.71773"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10043">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.67371" z="746.41297"/>
<Orientation y="7.85776"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10044">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.29218" z="746.83002"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10045">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.72529" z="746.81501"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10056">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.97944" z="746.47614"/>
<Orientation y="7.85773"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10057">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.48951" z="746.48383"/>
<Orientation y="7.85776"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10058">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.20624" z="746.49415"/>
<Orientation y="4.6958"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10060">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.0749" z="746.52936"/>
<Orientation y="7.85776"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10061">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.70264" z="746.49976"/>
<Orientation y="11.00156"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10068">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.73133" z="746.11304"/>
<Orientation y="4.68241"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10069">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.91523" z="746.13935"/>
<Orientation y="4.68241"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10070">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="806.63001" z="746.11811"/>
<Orientation y="7.84438"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10071">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.22761" z="746.12537"/>
<Orientation y="10.98818"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10072">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.48304" z="746.15125"/>
<Orientation y="7.84815"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10073">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.08057" z="746.1576"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10074">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="805.79535" z="746.13532"/>
<Orientation y="1.54235"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10075">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="804.97931" z="746.16285"/>
<Orientation y="1.54235"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10076">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.8329" z="745.76746"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10077">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.58832" z="745.81897"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10078">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.95167" z="745.80445"/>
<Orientation y="4.71773"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10079">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="819.61115" z="745.8523"/>
<Orientation y="4.67508"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10080">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.6225" z="746.14374"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10081">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.07264" z="746.13941"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10092">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="818.37604" z="745.78901"/>
<Orientation y="7.85773"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10093">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.94312" z="745.80909"/>
<Orientation y="7.85776"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10094">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.66187" z="745.81287"/>
<Orientation y="4.6958"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10095">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.82532" z="745.89515"/>
<Orientation y="4.6958"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10096">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="816.5362" z="745.84272"/>
<Orientation y="7.85776"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10097">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="817.14136" z="745.80707"/>
<Orientation y="11.00156"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10100">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.72028" z="745.92066"/>
<Orientation y="1.55573"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10104">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="801.39734" z="743.68653"/>
<Orientation y="9.40697"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10106">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="821.92444" z="743.99"/>
<Orientation y="6.26317"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10109">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.73957" z="743.18537"/>
<Orientation y="3.10119"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10110">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.73554" z="743.08411"/>
<Orientation y="6.26317"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10111">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="800.72205" z="743.68146"/>
<Orientation y="9.40697"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10115">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="823.2375" z="743.84772"/>
<Orientation y="3.10119"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10118">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="815.3006" z="750.67292"/>
<Orientation y="-3.13756"/>
<Actor seed="500"/>
</Entity>
<Entity uid="10119">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="808.64393" z="750.88276"/>
<Orientation y="-3.13756"/>
<Actor seed="500"/>
</Entity>
<Entity uid="10120">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.21711" z="755.14881"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10121">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.21125" z="753.84668"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10122">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.21857" z="754.27906"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10123">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.21863" z="753.04645"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10124">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.2353" z="752.63044"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10125">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.23591" z="752.10767"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10126">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.21143" z="751.61213"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10127">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.19623" z="751.01954"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10128">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.18989" z="750.25391"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10129">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.19367" z="749.60608"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10130">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.19428" z="749.7779"/>
<Orientation y="3.1275"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10131">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.17798" z="748.03541"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10132">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.19666" z="749.14008"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10133">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.30536" z="746.86036"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10134">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.18763" z="748.34284"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10135">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="807.91358" z="747.55494"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10136">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.47681" z="746.24842"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10137">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.74341" z="746.33735"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10138">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.06305" z="746.06141"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10139">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="814.88801" z="746.14808"/>
<Orientation y="4.70435"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10140">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.20691" z="751.15314"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10141">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.2032" z="754.71143"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10142">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.6543" z="748.59772"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10143">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.6667" z="747.98182"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10144">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.6695" z="748.11915"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10145">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.65491" z="749.3852"/>
<Orientation y="6.26755"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10146">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.65473" z="749.85621"/>
<Orientation y="6.26752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10148">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.67023" z="751.23121"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10149">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.69727" z="751.81385"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10150">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.55549" z="752.71558"/>
<Orientation y="-0.03447"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10151">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.68598" z="751.66004"/>
<Orientation y="-0.03446"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10152">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.64814" z="750.49903"/>
<Orientation y="3.12751"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10153">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.65253" z="750.02302"/>
<Orientation y="3.1275"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10154">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.6786" z="747.43354"/>
<Orientation y="4.69581"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10155">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.62458" z="753.15931"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10156">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.65101" z="753.50361"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10157">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.67902" z="753.81495"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10158">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.68207" z="754.16871"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10159">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.6745" z="754.59784"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10160">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.68372" z="754.99646"/>
<Orientation y="6.27132"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10161">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="815.67542" z="752.08765"/>
<Orientation y="3.12752"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10162">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="808.32471" z="752.3379"/>
<Orientation y="3.10558"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10163">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="815.38923" z="755.13855"/>
<Orientation y="1.60094"/>
<Actor seed="22964"/>
</Entity>
<Entity uid="10164">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="808.37177" z="755.86927"/>
<Orientation y="0.05364"/>
<Actor seed="22964"/>
</Entity>
<Entity uid="10165">
<Template>structures/ptol_farmstead</Template>
<Player>0</Player>
<Position x="1166.04456" z="1722.3761"/>
<Orientation y="1.69726"/>
<Actor seed="772"/>
</Entity>
<Entity uid="10166">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1187.44727" z="1728.17725"/>
<Orientation y="-6.26188"/>
<Actor seed="56916"/>
</Entity>
<Entity uid="10167">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1168.58924" z="1791.05066"/>
<Orientation y="2.82015"/>
<Actor seed="60358"/>
</Entity>
<Entity uid="10168">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1145.39979" z="1711.1438"/>
<Orientation y="6.05216"/>
<Actor seed="52124"/>
</Entity>
<Entity uid="10169">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1141.995" z="1740.88416"/>
<Orientation y="6.15557"/>
<Actor seed="54124"/>
</Entity>
<Entity uid="10170">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1196.2146" z="1777.40748"/>
<Orientation y="6.17573"/>
<Actor seed="1630"/>
</Entity>
<Entity uid="10171">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1132.15748" z="1772.15943"/>
<Orientation y="2.8355"/>
<Actor seed="39396"/>
</Entity>
<Entity uid="10172">
<Template>structures/ptol_corral</Template>
<Player>0</Player>
<Position x="1148.98902" z="1791.34974"/>
<Orientation y="-0.45975"/>
<Actor seed="8228"/>
</Entity>
<Entity uid="10173">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1135.64185" z="1810.60511"/>
<Orientation y="2.35621"/>
<Actor seed="62248"/>
</Entity>
<Entity uid="10174">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1137.94666" z="1803.86084"/>
<Orientation y="-0.30143"/>
<Actor seed="19820"/>
</Entity>
<Entity uid="10175">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1110.5641" z="1817.6803"/>
<Orientation y="-0.28019"/>
<Actor seed="62178"/>
</Entity>
<Entity uid="10176">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1108.71094" z="1829.97083"/>
<Orientation y="2.35621"/>
<Actor seed="29462"/>
</Entity>
<Entity uid="10177">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1127.20154" z="1828.8401"/>
<Orientation y="2.35621"/>
<Actor seed="30876"/>
</Entity>
<Entity uid="10178">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1133.71021" z="1815.67017"/>
<Orientation y="2.35621"/>
<Actor seed="52738"/>
</Entity>
<Entity uid="10179">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1119.2765" z="1818.75818"/>
<Orientation y="2.35621"/>
<Actor seed="12998"/>
</Entity>
<Entity uid="10180">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1146.30396" z="1893.07886"/>
<Orientation y="3.9993"/>
<Actor seed="37108"/>
</Entity>
<Entity uid="10181">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1177.49573" z="1806.36707"/>
<Orientation y="2.35621"/>
<Actor seed="7902"/>
</Entity>
<Entity uid="10182">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1179.39075" z="1802.41102"/>
<Orientation y="-0.5435"/>
<Actor seed="4650"/>
</Entity>
<Entity uid="10183">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1168.73035" z="1834.31421"/>
<Orientation y="-1.08623"/>
<Actor seed="7686"/>
</Entity>
<Entity uid="10184">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1125.47547" z="1837.30103"/>
<Orientation y="-1.0526"/>
<Actor seed="37516"/>
</Entity>
<Entity uid="10185">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1139.60279" z="1843.13563"/>
<Orientation y="2.35621"/>
<Actor seed="4246"/>
</Entity>
<Entity uid="10186">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1135.83887" z="1845.97547"/>
<Orientation y="2.35621"/>
<Actor seed="38922"/>
</Entity>
<Entity uid="10187">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1154.10987" z="1800.13343"/>
<Orientation y="1.79957"/>
<Actor seed="49106"/>
</Entity>
<Entity uid="10188">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1069.30274" z="1759.88819"/>
<Orientation y="2.35621"/>
<Actor seed="17768"/>
</Entity>
<Entity uid="10189">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1061.58948" z="1766.98829"/>
<Orientation y="2.35621"/>
<Actor seed="38846"/>
</Entity>
<Entity uid="10190">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1077.17725" z="1742.32154"/>
<Orientation y="2.35621"/>
<Actor seed="59854"/>
</Entity>
<Entity uid="10191">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1032.07178" z="1734.98072"/>
<Orientation y="2.35621"/>
<Actor seed="49474"/>
</Entity>
<Entity uid="10192">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1068.10047" z="1750.23243"/>
<Orientation y="2.35621"/>
<Actor seed="22370"/>
</Entity>
<Entity uid="10193">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1164.84852" z="1733.90906"/>
<Orientation y="2.35621"/>
<Actor seed="12144"/>
</Entity>
<Entity uid="10194">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1145.44935" z="1689.32154"/>
<Orientation y="2.35621"/>
<Actor seed="34902"/>
</Entity>
<Entity uid="10195">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1165.09681" z="1699.61036"/>
<Orientation y="2.35621"/>
<Actor seed="18780"/>
</Entity>
<Entity uid="10196">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1164.89734" z="1692.16724"/>
<Orientation y="2.35621"/>
<Actor seed="54920"/>
</Entity>
<Entity uid="10197">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1184.70521" z="1802.53931"/>
<Orientation y="2.35621"/>
<Actor seed="42018"/>
</Entity>
<Entity uid="10198">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1185.16517" z="1801.95594"/>
<Orientation y="2.35621"/>
<Actor seed="43606"/>
</Entity>
<Entity uid="10199">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1197.7953" z="1793.1803"/>
<Orientation y="2.35621"/>
<Actor seed="24476"/>
</Entity>
<Entity uid="10200">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1194.9651" z="1794.85743"/>
<Orientation y="2.35621"/>
<Actor seed="10628"/>
</Entity>
<Entity uid="10201">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1247.9087" z="1724.98792"/>
<Orientation y="1.36634"/>
<Actor seed="51832"/>
</Entity>
<Entity uid="10202">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1204.98951" z="1680.50391"/>
<Orientation y="2.35621"/>
<Actor seed="14340"/>
</Entity>
<Entity uid="10203">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1195.64393" z="1691.36402"/>
<Orientation y="2.35621"/>
<Actor seed="39168"/>
</Entity>
<Entity uid="10204">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1206.66749" z="1716.09668"/>
<Orientation y="2.35621"/>
<Actor seed="10370"/>
</Entity>
<Entity uid="10205">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1169.96692" z="1684.32142"/>
<Orientation y="2.35621"/>
<Actor seed="54406"/>
</Entity>
<Entity uid="10206">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1187.38209" z="1708.48853"/>
<Orientation y="2.35621"/>
<Actor seed="60228"/>
</Entity>
<Entity uid="10207">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1185.313" z="1696.42896"/>
<Orientation y="2.35621"/>
<Actor seed="22408"/>
</Entity>
<Entity uid="10208">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1181.85865" z="1689.01319"/>
<Orientation y="-3.88825"/>
<Actor seed="32412"/>
</Entity>
<Entity uid="10209">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1121.40101" z="1850.80274"/>
<Orientation y="2.35621"/>
<Actor seed="52636"/>
</Entity>
<Entity uid="10210">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1126.08265" z="1723.78406"/>
<Orientation y="2.35621"/>
<Actor seed="64578"/>
</Entity>
<Entity uid="10211">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1127.02295" z="1716.95594"/>
<Orientation y="2.35621"/>
<Actor seed="25668"/>
</Entity>
<Entity uid="10212">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1155.22461" z="1691.86463"/>
<Orientation y="2.35621"/>
<Actor seed="64454"/>
</Entity>
<Entity uid="10213">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1159.85364" z="1679.13465"/>
<Orientation y="2.35621"/>
<Actor seed="17550"/>
</Entity>
<Entity uid="10214">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1157.21521" z="1674.14124"/>
<Orientation y="2.35621"/>
<Actor seed="17064"/>
</Entity>
<Entity uid="10215">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1112.81397" z="1779.92957"/>
<Orientation y="2.35621"/>
<Actor seed="11226"/>
</Entity>
<Entity uid="10216">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1108.97779" z="1805.33558"/>
<Orientation y="2.35621"/>
<Actor seed="65318"/>
</Entity>
<Entity uid="10217">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1106.7013" z="1809.6316"/>
<Orientation y="2.35621"/>
<Actor seed="44154"/>
</Entity>
<Entity uid="10218">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1121.30298" z="1884.9054"/>
<Orientation y="-0.3372"/>
<Actor seed="13118"/>
</Entity>
<Entity uid="10219">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1053.25416" z="1815.90223"/>
<Orientation y="2.35621"/>
<Actor seed="26002"/>
</Entity>
<Entity uid="10220">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1286.25489" z="1615.90406"/>
<Orientation y="2.35621"/>
<Actor seed="41488"/>
</Entity>
<Entity uid="10221">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1281.17457" z="1618.69336"/>
<Orientation y="2.35621"/>
<Actor seed="31756"/>
</Entity>
<Entity uid="10222">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1280.78016" z="1620.5995"/>
<Orientation y="2.35621"/>
<Actor seed="41494"/>
</Entity>
<Entity uid="10223">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1288.05384" z="1625.52369"/>
<Orientation y="2.35621"/>
<Actor seed="27862"/>
</Entity>
<Entity uid="10224">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1276.89368" z="1618.63526"/>
<Orientation y="2.35621"/>
<Actor seed="52062"/>
</Entity>
<Entity uid="10225">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1274.91419" z="1615.19397"/>
<Orientation y="-2.5997"/>
<Actor seed="37714"/>
</Entity>
<Entity uid="10226">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1327.1681" z="1646.16883"/>
<Orientation y="2.35621"/>
<Actor seed="45362"/>
</Entity>
<Entity uid="10227">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1263.19153" z="1499.7273"/>
<Orientation y="2.35621"/>
<Actor seed="5440"/>
</Entity>
<Entity uid="10228">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1297.92408" z="1581.33667"/>
<Orientation y="0.44433"/>
<Actor seed="54116"/>
</Entity>
<Entity uid="10229">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1312.80726" z="1613.30323"/>
<Orientation y="2.35621"/>
<Actor seed="61430"/>
</Entity>
<Entity uid="10230">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1322.96546" z="1638.21033"/>
<Orientation y="1.05477"/>
<Actor seed="54190"/>
</Entity>
<Entity uid="10231">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1291.29151" z="1652.77833"/>
<Orientation y="1.05477"/>
<Actor seed="16674"/>
</Entity>
<Entity uid="10232">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1271.53834" z="1732.59766"/>
<Orientation y="0.04682"/>
<Actor seed="57422"/>
</Entity>
<Entity uid="10233">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1254.14942" z="1798.95838"/>
<Orientation y="2.35621"/>
<Actor seed="14350"/>
</Entity>
<Entity uid="10234">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1244.33533" z="1682.75196"/>
<Orientation y="2.35621"/>
<Actor seed="19808"/>
</Entity>
<Entity uid="10235">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1257.99427" z="1748.50843"/>
<Orientation y="2.35621"/>
<Actor seed="650"/>
</Entity>
<Entity uid="10236">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1240.84192" z="1818.39917"/>
<Orientation y="2.35621"/>
<Actor seed="41742"/>
</Entity>
<Entity uid="10237">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1287.99988" z="1782.37867"/>
<Orientation y="2.35621"/>
<Actor seed="9062"/>
</Entity>
<Entity uid="10238">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1259.93873" z="1747.37732"/>
<Orientation y="2.35621"/>
<Actor seed="5904"/>
</Entity>
<Entity uid="10239">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1248.68641" z="1798.6985"/>
<Orientation y="2.35621"/>
<Actor seed="36558"/>
</Entity>
<Entity uid="10240">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1210.87293" z="1686.04297"/>
<Orientation y="2.35621"/>
<Actor seed="40130"/>
</Entity>
<Entity uid="10241">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1209.09705" z="1680.72876"/>
<Orientation y="-2.93946"/>
<Actor seed="19266"/>
</Entity>
<Entity uid="10242">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1207.56836" z="1665.88025"/>
<Orientation y="-2.76241"/>
<Actor seed="36626"/>
</Entity>
<Entity uid="10243">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1202.63257" z="1650.43897"/>
<Orientation y="-2.97477"/>
<Actor seed="52372"/>
</Entity>
<Entity uid="10244">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="891.18458" z="730.34638"/>
<Orientation y="2.35621"/>
<Actor seed="38046"/>
</Entity>
<Entity uid="10245">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="938.94465" z="713.66071"/>
<Orientation y="2.35621"/>
<Actor seed="26792"/>
</Entity>
<Entity uid="10246">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="932.8266" z="714.99128"/>
<Orientation y="2.35621"/>
<Actor seed="56942"/>
</Entity>
<Entity uid="10247">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="922.74561" z="721.24177"/>
<Orientation y="2.35621"/>
<Actor seed="50260"/>
</Entity>
<Entity uid="10248">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="921.93177" z="721.08509"/>
<Orientation y="1.89872"/>
<Actor seed="26196"/>
</Entity>
<Entity uid="10249">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="930.26526" z="717.66834"/>
<Orientation y="2.35621"/>
<Actor seed="35112"/>
</Entity>
<Entity uid="10250">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="899.70636" z="756.49201"/>
<Orientation y="2.35621"/>
<Actor seed="31382"/>
</Entity>
<Entity uid="10251">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="895.21735" z="758.76374"/>
<Orientation y="1.36722"/>
<Actor seed="47978"/>
</Entity>
<Entity uid="10252">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="890.49012" z="759.96985"/>
<Orientation y="2.35621"/>
<Actor seed="53492"/>
</Entity>
<Entity uid="10253">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="875.85547" z="761.60828"/>
<Orientation y="2.35621"/>
<Actor seed="16934"/>
</Entity>
<Entity uid="10254">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="926.80024" z="718.48548"/>
<Orientation y="2.35621"/>
<Actor seed="43900"/>
</Entity>
<Entity uid="10255">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="879.30378" z="766.21167"/>
<Orientation y="2.35621"/>
<Actor seed="16786"/>
</Entity>
<Entity uid="10256">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="878.9466" z="765.66095"/>
<Orientation y="-1.79358"/>
<Actor seed="28256"/>
</Entity>
<Entity uid="10257">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="871.8263" z="763.19587"/>
<Orientation y="2.35621"/>
<Actor seed="27296"/>
</Entity>
<Entity uid="10258">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="896.05768" z="765.1308"/>
<Orientation y="3.74881"/>
<Actor seed="32328"/>
</Entity>
<Entity uid="10259">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="889.78559" z="767.9308"/>
<Orientation y="2.35621"/>
<Actor seed="63744"/>
</Entity>
<Entity uid="10260">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="883.11603" z="767.1587"/>
<Orientation y="2.35621"/>
<Actor seed="31536"/>
</Entity>
<Entity uid="10261">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="899.26722" z="760.65986"/>
<Orientation y="5.25518"/>
<Actor seed="25464"/>
</Entity>
<Entity uid="10262">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="820.06305" z="743.91626"/>
<Orientation y="7.6013"/>
<Actor seed="38674"/>
</Entity>
<Entity uid="10263">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="815.42426" z="738.90198"/>
<Orientation y="2.35621"/>
<Actor seed="32648"/>
</Entity>
<Entity uid="10264">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="819.69562" z="742.6844"/>
<Orientation y="2.302"/>
<Actor seed="27186"/>
</Entity>
<Entity uid="10265">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="801.12397" z="742.13868"/>
<Orientation y="2.8506"/>
<Actor seed="21084"/>
</Entity>
<Entity uid="10266">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="807.62092" z="734.31116"/>
<Orientation y="2.35621"/>
<Actor seed="34018"/>
</Entity>
<Entity uid="10267">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="818.72455" z="734.6521"/>
<Orientation y="4.95572"/>
<Actor seed="32648"/>
</Entity>
<Entity uid="10268">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="819.79719" z="727.40613"/>
<Orientation y="2.35622"/>
<Actor seed="32648"/>
</Entity>
<Entity uid="10269">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="818.83472" z="727.76246"/>
<Orientation y="2.35621"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10270">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="820.2176" z="735.12995"/>
<Orientation y="2.35621"/>
<Actor seed="17494"/>
</Entity>
<Entity uid="10271">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="820.22931" z="754.63978"/>
<Orientation y="7.80192"/>
<Actor seed="29460"/>
</Entity>
<Entity uid="10272">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="804.12873" z="730.37604"/>
<Orientation y="7.85401"/>
<Actor seed="36102"/>
</Entity>
<Entity uid="10273">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="803.10438" z="728.72394"/>
<Orientation y="7.46517"/>
<Actor seed="56706"/>
</Entity>
<Entity uid="10274">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="820.98426" z="734.33869"/>
<Orientation y="7.43023"/>
<Actor seed="24666"/>
</Entity>
<Entity uid="10275">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="802.87507" z="731.49335"/>
<Orientation y="7.46517"/>
<Actor seed="56706"/>
</Entity>
<Entity uid="10276">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="803.323" z="730.24878"/>
<Orientation y="7.46517"/>
<Actor seed="56706"/>
</Entity>
<Entity uid="10277">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.77558" z="747.81482"/>
<Orientation y="2.35622"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10278">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.18805" z="745.16157"/>
<Orientation y="3.7994"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10279">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="811.04633" z="749.41993"/>
<Orientation y="2.35622"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10280">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="811.07062" z="748.36377"/>
<Orientation y="2.35622"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10281">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.94446" z="746.23755"/>
<Orientation y="1.29859"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10282">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.39832" z="728.3761"/>
<Orientation y="2.35622"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10283">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.7566" z="728.21515"/>
<Orientation y="-0.85354"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10284">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="809.29029" z="728.29011"/>
<Orientation y="2.6611"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10285">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="803.70026" z="736.60535"/>
<Orientation y="2.35622"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10294">
<Template>actor|geology/stones_tropic_large.xml</Template>
<Position x="811.98938" z="751.64734"/>
<Orientation y="5.04674"/>
<Actor seed="47584"/>
</Entity>
<Entity uid="10298">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.7724" z="751.40247"/>
<Orientation y="2.35621"/>
<Actor seed="40974"/>
</Entity>
<Entity uid="10299">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.51557" z="753.9178"/>
<Orientation y="2.35621"/>
<Actor seed="3676"/>
</Entity>
<Entity uid="10300">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="813.47608" z="749.84504"/>
<Orientation y="2.35621"/>
<Actor seed="30274"/>
</Entity>
<Entity uid="10301">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.51288" z="748.54181"/>
<Orientation y="2.35621"/>
<Actor seed="48894"/>
</Entity>
<Entity uid="10302">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.41053" z="744.27436"/>
<Orientation y="2.35621"/>
<Actor seed="6368"/>
</Entity>
<Entity uid="10303">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.53382" z="745.40253"/>
<Orientation y="2.35621"/>
<Actor seed="52952"/>
</Entity>
<Entity uid="10304">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.99366" z="745.28235"/>
<Orientation y="2.35621"/>
<Actor seed="49784"/>
</Entity>
<Entity uid="10305">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="814.47608" z="744.20582"/>
<Orientation y="2.35621"/>
<Actor seed="1498"/>
</Entity>
<Entity uid="10306">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.97352" z="745.90229"/>
<Orientation y="2.35621"/>
<Actor seed="17492"/>
</Entity>
<Entity uid="10307">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.95887" z="753.53608"/>
<Orientation y="2.35621"/>
<Actor seed="50418"/>
</Entity>
<Entity uid="10308">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="811.162" z="754.70521"/>
<Orientation y="2.35621"/>
<Actor seed="3408"/>
</Entity>
<Entity uid="10309">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.01563" z="755.82874"/>
<Orientation y="2.35621"/>
<Actor seed="55906"/>
</Entity>
<Entity uid="10310">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="811.5506" z="756.80951"/>
<Orientation y="2.35621"/>
<Actor seed="61958"/>
</Entity>
<Entity uid="10311">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.472" z="754.73926"/>
<Orientation y="2.35621"/>
<Actor seed="23152"/>
</Entity>
<Entity uid="10312">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="814.0821" z="752.34693"/>
<Orientation y="2.35621"/>
<Actor seed="3988"/>
</Entity>
<Entity uid="10313">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="813.24915" z="751.17072"/>
<Orientation y="2.35621"/>
<Actor seed="45018"/>
</Entity>
<Entity uid="10314">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="813.60987" z="753.55494"/>
<Orientation y="2.35621"/>
<Actor seed="28506"/>
</Entity>
<Entity uid="10315">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.92206" z="750.03016"/>
<Orientation y="2.35621"/>
<Actor seed="12750"/>
</Entity>
<Entity uid="10316">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.41248" z="747.16334"/>
<Orientation y="2.35621"/>
<Actor seed="49656"/>
</Entity>
<Entity uid="10317">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="811.31135" z="754.27326"/>
<Orientation y="2.35621"/>
<Actor seed="31684"/>
</Entity>
<Entity uid="10318">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="813.00513" z="747.48591"/>
<Orientation y="2.35621"/>
<Actor seed="48350"/>
</Entity>
<Entity uid="10319">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="811.3393" z="756.99262"/>
<Orientation y="2.35621"/>
<Actor seed="9724"/>
</Entity>
<Entity uid="10320">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="813.0536" z="757.65918"/>
<Orientation y="2.35621"/>
<Actor seed="32192"/>
</Entity>
<Entity uid="10321">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="811.08545" z="750.79181"/>
<Orientation y="2.35621"/>
<Actor seed="53734"/>
</Entity>
<Entity uid="10322">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="812.02424" z="754.20051"/>
<Orientation y="2.35621"/>
<Actor seed="29898"/>
</Entity>
<Entity uid="10323">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="810.83967" z="749.75849"/>
<Orientation y="2.35621"/>
<Actor seed="61370"/>
</Entity>
<Entity uid="10324">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="813.70521" z="751.0503"/>
<Orientation y="2.35621"/>
<Actor seed="31550"/>
</Entity>
<Entity uid="10325">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="812.9582" z="747.94513"/>
<Orientation y="2.35621"/>
<Actor seed="23956"/>
</Entity>
<Entity uid="10326">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="811.27063" z="748.85773"/>
<Orientation y="2.35621"/>
<Actor seed="14928"/>
</Entity>
<Entity uid="10327">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="812.96106" z="756.12781"/>
<Orientation y="2.35621"/>
<Actor seed="22470"/>
</Entity>
<Entity uid="10328">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="811.78351" z="757.76417"/>
<Orientation y="2.35621"/>
<Actor seed="49278"/>
</Entity>
<Entity uid="10329">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="810.90278" z="751.45105"/>
<Orientation y="2.35621"/>
<Actor seed="30350"/>
</Entity>
<Entity uid="10330">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="810.58124" z="749.7978"/>
<Orientation y="2.35622"/>
<Actor seed="52952"/>
</Entity>
<Entity uid="10331">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="812.13465" z="760.89942"/>
<Orientation y="1.81612"/>
<Actor seed="61748"/>
</Entity>
<Entity uid="10332">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="808.7021" z="762.31379"/>
<Orientation y="2.35622"/>
<Actor seed="9724"/>
</Entity>
<Entity uid="10333">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="808.04145" z="762.37427"/>
<Orientation y="2.35621"/>
<Actor seed="47876"/>
</Entity>
<Entity uid="10334">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="819.21113" z="762.65699"/>
<Orientation y="0.1688"/>
<Actor seed="47876"/>
</Entity>
<Entity uid="10336">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="813.42109" z="762.61542"/>
<Orientation y="2.35622"/>
<Actor seed="28506"/>
</Entity>
<Entity uid="10337">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="818.72107" z="761.1413"/>
<Orientation y="2.35622"/>
<Actor seed="28506"/>
</Entity>
<Entity uid="10338">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="822.73877" z="762.80677"/>
<Orientation y="2.35622"/>
<Actor seed="28506"/>
</Entity>
<Entity uid="10339">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="807.13514" z="763.87891"/>
<Orientation y="2.35622"/>
<Actor seed="28506"/>
</Entity>
<Entity uid="10340">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="807.9897" z="765.17219"/>
<Orientation y="2.35622"/>
<Actor seed="52952"/>
</Entity>
<Entity uid="10341">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="800.46143" z="760.54798"/>
<Orientation y="8.55312"/>
<Actor seed="38674"/>
</Entity>
<Entity uid="10342">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="795.58381" z="769.27173"/>
<Orientation y="2.35621"/>
<Actor seed="33488"/>
</Entity>
<Entity uid="10343">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="819.25861" z="756.43738"/>
<Orientation y="2.35621"/>
<Actor seed="29116"/>
</Entity>
<Entity uid="10344">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="798.07477" z="754.41474"/>
<Orientation y="2.35621"/>
<Actor seed="48280"/>
</Entity>
<Entity uid="10345">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="826.58838" z="750.26642"/>
<Orientation y="3.82215"/>
<Actor seed="63226"/>
</Entity>
<Entity uid="10347">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="793.67853" z="758.07416"/>
<Orientation y="2.02337"/>
<Actor seed="64104"/>
</Entity>
<Entity uid="10348">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="805.48285" z="756.32856"/>
<Orientation y="1.1203"/>
<Actor seed="64104"/>
</Entity>
<Entity uid="10349">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="833.53925" z="749.56983"/>
<Orientation y="1.86258"/>
<Actor seed="64104"/>
</Entity>
<Entity uid="10350">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="819.17347" z="753.14112"/>
<Orientation y="2.15676"/>
<Actor seed="25824"/>
</Entity>
<Entity uid="10351">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="822.26539" z="753.32197"/>
<Orientation y="2.35621"/>
<Actor seed="55688"/>
</Entity>
<Entity uid="10352">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="832.34144" z="751.29395"/>
<Orientation y="2.35621"/>
<Actor seed="19824"/>
</Entity>
<Entity uid="10353">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="835.68372" z="750.09595"/>
<Orientation y="2.35621"/>
<Actor seed="32778"/>
</Entity>
<Entity uid="10354">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="833.67847" z="750.72168"/>
<Orientation y="2.35621"/>
<Actor seed="64130"/>
</Entity>
<Entity uid="10355">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="817.72669" z="755.68165"/>
<Orientation y="2.35621"/>
<Actor seed="62772"/>
</Entity>
<Entity uid="10356">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="791.40485" z="760.68744"/>
<Orientation y="2.35621"/>
<Actor seed="16680"/>
</Entity>
<Entity uid="10357">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="829.76075" z="751.1991"/>
<Orientation y="2.35621"/>
<Actor seed="34494"/>
</Entity>
<Entity uid="10358">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="831.35315" z="751.61274"/>
<Orientation y="2.35621"/>
<Actor seed="4758"/>
</Entity>
<Entity uid="10359">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="822.85181" z="753.54822"/>
<Orientation y="2.35621"/>
<Actor seed="20792"/>
</Entity>
<Entity uid="10361">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="814.06012" z="734.89838"/>
<Orientation y="2.35622"/>
<Actor seed="1498"/>
</Entity>
<Entity uid="10362">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="815.92359" z="728.35096"/>
<Orientation y="2.78272"/>
<Actor seed="1498"/>
</Entity>
<Entity uid="10364">
<Template>actor|geology/highland3.xml</Template>
<Position x="813.69239" z="736.41858"/>
<Orientation y="2.35621"/>
<Actor seed="29048"/>
</Entity>
<Entity uid="10365">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="819.64826" z="733.30762"/>
<Orientation y="2.35621"/>
<Actor seed="58620"/>
</Entity>
<Entity uid="10367">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="808.8559" z="765.7942"/>
<Orientation y="2.35621"/>
<Actor seed="63164"/>
</Entity>
<Entity uid="10368">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="819.6526" z="729.21076"/>
<Orientation y="2.35621"/>
<Actor seed="32256"/>
</Entity>
<Entity uid="10370">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="813.46052" z="743.64838"/>
<Orientation y="3.19274"/>
<Actor seed="46378"/>
</Entity>
<Entity uid="10371">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="819.88697" z="731.84064"/>
<Orientation y="3.13564"/>
<Actor seed="19914"/>
</Entity>
<Entity uid="10373">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="819.41382" z="730.39399"/>
<Orientation y="3.43215"/>
<Actor seed="58100"/>
</Entity>
<Entity uid="10375">
<Template>actor|props/flora/grass_field_parched_short.xml</Template>
<Position x="817.77692" z="727.87787"/>
<Orientation y="3.62554"/>
<Actor seed="22256"/>
</Entity>
<Entity uid="10376">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="809.50275" z="729.86036"/>
<Orientation y="2.78272"/>
<Actor seed="1498"/>
</Entity>
<Entity uid="10377">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="812.62385" z="742.94495"/>
<Orientation y="2.35622"/>
<Actor seed="1498"/>
</Entity>
<Entity uid="10382">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="795.83375" z="742.76545"/>
<Orientation y="7.8695"/>
<Actor seed="21368"/>
</Entity>
<Entity uid="10384">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="795.70502" z="729.11438"/>
<Orientation y="7.85848"/>
<Actor seed="40280"/>
</Entity>
<Entity uid="10400">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="828.23798" z="743.14844"/>
<Orientation y="4.72408"/>
<Actor seed="21368"/>
</Entity>
<Entity uid="10401">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="828.5677" z="729.08948"/>
<Orientation y="4.72866"/>
<Actor seed="40280"/>
</Entity>
<Entity uid="10403">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="795.31415" z="751.67231"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10404">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="795.34314" z="742.47748"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10405">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="795.3943" z="733.26453"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10406">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="795.34864" z="724.32544"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10407">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="795.46906" z="714.98444"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10408">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="795.52643" z="705.75318"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10409">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="828.84314" z="715.01941"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10410">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="828.72272" z="724.36042"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10411">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="828.76581" z="733.56116"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10412">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="828.67005" z="742.83973"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10413">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="828.65412" z="748.16034"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10414">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="828.90052" z="705.78815"/>
<Orientation y="3.13442"/>
<Actor seed="38702"/>
</Entity>
<Entity uid="10415">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="795.735" z="701.12653"/>
<Orientation y="-1.61516"/>
<Actor seed="22964"/>
</Entity>
<Entity uid="10416">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="828.96082" z="701.28095"/>
<Orientation y="1.60094"/>
<Actor seed="22964"/>
</Entity>
<Entity uid="10418">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="796.10602" z="734.27997"/>
<Orientation y="1.54946"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10419">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="796.05744" z="735.8957"/>
<Orientation y="1.54946"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10420">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="796.03504" z="737.53095"/>
<Orientation y="1.54946"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10421">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="809.84522" z="723.06153"/>
<Orientation y="2.35621"/>
<Actor seed="21320"/>
</Entity>
<Entity uid="10426">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="797.10431" z="734.27247"/>
<Orientation y="2.86574"/>
<Actor seed="55314"/>
</Entity>
<Entity uid="10431">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="814.35016" z="722.98469"/>
<Orientation y="2.35621"/>
<Actor seed="40976"/>
</Entity>
<Entity uid="10433">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="795.42933" z="734.85157"/>
<Orientation y="-0.02097"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10434">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="795.2674" z="736.85303"/>
<Orientation y="3.1322"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10435">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="797.00654" z="737.73621"/>
<Orientation y="2.35622"/>
<Actor seed="55314"/>
</Entity>
<Entity uid="10444">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="796.06452" z="733.15656"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10445">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="796.66065" z="733.47437"/>
<Orientation y="6.25915"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10446">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="797.21338" z="733.19422"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10447">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="797.71656" z="733.52588"/>
<Orientation y="6.25916"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10448">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="796.03425" z="738.4574"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10449">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="796.63038" z="738.77521"/>
<Orientation y="6.25916"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10450">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="797.18311" z="738.49506"/>
<Orientation y="9.41135"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10451">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="797.68628" z="738.82673"/>
<Orientation y="6.25916"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10452">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="826.01484" z="733.331"/>
<Orientation y="9.43897"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10453">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="826.53028" z="733.6432"/>
<Orientation y="12.59116"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10454">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="827.0719" z="733.34211"/>
<Orientation y="9.43897"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10455">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="827.67975" z="733.63685"/>
<Orientation y="12.59116"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10456">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="826.18714" z="738.6291"/>
<Orientation y="9.43897"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10457">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="826.70258" z="738.94129"/>
<Orientation y="12.59116"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10458">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="827.24421" z="738.6402"/>
<Orientation y="9.43897"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10459">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="827.85206" z="738.935"/>
<Orientation y="12.59116"/>
<Actor seed="52474"/>
</Entity>
<Entity uid="10461">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="828.50733" z="735.21076"/>
<Orientation y="6.31202"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10462">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="828.422" z="737.21698"/>
<Orientation y="3.15885"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10464">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="827.71436" z="734.56269"/>
<Orientation y="4.72927"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10465">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="827.75446" z="736.19764"/>
<Orientation y="4.72927"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10466">
<Template>actor|props/special/eyecandy/ptol_statues_sit_female_base.xml</Template>
<Position x="827.76771" z="737.81397"/>
<Orientation y="4.72927"/>
<Actor seed="18522"/>
</Entity>
<Entity uid="10468">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="826.7594" z="737.99701"/>
<Orientation y="1.06742"/>
<Actor seed="36998"/>
</Entity>
<Entity uid="10469">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="826.59675" z="734.26685"/>
<Orientation y="1.61861"/>
<Actor seed="36998"/>
</Entity>
<Entity uid="10470">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="794.27393" z="720.84742"/>
<Orientation y="2.35622"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10471">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="794.425" z="715.297"/>
<Orientation y="0.63929"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10472">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="794.4607" z="709.63678"/>
<Orientation y="3.71598"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10473">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="794.15803" z="704.20478"/>
<Orientation y="3.71598"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10474">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="830.00611" z="709.47785"/>
<Orientation y="3.71598"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10475">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="829.70344" z="704.04584"/>
<Orientation y="3.71598"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10476">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="829.9704" z="715.13807"/>
<Orientation y="0.6393"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10477">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="829.81934" z="720.68848"/>
<Orientation y="2.35622"/>
<Actor seed="31216"/>
</Entity>
<Entity uid="10478">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="796.59937" z="711.62751"/>
<Orientation y="-3.15343"/>
<Actor seed="45578"/>
</Entity>
<Entity uid="10480">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="827.67084" z="711.78528"/>
<Orientation y="-3.14066"/>
<Actor seed="10108"/>
</Entity>
<Entity uid="10482">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="827.79853" z="709.66157"/>
<Orientation y="2.35621"/>
<Actor seed="36960"/>
</Entity>
<Entity uid="10484">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="796.41663" z="713.8053"/>
<Orientation y="3.85782"/>
<Actor seed="14302"/>
</Entity>
<Entity uid="10485">
<Template>actor|props/structures/ptolemies/fishing_boat_basket.xml</Template>
<Position x="822.58942" z="725.61902"/>
<Orientation y="2.35621"/>
<Actor seed="30924"/>
</Entity>
<Entity uid="10486">
<Template>units/ptol_support_healer_e</Template>
<Player>0</Player>
<Position x="824.0832" z="725.93708"/>
<Orientation y="-0.70653"/>
<Actor seed="59670"/>
</Entity>
<Entity uid="10487">
<Template>units/ptol_support_healer_e</Template>
<Player>0</Player>
<Position x="798.30951" z="713.48536"/>
<Orientation y="2.35621"/>
<Actor seed="38460"/>
</Entity>
<Entity uid="10488">
<Template>units/ptol_support_healer_e</Template>
<Player>0</Player>
<Position x="798.34742" z="710.7635"/>
<Orientation y="0.45844"/>
<Actor seed="24904"/>
</Entity>
<Entity uid="10489">
<Template>units/ptol_support_healer_e</Template>
<Player>0</Player>
<Position x="798.98346" z="736.3744"/>
<Orientation y="4.22883"/>
<Actor seed="29576"/>
</Entity>
<Entity uid="10490">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="827.30286" z="714.55414"/>
<Orientation y="2.72799"/>
<Actor seed="54960"/>
</Entity>
<Entity uid="10491">
<Template>units/cart_champion_pikeman</Template>
<Player>0</Player>
<Position x="798.11255" z="702.52173"/>
<Orientation y="2.67254"/>
<Actor seed="38866"/>
</Entity>
<Entity uid="10492">
<Template>units/cart_champion_pikeman</Template>
<Player>0</Player>
<Position x="825.92438" z="701.98884"/>
<Orientation y="3.35862"/>
<Actor seed="38706"/>
</Entity>
<Entity uid="10493">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="737.63678" z="765.09052"/>
<Orientation y="4.68552"/>
<Actor seed="51632"/>
</Entity>
<Entity uid="10494">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="739.39557" z="735.03394"/>
<Orientation y="-4.74996"/>
<Actor seed="790"/>
</Entity>
<Entity uid="10495">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="778.1811" z="742.63691"/>
<Orientation y="-1.60131"/>
<Actor seed="47290"/>
</Entity>
<Entity uid="10496">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="778.79627" z="714.14051"/>
<Orientation y="-1.54383"/>
<Actor seed="13620"/>
</Entity>
<Entity uid="10497">
<Template>structures/ptol_farmstead</Template>
<Player>0</Player>
<Position x="742.00043" z="711.2508"/>
<Orientation y="1.51044"/>
<Actor seed="7702"/>
</Entity>
<Entity uid="10498">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="771.35639" z="675.65192"/>
<Orientation y="2.35622"/>
<Actor seed="43764"/>
</Entity>
<Entity uid="10499">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="857.80695" z="722.662"/>
<Orientation y="-1.54383"/>
<Actor seed="13620"/>
</Entity>
<Entity uid="10501">
<Template>structures/ptol_farmstead</Template>
<Player>0</Player>
<Position x="854.10901" z="701.11036"/>
<Orientation y="6.33152"/>
<Actor seed="7702"/>
</Entity>
<Entity uid="10502">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="746.71363" z="697.40467"/>
<Orientation y="2.35621"/>
<Actor seed="63038"/>
</Entity>
<Entity uid="10503">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="738.6316" z="701.34473"/>
<Orientation y="2.35621"/>
<Actor seed="1202"/>
</Entity>
<Entity uid="10504">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="748.36005" z="701.53541"/>
<Orientation y="2.35621"/>
<Actor seed="37492"/>
</Entity>
<Entity uid="10505">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="843.85956" z="705.50861"/>
<Orientation y="2.35621"/>
<Actor seed="36942"/>
</Entity>
<Entity uid="10506">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="843.55231" z="698.99341"/>
<Orientation y="2.35621"/>
<Actor seed="51386"/>
</Entity>
<Entity uid="10507">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="866.02747" z="696.40107"/>
<Orientation y="2.35621"/>
<Actor seed="14812"/>
</Entity>
<Entity uid="10508">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="850.23487" z="686.29926"/>
<Orientation y="-3.17125"/>
<Actor seed="35812"/>
</Entity>
<Entity uid="10509">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="845.46851" z="688.36316"/>
<Orientation y="2.35621"/>
<Actor seed="23948"/>
</Entity>
<Entity uid="10510">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="855.61634" z="687.49201"/>
<Orientation y="2.35621"/>
<Actor seed="34400"/>
</Entity>
<Entity uid="10511">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="861.95832" z="689.2757"/>
<Orientation y="2.35621"/>
<Actor seed="31256"/>
</Entity>
<Entity uid="10512">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="867.28919" z="704.15271"/>
<Orientation y="2.35621"/>
<Actor seed="30654"/>
</Entity>
<Entity uid="10513">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="864.27192" z="703.41462"/>
<Orientation y="2.35621"/>
<Actor seed="2630"/>
</Entity>
<Entity uid="10514">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="861.45881" z="693.80878"/>
<Orientation y="2.35621"/>
<Actor seed="61082"/>
</Entity>
<Entity uid="10515">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="870.79297" z="706.34913"/>
<Orientation y="1.41221"/>
<Actor seed="12986"/>
</Entity>
<Entity uid="10516">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="757.79523" z="742.40888"/>
<Orientation y="3.07451"/>
<Actor seed="26844"/>
</Entity>
<Entity uid="10517">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="760.40711" z="745.08167"/>
<Orientation y="4.55896"/>
<Actor seed="37510"/>
</Entity>
<Entity uid="10518">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="757.08997" z="765.90333"/>
<Orientation y="3.27654"/>
<Actor seed="5056"/>
</Entity>
<Entity uid="10519">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="756.79407" z="731.9339"/>
<Orientation y="2.35621"/>
<Actor seed="27390"/>
</Entity>
<Entity uid="10520">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="768.0182" z="760.77826"/>
<Orientation y="9.19716"/>
<Actor seed="28998"/>
</Entity>
<Entity uid="10521">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="758.9792" z="754.00849"/>
<Orientation y="1.04365"/>
<Actor seed="5056"/>
</Entity>
<Entity uid="10522">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="775.88685" z="772.13508"/>
<Orientation y="3.27654"/>
<Actor seed="5056"/>
</Entity>
<Entity uid="10523">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="756.50019" z="768.58533"/>
<Orientation y="2.35621"/>
<Actor seed="26176"/>
</Entity>
<Entity uid="10524">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="758.04389" z="768.88892"/>
<Orientation y="2.35621"/>
<Actor seed="1720"/>
</Entity>
<Entity uid="10525">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="761.8899" z="743.36646"/>
<Orientation y="2.35621"/>
<Actor seed="10366"/>
</Entity>
<Entity uid="10526">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="762.48267" z="740.6261"/>
<Orientation y="2.35621"/>
<Actor seed="57856"/>
</Entity>
<Entity uid="10527">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="762.43055" z="743.78431"/>
<Orientation y="2.35621"/>
<Actor seed="24544"/>
</Entity>
<Entity uid="10528">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="762.58753" z="744.86628"/>
<Orientation y="2.35621"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10529">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="756.07746" z="739.8072"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10530">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="759.57972" z="741.46338"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10531">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="759.47065" z="745.20826"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10532">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="762.67304" z="763.1261"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10533">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="761.20453" z="760.6324"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10534">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="767.82453" z="760.9292"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10535">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="775.30573" z="764.16132"/>
<Orientation y="2.35622"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10537">
<Template>actor|props/special/eyecandy/plank_pile_big_01.xml</Template>
<Position x="760.61841" z="708.82038"/>
<Orientation y="3.36582"/>
<Actor seed="23410"/>
</Entity>
<Entity uid="10538">
<Template>actor|props/special/eyecandy/plank_pile_big_01.xml</Template>
<Position x="753.22162" z="709.42084"/>
<Orientation y="-9.38231"/>
<Actor seed="21930"/>
</Entity>
<Entity uid="10539">
<Template>actor|props/special/eyecandy/plank_pile_big_01.xml</Template>
<Position x="755.58167" z="709.32654"/>
<Orientation y="3.36582"/>
<Actor seed="23410"/>
</Entity>
<Entity uid="10540">
<Template>actor|props/special/eyecandy/plank_pile_big_02.xml</Template>
<Position x="752.7049" z="710.31385"/>
<Orientation y="2.22393"/>
<Actor seed="55822"/>
</Entity>
<Entity uid="10541">
<Template>actor|props/special/eyecandy/plank_pile_big_02.xml</Template>
<Position x="761.9065" z="708.73798"/>
<Orientation y="2.19338"/>
<Actor seed="51946"/>
</Entity>
<Entity uid="10542">
<Template>actor|props/special/eyecandy/plank_pile_big_02.xml</Template>
<Position x="759.16028" z="708.14234"/>
<Orientation y="2.35621"/>
<Actor seed="48606"/>
</Entity>
<Entity uid="10543">
<Template>actor|props/special/eyecandy/plank_pile_big_02.xml</Template>
<Position x="755.06708" z="708.68665"/>
<Orientation y="5.0818"/>
<Actor seed="47554"/>
</Entity>
<Entity uid="10544">
<Template>actor|props/special/eyecandy/plank_pile_big_01.xml</Template>
<Position x="750.5901" z="710.28571"/>
<Orientation y="3.36582"/>
<Actor seed="23410"/>
</Entity>
<Entity uid="10545">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="754.79395" z="712.67585"/>
<Orientation y="2.35621"/>
<Actor seed="54956"/>
</Entity>
<Entity uid="10546">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="754.8783" z="714.29816"/>
<Orientation y="2.35621"/>
<Actor seed="59414"/>
</Entity>
<Entity uid="10547">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="755.43281" z="705.75245"/>
<Orientation y="2.35621"/>
<Actor seed="7744"/>
</Entity>
<Entity uid="10548">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="755.02369" z="703.92725"/>
<Orientation y="2.35621"/>
<Actor seed="40422"/>
</Entity>
<Entity uid="10549">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="760.43226" z="704.71167"/>
<Orientation y="2.35621"/>
<Actor seed="5220"/>
</Entity>
<Entity uid="10550">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="760.04511" z="703.47547"/>
<Orientation y="2.35621"/>
<Actor seed="15610"/>
</Entity>
<Entity uid="10551">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="761.54993" z="712.38501"/>
<Orientation y="2.35621"/>
<Actor seed="23014"/>
</Entity>
<Entity uid="10552">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="761.67524" z="714.46454"/>
<Orientation y="2.35621"/>
<Actor seed="3708"/>
</Entity>
<Entity uid="10553">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="761.66706" z="716.8025"/>
<Orientation y="2.35621"/>
<Actor seed="57482"/>
</Entity>
<Entity uid="10554">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="754.89643" z="704.78541"/>
<Orientation y="2.35621"/>
<Actor seed="13956"/>
</Entity>
<Entity uid="10555">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="754.51575" z="713.45795"/>
<Orientation y="2.35621"/>
<Actor seed="43272"/>
</Entity>
<Entity uid="10556">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="761.969" z="713.46143"/>
<Orientation y="2.35621"/>
<Actor seed="8054"/>
</Entity>
<Entity uid="10557">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="761.74854" z="711.84308"/>
<Orientation y="2.35621"/>
<Actor seed="7582"/>
</Entity>
<Entity uid="10558">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="762.05811" z="714.81421"/>
<Orientation y="2.35621"/>
<Actor seed="7356"/>
</Entity>
<Entity uid="10559">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="759.86005" z="704.12226"/>
<Orientation y="2.35621"/>
<Actor seed="22780"/>
</Entity>
<Entity uid="10560">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="755.62543" z="703.27802"/>
<Orientation y="2.35621"/>
<Actor seed="1094"/>
</Entity>
<Entity uid="10561">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="755.875" z="704.30292"/>
<Orientation y="2.35621"/>
<Actor seed="15282"/>
</Entity>
<Entity uid="10562">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="753.76606" z="713.39246"/>
<Orientation y="2.35621"/>
<Actor seed="23914"/>
</Entity>
<Entity uid="10563">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="760.77021" z="714.10914"/>
<Orientation y="2.35621"/>
<Actor seed="50348"/>
</Entity>
<Entity uid="10564">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="761.23469" z="717.21497"/>
<Orientation y="2.35621"/>
<Actor seed="15502"/>
</Entity>
<Entity uid="10565">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="760.36292" z="703.16962"/>
<Orientation y="2.35621"/>
<Actor seed="4938"/>
</Entity>
<Entity uid="10566">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="754.95972" z="717.32178"/>
<Orientation y="2.35621"/>
<Actor seed="32210"/>
</Entity>
<Entity uid="10567">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="755.1941" z="719.64844"/>
<Orientation y="2.35621"/>
<Actor seed="62564"/>
</Entity>
<Entity uid="10568">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="755.22663" z="718.23902"/>
<Orientation y="2.35621"/>
<Actor seed="31768"/>
</Entity>
<Entity uid="10569">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="754.8172" z="716.07068"/>
<Orientation y="2.35621"/>
<Actor seed="4062"/>
</Entity>
<Entity uid="10570">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="755.40943" z="720.54383"/>
<Orientation y="2.35621"/>
<Actor seed="45384"/>
</Entity>
<Entity uid="10571">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="761.49103" z="713.17072"/>
<Orientation y="2.35621"/>
<Actor seed="23424"/>
</Entity>
<Entity uid="10572">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="754.7386" z="702.9079"/>
<Orientation y="2.35621"/>
<Actor seed="55660"/>
</Entity>
<Entity uid="10574">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="833.97797" z="719.40693"/>
<Orientation y="1.09011"/>
<Actor seed="1848"/>
</Entity>
<Entity uid="10575">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="833.47034" z="724.22834"/>
<Orientation y="2.78544"/>
<Actor seed="9632"/>
</Entity>
<Entity uid="10576">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="834.0163" z="714.6496"/>
<Orientation y="2.35621"/>
<Actor seed="14198"/>
</Entity>
<Entity uid="10577">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="832.34314" z="722.30457"/>
<Orientation y="2.35621"/>
<Actor seed="53830"/>
</Entity>
<Entity uid="10578">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="834.44233" z="727.83552"/>
<Orientation y="2.35621"/>
<Actor seed="64618"/>
</Entity>
<Entity uid="10579">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="832.4878" z="751.91181"/>
<Orientation y="3.39734"/>
<Actor seed="26874"/>
</Entity>
<Entity uid="10580">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="824.02247" z="759.4632"/>
<Orientation y="2.35621"/>
<Actor seed="678"/>
</Entity>
<Entity uid="10581">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="838.10145" z="737.96875"/>
<Orientation y="2.35621"/>
<Actor seed="964"/>
</Entity>
<Entity uid="10582">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="844.0478" z="748.45844"/>
<Orientation y="2.35621"/>
<Actor seed="53758"/>
</Entity>
<Entity uid="10583">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="846.95289" z="747.28779"/>
<Orientation y="0.45647"/>
<Actor seed="964"/>
</Entity>
<Entity uid="10584">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="832.50763" z="728.13306"/>
<Orientation y="2.55222"/>
<Actor seed="9632"/>
</Entity>
<Entity uid="10585">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="833.45612" z="736.63471"/>
<Orientation y="-1.47446"/>
<Actor seed="64618"/>
</Entity>
<Entity uid="10586">
<Template>actor|props/flora/farming_barley_harvest_b.xml</Template>
<Position x="832.65076" z="733.3058"/>
<Orientation y="2.55222"/>
<Actor seed="9632"/>
</Entity>
<Entity uid="10587">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="830.57636" z="737.20972"/>
<Orientation y="-0.95472"/>
<Actor seed="64618"/>
</Entity>
<Entity uid="10588">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="831.8664" z="737.07654"/>
<Orientation y="-2.92002"/>
<Actor seed="64618"/>
</Entity>
<Entity uid="10589">
<Template>actor|props/flora/farming_barley_harvest_a.xml</Template>
<Position x="832.54413" z="731.21961"/>
<Orientation y="-1.47446"/>
<Actor seed="64618"/>
</Entity>
<Entity uid="10590">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="766.49897" z="761.77735"/>
<Orientation y="1.61744"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10591">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="769.11341" z="761.15223"/>
<Orientation y="2.22643"/>
<Actor seed="21108"/>
</Entity>
<Entity uid="10592">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="761.55896" z="762.22889"/>
<Orientation y="2.35622"/>
<Actor seed="57856"/>
</Entity>
<Entity uid="10593">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="762.06092" z="762.7154"/>
<Orientation y="2.35622"/>
<Actor seed="15502"/>
</Entity>
<Entity uid="10594">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="761.35718" z="761.2392"/>
<Orientation y="7.17476"/>
<Actor seed="15502"/>
</Entity>
<Entity uid="10595">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="766.66547" z="761.25428"/>
<Orientation y="2.35622"/>
<Actor seed="15502"/>
</Entity>
<Entity uid="10596">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="768.9715" z="761.22876"/>
<Orientation y="2.35622"/>
<Actor seed="15502"/>
</Entity>
<Entity uid="10597">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="757.04334" z="769.07587"/>
<Orientation y="2.35622"/>
<Actor seed="15502"/>
</Entity>
<Entity uid="10598">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="764.69422" z="763.02125"/>
<Orientation y="2.35622"/>
<Actor seed="1720"/>
</Entity>
<Entity uid="10599">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="838.13276" z="741.26954"/>
<Orientation y="3.133"/>
<Actor seed="61748"/>
</Entity>
<Entity uid="10600">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="829.5373" z="752.44452"/>
<Orientation y="2.35622"/>
<Actor seed="4758"/>
</Entity>
<Entity uid="10601">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="827.68433" z="752.8022"/>
<Orientation y="2.35622"/>
<Actor seed="4758"/>
</Entity>
<Entity uid="10602">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="839.24286" z="743.37214"/>
<Orientation y="2.35621"/>
<Actor seed="59302"/>
</Entity>
<Entity uid="10603">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="838.97156" z="744.50556"/>
<Orientation y="2.35621"/>
<Actor seed="690"/>
</Entity>
<Entity uid="10604">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="837.10248" z="744.90857"/>
<Orientation y="2.35621"/>
<Actor seed="12184"/>
</Entity>
<Entity uid="10605">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="835.94495" z="746.13331"/>
<Orientation y="2.35621"/>
<Actor seed="26914"/>
</Entity>
<Entity uid="10606">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="838.67121" z="741.17066"/>
<Orientation y="2.35621"/>
<Actor seed="19624"/>
</Entity>
<Entity uid="10607">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="836.08472" z="756.80573"/>
<Orientation y="2.35621"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10608">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="837.7574" z="756.55115"/>
<Orientation y="2.35621"/>
<Actor seed="20952"/>
</Entity>
<Entity uid="10609">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="838.89191" z="756.7334"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10610">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="838.95051" z="740.04932"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10611">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="840.25977" z="745.53248"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10612">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="839.32789" z="741.28272"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10613">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="837.02503" z="742.69758"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10614">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="836.87043" z="740.3097"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10615">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="842.10608" z="752.79023"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10616">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="844.58753" z="751.8318"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="10617">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="843.51478" z="752.91584"/>
<Orientation y="2.35621"/>
<Actor seed="4770"/>
</Entity>
<Entity uid="10618">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="844.51441" z="753.43714"/>
<Orientation y="3.13564"/>
<Actor seed="19914"/>
</Entity>
<Entity uid="10619">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="835.79975" z="757.88825"/>
<Orientation y="3.13564"/>
<Actor seed="19914"/>
</Entity>
<Entity uid="10620">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="839.73945" z="745.22303"/>
<Orientation y="3.13564"/>
<Actor seed="19914"/>
</Entity>
<Entity uid="10621">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="821.89026" z="763.24836"/>
<Orientation y="3.13564"/>
<Actor seed="19914"/>
</Entity>
<Entity uid="10622">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="755.75153" z="741.81263"/>
<Orientation y="3.13564"/>
<Actor seed="19914"/>
</Entity>
<Entity uid="10623">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="830.12421" z="745.59028"/>
<Orientation y="2.35621"/>
<Actor seed="55154"/>
</Entity>
<Entity uid="10624">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="830.10541" z="747.08893"/>
<Orientation y="2.35621"/>
<Actor seed="21204"/>
</Entity>
<Entity uid="10625">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="800.36896" z="748.11847"/>
<Orientation y="2.35621"/>
<Actor seed="12128"/>
</Entity>
<Entity uid="10626">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="831.58704" z="707.31098"/>
<Orientation y="-0.03916"/>
<Actor seed="32540"/>
</Entity>
<Entity uid="10627">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="823.59607" z="748.318"/>
<Orientation y="4.78486"/>
<Actor seed="12128"/>
</Entity>
<Entity uid="10632">
<Template>actor|geology/shoreline_small.xml</Template>
<Position x="810.6485" z="764.86725"/>
<Orientation y="2.35621"/>
<Actor seed="59042"/>
</Entity>
<Entity uid="10644">
<Template>actor|geology/stones_tropic_large.xml</Template>
<Position x="819.54719" z="773.07593"/>
<Orientation y="7.0113"/>
<Actor seed="29236"/>
</Entity>
<Entity uid="10695">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1108.63526" z="645.33161"/>
<Orientation y="3.79288"/>
<Actor seed="1267"/>
</Entity>
<Entity uid="10696">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1104.74341" z="654.13813"/>
<Orientation y="2.77985"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="10697">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1111.60035" z="634.2732"/>
<Orientation y="2.38324"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="10698">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1102.31397" z="637.41535"/>
<Orientation y="5.59379"/>
<Actor seed="1264"/>
</Entity>
<Entity uid="10699">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1127.8484" z="605.59168"/>
<Orientation y="3.89618"/>
<Actor seed="1263"/>
</Entity>
<Entity uid="10700">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1109.39368" z="628.22889"/>
<Orientation y="5.6165"/>
<Actor seed="1261"/>
</Entity>
<Entity uid="10701">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1118.04102" z="625.94385"/>
<Orientation y="10.05623"/>
<Actor seed="1260"/>
</Entity>
<Entity uid="10702">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1131.42371" z="619.57471"/>
<Orientation y="9.71088"/>
<Actor seed="1259"/>
</Entity>
<Entity uid="10703">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1096.08936" z="653.26563"/>
<Orientation y="4.35116"/>
<Actor seed="1084"/>
</Entity>
<Entity uid="10704">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1101.0995" z="657.6045"/>
<Orientation y="4.9111"/>
<Actor seed="1196"/>
</Entity>
<Entity uid="10705">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1103.90735" z="647.43396"/>
<Orientation y="5.83176"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="10706">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1105.7306" z="639.64454"/>
<Orientation y="2.83843"/>
<Actor seed="1177"/>
</Entity>
<Entity uid="10707">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1123.042" z="608.57477"/>
<Orientation y="3.2083"/>
<Actor seed="1176"/>
</Entity>
<Entity uid="10708">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1126.6626" z="597.35175"/>
<Orientation y="6.52529"/>
<Actor seed="1171"/>
</Entity>
<Entity uid="10709">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1106.29297" z="623.49787"/>
<Orientation y="10.48134"/>
<Actor seed="1170"/>
</Entity>
<Entity uid="10710">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1110.20899" z="624.31318"/>
<Orientation y="4.80039"/>
<Actor seed="1169"/>
</Entity>
<Entity uid="10711">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1114.94031" z="621.21247"/>
<Orientation y="7.86876"/>
<Actor seed="1168"/>
</Entity>
<Entity uid="10712">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1123.58765" z="618.92707"/>
<Orientation y="10.6573"/>
<Actor seed="1167"/>
</Entity>
<Entity uid="10713">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1107.01539" z="630.15717"/>
<Orientation y="9.8873"/>
<Actor seed="1166"/>
</Entity>
<Entity uid="10714">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1122.1305" z="612.46955"/>
<Orientation y="5.19864"/>
<Actor seed="1083"/>
</Entity>
<Entity uid="10715">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1111.8396" z="616.48108"/>
<Orientation y="10.0768"/>
<Actor seed="1080"/>
</Entity>
<Entity uid="10716">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1120.48707" z="614.19581"/>
<Orientation y="9.80947"/>
<Actor seed="1079"/>
</Entity>
<Entity uid="10717">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1124.40308" z="615.01105"/>
<Orientation y="8.18146"/>
<Actor seed="1078"/>
</Entity>
<Entity uid="10718">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1128.3191" z="615.82642"/>
<Orientation y="5.40891"/>
<Actor seed="1077"/>
</Entity>
<Entity uid="10719">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1101.42127" z="645.91193"/>
<Orientation y="2.7962"/>
<Actor seed="996"/>
</Entity>
<Entity uid="10720">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1114.83802" z="613.93061"/>
<Orientation y="0.8974"/>
<Actor seed="995"/>
</Entity>
<Entity uid="10721">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="974.63215" z="752.74756"/>
<Orientation y="3.00977"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="10722">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="974.63215" z="748.74756"/>
<Orientation y="2.61316"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="10723">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="984.04542" z="740.48145"/>
<Orientation y="5.8237"/>
<Actor seed="1264"/>
</Entity>
<Entity uid="10724">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="966.63215" z="748.74756"/>
<Orientation y="4.58107"/>
<Actor seed="1084"/>
</Entity>
<Entity uid="10725">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="979.86457" z="747.83216"/>
<Orientation y="5.14101"/>
<Actor seed="1196"/>
</Entity>
<Entity uid="10726">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="947.34089" z="739.99378"/>
<Orientation y="4.98179"/>
<Actor seed="1193"/>
</Entity>
<Entity uid="10727">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="977.07972" z="746.23145"/>
<Orientation y="2.04813"/>
<Actor seed="1192"/>
</Entity>
<Entity uid="10728">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="970.63215" z="752.74756"/>
<Orientation y="6.06168"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="10729">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="964.33051" z="748.52717"/>
<Orientation y="3.06835"/>
<Actor seed="1177"/>
</Entity>
<Entity uid="10730">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="967.86457" z="751.83216"/>
<Orientation y="3.02611"/>
<Actor seed="996"/>
</Entity>
<Entity uid="10731">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1047.56287" z="941.39386"/>
<Orientation y="5.03847"/>
<Actor seed="1602"/>
</Entity>
<Entity uid="10732">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1037.47095" z="938.3111"/>
<Orientation y="2.36182"/>
<Actor seed="1601"/>
</Entity>
<Entity uid="10733">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1064.70118" z="930.15113"/>
<Orientation y="2.1364"/>
<Actor seed="1535"/>
</Entity>
<Entity uid="10734">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1052.87732" z="948.59675"/>
<Orientation y="2.85526"/>
<Actor seed="1532"/>
</Entity>
<Entity uid="10735">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1051.27222" z="944.93293"/>
<Orientation y="4.19874"/>
<Actor seed="1531"/>
</Entity>
<Entity uid="10736">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.83533" z="939.8141"/>
<Orientation y="-0.94248"/>
<Actor seed="1495"/>
</Entity>
<Entity uid="10737">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1055.98804" z="951.35511"/>
<Orientation y="2.67035"/>
<Actor seed="1493"/>
</Entity>
<Entity uid="10738">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1060.94556" z="926.31073"/>
<Orientation y="1.36248"/>
<Actor seed="1491"/>
</Entity>
<Entity uid="10739">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1047.87732" z="944.32068"/>
<Orientation y="0.3917"/>
<Actor seed="1452"/>
</Entity>
<Entity uid="10740">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1040.72046" z="941.08576"/>
<Orientation y="3.14205"/>
<Actor seed="1451"/>
</Entity>
<Entity uid="10741">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.51197" z="939.29389"/>
<Orientation y="2.25692"/>
<Actor seed="1449"/>
</Entity>
<Entity uid="10742">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.14185" z="920.82026"/>
<Orientation y="4.44808"/>
<Actor seed="1405"/>
</Entity>
<Entity uid="10743">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1044.30115" z="882.69098"/>
<Orientation y="-0.91965"/>
<Actor seed="1404"/>
</Entity>
<Entity uid="10744">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.8053" z="915.2917"/>
<Orientation y="4.66808"/>
<Actor seed="1369"/>
</Entity>
<Entity uid="10745">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1046.85938" z="948.18903"/>
<Orientation y="4.89621"/>
<Actor seed="1366"/>
</Entity>
<Entity uid="10746">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1061.8589" z="930.12446"/>
<Orientation y="4.01157"/>
<Actor seed="1364"/>
</Entity>
<Entity uid="10747">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1037.17554" z="897.29358"/>
<Orientation y="-0.25199"/>
<Actor seed="1323"/>
</Entity>
<Entity uid="10748">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1057.89649" z="914.22675"/>
<Orientation y="-0.65151"/>
<Actor seed="1319"/>
</Entity>
<Entity uid="10749">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1043.53504" z="852.80024"/>
<Orientation y="7.87838"/>
<Actor seed="1602"/>
</Entity>
<Entity uid="10750">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1037.17579" z="906.3592"/>
<Orientation y="5.20173"/>
<Actor seed="1601"/>
</Entity>
<Entity uid="10751">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1043.13465" z="842.60462"/>
<Orientation y="5.3512"/>
<Actor seed="1535"/>
</Entity>
<Entity uid="10752">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1030.30298" z="859.79102"/>
<Orientation y="5.69516"/>
<Actor seed="1532"/>
</Entity>
<Entity uid="10753">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1042.1963" z="837.62012"/>
<Orientation y="7.03864"/>
<Actor seed="1531"/>
</Entity>
<Entity uid="10754">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1039.79944" z="878.94001"/>
<Orientation y="1.89744"/>
<Actor seed="1495"/>
</Entity>
<Entity uid="10755">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1044.7815" z="874.5879"/>
<Orientation y="5.51026"/>
<Actor seed="1493"/>
</Entity>
<Entity uid="10756">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1059.01783" z="832.01642"/>
<Orientation y="4.57728"/>
<Actor seed="1491"/>
</Entity>
<Entity uid="10757">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1045.25599" z="839.21344"/>
<Orientation y="3.2316"/>
<Actor seed="1452"/>
</Entity>
<Entity uid="10758">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1041.84327" z="860.47254"/>
<Orientation y="5.98195"/>
<Actor seed="1451"/>
</Entity>
<Entity uid="10759">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1042.64026" z="841.59534"/>
<Orientation y="6.56067"/>
<Actor seed="1449"/>
</Entity>
<Entity uid="10760">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1039.28492" z="892.1836"/>
<Orientation y="7.28798"/>
<Actor seed="1405"/>
</Entity>
<Entity uid="10761">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1045.35804" z="864.6139"/>
<Orientation y="1.92026"/>
<Actor seed="1404"/>
</Entity>
<Entity uid="10762">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1042.4723" z="846.35877"/>
<Orientation y="7.50799"/>
<Actor seed="1369"/>
</Entity>
<Entity uid="10763">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1062.88672" z="831.47352"/>
<Orientation y="7.73612"/>
<Actor seed="1366"/>
</Entity>
<Entity uid="10764">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1058.07947" z="837.81794"/>
<Orientation y="7.22637"/>
<Actor seed="1364"/>
</Entity>
<Entity uid="10765">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1041.50135" z="887.29651"/>
<Orientation y="2.58793"/>
<Actor seed="1323"/>
</Entity>
<Entity uid="10766">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1037.36084" z="864.82929"/>
<Orientation y="2.18841"/>
<Actor seed="1319"/>
</Entity>
<Entity uid="10767">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1058.1742" z="870.25043"/>
<Orientation y="2.13167"/>
<Actor seed="1319"/>
</Entity>
<Entity uid="10768">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.72181" z="900.58021"/>
<Orientation y="2.5312"/>
<Actor seed="1323"/>
</Entity>
<Entity uid="10769">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1069.1211" z="850.41028"/>
<Orientation y="7.16964"/>
<Actor seed="1364"/>
</Entity>
<Entity uid="10770">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.21875" z="833.04377"/>
<Orientation y="7.67939"/>
<Actor seed="1366"/>
</Entity>
<Entity uid="10771">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.32496" z="852.0995"/>
<Orientation y="7.45125"/>
<Actor seed="1369"/>
</Entity>
<Entity uid="10772">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.17078" z="870.48884"/>
<Orientation y="1.86353"/>
<Actor seed="1404"/>
</Entity>
<Entity uid="10773">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1068.03614" z="862.28272"/>
<Orientation y="7.23125"/>
<Actor seed="1405"/>
</Entity>
<Entity uid="10774">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1060.44861" z="849.5528"/>
<Orientation y="6.50394"/>
<Actor seed="1449"/>
</Entity>
<Entity uid="10775">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1065.49622" z="860.32563"/>
<Orientation y="5.92522"/>
<Actor seed="1451"/>
</Entity>
<Entity uid="10776">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1066.51746" z="844.89869"/>
<Orientation y="3.17487"/>
<Actor seed="1452"/>
</Entity>
<Entity uid="10777">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1070.34632" z="859.01728"/>
<Orientation y="4.52054"/>
<Actor seed="1491"/>
</Entity>
<Entity uid="10778">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1064.54493" z="843.3592"/>
<Orientation y="6.98192"/>
<Actor seed="1531"/>
</Entity>
<Entity uid="10779">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1062.34815" z="840.46473"/>
<Orientation y="5.63843"/>
<Actor seed="1532"/>
</Entity>
<Entity uid="10780">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1065.19898" z="848.38886"/>
<Orientation y="6.13164"/>
<Actor seed="1535"/>
</Entity>
<Entity uid="10781">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1068.72266" z="864.38892"/>
<Orientation y="5.145"/>
<Actor seed="1601"/>
</Entity>
<Entity uid="10782">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1065.45716" z="862.07862"/>
<Orientation y="7.82165"/>
<Actor seed="1602"/>
</Entity>
<Entity uid="10783">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.72828" z="921.9513"/>
<Orientation y="4.38646"/>
<Actor seed="1364"/>
</Entity>
<Entity uid="10784">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1077.90442" z="938.62183"/>
<Orientation y="4.89621"/>
<Actor seed="1366"/>
</Entity>
<Entity uid="10785">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1069.64136" z="905.5199"/>
<Orientation y="3.72077"/>
<Actor seed="1449"/>
</Entity>
<Entity uid="10786">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1067.85157" z="908.57142"/>
<Orientation y="0.3917"/>
<Actor seed="1452"/>
</Entity>
<Entity uid="10787">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1071.24646" z="909.18366"/>
<Orientation y="4.19875"/>
<Actor seed="1531"/>
</Entity>
<Entity uid="10788">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.85157" z="912.84748"/>
<Orientation y="2.85526"/>
<Actor seed="1532"/>
</Entity>
<Entity uid="10789">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1066.00672" z="891.52045"/>
<Orientation y="2.51131"/>
<Actor seed="1535"/>
</Entity>
<Entity uid="10790">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1405.76587" z="377.22565"/>
<Orientation y="6.93137"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="10791">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1368.61683" z="362.84311"/>
<Orientation y="7.10154"/>
<Actor seed="1129"/>
</Entity>
<Entity uid="10792">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1392.88782" z="346.1616"/>
<Orientation y="5.2571"/>
<Actor seed="1128"/>
</Entity>
<Entity uid="10793">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1408.0055" z="375.37836"/>
<Orientation y="1.90563"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="10794">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1359.80665" z="364.38614"/>
<Orientation y="9.76594"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="10795">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1395.23047" z="382.07157"/>
<Orientation y="4.35456"/>
<Actor seed="1125"/>
</Entity>
<Entity uid="10796">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1390.83191" z="385.62855"/>
<Orientation y="-0.92246"/>
<Actor seed="1124"/>
</Entity>
<Entity uid="10797">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1394.8097" z="386.04935"/>
<Orientation y="0.35445"/>
<Actor seed="1123"/>
</Entity>
<Entity uid="10798">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1390.41114" z="389.60633"/>
<Orientation y="4.17765"/>
<Actor seed="1122"/>
</Entity>
<Entity uid="10799">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1369.39002" z="369.87394"/>
<Orientation y="-1.85555"/>
<Actor seed="1121"/>
</Entity>
<Entity uid="10800">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1376.57618" z="373.38944"/>
<Orientation y="4.18435"/>
<Actor seed="1119"/>
</Entity>
<Entity uid="10801">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1405.83057" z="369.2754"/>
<Orientation y="9.23156"/>
<Actor seed="1227"/>
</Entity>
<Entity uid="10802">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1399.09266" z="372.81345"/>
<Orientation y="5.34606"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="10803">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1366.23755" z="359.62772"/>
<Orientation y="5.20542"/>
<Actor seed="1225"/>
</Entity>
<Entity uid="10804">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1404.44861" z="370.97974"/>
<Orientation y="0.49144"/>
<Actor seed="1224"/>
</Entity>
<Entity uid="10805">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1408.42627" z="371.40061"/>
<Orientation y="1.72057"/>
<Actor seed="1223"/>
</Entity>
<Entity uid="10806">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1400.04993" z="374.53675"/>
<Orientation y="-0.0941"/>
<Actor seed="1222"/>
</Entity>
<Entity uid="10807">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1404.02771" z="374.95756"/>
<Orientation y="-0.1052"/>
<Actor seed="1221"/>
</Entity>
<Entity uid="10808">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1399.08838" z="380.12052"/>
<Orientation y="3.64301"/>
<Actor seed="1220"/>
</Entity>
<Entity uid="10809">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1380.1941" z="346.58594"/>
<Orientation y="-0.04712"/>
<Actor seed="1219"/>
</Entity>
<Entity uid="10810">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1378.33399" z="369.79633"/>
<Orientation y="0.41698"/>
<Actor seed="1218"/>
</Entity>
<Entity uid="10811">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1365.79688" z="368.11619"/>
<Orientation y="2.2824"/>
<Actor seed="1217"/>
</Entity>
<Entity uid="10812">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1416.58985" z="367.15357"/>
<Orientation y="7.39098"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="10813">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1413.3744" z="369.53278"/>
<Orientation y="6.71123"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="10814">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1393.60486" z="388.36612"/>
<Orientation y="8.87583"/>
<Actor seed="1040"/>
</Entity>
<Entity uid="10815">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1375.75452" z="372.48954"/>
<Orientation y="5.42127"/>
<Actor seed="1039"/>
</Entity>
<Entity uid="10816">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1378.95093" z="372.7049"/>
<Orientation y="9.51943"/>
<Actor seed="1038"/>
</Entity>
<Entity uid="10817">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1401.823" z="342.58976"/>
<Orientation y="6.45661"/>
<Actor seed="1037"/>
</Entity>
<Entity uid="10818">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1350.99646" z="365.92917"/>
<Orientation y="7.37069"/>
<Actor seed="1036"/>
</Entity>
<Entity uid="10819">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1353.37562" z="369.14466"/>
<Orientation y="5.26745"/>
<Actor seed="1035"/>
</Entity>
<Entity uid="10820">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1385.45997" z="347.65891"/>
<Orientation y="4.04017"/>
<Actor seed="1033"/>
</Entity>
<Entity uid="10821">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1374.81849" z="376.98252"/>
<Orientation y="1.60381"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="10822">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1379.25403" z="380.15656"/>
<Orientation y="1.61"/>
<Actor seed="1031"/>
</Entity>
<Entity uid="10823">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1366.58082" z="245.96033"/>
<Orientation y="7.77123"/>
<Actor seed="1232"/>
</Entity>
<Entity uid="10824">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1327.7273" z="185.6785"/>
<Orientation y="5.86861"/>
<Actor seed="1137"/>
</Entity>
<Entity uid="10825">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1361.08875" z="245.43537"/>
<Orientation y="8.22228"/>
<Actor seed="1136"/>
</Entity>
<Entity uid="10826">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1351.71863" z="226.32047"/>
<Orientation y="8.29366"/>
<Actor seed="1231"/>
</Entity>
<Entity uid="10827">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1342.5005" z="221.97181"/>
<Orientation y="9.39667"/>
<Actor seed="1230"/>
</Entity>
<Entity uid="10828">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1357.40857" z="233.8296"/>
<Orientation y="6.08451"/>
<Actor seed="1054"/>
</Entity>
<Entity uid="10829">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1353.8584" z="231.9868"/>
<Orientation y="6.42934"/>
<Actor seed="1053"/>
</Entity>
<Entity uid="10830">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1350.30823" z="230.14393"/>
<Orientation y="11.95894"/>
<Actor seed="1052"/>
</Entity>
<Entity uid="10831">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1346.75794" z="228.3011"/>
<Orientation y="7.89577"/>
<Actor seed="1051"/>
</Entity>
<Entity uid="10832">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1401.33692" z="277.3747"/>
<Orientation y="0.22782"/>
<Actor seed="4178"/>
</Entity>
<Entity uid="10833">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1403.26734" z="280.90879"/>
<Orientation y="2.78362"/>
<Actor seed="1133"/>
</Entity>
<Entity uid="10834">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1393.22889" z="269.37586"/>
<Orientation y="5.30385"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="10835">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1394.94617" z="271.71668"/>
<Orientation y="0.27811"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="10836">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1382.31751" z="264.30143"/>
<Orientation y="7.60404"/>
<Actor seed="1227"/>
</Entity>
<Entity uid="10837">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1384.42811" z="264.21766"/>
<Orientation y="3.71854"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="10838">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1385.1996" z="264.72754"/>
<Orientation y="2.0155"/>
<Actor seed="1220"/>
</Entity>
<Entity uid="10839">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1378.25342" z="260.58057"/>
<Orientation y="-1.32506"/>
<Actor seed="1219"/>
</Entity>
<Entity uid="10840">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1397.24952" z="277.36545"/>
<Orientation y="6.11304"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="10841">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1394.04334" z="274.97373"/>
<Orientation y="5.4333"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="10842">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1382.79566" z="256.60291"/>
<Orientation y="7.24831"/>
<Actor seed="1040"/>
</Entity>
<Entity uid="10843">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1376.01783" z="257.69663"/>
<Orientation y="0.32587"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="10844">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1413.92652" z="314.10584"/>
<Orientation y="2.27138"/>
<Actor seed="4178"/>
</Entity>
<Entity uid="10845">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1416.19397" z="310.77799"/>
<Orientation y="4.82718"/>
<Actor seed="1133"/>
</Entity>
<Entity uid="10846">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1410.49695" z="324.96683"/>
<Orientation y="7.34742"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="10847">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1411.79908" z="322.37198"/>
<Orientation y="2.32168"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="10848">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1413.46546" z="328.12015"/>
<Orientation y="9.6476"/>
<Actor seed="1227"/>
</Entity>
<Entity uid="10849">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1399.18116" z="346.99762"/>
<Orientation y="5.76211"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="10850">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1410.01453" z="334.23194"/>
<Orientation y="4.05906"/>
<Actor seed="1220"/>
</Entity>
<Entity uid="10851">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1409.48536" z="342.3046"/>
<Orientation y="0.71851"/>
<Actor seed="1219"/>
</Entity>
<Entity uid="10852">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1415.77942" z="317.74912"/>
<Orientation y="8.15661"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="10853">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1415.11" z="321.69266"/>
<Orientation y="7.47686"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="10854">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1403.87574" z="340.07175"/>
<Orientation y="9.29188"/>
<Actor seed="1040"/>
</Entity>
<Entity uid="10855">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1407.93567" z="345.60816"/>
<Orientation y="2.36944"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="10856">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1432.05726" z="329.35035"/>
<Orientation y="5.5322"/>
<Actor seed="4178"/>
</Entity>
<Entity uid="10857">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1430.20167" z="332.9243"/>
<Orientation y="8.088"/>
<Actor seed="1133"/>
</Entity>
<Entity uid="10858">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1434.17042" z="318.15851"/>
<Orientation y="10.60824"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="10859">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1433.18616" z="320.88981"/>
<Orientation y="5.5825"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="10860">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1429.18067" z="341.23179"/>
<Orientation y="12.90842"/>
<Actor seed="1227"/>
</Entity>
<Entity uid="10861">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1430.42786" z="342.93641"/>
<Orientation y="9.02292"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="10862">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1430.43531" z="343.86121"/>
<Orientation y="7.31987"/>
<Actor seed="1220"/>
</Entity>
<Entity uid="10863">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1430.00037" z="335.7829"/>
<Orientation y="3.97933"/>
<Actor seed="1219"/>
</Entity>
<Entity uid="10864">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1430.82605" z="283.17737"/>
<Orientation y="11.41742"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="10865">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1429.97962" z="321.95817"/>
<Orientation y="10.73768"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="10866">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1431.50074" z="337.64325"/>
<Orientation y="12.5527"/>
<Actor seed="1040"/>
</Entity>
<Entity uid="10867">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1413.60474" z="374.48197"/>
<Orientation y="5.63025"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="10868">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1302.49341" z="174.97867"/>
<Orientation y="3.69721"/>
<Actor seed="4178"/>
</Entity>
<Entity uid="10869">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1271.5481" z="154.78647"/>
<Orientation y="7.43555"/>
<Actor seed="1135"/>
</Entity>
<Entity uid="10870">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1282.9646" z="158.48276"/>
<Orientation y="9.75832"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="10871">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1299.52808" z="172.25425"/>
<Orientation y="6.25301"/>
<Actor seed="1133"/>
</Entity>
<Entity uid="10872">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1312.74512" z="179.94117"/>
<Orientation y="8.77324"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="10873">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1310.36561" z="178.27787"/>
<Orientation y="3.7475"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="10874">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.49036" z="174.82761"/>
<Orientation y="11.18802"/>
<Actor seed="1229"/>
</Entity>
<Entity uid="10875">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1298.2959" z="176.05973"/>
<Orientation y="8.58681"/>
<Actor seed="1228"/>
</Entity>
<Entity uid="10876">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1307.07996" z="182.88279"/>
<Orientation y="2.33332"/>
<Actor seed="1224"/>
</Entity>
<Entity uid="10877">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1306.4203" z="178.93757"/>
<Orientation y="3.56244"/>
<Actor seed="1223"/>
</Entity>
<Entity uid="10878">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1311.02527" z="182.22309"/>
<Orientation y="1.73668"/>
<Actor seed="1221"/>
</Entity>
<Entity uid="10879">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.78016" z="150.98096"/>
<Orientation y="8.88733"/>
<Actor seed="1049"/>
</Entity>
<Entity uid="10880">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1276.5857" z="152.21305"/>
<Orientation y="10.97034"/>
<Actor seed="1048"/>
</Entity>
<Entity uid="10881">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1284.19678" z="154.67722"/>
<Orientation y="10.84386"/>
<Actor seed="1047"/>
</Entity>
<Entity uid="10882">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1285.9972" z="158.66785"/>
<Orientation y="6.65485"/>
<Actor seed="1046"/>
</Entity>
<Entity uid="10883">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1306.3661" z="173.67148"/>
<Orientation y="9.58243"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="10884">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1310.17164" z="174.9036"/>
<Orientation y="8.90268"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="10885">
<Template>structures/ptol_dock</Template>
<Player>0</Player>
<Position x="1050.32715" z="753.78425"/>
<Orientation y="1.54011"/>
<Actor seed="33458"/>
</Entity>
<Entity uid="10892">
<Template>actor|structures/ptolemies/wooden_tower.xml</Template>
<Position x="1079.37085" z="666.95081"/>
<Orientation y="-6.2454"/>
<Actor seed="21328"/>
</Entity>
<Entity uid="10900">
<Template>actor|props/special/eyecandy/bridge_edge_hele.xml</Template>
<Position x="1031.91797" z="728.90015"/>
<Orientation y="3.15107"/>
<Actor seed="6746"/>
</Entity>
<Entity uid="10901">
<Template>actor|props/special/eyecandy/bridge_edge_hele.xml</Template>
<Position x="1020.8379" z="695.1225"/>
<Orientation y="-0.01113"/>
<Actor seed="6746"/>
</Entity>
<Entity uid="10902">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1059.6886" z="720.70051"/>
<Orientation y="-1.55526"/>
</Entity>
<Entity uid="10903">
<Template>actor|props/structures/seleucids/gate.xml</Template>
<Position x="1044.98865" z="719.96265"/>
<Orientation y="16.08799"/>
<Actor seed="15150"/>
</Entity>
<Entity uid="10905">
<Template>actor|props/structures/seleucids/gate.xml</Template>
<Position x="1045.23328" z="704.089"/>
<Orientation y="5.84603"/>
</Entity>
<Entity uid="10906">
<Template>actor|props/special/eyecandy/bridge_edge_hele.xml</Template>
<Position x="1085.9557" z="694.87574"/>
<Orientation y="-1.52761"/>
<Actor seed="6746"/>
</Entity>
<Entity uid="10907">
<Template>actor|props/structures/seleucids/gate.xml</Template>
<Position x="1070.87903" z="720.72889"/>
<Orientation y="6.26427"/>
<Actor seed="15150"/>
</Entity>
<Entity uid="10929">
<Template>other/obelisk</Template>
<Player>0</Player>
<Position x="1043.86597" z="719.71222"/>
<Orientation y="1.53582"/>
</Entity>
<Entity uid="10930">
<Template>other/obelisk</Template>
<Player>0</Player>
<Position x="1044.06885" z="704.3545"/>
<Orientation y="1.537"/>
</Entity>
<Entity uid="10931">
<Template>other/obelisk</Template>
<Player>0</Player>
<Position x="1064.58973" z="720.27228"/>
<Orientation y="-3.13796"/>
</Entity>
<Entity uid="10932">
<Template>other/obelisk</Template>
<Player>0</Player>
<Position x="1077.70997" z="720.88965"/>
<Orientation y="-3.13796"/>
<Actor seed="10931"/>
</Entity>
<Entity uid="10933">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1064.1521" z="726.21796"/>
<Orientation y="-0.03982"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10934">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1063.52955" z="726.21497"/>
<Orientation y="-0.03983"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10935">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1062.99378" z="726.2381"/>
<Orientation y="-0.03983"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10936">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1062.45398" z="726.2024"/>
<Orientation y="-0.03983"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10937">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1061.9585" z="726.17566"/>
<Orientation y="-0.03983"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10938">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1061.44043" z="726.14301"/>
<Orientation y="-0.03983"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10939">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1060.96338" z="726.10627"/>
<Orientation y="-0.03983"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10940">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1059.09351" z="720.75965"/>
<Orientation y="-1.55527"/>
<Actor seed="10902"/>
</Entity>
<Entity uid="10941">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1058.99622" z="721.41382"/>
<Orientation y="-1.55527"/>
<Actor seed="10902"/>
</Entity>
<Entity uid="10942">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1079.45093" z="726.86176"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10943">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1078.82996" z="726.90436"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10944">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1078.29737" z="726.96656"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10945">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1077.75635" z="726.9704"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10946">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1077.26038" z="726.97999"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10947">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1076.74122" z="726.9853"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10948">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1076.26282" z="726.98353"/>
<Orientation y="0.03335"/>
<Actor seed="10909"/>
</Entity>
<Entity uid="10951">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1126.54395" z="585.94581"/>
<Orientation y="2.35621"/>
<Actor seed="1768"/>
</Entity>
<Entity uid="10952">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.67811" z="586.18677"/>
<Orientation y="2.35621"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="10953">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1128.03577" z="587.38074"/>
<Orientation y="2.35621"/>
<Actor seed="50718"/>
</Entity>
<Entity uid="10954">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1123.64686" z="586.7594"/>
<Orientation y="2.35621"/>
<Actor seed="6466"/>
</Entity>
<Entity uid="10955">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1125.16504" z="585.88422"/>
<Orientation y="2.35621"/>
<Actor seed="33324"/>
</Entity>
<Entity uid="10956">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1128.12513" z="588.38776"/>
<Orientation y="2.42019"/>
<Actor seed="43478"/>
</Entity>
<Entity uid="10957">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1125.90296" z="584.98926"/>
<Orientation y="2.35621"/>
<Actor seed="61314"/>
</Entity>
<Entity uid="10958">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.55176" z="584.87488"/>
<Orientation y="2.35621"/>
<Actor seed="48356"/>
</Entity>
<Entity uid="10959">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1126.57642" z="583.62885"/>
<Orientation y="3.11521"/>
<Actor seed="31860"/>
</Entity>
<Entity uid="10960">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1129.646" z="589.81"/>
<Orientation y="2.72172"/>
<Actor seed="15872"/>
</Entity>
<Entity uid="10961">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1130.6526" z="591.27857"/>
<Orientation y="2.35621"/>
<Actor seed="4740"/>
</Entity>
<Entity uid="10962">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1128.46766" z="587.30414"/>
<Orientation y="2.35621"/>
<Actor seed="31708"/>
</Entity>
<Entity uid="10963">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1129.02112" z="588.41755"/>
<Orientation y="2.35621"/>
<Actor seed="29702"/>
</Entity>
<Entity uid="10964">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.13135" z="583.0954"/>
<Orientation y="2.35621"/>
<Actor seed="46162"/>
</Entity>
<Entity uid="10965">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1125.11365" z="584.61738"/>
<Orientation y="2.35621"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10966">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1130.61304" z="592.38044"/>
<Orientation y="2.35621"/>
<Actor seed="39674"/>
</Entity>
<Entity uid="10967">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.05726" z="583.2356"/>
<Orientation y="2.38994"/>
<Actor seed="1050"/>
</Entity>
<Entity uid="10968">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.57789" z="582.27747"/>
<Orientation y="2.60816"/>
<Actor seed="32332"/>
</Entity>
<Entity uid="10970">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1119.83118" z="589.07428"/>
<Orientation y="2.35621"/>
<Actor seed="20452"/>
</Entity>
<Entity uid="10971">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1131.37623" z="595.32807"/>
<Orientation y="2.24881"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="10972">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1120.53626" z="589.6194"/>
<Orientation y="2.35621"/>
<Actor seed="30980"/>
</Entity>
<Entity uid="10973">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1132.2638" z="595.6308"/>
<Orientation y="2.35621"/>
<Actor seed="34754"/>
</Entity>
<Entity uid="10974">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1133.03248" z="597.29755"/>
<Orientation y="1.52616"/>
<Actor seed="11458"/>
</Entity>
<Entity uid="10975">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.17005" z="583.87275"/>
<Orientation y="2.35621"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="10976">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1122.34412" z="587.00355"/>
<Orientation y="2.35622"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10977">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1121.56067" z="587.72168"/>
<Orientation y="2.35622"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10978">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1121.46814" z="589.01844"/>
<Orientation y="-0.747"/>
<Actor seed="61314"/>
</Entity>
<Entity uid="10979">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1118.86756" z="589.74146"/>
<Orientation y="2.35622"/>
<Actor seed="6466"/>
</Entity>
<Entity uid="10980">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1119.3545" z="591.27814"/>
<Orientation y="5.69286"/>
<Actor seed="4486"/>
</Entity>
<Entity uid="10981">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1118.61304" z="592.87787"/>
<Orientation y="4.08079"/>
<Actor seed="47358"/>
</Entity>
<Entity uid="10982">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1118.44776" z="590.76532"/>
<Orientation y="2.35622"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10983">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1118.49061" z="591.92695"/>
<Orientation y="2.35622"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10984">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1118.15772" z="593.79621"/>
<Orientation y="3.69568"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10985">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1117.90552" z="595.2527"/>
<Orientation y="2.35622"/>
<Actor seed="43246"/>
</Entity>
<Entity uid="10986">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1131.42603" z="592.4549"/>
<Orientation y="2.35622"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="10987">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1132.7721" z="594.9134"/>
<Orientation y="4.62391"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="10988">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1133.12598" z="596.18555"/>
<Orientation y="2.35622"/>
<Actor seed="6466"/>
</Entity>
<Entity uid="10989">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1133.33985" z="598.16645"/>
<Orientation y="2.35621"/>
<Actor seed="14080"/>
</Entity>
<Entity uid="10990">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1132.08033" z="593.81019"/>
<Orientation y="2.35621"/>
<Actor seed="33874"/>
</Entity>
<Entity uid="10991">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1132.35767" z="592.94574"/>
<Orientation y="2.35621"/>
<Actor seed="56580"/>
</Entity>
<Entity uid="10992">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1132.33497" z="593.3924"/>
<Orientation y="2.35621"/>
<Actor seed="50646"/>
</Entity>
<Entity uid="10993">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1133.25" z="598.2865"/>
<Orientation y="2.35621"/>
<Actor seed="37894"/>
</Entity>
<Entity uid="10994">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1135.47571" z="601.57526"/>
<Orientation y="2.35621"/>
<Actor seed="60264"/>
</Entity>
<Entity uid="10995">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1134.6034" z="599.55915"/>
<Orientation y="2.35621"/>
<Actor seed="3024"/>
</Entity>
<Entity uid="10996">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1135.74537" z="604.17786"/>
<Orientation y="1.71633"/>
<Actor seed="29126"/>
</Entity>
<Entity uid="10997">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1136.29212" z="604.01124"/>
<Orientation y="2.35622"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="10998">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1136.12781" z="601.58863"/>
<Orientation y="2.35622"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="10999">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1135.37195" z="600.48145"/>
<Orientation y="4.70228"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="11000">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1134.19532" z="598.27033"/>
<Orientation y="4.62392"/>
<Actor seed="2444"/>
</Entity>
<Entity uid="11001">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1135.1814" z="599.28559"/>
<Orientation y="2.35622"/>
<Actor seed="4740"/>
</Entity>
<Entity uid="11002">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1126.61524" z="586.9817"/>
<Orientation y="2.35621"/>
<Actor seed="30500"/>
</Entity>
<Entity uid="11003">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1130.66736" z="593.7381"/>
<Orientation y="2.35621"/>
<Actor seed="30412"/>
</Entity>
<Entity uid="11004">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1129.6183" z="591.3686"/>
<Orientation y="2.35621"/>
<Actor seed="47124"/>
</Entity>
<Entity uid="11005">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1128.38794" z="589.30335"/>
<Orientation y="2.35621"/>
<Actor seed="30272"/>
</Entity>
<Entity uid="11006">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1131.69983" z="596.12311"/>
<Orientation y="2.35621"/>
<Actor seed="33088"/>
</Entity>
<Entity uid="11007">
<Template>actor|props/flora/reeds_beach_mythos.xml</Template>
<Position x="1133.67286" z="599.77088"/>
<Orientation y="2.35621"/>
<Actor seed="56972"/>
</Entity>
<Entity uid="11008">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1134.52576" z="601.69343"/>
<Orientation y="2.35621"/>
<Actor seed="22998"/>
</Entity>
<Entity uid="11009">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1122.03577" z="589.37806"/>
<Orientation y="2.35621"/>
<Actor seed="41650"/>
</Entity>
<Entity uid="11010">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1130.71045" z="595.7339"/>
<Orientation y="-1.25603"/>
<Actor seed="23574"/>
</Entity>
<Entity uid="11011">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1128.58216" z="590.76691"/>
<Orientation y="2.89223"/>
<Actor seed="40428"/>
</Entity>
<Entity uid="11012">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1134.1432" z="600.57941"/>
<Orientation y="2.35621"/>
<Actor seed="59146"/>
</Entity>
<Entity uid="11013">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1129.76001" z="592.38868"/>
<Orientation y="5.61384"/>
<Actor seed="18390"/>
</Entity>
<Entity uid="11014">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1133.39893" z="599.39435"/>
<Orientation y="5.72472"/>
<Actor seed="60222"/>
</Entity>
<Entity uid="11015">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1132.51587" z="598.81489"/>
<Orientation y="-0.17925"/>
<Actor seed="30412"/>
</Entity>
<Entity uid="11016">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1129.90784" z="594.18403"/>
<Orientation y="2.35621"/>
<Actor seed="27488"/>
</Entity>
<Entity uid="11017">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1134.64454" z="603.24457"/>
<Orientation y="2.35621"/>
<Actor seed="33882"/>
</Entity>
<Entity uid="11018">
<Template>actor|props/flora/reeds_beach.xml</Template>
<Position x="1126.06922" z="588.61451"/>
<Orientation y="-0.28631"/>
<Actor seed="30412"/>
</Entity>
<Entity uid="11019">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1120.92017" z="590.66761"/>
<Orientation y="2.35621"/>
<Actor seed="27964"/>
</Entity>
<Entity uid="11020">
<Template>actor|props/flora/reeds_beach_2.xml</Template>
<Position x="1123.61463" z="587.323"/>
<Orientation y="2.35621"/>
<Actor seed="47660"/>
</Entity>
<Entity uid="11021">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1120.87146" z="590.38917"/>
<Orientation y="2.35621"/>
<Actor seed="40430"/>
</Entity>
<Entity uid="11023">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1123.46326" z="588.99378"/>
<Orientation y="2.35621"/>
<Actor seed="33080"/>
</Entity>
<Entity uid="11024">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1120.16968" z="592.03644"/>
<Orientation y="2.35621"/>
<Actor seed="62264"/>
</Entity>
<Entity uid="11025">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1124.51014" z="587.04255"/>
<Orientation y="2.35621"/>
<Actor seed="1024"/>
</Entity>
<Entity uid="11026">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1127.75647" z="590.41816"/>
<Orientation y="2.35621"/>
<Actor seed="64988"/>
</Entity>
<Entity uid="11027">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1120.77845" z="590.10572"/>
<Orientation y="2.35621"/>
<Actor seed="41122"/>
</Entity>
<Entity uid="11028">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1121.94117" z="589.13447"/>
<Orientation y="2.35621"/>
<Actor seed="62624"/>
</Entity>
<Entity uid="11029">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1123.72278" z="588.21058"/>
<Orientation y="2.35621"/>
<Actor seed="64418"/>
</Entity>
<Entity uid="11030">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1131.55018" z="598.40076"/>
<Orientation y="2.35621"/>
<Actor seed="13836"/>
</Entity>
<Entity uid="11031">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1120.12232" z="595.40473"/>
<Orientation y="3.78824"/>
<Actor seed="57742"/>
</Entity>
<Entity uid="11032">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1124.87989" z="592.84809"/>
<Orientation y="2.35621"/>
<Actor seed="13920"/>
</Entity>
<Entity uid="11033">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1127.83521" z="598.08729"/>
<Orientation y="2.35621"/>
<Actor seed="59994"/>
</Entity>
<Entity uid="11034">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1130.86243" z="601.02625"/>
<Orientation y="2.35621"/>
<Actor seed="2422"/>
</Entity>
<Entity uid="11035">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1131.29847" z="604.14203"/>
<Orientation y="2.35621"/>
<Actor seed="33758"/>
</Entity>
<Entity uid="11036">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1119.85254" z="597.77845"/>
<Orientation y="2.03492"/>
<Actor seed="29400"/>
</Entity>
<Entity uid="11037">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1116.94788" z="599.72553"/>
<Orientation y="7.91749"/>
<Actor seed="37544"/>
</Entity>
<Entity uid="11038">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1133.00806" z="607.14081"/>
<Orientation y="2.35621"/>
<Actor seed="27032"/>
</Entity>
<Entity uid="11039">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1131.84742" z="603.22138"/>
<Orientation y="2.35621"/>
<Actor seed="64"/>
</Entity>
<Entity uid="11040">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1129.40052" z="603.8429"/>
<Orientation y="2.35621"/>
<Actor seed="44990"/>
</Entity>
<Entity uid="11041">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1128.59766" z="592.22535"/>
<Orientation y="2.35621"/>
<Actor seed="30010"/>
</Entity>
<Entity uid="11042">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1117.36231" z="598.24207"/>
<Orientation y="2.35621"/>
<Actor seed="39438"/>
</Entity>
<Entity uid="11043">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1118.00733" z="596.5821"/>
<Orientation y="2.35621"/>
<Actor seed="21334"/>
</Entity>
<Entity uid="11044">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1118.88416" z="594.97333"/>
<Orientation y="2.35621"/>
<Actor seed="41002"/>
</Entity>
<Entity uid="11045">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1127.51331" z="594.92078"/>
<Orientation y="2.35621"/>
<Actor seed="41356"/>
</Entity>
<Entity uid="11046">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1116.07984" z="601.76734"/>
<Orientation y="2.35622"/>
<Actor seed="41002"/>
</Entity>
<Entity uid="11047">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1118.9076" z="601.34644"/>
<Orientation y="2.35622"/>
<Actor seed="41002"/>
</Entity>
<Entity uid="11048">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1128.79029" z="602.33948"/>
<Orientation y="2.35622"/>
<Actor seed="41002"/>
</Entity>
<Entity uid="11049">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1132.57593" z="605.7837"/>
<Orientation y="2.35622"/>
<Actor seed="41002"/>
</Entity>
<Entity uid="11050">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1076.2505" z="718.30817"/>
<Orientation y="2.35621"/>
<Actor seed="20814"/>
</Entity>
<Entity uid="11051">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1076.96058" z="717.5727"/>
<Orientation y="2.35621"/>
<Actor seed="8474"/>
</Entity>
<Entity uid="11052">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1077.3086" z="713.66492"/>
<Orientation y="2.35621"/>
<Actor seed="47766"/>
</Entity>
<Entity uid="11053">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1076.18567" z="714.3791"/>
<Orientation y="2.35621"/>
<Actor seed="44130"/>
</Entity>
<Entity uid="11054">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.89148" z="714.7652"/>
<Orientation y="2.35621"/>
<Actor seed="37282"/>
</Entity>
<Entity uid="11055">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1075.31446" z="711.62153"/>
<Orientation y="2.35621"/>
<Actor seed="20942"/>
</Entity>
<Entity uid="11056">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1061.26075" z="719.09772"/>
<Orientation y="2.35621"/>
<Actor seed="25060"/>
</Entity>
<Entity uid="11057">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1063.6493" z="717.1493"/>
<Orientation y="2.35621"/>
<Actor seed="57012"/>
</Entity>
<Entity uid="11058">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1065.5719" z="714.82209"/>
<Orientation y="2.35621"/>
<Actor seed="1136"/>
</Entity>
<Entity uid="11059">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1060.87537" z="717.30549"/>
<Orientation y="2.35621"/>
<Actor seed="21660"/>
</Entity>
<Entity uid="11060">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1063.43055" z="715.62879"/>
<Orientation y="2.35621"/>
<Actor seed="56932"/>
</Entity>
<Entity uid="11061">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1059.04053" z="719.30646"/>
<Orientation y="2.35621"/>
<Actor seed="5896"/>
</Entity>
<Entity uid="11062">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1059.17896" z="717.88532"/>
<Orientation y="2.35621"/>
<Actor seed="40066"/>
</Entity>
<Entity uid="11063">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1058.16053" z="718.88886"/>
<Orientation y="2.35621"/>
<Actor seed="59832"/>
</Entity>
<Entity uid="11064">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1073.0094" z="710.93671"/>
<Orientation y="2.35621"/>
<Actor seed="42382"/>
</Entity>
<Entity uid="11065">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.70228" z="709.85566"/>
<Orientation y="2.35621"/>
<Actor seed="21132"/>
</Entity>
<Entity uid="11066">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1070.11548" z="708.50837"/>
<Orientation y="2.35621"/>
<Actor seed="51566"/>
</Entity>
<Entity uid="11067">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1067.69446" z="710.90967"/>
<Orientation y="2.35621"/>
<Actor seed="3340"/>
</Entity>
<Entity uid="11068">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1065.97608" z="713.07007"/>
<Orientation y="2.35621"/>
<Actor seed="25542"/>
</Entity>
<Entity uid="11069">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1063.69678" z="712.4571"/>
<Orientation y="2.35621"/>
<Actor seed="11190"/>
</Entity>
<Entity uid="11070">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1061.35828" z="712.12824"/>
<Orientation y="2.35621"/>
<Actor seed="23792"/>
</Entity>
<Entity uid="11071">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1073.79041" z="707.72687"/>
<Orientation y="2.35621"/>
<Actor seed="58880"/>
</Entity>
<Entity uid="11072">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1067.94288" z="708.80842"/>
<Orientation y="2.35621"/>
<Actor seed="19712"/>
</Entity>
<Entity uid="11073">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1053.0326" z="704.00617"/>
<Orientation y="2.35621"/>
<Actor seed="34892"/>
</Entity>
<Entity uid="11074">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1053.46167" z="703.02381"/>
<Orientation y="2.35621"/>
<Actor seed="41180"/>
</Entity>
<Entity uid="11075">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1055.34961" z="704.11689"/>
<Orientation y="2.35621"/>
<Actor seed="9654"/>
</Entity>
<Entity uid="11076">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1057.69727" z="704.27521"/>
<Orientation y="2.35621"/>
<Actor seed="8682"/>
</Entity>
<Entity uid="11077">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1058.73121" z="709.09607"/>
<Orientation y="2.35621"/>
<Actor seed="10726"/>
</Entity>
<Entity uid="11078">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1061.09717" z="708.40076"/>
<Orientation y="2.35621"/>
<Actor seed="50562"/>
</Entity>
<Entity uid="11079">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1067.9668" z="705.11133"/>
<Orientation y="2.35621"/>
<Actor seed="23522"/>
</Entity>
<Entity uid="11080">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1070.77283" z="705.81568"/>
<Orientation y="2.35621"/>
<Actor seed="20880"/>
</Entity>
<Entity uid="11081">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1068.86536" z="702.83582"/>
<Orientation y="2.35621"/>
<Actor seed="59648"/>
</Entity>
<Entity uid="11082">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1073.60755" z="704.32087"/>
<Orientation y="2.35621"/>
<Actor seed="20630"/>
</Entity>
<Entity uid="11083">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.05188" z="701.17127"/>
<Orientation y="2.35621"/>
<Actor seed="18948"/>
</Entity>
<Entity uid="11084">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1075.65845" z="700.1327"/>
<Orientation y="2.35621"/>
<Actor seed="8072"/>
</Entity>
<Entity uid="11085">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1066.05848" z="702.47931"/>
<Orientation y="2.35621"/>
<Actor seed="57976"/>
</Entity>
<Entity uid="11086">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1065.41517" z="700.27308"/>
<Orientation y="2.35621"/>
<Actor seed="46234"/>
</Entity>
<Entity uid="11087">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1063.01465" z="713.4928"/>
<Orientation y="2.35621"/>
<Actor seed="13974"/>
</Entity>
<Entity uid="11088">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1058.98584" z="706.71747"/>
<Orientation y="2.35621"/>
<Actor seed="24476"/>
</Entity>
<Entity uid="11089">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1071.70447" z="709.92615"/>
<Orientation y="2.35621"/>
<Actor seed="47296"/>
</Entity>
<Entity uid="11090">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1066.6515" z="706.96436"/>
<Orientation y="2.35621"/>
<Actor seed="63118"/>
</Entity>
<Entity uid="11091">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1068.41175" z="700.11072"/>
<Orientation y="2.35621"/>
<Actor seed="36826"/>
</Entity>
<Entity uid="11092">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1075.32947" z="702.21772"/>
<Orientation y="2.35621"/>
<Actor seed="49330"/>
</Entity>
<Entity uid="11093">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1074.80494" z="703.61768"/>
<Orientation y="2.35621"/>
<Actor seed="55644"/>
</Entity>
<Entity uid="11094">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1069.05909" z="699.23658"/>
<Orientation y="2.35621"/>
<Actor seed="10658"/>
</Entity>
<Entity uid="11095">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1068.21717" z="707.57203"/>
<Orientation y="2.35621"/>
<Actor seed="29512"/>
</Entity>
<Entity uid="11096">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1058.84278" z="712.11701"/>
<Orientation y="2.35621"/>
<Actor seed="47288"/>
</Entity>
<Entity uid="11097">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1067.45435" z="702.08191"/>
<Orientation y="2.35621"/>
<Actor seed="24380"/>
</Entity>
<Entity uid="11098">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1069.13477" z="701.58002"/>
<Orientation y="2.35621"/>
<Actor seed="53132"/>
</Entity>
<Entity uid="11099">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1071.9878" z="708.06312"/>
<Orientation y="2.35621"/>
<Actor seed="31208"/>
</Entity>
<Entity uid="11100">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1070.25391" z="698.04505"/>
<Orientation y="2.35621"/>
<Actor seed="57802"/>
</Entity>
<Entity uid="11101">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1069.14136" z="706.88282"/>
<Orientation y="2.35621"/>
<Actor seed="28264"/>
</Entity>
<Entity uid="11106">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1079.35145" z="632.76026"/>
<Orientation y="7.79194"/>
<Actor seed="28312"/>
</Entity>
<Entity uid="11107">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="1079.3418" z="622.4944"/>
<Orientation y="2.35621"/>
<Actor seed="54974"/>
</Entity>
<Entity uid="11108">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="1076.0459" z="635.19751"/>
<Orientation y="2.35621"/>
<Actor seed="46534"/>
</Entity>
<Entity uid="11109">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="1073.49292" z="628.23981"/>
<Orientation y="2.35621"/>
<Actor seed="9462"/>
</Entity>
<Entity uid="11110">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="1077.261" z="627.46583"/>
<Orientation y="2.35621"/>
<Actor seed="7488"/>
</Entity>
<Entity uid="11111">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="1071.40638" z="637.66016"/>
<Orientation y="2.35621"/>
<Actor seed="8186"/>
</Entity>
<Entity uid="11112">
<Template>actor|flora/trees/palm_cretan_date_short.xml</Template>
<Position x="1075.19678" z="622.39106"/>
<Orientation y="2.35621"/>
<Actor seed="23550"/>
</Entity>
<Entity uid="11114">
<Template>actor|fauna/fish.xml</Template>
<Position x="1052.92505" z="659.03217"/>
<Orientation y="2.35621"/>
<Actor seed="29540"/>
</Entity>
<Entity uid="11115">
<Template>actor|fauna/fish.xml</Template>
<Position x="1065.86048" z="701.70716"/>
<Orientation y="2.84195"/>
<Actor seed="3456"/>
</Entity>
<Entity uid="11116">
<Template>actor|fauna/fish.xml</Template>
<Position x="1055.33118" z="675.20899"/>
<Orientation y="3.57444"/>
<Actor seed="1488"/>
</Entity>
<Entity uid="11117">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1100.20093" z="670.41773"/>
<Orientation y="5.92165"/>
<Actor seed="996"/>
</Entity>
<Entity uid="11118">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1094.35328" z="686.08008"/>
<Orientation y="13.01275"/>
<Actor seed="1166"/>
</Entity>
<Entity uid="11119">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1095.79102" z="676.6147"/>
<Orientation y="5.96387"/>
<Actor seed="1177"/>
</Entity>
<Entity uid="11120">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1097.73975" z="668.85572"/>
<Orientation y="8.9572"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="11121">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1091.9441" z="687.96973"/>
<Orientation y="8.74195"/>
<Actor seed="1261"/>
</Entity>
<Entity uid="11122">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.17115" z="678.89875"/>
<Orientation y="8.71924"/>
<Actor seed="1264"/>
</Entity>
<Entity uid="11123">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1089.83533" z="681.89057"/>
<Orientation y="5.50869"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="11124">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1091.97095" z="670.42347"/>
<Orientation y="6.91832"/>
<Actor seed="1267"/>
</Entity>
<Entity uid="11125">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1092.66346" z="691.9289"/>
<Orientation y="2.83843"/>
<Actor seed="1177"/>
</Entity>
<Entity uid="11126">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1092.31226" z="698.41663"/>
<Orientation y="5.83176"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="11127">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1086.1482" z="710.92481"/>
<Orientation y="4.91111"/>
<Actor seed="1196"/>
</Entity>
<Entity uid="11128">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1093.07447" z="706.74067"/>
<Orientation y="2.77985"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="11129">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1092.34717" z="704.41535"/>
<Orientation y="3.79288"/>
<Actor seed="1267"/>
</Entity>
<Entity uid="11130">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1090.45899" z="716.76343"/>
<Orientation y="7.06542"/>
<Actor seed="1077"/>
</Entity>
<Entity uid="11131">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1089.98194" z="720.73487"/>
<Orientation y="9.83797"/>
<Actor seed="1078"/>
</Entity>
<Entity uid="11132">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1089.50489" z="724.7063"/>
<Orientation y="11.46598"/>
<Actor seed="1079"/>
</Entity>
<Entity uid="11133">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1087.6443" z="723.21674"/>
<Orientation y="6.85515"/>
<Actor seed="1083"/>
</Entity>
<Entity uid="11134">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1093.95337" z="721.21204"/>
<Orientation y="12.31382"/>
<Actor seed="1167"/>
</Entity>
<Entity uid="11135">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1096.97071" z="729.63196"/>
<Orientation y="9.52527"/>
<Actor seed="1168"/>
</Entity>
<Entity uid="11136">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1093.92774" z="713.34931"/>
<Orientation y="11.3674"/>
<Actor seed="1259"/>
</Entity>
<Entity uid="11137">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1072.36597" z="642.08942"/>
<Orientation y="1.88312"/>
<Actor seed="1103"/>
</Entity>
<Entity uid="11138">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1030.78846" z="658.85413"/>
<Orientation y="-2.06696"/>
<Actor seed="1002"/>
</Entity>
<Entity uid="11139">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1041.9037" z="646.495"/>
<Orientation y="9.61553"/>
<Actor seed="1082"/>
</Entity>
<Entity uid="11140">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1043.89734" z="641.90845"/>
<Orientation y="5.44655"/>
<Actor seed="1175"/>
</Entity>
<Entity uid="11141">
<Template>actor|flora/trees/palm_cretan_date_short_building.xml</Template>
<Position x="1025.75464" z="662.01996"/>
<Orientation y="2.35622"/>
<Actor seed="7488"/>
</Entity>
<Entity uid="11142">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1034.52308" z="655.4344"/>
<Orientation y="5.43273"/>
<Actor seed="1167"/>
</Entity>
<Entity uid="11143">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1177.02027" z="451.1521"/>
<Orientation y="1.44225"/>
<Actor seed="1420"/>
</Entity>
<Entity uid="11144">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1172.25733" z="444.31073"/>
<Orientation y="5.67682"/>
<Actor seed="1390"/>
</Entity>
<Entity uid="11145">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1171.12391" z="453.33683"/>
<Orientation y="3.26552"/>
<Actor seed="1389"/>
</Entity>
<Entity uid="11146">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1170.48914" z="459.24775"/>
<Orientation y="6.14963"/>
<Actor seed="1375"/>
</Entity>
<Entity uid="11147">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1163.6189" z="459.8683"/>
<Orientation y="2.71906"/>
<Actor seed="1341"/>
</Entity>
<Entity uid="11148">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1178.70911" z="433.18631"/>
<Orientation y="6.08753"/>
<Actor seed="1213"/>
</Entity>
<Entity uid="11149">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1174.36841" z="438.75123"/>
<Orientation y="4.72931"/>
<Actor seed="1461"/>
</Entity>
<Entity uid="11150">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1181.44922" z="428.87937"/>
<Orientation y="2.42573"/>
<Actor seed="1391"/>
</Entity>
<Entity uid="11151">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1192.3733" z="397.85868"/>
<Orientation y="2.99192"/>
<Actor seed="1376"/>
</Entity>
<Entity uid="11152">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1184.01526" z="421.15314"/>
<Orientation y="5.83216"/>
<Actor seed="1338"/>
</Entity>
<Entity uid="11153">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1176.10157" z="428.66074"/>
<Orientation y="3.37887"/>
<Actor seed="1303"/>
</Entity>
<Entity uid="11154">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1188.91871" z="398.98301"/>
<Orientation y="2.51293"/>
<Actor seed="1283"/>
</Entity>
<Entity uid="11155">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1187.06031" z="417.47074"/>
<Orientation y="3.89087"/>
<Actor seed="1212"/>
</Entity>
<Entity uid="11156">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1186.43982" z="413.5832"/>
<Orientation y="6.31951"/>
<Actor seed="1021"/>
</Entity>
<Entity uid="11157">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.9286" z="452.89692"/>
<Orientation y="4.39394"/>
<Actor seed="1656"/>
</Entity>
<Entity uid="11158">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1282.38282" z="447.92313"/>
<Orientation y="4.60048"/>
<Actor seed="1598"/>
</Entity>
<Entity uid="11159">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1276.48292" z="503.304"/>
<Orientation y="4.99904"/>
<Actor seed="1563"/>
</Entity>
<Entity uid="11160">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1282.99073" z="438.4138"/>
<Orientation y="0.71024"/>
<Actor seed="1562"/>
</Entity>
<Entity uid="11161">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1286.13196" z="453.50019"/>
<Orientation y="5.644"/>
<Actor seed="1561"/>
</Entity>
<Entity uid="11162">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1282.13257" z="446.72562"/>
<Orientation y="5.12726"/>
<Actor seed="1347"/>
</Entity>
<Entity uid="11163">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1282.13257" z="438.72562"/>
<Orientation y="4.09325"/>
<Actor seed="1346"/>
</Entity>
<Entity uid="11164">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1243.20215" z="694.85474"/>
<Orientation y="1.96941"/>
<Actor seed="1490"/>
</Entity>
<Entity uid="11165">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1243.64185" z="702.1772"/>
<Orientation y="0.93137"/>
<Actor seed="1472"/>
</Entity>
<Entity uid="11166">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1241.3219" z="698.86683"/>
<Orientation y="0.97637"/>
<Actor seed="1371"/>
</Entity>
<Entity uid="11167">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1253.8318" z="690.90015"/>
<Orientation y="6.26381"/>
<Actor seed="1299"/>
</Entity>
<Entity uid="11168">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1271.29957" z="677.35572"/>
<Orientation y="5.77852"/>
<Actor seed="1298"/>
</Entity>
<Entity uid="11169">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1265.995" z="673.8426"/>
<Orientation y="6.34975"/>
<Actor seed="1297"/>
</Entity>
<Entity uid="11170">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1268.48023" z="676.97681"/>
<Orientation y="6.88001"/>
<Actor seed="1296"/>
</Entity>
<Entity uid="11171">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1265.34607" z="679.46216"/>
<Orientation y="2.08741"/>
<Actor seed="1295"/>
</Entity>
<Entity uid="11172">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.83143" z="682.59632"/>
<Orientation y="4.67774"/>
<Actor seed="1294"/>
</Entity>
<Entity uid="11173">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1264.04834" z="690.70118"/>
<Orientation y="1.04386"/>
<Actor seed="1293"/>
</Entity>
<Entity uid="11174">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1281.90284" z="614.6631"/>
<Orientation y="5.18088"/>
<Actor seed="1488"/>
</Entity>
<Entity uid="11175">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1286.55896" z="604.87165"/>
<Orientation y="2.58292"/>
<Actor seed="1477"/>
</Entity>
<Entity uid="11176">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1285.90284" z="610.6631"/>
<Orientation y="3.66007"/>
<Actor seed="1402"/>
</Entity>
<Entity uid="11177">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1281.90284" z="602.6631"/>
<Orientation y="1.81771"/>
<Actor seed="1401"/>
</Entity>
<Entity uid="11178">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1279.33228" z="606.19709"/>
<Orientation y="6.12052"/>
<Actor seed="1321"/>
</Entity>
<Entity uid="11179">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.90284" z="598.6631"/>
<Orientation y="1.0237"/>
<Actor seed="1318"/>
</Entity>
<Entity uid="11180">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.90284" z="594.6631"/>
<Orientation y="2.14031"/>
<Actor seed="1317"/>
</Entity>
<Entity uid="11181">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1285.90284" z="606.6631"/>
<Orientation y="2.01995"/>
<Actor seed="1315"/>
</Entity>
<Entity uid="11182">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1285.90284" z="602.6631"/>
<Orientation y="1.30887"/>
<Actor seed="1314"/>
</Entity>
<Entity uid="11183">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1295.74134" z="648.6402"/>
<Orientation y="1.04386"/>
<Actor seed="1293"/>
</Entity>
<Entity uid="11184">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1225.82776" z="357.88373"/>
<Orientation y="-3.32728"/>
<Actor seed="1508"/>
</Entity>
<Entity uid="11185">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1221.92493" z="360.34858"/>
<Orientation y="-0.62708"/>
<Actor seed="1461"/>
</Entity>
<Entity uid="11186">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1227.43128" z="354.21924"/>
<Orientation y="-5.04712"/>
<Actor seed="1419"/>
</Entity>
<Entity uid="11187">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1232.59021" z="354.6898"/>
<Orientation y="-2.62908"/>
<Actor seed="1418"/>
</Entity>
<Entity uid="11188">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1218.81348" z="366.22797"/>
<Orientation y="1.02475"/>
<Actor seed="1375"/>
</Entity>
<Entity uid="11189">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1225.35389" z="354.11442"/>
<Orientation y="-3.67887"/>
<Actor seed="1340"/>
</Entity>
<Entity uid="11190">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1211.72413" z="588.35425"/>
<Orientation y="6.39327"/>
<Actor seed="1508"/>
</Entity>
<Entity uid="11191">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1219.8855" z="589.34626"/>
<Orientation y="9.09347"/>
<Actor seed="1461"/>
</Entity>
<Entity uid="11192">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1211.25818" z="592.32703"/>
<Orientation y="4.67342"/>
<Actor seed="1419"/>
</Entity>
<Entity uid="11193">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1215.23096" z="592.79291"/>
<Orientation y="7.09147"/>
<Actor seed="1418"/>
</Entity>
<Entity uid="11194">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1216.00171" z="578.32795"/>
<Orientation y="10.7453"/>
<Actor seed="1375"/>
</Entity>
<Entity uid="11195">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1213.27601" z="591.82178"/>
<Orientation y="6.04168"/>
<Actor seed="1340"/>
</Entity>
<Entity uid="11196">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1169.40027" z="768.50635"/>
<Orientation y="2.79621"/>
<Actor seed="996"/>
</Entity>
<Entity uid="11197">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1174.9944" z="752.7516"/>
<Orientation y="9.8873"/>
<Actor seed="1166"/>
</Entity>
<Entity uid="11198">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1178.188" z="746.9076"/>
<Orientation y="4.80039"/>
<Actor seed="1169"/>
</Entity>
<Entity uid="11199">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1174.33802" z="746.14966"/>
<Orientation y="10.48134"/>
<Actor seed="1170"/>
</Entity>
<Entity uid="11200">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1173.7096" z="762.23896"/>
<Orientation y="2.83843"/>
<Actor seed="1177"/>
</Entity>
<Entity uid="11201">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1171.88636" z="770.02839"/>
<Orientation y="5.83176"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="11202">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1177.37269" z="750.82331"/>
<Orientation y="5.61651"/>
<Actor seed="1261"/>
</Entity>
<Entity uid="11203">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1170.29297" z="760.00977"/>
<Orientation y="5.5938"/>
<Actor seed="1264"/>
</Entity>
<Entity uid="11204">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1179.57935" z="756.86762"/>
<Orientation y="2.38324"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="11205">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1172.72242" z="776.73255"/>
<Orientation y="2.77985"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="11206">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1176.61426" z="767.92603"/>
<Orientation y="3.79288"/>
<Actor seed="1267"/>
</Entity>
<Entity uid="11207">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1082.52393" z="960.13135"/>
<Orientation y="0.45366"/>
<Actor seed="996"/>
</Entity>
<Entity uid="11208">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1089.91395" z="975.12781"/>
<Orientation y="7.54476"/>
<Actor seed="1166"/>
</Entity>
<Entity uid="11209">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1084.01038" z="967.59064"/>
<Orientation y="0.49589"/>
<Actor seed="1177"/>
</Entity>
<Entity uid="11210">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1079.69922" z="960.85163"/>
<Orientation y="3.48922"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="11211">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1074.26136" z="952.03254"/>
<Orientation y="2.56856"/>
<Actor seed="1196"/>
</Entity>
<Entity uid="11212">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1080.97193" z="951.18158"/>
<Orientation y="2.00863"/>
<Actor seed="1084"/>
</Entity>
<Entity uid="11213">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1089.63721" z="978.17707"/>
<Orientation y="3.27396"/>
<Actor seed="1261"/>
</Entity>
<Entity uid="11214">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1087.99073" z="966.6966"/>
<Orientation y="3.25126"/>
<Actor seed="1264"/>
</Entity>
<Entity uid="11215">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1083.76648" z="975.54334"/>
<Orientation y="0.0407"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="11216">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1074.31141" z="956.7754"/>
<Orientation y="0.43731"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="11217">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1077.90882" z="965.70624"/>
<Orientation y="1.45034"/>
<Actor seed="1267"/>
</Entity>
<Entity uid="11218">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1077.83106" z="950.9433"/>
<Orientation y="7.77468"/>
<Actor seed="1166"/>
</Entity>
<Entity uid="11219">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1224.4253" z="794.4272"/>
<Orientation y="2.81716"/>
<Actor seed="1165"/>
</Entity>
<Entity uid="11220">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1220.57166" z="815.79273"/>
<Orientation y="5.72942"/>
<Actor seed="1163"/>
</Entity>
<Entity uid="11221">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1228.33533" z="813.83521"/>
<Orientation y="5.80419"/>
<Actor seed="1162"/>
</Entity>
<Entity uid="11222">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1164.37977" z="870.93104"/>
<Orientation y="3.46958"/>
<Actor seed="1161"/>
</Entity>
<Entity uid="11223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1163.15772" z="874.9961"/>
<Orientation y="2.29923"/>
<Actor seed="1099"/>
</Entity>
<Entity uid="11224">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1220.97657" z="809.60663"/>
<Orientation y="4.08425"/>
<Actor seed="1076"/>
</Entity>
<Entity uid="11225">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1233.11292" z="799.58661"/>
<Orientation y="5.29441"/>
<Actor seed="1075"/>
</Entity>
<Entity uid="11226">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1169.50501" z="873.89289"/>
<Orientation y="5.1655"/>
<Actor seed="1074"/>
</Entity>
<Entity uid="11227">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1166.27417" z="873.62958"/>
<Orientation y="5.53342"/>
<Actor seed="1073"/>
</Entity>
<Entity uid="11228">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1225.39966" z="811.42603"/>
<Orientation y="-0.37238"/>
<Actor seed="1002"/>
</Entity>
<Entity uid="11229">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.32251" z="1023.2505"/>
<Orientation y="1.12258"/>
<Actor seed="1165"/>
</Entity>
<Entity uid="11230">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1071.30396" z="1020.64032"/>
<Orientation y="4.03484"/>
<Actor seed="1163"/>
</Entity>
<Entity uid="11231">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1068.8954" z="1013.01148"/>
<Orientation y="4.10961"/>
<Actor seed="1162"/>
</Entity>
<Entity uid="11232">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1065.28272" z="1001.56818"/>
<Orientation y="1.775"/>
<Actor seed="1161"/>
</Entity>
<Entity uid="11233">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1063.1454" z="1000.13209"/>
<Orientation y="0.60465"/>
<Actor seed="1099"/>
</Entity>
<Entity uid="11234">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1072.50818" z="1024.45472"/>
<Orientation y="2.38967"/>
<Actor seed="1076"/>
</Entity>
<Entity uid="11235">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1063.87684" z="1010.40125"/>
<Orientation y="3.59983"/>
<Actor seed="1075"/>
</Entity>
<Entity uid="11236">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1062.67261" z="1006.58686"/>
<Orientation y="3.47092"/>
<Actor seed="1074"/>
</Entity>
<Entity uid="11237">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1061.46839" z="1002.7724"/>
<Orientation y="4.55965"/>
<Actor seed="1073"/>
</Entity>
<Entity uid="11238">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1070.15662" z="1028.6194"/>
<Orientation y="-2.06696"/>
<Actor seed="1002"/>
</Entity>
<Entity uid="11239">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="928.87458" z="903.95765"/>
<Orientation y="2.71906"/>
<Actor seed="1341"/>
</Entity>
<Entity uid="11240">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="931.1551" z="898.82215"/>
<Orientation y="6.14963"/>
<Actor seed="1375"/>
</Entity>
<Entity uid="11241">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="932.95698" z="893.3188"/>
<Orientation y="3.26552"/>
<Actor seed="1389"/>
</Entity>
<Entity uid="11242">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="917.58112" z="916.86707"/>
<Orientation y="1.31153"/>
<Actor seed="1240"/>
</Entity>
<Entity uid="11243">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="913.58112" z="916.86707"/>
<Orientation y="4.60112"/>
<Actor seed="1239"/>
</Entity>
<Entity uid="11244">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="909.58112" z="916.86707"/>
<Orientation y="3.95231"/>
<Actor seed="1238"/>
</Entity>
<Entity uid="11245">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="921.58112" z="912.86707"/>
<Orientation y="2.36411"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="11246">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="925.83295" z="914.04932"/>
<Orientation y="4.89113"/>
<Actor seed="1145"/>
</Entity>
<Entity uid="11247">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="913.58112" z="904.86707"/>
<Orientation y="0.01029"/>
<Actor seed="1059"/>
</Entity>
<Entity uid="11248">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="917.58112" z="900.86707"/>
<Orientation y="3.85515"/>
<Actor seed="1058"/>
</Entity>
<Entity uid="11249">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1114.60706" z="1027.49488"/>
<Orientation y="-2.2108"/>
<Actor seed="1341"/>
</Entity>
<Entity uid="11250">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1105.64295" z="1014.97571"/>
<Orientation y="1.2198"/>
<Actor seed="1375"/>
</Entity>
<Entity uid="11251">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1102.2787" z="1012.53016"/>
<Orientation y="-1.66433"/>
<Actor seed="1389"/>
</Entity>
<Entity uid="11252">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1124.77601" z="1041.3075"/>
<Orientation y="-3.61832"/>
<Actor seed="1240"/>
</Entity>
<Entity uid="11253">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1123.91297" z="1045.21326"/>
<Orientation y="-0.32873"/>
<Actor seed="1239"/>
</Entity>
<Entity uid="11254">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1131.92688" z="1048.62806"/>
<Orientation y="-0.97754"/>
<Actor seed="1238"/>
</Entity>
<Entity uid="11255">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1121.73316" z="1036.5387"/>
<Orientation y="-2.56574"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="11256">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1127.4762" z="1048.65638"/>
<Orientation y="-0.03872"/>
<Actor seed="1145"/>
</Entity>
<Entity uid="11257">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1121.38746" z="1037.10474"/>
<Orientation y="-4.91956"/>
<Actor seed="1059"/>
</Entity>
<Entity uid="11258">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1118.34461" z="1032.33594"/>
<Orientation y="-1.0747"/>
<Actor seed="1058"/>
</Entity>
<Entity uid="11259">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1101.25391" z="1022.41321"/>
<Orientation y="2.8132"/>
<Actor seed="2635"/>
</Entity>
<Entity uid="11260">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1102.84961" z="1035.43506"/>
<Orientation y="3.77393"/>
<Actor seed="2053"/>
</Entity>
<Entity uid="11261">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1109.45435" z="1012.43928"/>
<Orientation y="4.23958"/>
<Actor seed="1660"/>
</Entity>
<Entity uid="11262">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1105.43653" z="1021.20508"/>
<Orientation y="3.29163"/>
<Actor seed="1594"/>
</Entity>
<Entity uid="11263">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1100.52845" z="1014.485"/>
<Orientation y="3.20366"/>
<Actor seed="2032"/>
</Entity>
<Entity uid="11264">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1109.04773" z="1020.29822"/>
<Orientation y="4.81006"/>
<Actor seed="1743"/>
</Entity>
<Entity uid="11265">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1099.9557" z="1011.081"/>
<Orientation y="2.47779"/>
<Actor seed="1719"/>
</Entity>
<Entity uid="11266">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1103.72767" z="1013.56666"/>
<Orientation y="2.5874"/>
<Actor seed="1715"/>
</Entity>
<Entity uid="11267">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1099.71192" z="1001.95191"/>
<Orientation y="-3.32261"/>
<Actor seed="2976"/>
</Entity>
<Entity uid="11268">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1083.94727" z="992.31806"/>
<Orientation y="1.6104"/>
<Actor seed="1603"/>
</Entity>
<Entity uid="11269">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1080.9546" z="981.31977"/>
<Orientation y="4.41312"/>
<Actor seed="1599"/>
</Entity>
<Entity uid="11270">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1080.35218" z="989.93152"/>
<Orientation y="2.64426"/>
<Actor seed="1536"/>
</Entity>
<Entity uid="11271">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1079.12073" z="987.62757"/>
<Orientation y="4.82151"/>
<Actor seed="1533"/>
</Entity>
<Entity uid="11272">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1084.66431" z="988.91291"/>
<Orientation y="4.61669"/>
<Actor seed="1494"/>
</Entity>
<Entity uid="11273">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1093.53296" z="992.11854"/>
<Orientation y="1.64397"/>
<Actor seed="1459"/>
</Entity>
<Entity uid="11274">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1096.56312" z="994.72974"/>
<Orientation y="5.41138"/>
<Actor seed="1458"/>
</Entity>
<Entity uid="11275">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1090.2837" z="989.563"/>
<Orientation y="2.05411"/>
<Actor seed="1406"/>
</Entity>
<Entity uid="11276">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="930.33716" z="810.35505"/>
<Orientation y="5.06911"/>
<Actor seed="1205"/>
</Entity>
<Entity uid="11277">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="924.9419" z="812.04676"/>
<Orientation y="3.4603"/>
<Actor seed="1210"/>
</Entity>
<Entity uid="11278">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="922.01661" z="818.02118"/>
<Orientation y="3.60863"/>
<Actor seed="1204"/>
</Entity>
<Entity uid="11279">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="921.85303" z="822.01777"/>
<Orientation y="2.48827"/>
<Actor seed="1106"/>
</Entity>
<Entity uid="11280">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="921.68934" z="826.01447"/>
<Orientation y="1.58568"/>
<Actor seed="1105"/>
</Entity>
<Entity uid="11281">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="938.16688" z="814.67902"/>
<Orientation y="5.57384"/>
<Actor seed="1011"/>
</Entity>
<Entity uid="11282">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="934.77161" z="829.94648"/>
<Orientation y="5.76546"/>
<Actor seed="1010"/>
</Entity>
<Entity uid="11283">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="929.68262" z="826.34174"/>
<Orientation y="2.68526"/>
<Actor seed="1009"/>
</Entity>
<Entity uid="11284">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.68604" z="826.17804"/>
<Orientation y="0.06763"/>
<Actor seed="1008"/>
</Entity>
<Entity uid="11285">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="921.36207" z="834.00776"/>
<Orientation y="3.04433"/>
<Actor seed="1007"/>
</Entity>
<Entity uid="11286">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1376.8949" z="530.22907"/>
<Orientation y="16.37426"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="11287">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1423.24354" z="566.06543"/>
<Orientation y="14.35341"/>
<Actor seed="1131"/>
</Entity>
<Entity uid="11288">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1382.8053" z="529.01471"/>
<Orientation y="5.71058"/>
<Actor seed="1124"/>
</Entity>
<Entity uid="11289">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1422.56226" z="570.87201"/>
<Orientation y="6.98748"/>
<Actor seed="1123"/>
</Entity>
<Entity uid="11290">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1389.28382" z="538.9571"/>
<Orientation y="10.81067"/>
<Actor seed="1122"/>
</Entity>
<Entity uid="11291">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1408.80237" z="566.37421"/>
<Orientation y="11.16695"/>
<Actor seed="1119"/>
</Entity>
<Entity uid="11292">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1415.13611" z="493.1659"/>
<Orientation y="6.9355"/>
<Actor seed="1219"/>
</Entity>
<Entity uid="11293">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1407.0829" z="576.23224"/>
<Orientation y="7.39959"/>
<Actor seed="1218"/>
</Entity>
<Entity uid="11294">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1388.19239" z="524.90491"/>
<Orientation y="15.50886"/>
<Actor seed="1040"/>
</Entity>
<Entity uid="11295">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1419.80188" z="571.32898"/>
<Orientation y="13.43921"/>
<Actor seed="1037"/>
</Entity>
<Entity uid="11296">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1402.43519" z="574.54676"/>
<Orientation y="11.02277"/>
<Actor seed="1033"/>
</Entity>
<Entity uid="11297">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1433.79139" z="479.14841"/>
<Orientation y="8.58642"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="11298">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1455.56507" z="567.76252"/>
<Orientation y="8.5926"/>
<Actor seed="1031"/>
</Entity>
<Entity uid="11299">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1498.82764" z="249.5814"/>
<Orientation y="3.53153"/>
<Actor seed="4178"/>
</Entity>
<Entity uid="11300">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1482.28675" z="230.09061"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11301">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1496.35218" z="246.40522"/>
<Orientation y="6.08733"/>
<Actor seed="1133"/>
</Entity>
<Entity uid="11302">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1508.12049" z="256.16666"/>
<Orientation y="8.60756"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="11303">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1506.04786" z="254.1337"/>
<Orientation y="3.58182"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="11304">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1490.95911" z="248.11252"/>
<Orientation y="11.02234"/>
<Actor seed="1229"/>
</Entity>
<Entity uid="11305">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1494.50928" z="249.95536"/>
<Orientation y="8.42113"/>
<Actor seed="1228"/>
</Entity>
<Entity uid="11306">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1502.04786" z="258.1337"/>
<Orientation y="2.16764"/>
<Actor seed="1224"/>
</Entity>
<Entity uid="11307">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1502.04786" z="254.1337"/>
<Orientation y="3.39676"/>
<Actor seed="1223"/>
</Entity>
<Entity uid="11308">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1506.04786" z="262.1337"/>
<Orientation y="1.58211"/>
<Actor seed="1222"/>
</Entity>
<Entity uid="11309">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1506.04786" z="258.1337"/>
<Orientation y="1.571"/>
<Actor seed="1221"/>
</Entity>
<Entity uid="11310">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1473.47901" z="221.01191"/>
<Orientation y="8.72165"/>
<Actor seed="1049"/>
</Entity>
<Entity uid="11311">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1477.02918" z="222.85474"/>
<Orientation y="10.80466"/>
<Actor seed="1048"/>
</Entity>
<Entity uid="11312">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1484.12964" z="226.54041"/>
<Orientation y="10.67818"/>
<Actor seed="1047"/>
</Entity>
<Entity uid="11313">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1485.24732" z="230.77332"/>
<Orientation y="6.48917"/>
<Actor seed="1046"/>
</Entity>
<Entity uid="11314">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1502.86292" z="248.9308"/>
<Orientation y="9.41675"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="11315">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1506.4131" z="250.77366"/>
<Orientation y="8.737"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="11316">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1589.17347" z="325.62235"/>
<Orientation y="11.03794"/>
<Actor seed="1051"/>
</Entity>
<Entity uid="11317">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1585.6222" z="323.7816"/>
<Orientation y="15.10111"/>
<Actor seed="1052"/>
</Entity>
<Entity uid="11318">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1582.07093" z="321.94074"/>
<Orientation y="9.57151"/>
<Actor seed="1053"/>
</Entity>
<Entity uid="11319">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1578.51966" z="320.09995"/>
<Orientation y="9.22667"/>
<Actor seed="1054"/>
</Entity>
<Entity uid="11320">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1567.86597" z="314.57752"/>
<Orientation y="11.36446"/>
<Actor seed="1136"/>
</Entity>
<Entity uid="11321">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1571.41712" z="316.41837"/>
<Orientation y="9.01078"/>
<Actor seed="1137"/>
</Entity>
<Entity uid="11322">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1574.10132" z="323.38251"/>
<Orientation y="8.99007"/>
<Actor seed="1142"/>
</Entity>
<Entity uid="11323">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1566.1554" z="309.1855"/>
<Orientation y="10.91341"/>
<Actor seed="1232"/>
</Entity>
<Entity uid="11324">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1568.9037" z="303.05591"/>
<Orientation y="9.44962"/>
<Actor seed="1235"/>
</Entity>
<Entity uid="11325">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1593.27332" z="319.81495"/>
<Orientation y="12.7383"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="11326">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1592.91016" z="321.08954"/>
<Orientation y="10.71746"/>
<Actor seed="1131"/>
</Entity>
<Entity uid="11327">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1603.31885" z="317.97474"/>
<Orientation y="7.531"/>
<Actor seed="1119"/>
</Entity>
<Entity uid="11328">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1521.2422" z="214.51694"/>
<Orientation y="4.19408"/>
<Actor seed="4178"/>
</Entity>
<Entity uid="11329">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1550.78992" z="242.19758"/>
<Orientation y="7.93242"/>
<Actor seed="1135"/>
</Entity>
<Entity uid="11330">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1496.21155" z="209.32474"/>
<Orientation y="10.2552"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11331">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1517.33667" z="213.5355"/>
<Orientation y="6.74988"/>
<Actor seed="1133"/>
</Entity>
<Entity uid="11332">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1529.73511" z="213.66474"/>
<Orientation y="4.24437"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="11333">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1514.1349" z="218.19904"/>
<Orientation y="11.6849"/>
<Actor seed="1229"/>
</Entity>
<Entity uid="11334">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1518.06751" z="217.46814"/>
<Orientation y="9.08368"/>
<Actor seed="1228"/>
</Entity>
<Entity uid="11335">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1529.04188" z="219.27897"/>
<Orientation y="2.8302"/>
<Actor seed="1224"/>
</Entity>
<Entity uid="11336">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1526.5813" z="216.12525"/>
<Orientation y="4.05932"/>
<Actor seed="1223"/>
</Entity>
<Entity uid="11337">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1550.05896" z="238.26496"/>
<Orientation y="9.38421"/>
<Actor seed="1049"/>
</Entity>
<Entity uid="11338">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1553.99158" z="237.5341"/>
<Orientation y="11.46721"/>
<Actor seed="1048"/>
</Entity>
<Entity uid="11339">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1495.48072" z="205.39203"/>
<Orientation y="11.34073"/>
<Actor seed="1047"/>
</Entity>
<Entity uid="11340">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1498.9657" z="208.04184"/>
<Orientation y="7.15172"/>
<Actor seed="1046"/>
</Entity>
<Entity uid="11341">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1524.02356" z="211.52176"/>
<Orientation y="10.0793"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="11342">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1527.95618" z="210.79093"/>
<Orientation y="9.39956"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="11343">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="891.5304" z="701.44288"/>
<Orientation y="10.0768"/>
<Actor seed="1080"/>
</Entity>
<Entity uid="11344">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="878.7353" z="691.7414"/>
<Orientation y="9.8873"/>
<Actor seed="1166"/>
</Entity>
<Entity uid="11345">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="903.27845" z="703.88886"/>
<Orientation y="10.65731"/>
<Actor seed="1167"/>
</Entity>
<Entity uid="11346">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="894.63111" z="706.17426"/>
<Orientation y="7.86876"/>
<Actor seed="1168"/>
</Entity>
<Entity uid="11347">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="889.89979" z="709.27497"/>
<Orientation y="4.80039"/>
<Actor seed="1169"/>
</Entity>
<Entity uid="11348">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="885.99146" z="702.79145"/>
<Orientation y="10.48134"/>
<Actor seed="1170"/>
</Entity>
<Entity uid="11349">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="911.11451" z="704.5365"/>
<Orientation y="9.71088"/>
<Actor seed="1259"/>
</Entity>
<Entity uid="11350">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="897.73182" z="710.90564"/>
<Orientation y="10.05623"/>
<Actor seed="1260"/>
</Entity>
<Entity uid="11351">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="881.57087" z="692.2624"/>
<Orientation y="5.61651"/>
<Actor seed="1261"/>
</Entity>
<Entity uid="11352">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="883.77753" z="698.30671"/>
<Orientation y="2.38324"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="11353">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="858.8061" z="649.6869"/>
<Orientation y="2.35622"/>
<Actor seed="63744"/>
</Entity>
<Entity uid="11354">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="862.71637" z="649.98517"/>
<Orientation y="2.35622"/>
<Actor seed="6760"/>
</Entity>
<Entity uid="11355">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="839.88807" z="647.32117"/>
<Orientation y="3.02611"/>
<Actor seed="996"/>
</Entity>
<Entity uid="11356">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="842.65564" z="648.23658"/>
<Orientation y="6.06168"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="11357">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="849.10322" z="641.72046"/>
<Orientation y="2.04813"/>
<Actor seed="1192"/>
</Entity>
<Entity uid="11358">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="851.88807" z="643.32117"/>
<Orientation y="5.14101"/>
<Actor seed="1196"/>
</Entity>
<Entity uid="11359">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="846.65564" z="644.23658"/>
<Orientation y="2.61316"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="11360">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="846.65564" z="648.23658"/>
<Orientation y="3.00977"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="11361">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="936.2649" z="763.3335"/>
<Orientation y="6.21032"/>
<Actor seed="1267"/>
</Entity>
<Entity uid="11362">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="933.69794" z="766.40131"/>
<Orientation y="3.88382"/>
<Actor seed="1266"/>
</Entity>
<Entity uid="11363">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="930.63025" z="763.83436"/>
<Orientation y="3.48722"/>
<Actor seed="1265"/>
</Entity>
<Entity uid="11364">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.4964" z="769.96985"/>
<Orientation y="5.45513"/>
<Actor seed="1084"/>
</Entity>
<Entity uid="11365">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="933.28595" z="759.23401"/>
<Orientation y="6.01507"/>
<Actor seed="1196"/>
</Entity>
<Entity uid="11366">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="931.13105" z="769.469"/>
<Orientation y="6.93573"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="11367">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="940.6313" z="755.45795"/>
<Orientation y="4.65792"/>
<Actor seed="1090"/>
</Entity>
<Entity uid="11368">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="928.65296" z="771.00416"/>
<Orientation y="3.90017"/>
<Actor seed="996"/>
</Entity>
<Entity uid="11369">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="869.88495" z="673.11872"/>
<Orientation y="7.64313"/>
<Actor seed="1257"/>
</Entity>
<Entity uid="11370">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="869.26166" z="664.19617"/>
<Orientation y="8.88956"/>
<Actor seed="1255"/>
</Entity>
<Entity uid="11371">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="872.54981" z="678.66102"/>
<Orientation y="9.5358"/>
<Actor seed="1197"/>
</Entity>
<Entity uid="11372">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="865.65003" z="666.23853"/>
<Orientation y="8.15674"/>
<Actor seed="1164"/>
</Entity>
<Entity uid="11373">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="868.70154" z="677.56946"/>
<Orientation y="6.05504"/>
<Actor seed="1093"/>
</Entity>
<Entity uid="11374">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="869.79322" z="673.72126"/>
<Orientation y="6.1292"/>
<Actor seed="1092"/>
</Entity>
<Entity uid="11375">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="863.40955" z="657.4322"/>
<Orientation y="9.0544"/>
<Actor seed="1074"/>
</Entity>
<Entity uid="11376">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="868.5514" z="661.72107"/>
<Orientation y="8.706"/>
<Actor seed="1003"/>
</Entity>
<Entity uid="11377">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="863.63477" z="669.16053"/>
<Orientation y="9.82802"/>
<Actor seed="998"/>
</Entity>
<Entity uid="11378">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="917.85755" z="792.56482"/>
<Orientation y="5.29578"/>
<Actor seed="1602"/>
</Entity>
<Entity uid="11379">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="913.85755" z="792.56482"/>
<Orientation y="2.61913"/>
<Actor seed="1601"/>
</Entity>
<Entity uid="11380">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="913.75416" z="797.89979"/>
<Orientation y="0.93425"/>
<Actor seed="1537"/>
</Entity>
<Entity uid="11381">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.97486" z="803.59144"/>
<Orientation y="2.76861"/>
<Actor seed="1535"/>
</Entity>
<Entity uid="11382">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="915.6344" z="797.8877"/>
<Orientation y="1.99468"/>
<Actor seed="1491"/>
</Entity>
<Entity uid="11383">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="822.9571" z="786.69373"/>
<Orientation y="0.64901"/>
<Actor seed="1452"/>
</Entity>
<Entity uid="11384">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="918.83814" z="794.01844"/>
<Orientation y="3.39936"/>
<Actor seed="1451"/>
</Entity>
<Entity uid="11385">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="830.17292" z="788.85663"/>
<Orientation y="3.97808"/>
<Actor seed="1449"/>
</Entity>
<Entity uid="11386">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="915.6344" z="793.8877"/>
<Orientation y="4.70539"/>
<Actor seed="1405"/>
</Entity>
<Entity uid="11387">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="912.41773" z="786.11127"/>
<Orientation y="-0.66234"/>
<Actor seed="1404"/>
</Entity>
<Entity uid="11388">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="924.54542" z="800.05744"/>
<Orientation y="4.92539"/>
<Actor seed="1369"/>
</Entity>
<Entity uid="11389">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="921.30982" z="803.5348"/>
<Orientation y="4.64377"/>
<Actor seed="1364"/>
</Entity>
<Entity uid="11390">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="919.08338" z="781.6875"/>
<Orientation y="-0.3942"/>
<Actor seed="1319"/>
</Entity>
<Entity uid="11391">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="933.86268" z="889.82074"/>
<Orientation y="-2.06696"/>
<Actor seed="1002"/>
</Entity>
<Entity uid="11392">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="936.21424" z="885.65607"/>
<Orientation y="2.38967"/>
<Actor seed="1076"/>
</Entity>
<Entity uid="11393">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="932.60145" z="874.21283"/>
<Orientation y="4.10961"/>
<Actor seed="1162"/>
</Entity>
<Entity uid="11394">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="935.01001" z="881.84168"/>
<Orientation y="4.03484"/>
<Actor seed="1163"/>
</Entity>
<Entity uid="11395">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="814.93134" z="643.5113"/>
<Orientation y="-6.32935"/>
<Actor seed="1002"/>
</Entity>
<Entity uid="11396">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="810.15845" z="643.20533"/>
<Orientation y="-1.87273"/>
<Actor seed="1076"/>
</Entity>
<Entity uid="11397">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="801.42585" z="651.43586"/>
<Orientation y="-0.1528"/>
<Actor seed="1162"/>
</Entity>
<Entity uid="11398">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="807.24756" z="645.9488"/>
<Orientation y="-0.22756"/>
<Actor seed="1163"/>
</Entity>
<Entity uid="11399">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="899.36841" z="863.5829"/>
<Orientation y="3.93866"/>
<Actor seed="1188"/>
</Entity>
<Entity uid="11400">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="927.38935" z="833.74427"/>
<Orientation y="3.20366"/>
<Actor seed="2032"/>
</Entity>
<Entity uid="11401">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="891.6869" z="841.85926"/>
<Orientation y="1.52048"/>
<Actor seed="1455"/>
</Entity>
<Entity uid="11402">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1041.32789" z="738.10279"/>
<Orientation y="3.63564"/>
<Actor seed="1273"/>
</Entity>
<Entity uid="11403">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="894.615" z="846.0276"/>
<Orientation y="3.63564"/>
<Actor seed="1273"/>
</Entity>
<Entity uid="11404">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="827.16962" z="673.02466"/>
<Orientation y="0.00533"/>
<Actor seed="1323"/>
</Entity>
<Entity uid="11405">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="819.76331" z="674.4167"/>
<Orientation y="1.16158"/>
<Actor seed="1653"/>
</Entity>
<Entity uid="11406">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="697.23475" z="789.51264"/>
<Orientation y="1.54879"/>
<Actor seed="1268"/>
</Entity>
<Entity uid="11407">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="708.43372" z="776.60328"/>
<Orientation y="1.03238"/>
<Actor seed="1262"/>
</Entity>
<Entity uid="11408">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="691.81568" z="790.53614"/>
<Orientation y="2.25091"/>
<Actor seed="1185"/>
</Entity>
<Entity uid="11409">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="699.03003" z="785.24506"/>
<Orientation y="-0.70955"/>
<Actor seed="1184"/>
</Entity>
<Entity uid="11410">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="683.456" z="798.49762"/>
<Orientation y="3.61908"/>
<Actor seed="1182"/>
</Entity>
<Entity uid="11411">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="710.2978" z="777.27906"/>
<Orientation y="1.71908"/>
<Actor seed="1173"/>
</Entity>
<Entity uid="11412">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1112.83252" z="426.32868"/>
<Orientation y="5.67682"/>
<Actor seed="1390"/>
</Entity>
<Entity uid="11413">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1118.7168" z="427.19166"/>
<Orientation y="0.94037"/>
<Actor seed="1018"/>
</Entity>
<Entity uid="11414">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1136.23108" z="417.08161"/>
<Orientation y="0.94037"/>
<Actor seed="1018"/>
</Entity>
<Entity uid="11415">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1447.99268" z="168.03245"/>
<Orientation y="7.26987"/>
<Actor seed="1135"/>
</Entity>
<Entity uid="11416">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1458.6432" z="173.56095"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11417">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1443.95521" z="158.13077"/>
<Orientation y="8.29366"/>
<Actor seed="1231"/>
</Entity>
<Entity uid="11418">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1438.20301" z="155.13822"/>
<Orientation y="6.08451"/>
<Actor seed="1054"/>
</Entity>
<Entity uid="11419">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1449.83545" z="164.48224"/>
<Orientation y="8.72165"/>
<Actor seed="1049"/>
</Entity>
<Entity uid="11420">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1453.38563" z="166.32508"/>
<Orientation y="10.80466"/>
<Actor seed="1048"/>
</Entity>
<Entity uid="11421">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1460.48609" z="170.01075"/>
<Orientation y="10.67818"/>
<Actor seed="1047"/>
</Entity>
<Entity uid="11422">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1461.60376" z="174.24366"/>
<Orientation y="6.48917"/>
<Actor seed="1046"/>
</Entity>
<Entity uid="11423">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1454.6659" z="196.88645"/>
<Orientation y="8.30446"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="11424">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1464.75599" z="203.44373"/>
<Orientation y="10.60465"/>
<Actor seed="1227"/>
</Entity>
<Entity uid="11425">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1462.65455" z="203.23011"/>
<Orientation y="6.71915"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="11426">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1468.25696" z="207.69874"/>
<Orientation y="1.67556"/>
<Actor seed="1219"/>
</Entity>
<Entity uid="11427">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1470.0652" z="210.86817"/>
<Orientation y="3.32648"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="11428">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1452.30506" z="193.28107"/>
<Orientation y="11.41742"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="11429">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1469.66846" z="213.66822"/>
<Orientation y="9.39658"/>
<Actor seed="1131"/>
</Entity>
<Entity uid="11430">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1448.59595" z="189.96662"/>
<Orientation y="8.48238"/>
<Actor seed="1037"/>
</Entity>
<Entity uid="11431">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1413.2107" z="162.33509"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11432">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1618.77442" z="296.78241"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11433">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1385.62366" z="392.49952"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11434">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1375.85621" z="533.79786"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11435">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1426.0182" z="562.70972"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11436">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1382.44117" z="387.63187"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11437">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1320.73621" z="478.25986"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11438">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1272.49415" z="553.62043"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11439">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1278.35169" z="588.99201"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11440">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1297.40125" z="662.00727"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11441">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1294.67164" z="704.59394"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11442">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1288.64771" z="755.8443"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11443">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1099.58741" z="412.32718"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11444">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1171.8694" z="439.24311"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11445">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="907.41022" z="914.01276"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11446">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="936.98597" z="878.55042"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11447">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="932.2378" z="835.52344"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11448">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="827.48212" z="803.84888"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11449">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="682.89478" z="801.39325"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11450">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="645.77411" z="854.26087"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11451">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="933.8357" z="755.89533"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11452">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1020.72718" z="769.68531"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11453">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1042.62647" z="898.15253"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11454">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1076.83716" z="1036.09656"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11455">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1190.58216" z="1201.0741"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11456">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1267.52784" z="1464.55555"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11457">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1361.39783" z="1507.9402"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11458">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1388.52454" z="1581.76258"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11459">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1201.29725" z="1549.2074"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11460">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1169.41321" z="1126.09375"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11461">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1335.1371" z="1146.71143"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11462">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1213.76014" z="964.43262"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11463">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1245.81946" z="819.90284"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11464">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1188.18055" z="878.02894"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11465">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1246.00403" z="905.761"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11466">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1281.39649" z="1098.79078"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11467">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1238.2107" z="659.18964"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="11468">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1014.89466" z="486.21076"/>
<Orientation y="2.35621"/>
<Actor seed="18584"/>
</Entity>
<Entity uid="11469">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1014.43781" z="494.31254"/>
<Orientation y="2.35621"/>
<Actor seed="25490"/>
</Entity>
<Entity uid="11470">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1035.27393" z="470.36149"/>
<Orientation y="2.35621"/>
<Actor seed="22408"/>
</Entity>
<Entity uid="11471">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1037.65711" z="474.47587"/>
<Orientation y="2.35621"/>
<Actor seed="36964"/>
</Entity>
<Entity uid="11472">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1034.93384" z="472.64032"/>
<Orientation y="2.35621"/>
<Actor seed="32124"/>
</Entity>
<Entity uid="11473">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1095.44715" z="453.47193"/>
<Orientation y="2.35621"/>
<Actor seed="60816"/>
</Entity>
<Entity uid="11474">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1091.55701" z="453.37287"/>
<Orientation y="2.35621"/>
<Actor seed="31776"/>
</Entity>
<Entity uid="11475">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1090.56592" z="447.83014"/>
<Orientation y="2.35621"/>
<Actor seed="9574"/>
</Entity>
<Entity uid="11476">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1096.31788" z="454.3441"/>
<Orientation y="2.35621"/>
<Actor seed="54920"/>
</Entity>
<Entity uid="11477">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1075.23658" z="474.37015"/>
<Orientation y="2.35621"/>
<Actor seed="14502"/>
</Entity>
<Entity uid="11478">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1074.7804" z="477.32569"/>
<Orientation y="2.35621"/>
<Actor seed="48284"/>
</Entity>
<Entity uid="11479">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1062.19324" z="425.7787"/>
<Orientation y="2.35621"/>
<Actor seed="37160"/>
</Entity>
<Entity uid="11480">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1058.39271" z="427.4832"/>
<Orientation y="2.35621"/>
<Actor seed="21530"/>
</Entity>
<Entity uid="11481">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1054.48597" z="428.87952"/>
<Orientation y="2.35621"/>
<Actor seed="41964"/>
</Entity>
<Entity uid="11482">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1017.1678" z="536.74866"/>
<Orientation y="2.35621"/>
<Actor seed="23394"/>
</Entity>
<Entity uid="11483">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1015.35261" z="530.07691"/>
<Orientation y="2.35621"/>
<Actor seed="28056"/>
</Entity>
<Entity uid="11484">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1015.87421" z="531.92054"/>
<Orientation y="2.35621"/>
<Actor seed="34052"/>
</Entity>
<Entity uid="11485">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1038.95057" z="499.02936"/>
<Orientation y="2.35621"/>
<Actor seed="60674"/>
</Entity>
<Entity uid="11486">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1042.87281" z="500.34037"/>
<Orientation y="2.35621"/>
<Actor seed="24870"/>
</Entity>
<Entity uid="11487">
<Template>actor|geology/stonemine_desert_quarry.xml</Template>
<Position x="1006.57679" z="475.08948"/>
<Orientation y="2.35621"/>
<Actor seed="40306"/>
</Entity>
<Entity uid="11488">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1071.78028" z="422.80478"/>
<Orientation y="2.35621"/>
<Actor seed="53444"/>
</Entity>
<Entity uid="11489">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1017.01429" z="544.60773"/>
<Orientation y="2.35621"/>
<Actor seed="17268"/>
</Entity>
<Entity uid="11490">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1019.36011" z="547.31482"/>
<Orientation y="2.35621"/>
<Actor seed="20912"/>
</Entity>
<Entity uid="11491">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1012.18616" z="488.55417"/>
<Orientation y="2.35621"/>
<Actor seed="27312"/>
</Entity>
<Entity uid="11492">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1013.86084" z="493.62867"/>
<Orientation y="2.35621"/>
<Actor seed="63956"/>
</Entity>
<Entity uid="11493">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1011.30304" z="496.04868"/>
<Orientation y="2.35621"/>
<Actor seed="52912"/>
</Entity>
<Entity uid="11494">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="991.21229" z="435.75922"/>
<Orientation y="2.35621"/>
<Actor seed="49964"/>
</Entity>
<Entity uid="11495">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1055.22291" z="487.94578"/>
<Orientation y="2.35621"/>
<Actor seed="63704"/>
</Entity>
<Entity uid="11496">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="993.54712" z="433.64716"/>
<Orientation y="2.35621"/>
<Actor seed="52398"/>
</Entity>
<Entity uid="11497">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1023.80555" z="450.13218"/>
<Orientation y="2.35621"/>
<Actor seed="50678"/>
</Entity>
<Entity uid="11498">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1021.92176" z="451.04368"/>
<Orientation y="2.35621"/>
<Actor seed="33194"/>
</Entity>
<Entity uid="11499">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1089.95044" z="444.47474"/>
<Orientation y="2.35621"/>
<Actor seed="50770"/>
</Entity>
<Entity uid="11500">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="964.26667" z="468.03098"/>
<Orientation y="2.35621"/>
<Actor seed="50658"/>
</Entity>
<Entity uid="11501">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1015.4068" z="518.27125"/>
<Orientation y="2.35621"/>
<Actor seed="16376"/>
</Entity>
<Entity uid="11502">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1003.81098" z="398.26728"/>
<Orientation y="2.35621"/>
<Actor seed="17222"/>
</Entity>
<Entity uid="11503">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1152.50477" z="319.46766"/>
<Orientation y="2.35621"/>
<Actor seed="53520"/>
</Entity>
<Entity uid="11504">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1244.73072" z="270.86695"/>
<Orientation y="2.35621"/>
<Actor seed="7038"/>
</Entity>
<Entity uid="11505">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1217.9347" z="270.85114"/>
<Orientation y="2.35621"/>
<Actor seed="45102"/>
</Entity>
<Entity uid="11506">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1127.43824" z="263.07532"/>
<Orientation y="2.35621"/>
<Actor seed="10252"/>
</Entity>
<Entity uid="11507">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="1067.69031" z="429.92716"/>
<Orientation y="2.35621"/>
<Actor seed="20280"/>
</Entity>
<Entity uid="11508">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="1489.48365" z="1525.07984"/>
<Orientation y="4.09935"/>
<Actor seed="16866"/>
</Entity>
<Entity uid="11509">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="1459.17786" z="1481.24988"/>
<Orientation y="7.25483"/>
<Actor seed="53678"/>
</Entity>
<Entity uid="11510">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="1516.0221" z="1487.47999"/>
<Orientation y="4.09937"/>
<Actor seed="16866"/>
</Entity>
<Entity uid="11511">
<Template>other/bridge_hele</Template>
<Player>0</Player>
<Position x="1481.46814" z="1448.62708"/>
<Orientation y="7.25484"/>
<Actor seed="53678"/>
</Entity>
<Entity uid="11512">
<Template>actor|props/special/eyecandy/skeleton.xml</Template>
<Position x="1097.64905" z="134.08628"/>
<Orientation y="4.15485"/>
<Actor seed="41676"/>
</Entity>
<Entity uid="11513">
<Template>actor|props/special/eyecandy/skeleton_propped.xml</Template>
<Position x="1077.63538" z="147.51911"/>
<Orientation y="2.35621"/>
<Actor seed="46718"/>
</Entity>
<Entity uid="11514">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1096.31434" z="135.81757"/>
<Orientation y="2.35621"/>
<Actor seed="57696"/>
</Entity>
<Entity uid="11515">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1076.3274" z="155.52948"/>
<Orientation y="2.35621"/>
<Actor seed="9866"/>
</Entity>
<Entity uid="11516">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1096.20533" z="131.69788"/>
<Orientation y="2.35621"/>
<Actor seed="21208"/>
</Entity>
<Entity uid="11517">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1099.40589" z="131.88361"/>
<Orientation y="2.35621"/>
<Actor seed="36196"/>
</Entity>
<Entity uid="11518">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1099.69593" z="125.32456"/>
<Orientation y="2.35621"/>
<Actor seed="1736"/>
</Entity>
<Entity uid="11519">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1096.31067" z="124.10074"/>
<Orientation y="2.35621"/>
<Actor seed="26974"/>
</Entity>
<Entity uid="11520">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1090.68396" z="134.94336"/>
<Orientation y="2.35621"/>
<Actor seed="30636"/>
</Entity>
<Entity uid="11521">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1076.2068" z="141.3455"/>
<Orientation y="2.35621"/>
<Actor seed="17264"/>
</Entity>
<Entity uid="11522">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1095.77771" z="129.10508"/>
<Orientation y="2.35621"/>
<Actor seed="45438"/>
</Entity>
<Entity uid="11523">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1087.53138" z="144.05549"/>
<Orientation y="2.35621"/>
<Actor seed="21296"/>
</Entity>
<Entity uid="11524">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1110.91883" z="119.52482"/>
<Orientation y="2.35621"/>
<Actor seed="2790"/>
</Entity>
<Entity uid="11525">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1104.30274" z="114.44368"/>
<Orientation y="2.35621"/>
<Actor seed="27718"/>
</Entity>
<Entity uid="11526">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1084.16248" z="132.02207"/>
<Orientation y="2.35621"/>
<Actor seed="4608"/>
</Entity>
<Entity uid="11527">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1087.75367" z="128.32319"/>
<Orientation y="2.35621"/>
<Actor seed="6426"/>
</Entity>
<Entity uid="11528">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1090.4607" z="136.3996"/>
<Orientation y="2.35621"/>
<Actor seed="60326"/>
</Entity>
<Entity uid="11529">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1099.9292" z="133.41346"/>
<Orientation y="2.35621"/>
<Actor seed="34664"/>
</Entity>
<Entity uid="11530">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1075.22352" z="140.93998"/>
<Orientation y="2.35621"/>
<Actor seed="31960"/>
</Entity>
<Entity uid="11531">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1092.89454" z="119.23963"/>
<Orientation y="3.58333"/>
<Actor seed="30710"/>
</Entity>
<Entity uid="11532">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1111.92994" z="119.79365"/>
<Orientation y="2.63195"/>
<Actor seed="8782"/>
</Entity>
<Entity uid="11533">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1091.047" z="123.7225"/>
<Orientation y="2.35621"/>
<Actor seed="11730"/>
</Entity>
<Entity uid="11534">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1113.23914" z="115.42023"/>
<Orientation y="1.76212"/>
<Actor seed="35356"/>
</Entity>
<Entity uid="11535">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1078.36683" z="150.6565"/>
<Orientation y="2.35621"/>
<Actor seed="14326"/>
</Entity>
<Entity uid="11536">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="1103.54175" z="101.75474"/>
<Orientation y="3.02042"/>
<Actor seed="26428"/>
</Entity>
<Entity uid="11537">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="1108.21924" z="88.47831"/>
<Orientation y="3.27504"/>
<Actor seed="31406"/>
</Entity>
<Entity uid="11541">
<Template>gaia/flora_tree_oak_dead</Template>
<Player>0</Player>
<Position x="1111.16272" z="117.85874"/>
<Orientation y="2.35621"/>
<Actor seed="39006"/>
</Entity>
<Entity uid="11545">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1102.09717" z="93.88508"/>
<Orientation y="2.35621"/>
<Actor seed="28098"/>
</Entity>
<Entity uid="11546">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1110.8307" z="96.91492"/>
<Orientation y="2.35621"/>
<Actor seed="39804"/>
</Entity>
<Entity uid="11547">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1107.51575" z="90.50831"/>
<Orientation y="2.35621"/>
<Actor seed="41570"/>
</Entity>
<Entity uid="11548">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1112.19397" z="107.9634"/>
<Orientation y="1.85753"/>
<Actor seed="7632"/>
</Entity>
<Entity uid="11549">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1110.9314" z="87.59202"/>
<Orientation y="2.35621"/>
<Actor seed="47614"/>
</Entity>
<Entity uid="11550">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1112.83704" z="89.63045"/>
<Orientation y="2.35621"/>
<Actor seed="64874"/>
</Entity>
<Entity uid="11551">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1116.43335" z="86.84081"/>
<Orientation y="2.35621"/>
<Actor seed="41254"/>
</Entity>
<Entity uid="11552">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1117.70118" z="88.86309"/>
<Orientation y="2.35621"/>
<Actor seed="30404"/>
</Entity>
<Entity uid="11553">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1110.71277" z="91.34838"/>
<Orientation y="2.35621"/>
<Actor seed="19204"/>
</Entity>
<Entity uid="11554">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1113.32801" z="109.90803"/>
<Orientation y="2.35621"/>
<Actor seed="52496"/>
</Entity>
<Entity uid="11555">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1108.0514" z="100.09787"/>
<Orientation y="2.35621"/>
<Actor seed="9964"/>
</Entity>
<Entity uid="11556">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1112.43238" z="101.05526"/>
<Orientation y="2.35621"/>
<Actor seed="25662"/>
</Entity>
<Entity uid="11557">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1115.40577" z="94.01497"/>
<Orientation y="2.35621"/>
<Actor seed="35570"/>
</Entity>
<Entity uid="11558">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1118.87098" z="91.46682"/>
<Orientation y="2.35621"/>
<Actor seed="48320"/>
</Entity>
<Entity uid="11559">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1117.48487" z="84.98221"/>
<Orientation y="2.35621"/>
<Actor seed="61430"/>
</Entity>
<Entity uid="11560">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1119.84498" z="89.25654"/>
<Orientation y="2.35621"/>
<Actor seed="19798"/>
</Entity>
<Entity uid="11561">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1123.2798" z="89.01066"/>
<Orientation y="2.35621"/>
<Actor seed="60086"/>
</Entity>
<Entity uid="11562">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1096.17591" z="94.56199"/>
<Orientation y="2.35621"/>
<Actor seed="45350"/>
</Entity>
<Entity uid="11563">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1111.28333" z="99.99425"/>
<Orientation y="2.35621"/>
<Actor seed="15022"/>
</Entity>
<Entity uid="11564">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1094.31031" z="95.14228"/>
<Orientation y="2.35621"/>
<Actor seed="10338"/>
</Entity>
<Entity uid="11565">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1092.15967" z="94.86406"/>
<Orientation y="2.35621"/>
<Actor seed="52132"/>
</Entity>
<Entity uid="11566">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1115.5713" z="97.88935"/>
<Orientation y="1.36869"/>
<Actor seed="41300"/>
</Entity>
<Entity uid="11567">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1110.43445" z="102.66597"/>
<Orientation y="1.5004"/>
<Actor seed="41300"/>
</Entity>
<Entity uid="11568">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1123.18421" z="92.92843"/>
<Orientation y="2.35622"/>
<Actor seed="41300"/>
</Entity>
<Entity uid="11569">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1116.3407" z="83.18107"/>
<Orientation y="2.35622"/>
<Actor seed="41300"/>
</Entity>
<Entity uid="11570">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1107.8932" z="87.61611"/>
<Orientation y="1.1293"/>
<Actor seed="41300"/>
</Entity>
<Entity uid="11571">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1101.83484" z="114.77813"/>
<Orientation y="1.76212"/>
<Actor seed="35356"/>
</Entity>
<Entity uid="11572">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1125.52149" z="106.67959"/>
<Orientation y="1.76212"/>
<Actor seed="35356"/>
</Entity>
<Entity uid="11573">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1105.41956" z="97.57813"/>
<Orientation y="3.84591"/>
<Actor seed="28098"/>
</Entity>
<Entity uid="11574">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1106.66602" z="102.8654"/>
<Orientation y="2.25756"/>
<Actor seed="39804"/>
</Entity>
<Entity uid="11575">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1106.70093" z="108.83355"/>
<Orientation y="2.23031"/>
<Actor seed="7632"/>
</Entity>
<Entity uid="11576">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1103.62989" z="109.22976"/>
<Orientation y="2.35622"/>
<Actor seed="52496"/>
</Entity>
<Entity uid="11577">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1105.10193" z="112.62131"/>
<Orientation y="2.92801"/>
<Actor seed="52496"/>
</Entity>
<Entity uid="11578">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1108.84986" z="110.01746"/>
<Orientation y="1.80665"/>
<Actor seed="7632"/>
</Entity>
<Entity uid="11579">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1110.89441" z="104.49033"/>
<Orientation y="-1.9927"/>
<Actor seed="7632"/>
</Entity>
<Entity uid="11580">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1112.23462" z="105.98821"/>
<Orientation y="2.0782"/>
<Actor seed="52496"/>
</Entity>
<Entity uid="11584">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1102.6388" z="110.70904"/>
<Orientation y="1.85753"/>
<Actor seed="7632"/>
</Entity>
<Entity uid="11586">
<Template>structures/pers_dock</Template>
<Player>4</Player>
<Position x="1614.31275" z="1782.88465"/>
<Orientation y="2.54531"/>
<Actor seed="27214"/>
</Entity>
<Entity uid="11587">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1750.0243" z="1718.84668"/>
<Orientation y="2.35621"/>
<Actor seed="60254"/>
</Entity>
<Entity uid="11588">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1801.86207" z="1556.61011"/>
<Orientation y="2.35621"/>
<Actor seed="58688"/>
</Entity>
<Entity uid="11589">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1789.02845" z="1564.38611"/>
<Orientation y="2.35621"/>
<Actor seed="55360"/>
</Entity>
<Entity uid="11590">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1754.93067" z="1547.03626"/>
<Orientation y="2.35621"/>
<Actor seed="12708"/>
</Entity>
<Entity uid="11591">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1770.96814" z="1542.42994"/>
<Orientation y="2.35621"/>
<Actor seed="37170"/>
</Entity>
<Entity uid="11592">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1769.17554" z="1567.58594"/>
<Orientation y="2.35621"/>
<Actor seed="42694"/>
</Entity>
<Entity uid="11593">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1764.67981" z="1552.12867"/>
<Orientation y="2.35621"/>
<Actor seed="58160"/>
</Entity>
<Entity uid="11594">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1778.30872" z="1566.28956"/>
<Orientation y="2.35621"/>
<Actor seed="59608"/>
</Entity>
<Entity uid="11595">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1753.53162" z="1549.1338"/>
<Orientation y="2.35621"/>
<Actor seed="36880"/>
</Entity>
<Entity uid="11596">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1745.22901" z="1551.5652"/>
<Orientation y="2.35621"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11597">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1762.12037" z="1545.18018"/>
<Orientation y="2.35621"/>
<Actor seed="39750"/>
</Entity>
<Entity uid="11598">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1773.76502" z="1536.08082"/>
<Orientation y="2.35621"/>
<Actor seed="21234"/>
</Entity>
<Entity uid="11599">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1738.43775" z="1552.82264"/>
<Orientation y="2.35621"/>
<Actor seed="12080"/>
</Entity>
<Entity uid="11600">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1788.04712" z="1594.84058"/>
<Orientation y="0.1446"/>
<Actor seed="1034"/>
</Entity>
<Entity uid="11601">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1784.15345" z="1591.21949"/>
<Orientation y="0.1446"/>
<Actor seed="28330"/>
</Entity>
<Entity uid="11602">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1766.78321" z="1590.11255"/>
<Orientation y="2.35621"/>
<Actor seed="33178"/>
</Entity>
<Entity uid="11603">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1775.396" z="1586.70667"/>
<Orientation y="2.35621"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="11604">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1793.45167" z="1617.56385"/>
<Orientation y="2.35621"/>
<Actor seed="42590"/>
</Entity>
<Entity uid="11605">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1780.27015" z="1594.5818"/>
<Orientation y="2.35621"/>
<Actor seed="23218"/>
</Entity>
<Entity uid="11606">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1795.74622" z="1597.43104"/>
<Orientation y="2.35621"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="11607">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1742.22168" z="1643.2627"/>
<Orientation y="1.3726"/>
<Actor seed="384"/>
</Entity>
<Entity uid="11608">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1749.06653" z="1636.52918"/>
<Orientation y="0.96117"/>
<Actor seed="386"/>
</Entity>
<Entity uid="11609">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1746.28345" z="1649.7417"/>
<Orientation y="0.19643"/>
<Actor seed="387"/>
</Entity>
<Entity uid="11610">
<Template>structures/pers_stable</Template>
<Player>4</Player>
<Position x="1746.03089" z="1665.09144"/>
<Orientation y="3.96238"/>
<Actor seed="60060"/>
</Entity>
<Entity uid="11611">
<Template>structures/pers_tacara</Template>
<Player>4</Player>
<Position x="1680.41724" z="1691.77625"/>
<Orientation y="8.72716"/>
<Actor seed="60360"/>
</Entity>
<Entity uid="11612">
<Template>structures/pers_apadana</Template>
<Player>4</Player>
<Position x="1728.0547" z="1634.66651"/>
<Orientation y="5.58768"/>
<Actor seed="46692"/>
</Entity>
<Entity uid="11613">
<Template>structures/pers_market</Template>
<Player>4</Player>
<Position x="1706.49549" z="1618.0464"/>
<Orientation y="2.45339"/>
<Actor seed="11982"/>
</Entity>
<Entity uid="11614">
<Template>units/pers_hero_xerxes_chariot</Template>
<Player>4</Player>
<Position x="1704.25745" z="1662.71692"/>
<Orientation y="2.42843"/>
<Actor seed="53752"/>
</Entity>
<Entity uid="11617">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1704.58167" z="1681.59534"/>
<Orientation y="2.39837"/>
<Actor seed="64092"/>
</Entity>
<Entity uid="11618">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1701.4524" z="1680.03821"/>
<Orientation y="2.39837"/>
<Actor seed="17760"/>
</Entity>
<Entity uid="11619">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1698.94385" z="1677.67481"/>
<Orientation y="2.39837"/>
<Actor seed="4818"/>
</Entity>
<Entity uid="11620">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1696.37427" z="1675.19544"/>
<Orientation y="2.39837"/>
<Actor seed="27240"/>
</Entity>
<Entity uid="11621">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1693.3971" z="1672.93738"/>
<Orientation y="2.39837"/>
<Actor seed="16826"/>
</Entity>
<Entity uid="11622">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1690.94361" z="1670.89576"/>
<Orientation y="2.39837"/>
<Actor seed="18402"/>
</Entity>
<Entity uid="11623">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1687.98536" z="1668.25232"/>
<Orientation y="2.39837"/>
<Actor seed="40436"/>
</Entity>
<Entity uid="11624">
<Template>units/pers_champion_infantry</Template>
<Player>4</Player>
<Position x="1685.59742" z="1665.76014"/>
<Orientation y="2.39837"/>
<Actor seed="48010"/>
</Entity>
<Entity uid="11626">
<Template>units/pers_ship_bireme</Template>
<Player>4</Player>
<Position x="1988.09461" z="1098.11231"/>
<Orientation y="-2.53667"/>
<Actor seed="47204"/>
</Entity>
<Entity uid="11629">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1546.43738" z="1459.61487"/>
<Orientation y="9.36612"/>
<Actor seed="9216"/>
</Entity>
<Entity uid="11631">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1555.40015" z="1464.6084"/>
<Orientation y="1.85169"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="11633">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1509.29395" z="1420.16797"/>
<Orientation y="-0.79871"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11635">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1557.6521" z="1445.74732"/>
<Orientation y="-2.6792"/>
<Actor seed="62786"/>
</Entity>
<Entity uid="11636">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1504.73365" z="1422.49781"/>
<Orientation y="2.40273"/>
<Actor seed="7232"/>
</Entity>
<Entity uid="11637">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1524.28724" z="1500.71717"/>
<Orientation y="0.42884"/>
<Actor seed="35910"/>
</Entity>
<Entity uid="11645">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1512.09864" z="1412.7223"/>
<Orientation y="2.35621"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11646">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1087.2505" z="67.85137"/>
<Orientation y="2.35621"/>
<Actor seed="12462"/>
</Entity>
<Entity uid="11647">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1510.662" z="1412.08814"/>
<Orientation y="2.35622"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="11649">
<Template>structures/maur_civil_centre</Template>
<Player>0</Player>
<Position x="1831.46497" z="980.85853"/>
<Orientation y="7.32403"/>
<Actor seed="53156"/>
</Entity>
<Entity uid="11651">
<Template>units/sele_ship_trireme</Template>
<Player>1</Player>
<Position x="877.45325" z="1692.39002"/>
<Orientation y="-3.92847"/>
<Actor seed="5456"/>
</Entity>
<Entity uid="11652">
<Template>units/sele_ship_fishing</Template>
<Player>1</Player>
<Position x="835.83045" z="1639.52784"/>
<Orientation y="4.67399"/>
<Actor seed="38306"/>
</Entity>
<Entity uid="11653">
<Template>units/sele_ship_merchant</Template>
<Player>1</Player>
<Position x="841.0522" z="1669.08448"/>
<Orientation y="0.7913"/>
<Actor seed="59274"/>
</Entity>
<Entity uid="11654">
<Template>units/ptol_ship_merchant</Template>
<Player>1</Player>
<Position x="864.19397" z="1614.64356"/>
<Orientation y="-0.79877"/>
<Actor seed="38844"/>
</Entity>
<Entity uid="11655">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1034.391" z="1585.68982"/>
<Orientation y="3.95688"/>
<Actor seed="60862"/>
</Entity>
<Entity uid="11656">
<Template>actor|structures/ptolemies/merchant_ship.xml</Template>
<Position x="1168.995" z="1269.93274"/>
<Orientation y="-1.59067"/>
</Entity>
<Entity uid="11657">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1151.2334" z="1268.50391"/>
<Orientation y="9.42852"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11658">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1151.292" z="1271.76722"/>
<Orientation y="9.42853"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11659">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1188.21863" z="1271.64393"/>
<Orientation y="9.42853"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11660">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1188.31666" z="1268.4889"/>
<Orientation y="9.42853"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11663">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1155.88794" z="1276.42493"/>
<Orientation y="14.14045"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11664">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1162.49915" z="1276.35743"/>
<Orientation y="14.14045"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11665">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1177.41724" z="1276.37293"/>
<Orientation y="14.14045"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11666">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1183.6908" z="1276.38807"/>
<Orientation y="14.14045"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11667">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1155.88697" z="1263.90638"/>
<Orientation y="14.14046"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11668">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1165.0923" z="1263.88318"/>
<Orientation y="14.14046"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11669">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1174.4845" z="1263.89271"/>
<Orientation y="14.14046"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11670">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1183.68982" z="1263.86951"/>
<Orientation y="14.14046"/>
<Actor seed="53700"/>
</Entity>
<Entity uid="11671">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1165.3683" z="1279.89136"/>
<Orientation y="1.54813"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="11672">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1174.48133" z="1279.9159"/>
<Orientation y="-1.56676"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="11677">
<Template>actor|props/structures/iberians/blacksmith_barrels.xml</Template>
<Position x="1186.07483" z="1274.32813"/>
<Orientation y="1.34041"/>
<Actor seed="36926"/>
</Entity>
<Entity uid="11678">
<Template>actor|props/structures/romans/blacksmith_barrel.xml</Template>
<Position x="1186.14197" z="1273.36292"/>
<Orientation y="2.35621"/>
<Actor seed="44240"/>
</Entity>
<Entity uid="11679">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1150.1626" z="1265.4823"/>
<Orientation y="-4.00264"/>
<Actor seed="4051"/>
</Entity>
<Entity uid="11680">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1181.57581" z="1275.05774"/>
<Orientation y="-4.00264"/>
<Actor seed="4051"/>
</Entity>
<Entity uid="11681">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1162.24158" z="1277.73438"/>
<Orientation y="2.35621"/>
<Actor seed="43540"/>
</Entity>
<Entity uid="11682">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1185.6587" z="1262.52601"/>
<Orientation y="1.26594"/>
<Actor seed="19146"/>
</Entity>
<Entity uid="11683">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1160.01624" z="1277.9491"/>
<Orientation y="2.35621"/>
<Actor seed="22712"/>
</Entity>
<Entity uid="11684">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1159.3346" z="1268.41248"/>
<Orientation y="2.35621"/>
<Actor seed="35056"/>
</Entity>
<Entity uid="11685">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1165.90345" z="1267.63123"/>
<Orientation y="1.89087"/>
<Actor seed="30050"/>
</Entity>
<Entity uid="11686">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1158.38819" z="1269.52234"/>
<Orientation y="2.35621"/>
<Actor seed="13084"/>
</Entity>
<Entity uid="11687">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.40711" z="1267.54468"/>
<Orientation y="2.35621"/>
<Actor seed="11806"/>
</Entity>
<Entity uid="11688">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1162.0796" z="1268.39185"/>
<Orientation y="2.098"/>
<Actor seed="59490"/>
</Entity>
<Entity uid="11689">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1158.17115" z="1270.25489"/>
<Orientation y="3.5525"/>
<Actor seed="24588"/>
</Entity>
<Entity uid="11690">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1159.31226" z="1270.92396"/>
<Orientation y="2.9903"/>
<Actor seed="35988"/>
</Entity>
<Entity uid="11691">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1160.65052" z="1270.67957"/>
<Orientation y="1.13567"/>
<Actor seed="14286"/>
</Entity>
<Entity uid="11692">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1163.49073" z="1268.79993"/>
<Orientation y="7.57816"/>
<Actor seed="13104"/>
</Entity>
<Entity uid="11693">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1179.69422" z="1270.67762"/>
<Orientation y="-0.91619"/>
<Actor seed="25096"/>
</Entity>
<Entity uid="11694">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1178.80591" z="1268.5121"/>
<Orientation y="2.35621"/>
<Actor seed="10882"/>
</Entity>
<Entity uid="11695">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1176.39454" z="1271.23902"/>
<Orientation y="2.11149"/>
<Actor seed="62654"/>
</Entity>
<Entity uid="11696">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1176.49195" z="1268.88404"/>
<Orientation y="-1.43792"/>
<Actor seed="26494"/>
</Entity>
<Entity uid="11697">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1180.11548" z="1269.35755"/>
<Orientation y="2.35621"/>
<Actor seed="29640"/>
</Entity>
<Entity uid="11698">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.20484" z="1272.13001"/>
<Orientation y="2.35621"/>
<Actor seed="4714"/>
</Entity>
<Entity uid="11699">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1178.02381" z="1270.52503"/>
<Orientation y="2.75657"/>
<Actor seed="45630"/>
</Entity>
<Entity uid="11700">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1175.00208" z="1268.97657"/>
<Orientation y="-6.64611"/>
<Actor seed="11784"/>
</Entity>
<Entity uid="11701">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1163.72938" z="1270.98511"/>
<Orientation y="-3.85753"/>
<Actor seed="11784"/>
</Entity>
<Entity uid="11702">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1173.136" z="1268.04139"/>
<Orientation y="7.87177"/>
<Actor seed="34016"/>
</Entity>
<Entity uid="11703">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1173.98353" z="1272.03846"/>
<Orientation y="5.12835"/>
<Actor seed="34016"/>
</Entity>
<Entity uid="11704">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1179.79395" z="1269.71241"/>
<Orientation y="3.19822"/>
<Actor seed="9226"/>
</Entity>
<Entity uid="11705">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1164.89576" z="1268.49598"/>
<Orientation y="6.36667"/>
<Actor seed="41242"/>
</Entity>
<Entity uid="11707">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1165.5105" z="1270.71473"/>
<Orientation y="3.60543"/>
<Actor seed="6426"/>
</Entity>
<Entity uid="11708">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1165.63819" z="1268.06702"/>
<Orientation y="7.49167"/>
<Actor seed="34016"/>
</Entity>
<Entity uid="11709">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.08729" z="1269.44068"/>
<Orientation y="6.36667"/>
<Actor seed="41242"/>
</Entity>
<Entity uid="11710">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1162.8866" z="1271.10657"/>
<Orientation y="2.80625"/>
<Actor seed="14286"/>
</Entity>
<Entity uid="11711">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1164.14686" z="1270.50953"/>
<Orientation y="3.60543"/>
<Actor seed="6426"/>
</Entity>
<Entity uid="11713">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1164.08143" z="1195.47461"/>
<Orientation y="-4.0667"/>
<Actor seed="4167"/>
</Entity>
<Entity uid="11715">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1158.66285" z="1233.03296"/>
<Orientation y="4.13132"/>
<Actor seed="2026"/>
</Entity>
<Entity uid="11716">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1149.7793" z="1230.18848"/>
<Orientation y="0.97777"/>
<Actor seed="2025"/>
</Entity>
<Entity uid="11717">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1160.18311" z="1235.66834"/>
<Orientation y="5.65702"/>
<Actor seed="1935"/>
</Entity>
<Entity uid="11718">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1171.53748" z="1244.53235"/>
<Orientation y="2.23751"/>
<Actor seed="1934"/>
</Entity>
<Entity uid="11719">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1167.10987" z="1239.10584"/>
<Orientation y="1.07044"/>
<Actor seed="1933"/>
</Entity>
<Entity uid="11721">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1183.53797" z="1242.36304"/>
<Orientation y="1.82653"/>
<Actor seed="1829"/>
</Entity>
<Entity uid="11722">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1172.50306" z="1240.53272"/>
<Orientation y="3.7899"/>
<Actor seed="1828"/>
</Entity>
<Entity uid="11723">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1187.7505" z="1239.94825"/>
<Orientation y="1.43212"/>
<Actor seed="1635"/>
</Entity>
<Entity uid="11724">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1156.80188" z="1225.57447"/>
<Orientation y="5.01331"/>
<Actor seed="1951"/>
</Entity>
<Entity uid="11725">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1188.85328" z="1247.57728"/>
<Orientation y="5.01331"/>
<Actor seed="1951"/>
</Entity>
<Entity uid="11726">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1150.8484" z="1237.09363"/>
<Orientation y="5.01331"/>
<Actor seed="1951"/>
</Entity>
<Entity uid="11727">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1170.15796" z="1226.27686"/>
<Orientation y="-0.96605"/>
<Actor seed="1632"/>
</Entity>
<Entity uid="11728">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1141.65076" z="1223.38343"/>
<Orientation y="2.86974"/>
<Actor seed="1841"/>
</Entity>
<Entity uid="11729">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1144.58948" z="1233.89344"/>
<Orientation y="4.82407"/>
<Actor seed="1793"/>
</Entity>
<Entity uid="11730">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1184.2494" z="1237.32532"/>
<Orientation y="4.13132"/>
<Actor seed="2026"/>
</Entity>
<Entity uid="11731">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1185.53565" z="1242.03406"/>
<Orientation y="-1.17206"/>
<Actor seed="1633"/>
</Entity>
<Entity uid="11732">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1179.09668" z="1241.95618"/>
<Orientation y="5.01331"/>
<Actor seed="1951"/>
</Entity>
<Entity uid="11733">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1181.46534" z="1177.01404"/>
<Orientation y="5.01331"/>
<Actor seed="1951"/>
</Entity>
<Entity uid="11734">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1163.85975" z="1232.36915"/>
<Orientation y="1.82653"/>
<Actor seed="1829"/>
</Entity>
<Entity uid="11735">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1177.07093" z="1244.39698"/>
<Orientation y="-3.38685"/>
<Actor seed="1933"/>
</Entity>
<Entity uid="11736">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1133.40845" z="1236.48194"/>
<Orientation y="4.13132"/>
<Actor seed="2026"/>
</Entity>
<Entity uid="11737">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1161.50843" z="1261.3755"/>
<Orientation y="1.19671"/>
<Actor seed="4048"/>
</Entity>
<Entity uid="11740">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1193.58118" z="1309.77442"/>
<Orientation y="2.35621"/>
<Actor seed="32986"/>
</Entity>
<Entity uid="11741">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1195.55958" z="1310.00403"/>
<Orientation y="2.35621"/>
<Actor seed="44912"/>
</Entity>
<Entity uid="11742">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1197.26734" z="1310.12855"/>
<Orientation y="2.35621"/>
<Actor seed="17704"/>
</Entity>
<Entity uid="11743">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1183.64136" z="1316.85828"/>
<Orientation y="2.35621"/>
<Actor seed="50798"/>
</Entity>
<Entity uid="11744">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1183.46033" z="1316.21192"/>
<Orientation y="2.35622"/>
<Actor seed="17704"/>
</Entity>
<Entity uid="11745">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="1197.48462" z="1334.30665"/>
<Orientation y="2.35621"/>
<Actor seed="18778"/>
</Entity>
<Entity uid="11746">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="1195.636" z="1334.81617"/>
<Orientation y="2.35621"/>
<Actor seed="14202"/>
</Entity>
<Entity uid="11747">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1194.51404" z="1334.15711"/>
<Orientation y="2.35621"/>
<Actor seed="42400"/>
</Entity>
<Entity uid="11748">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1192.60596" z="1270.5868"/>
<Orientation y="2.35621"/>
<Actor seed="25302"/>
</Entity>
<Entity uid="11749">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1191.46705" z="1271.24793"/>
<Orientation y="2.35621"/>
<Actor seed="7022"/>
</Entity>
<Entity uid="11750">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1190.76404" z="1269.33826"/>
<Orientation y="2.35621"/>
<Actor seed="35682"/>
</Entity>
<Entity uid="11751">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1203.35547" z="1338.91065"/>
<Orientation y="2.35621"/>
<Actor seed="13846"/>
</Entity>
<Entity uid="11752">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1202.36744" z="1341.11756"/>
<Orientation y="2.35621"/>
<Actor seed="13378"/>
</Entity>
<Entity uid="11753">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1202.56104" z="1342.99122"/>
<Orientation y="2.35621"/>
<Actor seed="19574"/>
</Entity>
<Entity uid="11754">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1152.17701" z="1265.7068"/>
<Orientation y="2.35621"/>
<Actor seed="50384"/>
</Entity>
<Entity uid="11755">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1153.64954" z="1265.16041"/>
<Orientation y="2.35621"/>
<Actor seed="7844"/>
</Entity>
<Entity uid="11756">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1154.55542" z="1264.80555"/>
<Orientation y="2.35621"/>
<Actor seed="33220"/>
</Entity>
<Entity uid="11757">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1231.5149" z="1310.15857"/>
<Orientation y="2.35621"/>
<Actor seed="9842"/>
</Entity>
<Entity uid="11758">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1218.78052" z="1312.02002"/>
<Orientation y="2.35621"/>
<Actor seed="4370"/>
</Entity>
<Entity uid="11759">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1210.43677" z="1307.10279"/>
<Orientation y="2.35621"/>
<Actor seed="62214"/>
</Entity>
<Entity uid="11760">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1183.47596" z="1265.03504"/>
<Orientation y="2.03376"/>
<Actor seed="59024"/>
</Entity>
<Entity uid="11761">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1206.21949" z="1302.67493"/>
<Orientation y="2.35621"/>
<Actor seed="17172"/>
</Entity>
<Entity uid="11785">
<Template>units/pers_ship_merchant</Template>
<Player>4</Player>
<Position x="1588.26502" z="1783.13257"/>
<Orientation y="-2.0174"/>
<Actor seed="17234"/>
</Entity>
<Entity uid="11786">
<Template>units/pers_ship_fishing</Template>
<Player>4</Player>
<Position x="1621.21045" z="1802.55152"/>
<Orientation y="-1.38511"/>
<Actor seed="48884"/>
</Entity>
<Entity uid="11787">
<Template>units/pers_ship_bireme</Template>
<Player>4</Player>
<Position x="1535.3169" z="1837.49646"/>
<Orientation y="-1.43871"/>
<Actor seed="1338"/>
</Entity>
<Entity uid="11788">
<Template>units/pers_ship_trireme</Template>
<Player>4</Player>
<Position x="1563.92591" z="1815.39014"/>
<Orientation y="-1.42492"/>
<Actor seed="49122"/>
</Entity>
<Entity uid="11789">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1510.13294" z="1415.8335"/>
<Orientation y="0.91134"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11790">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1503.92701" z="1415.81263"/>
<Orientation y="-0.12398"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11791">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1516.58472" z="1410.1266"/>
<Orientation y="4.55336"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="11792">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1527.85853" z="1405.15906"/>
<Orientation y="-2.05648"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11793">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1524.17957" z="1410.53223"/>
<Orientation y="4.9917"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="11795">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1521.86231" z="1409.62916"/>
<Orientation y="0.16106"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11796">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1522.36451" z="1403.9911"/>
<Orientation y="1.87766"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11797">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1555.96485" z="1471.40906"/>
<Orientation y="-2.41704"/>
<Actor seed="26444"/>
</Entity>
<Entity uid="11801">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1536.44983" z="1463.77857"/>
<Orientation y="2.88315"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11806">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1524.71705" z="1396.42481"/>
<Orientation y="-1.2415"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11807">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1515.31055" z="1389.17505"/>
<Orientation y="3.89974"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11809">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1511.3136" z="1389.38233"/>
<Orientation y="0.57444"/>
<Actor seed="26444"/>
</Entity>
<Entity uid="11810">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1516.29456" z="1392.89087"/>
<Orientation y="1.13033"/>
</Entity>
<Entity uid="11816">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1524.81348" z="1391.34986"/>
<Orientation y="-3.06345"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11820">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1521.76075" z="1394.07667"/>
<Orientation y="1.51743"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11821">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1522.59742" z="1389.58033"/>
<Orientation y="1.51743"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11823">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1531.07264" z="1397.6803"/>
<Orientation y="-2.11504"/>
<Actor seed="55780"/>
</Entity>
<Entity uid="11824">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1568.42664" z="1404.886"/>
<Orientation y="2.88315"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11825">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1574.42383" z="1414.12757"/>
<Orientation y="2.88315"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11826">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1575.57874" z="1407.34681"/>
<Orientation y="2.88315"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11827">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1568.89161" z="1401.03223"/>
<Orientation y="-1.76691"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11828">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1576.09083" z="1429.71229"/>
<Orientation y="8.74453"/>
<Actor seed="9216"/>
</Entity>
<Entity uid="11829">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1575.75062" z="1421.06995"/>
<Orientation y="-2.23534"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11830">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1579.47486" z="1413.19642"/>
<Orientation y="-6.88338"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11831">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1576.8169" z="1427.93165"/>
<Orientation y="4.37084"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="11832">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1567.64893" z="1399.25135"/>
<Orientation y="4.45743"/>
<Actor seed="26444"/>
</Entity>
<Entity uid="11833">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1557.32776" z="1469.49842"/>
<Orientation y="-2.16149"/>
<Actor seed="26444"/>
</Entity>
<Entity uid="11834">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1556.78602" z="1470.64161"/>
<Orientation y="-2.41704"/>
<Actor seed="26444"/>
</Entity>
<Entity uid="11835">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1553.94141" z="1458.0315"/>
<Orientation y="-1.03838"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="11836">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1557.88123" z="1453.86854"/>
<Orientation y="-2.23534"/>
<Actor seed="44434"/>
</Entity>
<Entity uid="11837">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1552.22596" z="1448.59363"/>
<Orientation y="-1.41726"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11838">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1557.05884" z="1445.83387"/>
<Orientation y="-1.81966"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11839">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1548.92566" z="1448.90271"/>
<Orientation y="-5.9711"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11840">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1551.73145" z="1447.86854"/>
<Orientation y="-6.18262"/>
<Actor seed="44116"/>
</Entity>
<Entity uid="11844">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1560.9756" z="1457.03846"/>
<Orientation y="9.41442"/>
<Actor seed="26444"/>
</Entity>
<Entity uid="11845">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1836.42872" z="1529.12745"/>
<Orientation y="2.35622"/>
<Actor seed="55360"/>
</Entity>
<Entity uid="11846">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1849.26233" z="1521.35145"/>
<Orientation y="2.35622"/>
<Actor seed="58688"/>
</Entity>
<Entity uid="11847">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1819.52161" z="1504.68262"/>
<Orientation y="2.35622"/>
<Actor seed="21234"/>
</Entity>
<Entity uid="11848">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1806.0011" z="1523.56812"/>
<Orientation y="2.35622"/>
<Actor seed="23218"/>
</Entity>
<Entity uid="11849">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1824.90857" z="1541.7942"/>
<Orientation y="2.35622"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="11850">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1810.5818" z="1549.33619"/>
<Orientation y="2.35622"/>
<Actor seed="42590"/>
</Entity>
<Entity uid="11851">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1789.73682" z="1553.29371"/>
<Orientation y="3.75721"/>
<Actor seed="21234"/>
</Entity>
<Entity uid="11852">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1849.44031" z="1509.91944"/>
<Orientation y="2.35622"/>
<Actor seed="21234"/>
</Entity>
<Entity uid="11853">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1810.45887" z="1505.68201"/>
<Orientation y="2.35622"/>
<Actor seed="12080"/>
</Entity>
<Entity uid="11854">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1803.1443" z="1517.01221"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11855">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1785.23804" z="1533.73328"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11856">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1758.6858" z="1589.71094"/>
<Orientation y="5.18926"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11857">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1846.4292" z="1494.45362"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11858">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1831.75171" z="1519.67359"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11859">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1826.2837" z="1524.12427"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11860">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1735.05616" z="1651.8938"/>
<Orientation y="0.19643"/>
<Actor seed="387"/>
</Entity>
<Entity uid="11863">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1738.67164" z="1658.6001"/>
<Orientation y="-2.87331"/>
<Actor seed="387"/>
</Entity>
<Entity uid="11864">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1751.81141" z="1651.81458"/>
<Orientation y="-2.10857"/>
<Actor seed="386"/>
</Entity>
<Entity uid="11865">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1738.51001" z="1648.00721"/>
<Orientation y="-3.2702"/>
<Actor seed="385"/>
</Entity>
<Entity uid="11866">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1869.4098" z="1548.45386"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11867">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1808.65723" z="1648.80506"/>
<Orientation y="2.35622"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="11868">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1789.839" z="1658.08326"/>
<Orientation y="2.35622"/>
<Actor seed="23218"/>
</Entity>
<Entity uid="11869">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1790.98829" z="1668.4745"/>
<Orientation y="2.35622"/>
<Actor seed="42590"/>
</Entity>
<Entity uid="11870">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1784.96485" z="1650.20813"/>
<Orientation y="2.35622"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="11871">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1816.08484" z="1634.67896"/>
<Orientation y="2.35622"/>
<Actor seed="33178"/>
</Entity>
<Entity uid="11872">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1793.7223" z="1654.72095"/>
<Orientation y="0.14461"/>
<Actor seed="28330"/>
</Entity>
<Entity uid="11873">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1797.61597" z="1658.34205"/>
<Orientation y="0.14461"/>
<Actor seed="1034"/>
</Entity>
<Entity uid="11874">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1864.29554" z="1559.18262"/>
<Orientation y="2.35622"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="11875">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1890.67359" z="1516.83399"/>
<Orientation y="2.35622"/>
<Actor seed="23218"/>
</Entity>
<Entity uid="11876">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1850.52918" z="1563.1891"/>
<Orientation y="2.35622"/>
<Actor seed="42590"/>
</Entity>
<Entity uid="11877">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1883.38013" z="1533.09485"/>
<Orientation y="2.35622"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="11878">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1853.79493" z="1586.72364"/>
<Orientation y="0.14461"/>
<Actor seed="28330"/>
</Entity>
<Entity uid="11879">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1856.59644" z="1556.59217"/>
<Orientation y="0.14461"/>
<Actor seed="1034"/>
</Entity>
<Entity uid="11880">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1772.49183" z="1619.69092"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11881">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1847.64478" z="1503.07105"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11882">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1779.0542" z="1617.68653"/>
<Orientation y="2.35622"/>
<Actor seed="58160"/>
</Entity>
<Entity uid="11883">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1786.76392" z="1613.17688"/>
<Orientation y="2.35622"/>
<Actor seed="23218"/>
</Entity>
<Entity uid="11884">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1737.61927" z="1517.99524"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="11885">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1737.70728" z="1509.70667"/>
<Orientation y="2.35622"/>
<Actor seed="58160"/>
</Entity>
<Entity uid="11886">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1759.23426" z="1665.22889"/>
<Orientation y="2.35622"/>
<Actor seed="60254"/>
</Entity>
<Entity uid="11887">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1592.09522" z="1455.76355"/>
<Orientation y="0.6564"/>
<Actor seed="7232"/>
</Entity>
<Entity uid="11888">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1593.70643" z="1448.82435"/>
<Orientation y="-0.39484"/>
<Actor seed="7232"/>
</Entity>
<Entity uid="11889">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1609.81373" z="1444.75501"/>
<Orientation y="2.35621"/>
<Actor seed="61470"/>
</Entity>
<Entity uid="11890">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1602.13575" z="1468.60535"/>
<Orientation y="2.35621"/>
<Actor seed="40532"/>
</Entity>
<Entity uid="11891">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1583.29395" z="1469.68274"/>
<Orientation y="2.35621"/>
<Actor seed="2690"/>
</Entity>
<Entity uid="11892">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1581.98133" z="1472.05176"/>
<Orientation y="2.35621"/>
<Actor seed="26606"/>
</Entity>
<Entity uid="11893">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1569.35242" z="1498.02186"/>
<Orientation y="2.35621"/>
<Actor seed="54952"/>
</Entity>
<Entity uid="11894">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1552.35315" z="1520.2975"/>
<Orientation y="2.35621"/>
<Actor seed="11998"/>
</Entity>
<Entity uid="11895">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1554.6349" z="1521.52344"/>
<Orientation y="2.35621"/>
<Actor seed="3316"/>
</Entity>
<Entity uid="11896">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1556.87" z="1521.71143"/>
<Orientation y="2.35621"/>
<Actor seed="49906"/>
</Entity>
<Entity uid="11897">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1561.3844" z="1520.9911"/>
<Orientation y="2.35621"/>
<Actor seed="8986"/>
</Entity>
<Entity uid="11898">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1549.1449" z="1500.79883"/>
<Orientation y="2.35621"/>
<Actor seed="41880"/>
</Entity>
<Entity uid="11899">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1548.56531" z="1506.21351"/>
<Orientation y="2.35621"/>
<Actor seed="18708"/>
</Entity>
<Entity uid="11900">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1603.5204" z="1465.65735"/>
<Orientation y="2.35621"/>
<Actor seed="17950"/>
</Entity>
<Entity uid="11901">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1645.01001" z="1432.7317"/>
<Orientation y="2.35621"/>
<Actor seed="57184"/>
</Entity>
<Entity uid="11902">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1640.87647" z="1433.66126"/>
<Orientation y="2.35621"/>
<Actor seed="55262"/>
</Entity>
<Entity uid="11903">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1638.63501" z="1434.30274"/>
<Orientation y="2.35621"/>
<Actor seed="49520"/>
</Entity>
<Entity uid="11904">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1616.20643" z="1428.03345"/>
<Orientation y="2.35621"/>
<Actor seed="44022"/>
</Entity>
<Entity uid="11905">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1614.58838" z="1429.0337"/>
<Orientation y="2.35621"/>
<Actor seed="5526"/>
</Entity>
<Entity uid="11906">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1611.36817" z="1429.07605"/>
<Orientation y="2.35621"/>
<Actor seed="32900"/>
</Entity>
<Entity uid="11907">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1570.86426" z="1498.04126"/>
<Orientation y="2.35621"/>
<Actor seed="24114"/>
</Entity>
<Entity uid="11908">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1592.20838" z="1495.70643"/>
<Orientation y="2.35621"/>
<Actor seed="43030"/>
</Entity>
<Entity uid="11909">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1592.64283" z="1494.89356"/>
<Orientation y="2.35621"/>
<Actor seed="59018"/>
</Entity>
<Entity uid="11910">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1663.67298" z="1407.5951"/>
<Orientation y="2.35621"/>
<Actor seed="2102"/>
</Entity>
<Entity uid="11911">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1665.57032" z="1405.13196"/>
<Orientation y="2.35621"/>
<Actor seed="63474"/>
</Entity>
<Entity uid="11912">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1591.21448" z="1455.19397"/>
<Orientation y="2.61252"/>
<Actor seed="58036"/>
</Entity>
<Entity uid="11913">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1612.90528" z="1438.09656"/>
<Orientation y="-1.02006"/>
<Actor seed="5386"/>
</Entity>
<Entity uid="11914">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1581.92713" z="1435.90943"/>
<Orientation y="2.35621"/>
<Actor seed="13740"/>
</Entity>
<Entity uid="11915">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1570.59876" z="1454.8136"/>
<Orientation y="0.70934"/>
<Actor seed="1718"/>
</Entity>
<Entity uid="11916">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1588.47571" z="1480.75086"/>
<Orientation y="2.35621"/>
<Actor seed="21214"/>
</Entity>
<Entity uid="11917">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1588.1316" z="1497.448"/>
<Orientation y="2.35621"/>
<Actor seed="45450"/>
</Entity>
<Entity uid="11918">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1590.17774" z="1450.42725"/>
<Orientation y="2.35621"/>
<Actor seed="61030"/>
</Entity>
<Entity uid="11919">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1590.27479" z="1449.31959"/>
<Orientation y="2.35621"/>
<Actor seed="29704"/>
</Entity>
<Entity uid="11920">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.71338" z="1448.96558"/>
<Orientation y="2.35621"/>
<Actor seed="55784"/>
</Entity>
<Entity uid="11921">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1590.36231" z="1448.38147"/>
<Orientation y="2.35621"/>
<Actor seed="16856"/>
</Entity>
<Entity uid="11922">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.5995" z="1447.32117"/>
<Orientation y="2.35621"/>
<Actor seed="17340"/>
</Entity>
<Entity uid="11923">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.42725" z="1445.7063"/>
<Orientation y="2.35621"/>
<Actor seed="64976"/>
</Entity>
<Entity uid="11924">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1588.54285" z="1445.14344"/>
<Orientation y="2.35621"/>
<Actor seed="51638"/>
</Entity>
<Entity uid="11925">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.03956" z="1454.05286"/>
<Orientation y="2.35621"/>
<Actor seed="19322"/>
</Entity>
<Entity uid="11926">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.55591" z="1450.38465"/>
<Orientation y="2.35621"/>
<Actor seed="6702"/>
</Entity>
<Entity uid="11927">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1588.57447" z="1449.48548"/>
<Orientation y="2.35621"/>
<Actor seed="9460"/>
</Entity>
<Entity uid="11928">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.20997" z="1454.10621"/>
<Orientation y="2.35621"/>
<Actor seed="51034"/>
</Entity>
<Entity uid="11929">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1591.64417" z="1446.78089"/>
<Orientation y="4.72445"/>
<Actor seed="41440"/>
</Entity>
<Entity uid="11930">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1588.938" z="1456.05787"/>
<Orientation y="2.35621"/>
<Actor seed="12174"/>
</Entity>
<Entity uid="11931">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.12012" z="1452.74903"/>
<Orientation y="4.31559"/>
<Actor seed="34720"/>
</Entity>
<Entity uid="11932">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1591.27857" z="1444.64295"/>
<Orientation y="2.35622"/>
<Actor seed="17950"/>
</Entity>
<Entity uid="11933">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1609.30433" z="1440.31727"/>
<Orientation y="2.35622"/>
<Actor seed="55262"/>
</Entity>
<Entity uid="11934">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1616.48865" z="1436.89673"/>
<Orientation y="2.35622"/>
<Actor seed="55262"/>
</Entity>
<Entity uid="11937">
<Template>structures/pers_blacksmith</Template>
<Player>4</Player>
<Position x="1705.82483" z="1578.16688"/>
<Orientation y="4.57708"/>
<Actor seed="2870"/>
</Entity>
<Entity uid="11938">
<Template>structures/pers_house</Template>
<Player>4</Player>
<Position x="1662.67347" z="1623.19874"/>
<Orientation y="5.59629"/>
<Actor seed="18906"/>
</Entity>
<Entity uid="11939">
<Template>structures/pers_house</Template>
<Player>4</Player>
<Position x="1682.76771" z="1592.8855"/>
<Orientation y="7.12461"/>
<Actor seed="54980"/>
</Entity>
<Entity uid="11940">
<Template>structures/pers_house</Template>
<Player>4</Player>
<Position x="1649.92383" z="1670.12305"/>
<Orientation y="5.54896"/>
<Actor seed="51022"/>
</Entity>
<Entity uid="11941">
<Template>structures/pers_house</Template>
<Player>4</Player>
<Position x="1655.15931" z="1635.06959"/>
<Orientation y="0.84063"/>
<Actor seed="23096"/>
</Entity>
<Entity uid="11942">
<Template>structures/pers_house</Template>
<Player>4</Player>
<Position x="1660.05555" z="1658.48633"/>
<Orientation y="7.0978"/>
<Actor seed="2468"/>
</Entity>
<Entity uid="11943">
<Template>structures/pers_barracks</Template>
<Player>4</Player>
<Position x="1749.88526" z="1619.5204"/>
<Orientation y="4.0023"/>
<Actor seed="1710"/>
</Entity>
<Entity uid="11944">
<Template>structures/pers_house</Template>
<Player>4</Player>
<Position x="1671.8523" z="1607.64515"/>
<Orientation y="-0.57857"/>
<Actor seed="51022"/>
</Entity>
<Entity uid="11945">
<Template>structures/pers_corral</Template>
<Player>4</Player>
<Position x="1759.5951" z="1581.94983"/>
<Orientation y="3.48844"/>
<Actor seed="57750"/>
</Entity>
<Entity uid="11946">
<Template>structures/pers_defense_tower</Template>
<Player>4</Player>
<Position x="1694.01648" z="1541.89527"/>
<Orientation y="14.11187"/>
<Actor seed="32492"/>
</Entity>
<Entity uid="11947">
<Template>structures/pers_defense_tower</Template>
<Player>4</Player>
<Position x="1732.07862" z="1497.24756"/>
<Orientation y="6.35755"/>
<Actor seed="15120"/>
</Entity>
<Entity uid="11948">
<Template>structures/pers_defense_tower</Template>
<Player>4</Player>
<Position x="1703.0907" z="1708.41297"/>
<Orientation y="3.99585"/>
<Actor seed="34236"/>
</Entity>
<Entity uid="11949">
<Template>structures/pers_farmstead</Template>
<Player>4</Player>
<Position x="1706.74122" z="1558.63978"/>
<Orientation y="1.45937"/>
<Actor seed="41250"/>
</Entity>
<Entity uid="11950">
<Template>structures/pers_fortress</Template>
<Player>4</Player>
<Position x="1721.6371" z="1514.18763"/>
<Orientation y="4.0119"/>
<Actor seed="63468"/>
</Entity>
<Entity uid="11951">
<Template>structures/pers_hall</Template>
<Player>4</Player>
<Position x="1728.98426" z="1688.91663"/>
<Orientation y="10.24317"/>
<Actor seed="19752"/>
</Entity>
<Entity uid="11952">
<Template>structures/pers_temple</Template>
<Player>4</Player>
<Position x="1680.21473" z="1641.07544"/>
<Orientation y="7.1702"/>
<Actor seed="2800"/>
</Entity>
<Entity uid="11953">
<Template>structures/pers_defense_tower</Template>
<Player>4</Player>
<Position x="1801.10682" z="1612.62122"/>
<Orientation y="3.90813"/>
<Actor seed="34236"/>
</Entity>
<Entity uid="11955">
<Template>structures/pers_storehouse</Template>
<Player>4</Player>
<Position x="1750.06653" z="1561.60792"/>
<Orientation y="0.35044"/>
<Actor seed="48494"/>
</Entity>
<Entity uid="11956">
<Template>structures/pers_field</Template>
<Player>4</Player>
<Position x="1738.32593" z="1599.79712"/>
<Orientation y="-2.68308"/>
<Actor seed="31094"/>
</Entity>
<Entity uid="11957">
<Template>structures/pers_field</Template>
<Player>4</Player>
<Position x="1729.50684" z="1568.75733"/>
<Orientation y="1.5093"/>
<Actor seed="58682"/>
</Entity>
<Entity uid="11958">
<Template>structures/pers_field</Template>
<Player>4</Player>
<Position x="1704.63257" z="1492.94166"/>
<Orientation y="5.44085"/>
<Actor seed="49066"/>
</Entity>
<Entity uid="11959">
<Template>structures/pers_field</Template>
<Player>4</Player>
<Position x="1664.96583" z="1492.2173"/>
<Orientation y="-3.94784"/>
<Actor seed="37634"/>
</Entity>
<Entity uid="11960">
<Template>structures/pers_field</Template>
<Player>4</Player>
<Position x="1685.25562" z="1514.90552"/>
<Orientation y="-4.04787"/>
<Actor seed="15714"/>
</Entity>
<Entity uid="11961">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="187.14152" z="1223.60145"/>
<Orientation y="2.35621"/>
<Actor seed="35276"/>
</Entity>
<Entity uid="11962">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="194.96946" z="1225.45948"/>
<Orientation y="2.35621"/>
<Actor seed="17542"/>
</Entity>
<Entity uid="11963">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="168.79047" z="1216.42957"/>
<Orientation y="2.35621"/>
<Actor seed="39172"/>
</Entity>
<Entity uid="11964">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="190.54853" z="1221.57117"/>
<Orientation y="2.35621"/>
<Actor seed="43228"/>
</Entity>
<Entity uid="11965">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="96.74146" z="1276.4662"/>
<Orientation y="2.35621"/>
<Actor seed="65347"/>
</Entity>
<Entity uid="11966">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="152.06284" z="1274.28431"/>
<Orientation y="4.31582"/>
<Actor seed="57520"/>
</Entity>
<Entity uid="11967">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="158.42396" z="1275.318"/>
<Orientation y="2.35621"/>
<Actor seed="43872"/>
</Entity>
<Entity uid="11968">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="106.20725" z="1275.7815"/>
<Orientation y="2.35621"/>
<Actor seed="10174"/>
</Entity>
<Entity uid="11969">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="134.29816" z="1274.07898"/>
<Orientation y="2.35621"/>
<Actor seed="8502"/>
</Entity>
<Entity uid="11970">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="61.7861" z="1286.10157"/>
<Orientation y="2.35621"/>
<Actor seed="23928"/>
</Entity>
<Entity uid="11971">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="45.21192" z="1301.76941"/>
<Orientation y="2.35621"/>
<Actor seed="20884"/>
</Entity>
<Entity uid="11972">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="52.25615" z="1293.10084"/>
<Orientation y="2.35621"/>
<Actor seed="37376"/>
</Entity>
<Entity uid="11973">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="56.91237" z="1216.29993"/>
<Orientation y="2.35621"/>
<Actor seed="46158"/>
</Entity>
<Entity uid="11974">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="103.57566" z="1287.10401"/>
<Orientation y="1.43049"/>
<Actor seed="29970"/>
</Entity>
<Entity uid="11975">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="50.73055" z="1289.86963"/>
<Orientation y="4.83742"/>
<Actor seed="50338"/>
</Entity>
<Entity uid="11976">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="133.16306" z="1278.9579"/>
<Orientation y="2.35621"/>
<Actor seed="34244"/>
</Entity>
<Entity uid="11977">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="52.62868" z="1290.88526"/>
<Orientation y="-0.3644"/>
<Actor seed="33478"/>
</Entity>
<Entity uid="11978">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="45.05555" z="1299.1969"/>
<Orientation y="-0.26188"/>
<Actor seed="23270"/>
</Entity>
<Entity uid="11979">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="43.83576" z="1306.41883"/>
<Orientation y="2.35621"/>
<Actor seed="13302"/>
</Entity>
<Entity uid="11980">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="59.43772" z="1295.85438"/>
<Orientation y="2.35621"/>
<Actor seed="38876"/>
</Entity>
<Entity uid="11981">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="59.46601" z="1288.88501"/>
<Orientation y="2.35621"/>
<Actor seed="58558"/>
</Entity>
<Entity uid="11982">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="65.68744" z="1284.99256"/>
<Orientation y="2.35621"/>
<Actor seed="17072"/>
</Entity>
<Entity uid="11983">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="85.58542" z="1280.71644"/>
<Orientation y="1.32155"/>
<Actor seed="53236"/>
</Entity>
<Entity uid="11984">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="98.70211" z="1285.32825"/>
<Orientation y="1.84461"/>
<Actor seed="21566"/>
</Entity>
<Entity uid="11985">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="106.14882" z="1278.59754"/>
<Orientation y="2.35621"/>
<Actor seed="24324"/>
</Entity>
<Entity uid="11986">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="109.06484" z="1275.67396"/>
<Orientation y="2.35621"/>
<Actor seed="42034"/>
</Entity>
<Entity uid="11987">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="138.30378" z="1277.495"/>
<Orientation y="2.35621"/>
<Actor seed="40706"/>
</Entity>
<Entity uid="11988">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="149.38886" z="1275.98926"/>
<Orientation y="2.35621"/>
<Actor seed="57052"/>
</Entity>
<Entity uid="11989">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="123.96937" z="1157.21961"/>
<Orientation y="2.35621"/>
<Actor seed="24658"/>
</Entity>
<Entity uid="11990">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="124.36757" z="1159.11512"/>
<Orientation y="2.35621"/>
<Actor seed="9042"/>
</Entity>
<Entity uid="11991">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="121.66665" z="1169.50123"/>
<Orientation y="-0.07596"/>
<Actor seed="25866"/>
</Entity>
<Entity uid="11992">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="120.00837" z="1178.80958"/>
<Orientation y="2.35621"/>
<Actor seed="23834"/>
</Entity>
<Entity uid="11993">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="123.91747" z="1186.86927"/>
<Orientation y="2.35621"/>
<Actor seed="42272"/>
</Entity>
<Entity uid="11994">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="137.54212" z="1196.42688"/>
<Orientation y="2.35621"/>
<Actor seed="33990"/>
</Entity>
<Entity uid="11995">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="129.76468" z="1196.13538"/>
<Orientation y="2.35621"/>
<Actor seed="25986"/>
</Entity>
<Entity uid="11996">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="40.20284" z="1252.8235"/>
<Orientation y="2.35274"/>
<Actor seed="53166"/>
</Entity>
<Entity uid="11997">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="50.3827" z="1212.5702"/>
<Orientation y="2.35621"/>
<Actor seed="18924"/>
</Entity>
<Entity uid="11998">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="85.78251" z="1218.71668"/>
<Orientation y="4.95475"/>
<Actor seed="38722"/>
</Entity>
<Entity uid="11999">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="63.78582" z="1221.12049"/>
<Orientation y="2.35621"/>
<Actor seed="18424"/>
</Entity>
<Entity uid="12000">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="60.8192" z="1222.40967"/>
<Orientation y="2.35621"/>
<Actor seed="34064"/>
</Entity>
<Entity uid="12001">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="59.16224" z="1230.54908"/>
<Orientation y="0.71665"/>
<Actor seed="5112"/>
</Entity>
<Entity uid="12002">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="94.57018" z="1235.30848"/>
<Orientation y="2.35621"/>
<Actor seed="30996"/>
</Entity>
<Entity uid="12003">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="89.03727" z="1230.78077"/>
<Orientation y="-0.36362"/>
<Actor seed="59164"/>
</Entity>
<Entity uid="12004">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="43.09893" z="1258.96558"/>
<Orientation y="2.35621"/>
<Actor seed="52306"/>
</Entity>
<Entity uid="12005">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="90.18702" z="1242.13245"/>
<Orientation y="3.10245"/>
<Actor seed="63646"/>
</Entity>
<Entity uid="12006">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="85.7732" z="1225.45813"/>
<Orientation y="-2.43586"/>
<Actor seed="8790"/>
</Entity>
<Entity uid="12007">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="75.18265" z="1219.24488"/>
<Orientation y="2.35621"/>
<Actor seed="21058"/>
</Entity>
<Entity uid="12008">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="62.53823" z="1215.71119"/>
<Orientation y="2.35621"/>
<Actor seed="4254"/>
</Entity>
<Entity uid="12009">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="91.06698" z="1233.5027"/>
<Orientation y="2.35621"/>
<Actor seed="27404"/>
</Entity>
<Entity uid="12010">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="172.6113" z="1216.32483"/>
<Orientation y="2.35621"/>
<Actor seed="23476"/>
</Entity>
<Entity uid="12011">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="130.03708" z="1195.7771"/>
<Orientation y="2.35621"/>
<Actor seed="53110"/>
</Entity>
<Entity uid="12012">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="138.51624" z="1189.98072"/>
<Orientation y="2.35621"/>
<Actor seed="41202"/>
</Entity>
<Entity uid="12013">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="44.97396" z="1274.2378"/>
<Orientation y="1.67435"/>
<Actor seed="38554"/>
</Entity>
<Entity uid="12014">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="43.83965" z="1268.52076"/>
<Orientation y="2.7116"/>
<Actor seed="9768"/>
</Entity>
<Entity uid="12015">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="80.11951" z="1233.57374"/>
<Orientation y="1.65497"/>
<Actor seed="39248"/>
</Entity>
<Entity uid="12016">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="72.0631" z="1219.34473"/>
<Orientation y="2.35621"/>
<Actor seed="74"/>
</Entity>
<Entity uid="12017">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="88.67695" z="1235.65418"/>
<Orientation y="2.35621"/>
<Actor seed="39020"/>
</Entity>
<Entity uid="12018">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="56.07538" z="1219.48267"/>
<Orientation y="2.35621"/>
<Actor seed="48566"/>
</Entity>
<Entity uid="12019">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="67.98665" z="1224.45105"/>
<Orientation y="2.35621"/>
<Actor seed="1572"/>
</Entity>
<Entity uid="12020">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="51.68921" z="1298.7721"/>
<Orientation y="2.35621"/>
<Actor seed="65487"/>
</Entity>
<Entity uid="12021">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="89.22924" z="1279.81458"/>
<Orientation y="2.35621"/>
<Actor seed="9804"/>
</Entity>
<Entity uid="12022">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="92.82236" z="1278.5929"/>
<Orientation y="2.35621"/>
<Actor seed="21320"/>
</Entity>
<Entity uid="12023">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="101.97855" z="1279.27625"/>
<Orientation y="2.35621"/>
<Actor seed="55892"/>
</Entity>
<Entity uid="12024">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="122.23975" z="1284.0022"/>
<Orientation y="2.35621"/>
<Actor seed="52488"/>
</Entity>
<Entity uid="12025">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="83.56641" z="1279.41041"/>
<Orientation y="2.35621"/>
<Actor seed="51146"/>
</Entity>
<Entity uid="12026">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="135.08451" z="1268.52454"/>
<Orientation y="2.35621"/>
<Actor seed="40914"/>
</Entity>
<Entity uid="12027">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="155.64286" z="1272.83472"/>
<Orientation y="2.35621"/>
<Actor seed="31784"/>
</Entity>
<Entity uid="12028">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="162.85383" z="1277.77637"/>
<Orientation y="2.35621"/>
<Actor seed="436"/>
</Entity>
<Entity uid="12029">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="156.67988" z="1270.44422"/>
<Orientation y="2.35621"/>
<Actor seed="61012"/>
</Entity>
<Entity uid="12030">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="139.55662" z="1266.91016"/>
<Orientation y="3.58046"/>
<Actor seed="62912"/>
</Entity>
<Entity uid="12031">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="123.81078" z="1264.35071"/>
<Orientation y="2.35621"/>
<Actor seed="15896"/>
</Entity>
<Entity uid="12032">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="103.64823" z="1273.97388"/>
<Orientation y="2.35621"/>
<Actor seed="36762"/>
</Entity>
<Entity uid="12033">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="85.1431" z="1222.26148"/>
<Orientation y="2.35621"/>
<Actor seed="51300"/>
</Entity>
<Entity uid="12034">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="91.5735" z="1230.95582"/>
<Orientation y="2.35621"/>
<Actor seed="3960"/>
</Entity>
<Entity uid="12035">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="71.24964" z="1216.04017"/>
<Orientation y="2.35621"/>
<Actor seed="31166"/>
</Entity>
<Entity uid="12036">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="92.3259" z="1245.0376"/>
<Orientation y="2.35621"/>
<Actor seed="49340"/>
</Entity>
<Entity uid="12037">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="124.29615" z="1192.36561"/>
<Orientation y="2.35621"/>
<Actor seed="3382"/>
</Entity>
<Entity uid="12038">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="144.45624" z="1198.87879"/>
<Orientation y="2.35621"/>
<Actor seed="10960"/>
</Entity>
<Entity uid="12039">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="155.82456" z="1215.96863"/>
<Orientation y="2.35621"/>
<Actor seed="4808"/>
</Entity>
<Entity uid="12040">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="169.60502" z="1219.8246"/>
<Orientation y="2.35621"/>
<Actor seed="15088"/>
</Entity>
<Entity uid="12041">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="170.65488" z="1222.92994"/>
<Orientation y="-1.66225"/>
<Actor seed="47912"/>
</Entity>
<Entity uid="12042">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="158.11902" z="1218.31641"/>
<Orientation y="2.35621"/>
<Actor seed="1492"/>
</Entity>
<Entity uid="12043">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="123.89927" z="1166.39722"/>
<Orientation y="2.35621"/>
<Actor seed="9136"/>
</Entity>
<Entity uid="12044">
<Template>structures/rome_storehouse</Template>
<Player>6</Player>
<Position x="166.84095" z="1266.79505"/>
<Orientation y="-2.21621"/>
<Actor seed="10128"/>
</Entity>
<Entity uid="12046">
<Template>structures/ptol_farmstead</Template>
<Player>0</Player>
<Position x="1471.59021" z="1721.86927"/>
<Orientation y="4.65664"/>
<Actor seed="772"/>
</Entity>
<Entity uid="12047">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1450.44422" z="1712.56421"/>
<Orientation y="9.38802"/>
<Actor seed="1630"/>
</Entity>
<Entity uid="12048">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1462.74671" z="1683.01319"/>
<Orientation y="-6.36072"/>
<Actor seed="56916"/>
</Entity>
<Entity uid="12049">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1459.14258" z="1746.85193"/>
<Orientation y="3.13213"/>
<Actor seed="39396"/>
</Entity>
<Entity uid="12050">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1484.88953" z="1727.86731"/>
<Orientation y="-0.44112"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="12051">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1493.1725" z="1756.86988"/>
<Orientation y="-0.44112"/>
<Actor seed="2394"/>
</Entity>
<Entity uid="12053">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1482.67383" z="1736.36268"/>
<Orientation y="-3.13297"/>
<Actor seed="2678"/>
</Entity>
<Entity uid="12061">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1665.55408" z="1313.67115"/>
<Orientation y="2.07847"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12062">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1665.56348" z="1320.68177"/>
<Orientation y="-0.37566"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12063">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1677.74878" z="1304.42078"/>
<Orientation y="2.35621"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12064">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1685.45875" z="1271.07337"/>
<Orientation y="-1.26355"/>
<Actor seed="47364"/>
</Entity>
<Entity uid="12065">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1695.62085" z="1256.42762"/>
<Orientation y="2.35621"/>
<Actor seed="2170"/>
</Entity>
<Entity uid="12066">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1717.40003" z="1296.38343"/>
<Orientation y="2.35621"/>
<Actor seed="33818"/>
</Entity>
<Entity uid="12067">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1707.79065" z="1311.20215"/>
<Orientation y="2.35621"/>
<Actor seed="8424"/>
</Entity>
<Entity uid="12068">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1839.66797" z="1003.71363"/>
<Orientation y="2.35621"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12069">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1690.8025" z="1265.45008"/>
<Orientation y="0.03118"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12070">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1716.43714" z="1293.39197"/>
<Orientation y="2.35622"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12071">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1717.2887" z="1283.09424"/>
<Orientation y="3.5173"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12072">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1667.88306" z="1310.82227"/>
<Orientation y="3.30042"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12073">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1673.76587" z="1298.3313"/>
<Orientation y="2.107"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12075">
<Template>actor|geology/stones_tropic_large.xml</Template>
<Position x="1686.44751" z="1259.70728"/>
<Orientation y="7.63976"/>
<Actor seed="3158"/>
</Entity>
<Entity uid="12083">
<Template>actor|geology/stones_tropic_large.xml</Template>
<Position x="1660.4596" z="1299.03882"/>
<Orientation y="2.73365"/>
<Actor seed="54194"/>
</Entity>
<Entity uid="12084">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1710.06507" z="1309.61414"/>
<Orientation y="2.35621"/>
<Actor seed="12032"/>
</Entity>
<Entity uid="12085">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1712.19349" z="1305.70582"/>
<Orientation y="2.35621"/>
<Actor seed="32232"/>
</Entity>
<Entity uid="12086">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1714.28907" z="1296.34021"/>
<Orientation y="2.35621"/>
<Actor seed="38524"/>
</Entity>
<Entity uid="12087">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1712.34034" z="1302.60303"/>
<Orientation y="2.35621"/>
<Actor seed="50622"/>
</Entity>
<Entity uid="12088">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1716.17432" z="1284.90455"/>
<Orientation y="2.35621"/>
<Actor seed="19694"/>
</Entity>
<Entity uid="12089">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1712.64502" z="1282.3943"/>
<Orientation y="2.35621"/>
<Actor seed="27684"/>
</Entity>
<Entity uid="12090">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1705.24549" z="1312.5763"/>
<Orientation y="2.35621"/>
<Actor seed="37138"/>
</Entity>
<Entity uid="12091">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1691.1996" z="1303.49976"/>
<Orientation y="2.35621"/>
<Actor seed="63988"/>
</Entity>
<Entity uid="12092">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1699.594" z="1284.18982"/>
<Orientation y="-3.26403"/>
<Actor seed="8336"/>
</Entity>
<Entity uid="12093">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1698.641" z="1269.23414"/>
<Orientation y="2.35621"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12094">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1678.95936" z="1314.71229"/>
<Orientation y="2.35621"/>
<Actor seed="34550"/>
</Entity>
<Entity uid="12095">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1707.12708" z="1304.3169"/>
<Orientation y="1.7195"/>
<Actor seed="34550"/>
</Entity>
<Entity uid="12096">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1710.26355" z="1297.43946"/>
<Orientation y="7.43813"/>
<Actor seed="34550"/>
</Entity>
<Entity uid="12097">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1709.41883" z="1306.37574"/>
<Orientation y="2.35621"/>
<Actor seed="54922"/>
</Entity>
<Entity uid="12098">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1702.83741" z="1312.20594"/>
<Orientation y="2.35621"/>
<Actor seed="25622"/>
</Entity>
<Entity uid="12099">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1692.37134" z="1263.29053"/>
<Orientation y="2.35621"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12100">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1692.26282" z="1266.38001"/>
<Orientation y="2.35621"/>
<Actor seed="53880"/>
</Entity>
<Entity uid="12101">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1675.89515" z="1308.52222"/>
<Orientation y="2.35621"/>
<Actor seed="38994"/>
</Entity>
<Entity uid="12102">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1672.0094" z="1311.79224"/>
<Orientation y="2.35621"/>
<Actor seed="58694"/>
</Entity>
<Entity uid="12103">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1673.27698" z="1308.78418"/>
<Orientation y="2.35621"/>
<Actor seed="36282"/>
</Entity>
<Entity uid="12104">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1671.6349" z="1313.93091"/>
<Orientation y="2.35621"/>
<Actor seed="8924"/>
</Entity>
<Entity uid="12105">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1715.20289" z="1290.59583"/>
<Orientation y="2.35621"/>
<Actor seed="41054"/>
</Entity>
<Entity uid="12106">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1713.78724" z="1287.95179"/>
<Orientation y="2.35621"/>
<Actor seed="35196"/>
</Entity>
<Entity uid="12107">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1900.08118" z="1480.73133"/>
<Orientation y="2.35622"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="12108">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1876.24695" z="1485.15223"/>
<Orientation y="2.35622"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="12109">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1844.13563" z="1566.80201"/>
<Orientation y="2.35621"/>
<Actor seed="27328"/>
</Entity>
<Entity uid="12110">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1805.03504" z="1650.90735"/>
<Orientation y="2.35621"/>
<Actor seed="57174"/>
</Entity>
<Entity uid="12111">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1718.3545" z="1742.12427"/>
<Orientation y="2.35621"/>
<Actor seed="4914"/>
</Entity>
<Entity uid="12112">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1761.6089" z="1705.90076"/>
<Orientation y="2.35621"/>
<Actor seed="53154"/>
</Entity>
<Entity uid="12113">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1910.13428" z="1479.11097"/>
<Orientation y="2.35621"/>
<Actor seed="60318"/>
</Entity>
<Entity uid="12114">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1917.36915" z="1473.6377"/>
<Orientation y="2.35621"/>
<Actor seed="6058"/>
</Entity>
<Entity uid="12115">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1844.55542" z="1487.73035"/>
<Orientation y="2.35621"/>
<Actor seed="14314"/>
</Entity>
<Entity uid="12116">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1835.1261" z="1494.04993"/>
<Orientation y="2.35621"/>
<Actor seed="64722"/>
</Entity>
<Entity uid="12117">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1877.938" z="1481.05567"/>
<Orientation y="2.35621"/>
<Actor seed="33918"/>
</Entity>
<Entity uid="12118">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1891.2472" z="1472.04969"/>
<Orientation y="2.35621"/>
<Actor seed="5178"/>
</Entity>
<Entity uid="12119">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1887.8943" z="1490.1233"/>
<Orientation y="2.35621"/>
<Actor seed="29484"/>
</Entity>
<Entity uid="12120">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1905.62647" z="1497.02198"/>
<Orientation y="2.35621"/>
<Actor seed="9406"/>
</Entity>
<Entity uid="12121">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1700.44837" z="1755.5719"/>
<Orientation y="2.35621"/>
<Actor seed="14900"/>
</Entity>
<Entity uid="12122">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1742.30091" z="1508.99585"/>
<Orientation y="2.35621"/>
<Actor seed="15144"/>
</Entity>
<Entity uid="12123">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1729.3993" z="1543.03943"/>
<Orientation y="2.10912"/>
<Actor seed="46252"/>
</Entity>
<Entity uid="12124">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1693.65735" z="1587.15552"/>
<Orientation y="2.35621"/>
<Actor seed="37336"/>
</Entity>
<Entity uid="12125">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1644.38257" z="1684.05042"/>
<Orientation y="2.35621"/>
<Actor seed="24714"/>
</Entity>
<Entity uid="12126">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1691.10315" z="1733.96216"/>
<Orientation y="2.35621"/>
<Actor seed="30648"/>
</Entity>
<Entity uid="12127">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1723.33301" z="1707.10706"/>
<Orientation y="2.35621"/>
<Actor seed="1730"/>
</Entity>
<Entity uid="12128">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1749.89148" z="1682.62354"/>
<Orientation y="2.35621"/>
<Actor seed="16584"/>
</Entity>
<Entity uid="12129">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1819.76478" z="1535.88038"/>
<Orientation y="2.35621"/>
<Actor seed="11942"/>
</Entity>
<Entity uid="12130">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1661.80042" z="1510.0536"/>
<Orientation y="2.35621"/>
<Actor seed="7450"/>
</Entity>
<Entity uid="12131">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1810.62525" z="1592.19056"/>
<Orientation y="2.35621"/>
<Actor seed="1534"/>
</Entity>
<Entity uid="12132">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1558.36597" z="1521.84644"/>
<Orientation y="2.35621"/>
<Actor seed="6520"/>
</Entity>
<Entity uid="12133">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1642.22864" z="1435.85706"/>
<Orientation y="2.35621"/>
<Actor seed="13298"/>
</Entity>
<Entity uid="12134">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1413.71167" z="1381.40955"/>
<Orientation y="2.35621"/>
<Actor seed="10156"/>
</Entity>
<Entity uid="12135">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1579.0337" z="1230.32361"/>
<Orientation y="1.60137"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12136">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1607.86377" z="1196.48609"/>
<Orientation y="1.84885"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12137">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1565.43848" z="1207.43738"/>
<Orientation y="2.35622"/>
<Actor seed="2170"/>
</Entity>
<Entity uid="12138">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1583.62305" z="1225.94117"/>
<Orientation y="5.72748"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12139">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1603.27747" z="1187.73755"/>
<Orientation y="2.35622"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12140">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1594.2173" z="1186.74903"/>
<Orientation y="1.11623"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12141">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1562.18299" z="1221.65857"/>
<Orientation y="2.79136"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12142">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1573.69251" z="1196.12"/>
<Orientation y="2.35622"/>
<Actor seed="8078"/>
</Entity>
<Entity uid="12143">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1562.47779" z="1241.8213"/>
<Orientation y="0.91715"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12144">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1581.28772" z="1202.19898"/>
<Orientation y="-3.26403"/>
<Actor seed="8336"/>
</Entity>
<Entity uid="12145">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1567.33741" z="1219.97498"/>
<Orientation y="-3.73731"/>
<Actor seed="8336"/>
</Entity>
<Entity uid="12146">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1565.90796" z="1233.81556"/>
<Orientation y="2.35622"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12147">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1595.56165" z="1196.88355"/>
<Orientation y="0.91715"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12148">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1587.40577" z="1190.10084"/>
<Orientation y="1.89835"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12149">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1572.58948" z="1201.44239"/>
<Orientation y="2.35622"/>
<Actor seed="8924"/>
</Entity>
<Entity uid="12150">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1569.74134" z="1203.6775"/>
<Orientation y="2.35622"/>
<Actor seed="8924"/>
</Entity>
<Entity uid="12151">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1572.69788" z="1204.34083"/>
<Orientation y="2.35622"/>
<Actor seed="8924"/>
</Entity>
<Entity uid="12152">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1587.3307" z="1187.60938"/>
<Orientation y="2.35622"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12153">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1591.15625" z="1185.41834"/>
<Orientation y="2.35622"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12154">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1584.57996" z="1190.8678"/>
<Orientation y="5.00231"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12155">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1562.27002" z="1218.84803"/>
<Orientation y="4.26861"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12156">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1576.39222" z="1228.44837"/>
<Orientation y="1.71737"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12157">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1576.94532" z="1225.68958"/>
<Orientation y="1.86907"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12158">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1600.55994" z="1199.42981"/>
<Orientation y="2.35622"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12159">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1597.43641" z="1202.58057"/>
<Orientation y="4.09615"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12160">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1601.8949" z="1190.43091"/>
<Orientation y="2.35622"/>
<Actor seed="38524"/>
</Entity>
<Entity uid="12161">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1564.12269" z="1223.54163"/>
<Orientation y="2.35622"/>
<Actor seed="38524"/>
</Entity>
<Entity uid="12162">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1576.9076" z="1197.42103"/>
<Orientation y="2.35622"/>
<Actor seed="38524"/>
</Entity>
<Entity uid="12163">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1668.13978" z="1191.97779"/>
<Orientation y="2.35622"/>
<Actor seed="2170"/>
</Entity>
<Entity uid="12164">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1654.01087" z="1192.2693"/>
<Orientation y="-1.26664"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12165">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1656.06165" z="1195.43396"/>
<Orientation y="0.91715"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12166">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1665.86792" z="1191.09888"/>
<Orientation y="1.3214"/>
<Actor seed="460"/>
</Entity>
<Entity uid="12167">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1658.40357" z="1191.31983"/>
<Orientation y="2.35622"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12168">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1662.42115" z="1190.94678"/>
<Orientation y="2.35622"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12169">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1665.3545" z="1187.01844"/>
<Orientation y="2.35622"/>
<Actor seed="9422"/>
</Entity>
<Entity uid="12171">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1404.08375" z="1235.41846"/>
<Orientation y="0.83036"/>
<Actor seed="14802"/>
</Entity>
<Entity uid="12172">
<Template>actor|structures/tent_big.xml</Template>
<Position x="1397.23658" z="1235.93226"/>
<Orientation y="1.75634"/>
<Actor seed="9636"/>
</Entity>
<Entity uid="12176">
<Template>units/rome_hero_scipio</Template>
<Player>6</Player>
<Position x="335.8433" z="1321.19556"/>
<Orientation y="10.17003"/>
<Actor seed="63554"/>
</Entity>
<Entity uid="12177">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="349.92618" z="1332.0846"/>
<Orientation y="-2.09487"/>
<Actor seed="12406"/>
</Entity>
<Entity uid="12178">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="348.60154" z="1333.81336"/>
<Orientation y="-2.1446"/>
<Actor seed="45312"/>
</Entity>
<Entity uid="12179">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="346.67887" z="1335.47107"/>
<Orientation y="-2.20151"/>
<Actor seed="27138"/>
</Entity>
<Entity uid="12180">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="345.01972" z="1336.70411"/>
<Orientation y="-2.24872"/>
<Actor seed="64382"/>
</Entity>
<Entity uid="12181">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="347.03254" z="1338.85596"/>
<Orientation y="-2.26375"/>
<Actor seed="7150"/>
</Entity>
<Entity uid="12182">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="348.69242" z="1340.91504"/>
<Orientation y="-2.27677"/>
<Actor seed="40150"/>
</Entity>
<Entity uid="12183">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="350.63053" z="1343.05176"/>
<Orientation y="-2.28223"/>
<Actor seed="53460"/>
</Entity>
<Entity uid="12184">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="352.48926" z="1344.87537"/>
<Orientation y="-2.28542"/>
<Actor seed="30864"/>
</Entity>
<Entity uid="12185">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="348.58094" z="1337.60706"/>
<Orientation y="-2.22007"/>
<Actor seed="65178"/>
</Entity>
<Entity uid="12186">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="350.76673" z="1339.4662"/>
<Orientation y="-2.2219"/>
<Actor seed="39844"/>
</Entity>
<Entity uid="12187">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="352.3459" z="1341.11463"/>
<Orientation y="-2.22738"/>
<Actor seed="49766"/>
</Entity>
<Entity uid="12188">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="354.2699" z="1342.98633"/>
<Orientation y="-2.23638"/>
<Actor seed="12902"/>
</Entity>
<Entity uid="12189">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="350.33002" z="1335.75"/>
<Orientation y="-2.16321"/>
<Actor seed="7158"/>
</Entity>
<Entity uid="12190">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="352.17725" z="1337.63123"/>
<Orientation y="-2.1738"/>
<Actor seed="32634"/>
</Entity>
<Entity uid="12191">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="354.01838" z="1339.15174"/>
<Orientation y="-2.17733"/>
<Actor seed="3500"/>
</Entity>
<Entity uid="12192">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="355.74714" z="1340.82532"/>
<Orientation y="-2.18541"/>
<Actor seed="27844"/>
</Entity>
<Entity uid="12193">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="351.8206" z="1334.00794"/>
<Orientation y="-2.11448"/>
<Actor seed="5842"/>
</Entity>
<Entity uid="12194">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="353.67634" z="1335.45252"/>
<Orientation y="-2.12226"/>
<Actor seed="38276"/>
</Entity>
<Entity uid="12195">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="355.30375" z="1337.24817"/>
<Orientation y="-2.13526"/>
<Actor seed="43580"/>
</Entity>
<Entity uid="12196">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="357.21811" z="1339.23804"/>
<Orientation y="-2.14798"/>
<Actor seed="9092"/>
</Entity>
<Entity uid="12197">
<Template>units/rome_support_healer_a</Template>
<Player>6</Player>
<Position x="361.79825" z="1273.50513"/>
<Orientation y="5.53095"/>
<Actor seed="10136"/>
</Entity>
<Entity uid="12198">
<Template>units/rome_support_healer_b</Template>
<Player>6</Player>
<Position x="358.8407" z="1275.15845"/>
<Orientation y="1.56574"/>
<Actor seed="55382"/>
</Entity>
<Entity uid="12199">
<Template>units/rome_support_healer_e</Template>
<Player>6</Player>
<Position x="360.26334" z="1278.01172"/>
<Orientation y="2.84269"/>
<Actor seed="63542"/>
</Entity>
<Entity uid="12200">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="763.92902" z="1798.79053"/>
<Orientation y="2.35621"/>
<Actor seed="55330"/>
</Entity>
<Entity uid="12201">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="746.67981" z="1781.79175"/>
<Orientation y="2.35621"/>
<Actor seed="50208"/>
</Entity>
<Entity uid="12202">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="720.7801" z="1756.56031"/>
<Orientation y="2.35621"/>
<Actor seed="45822"/>
</Entity>
<Entity uid="12203">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="694.68848" z="1730.45435"/>
<Orientation y="2.35621"/>
<Actor seed="34492"/>
</Entity>
<Entity uid="12204">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="668.52558" z="1704.76636"/>
<Orientation y="2.35621"/>
<Actor seed="32732"/>
</Entity>
<Entity uid="12205">
<Template>structures/sele_wall_tower</Template>
<Player>1</Player>
<Position x="642.00849" z="1678.89002"/>
<Orientation y="2.35621"/>
<Actor seed="46916"/>
</Entity>
<Entity uid="12206">
<Template>structures/sele_wall_long</Template>
<Player>1</Player>
<Position x="681.61884" z="1717.52015"/>
<Orientation y="2.35621"/>
<Obstruction group="12203" group2="12204"/>
<Actor seed="35382"/>
</Entity>
<Entity uid="12207">
<Template>structures/sele_wall_long</Template>
<Player>1</Player>
<Position x="655.5345" z="1692.08667"/>
<Orientation y="2.35621"/>
<Obstruction group="12204" group2="12205"/>
<Actor seed="50770"/>
</Entity>
<Entity uid="12208">
<Template>structures/sele_wall_long</Template>
<Player>1</Player>
<Position x="733.7953" z="1769.10743"/>
<Orientation y="2.35621"/>
<Obstruction group="12201" group2="12202"/>
<Actor seed="59826"/>
</Entity>
<Entity uid="12210">
<Template>structures/sele_wall_medium</Template>
<Player>1</Player>
<Position x="755.02125" z="1790.7251"/>
<Orientation y="2.35621"/>
<Obstruction group="12200" group2="12201"/>
<Actor seed="38584"/>
</Entity>
<Entity uid="12212">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1699.69227" z="1545.62"/>
<Orientation y="-2.29865"/>
<Actor seed="46252"/>
</Entity>
<Entity uid="12214">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1722.10645" z="1494.90284"/>
<Orientation y="2.35622"/>
<Actor seed="27328"/>
</Entity>
<Entity uid="12215">
<Template>structures/pers_field</Template>
<Player>4</Player>
<Position x="1680.00757" z="1470.8932"/>
<Orientation y="-0.95759"/>
<Actor seed="31094"/>
</Entity>
<Entity uid="12216">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1670.06202" z="1460.82398"/>
<Orientation y="2.35622"/>
<Actor seed="53154"/>
</Entity>
<Entity uid="12232">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="976.62281" z="71.78905"/>
<Orientation y="4.53782"/>
<Actor seed="37424"/>
</Entity>
<Entity uid="12233">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="973.6073" z="69.66337"/>
<Orientation y="2.35622"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12234">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="981.74396" z="62.52152"/>
<Orientation y="7.9947"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12235">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="979.4986" z="66.94864"/>
<Orientation y="4.53783"/>
<Actor seed="37424"/>
</Entity>
<Entity uid="12236">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="986.61" z="64.0278"/>
<Orientation y="3.90644"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12237">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="980.63416" z="69.88115"/>
<Orientation y="-0.69503"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12238">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="990.5138" z="56.69401"/>
<Orientation y="6.46818"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12239">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="991.13672" z="59.85531"/>
<Orientation y="1.23514"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12240">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="992.11994" z="60.39171"/>
<Orientation y="2.35621"/>
<Actor seed="50930"/>
</Entity>
<Entity uid="12241">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="994.33765" z="54.97837"/>
<Orientation y="2.35621"/>
<Actor seed="43176"/>
</Entity>
<Entity uid="12243">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="986.49286" z="61.47275"/>
<Orientation y="2.35621"/>
<Actor seed="46752"/>
</Entity>
<Entity uid="12245">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="972.06672" z="74.06026"/>
<Orientation y="4.36806"/>
<Actor seed="58646"/>
</Entity>
<Entity uid="12246">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="987.37055" z="61.02265"/>
<Orientation y="2.35621"/>
<Actor seed="10422"/>
</Entity>
<Entity uid="12247">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="986.94947" z="61.26807"/>
<Orientation y="2.35621"/>
<Actor seed="39446"/>
</Entity>
<Entity uid="12248">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="992.5896" z="52.00863"/>
<Orientation y="11.13004"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12249">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="982.55127" z="59.14551"/>
<Orientation y="7.08872"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12250">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="987.2121" z="56.29"/>
<Orientation y="10.75663"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12251">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="982.55622" z="58.62076"/>
<Orientation y="12.20313"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12252">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="972.04615" z="67.2079"/>
<Orientation y="12.61054"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12253">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="977.89734" z="81.77384"/>
<Orientation y="0.88111"/>
<Actor seed="260"/>
</Entity>
<Entity uid="12254">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="972.01008" z="74.72312"/>
<Orientation y="5.68461"/>
<Actor seed="58646"/>
</Entity>
<Entity uid="12255">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="972.11695" z="74.46677"/>
<Orientation y="2.35622"/>
<Actor seed="10422"/>
</Entity>
<Entity uid="12256">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="979.16944" z="83.87604"/>
<Orientation y="-2.03887"/>
<Actor seed="262"/>
</Entity>
<Entity uid="12257">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1004.21802" z="95.661"/>
<Orientation y="4.14916"/>
<Actor seed="37424"/>
</Entity>
<Entity uid="12258">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1005.22663" z="93.25928"/>
<Orientation y="1.3399"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12259">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1007.61536" z="99.59134"/>
<Orientation y="2.35622"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12260">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1004.25635" z="76.54276"/>
<Orientation y="6.00055"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12261">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1000.36683" z="83.34472"/>
<Orientation y="-1.16533"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12263">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1009.60029" z="72.17083"/>
<Orientation y="2.35622"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12264">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="970.96656" z="74.30176"/>
<Orientation y="10.73797"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12265">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="999.02057" z="83.96003"/>
<Orientation y="2.35622"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12266">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1001.4029" z="91.02047"/>
<Orientation y="-1.85659"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12267">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="979.55726" z="118.06778"/>
<Orientation y="2.10821"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12268">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="979.9726" z="115.42292"/>
<Orientation y="2.6427"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12269">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="979.91211" z="116.82299"/>
<Orientation y="4.5558"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12270">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="971.15229" z="110.5378"/>
<Orientation y="3.60209"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12271">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="972.41334" z="108.31417"/>
<Orientation y="4.9137"/>
<Actor seed="24784"/>
</Entity>
<Entity uid="12272">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="975.30506" z="111.36495"/>
<Orientation y="-1.99137"/>
<Actor seed="12400"/>
</Entity>
<Entity uid="12273">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="978.12598" z="114.1573"/>
<Orientation y="-1.99137"/>
<Actor seed="12400"/>
</Entity>
<Entity uid="12274">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1013.8755" z="107.06736"/>
<Orientation y="-1.3775"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12275">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1004.23688" z="89.52306"/>
<Orientation y="-8.87414"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12276">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="999.74775" z="88.9554"/>
<Orientation y="-13.6472"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12277">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1008.107" z="92.09954"/>
<Orientation y="-14.62476"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12280">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1004.06946" z="82.92081"/>
<Orientation y="0.1429"/>
<Actor seed="25476"/>
</Entity>
<Entity uid="12284">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="969.61408" z="98.59774"/>
<Orientation y="7.78087"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12285">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1002.5232" z="82.56066"/>
<Orientation y="12.20313"/>
<Actor seed="40142"/>
</Entity>
<Entity uid="12288">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="970.79242" z="108.57183"/>
<Orientation y="-18.17634"/>
<Actor seed="13560"/>
</Entity>
<Entity uid="12290">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="981.12958" z="105.52149"/>
<Orientation y="2.35621"/>
<Actor seed="48228"/>
</Entity>
<Entity uid="12291">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="981.06202" z="106.49323"/>
<Orientation y="2.35621"/>
<Actor seed="15916"/>
</Entity>
<Entity uid="12292">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="982.73816" z="108.19742"/>
<Orientation y="2.35621"/>
<Actor seed="24346"/>
</Entity>
<Entity uid="12294">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="982.00751" z="85.28553"/>
<Orientation y="3.09971"/>
<Actor seed="2034"/>
</Entity>
<Entity uid="12295">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="990.26606" z="94.94144"/>
<Orientation y="5.96918"/>
<Actor seed="22676"/>
</Entity>
<Entity uid="12296">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="980.33106" z="88.13712"/>
<Orientation y="7.15925"/>
<Actor seed="25308"/>
</Entity>
<Entity uid="12297">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="993.79084" z="96.78786"/>
<Orientation y="4.55124"/>
<Actor seed="15968"/>
</Entity>
<Entity uid="12298">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="972.6916" z="88.74285"/>
<Orientation y="2.35621"/>
<Actor seed="54992"/>
</Entity>
<Entity uid="12299">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="973.5943" z="88.85218"/>
<Orientation y="2.35621"/>
<Actor seed="57100"/>
</Entity>
<Entity uid="12300">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="972.39777" z="90.29204"/>
<Orientation y="2.35621"/>
<Actor seed="36726"/>
</Entity>
<Entity uid="12301">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="995.73707" z="96.04545"/>
<Orientation y="2.35621"/>
<Actor seed="37686"/>
</Entity>
<Entity uid="12302">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1011.32929" z="119.76153"/>
<Orientation y="2.35621"/>
<Actor seed="30684"/>
</Entity>
<Entity uid="12303">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1011.53864" z="119.23551"/>
<Orientation y="2.35621"/>
<Actor seed="60830"/>
</Entity>
<Entity uid="12304">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1010.38898" z="119.60056"/>
<Orientation y="2.35621"/>
<Actor seed="50982"/>
</Entity>
<Entity uid="12305">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="991.12317" z="115.99212"/>
<Orientation y="2.35621"/>
<Actor seed="6268"/>
</Entity>
<Entity uid="12306">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="990.16016" z="115.29876"/>
<Orientation y="2.35621"/>
<Actor seed="24458"/>
</Entity>
<Entity uid="12307">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1011.1001" z="100.272"/>
<Orientation y="2.35621"/>
<Actor seed="55948"/>
</Entity>
<Entity uid="12308">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1011.4665" z="99.40526"/>
<Orientation y="2.35621"/>
<Actor seed="62686"/>
</Entity>
<Entity uid="12309">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="974.84107" z="87.96001"/>
<Orientation y="2.35621"/>
<Actor seed="4162"/>
</Entity>
<Entity uid="12310">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="975.84717" z="87.57004"/>
<Orientation y="2.35621"/>
<Actor seed="55786"/>
</Entity>
<Entity uid="12311">
<Template>structures/cart_farmstead</Template>
<Player>3</Player>
<Position x="295.16706" z="537.20539"/>
<Orientation y="3.0276"/>
<Actor seed="60442"/>
</Entity>
<Entity uid="12313">
<Template>structures/maur_field</Template>
<Player>3</Player>
<Position x="307.4484" z="515.32477"/>
<Orientation y="-1.6173"/>
<Actor seed="4876"/>
</Entity>
<Entity uid="12315">
<Template>structures/maur_field</Template>
<Player>3</Player>
<Position x="265.04307" z="536.00654"/>
<Orientation y="-0.01665"/>
<Actor seed="18486"/>
</Entity>
<Entity uid="12317">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="199.78312" z="539.07386"/>
<Orientation y="2.35622"/>
<Actor seed="35044"/>
</Entity>
<Entity uid="12318">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="198.47745" z="533.49073"/>
<Orientation y="2.35622"/>
<Actor seed="4732"/>
</Entity>
<Entity uid="12319">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="200.01447" z="534.92341"/>
<Orientation y="3.90001"/>
<Actor seed="12382"/>
</Entity>
<Entity uid="12320">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="203.75336" z="532.45301"/>
<Orientation y="3.71009"/>
<Actor seed="12382"/>
</Entity>
<Entity uid="12321">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="195.63263" z="524.12714"/>
<Orientation y="4.12345"/>
<Actor seed="12382"/>
</Entity>
<Entity uid="12322">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="196.55207" z="520.6507"/>
<Orientation y="5.23871"/>
<Actor seed="32530"/>
</Entity>
<Entity uid="12323">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="194.1641" z="515.03217"/>
<Orientation y="2.35622"/>
<Actor seed="58414"/>
</Entity>
<Entity uid="12324">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="826.14533" z="757.82209"/>
<Orientation y="2.35621"/>
<Actor seed="41328"/>
</Entity>
<Entity uid="12325">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="825.51941" z="759.70661"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="12326">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="827.8913" z="757.75165"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="12327">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="826.50611" z="759.53986"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="12328">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="824.37073" z="758.4181"/>
<Orientation y="2.35622"/>
<Actor seed="18450"/>
</Entity>
<Entity uid="12329">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="793.75025" z="788.12964"/>
<Orientation y="1.58869"/>
<Actor seed="21084"/>
</Entity>
<Entity uid="12330">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="794.66242" z="792.44031"/>
<Orientation y="3.97994"/>
<Actor seed="48280"/>
</Entity>
<Entity uid="12331">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="797.92005" z="785.2118"/>
<Orientation y="3.63985"/>
<Actor seed="48280"/>
</Entity>
<Entity uid="12332">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="803.73572" z="782.96119"/>
<Orientation y="-0.67406"/>
<Actor seed="48280"/>
</Entity>
<Entity uid="12333">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="797.90339" z="783.21906"/>
<Orientation y="2.35621"/>
<Actor seed="64212"/>
</Entity>
<Entity uid="12334">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="791.29084" z="796.14856"/>
<Orientation y="2.35621"/>
<Actor seed="48026"/>
</Entity>
<Entity uid="12335">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="808.23926" z="784.67896"/>
<Orientation y="2.35621"/>
<Actor seed="56948"/>
</Entity>
<Entity uid="12336">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="802.28687" z="781.5691"/>
<Orientation y="2.35621"/>
<Actor seed="48328"/>
</Entity>
<Entity uid="12337">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="804.67072" z="778.93091"/>
<Orientation y="2.35621"/>
<Actor seed="27144"/>
</Entity>
<Entity uid="12338">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="795.02698" z="785.68665"/>
<Orientation y="2.35621"/>
<Actor seed="14768"/>
</Entity>
<Entity uid="12339">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="792.96961" z="779.20142"/>
<Orientation y="2.35622"/>
<Actor seed="33488"/>
</Entity>
<Entity uid="12340">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="789.48108" z="781.79328"/>
<Orientation y="2.42731"/>
<Actor seed="62530"/>
</Entity>
<Entity uid="12341">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="786.0984" z="784.52308"/>
<Orientation y="1.72635"/>
<Actor seed="33488"/>
</Entity>
<Entity uid="12342">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="786.60138" z="781.48536"/>
<Orientation y="2.35621"/>
<Actor seed="18742"/>
</Entity>
<Entity uid="12343">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="786.01172" z="784.97779"/>
<Orientation y="2.35621"/>
<Actor seed="47088"/>
</Entity>
<Entity uid="12344">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="787.85016" z="783.6927"/>
<Orientation y="2.35621"/>
<Actor seed="43660"/>
</Entity>
<Entity uid="12345">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="788.88862" z="780.09241"/>
<Orientation y="1.40568"/>
<Actor seed="44728"/>
</Entity>
<Entity uid="12346">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="786.38666" z="783.9422"/>
<Orientation y="2.35622"/>
<Actor seed="44728"/>
</Entity>
<Entity uid="12347">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="791.03467" z="779.37336"/>
<Orientation y="2.35622"/>
<Actor seed="44728"/>
</Entity>
<Entity uid="12348">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="792.3443" z="780.70521"/>
<Orientation y="4.086"/>
<Actor seed="44728"/>
</Entity>
<Entity uid="12349">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="787.3791" z="783.29725"/>
<Orientation y="-3.27051"/>
<Actor seed="44728"/>
</Entity>
<Entity uid="12350">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="787.43177" z="785.47181"/>
<Orientation y="2.35621"/>
<Actor seed="49988"/>
</Entity>
<Entity uid="12351">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="789.05304" z="783.90131"/>
<Orientation y="2.35621"/>
<Actor seed="14626"/>
</Entity>
<Entity uid="12352">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="790.04426" z="784.95722"/>
<Orientation y="2.35621"/>
<Actor seed="28702"/>
</Entity>
<Entity uid="12353">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="789.85084" z="782.84791"/>
<Orientation y="2.35621"/>
<Actor seed="15558"/>
</Entity>
<Entity uid="12354">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="788.62732" z="781.67359"/>
<Orientation y="2.35621"/>
<Actor seed="20446"/>
</Entity>
<Entity uid="12355">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="784.7823" z="785.90473"/>
<Orientation y="3.11168"/>
<Actor seed="47088"/>
</Entity>
<Entity uid="12356">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="790.57264" z="785.44037"/>
<Orientation y="3.66007"/>
<Actor seed="47088"/>
</Entity>
<Entity uid="12357">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="786.326" z="780.20112"/>
<Orientation y="-2.8311"/>
<Actor seed="47088"/>
</Entity>
<Entity uid="12358">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="791.80427" z="782.96216"/>
<Orientation y="3.57686"/>
<Actor seed="47088"/>
</Entity>
<Entity uid="12359">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="887.61707" z="771.21601"/>
<Orientation y="2.61913"/>
<Actor seed="1601"/>
</Entity>
<Entity uid="12360">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="874.15143" z="767.49061"/>
<Orientation y="-0.66234"/>
<Actor seed="1404"/>
</Entity>
<Entity uid="12361">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="888.96692" z="760.28821"/>
<Orientation y="0.7154"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12362">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="884.7779" z="758.6579"/>
<Orientation y="-4.32251"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12363">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="880.79041" z="761.47901"/>
<Orientation y="1.5738"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12364">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="874.84961" z="759.64032"/>
<Orientation y="1.19245"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12365">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="881.10682" z="766.03736"/>
<Orientation y="2.29072"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12366">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="885.86207" z="766.6385"/>
<Orientation y="2.64621"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12367">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="891.59321" z="762.72693"/>
<Orientation y="1.68822"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12368">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="880.24769" z="763.15528"/>
<Orientation y="2.35621"/>
<Actor seed="57906"/>
</Entity>
<Entity uid="12369">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="889.00831" z="763.91511"/>
<Orientation y="2.35621"/>
<Actor seed="47234"/>
</Entity>
<Entity uid="12370">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="881.83332" z="766.25666"/>
<Orientation y="2.35621"/>
<Actor seed="19486"/>
</Entity>
<Entity uid="12371">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="883.59052" z="762.6183"/>
<Orientation y="1.94562"/>
<Actor seed="61436"/>
</Entity>
<Entity uid="12372">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="876.85444" z="764.4972"/>
<Orientation y="2.29073"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12373">
<Template>actor|props/flora/bush_tempe_sm.xml</Template>
<Position x="889.07007" z="760.79126"/>
<Orientation y="2.35621"/>
<Actor seed="46448"/>
</Entity>
<Entity uid="12374">
<Template>actor|props/flora/bush_tempe_sm.xml</Template>
<Position x="890.63544" z="762.3606"/>
<Orientation y="2.35621"/>
<Actor seed="11604"/>
</Entity>
<Entity uid="12375">
<Template>actor|props/flora/bush_tempe_me_lush.xml</Template>
<Position x="892.49848" z="760.82618"/>
<Orientation y="2.35621"/>
<Actor seed="38498"/>
</Entity>
<Entity uid="12376">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="892.90046" z="759.98591"/>
<Orientation y="2.35621"/>
<Actor seed="56576"/>
</Entity>
<Entity uid="12377">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="894.15589" z="761.11927"/>
<Orientation y="2.35621"/>
<Actor seed="60316"/>
</Entity>
<Entity uid="12378">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="891.69233" z="760.10169"/>
<Orientation y="2.35621"/>
<Actor seed="49344"/>
</Entity>
<Entity uid="12379">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="893.24701" z="762.67884"/>
<Orientation y="2.35621"/>
<Actor seed="23878"/>
</Entity>
<Entity uid="12380">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="875.60004" z="760.08967"/>
<Orientation y="2.35621"/>
<Actor seed="22338"/>
</Entity>
<Entity uid="12381">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="876.26612" z="764.87812"/>
<Orientation y="2.35621"/>
<Actor seed="4238"/>
</Entity>
<Entity uid="12382">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="878.67914" z="769.64667"/>
<Orientation y="2.29073"/>
<Actor seed="4069"/>
</Entity>
<Entity uid="12383">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1854.93604" z="977.80488"/>
<Orientation y="0.87562"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12384">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1858.27491" z="1008.79065"/>
<Orientation y="4.52314"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12385">
<Template>structures/maur_civil_centre</Template>
<Player>0</Player>
<Position x="1915.2024" z="735.22333"/>
<Orientation y="7.14486"/>
<Actor seed="53156"/>
</Entity>
<Entity uid="12386">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1868.85389" z="985.00464"/>
<Orientation y="2.28286"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12387">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1869.19043" z="976.69837"/>
<Orientation y="6.39293"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12388">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1782.29114" z="1067.60535"/>
<Orientation y="4.90325"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12389">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1761.84266" z="1072.90955"/>
<Orientation y="2.49553"/>
<Actor seed="2170"/>
</Entity>
<Entity uid="12390">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1719.1344" z="1081.75318"/>
<Orientation y="0.87563"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12391">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1755.41541" z="1079.4463"/>
<Orientation y="-3.78637"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12392">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1747.22193" z="1048.9944"/>
<Orientation y="-8.19471"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12393">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1681.0984" z="1144.82703"/>
<Orientation y="3.91376"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12394">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1697.64246" z="1139.25367"/>
<Orientation y="5.3601"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12395">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1687.03516" z="1144.49415"/>
<Orientation y="-4.78504"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12396">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1700.2201" z="1129.0719"/>
<Orientation y="5.43155"/>
<Actor seed="2170"/>
</Entity>
<Entity uid="12397">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1682.51331" z="1141.33533"/>
<Orientation y="0.87563"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12398">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1778.7898" z="1059.69031"/>
<Orientation y="2.04235"/>
<Actor seed="280"/>
</Entity>
<Entity uid="12399">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1713.20301" z="1123.51673"/>
<Orientation y="5.52816"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12400">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1645.23511" z="1154.45582"/>
<Orientation y="4.73176"/>
<Actor seed="2170"/>
</Entity>
<Entity uid="12401">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1862.19861" z="1006.87311"/>
<Orientation y="5.16565"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12402">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1741.79798" z="893.26355"/>
<Orientation y="2.35621"/>
<Actor seed="8912"/>
</Entity>
<Entity uid="12403">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1880.39161" z="762.5121"/>
<Orientation y="2.35621"/>
<Actor seed="30466"/>
</Entity>
<Entity uid="12404">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1867.41016" z="785.25965"/>
<Orientation y="2.35621"/>
<Actor seed="19942"/>
</Entity>
<Entity uid="12405">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1908.72376" z="709.6905"/>
<Orientation y="2.35621"/>
<Actor seed="54828"/>
</Entity>
<Entity uid="12406">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1821.30933" z="819.76752"/>
<Orientation y="2.35621"/>
<Actor seed="44364"/>
</Entity>
<Entity uid="12407">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1946.9629" z="684.0586"/>
<Orientation y="-0.08028"/>
<Actor seed="58842"/>
</Entity>
<Entity uid="12408">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1909.21229" z="759.49677"/>
<Orientation y="2.35621"/>
<Actor seed="13106"/>
</Entity>
<Entity uid="12409">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1817.79029" z="967.18976"/>
<Orientation y="2.35621"/>
<Actor seed="39772"/>
</Entity>
<Entity uid="12410">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1807.88794" z="984.42267"/>
<Orientation y="2.35621"/>
<Actor seed="49380"/>
</Entity>
<Entity uid="12411">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1773.10547" z="1071.4386"/>
<Orientation y="5.90671"/>
<Actor seed="44000"/>
</Entity>
<Entity uid="12412">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1753.8263" z="1083.49488"/>
<Orientation y="4.52315"/>
<Actor seed="64088"/>
</Entity>
<Entity uid="12413">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1690.60608" z="1133.65357"/>
<Orientation y="3.29863"/>
<Actor seed="44000"/>
</Entity>
<Entity uid="12414">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1782.72071" z="1058.70472"/>
<Orientation y="2.28287"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12415">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1766.17115" z="1009.91272"/>
<Orientation y="1.33098"/>
<Actor seed="25326"/>
</Entity>
<Entity uid="12416">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1783.91724" z="1051.80237"/>
<Orientation y="7.42658"/>
<Actor seed="44000"/>
</Entity>
<Entity uid="12417">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1741.5652" z="1041.12134"/>
<Orientation y="7.42658"/>
<Actor seed="44000"/>
</Entity>
<Entity uid="12418">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1946.54688" z="679.28284"/>
<Orientation y="2.35621"/>
<Actor seed="57694"/>
</Entity>
<Entity uid="12419">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1824.44788" z="809.58777"/>
<Orientation y="2.35621"/>
<Actor seed="3108"/>
</Entity>
<Entity uid="12420">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1862.21387" z="815.97712"/>
<Orientation y="2.35621"/>
<Actor seed="14742"/>
</Entity>
<Entity uid="12421">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1887.99598" z="745.10676"/>
<Orientation y="2.35621"/>
<Actor seed="45612"/>
</Entity>
<Entity uid="12422">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1917.19251" z="700.97504"/>
<Orientation y="2.35621"/>
<Actor seed="21782"/>
</Entity>
<Entity uid="12423">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1947.33814" z="659.44318"/>
<Orientation y="2.35621"/>
<Actor seed="55626"/>
</Entity>
<Entity uid="12424">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1854.00611" z="916.65809"/>
<Orientation y="2.35621"/>
<Actor seed="49176"/>
</Entity>
<Entity uid="12425">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="1883.78016" z="752.59766"/>
<Orientation y="2.35621"/>
<Actor seed="37158"/>
</Entity>
<Entity uid="12426">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="1925.22803" z="714.3791"/>
<Orientation y="2.35621"/>
<Actor seed="26504"/>
</Entity>
<Entity uid="12427">
<Template>gaia/flora_tree_palm_tropical</Template>
<Player>0</Player>
<Position x="1771.08594" z="1006.83344"/>
<Orientation y="-0.4996"/>
<Actor seed="38532"/>
</Entity>
<Entity uid="12428">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1798.83191" z="970.92493"/>
<Orientation y="2.35621"/>
<Actor seed="18032"/>
</Entity>
<Entity uid="12429">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1774.82093" z="995.21857"/>
<Orientation y="2.35621"/>
<Actor seed="48486"/>
</Entity>
<Entity uid="12430">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1799.74146" z="975.9145"/>
<Orientation y="2.35621"/>
<Actor seed="62544"/>
</Entity>
<Entity uid="12431">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1805.323" z="970.14625"/>
<Orientation y="2.35621"/>
<Actor seed="19986"/>
</Entity>
<Entity uid="12432">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1852.297" z="967.15803"/>
<Orientation y="2.35621"/>
<Actor seed="20398"/>
</Entity>
<Entity uid="12433">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1846.13111" z="962.12818"/>
<Orientation y="2.35621"/>
<Actor seed="32530"/>
</Entity>
<Entity uid="12434">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1796.80018" z="975.76624"/>
<Orientation y="2.35621"/>
<Actor seed="45472"/>
</Entity>
<Entity uid="12435">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1850.2168" z="962.13007"/>
<Orientation y="2.35621"/>
<Actor seed="16298"/>
</Entity>
<Entity uid="12436">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1841.297" z="959.57233"/>
<Orientation y="2.35621"/>
<Actor seed="27850"/>
</Entity>
<Entity uid="12437">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1810.96766" z="972.08552"/>
<Orientation y="2.35621"/>
<Actor seed="1686"/>
</Entity>
<Entity uid="12438">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1844.37647" z="958.90595"/>
<Orientation y="2.35621"/>
<Actor seed="24848"/>
</Entity>
<Entity uid="12439">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1850.97498" z="957.65351"/>
<Orientation y="2.35621"/>
<Actor seed="47078"/>
</Entity>
<Entity uid="12440">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1855.56653" z="953.19184"/>
<Orientation y="2.35621"/>
<Actor seed="26356"/>
</Entity>
<Entity uid="12441">
<Template>gaia/fauna_elephant_african_bush</Template>
<Player>0</Player>
<Position x="1864.89515" z="805.09705"/>
<Orientation y="2.35621"/>
<Actor seed="52068"/>
</Entity>
<Entity uid="12442">
<Template>gaia/fauna_elephant_african_infant</Template>
<Player>0</Player>
<Position x="1869.02173" z="797.0915"/>
<Orientation y="0.03841"/>
<Actor seed="60088"/>
</Entity>
<Entity uid="12443">
<Template>gaia/fauna_elephant_african_bush</Template>
<Player>0</Player>
<Position x="1860.18836" z="797.1421"/>
<Orientation y="1.63381"/>
<Actor seed="12212"/>
</Entity>
<Entity uid="12444">
<Template>gaia/fauna_elephant_asian</Template>
<Player>0</Player>
<Position x="1937.77808" z="638.83533"/>
<Orientation y="2.35621"/>
<Actor seed="2438"/>
</Entity>
<Entity uid="12445">
<Template>gaia/fauna_elephant_asian_infant</Template>
<Player>0</Player>
<Position x="1934.23633" z="630.33838"/>
<Orientation y="1.55523"/>
<Actor seed="46846"/>
</Entity>
<Entity uid="12446">
<Template>gaia/fauna_elephant_asian</Template>
<Player>0</Player>
<Position x="1948.4491" z="630.59553"/>
<Orientation y="-1.5532"/>
<Actor seed="46886"/>
</Entity>
<Entity uid="12447">
<Template>gaia/fauna_elephant_north_african</Template>
<Player>0</Player>
<Position x="1878.80079" z="787.01008"/>
<Orientation y="-1.04415"/>
<Actor seed="22620"/>
</Entity>
<Entity uid="12449">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1968.0453" z="797.94208"/>
<Orientation y="2.35621"/>
<Actor seed="34134"/>
</Entity>
<Entity uid="12450">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1983.83533" z="789.21607"/>
<Orientation y="2.35621"/>
<Actor seed="7558"/>
</Entity>
<Entity uid="12451">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="2001.14014" z="773.10682"/>
<Orientation y="2.35621"/>
<Actor seed="32182"/>
</Entity>
<Entity uid="12452">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1870.96583" z="1044.12879"/>
<Orientation y="3.75721"/>
<Actor seed="1246"/>
</Entity>
<Entity uid="12453">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1853.39136" z="1052.32178"/>
<Orientation y="0.4754"/>
<Actor seed="29006"/>
</Entity>
<Entity uid="12454">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1853.57935" z="881.22663"/>
<Orientation y="3.58886"/>
<Actor seed="30220"/>
</Entity>
<Entity uid="12455">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1856.6742" z="882.85248"/>
<Orientation y="1.94259"/>
<Actor seed="58698"/>
</Entity>
<Entity uid="12456">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1858.40992" z="876.99042"/>
<Orientation y="2.74852"/>
<Actor seed="21098"/>
</Entity>
<Entity uid="12457">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1862.27918" z="882.47638"/>
<Orientation y="-0.36266"/>
<Actor seed="17634"/>
</Entity>
<Entity uid="12458">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1863.33948" z="874.99817"/>
<Orientation y="2.35621"/>
<Actor seed="200"/>
</Entity>
<Entity uid="12459">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1859.06421" z="885.98658"/>
<Orientation y="1.91337"/>
<Actor seed="53386"/>
</Entity>
<Entity uid="12460">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1862.28785" z="870.68281"/>
<Orientation y="1.45177"/>
<Actor seed="40656"/>
</Entity>
<Entity uid="12461">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="1903.79236" z="595.46949"/>
<Orientation y="2.8681"/>
<Actor seed="19658"/>
</Entity>
<Entity uid="12462">
<Template>gaia/fauna_giraffe</Template>
<Player>0</Player>
<Position x="1918.95093" z="583.73804"/>
<Orientation y="4.59424"/>
<Actor seed="38304"/>
</Entity>
<Entity uid="12463">
<Template>gaia/fauna_giraffe_infant</Template>
<Player>0</Player>
<Position x="1908.09705" z="588.70655"/>
<Orientation y="2.83484"/>
<Actor seed="22764"/>
</Entity>
<Entity uid="12464">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1851.14686" z="914.8158"/>
<Orientation y="2.35621"/>
<Actor seed="1212"/>
</Entity>
<Entity uid="12465">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1747.14271" z="1036.56397"/>
<Orientation y="2.35621"/>
<Actor seed="57020"/>
</Entity>
<Entity uid="12466">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1740.32581" z="1032.19166"/>
<Orientation y="-1.61403"/>
<Actor seed="30722"/>
</Entity>
<Entity uid="12467">
<Template>gaia/fauna_shark</Template>
<Player>0</Player>
<Position x="1891.30311" z="1041.5597"/>
<Orientation y="2.35621"/>
<Actor seed="41592"/>
</Entity>
<Entity uid="12468">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1949.14966" z="665.54987"/>
<Orientation y="2.35621"/>
<Actor seed="50422"/>
</Entity>
<Entity uid="12469">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1950.4773" z="660.33765"/>
<Orientation y="3.452"/>
<Actor seed="5038"/>
</Entity>
<Entity uid="12485">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1525.09461" z="954.9809"/>
<Orientation y="3.71071"/>
<Actor seed="1552"/>
</Entity>
<Entity uid="12486">
<Template>actor|structures/tent_big.xml</Template>
<Position x="983.4607" z="175.51325"/>
<Orientation y="7.15674"/>
<Actor seed="58290"/>
</Entity>
<Entity uid="12491">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.58564" z="1269.32386"/>
<Orientation y="3.13192"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12492">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.21814" z="1269.34217"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12493">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.88819" z="1269.31995"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12494">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.28638" z="1270.45008"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12495">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.65381" z="1270.43177"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12496">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.95636" z="1270.42774"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12497">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.3899" z="1271.55347"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12498">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.7574" z="1271.53516"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12499">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.05988" z="1271.53113"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12500">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.5124" z="1273.18714"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12501">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.87989" z="1273.16883"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12502">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.18238" z="1273.1648"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12512">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.40528" z="1277.10169"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12513">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.10273" z="1277.10572"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12514">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.73523" z="1277.12391"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12515">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.30176" z="1275.9983"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12516">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.99927" z="1276.00232"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12517">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.56354" z="1274.91272"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12518">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.9311" z="1274.8943"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12519">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.63178" z="1276.02051"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12520">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.23353" z="1274.89039"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12533">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.00293" z="1284.61573"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12534">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.5558" z="1284.58619"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12535">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.85828" z="1284.58228"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12536">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.02533" z="1285.72193"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12537">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.5782" z="1285.69239"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12538">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.88062" z="1285.68836"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12539">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.28217" z="1287.34144"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12540">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.64966" z="1287.323"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12541">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.95215" z="1287.3191"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12545">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.31678" z="1270.03394"/>
<Orientation y="4.73716"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12546">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.3694" z="1271.18592"/>
<Orientation y="4.73827"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12549">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.6883" z="1275.58301"/>
<Orientation y="4.74141"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12550">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.74091" z="1276.73487"/>
<Orientation y="4.74466"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12553">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.28663" z="1285.29615"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12554">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.19404" z="1287.32654"/>
<Orientation y="4.73142"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12555">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.83747" z="1287.31458"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12556">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.18787" z="1285.33619"/>
<Orientation y="4.7415"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12558">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.06092" z="1282.42627"/>
<Orientation y="4.72403"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12559">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.15632" z="1282.3866"/>
<Orientation y="4.71795"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12560">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.896" z="1282.81226"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12561">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.72895" z="1281.67261"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12562">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.98694" z="1281.97657"/>
<Orientation y="0.02282"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12565">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.62763" z="1282.82313"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12566">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.8921" z="1279.66639"/>
<Orientation y="4.7478"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12567">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.99622" z="1279.62647"/>
<Orientation y="4.73194"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12569">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.56788" z="1278.91248"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12570">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.26539" z="1278.91651"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12571">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.71253" z="1278.94605"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12572">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.59028" z="1280.01868"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12574">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.12629" z="1282.44263"/>
<Orientation y="4.72677"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12575">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.98865" z="1279.67823"/>
<Orientation y="4.7256"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12576">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.0818" z="1273.3235"/>
<Orientation y="4.73881"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12577">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.17841" z="1282.81885"/>
<Orientation y="4.71795"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12578">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.02271" z="1281.97205"/>
<Orientation y="4.72403"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12579">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.89905" z="1279.9806"/>
<Orientation y="4.7478"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12580">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.21467" z="1287.6272"/>
<Orientation y="4.73142"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12587">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.82453" z="1289.76636"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12588">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.84784" z="1290.39869"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12589">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.8896" z="1291.09498"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12590">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.9322" z="1291.87342"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12591">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.95551" z="1292.50574"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12592">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.99732" z="1293.20215"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12593">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.79334" z="1289.06153"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12594">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.7516" z="1288.36512"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12595">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.72828" z="1287.7328"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12596">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.68567" z="1286.95447"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12597">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.64393" z="1286.25806"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12598">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.62061" z="1285.62574"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12599">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.20527" z="1277.32984"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12600">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.22858" z="1277.96216"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12601">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.27033" z="1278.65845"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12602">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.31293" z="1279.4369"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12603">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.33625" z="1280.06922"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12604">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.37806" z="1280.76551"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12605">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.58198" z="1284.90613"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12606">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.54017" z="1284.20984"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12607">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.51685" z="1283.57752"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12608">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.47431" z="1282.79908"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12609">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.4325" z="1282.10279"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12610">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.40918" z="1281.47034"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12611">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.71442" z="1267.61316"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12612">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.75623" z="1268.30945"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12623">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.79487" z="1269.02906"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12624">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.81812" z="1269.66138"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12625">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.85993" z="1270.3578"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12626">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.90253" z="1271.13611"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12627">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.92585" z="1271.76856"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12628">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.9676" z="1272.46485"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12629">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.17157" z="1276.60547"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12630">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.12977" z="1275.90906"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12631">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.10645" z="1275.27674"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12632">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.06385" z="1274.4983"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12633">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="946.0221" z="1273.80201"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12634">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="945.99878" z="1273.16968"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12635">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.53711" z="1271.93274"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12636">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.10969" z="1283.67774"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12637">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.94751" z="1280.2334"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12638">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.63337" z="1273.9662"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12639">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.67597" z="1274.74463"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12640">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.69922" z="1275.37696"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12641">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.74103" z="1276.07325"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12642">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.49531" z="1271.23633"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12643">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.47205" z="1270.60401"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12644">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.42945" z="1269.82557"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12645">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.38764" z="1269.12928"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12646">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.36432" z="1268.49695"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12657">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.32569" z="1267.77735"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12659">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.9787" z="1280.93824"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12660">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.00202" z="1281.57056"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12661">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.04377" z="1282.26697"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12662">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.08637" z="1283.0453"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12663">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.90577" z="1279.53711"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12664">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.88245" z="1278.9048"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12665">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.83985" z="1278.12635"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12666">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.79804" z="1277.43006"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12667">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.77479" z="1276.79761"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12669">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.56824" z="1272.63758"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12670">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.59156" z="1273.2699"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12671">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.15143" z="1284.37403"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12672">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.19007" z="1285.09363"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12673">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.21338" z="1285.72596"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12674">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.2552" z="1286.42225"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12675">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.2978" z="1287.20069"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12676">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.32105" z="1287.83301"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12677">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.36286" z="1288.5293"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12678">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.56678" z="1292.66993"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12679">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.52503" z="1291.97364"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12680">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.50171" z="1291.34131"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12681">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.45911" z="1290.56287"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12682">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.4173" z="1289.86658"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12683">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.39405" z="1289.23426"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12686">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.35364" z="1300.18897"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12687">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.39545" z="1300.88526"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12688">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.19153" z="1296.74476"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12689">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.22266" z="1297.4496"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12690">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.24598" z="1298.08191"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12691">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.28779" z="1298.7782"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12692">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.33039" z="1299.55665"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12693">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.14972" z="1296.04834"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12694">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.12641" z="1295.41602"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12695">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.08381" z="1294.63758"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12696">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.04206" z="1293.94129"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12697">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.43024" z="1301.54236"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12698">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.43445" z="1301.98316"/>
<Orientation y="4.76845"/>
</Entity>
<Entity uid="12699">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.92841" z="1299.59168"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12700">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.97016" z="1300.2881"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12701">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.76624" z="1296.14747"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12702">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.79743" z="1296.8523"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12703">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.82068" z="1297.48462"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12704">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.8625" z="1298.18091"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12705">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.9051" z="1298.95936"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12706">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.72443" z="1295.45105"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12707">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.70118" z="1294.81873"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12708">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.65857" z="1294.04029"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12709">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="951.61677" z="1293.344"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12710">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="952.0088" z="1301.00757"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12711">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="952.03565" z="1301.77527"/>
<Orientation y="4.76845"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12712">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.47345" z="1290.5962"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12715">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.47938" z="1290.56592"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12716">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.53583" z="1292.05884"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12718">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.15198" z="1291.55896"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12719">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.54175" z="1292.02857"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12720">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.86524" z="1291.06226"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12721">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.90528" z="1291.74695"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12722">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.51923" z="1291.81922"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12723">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.50147" z="1291.1493"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12724">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.59131" z="1293.72376"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12725">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.60907" z="1294.3938"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12726">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.39045" z="1294.61414"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12727">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.99311" z="1294.61524"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12728">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.29566" z="1294.61121"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12729">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.6316" z="1294.60315"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12730">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.99512" z="1294.32154"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12731">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="947.95508" z="1293.63685"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12732">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.56922" z="1293.14051"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12733">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.23328" z="1293.14856"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12734">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.9308" z="1293.1526"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12735">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.34595" z="1293.1526"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12736">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.72999" z="1296.55188"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12737">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.74646" z="1296.94336"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12738">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.73572" z="1296.60828"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12739">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.10322" z="1296.5901"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12740">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.40577" z="1296.58606"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12741">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.7417" z="1296.57801"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12742">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.11854" z="1296.60792"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12743">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.5799" z="1296.19751"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12748">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.85657" z="1298.90235"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12749">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.87433" z="1299.5724"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12750">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.60657" z="1299.7887"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12751">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.36268" z="1299.78711"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12752">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.14063" z="1299.78736"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12753">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.89686" z="1299.78174"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12754">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.26038" z="1299.50013"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12755">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.22034" z="1298.81543"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12756">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="948.83448" z="1298.3191"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12757">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.11493" z="1298.32105"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12758">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.3288" z="1298.33411"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12759">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="950.59577" z="1298.33741"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12760">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.80793" z="1291.06617"/>
<Orientation y="3.13193"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12761">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.5666" z="1298.89747"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12762">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="949.58436" z="1299.56751"/>
<Orientation y="4.7199"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12763">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="956.29596" z="1282.20447"/>
<Orientation y="-2.15604"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12764">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="956.71088" z="1281.62049"/>
<Orientation y="-2.24358"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12765">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="957.1836" z="1281.06092"/>
<Orientation y="-2.29587"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12766">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="957.70765" z="1280.56971"/>
<Orientation y="-2.42856"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12767">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="958.24659" z="1280.10792"/>
<Orientation y="3.78951"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12768">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="959.42627" z="1279.37781"/>
<Orientation y="3.59644"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12769">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="960.11847" z="1279.10621"/>
<Orientation y="3.50245"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12770">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="958.79407" z="1279.71888"/>
<Orientation y="3.67217"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12771">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="960.80213" z="1278.87671"/>
<Orientation y="3.38117"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12772">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="961.48487" z="1278.76746"/>
<Orientation y="3.26023"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12773">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.19098" z="1278.70154"/>
<Orientation y="3.19631"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12774">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.88978" z="1278.69495"/>
<Orientation y="3.06847"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12775">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.58881" z="1278.78553"/>
<Orientation y="2.9644"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12776">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.31782" z="1278.96106"/>
<Orientation y="2.89875"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12777">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.01594" z="1279.19605"/>
<Orientation y="2.77747"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12778">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.65778" z="1279.49622"/>
<Orientation y="2.66665"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12779">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.23694" z="1279.8667"/>
<Orientation y="2.52683"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12780">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.81336" z="1280.2898"/>
<Orientation y="2.39179"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12781">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="967.26221" z="1280.71045"/>
<Orientation y="2.32207"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12782">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="967.65571" z="1281.18873"/>
<Orientation y="2.2475"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12783">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.06556" z="1281.73536"/>
<Orientation y="2.17177"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12784">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.38038" z="1282.26746"/>
<Orientation y="2.05541"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12785">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.6548" z="1282.93677"/>
<Orientation y="1.89551"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12786">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.81452" z="1283.55201"/>
<Orientation y="1.79963"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12787">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.93354" z="1284.28333"/>
<Orientation y="1.65427"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12788">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.9488" z="1285.02076"/>
<Orientation y="1.52207"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12789">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.70386" z="1286.45447"/>
<Orientation y="1.24645"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12790">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.4383" z="1287.14856"/>
<Orientation y="1.12073"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12791">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.88373" z="1285.73182"/>
<Orientation y="1.37493"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12792">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.04224" z="1287.8318"/>
<Orientation y="0.99358"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12793">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="967.63209" z="1288.4192"/>
<Orientation y="0.90603"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12794">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="967.1637" z="1288.98243"/>
<Orientation y="0.85375"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12795">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.64368" z="1289.47779"/>
<Orientation y="0.72106"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12796">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.02961" z="1290.00635"/>
<Orientation y="0.63991"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12797">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.47895" z="1290.391"/>
<Orientation y="0.52257"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12798">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.84412" z="1290.72718"/>
<Orientation y="0.44683"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12799">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.14972" z="1290.99317"/>
<Orientation y="0.35285"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12800">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.78064" z="1291.32093"/>
<Orientation y="0.11063"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12801">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="957.01905" z="1289.3318"/>
<Orientation y="-0.82753"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12802">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.07404" z="1291.38123"/>
<Orientation y="0.0467"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12803">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.46424" z="1291.21705"/>
<Orientation y="0.23157"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12804">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="960.67688" z="1291.28602"/>
<Orientation y="-0.18523"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12805">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="961.37519" z="1291.38221"/>
<Orientation y="-0.08114"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12806">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="959.25306" z="1290.86414"/>
<Orientation y="-0.37214"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12807">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="959.94928" z="1291.10474"/>
<Orientation y="-0.25086"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12808">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="958.61371" z="1290.55884"/>
<Orientation y="-0.48296"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12809">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="958.03754" z="1290.18372"/>
<Orientation y="-0.6228"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12810">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="957.46454" z="1289.75611"/>
<Orientation y="-0.75783"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12811">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="956.6294" z="1288.85035"/>
<Orientation y="-0.9021"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12812">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="956.22394" z="1288.30042"/>
<Orientation y="-0.97783"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12813">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.91327" z="1287.76587"/>
<Orientation y="-1.09421"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12814">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.6443" z="1287.09449"/>
<Orientation y="-1.2541"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12816">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.37635" z="1285.74573"/>
<Orientation y="-1.49534"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12820">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.89441" z="1282.88465"/>
<Orientation y="-2.02887"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12821">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.62336" z="1283.5763"/>
<Orientation y="-1.90317"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12822">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.43775" z="1284.29761"/>
<Orientation y="-1.77468"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12823">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.36695" z="1285.00818"/>
<Orientation y="-1.62755"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12824">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="955.48951" z="1286.47779"/>
<Orientation y="-1.34998"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12825">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.6366" z="1281.15198"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12826">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.14466" z="1281.55018"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12827">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.61274" z="1282.00123"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12828">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.01557" z="1282.50245"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12829">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.52356" z="1282.9004"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12830">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.76374" z="1285.60645"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12831">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.4557" z="1284.60926"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12832">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.9546" z="1284.19751"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12833">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.44636" z="1283.79969"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12834">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.99164" z="1283.35169"/>
<Orientation y="3.84113"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12835">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.1626" z="1288.93677"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12836">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.7154" z="1288.48914"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12837">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.15473" z="1287.94751"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12838">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.6504" z="1287.46534"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12839">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.2032" z="1287.01771"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12840">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.68543" z="1286.51661"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12841">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.18116" z="1286.03455"/>
<Orientation y="5.5165"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12842">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="967.16334" z="1284.78919"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12843">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="966.53052" z="1284.78785"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12844">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.83313" z="1284.80237"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12845">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="965.05365" z="1284.81434"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12846">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="964.42084" z="1284.813"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12847">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="960.90827" z="1284.85596"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12848">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="961.68775" z="1284.84388"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12849">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.38514" z="1284.82947"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12850">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.01795" z="1284.83094"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12851">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="963.72352" z="1284.8274"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12852">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="956.11506" z="1284.90308"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12853">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="956.74781" z="1284.90455"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12854">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="957.52729" z="1284.89234"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12855">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="958.22474" z="1284.87806"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12856">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="958.85749" z="1284.8794"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12857">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="959.57807" z="1284.86902"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12858">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="960.27546" z="1284.85462"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12859">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="967.78138" z="1284.79139"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12860">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="968.26465" z="1284.78016"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12861">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.08954" z="1283.83228"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12862">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.98945" z="1285.9397"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12863">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.22791" z="1281.02027"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12864">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="937.94501" z="1291.19007"/>
<Orientation y="0.35285"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12865">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.58936" z="1279.91578"/>
<Orientation y="3.67217"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12866">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.91376" z="1279.30311"/>
<Orientation y="3.50246"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12867">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.22156" z="1279.57471"/>
<Orientation y="3.59644"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12868">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.04188" z="1280.30481"/>
<Orientation y="3.78951"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12869">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="931.50293" z="1280.76661"/>
<Orientation y="-2.42856"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12870">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.97889" z="1281.25782"/>
<Orientation y="-2.29587"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12871">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.50617" z="1281.81739"/>
<Orientation y="-2.24358"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12872">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.09125" z="1282.40137"/>
<Orientation y="-2.15604"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12873">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.1938" z="1281.79908"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12874">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.25483" z="1280.32325"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12875">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.29383" z="1279.69166"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12876">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.2848" z="1286.67469"/>
<Orientation y="-1.34998"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12877">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.16224" z="1285.20508"/>
<Orientation y="-1.62755"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12878">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.23304" z="1284.49451"/>
<Orientation y="-1.77468"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12879">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.41865" z="1283.7732"/>
<Orientation y="-1.90317"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12880">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.6897" z="1283.08155"/>
<Orientation y="-2.02887"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12881">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.17164" z="1285.94263"/>
<Orientation y="-1.49535"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12882">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.43958" z="1287.29139"/>
<Orientation y="-1.25411"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12883">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.70856" z="1287.96277"/>
<Orientation y="-1.09421"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12884">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.01923" z="1288.49732"/>
<Orientation y="-0.97783"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12885">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.42469" z="1289.04725"/>
<Orientation y="-0.9021"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12886">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="931.25983" z="1289.95301"/>
<Orientation y="-0.75783"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12887">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="931.83283" z="1290.38062"/>
<Orientation y="-0.62281"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12888">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.409" z="1290.75574"/>
<Orientation y="-0.48296"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12889">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.74457" z="1291.30164"/>
<Orientation y="-0.25086"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12890">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.04834" z="1291.06104"/>
<Orientation y="-0.37215"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12891">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.17048" z="1291.57911"/>
<Orientation y="-0.08115"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12892">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="934.47217" z="1291.48292"/>
<Orientation y="-0.18523"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12893">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="937.25953" z="1291.41395"/>
<Orientation y="0.23157"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12894">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.86933" z="1291.57813"/>
<Orientation y="0.04671"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12895">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.81434" z="1289.5287"/>
<Orientation y="-0.82753"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12896">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.57593" z="1291.51783"/>
<Orientation y="0.11063"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12897">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="938.63941" z="1290.92408"/>
<Orientation y="0.44683"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12898">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="939.27424" z="1290.5879"/>
<Orientation y="0.52257"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12899">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="939.8249" z="1290.20325"/>
<Orientation y="0.63991"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12900">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="940.43897" z="1289.67469"/>
<Orientation y="0.72106"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12901">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="940.95899" z="1289.17933"/>
<Orientation y="0.85375"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12902">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="941.42737" z="1288.6161"/>
<Orientation y="0.90604"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12903">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="941.83753" z="1288.0287"/>
<Orientation y="0.99358"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12904">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.67902" z="1285.92872"/>
<Orientation y="1.37493"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12905">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.23359" z="1287.34546"/>
<Orientation y="1.12073"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12906">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.49915" z="1286.65137"/>
<Orientation y="1.24645"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12907">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.74408" z="1285.21766"/>
<Orientation y="1.52207"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12908">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.72883" z="1284.48023"/>
<Orientation y="1.65427"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12909">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.60981" z="1283.74891"/>
<Orientation y="1.79964"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12910">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.45008" z="1283.13367"/>
<Orientation y="1.89551"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12911">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.17566" z="1282.46436"/>
<Orientation y="2.05541"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12912">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="941.86084" z="1281.93226"/>
<Orientation y="2.17177"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12913">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="941.451" z="1281.38563"/>
<Orientation y="2.2475"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12914">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="941.0575" z="1280.90735"/>
<Orientation y="2.32207"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12915">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="940.60865" z="1280.4867"/>
<Orientation y="2.39179"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12916">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="940.03223" z="1280.0636"/>
<Orientation y="2.52683"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12917">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="939.45307" z="1279.69312"/>
<Orientation y="2.66666"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12918">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="938.81122" z="1279.39295"/>
<Orientation y="2.77747"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12919">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="938.1131" z="1279.15796"/>
<Orientation y="2.89875"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12920">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="937.3841" z="1278.98243"/>
<Orientation y="2.96441"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12921">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.68506" z="1278.89185"/>
<Orientation y="3.06847"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12922">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.98627" z="1278.89844"/>
<Orientation y="3.19631"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12923">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.28016" z="1278.96436"/>
<Orientation y="3.26023"/>
<Actor seed="10246"/>
</Entity>
<Entity uid="12924">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="934.59742" z="1279.07361"/>
<Orientation y="3.38117"/>
<Actor seed="12834"/>
</Entity>
<Entity uid="12925">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="942.05994" z="1284.97706"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12926">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="941.57667" z="1284.98829"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12927">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="934.07074" z="1285.05152"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12928">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.37336" z="1285.06592"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12929">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.65278" z="1285.0763"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12930">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.02002" z="1285.07496"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12931">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="931.32258" z="1285.08924"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12932">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.5431" z="1285.10145"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12933">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.91034" z="1285.09998"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12934">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="937.5188" z="1285.0243"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12935">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.81324" z="1285.02784"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12936">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.18042" z="1285.02637"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12937">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.48304" z="1285.04078"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12938">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="934.70356" z="1285.05286"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12939">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="938.21613" z="1285.0099"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12940">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="938.84894" z="1285.01124"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12941">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="939.62842" z="1284.99927"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12942">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="940.32581" z="1284.98475"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12943">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="940.95862" z="1284.98609"/>
<Orientation y="3.15847"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12944">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.95044" z="1286.5713"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12945">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.92353" z="1287.26832"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12946">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.89118" z="1287.98816"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12947">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.85218" z="1288.61976"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12948">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.82526" z="1289.3169"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12949">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.79108" z="1290.09571"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12950">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="935.75208" z="1290.7273"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12951">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.12787" z="1283.1277"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12952">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.05054" z="1284.46375"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12953">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.02363" z="1285.1609"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12954">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="936.15473" z="1282.43067"/>
<Orientation y="4.66994"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="12955">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="962.44257" z="1285.23365"/>
<Orientation y="5.51652"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13352">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="304.74164" z="328.13697"/>
<Orientation y="2.35621"/>
<Actor seed="3906"/>
</Entity>
<Entity uid="13358">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="476.53162" z="184.14573"/>
<Orientation y="0.89971"/>
<Actor seed="33888"/>
</Entity>
<Entity uid="13359">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="304.30063" z="337.71888"/>
<Orientation y="2.35621"/>
<Actor seed="51698"/>
</Entity>
<Entity uid="13362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.37766" z="1693.76539"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.11707" z="1694.74463"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.81238" z="1695.37208"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="343.4466" z="1694.56458"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.8524" z="1695.75477"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.97306" z="1695.15918"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.6837" z="1695.72193"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="348.02659" z="1697.84717"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="348.33118" z="1697.21985"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="348.62058" z="1696.65699"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.98655" z="1697.46436"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="347.29123" z="1696.83704"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.26215" z="1696.42017"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13375">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="347.58054" z="1696.27417"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13376">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="345.95768" z="1697.04773"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13377">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.4943" z="1699.64881"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13378">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.27466" z="1700.03931"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13379">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.50193" z="1700.10596"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13380">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.78415" z="1701.13587"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13381">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.47956" z="1701.76343"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13382">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.18113" z="1695.77894"/>
<Orientation y="5.86173"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13383">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.24302" z="1696.22852"/>
<Orientation y="5.86283"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13384">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.3472" z="1697.83863"/>
<Orientation y="5.86599"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13385">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="347.40888" z="1698.28834"/>
<Orientation y="5.86924"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13386">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.36744" z="1701.49073"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13387">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.1591" z="1702.45044"/>
<Orientation y="5.85598"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13388">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.99448" z="1702.76685"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13389">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.22397" z="1699.79297"/>
<Orientation y="5.86606"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13390">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.54435" z="1698.6515"/>
<Orientation y="5.84861"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13391">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="352.68659" z="1700.35254"/>
<Orientation y="5.84252"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13392">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.82132" z="1698.96692"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13393">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="352.28968" z="1699.52796"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13394">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="352.67518" z="1699.4264"/>
<Orientation y="1.14737"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13395">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.71537" z="1699.21375"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13396">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.9817" z="1697.6128"/>
<Orientation y="5.87237"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13397">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.12763" z="1699.30567"/>
<Orientation y="5.8565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13398">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.03489" z="1697.8545"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13399">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.25446" z="1697.46387"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13400">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.73783" z="1698.9391"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13401">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.15568" z="1699.50171"/>
<Orientation y="5.85134"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13402">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.60267" z="1698.43287"/>
<Orientation y="5.85016"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13403">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.04722" z="1697.41065"/>
<Orientation y="5.86338"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13404">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.11811" z="1698.49012"/>
<Orientation y="5.84861"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13405">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="351.26832" z="1697.7422"/>
<Orientation y="5.87237"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13406">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.43915" z="1702.56165"/>
<Orientation y="5.85598"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13407">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="358.76896" z="1704.73877"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13408">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="359.3495" z="1704.99073"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13409">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="359.99555" z="1705.25342"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13410">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="360.71625" z="1705.55103"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13411">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.29667" z="1705.80286"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13412">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.94288" z="1706.06568"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13413">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="358.11973" z="1704.46277"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13414">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.47345" z="1704.19983"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13415">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.89304" z="1703.948"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13416">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.17243" z="1703.65052"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13417">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.52628" z="1703.38758"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13418">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="354.94578" z="1703.13575"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13419">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="347.2829" z="1699.93042"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13420">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="347.86338" z="1700.18213"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13421">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="349.23017" z="1700.74244"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13422">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="349.81061" z="1700.9944"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13423">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.05332" z="1702.34534"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13424">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="352.33277" z="1702.04786"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13425">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="351.68662" z="1701.78516"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13426">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="351.10605" z="1701.53321"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13427">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="338.30588" z="1696.17981"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13428">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="338.95206" z="1696.44239"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13429">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="339.61786" z="1696.71827"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13430">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="340.19828" z="1696.97022"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13431">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="340.84455" z="1697.23304"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13432">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.56504" z="1697.5304"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13433">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.14557" z="1697.78235"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13434">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.61496" z="1699.64808"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13435">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="345.96872" z="1699.38514"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13436">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="345.38822" z="1699.13331"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13437">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.66761" z="1698.83582"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13438">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.00156" z="1696.09327"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13439">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="349.35538" z="1695.83057"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13440">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="348.77485" z="1695.5785"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13441">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.93308" z="1693.96949"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13442">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="345.5135" z="1694.22132"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13443">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.77192" z="1698.50855"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13444">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.43781" z="1698.78418"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13445">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.6644" z="1699.29871"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13446">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="358.38498" z="1699.59632"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13447">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="358.96537" z="1699.84815"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13448">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.43482" z="1701.714"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13449">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.78864" z="1701.45105"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13450">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.0983" z="1708.20997"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13451">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.62894" z="1706.34424"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13452">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="370.05268" z="1709.46082"/>
<Orientation y="5.89301"/>
<Actor seed="12698"/>
</Entity>
<Entity uid="13453">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.65796" z="1703.0348"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13454">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.30729" z="1703.3108"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13455">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.88758" z="1703.56263"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13456">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.53376" z="1703.82544"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13457">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.25443" z="1704.12305"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13458">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.0116" z="1702.77198"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13459">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="365.43122" z="1702.5199"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13460">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.71058" z="1702.22242"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13461">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.06443" z="1701.95984"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13462">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="371.14683" z="1704.91334"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13463">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="371.85096" z="1705.22046"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13464">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.0923" z="1701.80518"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13465">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="360.20444" z="1703.59095"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13466">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.4386" z="1702.38025"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13467">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.39054" z="1703.41285"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13468">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.55082" z="1704.16614"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13469">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="360.38712" z="1704.35926"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13470">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.02207" z="1704.61866"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13471">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.21534" z="1702.29175"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13472">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.60334" z="1702.01868"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13473">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.96442" z="1703.04859"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13474">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.68094" z="1703.61414"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13475">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.51041" z="1703.97303"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13476">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.20588" z="1704.60047"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13477">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.912" z="1705.19605"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13478">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.38334" z="1705.64869"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13479">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.74839" z="1705.38929"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13480">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.56571" z="1704.62098"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13481">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.85953" z="1704.0254"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13482">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.16416" z="1703.39808"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13483">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.34327" z="1703.02356"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13484">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.57554" z="1704.14417"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13485">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.93586" z="1704.29822"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13486">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.62885" z="1704.16334"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13487">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.33951" z="1704.72596"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13488">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.0348" z="1705.3534"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13489">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="365.74106" z="1705.94898"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13490">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="365.499" z="1706.52393"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13491">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="365.32801" z="1705.93067"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13492">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.44217" z="1705.65235"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13493">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.33548" z="1705.87159"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13494">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.08613" z="1700.51917"/>
<Orientation y="5.84252"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13495">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.45682" z="1701.25721"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13496">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="354.27997" z="1702.86"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13497">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.6338" z="1702.5973"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13498">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.79175" z="1698.04517"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13499">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.15958" z="1694.48414"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13500">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.57615" z="1707.1565"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13501">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.80826" z="1706.97413"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13502">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.6981" z="1707.19166"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13503">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.16929" z="1707.64417"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13504">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.53443" z="1707.38477"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13505">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.35163" z="1706.61658"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13506">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.4745" z="1706.36451"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13507">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.0102" z="1705.27515"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13508">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.12833" z="1705.03577"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13509">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.22898" z="1702.6084"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13510">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.1894" z="1706.20594"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13511">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.80152" z="1706.47901"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13512">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="348.5095" z="1700.44495"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13513">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="359.61161" z="1700.11097"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13514">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.83484" z="1704.37476"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13515">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="370.48111" z="1704.6377"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13516">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.75046" z="1705.0442"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13517">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.36265" z="1705.31739"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13518">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.88022" z="1694.78162"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13519">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="347.46067" z="1695.03357"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13520">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="348.10691" z="1695.29627"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13521">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="343.63749" z="1693.43055"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13522">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="343.0571" z="1693.17872"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13523">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.3364" z="1692.88123"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13524">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.69028" z="1692.6183"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13525">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.1099" z="1692.36658"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13526">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="340.44404" z="1692.09095"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13527">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="352.59806" z="1697.1814"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13528">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.17844" z="1697.43335"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13529">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="353.82471" z="1697.69617"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13530">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="357.0182" z="1699.03602"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13531">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="362.20817" z="1701.19935"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13532">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="361.48765" z="1700.90174"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13533">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="360.84144" z="1700.63904"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13534">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="360.26096" z="1700.38697"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13535">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="368.3993" z="1708.7594"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13536">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.04551" z="1709.02222"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13537">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="365.22254" z="1707.41932"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13538">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="365.87174" z="1707.69532"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13539">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="366.45212" z="1707.94715"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13540">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="367.81901" z="1708.50745"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13541">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.99573" z="1706.90467"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13542">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="363.27515" z="1706.60694"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13543">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="369.6533" z="1709.27442"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13544">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="364.5766" z="1703.32178"/>
<Orientation y="5.84446"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13545">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.02146" z="1698.57313"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13546">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="356.2823" z="1700.49659"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13547">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="340.78364" z="1694.95545"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13548">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="343.44101" z="1698.32117"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13549">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.97761" z="1701.12403"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13550">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="342.4065" z="1694.18177"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13551">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.28382" z="1693.69336"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13552">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="358.07361" z="1700.57325"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13553">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="355.1258" z="1698.24561"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13554">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="351.94877" z="1696.90552"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13555">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="351.30265" z="1696.64258"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13556">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="350.72217" z="1696.39063"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13557">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="341.08814" z="1694.32789"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13558">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="343.15711" z="1695.12732"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13559">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="344.379" z="1696.34937"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13560">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="346.5518" z="1695.85767"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13561">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="354.97025" z="1700.66688"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13562">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="349.73023" z="1698.48194"/>
<Orientation y="4.2565"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13563">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="354.5452" z="1697.99366"/>
<Orientation y="5.89301"/>
<Actor seed="21756"/>
</Entity>
<Entity uid="13564">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="339.88395" z="1699.73877"/>
<Orientation y="2.35621"/>
<Actor seed="27862"/>
</Entity>
<Entity uid="13565">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="359.06809" z="1703.2544"/>
<Orientation y="4.09955"/>
<Actor seed="12502"/>
</Entity>
<Entity uid="13566">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="370.69361" z="1705.6631"/>
<Orientation y="8.37851"/>
<Actor seed="55502"/>
</Entity>
<Entity uid="13567">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="350.48847" z="1692.15235"/>
<Orientation y="-0.6204"/>
<Actor seed="35924"/>
</Entity>
<Entity uid="13568">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="346.19733" z="1704.07361"/>
<Orientation y="-0.21306"/>
<Actor seed="9620"/>
</Entity>
<Entity uid="13569">
<Template>actor|props/flora/grass_savanna_field_tall.xml</Template>
<Position x="388.25275" z="1722.948"/>
<Orientation y="-3.3264"/>
<Actor seed="20594"/>
</Entity>
<Entity uid="13570">
<Template>actor|props/flora/grass_savanna_field_tall.xml</Template>
<Position x="370.9155" z="1765.29053"/>
<Orientation y="2.76474"/>
<Actor seed="64086"/>
</Entity>
<Entity uid="13571">
<Template>actor|props/flora/grass_savanna_field_tall.xml</Template>
<Position x="351.27048" z="1695.85218"/>
<Orientation y="2.68227"/>
<Actor seed="8508"/>
</Entity>
<Entity uid="13572">
<Template>actor|props/flora/grass_savanna_field_tall.xml</Template>
<Position x="332.74384" z="1739.65821"/>
<Orientation y="2.35621"/>
<Actor seed="52600"/>
</Entity>
<Entity uid="13573">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="357.82111" z="1707.05225"/>
<Orientation y="2.35621"/>
<Actor seed="24800"/>
</Entity>
<Entity uid="13574">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="364.25614" z="1696.41993"/>
<Orientation y="2.35621"/>
<Actor seed="1310"/>
</Entity>
<Entity uid="13575">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="356.71058" z="1692.69642"/>
<Orientation y="2.35621"/>
<Actor seed="38742"/>
</Entity>
<Entity uid="13576">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="353.62156" z="1754.04603"/>
<Orientation y="2.35621"/>
<Actor seed="14524"/>
</Entity>
<Entity uid="13577">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="345.90287" z="1760.64295"/>
<Orientation y="2.35621"/>
<Actor seed="18442"/>
</Entity>
<Entity uid="13578">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="349.08555" z="1755.38904"/>
<Orientation y="2.35621"/>
<Actor seed="64472"/>
</Entity>
<Entity uid="13579">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="344.57413" z="1768.31617"/>
<Orientation y="2.35621"/>
<Actor seed="61886"/>
</Entity>
<Entity uid="13580">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="374.01236" z="1698.70997"/>
<Orientation y="2.35621"/>
<Actor seed="41980"/>
</Entity>
<Entity uid="13581">
<Template>actor|props/flora/grass_soft_dry_large_tall.xml</Template>
<Position x="377.13663" z="1706.60181"/>
<Orientation y="2.35621"/>
<Actor seed="63956"/>
</Entity>
<Entity uid="13582">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="371.42142" z="1710.74183"/>
<Orientation y="2.35621"/>
<Actor seed="41616"/>
</Entity>
<Entity uid="13583">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="370.64512" z="1681.9994"/>
<Orientation y="2.35621"/>
<Actor seed="44336"/>
</Entity>
<Entity uid="13584">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="357.90293" z="1679.88624"/>
<Orientation y="2.35621"/>
<Actor seed="438"/>
</Entity>
<Entity uid="13585">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="369.77161" z="1689.07776"/>
<Orientation y="2.35621"/>
<Actor seed="54226"/>
</Entity>
<Entity uid="13586">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="353.29831" z="1680.25672"/>
<Orientation y="2.35621"/>
<Actor seed="59348"/>
</Entity>
<Entity uid="13587">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="354.8665" z="1679.5824"/>
<Orientation y="2.35621"/>
<Actor seed="23500"/>
</Entity>
<Entity uid="13588">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="375.60547" z="1689.4286"/>
<Orientation y="2.35621"/>
<Actor seed="44112"/>
</Entity>
<Entity uid="13589">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="369.93845" z="1680.12378"/>
<Orientation y="2.35621"/>
<Actor seed="7338"/>
</Entity>
<Entity uid="13590">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="358.58664" z="1678.81275"/>
<Orientation y="2.35621"/>
<Actor seed="28608"/>
</Entity>
<Entity uid="13591">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="322.45975" z="1751.0652"/>
<Orientation y="2.35621"/>
<Actor seed="64190"/>
</Entity>
<Entity uid="13592">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="301.75794" z="1730.8136"/>
<Orientation y="2.35621"/>
<Actor seed="23490"/>
</Entity>
<Entity uid="13593">
<Template>actor|props/flora/grass_soft_dry_large.xml</Template>
<Position x="306.9892" z="1735.66114"/>
<Orientation y="2.35621"/>
<Actor seed="57860"/>
</Entity>
<Entity uid="13594">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="297.15757" z="1725.68506"/>
<Orientation y="2.35621"/>
<Actor seed="18734"/>
</Entity>
<Entity uid="13595">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="294.89313" z="1722.03882"/>
<Orientation y="8.03042"/>
<Actor seed="1592"/>
</Entity>
<Entity uid="13596">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="289.65625" z="1725.31763"/>
<Orientation y="2.35621"/>
<Actor seed="50930"/>
</Entity>
<Entity uid="13597">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="318.19117" z="1728.11646"/>
<Orientation y="2.35621"/>
<Actor seed="22136"/>
</Entity>
<Entity uid="13598">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="363.92151" z="1785.53174"/>
<Orientation y="2.35621"/>
<Actor seed="57382"/>
</Entity>
<Entity uid="13599">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="359.14808" z="1786.73597"/>
<Orientation y="2.35621"/>
<Actor seed="20794"/>
</Entity>
<Entity uid="13600">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="345.6843" z="1777.00574"/>
<Orientation y="2.35621"/>
<Actor seed="12032"/>
</Entity>
<Entity uid="13601">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="391.01752" z="1718.8733"/>
<Orientation y="2.35621"/>
<Actor seed="28806"/>
</Entity>
<Entity uid="13602">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="392.56482" z="1769.42481"/>
<Orientation y="2.35621"/>
<Actor seed="20936"/>
</Entity>
<Entity uid="13603">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="391.32474" z="1764.99891"/>
<Orientation y="2.35621"/>
<Actor seed="39276"/>
</Entity>
<Entity uid="13604">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="378.47666" z="1696.69751"/>
<Orientation y="2.35621"/>
<Actor seed="30388"/>
</Entity>
<Entity uid="13605">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="368.491" z="1678.50013"/>
<Orientation y="2.35621"/>
<Actor seed="61808"/>
</Entity>
<Entity uid="13606">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="344.37797" z="1692.7931"/>
<Orientation y="2.35621"/>
<Actor seed="16310"/>
</Entity>
<Entity uid="13607">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="362.0748" z="1706.52735"/>
<Orientation y="2.35621"/>
<Actor seed="4966"/>
</Entity>
<Entity uid="13608">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="363.62204" z="1707.23719"/>
<Orientation y="2.35621"/>
<Actor seed="61234"/>
</Entity>
<Entity uid="13609">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="365.87543" z="1701.15674"/>
<Orientation y="2.35621"/>
<Actor seed="8212"/>
</Entity>
<Entity uid="13610">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="346.94117" z="1700.67884"/>
<Orientation y="2.35621"/>
<Actor seed="26096"/>
</Entity>
<Entity uid="13611">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="354.79245" z="1704.25916"/>
<Orientation y="2.35621"/>
<Actor seed="6840"/>
</Entity>
<Entity uid="13612">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="353.79392" z="1696.25342"/>
<Orientation y="2.35621"/>
<Actor seed="47542"/>
</Entity>
<Entity uid="13613">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="372.81415" z="1688.00794"/>
<Orientation y="2.35621"/>
<Actor seed="37140"/>
</Entity>
<Entity uid="13614">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="354.15073" z="1704.6443"/>
<Orientation y="2.35621"/>
<Actor seed="746"/>
</Entity>
<Entity uid="13615">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="370.08158" z="1711.72669"/>
<Orientation y="2.35621"/>
<Actor seed="5466"/>
</Entity>
<Entity uid="13616">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="357.3054" z="1742.65174"/>
<Orientation y="2.35621"/>
<Actor seed="28830"/>
</Entity>
<Entity uid="13617">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="355.82505" z="1742.97059"/>
<Orientation y="2.35621"/>
<Actor seed="51192"/>
</Entity>
<Entity uid="13618">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="351.6594" z="1744.7273"/>
<Orientation y="2.35621"/>
<Actor seed="41940"/>
</Entity>
<Entity uid="13619">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="351.8772" z="1742.0558"/>
<Orientation y="2.35621"/>
<Actor seed="37480"/>
</Entity>
<Entity uid="13620">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="386.2103" z="1760.83143"/>
<Orientation y="2.35621"/>
<Actor seed="18582"/>
</Entity>
<Entity uid="13621">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="384.3006" z="1762.45008"/>
<Orientation y="2.35621"/>
<Actor seed="1828"/>
</Entity>
<Entity uid="13622">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="381.80265" z="1761.59717"/>
<Orientation y="2.35621"/>
<Actor seed="29576"/>
</Entity>
<Entity uid="13623">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="390.3172" z="1716.09864"/>
<Orientation y="2.35621"/>
<Actor seed="54290"/>
</Entity>
<Entity uid="13624">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="388.48627" z="1713.99244"/>
<Orientation y="2.35621"/>
<Actor seed="26546"/>
</Entity>
<Entity uid="13625">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="388.75184" z="1716.58985"/>
<Orientation y="2.35621"/>
<Actor seed="6650"/>
</Entity>
<Entity uid="13626">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="387.68903" z="1717.94922"/>
<Orientation y="2.35621"/>
<Actor seed="38158"/>
</Entity>
<Entity uid="13627">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="385.59586" z="1718.01319"/>
<Orientation y="2.35621"/>
<Actor seed="25072"/>
</Entity>
<Entity uid="13628">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="327.84656" z="1750.92188"/>
<Orientation y="2.35621"/>
<Actor seed="58706"/>
</Entity>
<Entity uid="13629">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="331.40244" z="1750.78516"/>
<Orientation y="2.35621"/>
<Actor seed="12278"/>
</Entity>
<Entity uid="13630">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="332.99888" z="1748.61658"/>
<Orientation y="2.35621"/>
<Actor seed="39180"/>
</Entity>
<Entity uid="13631">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="329.81168" z="1749.75892"/>
<Orientation y="2.35621"/>
<Actor seed="44198"/>
</Entity>
<Entity uid="13632">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="328.88279" z="1750.84778"/>
<Orientation y="2.35621"/>
<Actor seed="34720"/>
</Entity>
<Entity uid="13633">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="331.53714" z="1749.22864"/>
<Orientation y="2.35621"/>
<Actor seed="11834"/>
</Entity>
<Entity uid="13634">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="334.77805" z="1748.59046"/>
<Orientation y="2.35621"/>
<Actor seed="43318"/>
</Entity>
<Entity uid="13635">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="371.48649" z="1713.97498"/>
<Orientation y="2.35621"/>
<Actor seed="11192"/>
</Entity>
<Entity uid="13636">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="371.12156" z="1715.7959"/>
<Orientation y="2.35621"/>
<Actor seed="35380"/>
</Entity>
<Entity uid="13637">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="366.92057" z="1691.21314"/>
<Orientation y="2.35621"/>
<Actor seed="18890"/>
</Entity>
<Entity uid="13638">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="349.90442" z="1686.5951"/>
<Orientation y="2.35621"/>
<Actor seed="63810"/>
</Entity>
<Entity uid="13639">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="359.20762" z="1756.07911"/>
<Orientation y="2.35621"/>
<Actor seed="3874"/>
</Entity>
<Entity uid="13640">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="360.69303" z="1758.23157"/>
<Orientation y="2.35621"/>
<Actor seed="12818"/>
</Entity>
<Entity uid="13641">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="361.7782" z="1759.41272"/>
<Orientation y="2.35621"/>
<Actor seed="42860"/>
</Entity>
<Entity uid="13642">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="333.08481" z="1736.33423"/>
<Orientation y="2.35621"/>
<Actor seed="2364"/>
</Entity>
<Entity uid="13643">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="332.8064" z="1737.76673"/>
<Orientation y="2.35621"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="13644">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="352.79346" z="1707.59607"/>
<Orientation y="2.35621"/>
<Actor seed="55572"/>
</Entity>
<Entity uid="13645">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="349.7179" z="1707.09205"/>
<Orientation y="2.35621"/>
<Actor seed="48222"/>
</Entity>
<Entity uid="13646">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="347.30576" z="1707.29395"/>
<Orientation y="2.35621"/>
<Actor seed="21248"/>
</Entity>
<Entity uid="13647">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="355.79023" z="1708.6006"/>
<Orientation y="2.35621"/>
<Actor seed="40576"/>
</Entity>
<Entity uid="13648">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="355.85627" z="1690.35718"/>
<Orientation y="2.35621"/>
<Actor seed="39730"/>
</Entity>
<Entity uid="13649">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="355.75455" z="1691.89332"/>
<Orientation y="2.35621"/>
<Actor seed="24414"/>
</Entity>
<Entity uid="13650">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="357.64252" z="1692.68311"/>
<Orientation y="2.35621"/>
<Actor seed="23670"/>
</Entity>
<Entity uid="13651">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="359.99448" z="1692.417"/>
<Orientation y="2.35621"/>
<Actor seed="40770"/>
</Entity>
<Entity uid="13652">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="349.32291" z="1692.24646"/>
<Orientation y="2.35621"/>
<Actor seed="25592"/>
</Entity>
<Entity uid="13653">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="365.43229" z="1700.5818"/>
<Orientation y="2.35621"/>
<Actor seed="15464"/>
</Entity>
<Entity uid="13654">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="345.8837" z="1690.96656"/>
<Orientation y="2.35621"/>
<Actor seed="21958"/>
</Entity>
<Entity uid="13655">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="366.42328" z="1701.3285"/>
<Orientation y="2.35621"/>
<Actor seed="24206"/>
</Entity>
<Entity uid="13656">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="403.2468" z="1706.19263"/>
<Orientation y="2.35621"/>
<Actor seed="3822"/>
</Entity>
<Entity uid="13657">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="389.56019" z="1710.70972"/>
<Orientation y="2.35621"/>
<Actor seed="49542"/>
</Entity>
<Entity uid="13658">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="390.37781" z="1691.56385"/>
<Orientation y="2.35621"/>
<Actor seed="29426"/>
</Entity>
<Entity uid="13659">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="409.93982" z="1740.32923"/>
<Orientation y="2.35621"/>
<Actor seed="17906"/>
</Entity>
<Entity uid="13660">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="404.54105" z="1709.16138"/>
<Orientation y="2.35621"/>
<Actor seed="52862"/>
</Entity>
<Entity uid="13661">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="352.63324" z="1736.3219"/>
<Orientation y="2.35621"/>
<Actor seed="35348"/>
</Entity>
<Entity uid="13662">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="408.36979" z="1739.5271"/>
<Orientation y="2.35621"/>
<Actor seed="51722"/>
</Entity>
<Entity uid="13663">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="401.95878" z="1704.78455"/>
<Orientation y="2.35621"/>
<Actor seed="56042"/>
</Entity>
<Entity uid="13664">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="338.33613" z="1717.83716"/>
<Orientation y="2.35621"/>
<Actor seed="15202"/>
</Entity>
<Entity uid="13665">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="310.19443" z="1738.02857"/>
<Orientation y="2.35621"/>
<Actor seed="53384"/>
</Entity>
<Entity uid="13666">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="311.10337" z="1735.92688"/>
<Orientation y="2.35621"/>
<Actor seed="7624"/>
</Entity>
<Entity uid="13667">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="312.6655" z="1734.09424"/>
<Orientation y="2.35621"/>
<Actor seed="65240"/>
</Entity>
<Entity uid="13668">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="313.93775" z="1733.28321"/>
<Orientation y="2.35621"/>
<Actor seed="46216"/>
</Entity>
<Entity uid="13669">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="337.83756" z="1716.02771"/>
<Orientation y="2.35621"/>
<Actor seed="61114"/>
</Entity>
<Entity uid="13670">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="364.05118" z="1751.73584"/>
<Orientation y="2.35621"/>
<Actor seed="27880"/>
</Entity>
<Entity uid="13671">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="350.57984" z="1758.08814"/>
<Orientation y="2.35621"/>
<Actor seed="19734"/>
</Entity>
<Entity uid="13672">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="326.0695" z="1741.33973"/>
<Orientation y="2.35621"/>
<Actor seed="63862"/>
</Entity>
<Entity uid="13673">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="327.0229" z="1747.69385"/>
<Orientation y="2.35621"/>
<Actor seed="52702"/>
</Entity>
<Entity uid="13674">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="329.36274" z="1737.21851"/>
<Orientation y="2.35621"/>
<Actor seed="37568"/>
</Entity>
<Entity uid="13675">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="323.38639" z="1749.8899"/>
<Orientation y="2.35621"/>
<Actor seed="53552"/>
</Entity>
<Entity uid="13676">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="324.25165" z="1740.35254"/>
<Orientation y="2.35621"/>
<Actor seed="23366"/>
</Entity>
<Entity uid="13677">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="328.59559" z="1744.64698"/>
<Orientation y="2.35621"/>
<Actor seed="23904"/>
</Entity>
<Entity uid="13678">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="328.78824" z="1736.9148"/>
<Orientation y="2.35621"/>
<Actor seed="17788"/>
</Entity>
<Entity uid="13679">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="323.60004" z="1749.17493"/>
<Orientation y="2.35621"/>
<Actor seed="39496"/>
</Entity>
<Entity uid="13680">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="336.62751" z="1685.77149"/>
<Orientation y="2.35621"/>
<Actor seed="21444"/>
</Entity>
<Entity uid="13681">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="347.97748" z="1715.0824"/>
<Orientation y="2.35621"/>
<Actor seed="3670"/>
</Entity>
<Entity uid="13682">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="338.6894" z="1703.79114"/>
<Orientation y="2.35621"/>
<Actor seed="5380"/>
</Entity>
<Entity uid="13683">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="361.36484" z="1684.96448"/>
<Orientation y="2.35622"/>
<Actor seed="21248"/>
</Entity>
<Entity uid="13684">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="338.63205" z="1701.08301"/>
<Orientation y="2.35621"/>
<Actor seed="42138"/>
</Entity>
<Entity uid="13685">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="342.70295" z="1701.03284"/>
<Orientation y="2.35621"/>
<Actor seed="36774"/>
</Entity>
<Entity uid="13686">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="339.71973" z="1700.10901"/>
<Orientation y="2.35621"/>
<Actor seed="6696"/>
</Entity>
<Entity uid="13687">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="333.92118" z="1746.38343"/>
<Orientation y="2.35621"/>
<Actor seed="12156"/>
</Entity>
<Entity uid="13688">
<Template>actor|geology/stonemine_limestone.xml</Template>
<Position x="374.76117" z="1718.23877"/>
<Orientation y="2.35621"/>
<Actor seed="47172"/>
</Entity>
<Entity uid="13689">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="376.56928" z="1714.93787"/>
<Orientation y="2.35621"/>
<Actor seed="17468"/>
</Entity>
<Entity uid="13690">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="374.2678" z="1714.2776"/>
<Orientation y="2.35621"/>
<Actor seed="35206"/>
</Entity>
<Entity uid="13691">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="376.04792" z="1717.92396"/>
<Orientation y="2.35621"/>
<Actor seed="40364"/>
</Entity>
<Entity uid="13692">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="340.00037" z="1705.34034"/>
<Orientation y="2.35621"/>
<Actor seed="3606"/>
</Entity>
<Entity uid="13693">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="337.92695" z="1706.11402"/>
<Orientation y="2.35621"/>
<Actor seed="11164"/>
</Entity>
<Entity uid="13694">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="338.56498" z="1705.85645"/>
<Orientation y="2.35621"/>
<Actor seed="42650"/>
</Entity>
<Entity uid="13695">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="341.54651" z="1703.6338"/>
<Orientation y="2.35621"/>
<Actor seed="56152"/>
</Entity>
<Entity uid="13696">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="342.28235" z="1702.1454"/>
<Orientation y="2.35621"/>
<Actor seed="27346"/>
</Entity>
<Entity uid="13697">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="336.19816" z="1708.69263"/>
<Orientation y="2.35621"/>
<Actor seed="22192"/>
</Entity>
<Entity uid="13698">
<Template>actor|structures/gravestone.xml</Template>
<Position x="1886.61976" z="1376.91211"/>
<Orientation y="2.35621"/>
<Actor seed="57386"/>
</Entity>
<Entity uid="13699">
<Template>actor|structures/gravestone.xml</Template>
<Position x="1888.589" z="1378.89844"/>
<Orientation y="-0.79462"/>
<Actor seed="51910"/>
</Entity>
<Entity uid="13700">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1787.84437" z="463.12528"/>
<Orientation y="1.5605"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13701">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1787.0265" z="463.10431"/>
<Orientation y="1.56051"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13702">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1786.11646" z="463.14533"/>
<Orientation y="1.56051"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13703">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1785.1858" z="463.10767"/>
<Orientation y="1.56051"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13704">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1784.29761" z="463.07764"/>
<Orientation y="1.56051"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13705">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1783.70704" z="463.06"/>
<Orientation y="1.56051"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13708">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1783.84705" z="469.07883"/>
<Orientation y="1.56052"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13709">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1784.66639" z="469.07251"/>
<Orientation y="1.56052"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13710">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1785.39087" z="469.06815"/>
<Orientation y="1.56052"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13711">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1786.3423" z="469.08256"/>
<Orientation y="1.56052"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13712">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1787.15809" z="469.0929"/>
<Orientation y="1.56052"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13713">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1787.8899" z="469.13691"/>
<Orientation y="1.56051"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13714">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1783.74402" z="463.9737"/>
<Orientation y="-0.00068"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13715">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1783.81031" z="467.8234"/>
<Orientation y="0.01601"/>
<Actor seed="7914"/>
</Entity>
<Entity uid="13716">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1783.33387" z="469.0362"/>
<Orientation y="1.57648"/>
<Actor seed="54302"/>
</Entity>
<Entity uid="13717">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1783.23914" z="463.03461"/>
<Orientation y="1.57648"/>
<Actor seed="54302"/>
</Entity>
<Entity uid="13721">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1790.9021" z="464.32221"/>
<Orientation y="2.35622"/>
<Actor seed="25548"/>
</Entity>
<Entity uid="13724">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="1792.03223" z="462.89414"/>
<Orientation y="2.35322"/>
<Actor seed="53998"/>
</Entity>
<Entity uid="13725">
<Template>actor|props/special/eyecandy/campfire.xml</Template>
<Position x="1792.14856" z="469.0803"/>
<Orientation y="3.93332"/>
<Actor seed="53834"/>
</Entity>
<Entity uid="13731">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.37537" z="464.58777"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13732">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.37977" z="465.28391"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13733">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.39405" z="466.07145"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13734">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.4004" z="466.83326"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13735">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.42042" z="467.5796"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13736">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.74378" z="464.9614"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13737">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.7588" z="465.67118"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13738">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.77308" z="466.45871"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13739">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.77942" z="467.22053"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13740">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.79944" z="467.96686"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13741">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1789.75013" z="464.19944"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13748">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.3545" z="467.57618"/>
<Orientation y="4.74621"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13749">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.32789" z="466.53077"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13750">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.2975" z="465.74369"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13751">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.27552" z="464.98218"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13752">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.27125" z="464.64307"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13753">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.34656" z="467.22669"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13754">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.17652" z="464.56025"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13755">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.22156" z="467.55207"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13756">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.20154" z="466.80573"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13757">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.1952" z="466.04392"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13758">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.18091" z="465.25638"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13770">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.16944" z="467.55106"/>
<Orientation y="4.74621"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13771">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.12781" z="466.55692"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13772">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.09742" z="465.76984"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13773">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.07544" z="465.00834"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13774">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.0818" z="464.58671"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13775">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.14649" z="467.25284"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13776">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.97645" z="464.5864"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13777">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.02149" z="467.57822"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13778">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.00147" z="466.83188"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13779">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.99512" z="466.07007"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13780">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.98084" z="465.28254"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13781">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.96924" z="467.50101"/>
<Orientation y="4.74621"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13782">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.92762" z="466.50687"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13783">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.89722" z="465.7198"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13784">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.87525" z="464.95829"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13785">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.8816" z="464.53666"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13786">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.9463" z="467.2028"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13787">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.77625" z="464.53635"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13788">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.8213" z="467.52817"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13789">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.80127" z="466.78183"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13790">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.79493" z="466.02002"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13791">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.78064" z="465.23249"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13792">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.87708" z="467.5204"/>
<Orientation y="4.74621"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13793">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.83545" z="466.52625"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13794">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.80506" z="465.73917"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13795">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.78309" z="464.97767"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13796">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.78943" z="464.55604"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13797">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.85413" z="467.22217"/>
<Orientation y="4.7462"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13798">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.68409" z="464.55573"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13799">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.72913" z="467.54755"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13800">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.70911" z="466.80121"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13801">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.70276" z="466.0394"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13802">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.68848" z="465.25187"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13804">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.61011" z="464.52414"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13805">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.61451" z="465.22028"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13806">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.62879" z="466.00782"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13807">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.63514" z="466.76963"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13808">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.65516" z="467.51597"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13809">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.53345" z="460.7562"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13810">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.53785" z="461.45234"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13811">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.55213" z="462.23987"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13812">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.55848" z="463.00168"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13813">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.5785" z="463.74802"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13814">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.65503" z="468.2457"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13815">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.65943" z="468.94184"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13816">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.67371" z="469.72938"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13817">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.68006" z="470.49119"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13818">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.70008" z="471.23752"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13819">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.04554" z="464.90058"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13820">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.04993" z="465.59672"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13821">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.06421" z="466.38425"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13822">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.07056" z="467.14606"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13823">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.09058" z="467.8924"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13824">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.10389" z="468.641"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13825">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.10828" z="469.33713"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13826">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.12256" z="470.12467"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13827">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.12891" z="470.88648"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13829">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.98865" z="461.12388"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13830">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.99305" z="461.82001"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13831">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.00733" z="462.60755"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13832">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.01368" z="463.36936"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13833">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.0337" z="464.1157"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13835">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1786.3661" z="440.20002"/>
<Orientation y="2.35621"/>
<Actor seed="30772"/>
</Entity>
<Entity uid="13836">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1765.00977" z="487.62064"/>
<Orientation y="2.35621"/>
<Actor seed="44770"/>
</Entity>
<Entity uid="13837">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1771.05506" z="488.06782"/>
<Orientation y="2.35621"/>
<Actor seed="41196"/>
</Entity>
<Entity uid="13838">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1775.39991" z="440.00593"/>
<Orientation y="2.35621"/>
<Actor seed="1264"/>
</Entity>
<Entity uid="13839">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1789.02173" z="487.74326"/>
<Orientation y="2.35621"/>
<Actor seed="46422"/>
</Entity>
<Entity uid="13840">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1792.69886" z="470.01032"/>
<Orientation y="2.35621"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13841">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1782.08167" z="450.38682"/>
<Orientation y="3.8094"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13842">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1805.36707" z="458.67521"/>
<Orientation y="3.52524"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13843">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.44996" z="461.47355"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13844">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.45435" z="462.16968"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13845">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.46863" z="462.95722"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13846">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.47498" z="463.71903"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13847">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.495" z="464.46537"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13848">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.50684" z="465.25025"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13849">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.51124" z="465.94639"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13850">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.52552" z="466.73392"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13851">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.53187" z="467.49573"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13852">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.55188" z="468.24207"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13853">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.5652" z="468.99067"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13854">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.56959" z="469.6868"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13855">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1794.58387" z="470.47434"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13856">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.60901" z="460.64731"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13857">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.66688" z="468.26868"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13858">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.70398" z="469.0565"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13859">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.73658" z="469.61445"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13860">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.74366" z="470.22092"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13861">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.7527" z="470.85706"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13862">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.78101" z="471.36136"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13863">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.62891" z="471.3303"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13864">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.01673" z="471.24991"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13865">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.46253" z="471.266"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13866">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.2555" z="471.23612"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13867">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.18982" z="471.35755"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13868">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.86084" z="471.27408"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13869">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.17933" z="470.71656"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13870">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.61841" z="470.68931"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13871">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.00623" z="470.60892"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13872">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.45203" z="470.625"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13873">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.85035" z="470.6331"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13874">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.245" z="470.59513"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13875">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.05555" z="461.3946"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13876">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.49463" z="461.36735"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13877">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.88245" z="461.28696"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13878">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.32825" z="461.30304"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13879">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.72657" z="461.31113"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13880">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.12122" z="461.27317"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13881">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.073" z="460.70933"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13882">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.5121" z="460.68207"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13883">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.89991" z="460.60169"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13884">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.34571" z="460.61777"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13885">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1792.74402" z="460.62586"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13886">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.13868" z="460.5879"/>
<Orientation y="1.58408"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13887">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.60096" z="461.16391"/>
<Orientation y="1.55239"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13888">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.59461" z="461.82898"/>
<Orientation y="1.55239"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13889">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.59253" z="462.20868"/>
<Orientation y="1.55239"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13890">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.58045" z="462.8151"/>
<Orientation y="1.55239"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13891">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.56922" z="463.45121"/>
<Orientation y="1.55239"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13892">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.58155" z="463.95615"/>
<Orientation y="1.55239"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13893">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.21094" z="461.68271"/>
<Orientation y="2.32763"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13894">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.91334" z="463.97724"/>
<Orientation y="2.32764"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13895">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.214" z="467.87833"/>
<Orientation y="2.32764"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13896">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.94202" z="470.10141"/>
<Orientation y="2.32764"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13898">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1790.87024" z="461.99073"/>
<Orientation y="0.84453"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13899">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.17322" z="464.1525"/>
<Orientation y="0.84453"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13900">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1793.35206" z="470.2798"/>
<Orientation y="0.84453"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13901">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1791.00318" z="468.11561"/>
<Orientation y="0.84453"/>
<Actor seed="44902"/>
</Entity>
<Entity uid="13902">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1792.87903" z="468.92313"/>
<Orientation y="3.07494"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13903">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1791.90845" z="468.44941"/>
<Orientation y="3.07494"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13904">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1792.13453" z="469.82114"/>
<Orientation y="5.36893"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13905">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1791.1443" z="469.61628"/>
<Orientation y="2.21213"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13906">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1791.32337" z="468.8213"/>
<Orientation y="3.07494"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13907">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1791.6089" z="462.03208"/>
<Orientation y="3.07494"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13908">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1792.48865" z="462.26432"/>
<Orientation y="3.07494"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13909">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1792.45313" z="463.12534"/>
<Orientation y="2.35622"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13910">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1792.15674" z="463.67283"/>
<Orientation y="0.12853"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13911">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1791.11268" z="463.39634"/>
<Orientation y="0.12853"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13912">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1791.17896" z="462.63614"/>
<Orientation y="-0.5902"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="13913">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1790.85511" z="467.84272"/>
<Orientation y="2.35622"/>
<Actor seed="25548"/>
</Entity>
<Entity uid="13915">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1789.80726" z="464.6821"/>
<Orientation y="2.35622"/>
<Actor seed="23596"/>
</Entity>
<Entity uid="13916">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="1789.85682" z="467.48792"/>
<Orientation y="2.35622"/>
<Actor seed="23596"/>
</Entity>
<Entity uid="13917">
<Template>actor|props/special/eyecandy/treasure_persian_metal_small.xml</Template>
<Position x="1791.38721" z="458.10434"/>
<Orientation y="1.60644"/>
<Actor seed="62592"/>
</Entity>
<Entity uid="13918">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1804.7168" z="465.90168"/>
<Orientation y="3.15645"/>
<Actor seed="61234"/>
</Entity>
<Entity uid="13922">
<Template>units/ptol_support_healer_a</Template>
<Player>0</Player>
<Position x="1796.95887" z="472.22019"/>
<Orientation y="1.5937"/>
<Actor seed="45854"/>
</Entity>
<Entity uid="13923">
<Template>units/ptol_support_healer_a</Template>
<Player>0</Player>
<Position x="1796.59595" z="459.33487"/>
<Orientation y="2.35621"/>
<Actor seed="7472"/>
</Entity>
<Entity uid="13924">
<Template>units/ptol_support_healer_a</Template>
<Player>0</Player>
<Position x="1799.28028" z="458.02491"/>
<Orientation y="-2.0591"/>
<Actor seed="25126"/>
</Entity>
<Entity uid="13925">
<Template>units/ptol_support_healer_a</Template>
<Player>0</Player>
<Position x="1798.07972" z="474.49402"/>
<Orientation y="2.35621"/>
<Actor seed="24856"/>
</Entity>
<Entity uid="13926">
<Template>units/ptol_support_healer_a</Template>
<Player>0</Player>
<Position x="1801.43116" z="474.67908"/>
<Orientation y="4.58278"/>
<Actor seed="29862"/>
</Entity>
<Entity uid="13927">
<Template>units/ptol_support_healer_a</Template>
<Player>0</Player>
<Position x="1796.58021" z="457.0973"/>
<Orientation y="0.80285"/>
<Actor seed="6966"/>
</Entity>
<Entity uid="13928">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1801.07508" z="453.94242"/>
<Orientation y="-2.86637"/>
<Actor seed="22792"/>
</Entity>
<Entity uid="13929">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1804.65552" z="453.7139"/>
<Orientation y="-2.83077"/>
<Actor seed="3560"/>
</Entity>
<Entity uid="13930">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1798.68055" z="453.5741"/>
<Orientation y="-2.89"/>
<Actor seed="19284"/>
</Entity>
<Entity uid="13931">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1803.2074" z="453.9004"/>
<Orientation y="-2.84398"/>
<Actor seed="19288"/>
</Entity>
<Entity uid="13932">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1791.2306" z="477.51526"/>
<Orientation y="-0.28357"/>
<Actor seed="22792"/>
</Entity>
<Entity uid="13933">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1793.4828" z="477.76642"/>
<Orientation y="-0.30198"/>
<Actor seed="3560"/>
</Entity>
<Entity uid="13934">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1795.25806" z="477.4697"/>
<Orientation y="-0.31414"/>
<Actor seed="19284"/>
</Entity>
<Entity uid="13935">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1797.61353" z="477.50205"/>
<Orientation y="-0.32937"/>
<Actor seed="19288"/>
</Entity>
<Entity uid="13936">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1799.91541" z="477.55308"/>
<Orientation y="-0.34482"/>
<Actor seed="22792"/>
</Entity>
<Entity uid="13937">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1802.16761" z="477.8042"/>
<Orientation y="-0.36132"/>
<Actor seed="3560"/>
</Entity>
<Entity uid="13938">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1803.943" z="477.50751"/>
<Orientation y="-0.3733"/>
<Actor seed="19284"/>
</Entity>
<Entity uid="13939">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1806.198" z="477.6637"/>
<Orientation y="-0.38814"/>
<Actor seed="19288"/>
</Entity>
<Entity uid="13940">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1806.8324" z="453.92875"/>
<Orientation y="-2.81556"/>
<Actor seed="22792"/>
</Entity>
<Entity uid="13941">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1808.91883" z="454.25788"/>
<Orientation y="-2.80034"/>
<Actor seed="22792"/>
</Entity>
<Entity uid="13942">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1810.38147" z="453.98411"/>
<Orientation y="-2.78785"/>
<Actor seed="22792"/>
</Entity>
<Entity uid="13943">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1809.11817" z="478.42698"/>
<Orientation y="-0.40899"/>
<Actor seed="3560"/>
</Entity>
<Entity uid="13944">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1810.89344" z="478.13028"/>
<Orientation y="-0.41958"/>
<Actor seed="19284"/>
</Entity>
<Entity uid="13945">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1813.1471" z="478.22968"/>
<Orientation y="5.96175"/>
<Actor seed="19288"/>
</Entity>
<Entity uid="13946">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1812.85828" z="473.45636"/>
<Orientation y="-0.60007"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13947">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1812.08082" z="465.68836"/>
<Orientation y="4.57891"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13948">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1808.96644" z="464.56159"/>
<Orientation y="-1.53295"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13949">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1810.38526" z="473.00129"/>
<Orientation y="5.01726"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13950">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1813.7223" z="470.43137"/>
<Orientation y="-1.78557"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13951">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1811.03309" z="468.374"/>
<Orientation y="-1.66228"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13952">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1811.94983" z="471.67594"/>
<Orientation y="4.08619"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13953">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1808.71631" z="471.09253"/>
<Orientation y="4.85824"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13954">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1807.98206" z="474.469"/>
<Orientation y="4.05622"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13955">
<Template>units/ptol_infantry_archer_a</Template>
<Player>0</Player>
<Position x="1806.6377" z="463.50181"/>
<Orientation y="4.54743"/>
<Actor seed="306"/>
</Entity>
<Entity uid="13956">
<Template>units/ptol_infantry_archer_b</Template>
<Player>0</Player>
<Position x="1808.82837" z="467.97977"/>
<Orientation y="-2.45893"/>
<Actor seed="32844"/>
</Entity>
<Entity uid="13957">
<Template>units/ptol_infantry_archer_b</Template>
<Player>0</Player>
<Position x="1811.52857" z="475.39689"/>
<Orientation y="-1.19378"/>
<Actor seed="15730"/>
</Entity>
<Entity uid="13958">
<Template>units/ptol_infantry_archer_b</Template>
<Player>0</Player>
<Position x="1813.51539" z="475.45157"/>
<Orientation y="-0.62179"/>
<Actor seed="40766"/>
</Entity>
<Entity uid="13959">
<Template>units/ptol_infantry_archer_b</Template>
<Player>0</Player>
<Position x="1813.58277" z="464.58387"/>
<Orientation y="2.35621"/>
<Actor seed="12414"/>
</Entity>
<Entity uid="13960">
<Template>units/ptol_infantry_archer_b</Template>
<Player>0</Player>
<Position x="1808.31531" z="462.2013"/>
<Orientation y="-1.7708"/>
<Actor seed="20900"/>
</Entity>
<Entity uid="13961">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1807.063" z="466.24787"/>
<Orientation y="-0.6775"/>
<Actor seed="26356"/>
</Entity>
<Entity uid="13962">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1807.30823" z="469.34968"/>
<Orientation y="-0.32386"/>
<Actor seed="3498"/>
</Entity>
<Entity uid="13963">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1814.26368" z="472.8383"/>
<Orientation y="-1.0923"/>
<Actor seed="29120"/>
</Entity>
<Entity uid="13964">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1813.8368" z="468.27494"/>
<Orientation y="-0.75031"/>
<Actor seed="32818"/>
</Entity>
<Entity uid="13965">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1805.96119" z="474.89921"/>
<Orientation y="-1.05486"/>
<Actor seed="23204"/>
</Entity>
<Entity uid="13966">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1806.63807" z="471.2345"/>
<Orientation y="-1.28536"/>
<Actor seed="6240"/>
</Entity>
<Entity uid="13967">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1810.65345" z="471.04587"/>
<Orientation y="-0.9192"/>
<Actor seed="23756"/>
</Entity>
<Entity uid="13968">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1814.43128" z="466.87528"/>
<Orientation y="-2.20893"/>
<Actor seed="26618"/>
</Entity>
<Entity uid="13969">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="1815.4734" z="476.32947"/>
<Orientation y="-1.34644"/>
<Actor seed="18684"/>
</Entity>
<Entity uid="13970">
<Template>structures/maur_barracks</Template>
<Player>0</Player>
<Position x="1921.52186" z="788.85572"/>
<Orientation y="2.56403"/>
<Actor seed="28252"/>
</Entity>
<Entity uid="13971">
<Template>structures/maur_blacksmith</Template>
<Player>0</Player>
<Position x="1933.72706" z="704.24006"/>
<Orientation y="-0.76601"/>
<Actor seed="55100"/>
</Entity>
<Entity uid="13972">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1926.09278" z="619.0478"/>
<Orientation y="3.16225"/>
<Actor seed="55626"/>
</Entity>
<Entity uid="13973">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1932.9546" z="634.31391"/>
<Orientation y="2.35622"/>
<Actor seed="45612"/>
</Entity>
<Entity uid="13974">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1950.98414" z="625.46692"/>
<Orientation y="2.35622"/>
<Actor seed="14742"/>
</Entity>
<Entity uid="13975">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1896.49476" z="593.23188"/>
<Orientation y="3.16225"/>
<Actor seed="55626"/>
</Entity>
<Entity uid="13976">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1907.36548" z="579.96186"/>
<Orientation y="-0.36742"/>
<Actor seed="58842"/>
</Entity>
<Entity uid="13977">
<Template>structures/maur_corral</Template>
<Player>0</Player>
<Position x="1868.54969" z="827.53425"/>
<Orientation y="0.05062"/>
<Actor seed="51666"/>
</Entity>
<Entity uid="13979">
<Template>structures/maur_defense_tower</Template>
<Player>0</Player>
<Position x="1953.1067" z="673.98401"/>
<Orientation y="0.16341"/>
<Actor seed="9398"/>
</Entity>
<Entity uid="13980">
<Template>structures/maur_defense_tower</Template>
<Player>0</Player>
<Position x="1724.93091" z="1100.6045"/>
<Orientation y="2.35621"/>
<Actor seed="37272"/>
</Entity>
<Entity uid="13981">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1801.64136" z="884.89466"/>
<Orientation y="2.35622"/>
<Actor seed="14742"/>
</Entity>
<Entity uid="13982">
<Template>structures/maur_fortress</Template>
<Player>0</Player>
<Position x="1822.61" z="863.4673"/>
<Orientation y="0.72722"/>
<Actor seed="35118"/>
</Entity>
<Entity uid="13983">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1857.65674" z="960.13819"/>
<Orientation y="1.67922"/>
<Actor seed="28788"/>
</Entity>
<Entity uid="13985">
<Template>structures/maur_pillar_ashoka</Template>
<Player>0</Player>
<Position x="1855.36817" z="1005.8553"/>
<Orientation y="2.54937"/>
<Actor seed="15520"/>
</Entity>
<Entity uid="13986">
<Template>structures/maur_pillar_ashoka</Template>
<Player>0</Player>
<Position x="1842.75342" z="1000.16816"/>
<Orientation y="2.6368"/>
<Actor seed="53184"/>
</Entity>
<Entity uid="13987">
<Template>structures/maur_pillar_ashoka</Template>
<Player>0</Player>
<Position x="1853.0796" z="981.688"/>
<Orientation y="2.6368"/>
<Actor seed="53184"/>
</Entity>
<Entity uid="13988">
<Template>structures/maur_pillar_ashoka</Template>
<Player>0</Player>
<Position x="1865.26868" z="988.98066"/>
<Orientation y="2.54938"/>
<Actor seed="15520"/>
</Entity>
<Entity uid="13989">
<Template>structures/maur_market</Template>
<Player>0</Player>
<Position x="1788.7782" z="1016.54975"/>
<Orientation y="1.05132"/>
<Actor seed="45506"/>
</Entity>
<Entity uid="13990">
<Template>structures/maur_temple</Template>
<Player>0</Player>
<Position x="1778.59339" z="981.86225"/>
<Orientation y="0.63431"/>
<Actor seed="23296"/>
</Entity>
<Entity uid="13991">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1802.32447" z="992.7558"/>
<Orientation y="4.14534"/>
<Actor seed="14000"/>
</Entity>
<Entity uid="13994">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1811.87806" z="997.78791"/>
<Orientation y="4.13308"/>
<Actor seed="28752"/>
</Entity>
<Entity uid="13995">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1821.21265" z="1003.28125"/>
<Orientation y="4.19008"/>
<Actor seed="14964"/>
</Entity>
<Entity uid="13996">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1831.34522" z="1010.73792"/>
<Orientation y="4.13225"/>
<Actor seed="63758"/>
</Entity>
<Entity uid="13997">
<Template>structures/maur_farmstead</Template>
<Player>0</Player>
<Position x="1751.969" z="1022.87232"/>
<Orientation y="2.35621"/>
<Actor seed="37112"/>
</Entity>
<Entity uid="13998">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1765.84717" z="1041.38074"/>
<Orientation y="2.35621"/>
<Actor seed="20578"/>
</Entity>
<Entity uid="13999">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1733.79029" z="1009.81543"/>
<Orientation y="2.35621"/>
<Actor seed="20032"/>
</Entity>
<Entity uid="14000">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1744.91907" z="1070.33326"/>
<Orientation y="2.19256"/>
<Actor seed="45416"/>
</Entity>
<Entity uid="14001">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1673.7173" z="1129.2975"/>
<Orientation y="1.84992"/>
<Actor seed="54540"/>
</Entity>
<Entity uid="14002">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1800.68665" z="1040.28687"/>
<Orientation y="5.3536"/>
<Actor seed="63758"/>
</Entity>
<Entity uid="14003">
<Template>structures/maur_house</Template>
<Player>0</Player>
<Position x="1812.80115" z="1023.63923"/>
<Orientation y="5.43558"/>
<Actor seed="14000"/>
</Entity>
<Entity uid="14007">
<Template>structures/maur_storehouse</Template>
<Player>0</Player>
<Position x="1945.26697" z="649.29688"/>
<Orientation y="2.35621"/>
<Actor seed="5542"/>
</Entity>
<Entity uid="14008">
<Template>structures/maur_elephant_stables</Template>
<Player>0</Player>
<Position x="1969.65125" z="724.28541"/>
<Orientation y="-0.92026"/>
<Actor seed="40052"/>
</Entity>
<Entity uid="14009">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1412.1012" z="400.67875"/>
<Orientation y="1.0547"/>
<Actor seed="47194"/>
</Entity>
<Entity uid="14010">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1413.98462" z="462.20554"/>
<Orientation y="0.47667"/>
<Actor seed="46320"/>
</Entity>
<Entity uid="14011">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1504.26087" z="308.25992"/>
<Orientation y="1.8674"/>
<Actor seed="49560"/>
</Entity>
<Entity uid="14012">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1418.7881" z="229.82645"/>
<Orientation y="2.6311"/>
<Actor seed="56496"/>
</Entity>
<Entity uid="14013">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1396.63843" z="153.54163"/>
<Orientation y="2.35621"/>
<Actor seed="4918"/>
</Entity>
<Entity uid="14014">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1922.15516" z="1013.46192"/>
<Orientation y="0.84502"/>
<Actor seed="8280"/>
</Entity>
<Entity uid="14015">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1960.24292" z="1081.79041"/>
<Orientation y="2.35621"/>
<Actor seed="1476"/>
</Entity>
<Entity uid="14016">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1933.3263" z="1060.64405"/>
<Orientation y="2.94785"/>
<Actor seed="4744"/>
</Entity>
<Entity uid="14017">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1949.19617" z="1058.80896"/>
<Orientation y="2.74357"/>
<Actor seed="41212"/>
</Entity>
<Entity uid="14018">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1957.38343" z="840.85578"/>
<Orientation y="2.35621"/>
<Actor seed="37816"/>
</Entity>
<Entity uid="14019">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1950.1355" z="929.40918"/>
<Orientation y="2.03251"/>
<Actor seed="11302"/>
</Entity>
<Entity uid="14020">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1913.40333" z="1028.66138"/>
<Orientation y="-2.11745"/>
<Actor seed="45146"/>
</Entity>
<Entity uid="14021">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1988.34473" z="1202.47181"/>
<Orientation y="2.35621"/>
<Actor seed="29612"/>
</Entity>
<Entity uid="14022">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1992.58021" z="1132.5785"/>
<Orientation y="2.35621"/>
<Actor seed="41542"/>
</Entity>
<Entity uid="14023">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1995.792" z="1221.5746"/>
<Orientation y="2.35621"/>
<Actor seed="40532"/>
</Entity>
<Entity uid="14029">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1561.99134" z="1809.64197"/>
<Orientation y="2.35621"/>
<Actor seed="55936"/>
</Entity>
<Entity uid="14030">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1599.05213" z="1841.42103"/>
<Orientation y="1.59014"/>
<Actor seed="12206"/>
</Entity>
<Entity uid="14031">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1514.34522" z="1800.81141"/>
<Orientation y="2.35621"/>
<Actor seed="8384"/>
</Entity>
<Entity uid="14032">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1482.33155" z="1833.41663"/>
<Orientation y="2.35621"/>
<Actor seed="37650"/>
</Entity>
<Entity uid="14033">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1440.90247" z="1867.86048"/>
<Orientation y="2.35621"/>
<Actor seed="42348"/>
</Entity>
<Entity uid="14034">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1322.85792" z="1928.07093"/>
<Orientation y="1.68792"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="14035">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1189.9673" z="1933.44703"/>
<Orientation y="2.58878"/>
<Actor seed="11340"/>
</Entity>
<Entity uid="14036">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1008.45112" z="1912.86658"/>
<Orientation y="2.50046"/>
<Actor seed="19032"/>
</Entity>
<Entity uid="14037">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="831.47962" z="1853.28077"/>
<Orientation y="2.35621"/>
<Actor seed="33374"/>
</Entity>
<Entity uid="14038">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="740.59253" z="1865.36402"/>
<Orientation y="3.34072"/>
<Actor seed="46130"/>
</Entity>
<Entity uid="14039">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="642.7475" z="1857.48707"/>
<Orientation y="2.77549"/>
<Actor seed="24546"/>
</Entity>
<Entity uid="14040">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="997.69788" z="1917.73157"/>
<Orientation y="2.98075"/>
<Actor seed="44198"/>
</Entity>
<Entity uid="14041">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="834.12665" z="1879.94214"/>
<Orientation y="2.35621"/>
<Actor seed="7346"/>
</Entity>
<Entity uid="14042">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="408.58924" z="1758.10914"/>
<Orientation y="1.8522"/>
<Actor seed="30692"/>
</Entity>
<Entity uid="14043">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="262.85984" z="1632.02088"/>
<Orientation y="2.57688"/>
<Actor seed="55592"/>
</Entity>
<Entity uid="14044">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="189.3649" z="1521.43628"/>
<Orientation y="2.35621"/>
<Actor seed="32304"/>
</Entity>
<Entity uid="14045">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="183.3708" z="1441.56983"/>
<Orientation y="2.35621"/>
<Actor seed="20600"/>
</Entity>
<Entity uid="14046">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="199.4756" z="1375.61866"/>
<Orientation y="3.85662"/>
<Actor seed="49634"/>
</Entity>
<Entity uid="14047">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="183.91742" z="1385.12732"/>
<Orientation y="2.80544"/>
<Actor seed="44994"/>
</Entity>
<Entity uid="14048">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="96.92141" z="1345.45203"/>
<Orientation y="1.06456"/>
<Actor seed="44844"/>
</Entity>
<Entity uid="14049">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1081.9076" z="768.51014"/>
<Orientation y="2.35621"/>
<Actor seed="25682"/>
</Entity>
<Entity uid="14050">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1164.88172" z="728.84864"/>
<Orientation y="1.7485"/>
<Actor seed="7384"/>
</Entity>
<Entity uid="14051">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1186.41358" z="653.69111"/>
<Orientation y="1.6717"/>
<Actor seed="1342"/>
</Entity>
<Entity uid="14052">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1141.16297" z="573.55567"/>
<Orientation y="1.752"/>
<Actor seed="32260"/>
</Entity>
<Entity uid="14054">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1252.02503" z="366.61182"/>
<Orientation y="0.76871"/>
<Actor seed="32036"/>
</Entity>
<Entity uid="14055">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1296.02906" z="366.55121"/>
<Orientation y="2.66666"/>
<Actor seed="54764"/>
</Entity>
<Entity uid="14056">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1351.67164" z="440.60975"/>
<Orientation y="2.35621"/>
<Actor seed="36112"/>
</Entity>
<Entity uid="14057">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1452.47266" z="346.69248"/>
<Orientation y="1.44213"/>
<Actor seed="7424"/>
</Entity>
<Entity uid="14058">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1494.83045" z="288.40717"/>
<Orientation y="2.35621"/>
<Actor seed="55044"/>
</Entity>
<Entity uid="14059">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1289.5514" z="135.34501"/>
<Orientation y="1.88805"/>
<Actor seed="19930"/>
</Entity>
<Entity uid="14060">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1304.88892" z="74.00878"/>
<Orientation y="2.35621"/>
<Actor seed="54166"/>
</Entity>
<Entity uid="14061">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1366.71802" z="137.38465"/>
<Orientation y="2.74975"/>
<Actor seed="30984"/>
</Entity>
<Entity uid="14062">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="187.54816" z="565.13697"/>
<Orientation y="2.35621"/>
<Actor seed="33948"/>
</Entity>
<Entity uid="14063">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="335.24381" z="549.09943"/>
<Orientation y="2.35621"/>
<Actor seed="3708"/>
</Entity>
<Entity uid="14087">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="944.43097" z="710.96814"/>
<Orientation y="2.35621"/>
<Actor seed="44076"/>
</Entity>
<Entity uid="14088">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="947.41486" z="708.09681"/>
<Orientation y="2.35621"/>
<Actor seed="11982"/>
</Entity>
<Entity uid="14089">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="949.86847" z="709.96674"/>
<Orientation y="2.35621"/>
<Actor seed="10228"/>
</Entity>
<Entity uid="14090">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="942.73951" z="707.61274"/>
<Orientation y="2.35621"/>
<Actor seed="19642"/>
</Entity>
<Entity uid="14091">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="949.107" z="704.99213"/>
<Orientation y="2.35621"/>
<Actor seed="29600"/>
</Entity>
<Entity uid="14092">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="952.00245" z="707.30628"/>
<Orientation y="2.35621"/>
<Actor seed="28070"/>
</Entity>
<Entity uid="14093">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="945.33545" z="705.19404"/>
<Orientation y="2.35621"/>
<Actor seed="57366"/>
</Entity>
<Entity uid="14094">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="951.23523" z="702.47962"/>
<Orientation y="2.35621"/>
<Actor seed="55314"/>
</Entity>
<Entity uid="14095">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="953.5553" z="705.22046"/>
<Orientation y="2.35621"/>
<Actor seed="15900"/>
</Entity>
<Entity uid="14096">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="953.55311" z="710.48053"/>
<Orientation y="2.35621"/>
<Actor seed="12644"/>
</Entity>
<Entity uid="14097">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="941.08277" z="710.63837"/>
<Orientation y="2.35621"/>
<Actor seed="14636"/>
</Entity>
<Entity uid="14098">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="762.03058" z="897.42011"/>
<Orientation y="2.35621"/>
<Actor seed="1880"/>
</Entity>
<Entity uid="14099">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="765.92273" z="900.80134"/>
<Orientation y="2.35621"/>
<Actor seed="52522"/>
</Entity>
<Entity uid="14100">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="767.23914" z="904.52045"/>
<Orientation y="2.35621"/>
<Actor seed="51214"/>
</Entity>
<Entity uid="14101">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="767.69922" z="910.09516"/>
<Orientation y="2.35621"/>
<Actor seed="55866"/>
</Entity>
<Entity uid="14102">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="766.91736" z="908.08484"/>
<Orientation y="2.35621"/>
<Actor seed="25492"/>
</Entity>
<Entity uid="14103">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="762.23047" z="909.52692"/>
<Orientation y="2.35621"/>
<Actor seed="8862"/>
</Entity>
<Entity uid="14104">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="756.75635" z="909.11341"/>
<Orientation y="2.35621"/>
<Actor seed="9368"/>
</Entity>
<Entity uid="14105">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="756.74616" z="906.67176"/>
<Orientation y="2.35621"/>
<Actor seed="27860"/>
</Entity>
<Entity uid="14106">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="758.78742" z="903.87641"/>
<Orientation y="2.35621"/>
<Actor seed="63098"/>
</Entity>
<Entity uid="14107">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="761.4167" z="904.60718"/>
<Orientation y="2.35621"/>
<Actor seed="52196"/>
</Entity>
<Entity uid="14108">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="760.98139" z="906.22498"/>
<Orientation y="2.35621"/>
<Actor seed="43118"/>
</Entity>
<Entity uid="14109">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="553.16187" z="671.54981"/>
<Orientation y="5.89155"/>
<Actor seed="24776"/>
</Entity>
<Entity uid="14110">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="550.48462" z="674.86213"/>
<Orientation y="5.89155"/>
<Actor seed="41142"/>
</Entity>
<Entity uid="14111">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="555.29865" z="679.39435"/>
<Orientation y="5.89155"/>
<Actor seed="11614"/>
</Entity>
<Entity uid="14112">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="560.23182" z="680.65876"/>
<Orientation y="5.89155"/>
<Actor seed="35828"/>
</Entity>
<Entity uid="14113">
<Template>units/ptol_infantry_archer_e</Template>
<Player>0</Player>
<Position x="551.41529" z="680.14551"/>
<Orientation y="5.89155"/>
<Actor seed="9452"/>
</Entity>
<Entity uid="14114">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="544.0611" z="695.92536"/>
<Orientation y="5.5608"/>
<Actor seed="2700"/>
</Entity>
<Entity uid="14115">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="538.99347" z="693.97791"/>
<Orientation y="5.5608"/>
<Actor seed="47416"/>
</Entity>
<Entity uid="14116">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="534.22522" z="692.88733"/>
<Orientation y="5.5608"/>
<Actor seed="56614"/>
</Entity>
<Entity uid="14117">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="529.75007" z="689.48975"/>
<Orientation y="5.5608"/>
<Actor seed="57446"/>
</Entity>
<Entity uid="14118">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="531.79291" z="685.36408"/>
<Orientation y="5.5608"/>
<Actor seed="3306"/>
</Entity>
<Entity uid="14119">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="532.97077" z="678.20801"/>
<Orientation y="5.5608"/>
<Actor seed="55924"/>
</Entity>
<Entity uid="14120">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="919.62397" z="571.03968"/>
<Orientation y="2.35621"/>
<Actor seed="5884"/>
</Entity>
<Entity uid="14121">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="923.86274" z="570.10553"/>
<Orientation y="2.35621"/>
<Actor seed="5846"/>
</Entity>
<Entity uid="14122">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="928.11957" z="567.10834"/>
<Orientation y="2.35621"/>
<Actor seed="34892"/>
</Entity>
<Entity uid="14123">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="922.85987" z="566.71607"/>
<Orientation y="2.35621"/>
<Actor seed="44226"/>
</Entity>
<Entity uid="14124">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="921.38532" z="568.43598"/>
<Orientation y="2.35621"/>
<Actor seed="61744"/>
</Entity>
<Entity uid="14125">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="918.14094" z="567.98584"/>
<Orientation y="2.35621"/>
<Actor seed="14684"/>
</Entity>
<Entity uid="14126">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="920.16816" z="574.47522"/>
<Orientation y="2.35621"/>
<Actor seed="45430"/>
</Entity>
<Entity uid="14127">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="917.25635" z="570.589"/>
<Orientation y="2.35621"/>
<Actor seed="10222"/>
</Entity>
<Entity uid="14128">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="914.79285" z="572.50153"/>
<Orientation y="2.35621"/>
<Actor seed="54044"/>
</Entity>
<Entity uid="14129">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="916.41584" z="574.04493"/>
<Orientation y="2.35621"/>
<Actor seed="29492"/>
</Entity>
<Entity uid="14130">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="919.26587" z="578.29261"/>
<Orientation y="2.35621"/>
<Actor seed="50652"/>
</Entity>
<Entity uid="14131">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="914.57807" z="576.2439"/>
<Orientation y="2.35621"/>
<Actor seed="28014"/>
</Entity>
<Entity uid="14132">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="913.00745" z="573.81141"/>
<Orientation y="2.35621"/>
<Actor seed="28414"/>
</Entity>
<Entity uid="14133">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1019.40833" z="296.34293"/>
<Orientation y="-0.5567"/>
<Actor seed="31964"/>
</Entity>
<Entity uid="14134">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1028.63367" z="302.11808"/>
<Orientation y="-0.64681"/>
<Actor seed="43394"/>
</Entity>
<Entity uid="14135">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1019.11933" z="293.01294"/>
<Orientation y="-0.4033"/>
<Actor seed="63274"/>
</Entity>
<Entity uid="14136">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1016.73511" z="289.85312"/>
<Orientation y="-0.45522"/>
<Actor seed="36932"/>
</Entity>
<Entity uid="14137">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1023.12195" z="293.77622"/>
<Orientation y="-0.62116"/>
<Actor seed="51228"/>
</Entity>
<Entity uid="14138">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1024.58594" z="297.25928"/>
<Orientation y="-0.74048"/>
<Actor seed="64258"/>
</Entity>
<Entity uid="14139">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1022.49915" z="300.59745"/>
<Orientation y="-0.8383"/>
<Actor seed="42866"/>
</Entity>
<Entity uid="14140">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1026.55762" z="300.53281"/>
<Orientation y="-0.48502"/>
<Actor seed="54676"/>
</Entity>
<Entity uid="14141">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1012.25287" z="289.56992"/>
<Orientation y="5.66381"/>
<Actor seed="45894"/>
</Entity>
<Entity uid="14142">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1013.20203" z="293.73252"/>
<Orientation y="5.66381"/>
<Actor seed="48040"/>
</Entity>
<Entity uid="14143">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1014.94782" z="297.0683"/>
<Orientation y="5.66381"/>
<Actor seed="36466"/>
</Entity>
<Entity uid="14144">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1016.95472" z="301.92716"/>
<Orientation y="5.66381"/>
<Actor seed="6048"/>
</Entity>
<Entity uid="14145">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1029.73768" z="305.64237"/>
<Orientation y="-0.28138"/>
<Actor seed="42836"/>
</Entity>
<Entity uid="14146">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1025.75355" z="307.85932"/>
<Orientation y="-0.28138"/>
<Actor seed="26326"/>
</Entity>
<Entity uid="14147">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1022.27784" z="307.02942"/>
<Orientation y="-0.28138"/>
<Actor seed="35668"/>
</Entity>
<Entity uid="14148">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1019.81971" z="304.51694"/>
<Orientation y="-0.28138"/>
<Actor seed="26668"/>
</Entity>
<Entity uid="14150">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1884.5448" z="637.12696"/>
<Orientation y="2.35894"/>
<Actor seed="14972"/>
</Entity>
<Entity uid="14151">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1528.66382" z="707.45545"/>
<Orientation y="2.35621"/>
<Actor seed="7540"/>
</Entity>
<Entity uid="14152">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1626.8075" z="808.36164"/>
<Orientation y="2.35621"/>
<Actor seed="998"/>
</Entity>
<Entity uid="14153">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1030.9242" z="1051.32386"/>
<Orientation y="1.25043"/>
<Actor seed="2929"/>
</Entity>
<Entity uid="14154">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="918.2768" z="1044.91724"/>
<Orientation y="1.25043"/>
<Actor seed="2929"/>
</Entity>
<Entity uid="14156">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1129.3158" z="1414.83143"/>
<Orientation y="-4.55144"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14157">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1310.2157" z="1257.8954"/>
<Orientation y="-4.55144"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14158">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1178.71241" z="1228.91138"/>
<Orientation y="-9.20815"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14160">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="983.7845" z="957.50361"/>
<Orientation y="-4.55144"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14161">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1187.78272" z="774.159"/>
<Orientation y="-4.55144"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14162">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1026.69556" z="541.88855"/>
<Orientation y="-4.55144"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14163">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1230.28821" z="707.46778"/>
<Orientation y="-4.55144"/>
<Actor seed="2930"/>
</Entity>
<Entity uid="14164">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1213.21277" z="688.34357"/>
<Orientation y="2.35621"/>
<Actor seed="59284"/>
</Entity>
<Entity uid="14165">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1442.18763" z="728.91321"/>
<Orientation y="2.35621"/>
<Actor seed="64594"/>
</Entity>
<Entity uid="14166">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1619.33301" z="927.90741"/>
<Orientation y="2.35621"/>
<Actor seed="48522"/>
</Entity>
<Entity uid="14167">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1585.62134" z="1095.38477"/>
<Orientation y="2.35621"/>
<Actor seed="39286"/>
</Entity>
<Entity uid="14168">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1443.90467" z="1191.91236"/>
<Orientation y="2.35621"/>
<Actor seed="52562"/>
</Entity>
<Entity uid="14169">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1538.43555" z="1607.61841"/>
<Orientation y="2.35621"/>
<Actor seed="59332"/>
</Entity>
<Entity uid="14170">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1564.32642" z="1548.68873"/>
<Orientation y="2.35621"/>
<Actor seed="53178"/>
</Entity>
<Entity uid="14171">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1513.99195" z="1753.08631"/>
<Orientation y="2.35621"/>
<Actor seed="58836"/>
</Entity>
<Entity uid="14172">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1489.02125" z="1556.78772"/>
<Orientation y="2.35621"/>
<Actor seed="24044"/>
</Entity>
<Entity uid="14173">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="537.89454" z="775.35676"/>
<Orientation y="2.35621"/>
<Actor seed="55630"/>
</Entity>
<Entity uid="14174">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="205.52497" z="904.97895"/>
<Orientation y="2.35621"/>
<Actor seed="908"/>
</Entity>
<Entity uid="14175">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="38.50618" z="858.83454"/>
<Orientation y="-3.50474"/>
<Actor seed="22926"/>
</Entity>
<Entity uid="14176">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="597.35926" z="1119.30677"/>
<Orientation y="2.35621"/>
<Actor seed="23470"/>
</Entity>
<Entity uid="14177">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="526.26178" z="1300.1709"/>
<Orientation y="2.35621"/>
<Actor seed="16820"/>
</Entity>
<Entity uid="14178">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="651.84437" z="1123.495"/>
<Orientation y="2.35621"/>
<Actor seed="24532"/>
</Entity>
<Entity uid="14179">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="563.46863" z="1381.12427"/>
<Orientation y="0.05794"/>
<Actor seed="21702"/>
</Entity>
<Entity uid="14180">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="536.24897" z="1501.9568"/>
<Orientation y="2.35621"/>
<Actor seed="51282"/>
</Entity>
<Entity uid="14181">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="467.98646" z="1744.61231"/>
<Orientation y="2.35621"/>
<Actor seed="13672"/>
</Entity>
<Entity uid="14184">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="902.07837" z="1476.85218"/>
<Orientation y="4.0187"/>
<Actor seed="24618"/>
</Entity>
<Entity uid="14185">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="915.75971" z="218.41767"/>
<Orientation y="3.84653"/>
<Actor seed="39698"/>
</Entity>
<Entity uid="14186">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="900.87037" z="572.72016"/>
<Orientation y="2.35621"/>
<Actor seed="60492"/>
</Entity>
<Entity uid="14187">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1911.52015" z="609.62128"/>
<Orientation y="2.35621"/>
<Actor seed="4552"/>
</Entity>
<Entity uid="14188">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1629.54859" z="788.46332"/>
<Orientation y="3.24103"/>
<Actor seed="25754"/>
</Entity>
<Entity uid="14189">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="973.2444" z="872.29395"/>
<Orientation y="2.35621"/>
<Actor seed="1800"/>
</Entity>
<Entity uid="14190">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="803.29206" z="1372.78541"/>
<Orientation y="2.46448"/>
<Actor seed="37096"/>
</Entity>
<Entity uid="14191">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="726.76655" z="1117.1316"/>
<Orientation y="2.35621"/>
<Actor seed="23080"/>
</Entity>
<Entity uid="14192">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="636.58307" z="1113.00477"/>
<Orientation y="-1.45287"/>
<Actor seed="6832"/>
</Entity>
<Entity uid="14193">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="677.5506" z="1519.24817"/>
<Orientation y="4.33306"/>
<Actor seed="4526"/>
</Entity>
<Entity uid="14194">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="575.08405" z="758.89643"/>
<Orientation y="1.87475"/>
<Actor seed="23254"/>
</Entity>
<Entity uid="14195">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="819.03669" z="556.1521"/>
<Orientation y="2.65777"/>
<Actor seed="60758"/>
</Entity>
<Entity uid="14196">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="921.50556" z="471.8972"/>
<Orientation y="-1.48987"/>
<Actor seed="33484"/>
</Entity>
<Entity uid="14197">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1114.66822" z="303.25568"/>
<Orientation y="5.4662"/>
<Actor seed="38628"/>
</Entity>
<Entity uid="14198">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1108.85755" z="419.2462"/>
<Orientation y="2.35621"/>
<Actor seed="11022"/>
</Entity>
<Entity uid="14199">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1264.14612" z="562.62977"/>
<Orientation y="2.35621"/>
<Actor seed="37782"/>
</Entity>
<Entity uid="14200">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1159.09534" z="446.85691"/>
<Orientation y="2.00257"/>
<Actor seed="42948"/>
</Entity>
<Entity uid="14201">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1066.32764" z="577.98877"/>
<Orientation y="2.35621"/>
<Actor seed="52050"/>
</Entity>
<Entity uid="14205">
<Template>actor|particle/dust_storm_reddish.xml</Template>
<Position x="499.15998" z="210.02515"/>
<Orientation y="0.72477"/>
<Actor seed="45044"/>
</Entity>
<Entity uid="14206">
<Template>actor|particle/dust_storm_reddish.xml</Template>
<Position x="574.92804" z="159.6136"/>
<Orientation y="-0.4217"/>
<Actor seed="53134"/>
</Entity>
<Entity uid="14207">
<Template>actor|particle/dust_storm_reddish.xml</Template>
<Position x="655.68378" z="158.19507"/>
<Orientation y="-0.7928"/>
<Actor seed="11920"/>
</Entity>
<Entity uid="14209">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="46.50358" z="1230.68812"/>
<Orientation y="2.64571"/>
<Actor seed="2781"/>
</Entity>
<Entity uid="14210">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="48.82004" z="1211.71448"/>
<Orientation y="1.42058"/>
<Actor seed="2864"/>
</Entity>
<Entity uid="14211">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="50.40706" z="1234.2743"/>
<Orientation y="2.35621"/>
<Actor seed="33910"/>
</Entity>
<Entity uid="14212">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="96.8889" z="1240.76917"/>
<Orientation y="2.35621"/>
<Actor seed="11692"/>
</Entity>
<Entity uid="14213">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="138.50602" z="1270.96192"/>
<Orientation y="2.35621"/>
<Actor seed="53922"/>
</Entity>
<Entity uid="14214">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="152.22312" z="1212.32068"/>
<Orientation y="2.35621"/>
<Actor seed="39772"/>
</Entity>
<Entity uid="14215">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="143.14176" z="1207.06177"/>
<Orientation y="2.35621"/>
<Actor seed="52792"/>
</Entity>
<Entity uid="14216">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="129.94117" z="1183.24415"/>
<Orientation y="2.35621"/>
<Actor seed="62170"/>
</Entity>
<Entity uid="14217">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="127.10145" z="1175.06531"/>
<Orientation y="2.35621"/>
<Actor seed="41010"/>
</Entity>
<Entity uid="14218">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="120.27875" z="1174.05262"/>
<Orientation y="2.35621"/>
<Actor seed="52700"/>
</Entity>
<Entity uid="14219">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="163.231" z="1214.38477"/>
<Orientation y="2.35621"/>
<Actor seed="36262"/>
</Entity>
<Entity uid="14220">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="100.38926" z="1235.42798"/>
<Orientation y="2.35621"/>
<Actor seed="13890"/>
</Entity>
<Entity uid="14221">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="100.69898" z="1238.67957"/>
<Orientation y="2.35621"/>
<Actor seed="31360"/>
</Entity>
<Entity uid="14222">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="119.13851" z="1180.9585"/>
<Orientation y="2.35621"/>
<Actor seed="19344"/>
</Entity>
<Entity uid="14223">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="146.46702" z="1213.15894"/>
<Orientation y="2.35621"/>
<Actor seed="16272"/>
</Entity>
<Entity uid="14224">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="153.02707" z="1217.94581"/>
<Orientation y="2.35621"/>
<Actor seed="11484"/>
</Entity>
<Entity uid="14225">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="165.88266" z="1221.01648"/>
<Orientation y="2.35621"/>
<Actor seed="35966"/>
</Entity>
<Entity uid="14226">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="160.7493" z="1274.42444"/>
<Orientation y="2.35621"/>
<Actor seed="60652"/>
</Entity>
<Entity uid="14227">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="77.72896" z="1215.94105"/>
<Orientation y="2.35621"/>
<Actor seed="60420"/>
</Entity>
<Entity uid="14228">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="99.91172" z="1243.13538"/>
<Orientation y="2.35621"/>
<Actor seed="9580"/>
</Entity>
<Entity uid="14229">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="89.84742" z="1223.10206"/>
<Orientation y="2.35621"/>
<Actor seed="50582"/>
</Entity>
<Entity uid="14230">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="137.21488" z="1188.76783"/>
<Orientation y="2.35621"/>
<Actor seed="38432"/>
</Entity>
<Entity uid="14231">
<Template>actor|geology/stonemine_marble_white.xml</Template>
<Position x="377.75208" z="1563.58021"/>
<Orientation y="2.35621"/>
<Actor seed="19774"/>
</Entity>
<Entity uid="14232">
<Template>actor|geology/stonemine_marble_white.xml</Template>
<Position x="373.59888" z="1560.25562"/>
<Orientation y="2.35621"/>
<Actor seed="43334"/>
</Entity>
<Entity uid="14233">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1402.865" z="463.02805"/>
<Orientation y="2.9307"/>
<Actor seed="44098"/>
</Entity>
<Entity uid="14240">
<Template>other/stall_big</Template>
<Player>5</Player>
<Position x="1271.12586" z="1033.9021"/>
<Orientation y="2.03097"/>
<Actor seed="2024"/>
</Entity>
<Entity uid="14257">
<Template>other/stall_med</Template>
<Player>5</Player>
<Position x="1274.50416" z="1062.15528"/>
<Orientation y="-1.84386"/>
<Actor seed="9832"/>
</Entity>
<Entity uid="14260">
<Template>other/stall_small_a</Template>
<Player>5</Player>
<Position x="1323.10462" z="1064.40845"/>
<Orientation y="2.00509"/>
<Actor seed="54514"/>
</Entity>
<Entity uid="14261">
<Template>other/stall_small_a</Template>
<Player>5</Player>
<Position x="1276.88392" z="1042.34546"/>
<Orientation y="-1.09375"/>
<Actor seed="4090"/>
</Entity>
<Entity uid="14262">
<Template>other/stall_small_b</Template>
<Player>5</Player>
<Position x="1261.28187" z="1068.34717"/>
<Orientation y="2.01494"/>
<Actor seed="41690"/>
</Entity>
<Entity uid="14264">
<Template>other/stall_small_b</Template>
<Player>5</Player>
<Position x="1249.88392" z="986.03657"/>
<Orientation y="0.48546"/>
<Actor seed="54474"/>
</Entity>
<Entity uid="14265">
<Template>other/stall_big</Template>
<Player>5</Player>
<Position x="1259.84388" z="1048.77002"/>
<Orientation y="-2.69541"/>
<Actor seed="18834"/>
</Entity>
<Entity uid="14270">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1567.76282" z="366.9932"/>
<Orientation y="3.99727"/>
<Actor seed="1022"/>
</Entity>
<Entity uid="14271">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1531.38624" z="330.5412"/>
<Orientation y="5.66762"/>
<Actor seed="1243"/>
</Entity>
<Entity uid="14283">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1395.7699" z="562.633"/>
<Orientation y="4.27521"/>
<Actor seed="1330"/>
</Entity>
<Entity uid="14284">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1355.75062" z="504.62122"/>
<Orientation y="10.25521"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="14285">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1359.97266" z="490.49268"/>
<Orientation y="9.59264"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="14286">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1391.82776" z="534.21332"/>
<Orientation y="4.24437"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="14287">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1392.69971" z="563.45429"/>
<Orientation y="6.59966"/>
<Actor seed="1212"/>
</Entity>
<Entity uid="14288">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1407.56348" z="574.55243"/>
<Orientation y="6.48917"/>
<Actor seed="1046"/>
</Entity>
<Entity uid="14289">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1388.7953" z="556.97053"/>
<Orientation y="1.58211"/>
<Actor seed="1222"/>
</Entity>
<Entity uid="14290">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1385.06946" z="525.21503"/>
<Orientation y="2.35621"/>
<Actor seed="65242"/>
</Entity>
<Entity uid="14291">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1386.39271" z="546.36377"/>
<Orientation y="2.35621"/>
<Actor seed="2396"/>
</Entity>
<Entity uid="14292">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1417.01893" z="573.05005"/>
<Orientation y="2.35621"/>
<Actor seed="38240"/>
</Entity>
<Entity uid="14293">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.26893" z="501.1595"/>
<Orientation y="2.35621"/>
<Actor seed="11916"/>
</Entity>
<Entity uid="14294">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1390.64563" z="569.4184"/>
<Orientation y="2.35621"/>
<Actor seed="27594"/>
</Entity>
<Entity uid="14295">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1418.67566" z="569.98395"/>
<Orientation y="2.35621"/>
<Actor seed="55466"/>
</Entity>
<Entity uid="14296">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1431.24744" z="564.4018"/>
<Orientation y="2.35621"/>
<Actor seed="59294"/>
</Entity>
<Entity uid="14297">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.25538" z="502.67341"/>
<Orientation y="2.35621"/>
<Actor seed="61412"/>
</Entity>
<Entity uid="14298">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1366.71216" z="520.36518"/>
<Orientation y="2.35621"/>
<Actor seed="5640"/>
</Entity>
<Entity uid="14299">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1358.7168" z="525.30518"/>
<Orientation y="2.35621"/>
<Actor seed="52126"/>
</Entity>
<Entity uid="14300">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1367.49732" z="515.67182"/>
<Orientation y="2.35621"/>
<Actor seed="23150"/>
</Entity>
<Entity uid="14301">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1393.58362" z="572.49946"/>
<Orientation y="2.35621"/>
<Actor seed="46152"/>
</Entity>
<Entity uid="14302">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1406.7599" z="498.77244"/>
<Orientation y="2.35621"/>
<Actor seed="64452"/>
</Entity>
<Entity uid="14303">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1357.48108" z="521.11493"/>
<Orientation y="2.35621"/>
<Actor seed="10542"/>
</Entity>
<Entity uid="14304">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1365.495" z="516.41388"/>
<Orientation y="2.35621"/>
<Actor seed="5538"/>
</Entity>
<Entity uid="14305">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1383.6875" z="541.39777"/>
<Orientation y="2.35621"/>
<Actor seed="31592"/>
</Entity>
<Entity uid="14306">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1353.1819" z="500.88447"/>
<Orientation y="2.35621"/>
<Actor seed="54798"/>
</Entity>
<Entity uid="14307">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1388.13672" z="565.05378"/>
<Orientation y="2.35621"/>
<Actor seed="31262"/>
</Entity>
<Entity uid="14308">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1356.67981" z="499.43866"/>
<Orientation y="2.35621"/>
<Actor seed="59974"/>
</Entity>
<Entity uid="14309">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1379.85511" z="540.25135"/>
<Orientation y="2.35621"/>
<Actor seed="39844"/>
</Entity>
<Entity uid="14310">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1365.66456" z="510.37772"/>
<Orientation y="2.35621"/>
<Actor seed="48482"/>
</Entity>
<Entity uid="14311">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1383.05164" z="522.2771"/>
<Orientation y="2.35621"/>
<Actor seed="33916"/>
</Entity>
<Entity uid="14314">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1276.90137" z="1116.03321"/>
<Orientation y="-1.10123"/>
<Actor seed="50580"/>
</Entity>
<Entity uid="14316">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1317.53345" z="1138.01893"/>
<Orientation y="3.52392"/>
<Actor seed="23064"/>
</Entity>
<Entity uid="14317">
<Template>structures/maur_field</Template>
<Player>1</Player>
<Position x="666.95356" z="1676.3921"/>
<Orientation y="2.35621"/>
<Actor seed="8534"/>
</Entity>
<Entity uid="14318">
<Template>structures/maur_field</Template>
<Player>1</Player>
<Position x="685.11683" z="1694.50416"/>
<Orientation y="2.35621"/>
<Actor seed="56790"/>
</Entity>
<Entity uid="14319">
<Template>structures/maur_field</Template>
<Player>1</Player>
<Position x="1000.85828" z="1570.56128"/>
<Orientation y="2.35621"/>
<Actor seed="22574"/>
</Entity>
<Entity uid="14320">
<Template>structures/ptol_farmstead</Template>
<Player>1</Player>
<Position x="684.70246" z="1664.417"/>
<Orientation y="5.51655"/>
<Actor seed="37584"/>
</Entity>
<Entity uid="14321">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1904.13221" z="822.58704"/>
<Orientation y="2.35622"/>
<Actor seed="30466"/>
</Entity>
<Entity uid="14322">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1897.38855" z="831.54157"/>
<Orientation y="2.35622"/>
<Actor seed="3108"/>
</Entity>
<Entity uid="14323">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1864.75452" z="837.59687"/>
<Orientation y="3.16225"/>
<Actor seed="55626"/>
</Entity>
<Entity uid="14324">
<Template>structures/ptol_military_colony</Template>
<Player>0</Player>
<Position x="1169.15613" z="1757.53821"/>
<Orientation y="7.7071"/>
<Actor seed="40878"/>
</Entity>
<Entity uid="14326">
<Template>structures/maur_field</Template>
<Player>0</Player>
<Position x="1126.2295" z="1798.20777"/>
<Orientation y="2.69417"/>
<Actor seed="60358"/>
</Entity>
<Entity uid="14332">
<Template>structures/pers_field</Template>
<Player>3</Player>
<Position x="264.22931" z="512.09559"/>
<Orientation y="1.53888"/>
<Actor seed="30230"/>
</Entity>
<Entity uid="14334">
<Template>gaia/flora_tree_date_palm</Template>
<Player>3</Player>
<Position x="325.25498" z="503.80631"/>
<Orientation y="4.26285"/>
<Actor seed="2879"/>
</Entity>
<Entity uid="14335">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="277.00898" z="532.72986"/>
<Orientation y="-0.0907"/>
<Actor seed="963"/>
</Entity>
<Entity uid="14336">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="290.02042" z="519.89875"/>
<Orientation y="2.35621"/>
<Actor seed="44738"/>
</Entity>
<Entity uid="14338">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="290.74054" z="510.42853"/>
<Orientation y="2.35621"/>
<Actor seed="57662"/>
</Entity>
<Entity uid="14339">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="246.10972" z="491.52366"/>
<Orientation y="2.35621"/>
<Actor seed="36272"/>
</Entity>
<Entity uid="14340">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="297.00791" z="491.34876"/>
<Orientation y="2.35621"/>
<Actor seed="43680"/>
</Entity>
<Entity uid="14341">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="309.33011" z="498.40723"/>
<Orientation y="2.35621"/>
<Actor seed="39390"/>
</Entity>
<Entity uid="14342">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="281.95594" z="484.0456"/>
<Orientation y="2.35621"/>
<Actor seed="29530"/>
</Entity>
<Entity uid="14343">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="303.9856" z="496.98688"/>
<Orientation y="2.35621"/>
<Actor seed="1318"/>
</Entity>
<Entity uid="14344">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="278.47828" z="522.555"/>
<Orientation y="2.35621"/>
<Actor seed="14674"/>
</Entity>
<Entity uid="14345">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="279.4918" z="511.99973"/>
<Orientation y="2.35621"/>
<Actor seed="37634"/>
</Entity>
<Entity uid="14346">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="287.34504" z="515.4319"/>
<Orientation y="4.26285"/>
<Actor seed="2879"/>
</Entity>
<Entity uid="14347">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="277.58692" z="539.55921"/>
<Orientation y="5.12473"/>
<Actor seed="789"/>
</Entity>
<Entity uid="14348">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="266.35788" z="497.79014"/>
<Orientation y="5.12473"/>
<Actor seed="789"/>
</Entity>
<Entity uid="14349">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="260.46448" z="498.30213"/>
<Orientation y="0.54392"/>
<Actor seed="2879"/>
</Entity>
<Entity uid="14350">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="271.35877" z="497.42005"/>
<Orientation y="2.35622"/>
<Actor seed="39390"/>
</Entity>
<Entity uid="14351">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="297.81754" z="497.47968"/>
<Orientation y="-0.15734"/>
<Actor seed="789"/>
</Entity>
<Entity uid="14352">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="305.90336" z="531.59986"/>
<Orientation y="2.35621"/>
<Actor seed="42092"/>
</Entity>
<Entity uid="14353">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="311.99283" z="530.50324"/>
<Orientation y="2.35621"/>
<Actor seed="57394"/>
</Entity>
<Entity uid="14354">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="318.524" z="531.84021"/>
<Orientation y="2.35621"/>
<Actor seed="65391"/>
</Entity>
<Entity uid="14355">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="322.17496" z="527.77308"/>
<Orientation y="2.35621"/>
<Actor seed="21748"/>
</Entity>
<Entity uid="14356">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="322.82282" z="522.71552"/>
<Orientation y="2.35621"/>
<Actor seed="14870"/>
</Entity>
<Entity uid="14357">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="323.13224" z="516.9126"/>
<Orientation y="2.35621"/>
<Actor seed="23406"/>
</Entity>
<Entity uid="14358">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="304.94504" z="541.20502"/>
<Orientation y="2.35621"/>
<Actor seed="2932"/>
</Entity>
<Entity uid="14359">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="313.73853" z="533.90931"/>
<Orientation y="2.35621"/>
<Actor seed="19512"/>
</Entity>
<Entity uid="14360">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="327.15403" z="525.92243"/>
<Orientation y="2.35621"/>
<Actor seed="62624"/>
</Entity>
<Entity uid="14361">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="323.89863" z="532.4604"/>
<Orientation y="2.35621"/>
<Actor seed="62388"/>
</Entity>
<Entity uid="14362">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="329.1746" z="529.02002"/>
<Orientation y="2.35621"/>
<Actor seed="58492"/>
</Entity>
<Entity uid="14363">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="328.94086" z="522.5345"/>
<Orientation y="2.35621"/>
<Actor seed="17264"/>
</Entity>
<Entity uid="14364">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="334.69455" z="529.36017"/>
<Orientation y="2.35621"/>
<Actor seed="8340"/>
</Entity>
<Entity uid="14365">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="333.90806" z="522.37317"/>
<Orientation y="2.35621"/>
<Actor seed="29058"/>
</Entity>
<Entity uid="14366">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="333.16059" z="519.13196"/>
<Orientation y="2.35621"/>
<Actor seed="49804"/>
</Entity>
<Entity uid="14367">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="327.16086" z="511.45698"/>
<Orientation y="3.79107"/>
<Actor seed="36180"/>
</Entity>
<Entity uid="14368">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="312.41465" z="498.70084"/>
<Orientation y="2.35622"/>
<Actor seed="49804"/>
</Entity>
<Entity uid="14369">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="246.28824" z="481.88324"/>
<Orientation y="2.35621"/>
<Actor seed="7590"/>
</Entity>
<Entity uid="14370">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="273.31141" z="480.2952"/>
<Orientation y="2.35621"/>
<Actor seed="55556"/>
</Entity>
<Entity uid="14371">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="294.92365" z="498.26697"/>
<Orientation y="2.35621"/>
<Actor seed="45798"/>
</Entity>
<Entity uid="14372">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="262.87003" z="489.27"/>
<Orientation y="-2.94889"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14373">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="258.1951" z="489.87314"/>
<Orientation y="-2.83686"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14374">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="240.55646" z="492.84742"/>
<Orientation y="3.08436"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="14375">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="240.79377" z="487.5041"/>
<Orientation y="2.46139"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="14376">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="240.77472" z="482.80756"/>
<Orientation y="1.58503"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="14377">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="236.52622" z="483.65741"/>
<Orientation y="1.63123"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14378">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="236.55073" z="488.59668"/>
<Orientation y="4.16024"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14379">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="236.3957" z="493.66868"/>
<Orientation y="2.42824"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14380">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="232.31095" z="494.067"/>
<Orientation y="-2.87687"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14381">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="232.58524" z="489.71973"/>
<Orientation y="2.46139"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="14382">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="232.77268" z="484.19568"/>
<Orientation y="1.76075"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="14383">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="229.23627" z="484.4249"/>
<Orientation y="1.75219"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="14384">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="228.8065" z="489.17661"/>
<Orientation y="2.46139"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="14385">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="228.28223" z="494.274"/>
<Orientation y="-2.76484"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14386">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="245.44303" z="486.12912"/>
<Orientation y="4.16025"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14387">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="244.29886" z="481.53028"/>
<Orientation y="1.63123"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14388">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="252.8465" z="484.615"/>
<Orientation y="4.16025"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14389">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="252.53571" z="480.75095"/>
<Orientation y="1.63123"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="14390">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="264.59821" z="479.50834"/>
<Orientation y="3.08452"/>
<Actor seed="29530"/>
</Entity>
<Entity uid="14391">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="234.45813" z="483.96247"/>
<Orientation y="2.35622"/>
<Actor seed="55556"/>
</Entity>
<Entity uid="14398">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="278.92682" z="478.5464"/>
<Orientation y="3.16927"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14400">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="281.86121" z="479.86579"/>
<Orientation y="2.35621"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14401">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="282.96576" z="481.24683"/>
<Orientation y="1.99257"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14402">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="280.45887" z="479.03312"/>
<Orientation y="2.75142"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14403">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="275.59766" z="478.40842"/>
<Orientation y="-0.49904"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14404">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="277.33506" z="478.73612"/>
<Orientation y="-0.09221"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14405">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="273.89524" z="477.66511"/>
<Orientation y="2.75931"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14406">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="272.27866" z="477.44932"/>
<Orientation y="3.15452"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14407">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="269.06235" z="477.19343"/>
<Orientation y="-0.32511"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14408">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="270.82352" z="477.40851"/>
<Orientation y="-0.09221"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14409">
<Template>structures/rome_field</Template>
<Player>6</Player>
<Position x="347.14924" z="1454.63172"/>
<Orientation y="4.24466"/>
<Actor seed="27548"/>
</Entity>
<Entity uid="14410">
<Template>structures/rome_field</Template>
<Player>6</Player>
<Position x="372.52411" z="1473.32801"/>
<Orientation y="1.07425"/>
<Actor seed="42734"/>
</Entity>
<Entity uid="14411">
<Template>structures/rome_field</Template>
<Player>6</Player>
<Position x="401.73545" z="1473.63123"/>
<Orientation y="1.57042"/>
<Actor seed="37078"/>
</Entity>
<Entity uid="14412">
<Template>structures/rome_field</Template>
<Player>6</Player>
<Position x="409.36802" z="1500.43055"/>
<Orientation y="-8.85764"/>
<Actor seed="16494"/>
</Entity>
<Entity uid="14414">
<Template>structures/rome_field</Template>
<Player>6</Player>
<Position x="428.63917" z="1473.7262"/>
<Orientation y="-1.72321"/>
<Actor seed="64860"/>
</Entity>
<Entity uid="14415">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="380.42423" z="1490.80298"/>
<Orientation y="2.35622"/>
<Actor seed="40866"/>
</Entity>
<Entity uid="14416">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="395.20615" z="1489.12635"/>
<Orientation y="0.29296"/>
<Actor seed="40212"/>
</Entity>
<Entity uid="14417">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="389.82587" z="1493.87146"/>
<Orientation y="2.35622"/>
<Actor seed="51050"/>
</Entity>
<Entity uid="14418">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="383.3282" z="1487.93421"/>
<Orientation y="2.35621"/>
<Actor seed="55342"/>
</Entity>
<Entity uid="14419">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="389.63642" z="1494.66163"/>
<Orientation y="2.35621"/>
<Actor seed="27196"/>
</Entity>
<Entity uid="14420">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="389.19306" z="1493.70508"/>
<Orientation y="2.35621"/>
<Actor seed="11300"/>
</Entity>
<Entity uid="14421">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="382.02231" z="1489.32679"/>
<Orientation y="2.35621"/>
<Actor seed="48674"/>
</Entity>
<Entity uid="14422">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="384.05234" z="1488.469"/>
<Orientation y="1.61316"/>
<Actor seed="27196"/>
</Entity>
<Entity uid="14423">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="390.06034" z="1493.18042"/>
<Orientation y="2.35621"/>
<Actor seed="29514"/>
</Entity>
<Entity uid="14424">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="384.47934" z="1577.85096"/>
<Orientation y="2.23821"/>
<Actor seed="41306"/>
</Entity>
<Entity uid="14425">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="406.8361" z="1584.71973"/>
<Orientation y="3.44428"/>
<Actor seed="35564"/>
</Entity>
<Entity uid="14426">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="462.88483" z="1557.06177"/>
<Orientation y="2.35621"/>
<Actor seed="4162"/>
</Entity>
<Entity uid="14427">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="436.33533" z="1573.53174"/>
<Orientation y="2.35621"/>
<Actor seed="3824"/>
</Entity>
<Entity uid="14428">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="428.01542" z="1571.43567"/>
<Orientation y="2.35621"/>
<Actor seed="59446"/>
</Entity>
<Entity uid="14429">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="432.05173" z="1533.37342"/>
<Orientation y="2.35621"/>
<Actor seed="55388"/>
</Entity>
<Entity uid="14430">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="400.08725" z="1583.5763"/>
<Orientation y="0.04184"/>
<Actor seed="42958"/>
</Entity>
<Entity uid="14431">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="409.64432" z="1564.05115"/>
<Orientation y="0.7288"/>
<Actor seed="61570"/>
</Entity>
<Entity uid="14432">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="440.0493" z="1569.26124"/>
<Orientation y="2.35621"/>
<Actor seed="6762"/>
</Entity>
<Entity uid="14433">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="461.14847" z="1554.38172"/>
<Orientation y="2.35621"/>
<Actor seed="10536"/>
</Entity>
<Entity uid="14434">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="413.45072" z="1587.47315"/>
<Orientation y="0.79264"/>
<Actor seed="48902"/>
</Entity>
<Entity uid="14435">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="401.57902" z="1560.09815"/>
<Orientation y="2.28129"/>
<Actor seed="29958"/>
</Entity>
<Entity uid="14436">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="439.26606" z="1564.9513"/>
<Orientation y="2.35621"/>
<Actor seed="38488"/>
</Entity>
<Entity uid="14437">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="456.25702" z="1557.24634"/>
<Orientation y="2.35621"/>
<Actor seed="7854"/>
</Entity>
<Entity uid="14438">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="470.72123" z="1558.32898"/>
<Orientation y="2.35621"/>
<Actor seed="55328"/>
</Entity>
<Entity uid="14439">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="471.72773" z="1561.01441"/>
<Orientation y="2.35621"/>
<Actor seed="7124"/>
</Entity>
<Entity uid="14440">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="472.05365" z="1546.51624"/>
<Orientation y="2.08005"/>
<Actor seed="19070"/>
</Entity>
<Entity uid="14441">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="477.35932" z="1560.36573"/>
<Orientation y="5.5998"/>
<Actor seed="48894"/>
</Entity>
<Entity uid="14442">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="460.89542" z="1541.65235"/>
<Orientation y="2.35621"/>
<Actor seed="24304"/>
</Entity>
<Entity uid="14443">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="436.76609" z="1535.98316"/>
<Orientation y="2.35621"/>
<Actor seed="19174"/>
</Entity>
<Entity uid="14444">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="458.44172" z="1529.62964"/>
<Orientation y="0.78632"/>
<Actor seed="33412"/>
</Entity>
<Entity uid="14445">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="476.37461" z="1551.63782"/>
<Orientation y="-3.15081"/>
<Actor seed="30328"/>
</Entity>
<Entity uid="14446">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="453.9466" z="1563.3683"/>
<Orientation y="2.35621"/>
<Actor seed="36828"/>
</Entity>
<Entity uid="14447">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="425.03293" z="1575.27503"/>
<Orientation y="3.62964"/>
<Actor seed="48842"/>
</Entity>
<Entity uid="14448">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="360.331" z="1547.93201"/>
<Orientation y="2.35621"/>
<Actor seed="60566"/>
</Entity>
<Entity uid="14449">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="358.57212" z="1529.6969"/>
<Orientation y="2.19285"/>
<Actor seed="12242"/>
</Entity>
<Entity uid="14450">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="367.88443" z="1549.47608"/>
<Orientation y="2.35621"/>
<Actor seed="35600"/>
</Entity>
<Entity uid="14451">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="413.24112" z="1557.34534"/>
<Orientation y="2.09585"/>
<Actor seed="59882"/>
</Entity>
<Entity uid="14452">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="416.83701" z="1558.19202"/>
<Orientation y="0.2979"/>
<Actor seed="13154"/>
</Entity>
<Entity uid="14453">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="367.49231" z="1542.36011"/>
<Orientation y="2.04763"/>
<Actor seed="28982"/>
</Entity>
<Entity uid="14454">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="385.8808" z="1545.36023"/>
<Orientation y="2.35621"/>
<Actor seed="14178"/>
</Entity>
<Entity uid="14455">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="465.24881" z="1544.46167"/>
<Orientation y="2.35621"/>
<Actor seed="5222"/>
</Entity>
<Entity uid="14456">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="410.30716" z="1581.81287"/>
<Orientation y="2.35621"/>
<Actor seed="60690"/>
</Entity>
<Entity uid="14457">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="400.01978" z="1564.2688"/>
<Orientation y="2.35621"/>
<Actor seed="32650"/>
</Entity>
<Entity uid="14458">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="383.79487" z="1541.83887"/>
<Orientation y="2.35621"/>
<Actor seed="10512"/>
</Entity>
<Entity uid="14459">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="368.53687" z="1534.86585"/>
<Orientation y="2.35621"/>
<Actor seed="26250"/>
</Entity>
<Entity uid="14460">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="363.66236" z="1561.1548"/>
<Orientation y="2.35621"/>
<Actor seed="54266"/>
</Entity>
<Entity uid="14461">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="363.67066" z="1562.7505"/>
<Orientation y="2.35621"/>
<Actor seed="39446"/>
</Entity>
<Entity uid="14462">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="364.87446" z="1564.9828"/>
<Orientation y="2.35621"/>
<Actor seed="58456"/>
</Entity>
<Entity uid="14463">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="419.00855" z="1587.01941"/>
<Orientation y="2.35621"/>
<Actor seed="43442"/>
</Entity>
<Entity uid="14464">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="419.38627" z="1585.72303"/>
<Orientation y="2.35621"/>
<Actor seed="32676"/>
</Entity>
<Entity uid="14465">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="416.08616" z="1585.4231"/>
<Orientation y="2.35621"/>
<Actor seed="54458"/>
</Entity>
<Entity uid="14466">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="417.31025" z="1585.1023"/>
<Orientation y="2.35621"/>
<Actor seed="63002"/>
</Entity>
<Entity uid="14467">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="430.4292" z="1550.89979"/>
<Orientation y="2.35621"/>
<Actor seed="49138"/>
</Entity>
<Entity uid="14468">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="429.74866" z="1550.64124"/>
<Orientation y="2.35621"/>
<Actor seed="43232"/>
</Entity>
<Entity uid="14469">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="429.91471" z="1548.73584"/>
<Orientation y="2.35621"/>
<Actor seed="10642"/>
</Entity>
<Entity uid="14470">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="441.21375" z="1543.14563"/>
<Orientation y="2.35621"/>
<Actor seed="18530"/>
</Entity>
<Entity uid="14471">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="440.38062" z="1544.98572"/>
<Orientation y="2.35621"/>
<Actor seed="36632"/>
</Entity>
<Entity uid="14472">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="439.9662" z="1546.34021"/>
<Orientation y="2.35621"/>
<Actor seed="49118"/>
</Entity>
<Entity uid="14473">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="412.2173" z="1552.72901"/>
<Orientation y="2.35621"/>
<Actor seed="54198"/>
</Entity>
<Entity uid="14474">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="412.28452" z="1553.92676"/>
<Orientation y="2.35621"/>
<Actor seed="1814"/>
</Entity>
<Entity uid="14475">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="388.23591" z="1542.78553"/>
<Orientation y="2.35621"/>
<Actor seed="31780"/>
</Entity>
<Entity uid="14476">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="387.38111" z="1544.521"/>
<Orientation y="2.35621"/>
<Actor seed="23504"/>
</Entity>
<Entity uid="14477">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="356.74616" z="1525.02198"/>
<Orientation y="2.35621"/>
<Actor seed="15158"/>
</Entity>
<Entity uid="14478">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="357.9163" z="1524.42298"/>
<Orientation y="2.35621"/>
<Actor seed="61724"/>
</Entity>
<Entity uid="14479">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="479.79691" z="1559.00501"/>
<Orientation y="2.35621"/>
<Actor seed="58622"/>
</Entity>
<Entity uid="14480">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="477.93064" z="1558.64979"/>
<Orientation y="2.35621"/>
<Actor seed="4872"/>
</Entity>
<Entity uid="14481">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="479.32612" z="1561.7887"/>
<Orientation y="2.35621"/>
<Actor seed="3248"/>
</Entity>
<Entity uid="14482">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="475.7992" z="1553.46814"/>
<Orientation y="2.35621"/>
<Actor seed="12738"/>
</Entity>
<Entity uid="14483">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="481.22776" z="1562.01807"/>
<Orientation y="2.35621"/>
<Actor seed="13392"/>
</Entity>
<Entity uid="14484">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="478.01572" z="1557.54224"/>
<Orientation y="2.35621"/>
<Actor seed="24498"/>
</Entity>
<Entity uid="14485">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="476.51194" z="1559.51746"/>
<Orientation y="2.35621"/>
<Actor seed="11080"/>
</Entity>
<Entity uid="14486">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="467.40485" z="1564.13196"/>
<Orientation y="2.35621"/>
<Actor seed="43700"/>
</Entity>
<Entity uid="14487">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="451.54233" z="1566.16297"/>
<Orientation y="2.35621"/>
<Actor seed="41926"/>
</Entity>
<Entity uid="14488">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="451.71531" z="1520.16443"/>
<Orientation y="2.35621"/>
<Actor seed="30958"/>
</Entity>
<Entity uid="14489">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="450.46924" z="1520.94935"/>
<Orientation y="2.35621"/>
<Actor seed="50496"/>
</Entity>
<Entity uid="14490">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="451.74061" z="1518.66382"/>
<Orientation y="2.35621"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="14491">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="353.98359" z="1527.1941"/>
<Orientation y="2.35621"/>
<Actor seed="13524"/>
</Entity>
<Entity uid="14492">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="436.23856" z="1563.18946"/>
<Orientation y="2.35621"/>
<Actor seed="9444"/>
</Entity>
<Entity uid="14493">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="435.1486" z="1563.84986"/>
<Orientation y="2.35621"/>
<Actor seed="51302"/>
</Entity>
<Entity uid="14494">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="434.32209" z="1564.87525"/>
<Orientation y="2.35621"/>
<Actor seed="25804"/>
</Entity>
<Entity uid="14495">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="455.26578" z="1553.5669"/>
<Orientation y="2.35621"/>
<Actor seed="47794"/>
</Entity>
<Entity uid="14496">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="454.3324" z="1554.43873"/>
<Orientation y="2.35621"/>
<Actor seed="30754"/>
</Entity>
<Entity uid="14497">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="455.39585" z="1552.58338"/>
<Orientation y="2.35621"/>
<Actor seed="49484"/>
</Entity>
<Entity uid="14498">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="453.99476" z="1528.36402"/>
<Orientation y="2.35621"/>
<Actor seed="42176"/>
</Entity>
<Entity uid="14499">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="470.14802" z="1543.55726"/>
<Orientation y="2.35621"/>
<Actor seed="29542"/>
</Entity>
<Entity uid="14500">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="403.26673" z="1579.33033"/>
<Orientation y="2.35621"/>
<Actor seed="64198"/>
</Entity>
<Entity uid="14501">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="387.72541" z="1575.07032"/>
<Orientation y="2.35621"/>
<Actor seed="61324"/>
</Entity>
<Entity uid="14502">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="382.87848" z="1543.47596"/>
<Orientation y="2.35621"/>
<Actor seed="49646"/>
</Entity>
<Entity uid="14503">
<Template>actor|props/flora/bush_medit_sm.xml</Template>
<Position x="382.33292" z="1544.68482"/>
<Orientation y="2.35621"/>
<Actor seed="50320"/>
</Entity>
<Entity uid="14504">
<Template>actor|props/flora/bush_tempe_sm_dry.xml</Template>
<Position x="391.84205" z="1576.97693"/>
<Orientation y="2.35621"/>
<Actor seed="43968"/>
</Entity>
<Entity uid="14505">
<Template>actor|props/flora/bush_tempe_sm_dry.xml</Template>
<Position x="435.32657" z="1561.85376"/>
<Orientation y="2.35621"/>
<Actor seed="1610"/>
</Entity>
<Entity uid="14506">
<Template>actor|props/flora/bush_tempe_a.xml</Template>
<Position x="454.54676" z="1551.70142"/>
<Orientation y="2.35621"/>
<Actor seed="60794"/>
</Entity>
<Entity uid="14507">
<Template>actor|props/flora/bush_tempe_a.xml</Template>
<Position x="454.52619" z="1543.79102"/>
<Orientation y="2.35621"/>
<Actor seed="320"/>
</Entity>
<Entity uid="14508">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="381.33149" z="1562.9784"/>
<Orientation y="2.35621"/>
<Actor seed="51070"/>
</Entity>
<Entity uid="14509">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="382.25684" z="1540.99598"/>
<Orientation y="2.35621"/>
<Actor seed="41160"/>
</Entity>
<Entity uid="14510">
<Template>actor|props/flora/bush_tempe_b.xml</Template>
<Position x="370.96232" z="1538.62928"/>
<Orientation y="2.35621"/>
<Actor seed="38040"/>
</Entity>
<Entity uid="14511">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="375.5636" z="1574.5232"/>
<Orientation y="2.35621"/>
<Actor seed="43888"/>
</Entity>
<Entity uid="14512">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="382.62665" z="1583.9994"/>
<Orientation y="2.35621"/>
<Actor seed="11946"/>
</Entity>
<Entity uid="14513">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="427.75998" z="1557.36036"/>
<Orientation y="2.35621"/>
<Actor seed="24682"/>
</Entity>
<Entity uid="14514">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="425.50663" z="1568.3036"/>
<Orientation y="2.35621"/>
<Actor seed="56230"/>
</Entity>
<Entity uid="14515">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="439.00522" z="1558.81373"/>
<Orientation y="2.35621"/>
<Actor seed="18616"/>
</Entity>
<Entity uid="14516">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="415.38285" z="1565.81959"/>
<Orientation y="2.35621"/>
<Actor seed="54324"/>
</Entity>
<Entity uid="14517">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="422.42191" z="1567.35792"/>
<Orientation y="2.35621"/>
<Actor seed="60418"/>
</Entity>
<Entity uid="14518">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="448.19263" z="1546.39173"/>
<Orientation y="2.35621"/>
<Actor seed="62374"/>
</Entity>
<Entity uid="14519">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="451.91239" z="1550.59339"/>
<Orientation y="2.35621"/>
<Actor seed="62964"/>
</Entity>
<Entity uid="14520">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="397.20871" z="1560.07422"/>
<Orientation y="2.35621"/>
<Actor seed="4168"/>
</Entity>
<Entity uid="14521">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="386.16874" z="1573.2793"/>
<Orientation y="2.35621"/>
<Actor seed="9300"/>
</Entity>
<Entity uid="14522">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="400.05582" z="1579.35486"/>
<Orientation y="2.35621"/>
<Actor seed="2466"/>
</Entity>
<Entity uid="14523">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="449.296" z="1555.64832"/>
<Orientation y="2.35621"/>
<Actor seed="36850"/>
</Entity>
<Entity uid="14524">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="449.3289" z="1554.58191"/>
<Orientation y="2.35621"/>
<Actor seed="25654"/>
</Entity>
<Entity uid="14525">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="453.58564" z="1543.3877"/>
<Orientation y="2.35621"/>
<Actor seed="5162"/>
</Entity>
<Entity uid="14526">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="452.73288" z="1544.24744"/>
<Orientation y="2.35621"/>
<Actor seed="55018"/>
</Entity>
<Entity uid="14527">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="434.9491" z="1554.08082"/>
<Orientation y="2.35621"/>
<Actor seed="6976"/>
</Entity>
<Entity uid="14528">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="450.01908" z="1535.06434"/>
<Orientation y="2.35621"/>
<Actor seed="56870"/>
</Entity>
<Entity uid="14529">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="449.60099" z="1530.54358"/>
<Orientation y="2.35621"/>
<Actor seed="15840"/>
</Entity>
<Entity uid="14530">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="452.04386" z="1531.38831"/>
<Orientation y="2.35621"/>
<Actor seed="49822"/>
</Entity>
<Entity uid="14531">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="453.26984" z="1530.92542"/>
<Orientation y="2.35621"/>
<Actor seed="32896"/>
</Entity>
<Entity uid="14532">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="450.35215" z="1532.95105"/>
<Orientation y="2.35621"/>
<Actor seed="15080"/>
</Entity>
<Entity uid="14533">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="441.44599" z="1533.891"/>
<Orientation y="2.35621"/>
<Actor seed="9822"/>
</Entity>
<Entity uid="14534">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="451.06101" z="1530.93177"/>
<Orientation y="2.35621"/>
<Actor seed="50876"/>
</Entity>
<Entity uid="14535">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="452.79987" z="1538.98792"/>
<Orientation y="2.35621"/>
<Actor seed="3116"/>
</Entity>
<Entity uid="14536">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="433.68583" z="1565.60315"/>
<Orientation y="2.35621"/>
<Actor seed="53360"/>
</Entity>
<Entity uid="14537">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="395.74436" z="1580.21534"/>
<Orientation y="2.35621"/>
<Actor seed="14926"/>
</Entity>
<Entity uid="14538">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="368.43442" z="1535.15503"/>
<Orientation y="2.35621"/>
<Actor seed="64402"/>
</Entity>
<Entity uid="14539">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="370.45786" z="1537.96375"/>
<Orientation y="2.35621"/>
<Actor seed="53896"/>
</Entity>
<Entity uid="14540">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="404.45221" z="1574.82667"/>
<Orientation y="2.35621"/>
<Actor seed="56228"/>
</Entity>
<Entity uid="14541">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="400.22464" z="1576.78272"/>
<Orientation y="2.35621"/>
<Actor seed="25042"/>
</Entity>
<Entity uid="14542">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="410.36027" z="1576.87427"/>
<Orientation y="2.35621"/>
<Actor seed="12996"/>
</Entity>
<Entity uid="14543">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="407.8748" z="1575.3136"/>
<Orientation y="2.35621"/>
<Actor seed="13168"/>
</Entity>
<Entity uid="14544">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="401.52149" z="1574.66004"/>
<Orientation y="2.35621"/>
<Actor seed="53704"/>
</Entity>
<Entity uid="14545">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="413.5608" z="1566.77369"/>
<Orientation y="2.35621"/>
<Actor seed="42250"/>
</Entity>
<Entity uid="14546">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="411.92768" z="1572.11817"/>
<Orientation y="2.35621"/>
<Actor seed="62020"/>
</Entity>
<Entity uid="14547">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="374.46796" z="1561.51771"/>
<Orientation y="2.35621"/>
<Actor seed="49146"/>
</Entity>
<Entity uid="14548">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="371.21796" z="1537.59339"/>
<Orientation y="2.35621"/>
<Actor seed="38802"/>
</Entity>
<Entity uid="14549">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="387.45441" z="1561.11744"/>
<Orientation y="2.35621"/>
<Actor seed="44034"/>
</Entity>
<Entity uid="14550">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="383.5839" z="1561.33399"/>
<Orientation y="2.35621"/>
<Actor seed="9322"/>
</Entity>
<Entity uid="14551">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="382.08204" z="1554.67408"/>
<Orientation y="2.35621"/>
<Actor seed="33138"/>
</Entity>
<Entity uid="14552">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="400.00568" z="1564.49012"/>
<Orientation y="2.35621"/>
<Actor seed="4580"/>
</Entity>
<Entity uid="14553">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="400.71271" z="1565.08948"/>
<Orientation y="2.35621"/>
<Actor seed="40396"/>
</Entity>
<Entity uid="14554">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="394.06714" z="1574.0193"/>
<Orientation y="2.35621"/>
<Actor seed="26178"/>
</Entity>
<Entity uid="14555">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="385.04413" z="1551.23157"/>
<Orientation y="2.35621"/>
<Actor seed="44218"/>
</Entity>
<Entity uid="14556">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="384.73206" z="1549.9264"/>
<Orientation y="2.35621"/>
<Actor seed="52394"/>
</Entity>
<Entity uid="14557">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="385.11417" z="1548.66456"/>
<Orientation y="2.35621"/>
<Actor seed="39466"/>
</Entity>
<Entity uid="14558">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="383.21113" z="1550.60084"/>
<Orientation y="2.35621"/>
<Actor seed="5016"/>
</Entity>
<Entity uid="14559">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="400.22086" z="1566.63892"/>
<Orientation y="2.35621"/>
<Actor seed="17382"/>
</Entity>
<Entity uid="14560">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="389.28223" z="1555.37476"/>
<Orientation y="2.35621"/>
<Actor seed="38418"/>
</Entity>
<Entity uid="14561">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="424.10157" z="1560.58558"/>
<Orientation y="3.48746"/>
<Actor seed="2992"/>
</Entity>
<Entity uid="14565">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="379.66108" z="1531.09778"/>
<Orientation y="2.35621"/>
<Actor seed="19014"/>
</Entity>
<Entity uid="14566">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="371.68049" z="1520.77125"/>
<Orientation y="3.04021"/>
<Actor seed="19014"/>
</Entity>
<Entity uid="14567">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="400.06125" z="1552.05274"/>
<Orientation y="0.82424"/>
<Actor seed="19014"/>
</Entity>
<Entity uid="14568">
<Template>actor|props/flora/grass_temp_field_brown.xml</Template>
<Position x="426.80076" z="1549.77466"/>
<Orientation y="2.99773"/>
<Actor seed="19014"/>
</Entity>
<Entity uid="14569">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="426.7411" z="1561.35694"/>
<Orientation y="2.35621"/>
<Actor seed="50226"/>
</Entity>
<Entity uid="14570">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="426.07279" z="1552.6344"/>
<Orientation y="2.35621"/>
<Actor seed="22598"/>
</Entity>
<Entity uid="14571">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="425.69581" z="1555.31373"/>
<Orientation y="2.35621"/>
<Actor seed="54696"/>
</Entity>
<Entity uid="14573">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="454.70734" z="1343.82618"/>
<Orientation y="2.35621"/>
<Actor seed="9350"/>
</Entity>
<Entity uid="14574">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="445.35621" z="1328.77881"/>
<Orientation y="2.35621"/>
<Actor seed="11846"/>
</Entity>
<Entity uid="14575">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="439.2559" z="1323.67188"/>
<Orientation y="2.35621"/>
<Actor seed="36126"/>
</Entity>
<Entity uid="14576">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="442.35947" z="1326.15235"/>
<Orientation y="2.35621"/>
<Actor seed="39722"/>
</Entity>
<Entity uid="14577">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="450.366" z="1298.70276"/>
<Orientation y="2.35621"/>
<Actor seed="35168"/>
</Entity>
<Entity uid="14578">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="464.05423" z="1335.625"/>
<Orientation y="2.35621"/>
<Actor seed="35636"/>
</Entity>
<Entity uid="14579">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="451.81562" z="1333.96912"/>
<Orientation y="2.35621"/>
<Actor seed="12164"/>
</Entity>
<Entity uid="14580">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="451.3896" z="1333.01026"/>
<Orientation y="2.35621"/>
<Actor seed="40426"/>
</Entity>
<Entity uid="14581">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="450.22834" z="1332.12928"/>
<Orientation y="2.35621"/>
<Actor seed="59342"/>
</Entity>
<Entity uid="14582">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="452.5077" z="1332.49781"/>
<Orientation y="2.35621"/>
<Actor seed="31678"/>
</Entity>
<Entity uid="14583">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="451.96961" z="1335.9402"/>
<Orientation y="2.35621"/>
<Actor seed="22652"/>
</Entity>
<Entity uid="14584">
<Template>actor|props/flora/grass_field_lush_short.xml</Template>
<Position x="452.05573" z="1337.43177"/>
<Orientation y="2.35621"/>
<Actor seed="45178"/>
</Entity>
<Entity uid="14587">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1421.50367" z="1444.28882"/>
<Orientation y="2.35621"/>
<Actor seed="14826"/>
</Entity>
<Entity uid="14588">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="501.91993" z="1368.34339"/>
<Orientation y="2.35622"/>
<Actor seed="34872"/>
</Entity>
<Entity uid="14589">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="500.6327" z="1360.77198"/>
<Orientation y="-1.85079"/>
<Actor seed="60598"/>
</Entity>
<Entity uid="14590">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="498.10871" z="1357.68873"/>
<Orientation y="6.4417"/>
<Actor seed="14348"/>
</Entity>
<Entity uid="14591">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="502.19581" z="1351.37586"/>
<Orientation y="4.67911"/>
<Actor seed="22796"/>
</Entity>
<Entity uid="14592">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="512.44385" z="1376.47767"/>
<Orientation y="2.35622"/>
<Actor seed="34872"/>
</Entity>
<Entity uid="14593">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="518.44825" z="1366.93628"/>
<Orientation y="-0.53228"/>
<Actor seed="60598"/>
</Entity>
<Entity uid="14594">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="511.05796" z="1372.71229"/>
<Orientation y="6.4417"/>
<Actor seed="14348"/>
</Entity>
<Entity uid="14595">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="514.69178" z="1386.1537"/>
<Orientation y="4.24517"/>
<Actor seed="22796"/>
</Entity>
<Entity uid="14604">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="470.85428" z="1338.05933"/>
<Orientation y="2.35621"/>
<Actor seed="35064"/>
</Entity>
<Entity uid="14619">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="463.36542" z="1330.17164"/>
<Orientation y="1.95052"/>
<Actor seed="51080"/>
</Entity>
<Entity uid="14620">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="466.07352" z="1327.83509"/>
<Orientation y="-3.0073"/>
<Actor seed="51080"/>
</Entity>
<Entity uid="14622">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="512.92603" z="1381.0243"/>
<Orientation y="2.02405"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="14631">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="451.39762" z="1306.92725"/>
<Orientation y="2.35621"/>
<Actor seed="34272"/>
</Entity>
<Entity uid="14633">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="476.8137" z="1336.17591"/>
<Orientation y="2.35621"/>
<Actor seed="10606"/>
</Entity>
<Entity uid="14684">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="505.5254" z="1366.20716"/>
<Orientation y="2.7042"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="14685">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="503.48145" z="1363.97034"/>
<Orientation y="2.69356"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="14686">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="505.51645" z="1351.73841"/>
<Orientation y="1.14428"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="14687">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="488.16288" z="1345.62244"/>
<Orientation y="0.85438"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="14688">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="489.03248" z="1340.88294"/>
<Orientation y="2.35622"/>
<Actor seed="10606"/>
</Entity>
<Entity uid="14689">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="491.66764" z="1350.60743"/>
<Orientation y="1.61454"/>
<Actor seed="10606"/>
</Entity>
<Entity uid="14690">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="504.44471" z="1354.95838"/>
<Orientation y="0.97316"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="14691">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="510.07251" z="1352.8235"/>
<Orientation y="6.61852"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="14692">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="503.64725" z="1344.16102"/>
<Orientation y="0.6743"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="14693">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="506.3335" z="1369.57837"/>
<Orientation y="-2.92052"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="14694">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="506.13898" z="1364.2339"/>
<Orientation y="2.35621"/>
<Actor seed="41972"/>
</Entity>
<Entity uid="14695">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="503.91636" z="1365.6952"/>
<Orientation y="2.35621"/>
<Actor seed="37972"/>
</Entity>
<Entity uid="14696">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="512.4828" z="1383.72315"/>
<Orientation y="2.35621"/>
<Actor seed="26340"/>
</Entity>
<Entity uid="14697">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="493.4231" z="1345.8274"/>
<Orientation y="2.35621"/>
<Actor seed="48894"/>
</Entity>
<Entity uid="14698">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="512.04096" z="1353.38526"/>
<Orientation y="2.35621"/>
<Actor seed="38574"/>
</Entity>
<Entity uid="14699">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="504.05878" z="1357.10816"/>
<Orientation y="2.35621"/>
<Actor seed="55758"/>
</Entity>
<Entity uid="14700">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="506.1024" z="1357.19459"/>
<Orientation y="2.35621"/>
<Actor seed="39700"/>
</Entity>
<Entity uid="14701">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="507.89591" z="1364.07471"/>
<Orientation y="2.35621"/>
<Actor seed="32606"/>
</Entity>
<Entity uid="14702">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="517.19513" z="1399.9751"/>
<Orientation y="2.35621"/>
<Actor seed="6802"/>
</Entity>
<Entity uid="14703">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="520.49146" z="1410.8639"/>
<Orientation y="2.0751"/>
<Actor seed="10074"/>
</Entity>
<Entity uid="14704">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="516.77845" z="1406.28455"/>
<Orientation y="2.3107"/>
<Actor seed="37514"/>
</Entity>
<Entity uid="14705">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="517.35285" z="1415.86597"/>
<Orientation y="4.94837"/>
<Actor seed="45512"/>
</Entity>
<Entity uid="14706">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="511.43769" z="1406.98902"/>
<Orientation y="2.34902"/>
<Actor seed="6802"/>
</Entity>
<Entity uid="14708">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="512.3274" z="1409.75916"/>
<Orientation y="2.35621"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14710">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="512.87885" z="1416.5818"/>
<Orientation y="2.35622"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14711">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="514.1001" z="1402.79407"/>
<Orientation y="2.35622"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14712">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="519.48566" z="1407.8069"/>
<Orientation y="2.35622"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14713">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="517.70112" z="1422.34864"/>
<Orientation y="2.35622"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14714">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="517.35682" z="1396.14124"/>
<Orientation y="2.35622"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14715">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="510.83338" z="1399.84681"/>
<Orientation y="2.35622"/>
<Actor seed="58592"/>
</Entity>
<Entity uid="14716">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="496.75" z="1351.1316"/>
<Orientation y="2.35621"/>
<Actor seed="50588"/>
</Entity>
<Entity uid="14717">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="499.30225" z="1343.54358"/>
<Orientation y="2.35621"/>
<Actor seed="51650"/>
</Entity>
<Entity uid="14718">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="487.27411" z="1336.3484"/>
<Orientation y="2.35621"/>
<Actor seed="23982"/>
</Entity>
<Entity uid="14719">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="477.39612" z="1343.50489"/>
<Orientation y="2.35621"/>
<Actor seed="58026"/>
</Entity>
<Entity uid="14720">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="478.42978" z="1343.1377"/>
<Orientation y="2.35621"/>
<Actor seed="43984"/>
</Entity>
<Entity uid="14721">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="479.76484" z="1343.46216"/>
<Orientation y="2.35621"/>
<Actor seed="30970"/>
</Entity>
<Entity uid="14722">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="488.46241" z="1354.09778"/>
<Orientation y="2.35621"/>
<Actor seed="34056"/>
</Entity>
<Entity uid="14723">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="496.69785" z="1349.50574"/>
<Orientation y="2.35621"/>
<Actor seed="48662"/>
</Entity>
<Entity uid="14727">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="508.91135" z="1403.52112"/>
<Orientation y="0.78032"/>
<Actor seed="44306"/>
</Entity>
<Entity uid="14729">
<Template>actor|props/structures/construction/fence_a.xml</Template>
<Position x="461.41712" z="1343.30591"/>
<Orientation y="3.4573"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="14730">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="461.8689" z="1344.74256"/>
<Orientation y="0.18828"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14731">
<Template>actor|props/structures/construction/fence_c.xml</Template>
<Position x="462.21506" z="1346.25281"/>
<Orientation y="3.29293"/>
<Actor seed="63066"/>
</Entity>
<Entity uid="14732">
<Template>actor|props/structures/construction/fence_c.xml</Template>
<Position x="460.8725" z="1341.81605"/>
<Orientation y="0.31449"/>
<Actor seed="63066"/>
</Entity>
<Entity uid="14733">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="460.18607" z="1340.4159"/>
<Orientation y="0.52074"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14734">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="459.2444" z="1339.16968"/>
<Orientation y="-2.44033"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14735">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="458.30546" z="1337.96839"/>
<Orientation y="-2.61065"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14736">
<Template>actor|props/structures/construction/fence_a.xml</Template>
<Position x="457.54697" z="1336.68299"/>
<Orientation y="0.37386"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="14737">
<Template>actor|props/structures/construction/fence_a.xml</Template>
<Position x="457.06717" z="1335.25806"/>
<Orientation y="0.19237"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="14738">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="456.62912" z="1333.77417"/>
<Orientation y="-5.97228"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14739">
<Template>actor|props/structures/construction/fence_a.xml</Template>
<Position x="456.03013" z="1332.323"/>
<Orientation y="0.40061"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="14740">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="512.23176" z="1408.34424"/>
<Orientation y="0.44965"/>
<Actor seed="44306"/>
</Entity>
<Entity uid="14741">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="455.27778" z="1330.9242"/>
<Orientation y="-2.61352"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14742">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="454.36036" z="1329.69178"/>
<Orientation y="-2.44713"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14743">
<Template>actor|props/structures/construction/fence_a.xml</Template>
<Position x="453.11152" z="1328.81556"/>
<Orientation y="-5.1635"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="14744">
<Template>actor|props/structures/construction/fence_b.xml</Template>
<Position x="451.6132" z="1328.4463"/>
<Orientation y="-11.1035"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="14745">
<Template>actor|props/structures/construction/fence_a.xml</Template>
<Position x="450.07657" z="1328.5265"/>
<Orientation y="1.73348"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="14746">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="375.16141" z="1323.87293"/>
<Orientation y="2.35621"/>
<Actor seed="40006"/>
</Entity>
<Entity uid="14747">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="378.72947" z="1318.01331"/>
<Orientation y="2.35621"/>
<Actor seed="34970"/>
</Entity>
<Entity uid="14748">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="378.59403" z="1320.45472"/>
<Orientation y="2.35621"/>
<Actor seed="19194"/>
</Entity>
<Entity uid="14749">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="374.89808" z="1322.58033"/>
<Orientation y="2.35621"/>
<Actor seed="17960"/>
</Entity>
<Entity uid="14750">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="377.98713" z="1326.84925"/>
<Orientation y="2.35621"/>
<Actor seed="33936"/>
</Entity>
<Entity uid="14751">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="380.96988" z="1328.67701"/>
<Orientation y="2.35621"/>
<Actor seed="54504"/>
</Entity>
<Entity uid="14752">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="383.57154" z="1323.4657"/>
<Orientation y="2.35621"/>
<Actor seed="28430"/>
</Entity>
<Entity uid="14753">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="448.81028" z="1329.17762"/>
<Orientation y="2.35621"/>
<Actor seed="30078"/>
</Entity>
<Entity uid="14754">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="456.32825" z="1334.42957"/>
<Orientation y="2.35621"/>
<Actor seed="102"/>
</Entity>
<Entity uid="14755">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="463.44144" z="1347.61548"/>
<Orientation y="-1.30439"/>
<Actor seed="44636"/>
</Entity>
<Entity uid="14756">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="462.95456" z="1347.23914"/>
<Orientation y="1.82604"/>
<Actor seed="48202"/>
</Entity>
<Entity uid="14757">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="440.13187" z="1324.30823"/>
<Orientation y="2.35621"/>
<Actor seed="56590"/>
</Entity>
<Entity uid="14758">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="440.62583" z="1334.65967"/>
<Orientation y="2.35621"/>
<Actor seed="5760"/>
</Entity>
<Entity uid="14759">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="434.66178" z="1321.32654"/>
<Orientation y="2.35621"/>
<Actor seed="54236"/>
</Entity>
<Entity uid="14760">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="377.57154" z="1325.95191"/>
<Orientation y="2.35621"/>
<Actor seed="49970"/>
</Entity>
<Entity uid="14761">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="382.25559" z="1329.14246"/>
<Orientation y="2.35621"/>
<Actor seed="59274"/>
</Entity>
<Entity uid="14762">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="389.8043" z="1322.04798"/>
<Orientation y="7.79282"/>
<Actor seed="57562"/>
</Entity>
<Entity uid="14763">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="368.52424" z="1309.42334"/>
<Orientation y="2.35621"/>
<Actor seed="58176"/>
</Entity>
<Entity uid="14764">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="329.45429" z="1279.14124"/>
<Orientation y="2.35621"/>
<Actor seed="11502"/>
</Entity>
<Entity uid="14765">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="378.46628" z="1319.54493"/>
<Orientation y="2.35621"/>
<Actor seed="35236"/>
</Entity>
<Entity uid="14766">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="390.74177" z="1323.37989"/>
<Orientation y="4.68821"/>
<Actor seed="5692"/>
</Entity>
<Entity uid="14767">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="407.5138" z="1323.92811"/>
<Orientation y="3.5326"/>
<Actor seed="23156"/>
</Entity>
<Entity uid="14768">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="403.48484" z="1327.71473"/>
<Orientation y="2.35622"/>
<Actor seed="35236"/>
</Entity>
<Entity uid="14769">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="419.7722" z="1327.70777"/>
<Orientation y="2.35622"/>
<Actor seed="35236"/>
</Entity>
<Entity uid="14770">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="398.68146" z="1326.97889"/>
<Orientation y="1.83887"/>
<Actor seed="59274"/>
</Entity>
<Entity uid="14771">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="413.52292" z="1327.59937"/>
<Orientation y="2.35622"/>
<Actor seed="59274"/>
</Entity>
<Entity uid="14772">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="424.2865" z="1324.53931"/>
<Orientation y="2.35621"/>
<Actor seed="41632"/>
</Entity>
<Entity uid="14773">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="426.13331" z="1324.22828"/>
<Orientation y="2.35621"/>
<Actor seed="53808"/>
</Entity>
<Entity uid="14774">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="425.03895" z="1323.6222"/>
<Orientation y="2.35621"/>
<Actor seed="50120"/>
</Entity>
<Entity uid="14775">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="427.69016" z="1324.41272"/>
<Orientation y="2.35621"/>
<Actor seed="39050"/>
</Entity>
<Entity uid="14776">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="429.00211" z="1325.41321"/>
<Orientation y="2.35621"/>
<Actor seed="5944"/>
</Entity>
<Entity uid="14777">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="426.68165" z="1319.93567"/>
<Orientation y="2.35621"/>
<Actor seed="3964"/>
</Entity>
<Entity uid="14778">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="434.48597" z="1325.70716"/>
<Orientation y="2.35621"/>
<Actor seed="39526"/>
</Entity>
<Entity uid="14779">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="433.17566" z="1326.6847"/>
<Orientation y="2.35621"/>
<Actor seed="18924"/>
</Entity>
<Entity uid="14780">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="439.935" z="1325.22828"/>
<Orientation y="2.35621"/>
<Actor seed="51304"/>
</Entity>
<Entity uid="14781">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="420.05317" z="1326.74793"/>
<Orientation y="2.35621"/>
<Actor seed="44074"/>
</Entity>
<Entity uid="14782">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="416.33793" z="1322.1615"/>
<Orientation y="2.35621"/>
<Actor seed="20516"/>
</Entity>
<Entity uid="14783">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="394.18464" z="1328.422"/>
<Orientation y="3.59635"/>
<Actor seed="45016"/>
</Entity>
<Entity uid="14784">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="376.49042" z="1315.87708"/>
<Orientation y="2.35621"/>
<Actor seed="59464"/>
</Entity>
<Entity uid="14785">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="373.74503" z="1316.8844"/>
<Orientation y="2.35621"/>
<Actor seed="29824"/>
</Entity>
<Entity uid="14786">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="374.37735" z="1317.06165"/>
<Orientation y="2.35622"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14787">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="374.5348" z="1318.69947"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14788">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="379.95133" z="1324.03785"/>
<Orientation y="5.07805"/>
<Actor seed="35236"/>
</Entity>
<Entity uid="14789">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="380.56034" z="1321.58094"/>
<Orientation y="1.9516"/>
<Actor seed="59274"/>
</Entity>
<Entity uid="14790">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="373.5496" z="1308.45838"/>
<Orientation y="2.35621"/>
<Actor seed="38978"/>
</Entity>
<Entity uid="14791">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="372.88166" z="1307.86353"/>
<Orientation y="2.35621"/>
<Actor seed="54636"/>
</Entity>
<Entity uid="14792">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="368.93195" z="1311.24207"/>
<Orientation y="2.35621"/>
<Actor seed="50970"/>
</Entity>
<Entity uid="14793">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="364.49369" z="1306.01771"/>
<Orientation y="2.35621"/>
<Actor seed="47982"/>
</Entity>
<Entity uid="14794">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="407.57663" z="1324.73316"/>
<Orientation y="2.35621"/>
<Actor seed="46008"/>
</Entity>
<Entity uid="14795">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="404.13501" z="1324.22828"/>
<Orientation y="2.35621"/>
<Actor seed="14046"/>
</Entity>
<Entity uid="14796">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="442.26734" z="1325.59131"/>
<Orientation y="2.35621"/>
<Actor seed="9668"/>
</Entity>
<Entity uid="14797">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="392.12092" z="1324.14722"/>
<Orientation y="2.35621"/>
<Actor seed="15088"/>
</Entity>
<Entity uid="14798">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="393.72687" z="1323.8683"/>
<Orientation y="1.8661"/>
<Actor seed="62762"/>
</Entity>
<Entity uid="14799">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="395.15345" z="1323.79834"/>
<Orientation y="2.35621"/>
<Actor seed="26032"/>
</Entity>
<Entity uid="14800">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="395.0019" z="1323.54798"/>
<Orientation y="2.35621"/>
<Actor seed="57732"/>
</Entity>
<Entity uid="14801">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="402.30161" z="1327.52051"/>
<Orientation y="2.35621"/>
<Actor seed="10484"/>
</Entity>
<Entity uid="14802">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="428.34882" z="1324.54175"/>
<Orientation y="2.35621"/>
<Actor seed="22974"/>
</Entity>
<Entity uid="14803">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="427.96967" z="1324.7527"/>
<Orientation y="2.35621"/>
<Actor seed="35438"/>
</Entity>
<Entity uid="14804">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="427.71256" z="1324.97425"/>
<Orientation y="2.35621"/>
<Actor seed="42506"/>
</Entity>
<Entity uid="14805">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="427.07026" z="1324.35108"/>
<Orientation y="2.35621"/>
<Actor seed="58762"/>
</Entity>
<Entity uid="14806">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="434.10288" z="1326.24878"/>
<Orientation y="2.35621"/>
<Actor seed="7672"/>
</Entity>
<Entity uid="14807">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="374.82297" z="1315.84815"/>
<Orientation y="2.35621"/>
<Actor seed="39388"/>
</Entity>
<Entity uid="14808">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="394.82566" z="1323.17371"/>
<Orientation y="2.35621"/>
<Actor seed="7072"/>
</Entity>
<Entity uid="14809">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="363.99381" z="1305.61243"/>
<Orientation y="2.35621"/>
<Actor seed="31742"/>
</Entity>
<Entity uid="14810">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="364.2718" z="1307.17164"/>
<Orientation y="2.35621"/>
<Actor seed="52416"/>
</Entity>
<Entity uid="14811">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="379.8859" z="1319.27808"/>
<Orientation y="2.35621"/>
<Actor seed="39996"/>
</Entity>
<Entity uid="14812">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="380.00446" z="1322.06531"/>
<Orientation y="2.35621"/>
<Actor seed="8794"/>
</Entity>
<Entity uid="14813">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="382.47312" z="1323.78956"/>
<Orientation y="2.35621"/>
<Actor seed="33968"/>
</Entity>
<Entity uid="14814">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="383.08362" z="1328.6858"/>
<Orientation y="2.35621"/>
<Actor seed="34952"/>
</Entity>
<Entity uid="14815">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="384.875" z="1328.84668"/>
<Orientation y="2.28832"/>
<Actor seed="25040"/>
</Entity>
<Entity uid="14816">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="397.47471" z="1328.01771"/>
<Orientation y="2.35621"/>
<Actor seed="30564"/>
</Entity>
<Entity uid="14817">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="395.99997" z="1328.35694"/>
<Orientation y="3.06803"/>
<Actor seed="30564"/>
</Entity>
<Entity uid="14818">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="402.58085" z="1322.43372"/>
<Orientation y="3.2511"/>
<Actor seed="59274"/>
</Entity>
<Entity uid="14819">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="400.14652" z="1320.76087"/>
<Orientation y="1.25376"/>
<Actor seed="50120"/>
</Entity>
<Entity uid="14820">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="401.71641" z="1321.30555"/>
<Orientation y="3.5326"/>
<Actor seed="23156"/>
</Entity>
<Entity uid="14821">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="397.62516" z="1321.71973"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14822">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="399.20871" z="1326.88929"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14823">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="386.1815" z="1328.5055"/>
<Orientation y="2.35622"/>
<Actor seed="14046"/>
</Entity>
<Entity uid="14824">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="385.6037" z="1328.29126"/>
<Orientation y="1.68416"/>
<Actor seed="14046"/>
</Entity>
<Entity uid="14825">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="388.22291" z="1326.46253"/>
<Orientation y="2.35622"/>
<Actor seed="57562"/>
</Entity>
<Entity uid="14826">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="387.31687" z="1328.6548"/>
<Orientation y="2.7555"/>
<Actor seed="12964"/>
</Entity>
<Entity uid="14827">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="384.14371" z="1328.47547"/>
<Orientation y="1.3162"/>
<Actor seed="14046"/>
</Entity>
<Entity uid="14828">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="383.59815" z="1322.33252"/>
<Orientation y="2.7555"/>
<Actor seed="12964"/>
</Entity>
<Entity uid="14829">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="385.31778" z="1321.62757"/>
<Orientation y="2.7555"/>
<Actor seed="12964"/>
</Entity>
<Entity uid="14830">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="384.21647" z="1321.72059"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14831">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="385.6277" z="1321.18506"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14832">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="390.2129" z="1321.63123"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14833">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="390.48765" z="1322.53211"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14834">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="388.82163" z="1327.5619"/>
<Orientation y="2.35622"/>
<Actor seed="9042"/>
</Entity>
<Entity uid="14835">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="386.69938" z="1327.15723"/>
<Orientation y="4.16803"/>
<Actor seed="3764"/>
</Entity>
<Entity uid="14836">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="465.01844" z="1345.12806"/>
<Orientation y="1.38529"/>
<Actor seed="13996"/>
</Entity>
<Entity uid="14837">
<Template>other/bench</Template>
<Player>6</Player>
<Position x="437.33106" z="1339.79505"/>
<Orientation y="3.02006"/>
<Actor seed="61522"/>
</Entity>
<Entity uid="14838">
<Template>other/bench</Template>
<Player>6</Player>
<Position x="431.15906" z="1338.88123"/>
<Orientation y="3.02007"/>
<Actor seed="61522"/>
</Entity>
<Entity uid="14841">
<Template>other/table_rectangle</Template>
<Player>6</Player>
<Position x="434.39948" z="1339.24"/>
<Orientation y="3.01778"/>
<Actor seed="42932"/>
</Entity>
<Entity uid="14843">
<Template>actor|props/structures/ptolemies/fishing_boat_basket.xml</Template>
<Position x="434.86634" z="1342.42066"/>
<Orientation y="-0.3612"/>
<Actor seed="3894"/>
</Entity>
<Entity uid="14854">
<Template>actor|props/special/eyecandy/basket_rome_a.xml</Template>
<Position x="433.9376" z="1341.73194"/>
<Orientation y="2.69636"/>
<Actor seed="4430"/>
</Entity>
<Entity uid="14864">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="431.78162" z="1341.57422"/>
<Orientation y="2.35621"/>
<Actor seed="34818"/>
</Entity>
<Entity uid="14867">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="267.29783" z="476.6493"/>
<Orientation y="-3.51452"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14868">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="265.94727" z="476.2722"/>
<Orientation y="-0.2259"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14869">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="264.12381" z="476.19364"/>
<Orientation y="3.03246"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14870">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="262.3719" z="476.30768"/>
<Orientation y="3.04493"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14871">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="259.57462" z="476.45154"/>
<Orientation y="0.04162"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14872">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="261.03754" z="476.22355"/>
<Orientation y="3.16927"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14873">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="258.08893" z="476.59992"/>
<Orientation y="0.10335"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14874">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="256.54667" z="476.88071"/>
<Orientation y="0.10335"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14875">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="255.1714" z="477.08176"/>
<Orientation y="0.10335"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14876">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="253.39194" z="477.46628"/>
<Orientation y="-3.0142"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14877">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="251.92032" z="477.56012"/>
<Orientation y="3.40062"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14878">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="251.17035" z="477.70917"/>
<Orientation y="3.40062"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14879">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="250.58207" z="477.91752"/>
<Orientation y="3.63271"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14880">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="242.90281" z="479.34522"/>
<Orientation y="-2.97374"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14881">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="245.84232" z="478.89863"/>
<Orientation y="-9.49827"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14882">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="244.27158" z="479.03467"/>
<Orientation y="-3.09087"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14883">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="241.34937" z="479.67023"/>
<Orientation y="-2.95463"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14884">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="239.87836" z="480.20359"/>
<Orientation y="-2.9572"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14886">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="450.24354" z="224.6399"/>
<Orientation y="-1.93494"/>
<Actor seed="3869"/>
</Entity>
<Entity uid="14887">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="451.32062" z="224.31058"/>
<Orientation y="0.34511"/>
<Actor seed="3870"/>
</Entity>
<Entity uid="14888">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="451.36188" z="226.63257"/>
<Orientation y="-1.69951"/>
<Actor seed="3868"/>
</Entity>
<Entity uid="14889">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="450.35264" z="226.46409"/>
<Orientation y="-2.02431"/>
<Actor seed="3867"/>
</Entity>
<Entity uid="14890">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="449.9408" z="223.27015"/>
<Orientation y="-2.02431"/>
<Actor seed="3867"/>
</Entity>
<Entity uid="14891">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="449.30039" z="223.86817"/>
<Orientation y="-3.57253"/>
<Actor seed="3872"/>
</Entity>
<Entity uid="14892">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="451.27375" z="222.38315"/>
<Orientation y="-3.57253"/>
<Actor seed="3872"/>
</Entity>
<Entity uid="14893">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="448.57032" z="223.28321"/>
<Orientation y="1.50321"/>
<Actor seed="3153"/>
</Entity>
<Entity uid="14894">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="450.53315" z="223.03522"/>
<Orientation y="-0.24311"/>
<Actor seed="3275"/>
</Entity>
<Entity uid="14895">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="446.65183" z="232.6879"/>
<Orientation y="2.35621"/>
<Actor seed="15964"/>
</Entity>
<Entity uid="14896">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="450.16391" z="228.20423"/>
<Orientation y="2.35621"/>
<Actor seed="58748"/>
</Entity>
<Entity uid="14897">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="448.94315" z="224.53739"/>
<Orientation y="2.35621"/>
<Actor seed="12046"/>
</Entity>
<Entity uid="14898">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="436.62363" z="238.1725"/>
<Orientation y="2.35621"/>
<Actor seed="51734"/>
</Entity>
<Entity uid="14899">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="433.97165" z="232.7068"/>
<Orientation y="1.3951"/>
<Actor seed="46568"/>
</Entity>
<Entity uid="14900">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="445.50571" z="224.62876"/>
<Orientation y="-1.17165"/>
<Actor seed="28540"/>
</Entity>
<Entity uid="14901">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="443.16099" z="221.64142"/>
<Orientation y="-0.85116"/>
<Actor seed="57728"/>
</Entity>
<Entity uid="14902">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="238.2917" z="480.7328"/>
<Orientation y="-2.9572"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14903">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="236.79685" z="481.12336"/>
<Orientation y="-6.05817"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14904">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="235.23923" z="481.50345"/>
<Orientation y="0.06615"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14905">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="233.37711" z="481.76352"/>
<Orientation y="-3.26191"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14906">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="231.66266" z="481.61564"/>
<Orientation y="-3.26197"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14907">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="229.982" z="481.6371"/>
<Orientation y="-3.22747"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14908">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="228.35175" z="481.92618"/>
<Orientation y="-9.12813"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14909">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="227.01517" z="482.96454"/>
<Orientation y="-8.62554"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14910">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="226.34174" z="484.46604"/>
<Orientation y="-1.99166"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14911">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="226.04496" z="486.0777"/>
<Orientation y="-1.8175"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14912">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="226.07947" z="487.58732"/>
<Orientation y="1.51803"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14913">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="226.10209" z="488.4134"/>
<Orientation y="1.51804"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14914">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="225.99836" z="489.94816"/>
<Orientation y="1.44913"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14915">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="225.88367" z="491.61481"/>
<Orientation y="7.50191"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14916">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="225.40027" z="493.28013"/>
<Orientation y="7.3932"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14917">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="224.78696" z="495.13715"/>
<Orientation y="4.14744"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14918">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="224.33072" z="496.68158"/>
<Orientation y="7.47133"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14919">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="224.12763" z="497.53834"/>
<Orientation y="7.54096"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14920">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="223.90018" z="498.34461"/>
<Orientation y="7.55941"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14921">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="223.58716" z="500.46946"/>
<Orientation y="4.47915"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="14922">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="223.77305" z="499.19285"/>
<Orientation y="7.65366"/>
<Actor seed="30426"/>
</Entity>
<Entity uid="14923">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="327.84269" z="689.43726"/>
<Orientation y="-0.05137"/>
<Actor seed="18222"/>
</Entity>
<Entity uid="14924">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="325.48502" z="666.87891"/>
<Orientation y="6.2073"/>
<Actor seed="53454"/>
</Entity>
<Entity uid="14926">
<Template>structures/cart_s_wall_long</Template>
<Player>3</Player>
<Position x="349.86835" z="659.02918"/>
<Orientation y="1.48566"/>
<Obstruction group="7082"/>
<Actor seed="14612"/>
</Entity>
<Entity uid="14927">
<Template>structures/cart_s_wall_long</Template>
<Player>3</Player>
<Position x="341.56763" z="651.8553"/>
<Orientation y="-3.1951"/>
<Obstruction group="7082"/>
<Actor seed="14612"/>
</Entity>
<Entity uid="14928">
<Template>structures/cart_s_wall_long</Template>
<Player>3</Player>
<Position x="329.45685" z="651.20917"/>
<Orientation y="-3.1951"/>
<Obstruction group="7081"/>
<Actor seed="14612"/>
</Entity>
<Entity uid="14930">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="342.50791" z="701.77125"/>
<Orientation y="2.58704"/>
<Actor seed="29362"/>
</Entity>
<Entity uid="14931">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="343.97324" z="688.11927"/>
<Orientation y="-0.0173"/>
<Actor seed="14360"/>
</Entity>
<Entity uid="14932">
<Template>units/cart_hero_hannibal</Template>
<Player>3</Player>
<Position x="269.23813" z="674.44623"/>
<Orientation y="3.09604"/>
<Actor seed="49384"/>
</Entity>
<Entity uid="14933">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="273.52091" z="682.87952"/>
<Orientation y="-3.0756"/>
<Actor seed="18432"/>
</Entity>
<Entity uid="14934">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="270.5077" z="683.05341"/>
<Orientation y="-3.14097"/>
<Actor seed="14124"/>
</Entity>
<Entity uid="14935">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="267.65796" z="683.43622"/>
<Orientation y="3.08126"/>
<Actor seed="27234"/>
</Entity>
<Entity uid="14936">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="264.65696" z="683.74097"/>
<Orientation y="3.01882"/>
<Actor seed="20242"/>
</Entity>
<Entity uid="14937">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="264.6695" z="681.15699"/>
<Orientation y="3.01339"/>
<Actor seed="31474"/>
</Entity>
<Entity uid="14938">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="267.64194" z="681.1565"/>
<Orientation y="3.07935"/>
<Actor seed="60128"/>
</Entity>
<Entity uid="14939">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="270.43693" z="680.75068"/>
<Orientation y="-3.1411"/>
<Actor seed="48206"/>
</Entity>
<Entity uid="14940">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="273.28763" z="680.73755"/>
<Orientation y="-3.07642"/>
<Actor seed="28862"/>
</Entity>
<Entity uid="14941">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="265.02863" z="668.67359"/>
<Orientation y="3.06621"/>
<Actor seed="10820"/>
</Entity>
<Entity uid="14942">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="267.30491" z="668.52143"/>
<Orientation y="3.09896"/>
<Actor seed="16404"/>
</Entity>
<Entity uid="14943">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="269.7858" z="668.60853"/>
<Orientation y="3.13485"/>
<Actor seed="62612"/>
</Entity>
<Entity uid="14944">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="272.37076" z="668.29761"/>
<Orientation y="-3.11097"/>
<Actor seed="31770"/>
</Entity>
<Entity uid="14945">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="265.20987" z="665.28663"/>
<Orientation y="3.06498"/>
<Actor seed="57822"/>
</Entity>
<Entity uid="14946">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="267.53351" z="665.36176"/>
<Orientation y="3.1004"/>
<Actor seed="31092"/>
</Entity>
<Entity uid="14947">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="270.0182" z="665.10138"/>
<Orientation y="3.13819"/>
<Actor seed="40566"/>
</Entity>
<Entity uid="14948">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="272.35892" z="664.88367"/>
<Orientation y="-3.10921"/>
<Actor seed="6394"/>
</Entity>
<Entity uid="14949">
<Template>structures/maur_dock</Template>
<Player>0</Player>
<Position x="1958.78614" z="771.78492"/>
<Orientation y="7.11892"/>
<Actor seed="28950"/>
</Entity>
<Entity uid="14951">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1449.98243" z="1205.73536"/>
<Orientation y="-4.3479"/>
<Actor seed="42836"/>
</Entity>
<Entity uid="14952">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1455.07593" z="1191.62146"/>
<Orientation y="0.50388"/>
<Actor seed="48040"/>
</Entity>
<Entity uid="14953">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1423.23646" z="1199.59571"/>
<Orientation y="1.70852"/>
<Actor seed="42866"/>
</Entity>
<Entity uid="14954">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1423.2754" z="1305.33985"/>
<Orientation y="-1.37719"/>
<Actor seed="3053"/>
</Entity>
<Entity uid="14955">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="1450.92469" z="1243.30872"/>
<Orientation y="2.869"/>
<Actor seed="13140"/>
</Entity>
<Entity uid="14956">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1453.66407" z="1203.14551"/>
<Orientation y="-4.3479"/>
<Actor seed="26668"/>
</Entity>
<Entity uid="14957">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1454.19117" z="1199.6703"/>
<Orientation y="-4.3479"/>
<Actor seed="35668"/>
</Entity>
<Entity uid="14958">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1455.46277" z="1195.36402"/>
<Orientation y="-4.3479"/>
<Actor seed="26326"/>
</Entity>
<Entity uid="14959">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1452.04615" z="1204.48292"/>
<Orientation y="0.50388"/>
<Actor seed="6048"/>
</Entity>
<Entity uid="14960">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1446.70264" z="1206.30945"/>
<Orientation y="0.50388"/>
<Actor seed="36466"/>
</Entity>
<Entity uid="14961">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1453.20752" z="1200.94043"/>
<Orientation y="2.1647"/>
<Actor seed="45894"/>
</Entity>
<Entity uid="14962">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1427.78187" z="1197.44788"/>
<Orientation y="1.70852"/>
<Actor seed="54676"/>
</Entity>
<Entity uid="14963">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1418.02942" z="1200.865"/>
<Orientation y="1.70852"/>
<Actor seed="64258"/>
</Entity>
<Entity uid="14964">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1419.31775" z="1204.41651"/>
<Orientation y="1.70852"/>
<Actor seed="51228"/>
</Entity>
<Entity uid="14965">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1419.8755" z="1199.7505"/>
<Orientation y="1.70852"/>
<Actor seed="36932"/>
</Entity>
<Entity uid="14966">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1427.87842" z="1200.9231"/>
<Orientation y="1.70852"/>
<Actor seed="63274"/>
</Entity>
<Entity uid="14967">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1423.88135" z="1197.56739"/>
<Orientation y="1.70852"/>
<Actor seed="43394"/>
</Entity>
<Entity uid="14968">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1423.1548" z="1202.03821"/>
<Orientation y="1.70852"/>
<Actor seed="31964"/>
</Entity>
<Entity uid="14969">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1496.07935" z="837.26594"/>
<Orientation y="0.39206"/>
<Actor seed="42836"/>
</Entity>
<Entity uid="14970">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1503.22168" z="831.37555"/>
<Orientation y="0.39206"/>
<Actor seed="48040"/>
</Entity>
<Entity uid="14971">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1497.91126" z="832.02686"/>
<Orientation y="6.04748"/>
<Actor seed="42866"/>
</Entity>
<Entity uid="14972">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1516.32996" z="775.4372"/>
<Orientation y="-2.90499"/>
<Actor seed="3053"/>
</Entity>
<Entity uid="14973">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="1478.2909" z="813.5918"/>
<Orientation y="2.3653"/>
<Obstruction group="20731" group2="20732"/>
<Actor seed="13140"/>
</Entity>
<Entity uid="14974">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1489.88758" z="837.99"/>
<Orientation y="0.39206"/>
<Actor seed="26668"/>
</Entity>
<Entity uid="14975">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1493.37586" z="838.42115"/>
<Orientation y="0.39206"/>
<Actor seed="35668"/>
</Entity>
<Entity uid="14976">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1486.8285" z="837.33368"/>
<Orientation y="0.39206"/>
<Actor seed="26326"/>
</Entity>
<Entity uid="14977">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1500.29773" z="834.42286"/>
<Orientation y="0.39206"/>
<Actor seed="6048"/>
</Entity>
<Entity uid="14978">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1504.73023" z="826.77149"/>
<Orientation y="0.39206"/>
<Actor seed="36466"/>
</Entity>
<Entity uid="14979">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1498.26746" z="835.89118"/>
<Orientation y="0.39206"/>
<Actor seed="45894"/>
</Entity>
<Entity uid="14980">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1492.59766" z="836.00715"/>
<Orientation y="6.04748"/>
<Actor seed="54676"/>
</Entity>
<Entity uid="14981">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1492.97388" z="825.68018"/>
<Orientation y="6.04748"/>
<Actor seed="64258"/>
</Entity>
<Entity uid="14982">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1489.19715" z="825.58411"/>
<Orientation y="6.04748"/>
<Actor seed="51228"/>
</Entity>
<Entity uid="14983">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1488.37781" z="832.00318"/>
<Orientation y="6.04748"/>
<Actor seed="36932"/>
</Entity>
<Entity uid="14984">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1489.32667" z="834.82923"/>
<Orientation y="6.04748"/>
<Actor seed="63274"/>
</Entity>
<Entity uid="14985">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1493.90931" z="832.3318"/>
<Orientation y="6.04748"/>
<Actor seed="43394"/>
</Entity>
<Entity uid="14986">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>0</Player>
<Position x="1490.01172" z="830.02442"/>
<Orientation y="6.04748"/>
<Actor seed="31964"/>
</Entity>
<Entity uid="14987">
<Template>structures/pers_dock</Template>
<Player>4</Player>
<Position x="1757.80091" z="1212.31946"/>
<Orientation y="-2.47918"/>
<Actor seed="12936"/>
</Entity>
<Entity uid="14988">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1934.75916" z="592.6648"/>
<Orientation y="2.35621"/>
<Actor seed="39310"/>
</Entity>
<Entity uid="14989">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1976.9048" z="705.49817"/>
<Orientation y="2.35621"/>
<Actor seed="6532"/>
</Entity>
<Entity uid="14990">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1900.01954" z="792.76008"/>
<Orientation y="2.35621"/>
<Actor seed="63728"/>
</Entity>
<Entity uid="14991">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1824.67469" z="843.94538"/>
<Orientation y="2.35621"/>
<Actor seed="10526"/>
</Entity>
<Entity uid="14992">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1818.07972" z="833.7845"/>
<Orientation y="2.35621"/>
<Actor seed="59424"/>
</Entity>
<Entity uid="14993">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1828.11878" z="924.40607"/>
<Orientation y="2.35621"/>
<Actor seed="3030"/>
</Entity>
<Entity uid="14994">
<Template>gaia/flora_tree_baobab</Template>
<Player>0</Player>
<Position x="1834.55213" z="920.02405"/>
<Orientation y="2.35621"/>
<Actor seed="4200"/>
</Entity>
<Entity uid="14995">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1784.2378" z="933.88563"/>
<Orientation y="2.35621"/>
<Actor seed="58394"/>
</Entity>
<Entity uid="14996">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1839.66382" z="858.12787"/>
<Orientation y="2.35621"/>
<Actor seed="49790"/>
</Entity>
<Entity uid="14997">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1865.65833" z="778.76893"/>
<Orientation y="2.35621"/>
<Actor seed="7478"/>
</Entity>
<Entity uid="14998">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1976.16956" z="690.33991"/>
<Orientation y="2.35621"/>
<Actor seed="13246"/>
</Entity>
<Entity uid="14999">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1930.7024" z="579.8125"/>
<Orientation y="2.35621"/>
<Actor seed="58112"/>
</Entity>
<Entity uid="15000">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1890.51026" z="596.65601"/>
<Orientation y="2.35621"/>
<Actor seed="18440"/>
</Entity>
<Entity uid="15001">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1971.61573" z="676.77173"/>
<Orientation y="2.35621"/>
<Actor seed="24164"/>
</Entity>
<Entity uid="15002">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1867.96497" z="774.48212"/>
<Orientation y="2.35621"/>
<Actor seed="61776"/>
</Entity>
<Entity uid="15003">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1891.1537" z="738.00098"/>
<Orientation y="2.35621"/>
<Actor seed="17266"/>
</Entity>
<Entity uid="15004">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1901.1012" z="721.99805"/>
<Orientation y="2.35621"/>
<Actor seed="1462"/>
</Entity>
<Entity uid="15005">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1875.7787" z="867.51868"/>
<Orientation y="2.35621"/>
<Actor seed="35016"/>
</Entity>
<Entity uid="15006">
<Template>other/bench</Template>
<Player>0</Player>
<Position x="373.09452" z="1645.31507"/>
<Orientation y="1.12365"/>
<Actor seed="52270"/>
</Entity>
<Entity uid="15007">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="355.47309" z="1633.9823"/>
<Orientation y="0.77746"/>
<Actor seed="2988"/>
</Entity>
<Entity uid="15008">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="354.09678" z="1630.23292"/>
<Orientation y="0.7537"/>
<Actor seed="18924"/>
</Entity>
<Entity uid="15009">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="354.17411" z="1626.18445"/>
<Orientation y="0.72022"/>
<Actor seed="56772"/>
</Entity>
<Entity uid="15010">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="345.25959" z="1627.72437"/>
<Orientation y="0.81005"/>
<Actor seed="63952"/>
</Entity>
<Entity uid="15011">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="350.77924" z="1628.3025"/>
<Orientation y="0.76592"/>
<Actor seed="21712"/>
</Entity>
<Entity uid="15012">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="348.8902" z="1621.86097"/>
<Orientation y="0.7344"/>
<Actor seed="5312"/>
</Entity>
<Entity uid="15013">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="362.85648" z="1631.49354"/>
<Orientation y="0.67444"/>
<Actor seed="18168"/>
</Entity>
<Entity uid="15014">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="346.27057" z="1621.037"/>
<Orientation y="0.75217"/>
<Actor seed="11172"/>
</Entity>
<Entity uid="15015">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="341.9319" z="1624.93006"/>
<Orientation y="0.8149"/>
<Actor seed="6026"/>
</Entity>
<Entity uid="15016">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="349.82853" z="1623.55835"/>
<Orientation y="0.73784"/>
<Actor seed="57974"/>
</Entity>
<Entity uid="15017">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="343.74772" z="1625.90613"/>
<Orientation y="0.80771"/>
<Actor seed="16570"/>
</Entity>
<Entity uid="15018">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="347.66169" z="1628.78431"/>
<Orientation y="0.79732"/>
<Actor seed="10290"/>
</Entity>
<Entity uid="15019">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="356.82203" z="1626.93055"/>
<Orientation y="0.69684"/>
<Actor seed="11478"/>
</Entity>
<Entity uid="15020">
<Template>units/maur_ship_bireme</Template>
<Player>0</Player>
<Position x="1989.50184" z="821.55573"/>
<Orientation y="-1.98182"/>
<Actor seed="36784"/>
</Entity>
<Entity uid="15022">
<Template>units/mace_ship_merchant</Template>
<Player>0</Player>
<Position x="1991.48877" z="788.9416"/>
<Orientation y="-0.59426"/>
<Actor seed="14434"/>
</Entity>
<Entity uid="15023">
<Template>units/mace_ship_fishing</Template>
<Player>0</Player>
<Position x="1947.2776" z="807.69501"/>
<Orientation y="0.10067"/>
<Actor seed="38656"/>
</Entity>
<Entity uid="15024">
<Template>units/mace_ship_fishing</Template>
<Player>0</Player>
<Position x="1959.89295" z="811.06257"/>
<Orientation y="-0.2248"/>
<Actor seed="47784"/>
</Entity>
<Entity uid="15025">
<Template>units/maur_ship_bireme</Template>
<Player>0</Player>
<Position x="1991.48975" z="853.7339"/>
<Orientation y="-3.0502"/>
<Actor seed="36784"/>
</Entity>
<Entity uid="15027">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="1106.9618" z="102.78814"/>
<Orientation y="1.6608"/>
<Actor seed="36658"/>
</Entity>
<Entity uid="15028">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="1110.57435" z="106.33756"/>
<Orientation y="2.7077"/>
<Actor seed="61848"/>
</Entity>
<Entity uid="15029">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="1104.9557" z="109.56176"/>
<Orientation y="7.83573"/>
<Actor seed="22718"/>
</Entity>
<Entity uid="15030">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="1103.04896" z="112.42553"/>
<Orientation y="2.08448"/>
<Actor seed="9674"/>
</Entity>
<Entity uid="15031">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1162.33643" z="236.91626"/>
<Orientation y="2.35621"/>
<Actor seed="41598"/>
</Entity>
<Entity uid="15032">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1163.18677" z="235.63657"/>
<Orientation y="2.35621"/>
<Actor seed="14440"/>
</Entity>
<Entity uid="15033">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1190.82178" z="219.00788"/>
<Orientation y="2.35621"/>
<Actor seed="11418"/>
</Entity>
<Entity uid="15034">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1194.40186" z="213.17496"/>
<Orientation y="2.35621"/>
<Actor seed="42256"/>
</Entity>
<Entity uid="15035">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1191.7339" z="217.63233"/>
<Orientation y="2.35621"/>
<Actor seed="22500"/>
</Entity>
<Entity uid="15036">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1227.06653" z="221.61084"/>
<Orientation y="2.35621"/>
<Actor seed="6322"/>
</Entity>
<Entity uid="15037">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1227.71631" z="222.80176"/>
<Orientation y="2.35621"/>
<Actor seed="16584"/>
</Entity>
<Entity uid="15038">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1228.94898" z="223.04108"/>
<Orientation y="2.35621"/>
<Actor seed="9696"/>
</Entity>
<Entity uid="15039">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1183.98426" z="175.73151"/>
<Orientation y="2.35621"/>
<Actor seed="2022"/>
</Entity>
<Entity uid="15040">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1184.78626" z="176.77662"/>
<Orientation y="2.35621"/>
<Actor seed="12742"/>
</Entity>
<Entity uid="15041">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1183.22388" z="175.57782"/>
<Orientation y="2.35621"/>
<Actor seed="14516"/>
</Entity>
<Entity uid="15042">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1205.0702" z="270.35724"/>
<Orientation y="2.35621"/>
<Actor seed="14628"/>
</Entity>
<Entity uid="15043">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1207.49878" z="270.81748"/>
<Orientation y="2.35621"/>
<Actor seed="36732"/>
</Entity>
<Entity uid="15044">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1205.8307" z="271.49402"/>
<Orientation y="2.35621"/>
<Actor seed="16228"/>
</Entity>
<Entity uid="15045">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1093.2179" z="247.9318"/>
<Orientation y="2.35621"/>
<Actor seed="26936"/>
</Entity>
<Entity uid="15046">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1090.65784" z="247.18067"/>
<Orientation y="2.35621"/>
<Actor seed="51194"/>
</Entity>
<Entity uid="15047">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1094.76307" z="249.02015"/>
<Orientation y="2.35621"/>
<Actor seed="64612"/>
</Entity>
<Entity uid="15048">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1030.75721" z="202.32065"/>
<Orientation y="2.35621"/>
<Actor seed="15598"/>
</Entity>
<Entity uid="15049">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1032.1659" z="200.83033"/>
<Orientation y="2.35621"/>
<Actor seed="62036"/>
</Entity>
<Entity uid="15050">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1033.69483" z="201.29944"/>
<Orientation y="2.35621"/>
<Actor seed="48112"/>
</Entity>
<Entity uid="15051">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1074.61475" z="112.77456"/>
<Orientation y="2.35621"/>
<Actor seed="13588"/>
</Entity>
<Entity uid="15052">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="987.71387" z="180.22797"/>
<Orientation y="2.35621"/>
<Actor seed="3492"/>
</Entity>
<Entity uid="15053">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1020.6836" z="178.12577"/>
<Orientation y="2.35621"/>
<Actor seed="58988"/>
</Entity>
<Entity uid="15054">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1021.2779" z="177.16474"/>
<Orientation y="2.35621"/>
<Actor seed="10638"/>
</Entity>
<Entity uid="15055">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1076.1272" z="110.06249"/>
<Orientation y="2.35621"/>
<Actor seed="39196"/>
</Entity>
<Entity uid="15056">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1076.47596" z="109.18812"/>
<Orientation y="2.35621"/>
<Actor seed="15214"/>
</Entity>
<Entity uid="15057">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1072.00013" z="112.87533"/>
<Orientation y="2.35621"/>
<Actor seed="11738"/>
</Entity>
<Entity uid="15058">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1073.1233" z="112.25463"/>
<Orientation y="2.35621"/>
<Actor seed="17746"/>
</Entity>
<Entity uid="15059">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1152.96009" z="105.44443"/>
<Orientation y="2.35621"/>
<Actor seed="16916"/>
</Entity>
<Entity uid="15060">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1154.98414" z="105.80872"/>
<Orientation y="2.35621"/>
<Actor seed="54316"/>
</Entity>
<Entity uid="15061">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1151.3578" z="108.19536"/>
<Orientation y="2.35621"/>
<Actor seed="3882"/>
</Entity>
<Entity uid="15062">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1149.93335" z="109.28637"/>
<Orientation y="2.35621"/>
<Actor seed="27466"/>
</Entity>
<Entity uid="15063">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1148.69837" z="107.51262"/>
<Orientation y="2.35621"/>
<Actor seed="3328"/>
</Entity>
<Entity uid="15064">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1149.3086" z="108.79935"/>
<Orientation y="2.35621"/>
<Actor seed="60790"/>
</Entity>
<Entity uid="15065">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1157.47584" z="122.51015"/>
<Orientation y="2.35621"/>
<Actor seed="50096"/>
</Entity>
<Entity uid="15066">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1155.98609" z="122.8593"/>
<Orientation y="3.95467"/>
<Actor seed="268"/>
</Entity>
<Entity uid="15067">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1154.23926" z="123.04694"/>
<Orientation y="2.35621"/>
<Actor seed="5172"/>
</Entity>
<Entity uid="15068">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1154.43616" z="122.44138"/>
<Orientation y="2.35621"/>
<Actor seed="55014"/>
</Entity>
<Entity uid="15069">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1157.91871" z="103.33544"/>
<Orientation y="2.35621"/>
<Actor seed="31306"/>
</Entity>
<Entity uid="15070">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1157.88404" z="105.19658"/>
<Orientation y="2.35621"/>
<Actor seed="49604"/>
</Entity>
<Entity uid="15071">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1158.76563" z="102.6701"/>
<Orientation y="2.35621"/>
<Actor seed="33504"/>
</Entity>
<Entity uid="15072">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1199.10767" z="98.0794"/>
<Orientation y="2.35621"/>
<Actor seed="56646"/>
</Entity>
<Entity uid="15073">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1200.22144" z="98.29778"/>
<Orientation y="2.35621"/>
<Actor seed="18380"/>
</Entity>
<Entity uid="15074">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1201.78174" z="99.17466"/>
<Orientation y="2.35621"/>
<Actor seed="8810"/>
</Entity>
<Entity uid="15075">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1202.92005" z="99.8008"/>
<Orientation y="2.35621"/>
<Actor seed="11740"/>
</Entity>
<Entity uid="15076">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1203.62049" z="101.15622"/>
<Orientation y="2.35621"/>
<Actor seed="64512"/>
</Entity>
<Entity uid="15077">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1203.99476" z="98.91231"/>
<Orientation y="2.35621"/>
<Actor seed="63754"/>
</Entity>
<Entity uid="15078">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1204.24512" z="102.5901"/>
<Orientation y="2.35621"/>
<Actor seed="41194"/>
</Entity>
<Entity uid="15079">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1204.52308" z="98.19994"/>
<Orientation y="2.35621"/>
<Actor seed="52270"/>
</Entity>
<Entity uid="15080">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1224.73438" z="165.97242"/>
<Orientation y="2.35621"/>
<Actor seed="25112"/>
</Entity>
<Entity uid="15081">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1226.11353" z="165.99552"/>
<Orientation y="2.35621"/>
<Actor seed="22566"/>
</Entity>
<Entity uid="15082">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1181.80262" z="63.67817"/>
<Orientation y="2.35621"/>
<Actor seed="53758"/>
</Entity>
<Entity uid="15083">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1181.36097" z="66.03455"/>
<Orientation y="2.35621"/>
<Actor seed="17992"/>
</Entity>
<Entity uid="15085">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1120.22571" z="285.59083"/>
<Orientation y="2.35621"/>
<Actor seed="12204"/>
</Entity>
<Entity uid="15086">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1121.98328" z="286.73417"/>
<Orientation y="2.35621"/>
<Actor seed="32800"/>
</Entity>
<Entity uid="15087">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1120.5564" z="286.60505"/>
<Orientation y="2.35621"/>
<Actor seed="58910"/>
</Entity>
<Entity uid="15088">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1118.8224" z="286.16996"/>
<Orientation y="2.35621"/>
<Actor seed="43766"/>
</Entity>
<Entity uid="15089">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1118.44007" z="287.0243"/>
<Orientation y="2.35621"/>
<Actor seed="342"/>
</Entity>
<Entity uid="15090">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1120.53138" z="289.68854"/>
<Orientation y="2.35621"/>
<Actor seed="62308"/>
</Entity>
<Entity uid="15091">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1120.74866" z="286.33924"/>
<Orientation y="2.35621"/>
<Actor seed="4634"/>
</Entity>
<Entity uid="15092">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1127.25123" z="288.14554"/>
<Orientation y="2.35621"/>
<Actor seed="55852"/>
</Entity>
<Entity uid="15093">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1105.50379" z="450.26743"/>
<Orientation y="2.35621"/>
<Actor seed="51448"/>
</Entity>
<Entity uid="15094">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1104.485" z="451.03888"/>
<Orientation y="2.35621"/>
<Actor seed="54120"/>
</Entity>
<Entity uid="15095">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1105.16077" z="448.09757"/>
<Orientation y="2.35621"/>
<Actor seed="51842"/>
</Entity>
<Entity uid="15096">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1102.94056" z="451.4831"/>
<Orientation y="2.35621"/>
<Actor seed="22098"/>
</Entity>
<Entity uid="15097">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1062.62635" z="448.70868"/>
<Orientation y="2.35621"/>
<Actor seed="56366"/>
</Entity>
<Entity uid="15098">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1063.839" z="449.4061"/>
<Orientation y="2.35621"/>
<Actor seed="6304"/>
</Entity>
<Entity uid="15099">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1062.34656" z="446.95582"/>
<Orientation y="2.35621"/>
<Actor seed="39834"/>
</Entity>
<Entity uid="15100">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="968.3443" z="453.60621"/>
<Orientation y="2.35621"/>
<Actor seed="662"/>
</Entity>
<Entity uid="15101">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="968.05787" z="455.25388"/>
<Orientation y="2.35621"/>
<Actor seed="45884"/>
</Entity>
<Entity uid="15102">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="968.86866" z="451.86045"/>
<Orientation y="2.35621"/>
<Actor seed="20582"/>
</Entity>
<Entity uid="15103">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="991.31733" z="256.12702"/>
<Orientation y="2.35621"/>
<Actor seed="52210"/>
</Entity>
<Entity uid="15104">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="993.45331" z="253.36902"/>
<Orientation y="2.35621"/>
<Actor seed="48912"/>
</Entity>
<Entity uid="15105">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="992.36866" z="256.04886"/>
<Orientation y="2.35621"/>
<Actor seed="6100"/>
</Entity>
<Entity uid="15106">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="990.60267" z="256.15845"/>
<Orientation y="2.35621"/>
<Actor seed="52498"/>
</Entity>
<Entity uid="15107">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="995.20624" z="252.46924"/>
<Orientation y="2.35621"/>
<Actor seed="60690"/>
</Entity>
<Entity uid="15108">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="997.60682" z="251.47535"/>
<Orientation y="2.35621"/>
<Actor seed="53950"/>
</Entity>
<Entity uid="15109">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="998.59736" z="251.62934"/>
<Orientation y="2.35621"/>
<Actor seed="49682"/>
</Entity>
<Entity uid="15110">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="995.27613" z="253.69242"/>
<Orientation y="2.35621"/>
<Actor seed="16106"/>
</Entity>
<Entity uid="15111">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="938.99018" z="209.35203"/>
<Orientation y="2.35621"/>
<Actor seed="58438"/>
</Entity>
<Entity uid="15112">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="937.8429" z="208.74878"/>
<Orientation y="2.35621"/>
<Actor seed="11108"/>
</Entity>
<Entity uid="15113">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="966.91498" z="75.1821"/>
<Orientation y="2.35621"/>
<Actor seed="5110"/>
</Entity>
<Entity uid="15114">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1017.6645" z="107.80675"/>
<Orientation y="2.35621"/>
<Actor seed="15190"/>
</Entity>
<Entity uid="15115">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1017.11713" z="105.78536"/>
<Orientation y="2.35621"/>
<Actor seed="28142"/>
</Entity>
<Entity uid="15116">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1012.02314" z="74.12323"/>
<Orientation y="2.35621"/>
<Actor seed="37466"/>
</Entity>
<Entity uid="15117">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1082.68201" z="93.09313"/>
<Orientation y="2.35621"/>
<Actor seed="19808"/>
</Entity>
<Entity uid="15118">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1087.2129" z="93.68226"/>
<Orientation y="2.35621"/>
<Actor seed="2638"/>
</Entity>
<Entity uid="15119">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1078.00672" z="96.85972"/>
<Orientation y="2.35621"/>
<Actor seed="26272"/>
</Entity>
<Entity uid="15120">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1083.18726" z="98.01046"/>
<Orientation y="-2.41805"/>
<Actor seed="27146"/>
</Entity>
<Entity uid="15121">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1075.48658" z="104.38604"/>
<Orientation y="2.35621"/>
<Actor seed="55600"/>
</Entity>
<Entity uid="15122">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1093.94947" z="95.6531"/>
<Orientation y="2.35621"/>
<Actor seed="42662"/>
</Entity>
<Entity uid="15123">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1073.61744" z="104.35465"/>
<Orientation y="2.35621"/>
<Actor seed="13438"/>
</Entity>
<Entity uid="15124">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1092.37452" z="92.60343"/>
<Orientation y="2.35621"/>
<Actor seed="30890"/>
</Entity>
<Entity uid="15125">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1025.69727" z="204.82126"/>
<Orientation y="2.35621"/>
<Actor seed="61924"/>
</Entity>
<Entity uid="15126">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1024.53895" z="204.71555"/>
<Orientation y="2.35621"/>
<Actor seed="2142"/>
</Entity>
<Entity uid="15127">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1023.77436" z="204.69397"/>
<Orientation y="2.35621"/>
<Actor seed="50262"/>
</Entity>
<Entity uid="15128">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1022.22114" z="204.6966"/>
<Orientation y="2.35621"/>
<Actor seed="32918"/>
</Entity>
<Entity uid="15129">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1020.98658" z="204.61643"/>
<Orientation y="2.35621"/>
<Actor seed="12350"/>
</Entity>
<Entity uid="15130">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1224.33436" z="149.09977"/>
<Orientation y="2.35621"/>
<Actor seed="54638"/>
</Entity>
<Entity uid="15131">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1224.91968" z="148.87339"/>
<Orientation y="2.35621"/>
<Actor seed="9550"/>
</Entity>
<Entity uid="15132">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1223.61231" z="146.93894"/>
<Orientation y="2.35621"/>
<Actor seed="58304"/>
</Entity>
<Entity uid="15133">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1226.06153" z="148.49332"/>
<Orientation y="2.35621"/>
<Actor seed="55570"/>
</Entity>
<Entity uid="15134">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1228.01539" z="148.58326"/>
<Orientation y="2.35621"/>
<Actor seed="13946"/>
</Entity>
<Entity uid="15135">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1228.87952" z="148.09919"/>
<Orientation y="2.35621"/>
<Actor seed="30736"/>
</Entity>
<Entity uid="15136">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1302.37403" z="254.96393"/>
<Orientation y="2.35621"/>
<Actor seed="61504"/>
</Entity>
<Entity uid="15137">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1303.35853" z="255.79609"/>
<Orientation y="2.35621"/>
<Actor seed="29114"/>
</Entity>
<Entity uid="15138">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1303.73218" z="256.52433"/>
<Orientation y="2.35621"/>
<Actor seed="52374"/>
</Entity>
<Entity uid="15139">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1215.92945" z="121.38724"/>
<Orientation y="2.35621"/>
<Actor seed="29214"/>
</Entity>
<Entity uid="15140">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1215.95142" z="122.2231"/>
<Orientation y="2.35621"/>
<Actor seed="47912"/>
</Entity>
<Entity uid="15141">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1216.20936" z="123.12038"/>
<Orientation y="2.35621"/>
<Actor seed="33696"/>
</Entity>
<Entity uid="15142">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1215.96302" z="126.2576"/>
<Orientation y="2.35621"/>
<Actor seed="26068"/>
</Entity>
<Entity uid="15143">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1215.93287" z="124.48264"/>
<Orientation y="2.35621"/>
<Actor seed="6460"/>
</Entity>
<Entity uid="15144">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1215.71436" z="123.03376"/>
<Orientation y="2.35621"/>
<Actor seed="19026"/>
</Entity>
<Entity uid="15145">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1217.99341" z="123.76294"/>
<Orientation y="2.35621"/>
<Actor seed="18698"/>
</Entity>
<Entity uid="15146">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1219.34314" z="124.0212"/>
<Orientation y="2.35621"/>
<Actor seed="47948"/>
</Entity>
<Entity uid="15148">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1243.18921" z="1035.34314"/>
<Orientation y="-7.39226"/>
<Actor seed="5972"/>
</Entity>
<Entity uid="15149">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1231.09339" z="1012.11652"/>
<Orientation y="-7.4068"/>
<Actor seed="5972"/>
</Entity>
<Entity uid="15150">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1236.13038" z="1041.17505"/>
<Orientation y="-6.91395"/>
<Actor seed="5972"/>
</Entity>
<Entity uid="15151">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1222.05518" z="1014.04004"/>
<Orientation y="-10.99721"/>
<Actor seed="5972"/>
</Entity>
<Entity uid="15152">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1233.76478" z="1049.69166"/>
<Orientation y="-6.17943"/>
<Actor seed="5972"/>
</Entity>
<Entity uid="15153">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1214.43006" z="1010.31226"/>
<Orientation y="-5.59618"/>
<Actor seed="5972"/>
</Entity>
<Entity uid="15172">
<Template>structures/ptol_storehouse</Template>
<Player>0</Player>
<Position x="1851.63001" z="593.21412"/>
<Orientation y="8.53174"/>
<Actor seed="10616"/>
</Entity>
<Entity uid="15173">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1912.43506" z="550.00733"/>
<Orientation y="2.35621"/>
<Actor seed="7940"/>
</Entity>
<Entity uid="15174">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1900.90528" z="555.27857"/>
<Orientation y="2.35621"/>
<Actor seed="9416"/>
</Entity>
<Entity uid="15175">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1917.1869" z="540.83051"/>
<Orientation y="2.35621"/>
<Actor seed="40578"/>
</Entity>
<Entity uid="15176">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1915.66675" z="535.00214"/>
<Orientation y="2.35621"/>
<Actor seed="5014"/>
</Entity>
<Entity uid="15177">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1913.18702" z="535.96808"/>
<Orientation y="2.35621"/>
<Actor seed="882"/>
</Entity>
<Entity uid="15178">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1910.80408" z="536.32245"/>
<Orientation y="2.35621"/>
<Actor seed="58626"/>
</Entity>
<Entity uid="15179">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1909.9491" z="536.48346"/>
<Orientation y="2.35621"/>
<Actor seed="53702"/>
</Entity>
<Entity uid="15180">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1910.70899" z="535.47864"/>
<Orientation y="2.35621"/>
<Actor seed="59516"/>
</Entity>
<Entity uid="15181">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1911.62342" z="535.58844"/>
<Orientation y="2.35621"/>
<Actor seed="55604"/>
</Entity>
<Entity uid="15182">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1900.11658" z="555.35602"/>
<Orientation y="2.35621"/>
<Actor seed="34010"/>
</Entity>
<Entity uid="15183">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1898.51673" z="555.48603"/>
<Orientation y="2.35621"/>
<Actor seed="13154"/>
</Entity>
<Entity uid="15184">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1872.4579" z="519.57313"/>
<Orientation y="2.35621"/>
<Actor seed="4802"/>
</Entity>
<Entity uid="15185">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1877.41541" z="519.81061"/>
<Orientation y="2.35621"/>
<Actor seed="13724"/>
</Entity>
<Entity uid="15186">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1875.37" z="519.35944"/>
<Orientation y="2.35621"/>
<Actor seed="33914"/>
</Entity>
<Entity uid="15187">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1878.91871" z="519.68842"/>
<Orientation y="2.35621"/>
<Actor seed="628"/>
</Entity>
<Entity uid="15188">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1892.12403" z="557.49451"/>
<Orientation y="2.35621"/>
<Actor seed="5676"/>
</Entity>
<Entity uid="15189">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1889.86976" z="558.90986"/>
<Orientation y="2.35621"/>
<Actor seed="18934"/>
</Entity>
<Entity uid="15190">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1890.4651" z="558.09742"/>
<Orientation y="2.35621"/>
<Actor seed="39456"/>
</Entity>
<Entity uid="15191">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1890.02125" z="555.81061"/>
<Orientation y="2.35621"/>
<Actor seed="48618"/>
</Entity>
<Entity uid="15192">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1888.78467" z="556.66614"/>
<Orientation y="2.35621"/>
<Actor seed="4376"/>
</Entity>
<Entity uid="15193">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1887.93348" z="555.16797"/>
<Orientation y="2.35621"/>
<Actor seed="27088"/>
</Entity>
<Entity uid="15194">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1888.55738" z="554.87067"/>
<Orientation y="2.35621"/>
<Actor seed="16190"/>
</Entity>
<Entity uid="15195">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1888.2079" z="556.10193"/>
<Orientation y="2.35621"/>
<Actor seed="7428"/>
</Entity>
<Entity uid="15196">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1893.08631" z="507.75336"/>
<Orientation y="2.35621"/>
<Actor seed="62170"/>
</Entity>
<Entity uid="15197">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1890.23487" z="508.38984"/>
<Orientation y="2.35621"/>
<Actor seed="1988"/>
</Entity>
<Entity uid="15198">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1893.39808" z="508.27601"/>
<Orientation y="2.35621"/>
<Actor seed="55852"/>
</Entity>
<Entity uid="15199">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1895.47315" z="506.8423"/>
<Orientation y="2.35621"/>
<Actor seed="12904"/>
</Entity>
<Entity uid="15200">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1890.4286" z="507.6456"/>
<Orientation y="2.35621"/>
<Actor seed="12978"/>
</Entity>
<Entity uid="15201">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1889.32337" z="509.5261"/>
<Orientation y="2.35621"/>
<Actor seed="12476"/>
</Entity>
<Entity uid="15202">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1888.8396" z="510.64274"/>
<Orientation y="2.35621"/>
<Actor seed="27718"/>
</Entity>
<Entity uid="15203">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1892.16883" z="509.41031"/>
<Orientation y="2.35621"/>
<Actor seed="410"/>
</Entity>
<Entity uid="15204">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1892.8921" z="507.60193"/>
<Orientation y="2.35621"/>
<Actor seed="12072"/>
</Entity>
<Entity uid="15205">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1893.99671" z="507.50986"/>
<Orientation y="2.35621"/>
<Actor seed="3518"/>
</Entity>
<Entity uid="15206">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1897.31104" z="532.7389"/>
<Orientation y="3.73543"/>
<Actor seed="11416"/>
</Entity>
<Entity uid="15207">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1898.50184" z="534.17652"/>
<Orientation y="1.6908"/>
<Actor seed="20240"/>
</Entity>
<Entity uid="15208">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1897.01014" z="535.10096"/>
<Orientation y="4.21081"/>
<Actor seed="56822"/>
</Entity>
<Entity uid="15209">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1896.84253" z="536.71021"/>
<Orientation y="2.35621"/>
<Actor seed="29748"/>
</Entity>
<Entity uid="15210">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1898.16736" z="532.20997"/>
<Orientation y="2.35621"/>
<Actor seed="63242"/>
</Entity>
<Entity uid="15211">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1896.57532" z="530.737"/>
<Orientation y="2.35621"/>
<Actor seed="62138"/>
</Entity>
<Entity uid="15212">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1894.0846" z="528.38422"/>
<Orientation y="2.35621"/>
<Actor seed="62586"/>
</Entity>
<Entity uid="15213">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1894.24354" z="529.60151"/>
<Orientation y="4.8613"/>
<Actor seed="3248"/>
</Entity>
<Entity uid="15214">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1898.5387" z="530.69947"/>
<Orientation y="2.35621"/>
<Actor seed="63492"/>
</Entity>
<Entity uid="15215">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1897.7964" z="530.5688"/>
<Orientation y="2.35621"/>
<Actor seed="29952"/>
</Entity>
<Entity uid="15216">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1899.15345" z="530.7032"/>
<Orientation y="3.82515"/>
<Actor seed="12430"/>
</Entity>
<Entity uid="15217">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1898.0879" z="531.47175"/>
<Orientation y="2.35621"/>
<Actor seed="6202"/>
</Entity>
<Entity uid="15218">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1896.4784" z="536.9693"/>
<Orientation y="2.35621"/>
<Actor seed="31892"/>
</Entity>
<Entity uid="15219">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1895.56861" z="527.90503"/>
<Orientation y="2.35621"/>
<Actor seed="15958"/>
</Entity>
<Entity uid="15220">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1896.38733" z="529.62037"/>
<Orientation y="2.35621"/>
<Actor seed="20250"/>
</Entity>
<Entity uid="15221">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1896.59412" z="534.39283"/>
<Orientation y="2.35621"/>
<Actor seed="8506"/>
</Entity>
<Entity uid="15222">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1890.56714" z="511.28489"/>
<Orientation y="2.35621"/>
<Actor seed="37998"/>
</Entity>
<Entity uid="15223">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1876.63892" z="518.21174"/>
<Orientation y="2.35621"/>
<Actor seed="15344"/>
</Entity>
<Entity uid="15224">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1888.70325" z="557.84412"/>
<Orientation y="2.35621"/>
<Actor seed="34926"/>
</Entity>
<Entity uid="15225">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1891.04493" z="558.81971"/>
<Orientation y="2.35621"/>
<Actor seed="34502"/>
</Entity>
<Entity uid="15226">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1902.22474" z="555.35627"/>
<Orientation y="2.35621"/>
<Actor seed="22962"/>
</Entity>
<Entity uid="15227">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1913.49622" z="535.4043"/>
<Orientation y="2.35621"/>
<Actor seed="35568"/>
</Entity>
<Entity uid="15228">
<Template>actor|props/flora/grass_field_dry_tall_b.xml</Template>
<Position x="1912.7389" z="549.46094"/>
<Orientation y="2.35621"/>
<Actor seed="15754"/>
</Entity>
<Entity uid="15229">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1892.87696" z="525.73285"/>
<Orientation y="4.67423"/>
<Actor seed="37142"/>
</Entity>
<Entity uid="15230">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1886.44422" z="559.38764"/>
<Orientation y="2.35621"/>
<Actor seed="13582"/>
</Entity>
<Entity uid="15231">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1874.33216" z="552.63514"/>
<Orientation y="2.35621"/>
<Actor seed="49704"/>
</Entity>
<Entity uid="15232">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1898.91456" z="527.47895"/>
<Orientation y="2.35621"/>
<Actor seed="4920"/>
</Entity>
<Entity uid="15233">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1902.64747" z="535.26966"/>
<Orientation y="2.69208"/>
<Actor seed="36054"/>
</Entity>
<Entity uid="15234">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1898.22571" z="540.06617"/>
<Orientation y="1.53757"/>
<Actor seed="22516"/>
</Entity>
<Entity uid="15235">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1893.97681" z="545.097"/>
<Orientation y="2.51897"/>
<Actor seed="47968"/>
</Entity>
<Entity uid="15236">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1896.27369" z="544.98597"/>
<Orientation y="2.35621"/>
<Actor seed="40944"/>
</Entity>
<Entity uid="15237">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1895.17005" z="546.03418"/>
<Orientation y="2.35621"/>
<Actor seed="39528"/>
</Entity>
<Entity uid="15238">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1890.03016" z="520.66034"/>
<Orientation y="2.35621"/>
<Actor seed="15724"/>
</Entity>
<Entity uid="15239">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1889.99256" z="519.24079"/>
<Orientation y="2.35621"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="15240">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1893.24146" z="509.07193"/>
<Orientation y="2.35621"/>
<Actor seed="10522"/>
</Entity>
<Entity uid="15241">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1887.97864" z="510.38602"/>
<Orientation y="2.35621"/>
<Actor seed="49250"/>
</Entity>
<Entity uid="15242">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1889.50428" z="509.04462"/>
<Orientation y="2.35621"/>
<Actor seed="5016"/>
</Entity>
<Entity uid="15243">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1894.31678" z="507.98548"/>
<Orientation y="2.35621"/>
<Actor seed="31794"/>
</Entity>
<Entity uid="15244">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1894.9712" z="507.70856"/>
<Orientation y="2.35621"/>
<Actor seed="37772"/>
</Entity>
<Entity uid="15245">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1887.6421" z="511.65845"/>
<Orientation y="2.35621"/>
<Actor seed="29282"/>
</Entity>
<Entity uid="15246">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1888.87256" z="511.37137"/>
<Orientation y="2.35621"/>
<Actor seed="40478"/>
</Entity>
<Entity uid="15247">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1873.85743" z="520.20368"/>
<Orientation y="2.35621"/>
<Actor seed="40332"/>
</Entity>
<Entity uid="15248">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1873.54615" z="521.0005"/>
<Orientation y="2.35621"/>
<Actor seed="1336"/>
</Entity>
<Entity uid="15249">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1878.79566" z="555.74427"/>
<Orientation y="2.35621"/>
<Actor seed="21158"/>
</Entity>
<Entity uid="15250">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1879.44068" z="556.85962"/>
<Orientation y="2.35621"/>
<Actor seed="14826"/>
</Entity>
<Entity uid="15251">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1880.1886" z="555.80256"/>
<Orientation y="2.35621"/>
<Actor seed="32478"/>
</Entity>
<Entity uid="15252">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1881.8871" z="557.10663"/>
<Orientation y="2.35621"/>
<Actor seed="932"/>
</Entity>
<Entity uid="15253">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1881.56006" z="557.73102"/>
<Orientation y="2.35621"/>
<Actor seed="11978"/>
</Entity>
<Entity uid="15254">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1892.23536" z="558.95063"/>
<Orientation y="2.35621"/>
<Actor seed="58310"/>
</Entity>
<Entity uid="15255">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1899.87586" z="555.83796"/>
<Orientation y="2.35621"/>
<Actor seed="30954"/>
</Entity>
<Entity uid="15256">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1901.9386" z="556.95191"/>
<Orientation y="2.35621"/>
<Actor seed="5922"/>
</Entity>
<Entity uid="15257">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1911.95447" z="550.30976"/>
<Orientation y="2.35621"/>
<Actor seed="13814"/>
</Entity>
<Entity uid="15258">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1901.65088" z="554.06556"/>
<Orientation y="2.35621"/>
<Actor seed="13794"/>
</Entity>
<Entity uid="15259">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1890.08924" z="560.7021"/>
<Orientation y="2.35621"/>
<Actor seed="50752"/>
</Entity>
<Entity uid="15260">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1889.29603" z="540.95575"/>
<Orientation y="2.08632"/>
<Actor seed="41288"/>
</Entity>
<Entity uid="15261">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1890.34595" z="538.20466"/>
<Orientation y="2.48913"/>
<Actor seed="30210"/>
</Entity>
<Entity uid="15262">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1888.28614" z="535.31366"/>
<Orientation y="1.82244"/>
<Actor seed="10368"/>
</Entity>
<Entity uid="15263">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1886.46888" z="531.58558"/>
<Orientation y="2.99991"/>
<Actor seed="60250"/>
</Entity>
<Entity uid="15264">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1887.01319" z="544.30488"/>
<Orientation y="2.77315"/>
<Actor seed="61494"/>
</Entity>
<Entity uid="15265">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1900.45447" z="553.73633"/>
<Orientation y="2.1113"/>
<Actor seed="47822"/>
</Entity>
<Entity uid="15266">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1886.5951" z="539.81269"/>
<Orientation y="2.35621"/>
<Actor seed="38966"/>
</Entity>
<Entity uid="15267">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1886.67957" z="528.99622"/>
<Orientation y="2.35621"/>
<Actor seed="59722"/>
</Entity>
<Entity uid="15268">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1892.1272" z="542.58558"/>
<Orientation y="2.11106"/>
<Actor seed="55188"/>
</Entity>
<Entity uid="15269">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1889.44166" z="530.14289"/>
<Orientation y="2.35621"/>
<Actor seed="4094"/>
</Entity>
<Entity uid="15270">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1886.21937" z="530.8714"/>
<Orientation y="2.35621"/>
<Actor seed="58698"/>
</Entity>
<Entity uid="15271">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1905.09571" z="553.31843"/>
<Orientation y="2.57488"/>
<Actor seed="53412"/>
</Entity>
<Entity uid="15272">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1900.391" z="557.33136"/>
<Orientation y="2.35621"/>
<Actor seed="38980"/>
</Entity>
<Entity uid="15273">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1898.8921" z="557.71552"/>
<Orientation y="2.35621"/>
<Actor seed="49720"/>
</Entity>
<Entity uid="15274">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1906.99036" z="552.53388"/>
<Orientation y="2.35621"/>
<Actor seed="59448"/>
</Entity>
<Entity uid="15275">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1904.29212" z="556.89496"/>
<Orientation y="2.35621"/>
<Actor seed="38788"/>
</Entity>
<Entity uid="15276">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1905.78113" z="555.79023"/>
<Orientation y="2.35621"/>
<Actor seed="32554"/>
</Entity>
<Entity uid="15277">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1870.20875" z="523.85962"/>
<Orientation y="0.88607"/>
<Actor seed="23412"/>
</Entity>
<Entity uid="15278">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1869.16663" z="524.11036"/>
<Orientation y="2.35621"/>
<Actor seed="12606"/>
</Entity>
<Entity uid="15279">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1868.12696" z="524.66254"/>
<Orientation y="2.35621"/>
<Actor seed="33480"/>
</Entity>
<Entity uid="15280">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1866.2256" z="524.94776"/>
<Orientation y="-0.7402"/>
<Actor seed="23758"/>
</Entity>
<Entity uid="15281">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1914.0907" z="537.54224"/>
<Orientation y="2.35621"/>
<Actor seed="15090"/>
</Entity>
<Entity uid="15282">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1911.74048" z="534.05658"/>
<Orientation y="2.35621"/>
<Actor seed="37062"/>
</Entity>
<Entity uid="15283">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1910.6023" z="533.83869"/>
<Orientation y="2.35621"/>
<Actor seed="11234"/>
</Entity>
<Entity uid="15284">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1871.86255" z="521.23267"/>
<Orientation y="2.35621"/>
<Actor seed="50482"/>
</Entity>
<Entity uid="15285">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1871.04737" z="520.41565"/>
<Orientation y="2.35621"/>
<Actor seed="30776"/>
</Entity>
<Entity uid="15286">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1872.80311" z="521.43885"/>
<Orientation y="2.35621"/>
<Actor seed="9626"/>
</Entity>
<Entity uid="15287">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1891.35486" z="556.43879"/>
<Orientation y="2.35621"/>
<Actor seed="32762"/>
</Entity>
<Entity uid="15288">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1891.34021" z="555.32068"/>
<Orientation y="2.35621"/>
<Actor seed="42922"/>
</Entity>
<Entity uid="15289">
<Template>gaia/geology_stone_savanna_small</Template>
<Player>0</Player>
<Position x="1826.6001" z="832.23871"/>
<Orientation y="0.06388"/>
<Actor seed="29220"/>
</Entity>
<Entity uid="15370">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1843.64844" z="571.48194"/>
<Orientation y="5.2569"/>
<Actor seed="30456"/>
</Entity>
<Entity uid="15371">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1842.94751" z="553.61554"/>
<Orientation y="3.20896"/>
<Actor seed="47004"/>
</Entity>
<Entity uid="15372">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1832.19983" z="558.15247"/>
<Orientation y="4.74668"/>
<Actor seed="26270"/>
</Entity>
<Entity uid="15375">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1843.11683" z="550.29108"/>
<Orientation y="3.20896"/>
<Actor seed="47004"/>
</Entity>
<Entity uid="15376">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1854.36915" z="546.2079"/>
<Orientation y="0.08198"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15382">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1851.62928" z="570.17255"/>
<Orientation y="2.18792"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15385">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1831.93812" z="564.7486"/>
<Orientation y="2.35621"/>
<Actor seed="57680"/>
</Entity>
<Entity uid="15386">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1840.32593" z="569.66218"/>
<Orientation y="0.082"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15392">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1840.4839" z="545.4745"/>
<Orientation y="-1.28742"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15393">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1840.59986" z="565.2829"/>
<Orientation y="0.08201"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15394">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1842.18396" z="564.31629"/>
<Orientation y="0.08201"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15404">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1851.86109" z="560.56489"/>
<Orientation y="4.81707"/>
<Actor seed="30456"/>
</Entity>
<Entity uid="15408">
<Template>actor|props/structures/iberians/blacksmith_barrels.xml</Template>
<Position x="1841.79676" z="552.94562"/>
<Orientation y="8.12429"/>
<Actor seed="65036"/>
</Entity>
<Entity uid="15412">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1832.2959" z="558.29133"/>
<Orientation y="3.07251"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15413">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1845.70179" z="550.10041"/>
<Orientation y="3.19214"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15422">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1844.57105" z="550.18323"/>
<Orientation y="3.19214"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15423">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1843.46912" z="550.25153"/>
<Orientation y="3.19214"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15424">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1842.31775" z="550.30799"/>
<Orientation y="3.19214"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15425">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1841.28333" z="550.35633"/>
<Orientation y="3.19214"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15426">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1840.22437" z="550.38636"/>
<Orientation y="3.19214"/>
<Actor seed="21370"/>
</Entity>
<Entity uid="15429">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1832.60206" z="556.22614"/>
<Orientation y="2.35621"/>
<Actor seed="43172"/>
</Entity>
<Entity uid="15430">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1844.65699" z="549.836"/>
<Orientation y="2.35621"/>
<Actor seed="49836"/>
</Entity>
<Entity uid="15431">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1846.01429" z="566.68848"/>
<Orientation y="2.99044"/>
<Actor seed="46152"/>
</Entity>
<Entity uid="15432">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1841.78174" z="555.4734"/>
<Orientation y="2.35621"/>
<Actor seed="9136"/>
</Entity>
<Entity uid="15434">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1845.16871" z="565.90864"/>
<Orientation y="2.35621"/>
<Actor seed="10502"/>
</Entity>
<Entity uid="15435">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1855.76404" z="560.32691"/>
<Orientation y="2.35622"/>
<Actor seed="46152"/>
</Entity>
<Entity uid="15436">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1857.30347" z="560.29883"/>
<Orientation y="3.35445"/>
<Actor seed="46152"/>
</Entity>
<Entity uid="15439">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1852.9452" z="522.95588"/>
<Orientation y="2.35621"/>
<Actor seed="55186"/>
</Entity>
<Entity uid="15440">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1853.21021" z="523.90961"/>
<Orientation y="2.35621"/>
<Actor seed="56068"/>
</Entity>
<Entity uid="15441">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1837.35792" z="496.94962"/>
<Orientation y="1.82537"/>
<Actor seed="3700"/>
</Entity>
<Entity uid="15442">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1824.29761" z="437.3365"/>
<Orientation y="2.35621"/>
<Actor seed="62648"/>
</Entity>
<Entity uid="15443">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1838.22632" z="497.25135"/>
<Orientation y="1.82537"/>
<Actor seed="37528"/>
</Entity>
<Entity uid="15444">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1837.80079" z="498.64222"/>
<Orientation y="1.82537"/>
<Actor seed="53200"/>
</Entity>
<Entity uid="15445">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1838.55396" z="499.63999"/>
<Orientation y="1.82537"/>
<Actor seed="14586"/>
</Entity>
<Entity uid="15446">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1838.99598" z="498.78174"/>
<Orientation y="1.82537"/>
<Actor seed="60134"/>
</Entity>
<Entity uid="15447">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1853.0315" z="527.59607"/>
<Orientation y="1.82537"/>
<Actor seed="40262"/>
</Entity>
<Entity uid="15448">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1839.71717" z="500.36927"/>
<Orientation y="1.82537"/>
<Actor seed="64658"/>
</Entity>
<Entity uid="15449">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1837.5879" z="494.69291"/>
<Orientation y="1.82537"/>
<Actor seed="36550"/>
</Entity>
<Entity uid="15450">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1851.84766" z="546.972"/>
<Orientation y="1.94597"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15451">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1847.97022" z="571.69324"/>
<Orientation y="-0.56017"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15452">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1845.14917" z="561.38434"/>
<Orientation y="2.18793"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15453">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1846.0741" z="564.59028"/>
<Orientation y="2.18793"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15454">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1848.9922" z="566.71998"/>
<Orientation y="2.18793"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15455">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1852.38318" z="567.05231"/>
<Orientation y="3.37327"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15456">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1853.55103" z="569.32197"/>
<Orientation y="-0.30808"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15457">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1848.45423" z="572.59778"/>
<Orientation y="-0.99502"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15458">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1853.6576" z="569.09913"/>
<Orientation y="1.74047"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15461">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1869.59034" z="574.74665"/>
<Orientation y="0.08202"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15462">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1862.75293" z="578.75239"/>
<Orientation y="-3.09191"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15464">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1863.56067" z="582.97388"/>
<Orientation y="2.18882"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15465">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1866.2887" z="575.60578"/>
<Orientation y="0.89188"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15466">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1866.60389" z="581.6731"/>
<Orientation y="3.22455"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15467">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1863.46583" z="579.19153"/>
<Orientation y="1.71695"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15468">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1868.46705" z="574.66883"/>
<Orientation y="2.18793"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15469">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1868.90589" z="579.23115"/>
<Orientation y="2.18793"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15470">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1873.23011" z="568.98224"/>
<Orientation y="0.89188"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15471">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1872.865" z="569.12818"/>
<Orientation y="-4.12786"/>
<Actor seed="23242"/>
</Entity>
<Entity uid="15472">
<Template>gaia/geology_stone_alpine_a</Template>
<Player>0</Player>
<Position x="1873.91358" z="566.4261"/>
<Orientation y="1.80748"/>
<Actor seed="33038"/>
</Entity>
<Entity uid="15473">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1859.28846" z="535.74988"/>
<Orientation y="-0.23438"/>
<Actor seed="14666"/>
</Entity>
<Entity uid="15474">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1860.46119" z="533.37604"/>
<Orientation y="-0.51943"/>
<Actor seed="25478"/>
</Entity>
<Entity uid="15475">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1855.81324" z="529.10322"/>
<Orientation y="1.43143"/>
<Actor seed="4432"/>
</Entity>
<Entity uid="15476">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1856.59217" z="533.80372"/>
<Orientation y="-0.1984"/>
<Actor seed="42714"/>
</Entity>
<Entity uid="15477">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1856.31495" z="531.79084"/>
<Orientation y="0.19016"/>
<Actor seed="7268"/>
</Entity>
<Entity uid="15478">
<Template>units/ptol_infantry_pikeman_e</Template>
<Player>0</Player>
<Position x="1859.21058" z="531.03486"/>
<Orientation y="0.54696"/>
<Actor seed="24746"/>
</Entity>
<Entity uid="15479">
<Template>units/ptol_infantry_spearman_merc_b</Template>
<Player>0</Player>
<Position x="1829.90503" z="589.65284"/>
<Orientation y="2.94541"/>
<Actor seed="7732"/>
</Entity>
<Entity uid="15480">
<Template>units/ptol_infantry_spearman_merc_b</Template>
<Player>0</Player>
<Position x="1832.4275" z="590.48517"/>
<Orientation y="2.35621"/>
<Actor seed="56740"/>
</Entity>
<Entity uid="15481">
<Template>units/ptol_infantry_spearman_merc_b</Template>
<Player>0</Player>
<Position x="1834.86109" z="591.83106"/>
<Orientation y="-2.13018"/>
<Actor seed="25606"/>
</Entity>
<Entity uid="15482">
<Template>units/ptol_infantry_spearman_merc_b</Template>
<Player>0</Player>
<Position x="1830.24878" z="587.24415"/>
<Orientation y="0.63147"/>
<Actor seed="14502"/>
</Entity>
<Entity uid="15483">
<Template>units/ptol_infantry_spearman_merc_b</Template>
<Player>0</Player>
<Position x="1832.40723" z="587.78199"/>
<Orientation y="-1.88415"/>
<Actor seed="57816"/>
</Entity>
<Entity uid="15484">
<Template>units/ptol_infantry_spearman_merc_b</Template>
<Player>0</Player>
<Position x="1835.07166" z="589.41706"/>
<Orientation y="-0.22387"/>
<Actor seed="54758"/>
</Entity>
<Entity uid="15486">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="1562.10511" z="199.4791"/>
<Orientation y="-1.87926"/>
<Actor seed="314"/>
</Entity>
<Entity uid="15487">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1470.84327" z="149.37269"/>
<Orientation y="-3.37134"/>
<Actor seed="2993"/>
</Entity>
<Entity uid="15488">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1632.84461" z="222.30384"/>
<Orientation y="-3.37134"/>
<Actor seed="2993"/>
</Entity>
<Entity uid="15489">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1662.0022" z="260.13974"/>
<Orientation y="-2.38936"/>
<Actor seed="2993"/>
</Entity>
<Entity uid="15490">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1692.90137" z="294.46854"/>
<Orientation y="0.57462"/>
<Actor seed="2992"/>
</Entity>
<Entity uid="15491">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1776.97254" z="390.65897"/>
<Orientation y="0.38207"/>
<Actor seed="3051"/>
</Entity>
<Entity uid="15492">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1780.86097" z="581.05451"/>
<Orientation y="4.91121"/>
<Actor seed="3051"/>
</Entity>
<Entity uid="15493">
<Template>structures/ptol_defense_tower</Template>
<Player>0</Player>
<Position x="1694.22876" z="686.26722"/>
<Orientation y="1.93454"/>
<Actor seed="9162"/>
</Entity>
<Entity uid="15494">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1697.39441" z="294.77552"/>
<Orientation y="2.35621"/>
<Actor seed="46690"/>
</Entity>
<Entity uid="15495">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1695.91529" z="293.01362"/>
<Orientation y="2.35621"/>
<Actor seed="49594"/>
</Entity>
<Entity uid="15496">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1693.57508" z="290.01365"/>
<Orientation y="2.35621"/>
<Actor seed="47582"/>
</Entity>
<Entity uid="15497">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1692.57825" z="289.30961"/>
<Orientation y="2.35621"/>
<Actor seed="6350"/>
</Entity>
<Entity uid="15498">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1690.6371" z="289.2522"/>
<Orientation y="2.35621"/>
<Actor seed="58444"/>
</Entity>
<Entity uid="15499">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1689.53455" z="290.49585"/>
<Orientation y="2.35621"/>
<Actor seed="3536"/>
</Entity>
<Entity uid="15500">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1687.98328" z="291.32041"/>
<Orientation y="2.35621"/>
<Actor seed="40620"/>
</Entity>
<Entity uid="15501">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1687.4358" z="293.5684"/>
<Orientation y="2.35621"/>
<Actor seed="12220"/>
</Entity>
<Entity uid="15502">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1763.33704" z="327.01145"/>
<Orientation y="2.35621"/>
<Actor seed="60928"/>
</Entity>
<Entity uid="15503">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1764.45936" z="325.20249"/>
<Orientation y="2.35621"/>
<Actor seed="10678"/>
</Entity>
<Entity uid="15504">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1764.91065" z="321.46073"/>
<Orientation y="2.35621"/>
<Actor seed="12912"/>
</Entity>
<Entity uid="15505">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1764.63697" z="318.79154"/>
<Orientation y="2.35621"/>
<Actor seed="1668"/>
</Entity>
<Entity uid="15506">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1763.18152" z="316.44956"/>
<Orientation y="2.35621"/>
<Actor seed="55778"/>
</Entity>
<Entity uid="15507">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1758.06019" z="315.26014"/>
<Orientation y="2.35621"/>
<Actor seed="41442"/>
</Entity>
<Entity uid="15508">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1754.82166" z="315.26795"/>
<Orientation y="-0.86397"/>
<Actor seed="28910"/>
</Entity>
<Entity uid="15509">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1753.2527" z="317.37992"/>
<Orientation y="2.35621"/>
<Actor seed="18056"/>
</Entity>
<Entity uid="15510">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1751.18152" z="318.8527"/>
<Orientation y="2.35621"/>
<Actor seed="21992"/>
</Entity>
<Entity uid="15511">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1757.98975" z="318.52057"/>
<Orientation y="2.35621"/>
<Actor seed="60954"/>
</Entity>
<Entity uid="15512">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1763.90845" z="321.81675"/>
<Orientation y="2.35621"/>
<Actor seed="60916"/>
</Entity>
<Entity uid="15513">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1763.97901" z="324.56708"/>
<Orientation y="2.35621"/>
<Actor seed="49904"/>
</Entity>
<Entity uid="15514">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1761.55481" z="322.58143"/>
<Orientation y="2.35621"/>
<Actor seed="48316"/>
</Entity>
<Entity uid="15515">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1762.68616" z="324.95575"/>
<Orientation y="2.35621"/>
<Actor seed="502"/>
</Entity>
<Entity uid="15516">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1761.91724" z="325.38782"/>
<Orientation y="2.35621"/>
<Actor seed="17364"/>
</Entity>
<Entity uid="15517">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1761.36133" z="329.29242"/>
<Orientation y="2.35621"/>
<Actor seed="52590"/>
</Entity>
<Entity uid="15518">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1762.03663" z="324.94428"/>
<Orientation y="2.35621"/>
<Actor seed="14186"/>
</Entity>
<Entity uid="15519">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1760.77503" z="322.80402"/>
<Orientation y="2.35621"/>
<Actor seed="34802"/>
</Entity>
<Entity uid="15520">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1755.36548" z="318.50297"/>
<Orientation y="2.35621"/>
<Actor seed="33346"/>
</Entity>
<Entity uid="15521">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1754.66578" z="319.9282"/>
<Orientation y="2.35621"/>
<Actor seed="35204"/>
</Entity>
<Entity uid="15522">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1638.60474" z="217.72458"/>
<Orientation y="2.35621"/>
<Actor seed="58252"/>
</Entity>
<Entity uid="15523">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1635.63526" z="218.01706"/>
<Orientation y="2.35621"/>
<Actor seed="3820"/>
</Entity>
<Entity uid="15524">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1631.37232" z="218.65305"/>
<Orientation y="2.35621"/>
<Actor seed="50622"/>
</Entity>
<Entity uid="15525">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1634.95838" z="218.17884"/>
<Orientation y="2.35621"/>
<Actor seed="50766"/>
</Entity>
<Entity uid="15526">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1638.3849" z="216.97623"/>
<Orientation y="2.35621"/>
<Actor seed="26084"/>
</Entity>
<Entity uid="15527">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1642.40967" z="214.30973"/>
<Orientation y="2.35621"/>
<Actor seed="62002"/>
</Entity>
<Entity uid="15528">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1639.35486" z="216.00144"/>
<Orientation y="2.35621"/>
<Actor seed="40830"/>
</Entity>
<Entity uid="15529">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1630.75135" z="218.57007"/>
<Orientation y="2.35621"/>
<Actor seed="26322"/>
</Entity>
<Entity uid="15530">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1628.21021" z="218.82297"/>
<Orientation y="2.35621"/>
<Actor seed="53650"/>
</Entity>
<Entity uid="15531">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1626.4657" z="220.72391"/>
<Orientation y="2.35621"/>
<Actor seed="17418"/>
</Entity>
<Entity uid="15532">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1625.0276" z="221.91123"/>
<Orientation y="2.35621"/>
<Actor seed="30164"/>
</Entity>
<Entity uid="15533">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1622.6084" z="223.01377"/>
<Orientation y="2.35621"/>
<Actor seed="57526"/>
</Entity>
<Entity uid="15534">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1631.0868" z="217.14902"/>
<Orientation y="2.35621"/>
<Actor seed="19380"/>
</Entity>
<Entity uid="15535">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1622.21131" z="224.73514"/>
<Orientation y="2.35621"/>
<Actor seed="33464"/>
</Entity>
<Entity uid="15536">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1482.62684" z="128.51005"/>
<Orientation y="2.35621"/>
<Actor seed="34070"/>
</Entity>
<Entity uid="15537">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1484.87818" z="129.94877"/>
<Orientation y="2.35621"/>
<Actor seed="55706"/>
</Entity>
<Entity uid="15538">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1486.4192" z="131.5767"/>
<Orientation y="2.35621"/>
<Actor seed="21392"/>
</Entity>
<Entity uid="15539">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1488.40577" z="134.50226"/>
<Orientation y="2.35621"/>
<Actor seed="24578"/>
</Entity>
<Entity uid="15540">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1488.93299" z="136.86817"/>
<Orientation y="2.35621"/>
<Actor seed="43270"/>
</Entity>
<Entity uid="15541">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1486.93116" z="131.92649"/>
<Orientation y="2.35621"/>
<Actor seed="27348"/>
</Entity>
<Entity uid="15542">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1489.22498" z="140.25324"/>
<Orientation y="2.35621"/>
<Actor seed="5954"/>
</Entity>
<Entity uid="15543">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1488.24378" z="131.81449"/>
<Orientation y="2.35621"/>
<Actor seed="25414"/>
</Entity>
<Entity uid="15544">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1549.38843" z="184.19986"/>
<Orientation y="2.35621"/>
<Actor seed="38586"/>
</Entity>
<Entity uid="15545">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1547.24" z="183.9882"/>
<Orientation y="2.35621"/>
<Actor seed="5058"/>
</Entity>
<Entity uid="15546">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1544.52308" z="182.89368"/>
<Orientation y="2.35621"/>
<Actor seed="48344"/>
</Entity>
<Entity uid="15547">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1548.36866" z="185.3783"/>
<Orientation y="2.35621"/>
<Actor seed="44526"/>
</Entity>
<Entity uid="15548">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1540.69007" z="181.64756"/>
<Orientation y="2.35621"/>
<Actor seed="44808"/>
</Entity>
<Entity uid="15549">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1540.36329" z="180.01996"/>
<Orientation y="2.35621"/>
<Actor seed="57990"/>
</Entity>
<Entity uid="15550">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1588.1084" z="193.34134"/>
<Orientation y="2.35621"/>
<Actor seed="43656"/>
</Entity>
<Entity uid="15551">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1587.98572" z="191.63376"/>
<Orientation y="2.35621"/>
<Actor seed="4454"/>
</Entity>
<Entity uid="15552">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1588.12159" z="190.02891"/>
<Orientation y="2.35621"/>
<Actor seed="56152"/>
</Entity>
<Entity uid="15553">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1587.81531" z="188.67051"/>
<Orientation y="2.35621"/>
<Actor seed="17468"/>
</Entity>
<Entity uid="15554">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1586.52271" z="188.42746"/>
<Orientation y="2.35621"/>
<Actor seed="61002"/>
</Entity>
<Entity uid="15558">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="1863.58704" z="591.63953"/>
<Orientation y="2.35621"/>
<Actor seed="57346"/>
</Entity>
<Entity uid="15559">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1802.40491" z="395.24366"/>
<Orientation y="2.35621"/>
<Actor seed="46548"/>
</Entity>
<Entity uid="15560">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1846.85145" z="437.88956"/>
<Orientation y="2.35621"/>
<Actor seed="1100"/>
</Entity>
<Entity uid="15561">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1677.99183" z="301.33387"/>
<Orientation y="2.35621"/>
<Actor seed="39432"/>
</Entity>
<Entity uid="15562">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1815.74756" z="583.97736"/>
<Orientation y="2.35621"/>
<Actor seed="57308"/>
</Entity>
<Entity uid="15563">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1817.53138" z="584.6438"/>
<Orientation y="2.35621"/>
<Actor seed="60374"/>
</Entity>
<Entity uid="15564">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1737.15223" z="667.9079"/>
<Orientation y="2.35621"/>
<Actor seed="52008"/>
</Entity>
<Entity uid="15565">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1737.73804" z="665.41498"/>
<Orientation y="2.35621"/>
<Actor seed="65369"/>
</Entity>
<Entity uid="15566">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1704.72107" z="268.6678"/>
<Orientation y="2.35621"/>
<Actor seed="46160"/>
</Entity>
<Entity uid="15567">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1698.1587" z="268.2256"/>
<Orientation y="2.35621"/>
<Actor seed="40872"/>
</Entity>
<Entity uid="15568">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1755.7378" z="324.11228"/>
<Orientation y="2.35621"/>
<Actor seed="26928"/>
</Entity>
<Entity uid="15569">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1696.594" z="266.3422"/>
<Orientation y="2.35621"/>
<Actor seed="48838"/>
</Entity>
<Entity uid="15570">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1498.0282" z="134.09595"/>
<Orientation y="2.35621"/>
<Actor seed="10454"/>
</Entity>
<Entity uid="15571">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1497.14673" z="135.31366"/>
<Orientation y="2.35621"/>
<Actor seed="42526"/>
</Entity>
<Entity uid="15572">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1497.3152" z="131.32172"/>
<Orientation y="1.09424"/>
<Actor seed="40384"/>
</Entity>
<Entity uid="15573">
<Template>actor|structures/ptolemies/wall_short.xml</Template>
<Position x="1384.90699" z="983.80414"/>
<Orientation y="-1.10845"/>
<Actor seed="46192"/>
</Entity>
<Entity uid="15575">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1090.48804" z="63.88637"/>
<Orientation y="-0.41733"/>
<Actor seed="47766"/>
</Entity>
<Entity uid="15576">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="1087.0448" z="62.12555"/>
<Orientation y="0.0953"/>
<Actor seed="65048"/>
</Entity>
<Entity uid="15577">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="964.64106" z="189.87781"/>
<Orientation y="3.96287"/>
<Actor seed="1045"/>
</Entity>
<Entity uid="15578">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="955.77619" z="181.52125"/>
<Orientation y="5.76777"/>
<Actor seed="1043"/>
</Entity>
<Entity uid="15579">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="952.71448" z="186.27756"/>
<Orientation y="-3.35674"/>
<Actor seed="265"/>
</Entity>
<Entity uid="15580">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="930.9917" z="185.72855"/>
<Orientation y="-1.09472"/>
<Actor seed="263"/>
</Entity>
<Entity uid="15581">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="960.81873" z="188.68082"/>
<Orientation y="0.51488"/>
<Actor seed="261"/>
</Entity>
<Entity uid="15582">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="947.66852" z="185.7852"/>
<Orientation y="1.75884"/>
<Actor seed="260"/>
</Entity>
<Entity uid="15583">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="946.26948" z="188.46616"/>
<Orientation y="-2.1537"/>
<Actor seed="255"/>
</Entity>
<Entity uid="15584">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="939.05152" z="188.47864"/>
<Orientation y="-3.38662"/>
<Actor seed="254"/>
</Entity>
<Entity uid="15585">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="976.95862" z="186.12513"/>
<Orientation y="1.19341"/>
<Actor seed="249"/>
</Entity>
<Entity uid="15586">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="942.85352" z="187.46808"/>
<Orientation y="0.88111"/>
<Actor seed="260"/>
</Entity>
<Entity uid="15588">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="927.98957" z="188.29532"/>
<Orientation y="4.89003"/>
<Actor seed="1043"/>
</Entity>
<Entity uid="15589">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="949.61487" z="181.91532"/>
<Orientation y="-3.03158"/>
<Actor seed="264"/>
</Entity>
<Entity uid="15590">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="924.42798" z="180.8647"/>
<Orientation y="0.3312"/>
<Actor seed="259"/>
</Entity>
<Entity uid="15591">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="934.63007" z="176.0811"/>
<Orientation y="0.32767"/>
<Actor seed="258"/>
</Entity>
<Entity uid="15592">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="934.12287" z="179.27793"/>
<Orientation y="-2.40073"/>
<Actor seed="256"/>
</Entity>
<Entity uid="15593">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="945.38117" z="176.66083"/>
<Orientation y="-5.16608"/>
<Actor seed="253"/>
</Entity>
<Entity uid="15594">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="943.73755" z="179.91474"/>
<Orientation y="-0.93473"/>
<Actor seed="252"/>
</Entity>
<Entity uid="15595">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="932.13813" z="180.56623"/>
<Orientation y="-3.60253"/>
<Actor seed="251"/>
</Entity>
<Entity uid="15596">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="929.85108" z="178.45295"/>
<Orientation y="0.04036"/>
<Actor seed="250"/>
</Entity>
<Entity uid="15597">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="937.55024" z="176.78876"/>
<Orientation y="-1.0944"/>
<Actor seed="248"/>
</Entity>
<Entity uid="15598">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="912.2226" z="193.89927"/>
<Orientation y="-2.84089"/>
<Actor seed="262"/>
</Entity>
<Entity uid="15599">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="927.23377" z="183.96744"/>
<Orientation y="-5.20716"/>
<Actor seed="257"/>
</Entity>
<Entity uid="15600">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="920.32789" z="55.78367"/>
<Orientation y="0.04036"/>
<Actor seed="250"/>
</Entity>
<Entity uid="15601">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="942.48633" z="138.76566"/>
<Orientation y="2.35621"/>
<Actor seed="52450"/>
</Entity>
<Entity uid="15602">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="936.56611" z="133.16568"/>
<Orientation y="2.35621"/>
<Actor seed="2366"/>
</Entity>
<Entity uid="15603">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="937.72492" z="130.82499"/>
<Orientation y="2.35621"/>
<Actor seed="57188"/>
</Entity>
<Entity uid="15604">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="930.27149" z="128.05378"/>
<Orientation y="2.35621"/>
<Actor seed="23722"/>
</Entity>
<Entity uid="15605">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="927.50458" z="120.79822"/>
<Orientation y="2.35621"/>
<Actor seed="33172"/>
</Entity>
<Entity uid="15606">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="919.85926" z="75.32224"/>
<Orientation y="2.35621"/>
<Actor seed="59640"/>
</Entity>
<Entity uid="15607">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="911.42804" z="89.03878"/>
<Orientation y="2.35621"/>
<Actor seed="43850"/>
</Entity>
<Entity uid="15608">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="914.45136" z="75.33054"/>
<Orientation y="2.35621"/>
<Actor seed="35392"/>
</Entity>
<Entity uid="15609">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="912.74811" z="78.45612"/>
<Orientation y="2.35621"/>
<Actor seed="52606"/>
</Entity>
<Entity uid="15610">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="918.18061" z="67.61348"/>
<Orientation y="2.35621"/>
<Actor seed="60868"/>
</Entity>
<Entity uid="15611">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="901.81043" z="104.0417"/>
<Orientation y="2.35621"/>
<Actor seed="44998"/>
</Entity>
<Entity uid="15612">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="911.03254" z="84.51128"/>
<Orientation y="9.84752"/>
<Actor seed="1057"/>
</Entity>
<Entity uid="15613">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="915.23359" z="81.68175"/>
<Orientation y="7.84012"/>
<Actor seed="1141"/>
</Entity>
<Entity uid="15614">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="920.41437" z="72.50524"/>
<Orientation y="11.36303"/>
<Actor seed="1142"/>
</Entity>
<Entity uid="15615">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="909.49891" z="98.62111"/>
<Orientation y="17.34525"/>
<Actor seed="1233"/>
</Entity>
<Entity uid="15616">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="917.84546" z="127.49828"/>
<Orientation y="14.52237"/>
<Actor seed="1235"/>
</Entity>
<Entity uid="15617">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="905.63947" z="86.21859"/>
<Orientation y="6.67972"/>
<Actor seed="1139"/>
</Entity>
<Entity uid="15618">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="909.18976" z="88.06145"/>
<Orientation y="9.78815"/>
<Actor seed="1140"/>
</Entity>
<Entity uid="15619">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="928.73371" z="119.66282"/>
<Orientation y="13.3293"/>
<Actor seed="1051"/>
</Entity>
<Entity uid="15620">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="909.22004" z="101.0624"/>
<Orientation y="11.87737"/>
<Actor seed="1052"/>
</Entity>
<Entity uid="15621">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="909.23273" z="101.95188"/>
<Orientation y="6.34777"/>
<Actor seed="1053"/>
</Entity>
<Entity uid="15622">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="908.49805" z="91.09258"/>
<Orientation y="6.00293"/>
<Actor seed="1054"/>
</Entity>
<Entity uid="15623">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="918.38654" z="142.37244"/>
<Orientation y="13.10688"/>
<Actor seed="1056"/>
</Entity>
<Entity uid="15624">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.34858" z="136.9145"/>
<Orientation y="15.28106"/>
<Actor seed="1057"/>
</Entity>
<Entity uid="15625">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="917.59675" z="120.3654"/>
<Orientation y="7.1883"/>
<Actor seed="1135"/>
</Entity>
<Entity uid="15626">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="921.9607" z="122.99088"/>
<Orientation y="8.14072"/>
<Actor seed="1136"/>
</Entity>
<Entity uid="15627">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="909.51178" z="135.09351"/>
<Orientation y="6.98806"/>
<Actor seed="1137"/>
</Entity>
<Entity uid="15628">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="931.5052" z="116.7335"/>
<Orientation y="13.27366"/>
<Actor seed="1141"/>
</Entity>
<Entity uid="15629">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="920.9676" z="121.5828"/>
<Orientation y="11.28144"/>
<Actor seed="1142"/>
</Entity>
<Entity uid="15630">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="936.04816" z="119.71222"/>
<Orientation y="14.83021"/>
<Actor seed="1230"/>
</Entity>
<Entity uid="15631">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="915.92591" z="127.98296"/>
<Orientation y="7.68967"/>
<Actor seed="1232"/>
</Entity>
<Entity uid="15632">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="910.54737" z="127.30095"/>
<Orientation y="18.12383"/>
<Actor seed="1233"/>
</Entity>
<Entity uid="15633">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="925.82056" z="128.56196"/>
<Orientation y="7.25477"/>
<Actor seed="1235"/>
</Entity>
<Entity uid="15634">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="912.73682" z="138.93378"/>
<Orientation y="12.11326"/>
<Actor seed="1139"/>
</Entity>
<Entity uid="15635">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="914.52393" z="125.45618"/>
<Orientation y="15.66552"/>
<Actor seed="1140"/>
</Entity>
<Entity uid="15636">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="938.0152" z="144.38193"/>
<Orientation y="6.30745"/>
<Actor seed="1235"/>
</Entity>
<Entity uid="15637">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="930.91474" z="140.69626"/>
<Orientation y="11.83014"/>
<Actor seed="1233"/>
</Entity>
<Entity uid="15638">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="939.8581" z="140.8318"/>
<Orientation y="5.84791"/>
<Actor seed="1142"/>
</Entity>
<Entity uid="15639">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="932.75763" z="137.1461"/>
<Orientation y="7.84012"/>
<Actor seed="1141"/>
</Entity>
<Entity uid="15640">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="929.20746" z="135.30326"/>
<Orientation y="9.78815"/>
<Actor seed="1140"/>
</Entity>
<Entity uid="15641">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="926.99842" z="148.1597"/>
<Orientation y="5.60218"/>
<Actor seed="1139"/>
</Entity>
<Entity uid="15642">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="931.05024" z="131.75309"/>
<Orientation y="9.84752"/>
<Actor seed="1057"/>
</Entity>
<Entity uid="15643">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="927.50007" z="129.91025"/>
<Orientation y="7.67334"/>
<Actor seed="1056"/>
</Entity>
<Entity uid="15644">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="904.59412" z="105.1701"/>
<Orientation y="13.64533"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="15645">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="899.57813" z="103.51398"/>
<Orientation y="8.5151"/>
<Actor seed="1134"/>
</Entity>
<Entity uid="15646">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="919.90485" z="188.36826"/>
<Orientation y="4.55271"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="15647">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="916.98536" z="75.38088"/>
<Orientation y="1.61001"/>
<Actor seed="1031"/>
</Entity>
<Entity uid="15648">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="909.7992" z="71.86538"/>
<Orientation y="1.60381"/>
<Actor seed="1032"/>
</Entity>
<Entity uid="15649">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="916.32996" z="68.20853"/>
<Orientation y="9.51943"/>
<Actor seed="1038"/>
</Entity>
<Entity uid="15650">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="910.73523" z="67.37235"/>
<Orientation y="5.42127"/>
<Actor seed="1039"/>
</Entity>
<Entity uid="15651">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="891.0224" z="109.29177"/>
<Orientation y="12.92852"/>
<Actor seed="1040"/>
</Entity>
<Entity uid="15652">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="921.78345" z="142.15168"/>
<Orientation y="5.63369"/>
<Actor seed="1041"/>
</Entity>
<Entity uid="15653">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="925.40156" z="143.85734"/>
<Orientation y="6.31344"/>
<Actor seed="1042"/>
</Entity>
<Entity uid="15654">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="913.3147" z="64.67911"/>
<Orientation y="0.41698"/>
<Actor seed="1218"/>
</Entity>
<Entity uid="15655">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="893.30597" z="80.37716"/>
<Orientation y="7.6957"/>
<Actor seed="1220"/>
</Entity>
<Entity uid="15656">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="912.57978" z="136.48768"/>
<Orientation y="-1.18274"/>
<Actor seed="1221"/>
</Entity>
<Entity uid="15657">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="911.06702" z="132.7848"/>
<Orientation y="-1.17165"/>
<Actor seed="1222"/>
</Entity>
<Entity uid="15658">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="917.47492" z="189.39621"/>
<Orientation y="0.64303"/>
<Actor seed="1223"/>
</Entity>
<Entity uid="15659">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="916.28272" z="134.97495"/>
<Orientation y="-0.58611"/>
<Actor seed="1224"/>
</Entity>
<Entity uid="15660">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="912.13166" z="131.12565"/>
<Orientation y="4.26851"/>
<Actor seed="1226"/>
</Entity>
<Entity uid="15661">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="908.51142" z="126.77892"/>
<Orientation y="8.15403"/>
<Actor seed="1227"/>
</Entity>
<Entity uid="15662">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="911.5569" z="68.27225"/>
<Orientation y="4.18436"/>
<Actor seed="1119"/>
</Entity>
<Entity uid="15663">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="910.75043" z="60.60706"/>
<Orientation y="4.17765"/>
<Actor seed="1122"/>
</Entity>
<Entity uid="15664">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="897.46436" z="69.66158"/>
<Orientation y="4.40714"/>
<Actor seed="1123"/>
</Entity>
<Entity uid="15665">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="893.46955" z="106.70034"/>
<Orientation y="3.13024"/>
<Actor seed="1124"/>
</Entity>
<Entity uid="15666">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="917.81849" z="140.2039"/>
<Orientation y="8.40725"/>
<Actor seed="1125"/>
</Entity>
<Entity uid="15667">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="919.96656" z="134.87021"/>
<Orientation y="0.82808"/>
<Actor seed="1127"/>
</Entity>
<Entity uid="15668">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="922.29395" z="185.69434"/>
<Orientation y="5.85383"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="15669">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="826.89228" z="101.19994"/>
<Orientation y="-5.44443"/>
<Actor seed="2979"/>
</Entity>
<Entity uid="15670">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="935.3567" z="31.19423"/>
<Orientation y="-3.58016"/>
<Actor seed="2978"/>
</Entity>
<Entity uid="15671">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="821.11597" z="107.88152"/>
<Orientation y="3.20752"/>
<Actor seed="2977"/>
</Entity>
<Entity uid="15672">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="935.65296" z="146.6255"/>
<Orientation y="2.35621"/>
<Actor seed="11214"/>
</Entity>
<Entity uid="15673">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="893.667" z="114.0247"/>
<Orientation y="2.35621"/>
<Actor seed="46668"/>
</Entity>
<Entity uid="15674">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="905.56415" z="81.22303"/>
<Orientation y="2.35621"/>
<Actor seed="51818"/>
</Entity>
<Entity uid="15675">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="944.40137" z="143.45127"/>
<Orientation y="2.35621"/>
<Actor seed="12856"/>
</Entity>
<Entity uid="15676">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="953.18482" z="141.79551"/>
<Orientation y="2.35621"/>
<Actor seed="6700"/>
</Entity>
<Entity uid="15677">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="944.40357" z="140.31067"/>
<Orientation y="2.35621"/>
<Actor seed="32752"/>
</Entity>
<Entity uid="15678">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="958.50336" z="140.90076"/>
<Orientation y="2.35621"/>
<Actor seed="48810"/>
</Entity>
<Entity uid="15679">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="924.89557" z="186.61576"/>
<Orientation y="2.35621"/>
<Actor seed="55230"/>
</Entity>
<Entity uid="15681">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="900.38874" z="87.57596"/>
<Orientation y="2.35621"/>
<Actor seed="60944"/>
</Entity>
<Entity uid="15682">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="924.88032" z="131.66037"/>
<Orientation y="2.35621"/>
<Actor seed="10332"/>
</Entity>
<Entity uid="15683">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="914.57422" z="133.88071"/>
<Orientation y="2.35621"/>
<Actor seed="16640"/>
</Entity>
<Entity uid="15684">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="911.41614" z="128.56742"/>
<Orientation y="2.35621"/>
<Actor seed="42584"/>
</Entity>
<Entity uid="15685">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="899.086" z="72.32786"/>
<Orientation y="2.35621"/>
<Actor seed="55000"/>
</Entity>
<Entity uid="15686">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="918.4701" z="78.851"/>
<Orientation y="2.35621"/>
<Actor seed="22692"/>
</Entity>
<Entity uid="15687">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="903.44123" z="95.3727"/>
<Orientation y="2.35621"/>
<Actor seed="31428"/>
</Entity>
<Entity uid="15688">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="901.2187" z="85.5709"/>
<Orientation y="2.35621"/>
<Actor seed="63924"/>
</Entity>
<Entity uid="15689">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="919.89875" z="127.33761"/>
<Orientation y="2.35621"/>
<Actor seed="47446"/>
</Entity>
<Entity uid="15690">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="895.28394" z="84.56107"/>
<Orientation y="2.35621"/>
<Actor seed="32760"/>
</Entity>
<Entity uid="15691">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="919.14582" z="138.31635"/>
<Orientation y="2.35621"/>
<Actor seed="27342"/>
</Entity>
<Entity uid="15692">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="905.11744" z="69.59974"/>
<Orientation y="2.35621"/>
<Actor seed="32764"/>
</Entity>
<Entity uid="15693">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="894.38117" z="77.6234"/>
<Orientation y="2.35621"/>
<Actor seed="35268"/>
</Entity>
<Entity uid="15694">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="901.378" z="90.88428"/>
<Orientation y="2.35621"/>
<Actor seed="35154"/>
</Entity>
<Entity uid="15695">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="894.11878" z="69.23513"/>
<Orientation y="2.35621"/>
<Actor seed="15676"/>
</Entity>
<Entity uid="15696">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="896.42664" z="78.36231"/>
<Orientation y="2.35621"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="15697">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="901.26343" z="69.43642"/>
<Orientation y="2.35621"/>
<Actor seed="13370"/>
</Entity>
<Entity uid="15698">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="894.45197" z="74.31173"/>
<Orientation y="2.35621"/>
<Actor seed="2774"/>
</Entity>
<Entity uid="15699">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="900.34858" z="109.49563"/>
<Orientation y="2.35621"/>
<Actor seed="62076"/>
</Entity>
<Entity uid="15700">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="922.32093" z="139.67493"/>
<Orientation y="2.35621"/>
<Actor seed="63824"/>
</Entity>
<Entity uid="15701">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="905.83411" z="76.55524"/>
<Orientation y="2.35621"/>
<Actor seed="30354"/>
</Entity>
<Entity uid="15702">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="892.33216" z="110.62378"/>
<Orientation y="2.35621"/>
<Actor seed="12154"/>
</Entity>
<Entity uid="15703">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="898.81965" z="79.96068"/>
<Orientation y="2.35621"/>
<Actor seed="63822"/>
</Entity>
<Entity uid="15704">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="899.63074" z="107.81069"/>
<Orientation y="2.35621"/>
<Actor seed="34194"/>
</Entity>
<Entity uid="15705">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="903.61695" z="97.65822"/>
<Orientation y="2.35621"/>
<Actor seed="19814"/>
</Entity>
<Entity uid="15709">
<Template>actor|structures/carthaginians/short_wall_medium.xml</Template>
<Position x="229.96134" z="617.83741"/>
<Orientation y="3.80503"/>
<Actor seed="23432"/>
</Entity>
<Entity uid="15710">
<Template>actor|structures/carthaginians/short_wall_tower.xml</Template>
<Position x="225.45673" z="621.36011"/>
<Orientation y="3.82656"/>
<Actor seed="50036"/>
</Entity>
<Entity uid="15711">
<Template>actor|structures/carthaginians/short_wall_tower.xml</Template>
<Position x="234.57264" z="614.323"/>
<Orientation y="3.82656"/>
<Actor seed="50036"/>
</Entity>
<Entity uid="15712">
<Template>actor|structures/carthaginians/short_wall_short.xml</Template>
<Position x="226.75605" z="623.10163"/>
<Orientation y="2.22278"/>
<Actor seed="26692"/>
</Entity>
<Entity uid="15713">
<Template>actor|structures/carthaginians/short_wall_short.xml</Template>
<Position x="235.92902" z="616.11792"/>
<Orientation y="2.22278"/>
<Actor seed="26692"/>
</Entity>
<Entity uid="15714">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="140.57084" z="586.77753"/>
<Orientation y="2.35621"/>
<Actor seed="48078"/>
</Entity>
<Entity uid="15715">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="162.42737" z="557.90143"/>
<Orientation y="2.35621"/>
<Actor seed="60510"/>
</Entity>
<Entity uid="15716">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="139.20383" z="572.85071"/>
<Orientation y="2.35621"/>
<Actor seed="27770"/>
</Entity>
<Entity uid="15717">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="144.66596" z="571.39698"/>
<Orientation y="2.35621"/>
<Actor seed="49806"/>
</Entity>
<Entity uid="15718">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="149.19162" z="567.2519"/>
<Orientation y="2.35621"/>
<Actor seed="39278"/>
</Entity>
<Entity uid="15719">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="148.32932" z="563.10456"/>
<Orientation y="2.35621"/>
<Actor seed="29138"/>
</Entity>
<Entity uid="15720">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="154.76496" z="564.09125"/>
<Orientation y="2.35621"/>
<Actor seed="39036"/>
</Entity>
<Entity uid="15721">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="160.76246" z="562.78058"/>
<Orientation y="1.16456"/>
<Actor seed="16486"/>
</Entity>
<Entity uid="15722">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="166.19983" z="559.74427"/>
<Orientation y="2.35621"/>
<Actor seed="62164"/>
</Entity>
<Entity uid="15723">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="175.91678" z="553.81971"/>
<Orientation y="2.35621"/>
<Actor seed="25440"/>
</Entity>
<Entity uid="15724">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="169.45798" z="556.03687"/>
<Orientation y="2.35621"/>
<Actor seed="26394"/>
</Entity>
<Entity uid="15725">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="173.41562" z="556.68335"/>
<Orientation y="4.26781"/>
<Actor seed="5424"/>
</Entity>
<Entity uid="15726">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="155.46268" z="559.3647"/>
<Orientation y="2.35621"/>
<Actor seed="13060"/>
</Entity>
<Entity uid="15727">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="134.19434" z="584.70191"/>
<Orientation y="2.35621"/>
<Actor seed="46172"/>
</Entity>
<Entity uid="15728">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="136.49683" z="582.93091"/>
<Orientation y="2.35621"/>
<Actor seed="16974"/>
</Entity>
<Entity uid="15729">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="142.82361" z="570.23481"/>
<Orientation y="2.35621"/>
<Actor seed="63454"/>
</Entity>
<Entity uid="15730">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="133.74549" z="582.61048"/>
<Orientation y="2.35621"/>
<Actor seed="37354"/>
</Entity>
<Entity uid="15731">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="134.75657" z="576.40558"/>
<Orientation y="2.35621"/>
<Actor seed="35048"/>
</Entity>
<Entity uid="15732">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="153.62586" z="561.75385"/>
<Orientation y="2.35621"/>
<Actor seed="62554"/>
</Entity>
<Entity uid="15733">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="152.36588" z="557.32526"/>
<Orientation y="2.35621"/>
<Actor seed="24864"/>
</Entity>
<Entity uid="15734">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="158.30811" z="555.30439"/>
<Orientation y="2.35621"/>
<Actor seed="44130"/>
</Entity>
<Entity uid="15735">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="161.89484" z="553.15564"/>
<Orientation y="2.35621"/>
<Actor seed="47430"/>
</Entity>
<Entity uid="15736">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="181.08625" z="550.59021"/>
<Orientation y="2.35621"/>
<Actor seed="23672"/>
</Entity>
<Entity uid="15737">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="171.32694" z="550.24653"/>
<Orientation y="2.35621"/>
<Actor seed="54186"/>
</Entity>
<Entity uid="15738">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="156.23758" z="515.81165"/>
<Orientation y="2.35621"/>
<Actor seed="37012"/>
</Entity>
<Entity uid="15739">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="177.96308" z="551.30164"/>
<Orientation y="2.35621"/>
<Actor seed="41920"/>
</Entity>
<Entity uid="15740">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="138.40525" z="570.24708"/>
<Orientation y="2.35621"/>
<Actor seed="63582"/>
</Entity>
<Entity uid="15741">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="150.15836" z="560.97742"/>
<Orientation y="2.35621"/>
<Actor seed="35960"/>
</Entity>
<Entity uid="15742">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="133.21811" z="568.39124"/>
<Orientation y="2.35621"/>
<Actor seed="58670"/>
</Entity>
<Entity uid="15743">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="135.62256" z="570.1396"/>
<Orientation y="2.35621"/>
<Actor seed="47978"/>
</Entity>
<Entity uid="15744">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="129.3801" z="569.8011"/>
<Orientation y="2.35621"/>
<Actor seed="47478"/>
</Entity>
<Entity uid="15745">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="132.39185" z="565.19861"/>
<Orientation y="2.35621"/>
<Actor seed="22380"/>
</Entity>
<Entity uid="15746">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="162.39786" z="548.69935"/>
<Orientation y="2.35621"/>
<Actor seed="29858"/>
</Entity>
<Entity uid="15747">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="157.63407" z="552.71052"/>
<Orientation y="2.35621"/>
<Actor seed="24570"/>
</Entity>
<Entity uid="15748">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="145.49714" z="567.77436"/>
<Orientation y="2.35621"/>
<Actor seed="37568"/>
</Entity>
<Entity uid="15749">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="139.5604" z="568.05463"/>
<Orientation y="2.35621"/>
<Actor seed="14176"/>
</Entity>
<Entity uid="15750">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="133.59247" z="562.68073"/>
<Orientation y="2.35621"/>
<Actor seed="49290"/>
</Entity>
<Entity uid="15751">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="129.34559" z="566.66761"/>
<Orientation y="2.35621"/>
<Actor seed="46672"/>
</Entity>
<Entity uid="15752">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="129.86451" z="581.35761"/>
<Orientation y="2.35621"/>
<Actor seed="48664"/>
</Entity>
<Entity uid="15753">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="130.79029" z="573.39228"/>
<Orientation y="2.35621"/>
<Actor seed="38094"/>
</Entity>
<Entity uid="15754">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="148.82001" z="557.14344"/>
<Orientation y="2.35621"/>
<Actor seed="51806"/>
</Entity>
<Entity uid="15755">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="178.09318" z="548.22901"/>
<Orientation y="2.35621"/>
<Actor seed="61690"/>
</Entity>
<Entity uid="15756">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="163.75489" z="546.60169"/>
<Orientation y="2.35621"/>
<Actor seed="51752"/>
</Entity>
<Entity uid="15757">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="136.36783" z="563.17896"/>
<Orientation y="2.35621"/>
<Actor seed="61186"/>
</Entity>
<Entity uid="15758">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="138.26777" z="564.70331"/>
<Orientation y="2.35621"/>
<Actor seed="54028"/>
</Entity>
<Entity uid="15759">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="142.48792" z="565.38038"/>
<Orientation y="2.35621"/>
<Actor seed="21836"/>
</Entity>
<Entity uid="15760">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="144.74769" z="561.12647"/>
<Orientation y="2.35621"/>
<Actor seed="13308"/>
</Entity>
<Entity uid="15761">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="146.7783" z="556.93573"/>
<Orientation y="2.35621"/>
<Actor seed="14198"/>
</Entity>
<Entity uid="15762">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="141.70438" z="558.16614"/>
<Orientation y="2.35621"/>
<Actor seed="24270"/>
</Entity>
<Entity uid="15763">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="141.00431" z="562.35169"/>
<Orientation y="2.35621"/>
<Actor seed="41558"/>
</Entity>
<Entity uid="15764">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="159.17774" z="548.92469"/>
<Orientation y="2.35621"/>
<Actor seed="15986"/>
</Entity>
<Entity uid="15765">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="154.2469" z="550.56269"/>
<Orientation y="2.35621"/>
<Actor seed="64472"/>
</Entity>
<Entity uid="15766">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="154.1992" z="553.87787"/>
<Orientation y="2.35621"/>
<Actor seed="15580"/>
</Entity>
<Entity uid="15767">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="150.72175" z="555.28705"/>
<Orientation y="2.35621"/>
<Actor seed="778"/>
</Entity>
<Entity uid="15768">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="131.07212" z="577.72193"/>
<Orientation y="2.35621"/>
<Actor seed="46644"/>
</Entity>
<Entity uid="15769">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="141.54441" z="590.53913"/>
<Orientation y="2.35621"/>
<Actor seed="10100"/>
</Entity>
<Entity uid="15770">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="135.20707" z="586.91968"/>
<Orientation y="2.35621"/>
<Actor seed="3370"/>
</Entity>
<Entity uid="15771">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="127.5498" z="574.48212"/>
<Orientation y="2.35621"/>
<Actor seed="37148"/>
</Entity>
<Entity uid="15772">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="139.00815" z="559.89686"/>
<Orientation y="2.35621"/>
<Actor seed="13160"/>
</Entity>
<Entity uid="15773">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="155.731" z="548.6421"/>
<Orientation y="2.35621"/>
<Actor seed="19590"/>
</Entity>
<Entity uid="15774">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="170.51221" z="557.46479"/>
<Orientation y="2.35621"/>
<Actor seed="57858"/>
</Entity>
<Entity uid="15775">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="179.27292" z="553.5207"/>
<Orientation y="2.35621"/>
<Actor seed="23656"/>
</Entity>
<Entity uid="15776">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="157.98514" z="564.20423"/>
<Orientation y="2.35621"/>
<Actor seed="9354"/>
</Entity>
<Entity uid="15777">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="151.47141" z="564.19886"/>
<Orientation y="2.35621"/>
<Actor seed="61058"/>
</Entity>
<Entity uid="15778">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="151.53357" z="568.62269"/>
<Orientation y="2.35621"/>
<Actor seed="20584"/>
</Entity>
<Entity uid="15779">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="147.0308" z="569.52997"/>
<Orientation y="2.35621"/>
<Actor seed="63156"/>
</Entity>
<Entity uid="15780">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="142.15387" z="572.95496"/>
<Orientation y="2.35621"/>
<Actor seed="64952"/>
</Entity>
<Entity uid="15781">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="140.3862" z="575.54139"/>
<Orientation y="2.35621"/>
<Actor seed="24920"/>
</Entity>
<Entity uid="15782">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="164.3108" z="562.14832"/>
<Orientation y="2.35621"/>
<Actor seed="6476"/>
</Entity>
<Entity uid="15783">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="156.29706" z="545.57007"/>
<Orientation y="2.35621"/>
<Actor seed="57934"/>
</Entity>
<Entity uid="15784">
<Template>structures/ptol_dock</Template>
<Player>1</Player>
<Position x="987.8393" z="1617.36622"/>
<Orientation y="0.74738"/>
<Actor seed="19686"/>
</Entity>
<Entity uid="15785">
<Template>units/ptol_ship_merchant</Template>
<Player>1</Player>
<Position x="987.0171" z="1656.80127"/>
<Orientation y="-0.79877"/>
<Actor seed="38844"/>
</Entity>
<Entity uid="15799">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1951.32886" z="1422.2605"/>
<Orientation y="2.35621"/>
<Actor seed="21946"/>
</Entity>
<Entity uid="15800">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1954.06971" z="1417.58106"/>
<Orientation y="2.35621"/>
<Actor seed="28362"/>
</Entity>
<Entity uid="15801">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="103.80031" z="776.95521"/>
<Orientation y="0.09365"/>
<Actor seed="3040"/>
</Entity>
<Entity uid="15802">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="118.24181" z="785.18964"/>
<Orientation y="-2.9685"/>
<Actor seed="3002"/>
</Entity>
<Entity uid="15804">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="300.1219" z="868.35761"/>
<Orientation y="3.69906"/>
<Actor seed="21174"/>
</Entity>
<Entity uid="15805">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="306.27796" z="859.55732"/>
<Orientation y="3.01203"/>
<Actor seed="33124"/>
</Entity>
<Entity uid="15806">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="302.12552" z="863.49897"/>
<Orientation y="4.23142"/>
<Actor seed="6326"/>
</Entity>
<Entity uid="15808">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="302.09028" z="858.85053"/>
<Orientation y="2.35621"/>
<Actor seed="47684"/>
</Entity>
<Entity uid="15809">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="304.71271" z="860.49183"/>
<Orientation y="2.35621"/>
<Actor seed="25122"/>
</Entity>
<Entity uid="15810">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="299.47104" z="862.78742"/>
<Orientation y="2.35621"/>
<Actor seed="49370"/>
</Entity>
<Entity uid="15811">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="296.76255" z="870.23475"/>
<Orientation y="2.35621"/>
<Actor seed="1574"/>
</Entity>
<Entity uid="15816">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="300.0665" z="859.34015"/>
<Orientation y="1.368"/>
<Actor seed="29342"/>
</Entity>
<Entity uid="15820">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="308.53397" z="857.41181"/>
<Orientation y="1.84795"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15821">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="299.0713" z="860.88947"/>
<Orientation y="2.35621"/>
<Actor seed="29378"/>
</Entity>
<Entity uid="15822">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="304.4337" z="858.01935"/>
<Orientation y="1.29732"/>
<Actor seed="21004"/>
</Entity>
<Entity uid="15823">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="306.0987" z="858.0746"/>
<Orientation y="3.01203"/>
<Actor seed="33124"/>
</Entity>
<Entity uid="15846">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="299.94294" z="839.15223"/>
<Orientation y="2.35526"/>
<Actor seed="50294"/>
</Entity>
<Entity uid="15851">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="303.0641" z="861.15156"/>
<Orientation y="5.44501"/>
<Actor seed="17308"/>
</Entity>
<Entity uid="15855">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="293.94114" z="844.63367"/>
<Orientation y="2.31041"/>
<Actor seed="16972"/>
</Entity>
<Entity uid="15862">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="298.41724" z="841.8448"/>
<Orientation y="4.23142"/>
<Actor seed="6326"/>
</Entity>
<Entity uid="15863">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="297.36368" z="845.09858"/>
<Orientation y="2.35622"/>
<Actor seed="47684"/>
</Entity>
<Entity uid="15864">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="305.33295" z="840.20887"/>
<Orientation y="2.48826"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15865">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="303.85502" z="838.77546"/>
<Orientation y="3.82456"/>
<Actor seed="33124"/>
</Entity>
<Entity uid="15866">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="306.3111" z="838.15406"/>
<Orientation y="4.24238"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15867">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="293.37409" z="846.52717"/>
<Orientation y="3.69907"/>
<Actor seed="21174"/>
</Entity>
<Entity uid="15868">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="293.27106" z="845.55256"/>
<Orientation y="1.84795"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15869">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="295.19636" z="844.80378"/>
<Orientation y="2.74114"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15870">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="292.73661" z="847.7458"/>
<Orientation y="1.84795"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15871">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="290.636" z="848.94043"/>
<Orientation y="1.21991"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15872">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="292.21641" z="844.93879"/>
<Orientation y="1.21991"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15873">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="291.53052" z="846.34656"/>
<Orientation y="1.21991"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15874">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="312.48697" z="855.33997"/>
<Orientation y="2.7182"/>
<Actor seed="1396"/>
</Entity>
<Entity uid="15875">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="304.3277" z="840.16584"/>
<Orientation y="2.35621"/>
<Actor seed="3902"/>
</Entity>
<Entity uid="15876">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="300.2403" z="867.91486"/>
<Orientation y="2.35621"/>
<Actor seed="15136"/>
</Entity>
<Entity uid="15877">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="297.78687" z="866.92212"/>
<Orientation y="2.35621"/>
<Actor seed="3998"/>
</Entity>
<Entity uid="15879">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="289.57984" z="844.02942"/>
<Orientation y="2.66596"/>
<Actor seed="49588"/>
</Entity>
<Entity uid="15880">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="290.46988" z="844.9632"/>
<Orientation y="2.35621"/>
<Actor seed="23852"/>
</Entity>
<Entity uid="15881">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="279.0582" z="844.09467"/>
<Orientation y="2.35621"/>
<Actor seed="55722"/>
</Entity>
<Entity uid="15882">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="280.84006" z="844.36792"/>
<Orientation y="2.35621"/>
<Actor seed="35616"/>
</Entity>
<Entity uid="15883">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="313.53498" z="837.81464"/>
<Orientation y="2.35621"/>
<Actor seed="624"/>
</Entity>
<Entity uid="15884">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="315.60035" z="837.0727"/>
<Orientation y="2.50136"/>
<Actor seed="50230"/>
</Entity>
<Entity uid="15885">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="313.5597" z="837.17084"/>
<Orientation y="-0.11306"/>
<Actor seed="9700"/>
</Entity>
<Entity uid="15888">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="315.3289" z="837.92914"/>
<Orientation y="0.01253"/>
<Actor seed="26646"/>
</Entity>
<Entity uid="15889">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="311.1728" z="837.56476"/>
<Orientation y="6.1966"/>
<Actor seed="28360"/>
</Entity>
<Entity uid="15890">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="317.2776" z="839.19391"/>
<Orientation y="2.50264"/>
<Actor seed="1396"/>
</Entity>
<Entity uid="15891">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="312.31696" z="837.61786"/>
<Orientation y="1.84795"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15892">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="316.01923" z="838.24482"/>
<Orientation y="1.84795"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15893">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="314.26633" z="836.7674"/>
<Orientation y="2.1104"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15894">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="309.67835" z="838.94312"/>
<Orientation y="1.84795"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15895">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="308.19129" z="838.21772"/>
<Orientation y="1.06867"/>
<Actor seed="54868"/>
</Entity>
<Entity uid="15896">
<Template>structures/pers_corral</Template>
<Player>0</Player>
<Position x="304.01069" z="873.72742"/>
<Orientation y="1.07081"/>
<Actor seed="28382"/>
</Entity>
<Entity uid="15899">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="301.34461" z="862.67005"/>
<Orientation y="3.5006"/>
<Actor seed="59404"/>
</Entity>
<Entity uid="15900">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="290.53885" z="847.39838"/>
<Orientation y="1.14524"/>
<Actor seed="22202"/>
</Entity>
<Entity uid="15901">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="296.90882" z="842.7881"/>
<Orientation y="2.35621"/>
<Actor seed="7848"/>
</Entity>
<Entity uid="15902">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="305.13013" z="859.57618"/>
<Orientation y="2.70298"/>
<Actor seed="39386"/>
</Entity>
<Entity uid="15903">
<Template>gaia/fauna_sheep</Template>
<Player>0</Player>
<Position x="295.8058" z="845.56812"/>
<Orientation y="2.35621"/>
<Actor seed="682"/>
</Entity>
<Entity uid="15904">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="306.30344" z="862.18573"/>
<Orientation y="2.20432"/>
<Actor seed="38048"/>
</Entity>
<Entity uid="15905">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="310.14542" z="858.0019"/>
<Orientation y="2.60816"/>
<Actor seed="38048"/>
</Entity>
<Entity uid="15906">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="307.8448" z="836.85993"/>
<Orientation y="4.22167"/>
<Actor seed="38048"/>
</Entity>
<Entity uid="15907">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="302.3986" z="835.88813"/>
<Orientation y="7.99732"/>
<Actor seed="38048"/>
</Entity>
<Entity uid="15909">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1149.78467" z="1314.70264"/>
<Orientation y="2.28525"/>
<Actor seed="1975"/>
</Entity>
<Entity uid="15910">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1155.78199" z="1311.30103"/>
<Orientation y="0.07705"/>
<Actor seed="45696"/>
</Entity>
<Entity uid="15911">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1142.02527" z="1322.5387"/>
<Orientation y="2.35621"/>
<Actor seed="59090"/>
</Entity>
<Entity uid="15912">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1159.24256" z="1323.01478"/>
<Orientation y="2.35621"/>
<Actor seed="52766"/>
</Entity>
<Entity uid="15913">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1135.76172" z="1371.16883"/>
<Orientation y="2.35621"/>
<Actor seed="25046"/>
</Entity>
<Entity uid="15914">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1128.12256" z="1380.76771"/>
<Orientation y="2.35621"/>
<Actor seed="50882"/>
</Entity>
<Entity uid="15915">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1117.57593" z="1393.32227"/>
<Orientation y="2.35621"/>
<Actor seed="49444"/>
</Entity>
<Entity uid="15916">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1143.40271" z="1299.14039"/>
<Orientation y="2.35621"/>
<Actor seed="14952"/>
</Entity>
<Entity uid="15917">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1160.88978" z="1338.06714"/>
<Orientation y="2.35621"/>
<Actor seed="27072"/>
</Entity>
<Entity uid="15918">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1141.17444" z="1306.2975"/>
<Orientation y="2.35621"/>
<Actor seed="3370"/>
</Entity>
<Entity uid="15919">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1122.12293" z="1293.31348"/>
<Orientation y="2.35621"/>
<Actor seed="21422"/>
</Entity>
<Entity uid="15920">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1120.56507" z="1278.61536"/>
<Orientation y="2.35621"/>
<Actor seed="45640"/>
</Entity>
<Entity uid="15921">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1158.98523" z="1316.5641"/>
<Orientation y="3.87905"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="15922">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1127.01758" z="1280.31605"/>
<Orientation y="3.4712"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15923">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1127.30188" z="1291.64087"/>
<Orientation y="0.48073"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15924">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1136.58912" z="1279.1438"/>
<Orientation y="-2.686"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15925">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1126.073" z="1263.67896"/>
<Orientation y="1.92768"/>
<Actor seed="45640"/>
</Entity>
<Entity uid="15926">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1136.1532" z="1292.79261"/>
<Orientation y="-7.58574"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15927">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1147.65613" z="1290.76355"/>
<Orientation y="0.54296"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15928">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1148.45325" z="1279.86634"/>
<Orientation y="-5.92748"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15929">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1150.17188" z="1291.08204"/>
<Orientation y="0.96528"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15930">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1156.30127" z="1279.23462"/>
<Orientation y="2.0051"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15931">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1136.76465" z="1271.02149"/>
<Orientation y="0.9653"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15932">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1135.65589" z="1268.01734"/>
<Orientation y="-4.42135"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15933">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1146.96363" z="1274.29505"/>
<Orientation y="0.9653"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15934">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1148.01404" z="1302.00464"/>
<Orientation y="-9.89457"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15935">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1141.37598" z="1272.88733"/>
<Orientation y="-3.62386"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15936">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1146.22486" z="1269.25355"/>
<Orientation y="-4.65618"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15937">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1133.20423" z="1298.66346"/>
<Orientation y="2.66335"/>
<Actor seed="45640"/>
</Entity>
<Entity uid="15938">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1123.39454" z="1300.51246"/>
<Orientation y="2.88421"/>
<Actor seed="16154"/>
</Entity>
<Entity uid="15939">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1161.56373" z="1298.1692"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="15940">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1157.099" z="1304.02112"/>
<Orientation y="-12.54345"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15941">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1165.17945" z="1292.21668"/>
<Orientation y="-12.24117"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15942">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1166.91468" z="1301.98536"/>
<Orientation y="0.47051"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15943">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1157.20838" z="1298.08106"/>
<Orientation y="-0.16538"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15944">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1158.7422" z="1293.59974"/>
<Orientation y="1.4897"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15945">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1164.94349" z="1319.54004"/>
<Orientation y="0.54218"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15946">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1153.77308" z="1320.61438"/>
<Orientation y="-1.56572"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15947">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1158.41102" z="1313.14051"/>
<Orientation y="1.3819"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15948">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1140.58912" z="1259.48755"/>
<Orientation y="-2.96436"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15949">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1164.39893" z="1301.27295"/>
<Orientation y="-0.13614"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15950">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1124.04773" z="1252.80018"/>
<Orientation y="2.35621"/>
<Actor seed="25998"/>
</Entity>
<Entity uid="15952">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1150.00147" z="1313.75318"/>
<Orientation y="2.35621"/>
<Actor seed="13430"/>
</Entity>
<Entity uid="15953">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1148.82142" z="1312.58057"/>
<Orientation y="2.35621"/>
<Actor seed="7178"/>
</Entity>
<Entity uid="15954">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1136.09083" z="1301.84339"/>
<Orientation y="2.35621"/>
<Actor seed="2532"/>
</Entity>
<Entity uid="15955">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1143.60962" z="1297.86316"/>
<Orientation y="2.35621"/>
<Actor seed="48630"/>
</Entity>
<Entity uid="15956">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1138.78235" z="1305.7002"/>
<Orientation y="2.35621"/>
<Actor seed="49904"/>
</Entity>
<Entity uid="15957">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1141.61231" z="1308.85328"/>
<Orientation y="2.35621"/>
<Actor seed="34610"/>
</Entity>
<Entity uid="15958">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1141.56348" z="1303.8274"/>
<Orientation y="2.35621"/>
<Actor seed="40928"/>
</Entity>
<Entity uid="15959">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1144.09253" z="1310.10682"/>
<Orientation y="2.35621"/>
<Actor seed="22576"/>
</Entity>
<Entity uid="15960">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1164.61976" z="1319.10328"/>
<Orientation y="2.35621"/>
<Actor seed="28350"/>
</Entity>
<Entity uid="15961">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1157.62745" z="1305.82178"/>
<Orientation y="2.35621"/>
<Actor seed="36134"/>
</Entity>
<Entity uid="15962">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1166.28736" z="1293.9784"/>
<Orientation y="2.35621"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="15963">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1167.06971" z="1302.15284"/>
<Orientation y="2.35621"/>
<Actor seed="63094"/>
</Entity>
<Entity uid="15964">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1156.30457" z="1302.36219"/>
<Orientation y="2.35621"/>
<Actor seed="17382"/>
</Entity>
<Entity uid="15965">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1157.37952" z="1292.0835"/>
<Orientation y="2.35621"/>
<Actor seed="13848"/>
</Entity>
<Entity uid="15966">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1156.60352" z="1291.53174"/>
<Orientation y="0.41373"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15967">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1146.57691" z="1293.67908"/>
<Orientation y="2.35621"/>
<Actor seed="13118"/>
</Entity>
<Entity uid="15968">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1155.2975" z="1311.14966"/>
<Orientation y="2.35621"/>
<Actor seed="17232"/>
</Entity>
<Entity uid="15969">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1143.94837" z="1297.81275"/>
<Orientation y="2.35621"/>
<Actor seed="56554"/>
</Entity>
<Entity uid="15970">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1129.8097" z="1253.41419"/>
<Orientation y="2.35621"/>
<Actor seed="1932"/>
</Entity>
<Entity uid="15971">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1135.38257" z="1252.96741"/>
<Orientation y="2.35621"/>
<Actor seed="8880"/>
</Entity>
<Entity uid="15972">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1136.71192" z="1252.65467"/>
<Orientation y="2.35621"/>
<Actor seed="45476"/>
</Entity>
<Entity uid="15973">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1142.36646" z="1297.80042"/>
<Orientation y="2.35621"/>
<Actor seed="56910"/>
</Entity>
<Entity uid="15974">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="906.24671" z="1332.5282"/>
<Orientation y="2.35621"/>
<Actor seed="36604"/>
</Entity>
<Entity uid="15975">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="927.86097" z="1359.37964"/>
<Orientation y="2.35621"/>
<Actor seed="45974"/>
</Entity>
<Entity uid="15976">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="927.86451" z="1358.97425"/>
<Orientation y="2.35621"/>
<Actor seed="29896"/>
</Entity>
<Entity uid="15977">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1084.97584" z="1245.74769"/>
<Orientation y="2.35621"/>
<Actor seed="11280"/>
</Entity>
<Entity uid="15978">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1092.30262" z="1230.08155"/>
<Orientation y="2.35621"/>
<Actor seed="65020"/>
</Entity>
<Entity uid="15979">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1112.59644" z="1219.9048"/>
<Orientation y="2.35621"/>
<Actor seed="26572"/>
</Entity>
<Entity uid="15980">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1127.5636" z="1246.64124"/>
<Orientation y="2.35621"/>
<Actor seed="46854"/>
</Entity>
<Entity uid="15981">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1123.05628" z="1235.73414"/>
<Orientation y="2.35621"/>
<Actor seed="8514"/>
</Entity>
<Entity uid="15982">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="999.71857" z="1224.83216"/>
<Orientation y="2.35621"/>
<Actor seed="24868"/>
</Entity>
<Entity uid="15983">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1096.84742" z="1275.28052"/>
<Orientation y="2.35621"/>
<Actor seed="4770"/>
</Entity>
<Entity uid="15984">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1011.30921" z="1136.6609"/>
<Orientation y="2.35621"/>
<Actor seed="25642"/>
</Entity>
<Entity uid="15985">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1006.23456" z="1111.06605"/>
<Orientation y="2.35621"/>
<Actor seed="37220"/>
</Entity>
<Entity uid="15986">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="992.99598" z="1123.2162"/>
<Orientation y="2.35621"/>
<Actor seed="10392"/>
</Entity>
<Entity uid="15987">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="981.74488" z="1116.42591"/>
<Orientation y="2.35621"/>
<Actor seed="63806"/>
</Entity>
<Entity uid="15988">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="989.03834" z="1380.82435"/>
<Orientation y="2.35621"/>
<Actor seed="27622"/>
</Entity>
<Entity uid="15989">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="989.22059" z="1378.56263"/>
<Orientation y="2.35621"/>
<Actor seed="61442"/>
</Entity>
<Entity uid="15990">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="990.224" z="1379.43482"/>
<Orientation y="2.35621"/>
<Actor seed="45516"/>
</Entity>
<Entity uid="15991">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="987.44782" z="1376.4972"/>
<Orientation y="2.35621"/>
<Actor seed="23276"/>
</Entity>
<Entity uid="15992">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="989.69928" z="1375.17762"/>
<Orientation y="2.35621"/>
<Actor seed="35188"/>
</Entity>
<Entity uid="15993">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1184.1521" z="1292.65931"/>
<Orientation y="-12.14711"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15994">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1176.42408" z="1301.83729"/>
<Orientation y="1.41768"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15995">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1172.27173" z="1316.92347"/>
<Orientation y="0.9838"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="15996">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1171.76868" z="1305.24341"/>
<Orientation y="-13.88268"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="15997">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1200.23609" z="1275.26856"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="15998">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1198.70899" z="1298.30237"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="15999">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1200.94983" z="1304.07081"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16000">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1191.76124" z="1296.5149"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16001">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1186.09717" z="1301.21631"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16002">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1185.2964" z="1309.30115"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16003">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1192.05335" z="1303.7079"/>
<Orientation y="4.59185"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16004">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1202.24488" z="1266.62989"/>
<Orientation y="-12.18158"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="16005">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1203.36023" z="1266.39197"/>
<Orientation y="2.35622"/>
<Actor seed="17382"/>
</Entity>
<Entity uid="16006">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1202.15857" z="1272.11512"/>
<Orientation y="-0.13614"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16007">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1203.05372" z="1275.24305"/>
<Orientation y="-1.11713"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16008">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1198.24476" z="1269.5763"/>
<Orientation y="-1.81012"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16009">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1203.76111" z="1270.45533"/>
<Orientation y="2.35622"/>
<Actor seed="17382"/>
</Entity>
<Entity uid="16010">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1196.51197" z="1279.53248"/>
<Orientation y="3.45307"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16011">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1179.13025" z="1295.78834"/>
<Orientation y="1.41768"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16012">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1174.74036" z="1291.54944"/>
<Orientation y="0.90412"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16013">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1169.87903" z="1297.65674"/>
<Orientation y="0.90412"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16014">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1178.8545" z="1295.55921"/>
<Orientation y="2.35622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16015">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1184.8097" z="1292.40333"/>
<Orientation y="2.35622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16016">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1177.36182" z="1301.16907"/>
<Orientation y="2.35622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16017">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1180.7389" z="1302.42298"/>
<Orientation y="0.90412"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16018">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1178.93604" z="1308.87598"/>
<Orientation y="0.53454"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16019">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1162.15711" z="1299.16382"/>
<Orientation y="0.64222"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16020">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1158.4618" z="1316.6764"/>
<Orientation y="-0.00495"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16021">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1194.03406" z="1292.25513"/>
<Orientation y="3.19462"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="16022">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1201.98243" z="1290.82337"/>
<Orientation y="2.35622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16023">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1203.56067" z="1291.06751"/>
<Orientation y="-3.16622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16024">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1199.0365" z="1290.03101"/>
<Orientation y="2.69277"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16025">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1200.55628" z="1289.89185"/>
<Orientation y="0.94932"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16026">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1203.87061" z="1281.85792"/>
<Orientation y="1.81936"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16027">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1201.10474" z="1281.87574"/>
<Orientation y="4.18877"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16028">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1192.0536" z="1281.48682"/>
<Orientation y="1.53164"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16029">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1190.92054" z="1275.99732"/>
<Orientation y="-0.39711"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16030">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1188.55799" z="1290.82056"/>
<Orientation y="2.35622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16031">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1204.88367" z="1281.844"/>
<Orientation y="2.35622"/>
<Actor seed="56554"/>
</Entity>
<Entity uid="16032">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1193.02076" z="1289.73987"/>
<Orientation y="2.35622"/>
<Actor seed="56554"/>
</Entity>
<Entity uid="16033">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1189.61304" z="1290.04029"/>
<Orientation y="3.19402"/>
<Actor seed="56554"/>
</Entity>
<Entity uid="16034">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1187.896" z="1304.59388"/>
<Orientation y="0.42061"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16035">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1189.24659" z="1308.95289"/>
<Orientation y="0.96215"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16036">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1187.46058" z="1295.43616"/>
<Orientation y="0.71451"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16037">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1187.35804" z="1279.67176"/>
<Orientation y="-12.14711"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="16038">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1191.06031" z="1273.49976"/>
<Orientation y="-1.3388"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16039">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1200.43555" z="1267.95252"/>
<Orientation y="4.18877"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16040">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1188.04908" z="1280.52588"/>
<Orientation y="4.18877"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16041">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1197.97425" z="1267.318"/>
<Orientation y="0.65206"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16042">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1205.78089" z="1262.46216"/>
<Orientation y="-0.39711"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16043">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1195.31226" z="1296.69654"/>
<Orientation y="2.35621"/>
<Actor seed="40776"/>
</Entity>
<Entity uid="16044">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1195.5719" z="1279.5475"/>
<Orientation y="2.35621"/>
<Actor seed="60126"/>
</Entity>
<Entity uid="16045">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1190.81751" z="1303.87281"/>
<Orientation y="8.42985"/>
<Actor seed="40776"/>
</Entity>
<Entity uid="16046">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1171.65552" z="1337.24671"/>
<Orientation y="2.35621"/>
<Actor seed="55116"/>
</Entity>
<Entity uid="16047">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1170.8462" z="1336.93592"/>
<Orientation y="2.35621"/>
<Actor seed="8396"/>
</Entity>
<Entity uid="16049">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1202.37" z="1297.09314"/>
<Orientation y="1.3098"/>
<Actor seed="44676"/>
</Entity>
<Entity uid="16050">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1203.11463" z="1299.28296"/>
<Orientation y="1.64461"/>
<Actor seed="44676"/>
</Entity>
<Entity uid="16051">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1202.56849" z="1296.11792"/>
<Orientation y="2.30529"/>
<Actor seed="44676"/>
</Entity>
<Entity uid="16052">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1203.80799" z="1297.17347"/>
<Orientation y="-3.16622"/>
<Actor seed="29628"/>
</Entity>
<Entity uid="16053">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1162.03614" z="1281.37342"/>
<Orientation y="1.41532"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16054">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1181.75293" z="1281.32483"/>
<Orientation y="1.649"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16055">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1179.33631" z="1280.50757"/>
<Orientation y="2.06241"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16056">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1190.21253" z="1316.16565"/>
<Orientation y="0.05327"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="16059">
<Template>units/ptol_support_trader</Template>
<Player>0</Player>
<Position x="759.43812" z="1115.15955"/>
<Orientation y="4.61817"/>
<Actor seed="53508"/>
</Entity>
<Entity uid="16060">
<Template>units/ptol_support_trader</Template>
<Player>0</Player>
<Position x="752.23761" z="1116.8711"/>
<Orientation y="4.95167"/>
<Actor seed="53508"/>
</Entity>
<Entity uid="16061">
<Template>units/ptol_support_trader</Template>
<Player>0</Player>
<Position x="746.33826" z="1120.95105"/>
<Orientation y="5.7076"/>
<Actor seed="57032"/>
</Entity>
<Entity uid="16062">
<Template>units/ptol_support_trader</Template>
<Player>0</Player>
<Position x="740.89533" z="1126.49256"/>
<Orientation y="5.07885"/>
<Actor seed="26562"/>
</Entity>
<Entity uid="16063">
<Template>units/ptol_support_trader</Template>
<Player>0</Player>
<Position x="766.69794" z="1112.30652"/>
<Orientation y="5.25512"/>
<Actor seed="23058"/>
</Entity>
<Entity uid="16064">
<Template>units/pers_support_healer_a</Template>
<Player>0</Player>
<Position x="734.27228" z="1129.80542"/>
<Orientation y="5.0183"/>
<Actor seed="8052"/>
</Entity>
<Entity uid="16065">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1082.91565" z="1053.29615"/>
<Orientation y="3.37887"/>
<Actor seed="40786"/>
</Entity>
<Entity uid="16067">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1072.86585" z="1057.74952"/>
<Orientation y="2.11715"/>
<Actor seed="27900"/>
</Entity>
<Entity uid="16069">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1078.2162" z="1063.0337"/>
<Orientation y="3.80991"/>
<Actor seed="22078"/>
</Entity>
<Entity uid="16072">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1074.38782" z="1072.18238"/>
<Orientation y="2.35621"/>
<Actor seed="62990"/>
</Entity>
<Entity uid="16078">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1070.45081" z="1064.5298"/>
<Orientation y="3.1195"/>
<Actor seed="15328"/>
</Entity>
<Entity uid="16079">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1080.29859" z="1074.59498"/>
<Orientation y="5.48714"/>
<Actor seed="24792"/>
</Entity>
<Entity uid="16080">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1082.36524" z="1074.8733"/>
<Orientation y="6.90282"/>
<Actor seed="18272"/>
</Entity>
<Entity uid="16081">
<Template>actor|props/flora/foliagebush.xml</Template>
<Position x="1078.3545" z="1074.90589"/>
<Orientation y="2.35622"/>
<Actor seed="24792"/>
</Entity>
<Entity uid="16082">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1111.85181" z="1076.17408"/>
<Orientation y="2.35621"/>
<Actor seed="61258"/>
</Entity>
<Entity uid="16083">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1113.3949" z="1075.36512"/>
<Orientation y="2.35621"/>
<Actor seed="51722"/>
</Entity>
<Entity uid="16084">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1104.98841" z="1053.8125"/>
<Orientation y="2.35621"/>
<Actor seed="28218"/>
</Entity>
<Entity uid="16085">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1104.36512" z="1056.36"/>
<Orientation y="2.35621"/>
<Actor seed="24754"/>
</Entity>
<Entity uid="16086">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1107.9474" z="1059.21985"/>
<Orientation y="2.35621"/>
<Actor seed="63256"/>
</Entity>
<Entity uid="16087">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1107.2627" z="1059.65088"/>
<Orientation y="2.35621"/>
<Actor seed="29106"/>
</Entity>
<Entity uid="16088">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1104.8595" z="1055.6443"/>
<Orientation y="2.35621"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="16089">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1103.26758" z="1057.45484"/>
<Orientation y="2.35621"/>
<Actor seed="60960"/>
</Entity>
<Entity uid="16090">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1104.5636" z="1058.92298"/>
<Orientation y="2.35621"/>
<Actor seed="32368"/>
</Entity>
<Entity uid="16091">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1105.48597" z="1059.59803"/>
<Orientation y="2.35621"/>
<Actor seed="23190"/>
</Entity>
<Entity uid="16092">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1103.31397" z="1055.60315"/>
<Orientation y="2.35621"/>
<Actor seed="20674"/>
</Entity>
<Entity uid="16093">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1105.72144" z="1052.37916"/>
<Orientation y="2.35621"/>
<Actor seed="37440"/>
</Entity>
<Entity uid="16094">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1742.8722" z="912.96119"/>
<Orientation y="2.35621"/>
<Actor seed="26200"/>
</Entity>
<Entity uid="16095">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1741.94922" z="911.25147"/>
<Orientation y="2.35621"/>
<Actor seed="64516"/>
</Entity>
<Entity uid="16096">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1742.40638" z="909.50141"/>
<Orientation y="2.35621"/>
<Actor seed="4284"/>
</Entity>
<Entity uid="16097">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1757.86377" z="773.56617"/>
<Orientation y="2.35621"/>
<Actor seed="22082"/>
</Entity>
<Entity uid="16098">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1759.32801" z="773.1305"/>
<Orientation y="2.35621"/>
<Actor seed="27658"/>
</Entity>
<Entity uid="16099">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1759.8849" z="771.75116"/>
<Orientation y="2.35621"/>
<Actor seed="41864"/>
</Entity>
<Entity uid="16100">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1645.42676" z="709.93244"/>
<Orientation y="2.35621"/>
<Actor seed="36594"/>
</Entity>
<Entity uid="16101">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1644.33973" z="710.63935"/>
<Orientation y="2.35621"/>
<Actor seed="41442"/>
</Entity>
<Entity uid="16102">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1644.68677" z="707.55152"/>
<Orientation y="2.35621"/>
<Actor seed="51428"/>
</Entity>
<Entity uid="16103">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1642.11316" z="710.77686"/>
<Orientation y="2.35621"/>
<Actor seed="5712"/>
</Entity>
<Entity uid="16104">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1622.50806" z="861.86994"/>
<Orientation y="2.35621"/>
<Actor seed="49424"/>
</Entity>
<Entity uid="16105">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1622.64222" z="865.2367"/>
<Orientation y="2.35621"/>
<Actor seed="63644"/>
</Entity>
<Entity uid="16106">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1622.80884" z="859.63221"/>
<Orientation y="2.35621"/>
<Actor seed="22518"/>
</Entity>
<Entity uid="16107">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1419.20972" z="906.5525"/>
<Orientation y="2.35621"/>
<Actor seed="40916"/>
</Entity>
<Entity uid="16108">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1416.4441" z="905.18915"/>
<Orientation y="2.35621"/>
<Actor seed="44762"/>
</Entity>
<Entity uid="16109">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1420.89637" z="909.27057"/>
<Orientation y="2.35621"/>
<Actor seed="1222"/>
</Entity>
<Entity uid="16110">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1422.95435" z="911.49384"/>
<Orientation y="2.35621"/>
<Actor seed="21858"/>
</Entity>
<Entity uid="16111">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1364.16138" z="835.98682"/>
<Orientation y="2.35621"/>
<Actor seed="23112"/>
</Entity>
<Entity uid="16112">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1360.88636" z="838.56086"/>
<Orientation y="2.35621"/>
<Actor seed="7626"/>
</Entity>
<Entity uid="16113">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1362.59083" z="830.80213"/>
<Orientation y="2.35621"/>
<Actor seed="47498"/>
</Entity>
<Entity uid="16114">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1363.15821" z="834.19513"/>
<Orientation y="2.35621"/>
<Actor seed="40138"/>
</Entity>
<Entity uid="16115">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1362.92664" z="838.04078"/>
<Orientation y="2.35621"/>
<Actor seed="4974"/>
</Entity>
<Entity uid="16116">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1430.8429" z="765.05817"/>
<Orientation y="2.35621"/>
<Actor seed="59442"/>
</Entity>
<Entity uid="16117">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1432.23072" z="768.0893"/>
<Orientation y="2.35621"/>
<Actor seed="12248"/>
</Entity>
<Entity uid="16118">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1435.19764" z="768.07825"/>
<Orientation y="2.35621"/>
<Actor seed="63522"/>
</Entity>
<Entity uid="16119">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1434.22193" z="765.9286"/>
<Orientation y="2.35621"/>
<Actor seed="2672"/>
</Entity>
<Entity uid="16120">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1350.04078" z="782.99769"/>
<Orientation y="2.35621"/>
<Actor seed="14184"/>
</Entity>
<Entity uid="16121">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1348.02784" z="783.43287"/>
<Orientation y="2.35621"/>
<Actor seed="5302"/>
</Entity>
<Entity uid="16122">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1350.84522" z="781.28418"/>
<Orientation y="2.35621"/>
<Actor seed="8322"/>
</Entity>
<Entity uid="16123">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1372.45997" z="691.59028"/>
<Orientation y="2.35621"/>
<Actor seed="8412"/>
</Entity>
<Entity uid="16124">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1369.18616" z="691.26001"/>
<Orientation y="2.35621"/>
<Actor seed="2036"/>
</Entity>
<Entity uid="16125">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1327.00696" z="529.84723"/>
<Orientation y="2.35621"/>
<Actor seed="8216"/>
</Entity>
<Entity uid="16126">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1324.61219" z="528.9336"/>
<Orientation y="2.35621"/>
<Actor seed="24016"/>
</Entity>
<Entity uid="16127">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1324.31861" z="532.00623"/>
<Orientation y="2.35621"/>
<Actor seed="50962"/>
</Entity>
<Entity uid="16128">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1324.8584" z="531.80793"/>
<Orientation y="2.35621"/>
<Actor seed="34164"/>
</Entity>
<Entity uid="16129">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1326.13782" z="526.21973"/>
<Orientation y="2.35621"/>
<Actor seed="47034"/>
</Entity>
<Entity uid="16130">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1800.55738" z="374.97947"/>
<Orientation y="2.35621"/>
<Actor seed="17660"/>
</Entity>
<Entity uid="16131">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1799.79065" z="372.8932"/>
<Orientation y="-0.41761"/>
<Actor seed="27616"/>
</Entity>
<Entity uid="16132">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1799.28504" z="379.20707"/>
<Orientation y="2.35621"/>
<Actor seed="23186"/>
</Entity>
<Entity uid="16133">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1359.7533" z="836.91565"/>
<Orientation y="2.35621"/>
<Actor seed="46622"/>
</Entity>
<Entity uid="16134">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1360.41407" z="840.24115"/>
<Orientation y="2.35621"/>
<Actor seed="56992"/>
</Entity>
<Entity uid="16135">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1364.22425" z="839.36207"/>
<Orientation y="2.35621"/>
<Actor seed="19040"/>
</Entity>
<Entity uid="16136">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1364.29004" z="835.35846"/>
<Orientation y="2.35621"/>
<Actor seed="65320"/>
</Entity>
<Entity uid="16137">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1364.23133" z="832.16321"/>
<Orientation y="2.35621"/>
<Actor seed="33052"/>
</Entity>
<Entity uid="16138">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1424.37891" z="914.7306"/>
<Orientation y="2.35621"/>
<Actor seed="318"/>
</Entity>
<Entity uid="16139">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1419.91102" z="911.09998"/>
<Orientation y="2.35621"/>
<Actor seed="14916"/>
</Entity>
<Entity uid="16140">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1417.4463" z="908.45228"/>
<Orientation y="2.35621"/>
<Actor seed="32970"/>
</Entity>
<Entity uid="16141">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1416.14673" z="905.03534"/>
<Orientation y="2.35621"/>
<Actor seed="65238"/>
</Entity>
<Entity uid="16142">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1416.60438" z="908.03888"/>
<Orientation y="2.35621"/>
<Actor seed="40118"/>
</Entity>
<Entity uid="16143">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1419.00452" z="904.6385"/>
<Orientation y="2.35621"/>
<Actor seed="54370"/>
</Entity>
<Entity uid="16144">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1405.76807" z="952.98896"/>
<Orientation y="2.35621"/>
<Actor seed="27998"/>
</Entity>
<Entity uid="16145">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1404.19471" z="954.03254"/>
<Orientation y="2.35621"/>
<Actor seed="1742"/>
</Entity>
<Entity uid="16146">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1406.17261" z="957.22956"/>
<Orientation y="2.35621"/>
<Actor seed="8230"/>
</Entity>
<Entity uid="16147">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1404.01404" z="958.90906"/>
<Orientation y="2.35621"/>
<Actor seed="27266"/>
</Entity>
<Entity uid="16148">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1402.03626" z="954.43567"/>
<Orientation y="2.35621"/>
<Actor seed="29230"/>
</Entity>
<Entity uid="16149">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1376.1786" z="875.37153"/>
<Orientation y="2.35621"/>
<Actor seed="10576"/>
</Entity>
<Entity uid="16150">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1373.49024" z="872.43543"/>
<Orientation y="2.35621"/>
<Actor seed="37458"/>
</Entity>
<Entity uid="16151">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1370.51441" z="870.98444"/>
<Orientation y="2.35621"/>
<Actor seed="16760"/>
</Entity>
<Entity uid="16152">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1358.29505" z="837.95685"/>
<Orientation y="2.35621"/>
<Actor seed="13660"/>
</Entity>
<Entity uid="16153">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1342.16517" z="783.37104"/>
<Orientation y="2.35621"/>
<Actor seed="38416"/>
</Entity>
<Entity uid="16154">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1346.0896" z="783.83313"/>
<Orientation y="2.35621"/>
<Actor seed="32172"/>
</Entity>
<Entity uid="16155">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1349.31226" z="779.91999"/>
<Orientation y="2.35621"/>
<Actor seed="60686"/>
</Entity>
<Entity uid="16156">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1352.70484" z="781.96662"/>
<Orientation y="2.35621"/>
<Actor seed="57900"/>
</Entity>
<Entity uid="16157">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1349.72144" z="786.18848"/>
<Orientation y="2.35621"/>
<Actor seed="38758"/>
</Entity>
<Entity uid="16158">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1402.2555" z="954.95105"/>
<Orientation y="2.35621"/>
<Actor seed="7900"/>
</Entity>
<Entity uid="16159">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1427.88318" z="764.78986"/>
<Orientation y="2.35621"/>
<Actor seed="58474"/>
</Entity>
<Entity uid="16160">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1430.00562" z="766.58906"/>
<Orientation y="2.35621"/>
<Actor seed="3022"/>
</Entity>
<Entity uid="16161">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1433.91346" z="770.97223"/>
<Orientation y="2.35621"/>
<Actor seed="2530"/>
</Entity>
<Entity uid="16162">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1436.80115" z="768.24994"/>
<Orientation y="2.35621"/>
<Actor seed="40396"/>
</Entity>
<Entity uid="16163">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1436.42017" z="765.54023"/>
<Orientation y="2.35621"/>
<Actor seed="63222"/>
</Entity>
<Entity uid="16164">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1431.068" z="766.63764"/>
<Orientation y="2.35621"/>
<Actor seed="61088"/>
</Entity>
<Entity uid="16165">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1367.45618" z="690.59302"/>
<Orientation y="2.35621"/>
<Actor seed="47232"/>
</Entity>
<Entity uid="16166">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1369.58301" z="692.74781"/>
<Orientation y="2.35621"/>
<Actor seed="39206"/>
</Entity>
<Entity uid="16167">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1371.96302" z="693.41974"/>
<Orientation y="2.21824"/>
<Actor seed="51656"/>
</Entity>
<Entity uid="16168">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1373.22461" z="690.2342"/>
<Orientation y="2.35621"/>
<Actor seed="38916"/>
</Entity>
<Entity uid="16169">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1342.636" z="783.21839"/>
<Orientation y="2.35621"/>
<Actor seed="1356"/>
</Entity>
<Entity uid="16170">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1346.52613" z="784.38874"/>
<Orientation y="2.35621"/>
<Actor seed="52328"/>
</Entity>
<Entity uid="16171">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1351.9148" z="779.5636"/>
<Orientation y="2.35621"/>
<Actor seed="1420"/>
</Entity>
<Entity uid="16172">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1352.22413" z="782.25782"/>
<Orientation y="2.35621"/>
<Actor seed="64658"/>
</Entity>
<Entity uid="16173">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1344.45484" z="783.3235"/>
<Orientation y="2.35621"/>
<Actor seed="50826"/>
</Entity>
<Entity uid="16174">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1323.74866" z="532.51276"/>
<Orientation y="2.35621"/>
<Actor seed="6246"/>
</Entity>
<Entity uid="16175">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1325.2649" z="528.68946"/>
<Orientation y="2.35621"/>
<Actor seed="23786"/>
</Entity>
<Entity uid="16176">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1326.49976" z="524.74012"/>
<Orientation y="2.35621"/>
<Actor seed="34040"/>
</Entity>
<Entity uid="16177">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1325.15247" z="527.98353"/>
<Orientation y="2.35621"/>
<Actor seed="49248"/>
</Entity>
<Entity uid="16178">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1638.33472" z="714.44037"/>
<Orientation y="2.35621"/>
<Actor seed="46672"/>
</Entity>
<Entity uid="16179">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1640.86048" z="711.06897"/>
<Orientation y="2.35621"/>
<Actor seed="4972"/>
</Entity>
<Entity uid="16180">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1645.32154" z="712.49225"/>
<Orientation y="2.35621"/>
<Actor seed="6448"/>
</Entity>
<Entity uid="16181">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1645.67579" z="708.03156"/>
<Orientation y="2.35621"/>
<Actor seed="41722"/>
</Entity>
<Entity uid="16182">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1645.61353" z="704.84986"/>
<Orientation y="2.35621"/>
<Actor seed="56638"/>
</Entity>
<Entity uid="16183">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1643.51941" z="707.2486"/>
<Orientation y="2.35621"/>
<Actor seed="11502"/>
</Entity>
<Entity uid="16184">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1645.67444" z="703.46204"/>
<Orientation y="2.35621"/>
<Actor seed="12880"/>
</Entity>
<Entity uid="16185">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1646.3368" z="706.68006"/>
<Orientation y="2.35621"/>
<Actor seed="62776"/>
</Entity>
<Entity uid="16186">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1643.46412" z="714.36823"/>
<Orientation y="2.35621"/>
<Actor seed="41526"/>
</Entity>
<Entity uid="16187">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1643.77247" z="706.27784"/>
<Orientation y="2.35621"/>
<Actor seed="60794"/>
</Entity>
<Entity uid="16188">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1622.27503" z="867.22168"/>
<Orientation y="2.35621"/>
<Actor seed="64208"/>
</Entity>
<Entity uid="16189">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1622.67151" z="865.33222"/>
<Orientation y="2.35621"/>
<Actor seed="54222"/>
</Entity>
<Entity uid="16190">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1622.4535" z="862.48823"/>
<Orientation y="2.35621"/>
<Actor seed="23222"/>
</Entity>
<Entity uid="16191">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1621.995" z="858.74927"/>
<Orientation y="2.35621"/>
<Actor seed="53690"/>
</Entity>
<Entity uid="16192">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1618.50147" z="858.23591"/>
<Orientation y="2.35621"/>
<Actor seed="1362"/>
</Entity>
<Entity uid="16193">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1621.69788" z="861.16095"/>
<Orientation y="2.35621"/>
<Actor seed="60658"/>
</Entity>
<Entity uid="16194">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.54041" z="774.67554"/>
<Orientation y="2.35621"/>
<Actor seed="18870"/>
</Entity>
<Entity uid="16195">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.57667" z="772.34052"/>
<Orientation y="2.35621"/>
<Actor seed="42974"/>
</Entity>
<Entity uid="16196">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1758.14783" z="772.46045"/>
<Orientation y="1.5495"/>
<Actor seed="41454"/>
</Entity>
<Entity uid="16197">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1760.33021" z="771.32795"/>
<Orientation y="2.35621"/>
<Actor seed="41096"/>
</Entity>
<Entity uid="16198">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1761.80774" z="769.57898"/>
<Orientation y="2.35621"/>
<Actor seed="57148"/>
</Entity>
<Entity uid="16199">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.04456" z="775.38282"/>
<Orientation y="2.35621"/>
<Actor seed="61696"/>
</Entity>
<Entity uid="16200">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1360.27796" z="841.79322"/>
<Orientation y="2.35621"/>
<Actor seed="44220"/>
</Entity>
<Entity uid="16201">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1375.76392" z="876.63025"/>
<Orientation y="2.35621"/>
<Actor seed="21078"/>
</Entity>
<Entity uid="16202">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1376.80994" z="877.30475"/>
<Orientation y="2.35621"/>
<Actor seed="13070"/>
</Entity>
<Entity uid="16203">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1373.41883" z="874.62024"/>
<Orientation y="2.35621"/>
<Actor seed="39476"/>
</Entity>
<Entity uid="16204">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1374.56153" z="878.45478"/>
<Orientation y="2.35621"/>
<Actor seed="20280"/>
</Entity>
<Entity uid="16205">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1376.82935" z="878.94452"/>
<Orientation y="2.35621"/>
<Actor seed="56748"/>
</Entity>
<Entity uid="16206">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1352.39124" z="877.69947"/>
<Orientation y="2.35621"/>
<Actor seed="25396"/>
</Entity>
<Entity uid="16207">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1352.52405" z="876.89887"/>
<Orientation y="2.35621"/>
<Actor seed="5068"/>
</Entity>
<Entity uid="16208">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1352.20545" z="875.06672"/>
<Orientation y="2.35621"/>
<Actor seed="17092"/>
</Entity>
<Entity uid="16209">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1350.74158" z="873.89551"/>
<Orientation y="2.35621"/>
<Actor seed="26240"/>
</Entity>
<Entity uid="16210">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1348.761" z="871.79017"/>
<Orientation y="2.35621"/>
<Actor seed="4292"/>
</Entity>
<Entity uid="16211">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1350.79212" z="877.17145"/>
<Orientation y="2.35621"/>
<Actor seed="56174"/>
</Entity>
<Entity uid="16212">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1354.00586" z="876.68226"/>
<Orientation y="2.35621"/>
<Actor seed="33138"/>
</Entity>
<Entity uid="16213">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1310.57313" z="765.81794"/>
<Orientation y="2.35621"/>
<Actor seed="54850"/>
</Entity>
<Entity uid="16214">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1308.88147" z="763.8094"/>
<Orientation y="2.35621"/>
<Actor seed="30874"/>
</Entity>
<Entity uid="16215">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1311.13416" z="766.88465"/>
<Orientation y="2.35621"/>
<Actor seed="53024"/>
</Entity>
<Entity uid="16216">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1309.71595" z="764.56202"/>
<Orientation y="2.35621"/>
<Actor seed="13124"/>
</Entity>
<Entity uid="16217">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1311.5315" z="768.69721"/>
<Orientation y="2.35621"/>
<Actor seed="61066"/>
</Entity>
<Entity uid="16218">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1309.31336" z="767.19831"/>
<Orientation y="2.35621"/>
<Actor seed="10500"/>
</Entity>
<Entity uid="16219">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1403.037" z="773.89191"/>
<Orientation y="2.35621"/>
<Actor seed="57258"/>
</Entity>
<Entity uid="16220">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1402.39808" z="774.83216"/>
<Orientation y="2.35621"/>
<Actor seed="24116"/>
</Entity>
<Entity uid="16221">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1401.49366" z="775.82984"/>
<Orientation y="2.35621"/>
<Actor seed="45530"/>
</Entity>
<Entity uid="16222">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1399.818" z="775.37934"/>
<Orientation y="2.35621"/>
<Actor seed="1406"/>
</Entity>
<Entity uid="16223">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1400.01624" z="773.49494"/>
<Orientation y="2.35621"/>
<Actor seed="27056"/>
</Entity>
<Entity uid="16224">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1400.23121" z="771.95362"/>
<Orientation y="2.35621"/>
<Actor seed="48922"/>
</Entity>
<Entity uid="16225">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1400.13477" z="776.80994"/>
<Orientation y="2.35621"/>
<Actor seed="56000"/>
</Entity>
<Entity uid="16226">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1393.67994" z="741.60804"/>
<Orientation y="2.35621"/>
<Actor seed="52868"/>
</Entity>
<Entity uid="16227">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1391.77173" z="739.89271"/>
<Orientation y="2.35621"/>
<Actor seed="53234"/>
</Entity>
<Entity uid="16228">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1389.6548" z="738.65925"/>
<Orientation y="2.35621"/>
<Actor seed="41684"/>
</Entity>
<Entity uid="16229">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1387.36023" z="741.30518"/>
<Orientation y="2.35621"/>
<Actor seed="56458"/>
</Entity>
<Entity uid="16230">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1386.05079" z="739.16535"/>
<Orientation y="2.35621"/>
<Actor seed="61628"/>
</Entity>
<Entity uid="16231">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1390.30591" z="737.75977"/>
<Orientation y="2.35621"/>
<Actor seed="26390"/>
</Entity>
<Entity uid="16232">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1391.45044" z="746.40461"/>
<Orientation y="2.35621"/>
<Actor seed="34456"/>
</Entity>
<Entity uid="16233">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1384.62342" z="738.1543"/>
<Orientation y="2.35621"/>
<Actor seed="20028"/>
</Entity>
<Entity uid="16234">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1388.79371" z="736.12122"/>
<Orientation y="2.35621"/>
<Actor seed="64302"/>
</Entity>
<Entity uid="16235">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1383.41016" z="737.41083"/>
<Orientation y="2.35621"/>
<Actor seed="1428"/>
</Entity>
<Entity uid="16236">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1699.27967" z="918.56025"/>
<Orientation y="2.35621"/>
<Actor seed="56338"/>
</Entity>
<Entity uid="16237">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1699.32984" z="919.76471"/>
<Orientation y="2.35621"/>
<Actor seed="31594"/>
</Entity>
<Entity uid="16238">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1697.47425" z="919.80726"/>
<Orientation y="2.35621"/>
<Actor seed="43340"/>
</Entity>
<Entity uid="16239">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1699.42078" z="916.7475"/>
<Orientation y="2.35621"/>
<Actor seed="7880"/>
</Entity>
<Entity uid="16240">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1690.91468" z="721.80976"/>
<Orientation y="2.35621"/>
<Actor seed="55384"/>
</Entity>
<Entity uid="16241">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1691.31922" z="723.67957"/>
<Orientation y="2.35621"/>
<Actor seed="38776"/>
</Entity>
<Entity uid="16242">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1689.31836" z="726.29871"/>
<Orientation y="2.35621"/>
<Actor seed="26888"/>
</Entity>
<Entity uid="16243">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1689.5033" z="724.54432"/>
<Orientation y="2.35621"/>
<Actor seed="53360"/>
</Entity>
<Entity uid="16244">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1685.22327" z="727.04273"/>
<Orientation y="2.35621"/>
<Actor seed="27468"/>
</Entity>
<Entity uid="16245">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1799.20533" z="379.32313"/>
<Orientation y="2.35621"/>
<Actor seed="30560"/>
</Entity>
<Entity uid="16246">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1801.10914" z="380.14557"/>
<Orientation y="2.35621"/>
<Actor seed="19850"/>
</Entity>
<Entity uid="16247">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1799.76807" z="382.70435"/>
<Orientation y="2.35621"/>
<Actor seed="43706"/>
</Entity>
<Entity uid="16248">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1799.09021" z="384.32776"/>
<Orientation y="2.35621"/>
<Actor seed="1920"/>
</Entity>
<Entity uid="16249">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1623.5287" z="263.51532"/>
<Orientation y="2.35621"/>
<Actor seed="55814"/>
</Entity>
<Entity uid="16250">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1620.72571" z="263.8477"/>
<Orientation y="2.35621"/>
<Actor seed="22094"/>
</Entity>
<Entity uid="16251">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1618.41382" z="263.92237"/>
<Orientation y="2.35621"/>
<Actor seed="31436"/>
</Entity>
<Entity uid="16252">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1342.00342" z="291.563"/>
<Orientation y="2.35621"/>
<Actor seed="25256"/>
</Entity>
<Entity uid="16253">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1343.20228" z="292.43754"/>
<Orientation y="2.35621"/>
<Actor seed="50930"/>
</Entity>
<Entity uid="16254">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1340.57483" z="290.48667"/>
<Orientation y="2.35621"/>
<Actor seed="29398"/>
</Entity>
<Entity uid="16255">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1339.71412" z="291.16553"/>
<Orientation y="2.35621"/>
<Actor seed="57288"/>
</Entity>
<Entity uid="16256">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1338.26575" z="289.85871"/>
<Orientation y="2.35621"/>
<Actor seed="54906"/>
</Entity>
<Entity uid="16257">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1337.01246" z="289.02564"/>
<Orientation y="2.35621"/>
<Actor seed="2982"/>
</Entity>
<Entity uid="16258">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1342.30921" z="290.34055"/>
<Orientation y="2.35621"/>
<Actor seed="10950"/>
</Entity>
<Entity uid="16259">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1484.95081" z="967.4842"/>
<Orientation y="2.35621"/>
<Actor seed="62042"/>
</Entity>
<Entity uid="16260">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1482.73072" z="967.76874"/>
<Orientation y="2.35621"/>
<Actor seed="35352"/>
</Entity>
<Entity uid="16261">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1480.44434" z="967.99762"/>
<Orientation y="2.35621"/>
<Actor seed="24406"/>
</Entity>
<Entity uid="16262">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1476.82288" z="967.22779"/>
<Orientation y="2.35621"/>
<Actor seed="21146"/>
</Entity>
<Entity uid="16263">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1481.30176" z="968.3321"/>
<Orientation y="2.35621"/>
<Actor seed="50872"/>
</Entity>
<Entity uid="16264">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1439.19092" z="988.76142"/>
<Orientation y="2.35621"/>
<Actor seed="3064"/>
</Entity>
<Entity uid="16265">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1438.068" z="990.43445"/>
<Orientation y="2.35621"/>
<Actor seed="13630"/>
</Entity>
<Entity uid="16266">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1438.18958" z="993.66279"/>
<Orientation y="2.35621"/>
<Actor seed="46270"/>
</Entity>
<Entity uid="16267">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1438.85694" z="991.78803"/>
<Orientation y="2.35621"/>
<Actor seed="4402"/>
</Entity>
<Entity uid="16268">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1441.35853" z="990.02094"/>
<Orientation y="2.35621"/>
<Actor seed="33874"/>
</Entity>
<Entity uid="16269">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1436.29322" z="995.07233"/>
<Orientation y="2.35621"/>
<Actor seed="50530"/>
</Entity>
<Entity uid="16270">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1478.94813" z="968.99787"/>
<Orientation y="2.35621"/>
<Actor seed="5958"/>
</Entity>
<Entity uid="16271">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1436.35328" z="997.08521"/>
<Orientation y="2.35621"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="16272">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1441.3506" z="987.15314"/>
<Orientation y="2.35621"/>
<Actor seed="10232"/>
</Entity>
<Entity uid="16273">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1440.2887" z="988.0152"/>
<Orientation y="2.35621"/>
<Actor seed="21468"/>
</Entity>
<Entity uid="16274">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1438.20191" z="991.8313"/>
<Orientation y="2.35621"/>
<Actor seed="34314"/>
</Entity>
<Entity uid="16275">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1422.9756" z="1212.27552"/>
<Orientation y="2.35621"/>
<Actor seed="34516"/>
</Entity>
<Entity uid="16276">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1421.4662" z="1211.85242"/>
<Orientation y="2.35621"/>
<Actor seed="5076"/>
</Entity>
<Entity uid="16277">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1419.40784" z="1211.37842"/>
<Orientation y="2.35621"/>
<Actor seed="16028"/>
</Entity>
<Entity uid="16278">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1415.15955" z="1212.28345"/>
<Orientation y="2.35621"/>
<Actor seed="18774"/>
</Entity>
<Entity uid="16279">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1422.03516" z="1210.65015"/>
<Orientation y="2.35621"/>
<Actor seed="1748"/>
</Entity>
<Entity uid="16280">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1416.2234" z="1210.6825"/>
<Orientation y="2.35621"/>
<Actor seed="28936"/>
</Entity>
<Entity uid="16281">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1435.90613" z="991.172"/>
<Orientation y="2.35621"/>
<Actor seed="24874"/>
</Entity>
<Entity uid="16282">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1295.23755" z="717.172"/>
<Orientation y="2.35621"/>
<Actor seed="32742"/>
</Entity>
<Entity uid="16283">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1483.95337" z="692.78827"/>
<Orientation y="2.35621"/>
<Actor seed="41516"/>
</Entity>
<Entity uid="16284">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1483.52186" z="695.8487"/>
<Orientation y="2.35621"/>
<Actor seed="23624"/>
</Entity>
<Entity uid="16285">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1482.42396" z="696.06287"/>
<Orientation y="2.35621"/>
<Actor seed="53198"/>
</Entity>
<Entity uid="16286">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1484.14686" z="692.92176"/>
<Orientation y="2.35621"/>
<Actor seed="53038"/>
</Entity>
<Entity uid="16287">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1390.93775" z="738.99854"/>
<Orientation y="2.35621"/>
<Actor seed="5890"/>
</Entity>
<Entity uid="16288">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1389.32398" z="737.14161"/>
<Orientation y="2.35621"/>
<Actor seed="37830"/>
</Entity>
<Entity uid="16289">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1384.97596" z="739.09241"/>
<Orientation y="2.35621"/>
<Actor seed="60982"/>
</Entity>
<Entity uid="16290">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1391.9308" z="744.65583"/>
<Orientation y="2.35621"/>
<Actor seed="59796"/>
</Entity>
<Entity uid="16291">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1392.58655" z="740.68067"/>
<Orientation y="2.35621"/>
<Actor seed="57538"/>
</Entity>
<Entity uid="16292">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1318.01941" z="728.11475"/>
<Orientation y="2.35621"/>
<Actor seed="7300"/>
</Entity>
<Entity uid="16293">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1320.28919" z="728.25123"/>
<Orientation y="2.35621"/>
<Actor seed="18690"/>
</Entity>
<Entity uid="16294">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1371.04615" z="814.09632"/>
<Orientation y="2.35621"/>
<Actor seed="57446"/>
</Entity>
<Entity uid="16295">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1359.44178" z="839.07313"/>
<Orientation y="2.35621"/>
<Actor seed="13304"/>
</Entity>
<Entity uid="16296">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.09424" z="964.26789"/>
<Orientation y="2.35621"/>
<Actor seed="6888"/>
</Entity>
<Entity uid="16297">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1499.9126" z="991.63837"/>
<Orientation y="2.35621"/>
<Actor seed="46216"/>
</Entity>
<Entity uid="16298">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1507.57532" z="1174.51343"/>
<Orientation y="2.35621"/>
<Actor seed="18712"/>
</Entity>
<Entity uid="16299">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1698.52405" z="909.37458"/>
<Orientation y="2.35621"/>
<Actor seed="61732"/>
</Entity>
<Entity uid="16300">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1626.35718" z="901.45795"/>
<Orientation y="2.35621"/>
<Actor seed="56982"/>
</Entity>
<Entity uid="16301">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1627.97181" z="903.07929"/>
<Orientation y="2.35621"/>
<Actor seed="54502"/>
</Entity>
<Entity uid="16302">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1721.5193" z="805.23847"/>
<Orientation y="2.35621"/>
<Actor seed="59370"/>
</Entity>
<Entity uid="16303">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1656.02295" z="744.29096"/>
<Orientation y="2.35621"/>
<Actor seed="46938"/>
</Entity>
<Entity uid="16304">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1696.70997" z="907.30311"/>
<Orientation y="2.35621"/>
<Actor seed="61562"/>
</Entity>
<Entity uid="16305">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1626.38807" z="821.73755"/>
<Orientation y="2.35621"/>
<Actor seed="35880"/>
</Entity>
<Entity uid="16306">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1627.41858" z="818.66114"/>
<Orientation y="2.35621"/>
<Actor seed="43982"/>
</Entity>
<Entity uid="16307">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1624.23682" z="822.66608"/>
<Orientation y="2.35621"/>
<Actor seed="41448"/>
</Entity>
<Entity uid="16308">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1650.06617" z="746.55"/>
<Orientation y="2.35621"/>
<Actor seed="57292"/>
</Entity>
<Entity uid="16309">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1480.87513" z="762.349"/>
<Orientation y="2.35621"/>
<Actor seed="15926"/>
</Entity>
<Entity uid="16310">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1480.52967" z="759.90986"/>
<Orientation y="2.35621"/>
<Actor seed="28318"/>
</Entity>
<Entity uid="16311">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1479.77149" z="757.63971"/>
<Orientation y="2.35621"/>
<Actor seed="48852"/>
</Entity>
<Entity uid="16312">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1483.8805" z="694.61341"/>
<Orientation y="2.35621"/>
<Actor seed="23748"/>
</Entity>
<Entity uid="16313">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1399.6183" z="631.28992"/>
<Orientation y="2.35621"/>
<Actor seed="48796"/>
</Entity>
<Entity uid="16314">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1398.80127" z="628.79346"/>
<Orientation y="2.35621"/>
<Actor seed="45048"/>
</Entity>
<Entity uid="16315">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1482.60096" z="697.56971"/>
<Orientation y="2.35621"/>
<Actor seed="47510"/>
</Entity>
<Entity uid="16316">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1400.51148" z="633.40455"/>
<Orientation y="2.35621"/>
<Actor seed="7306"/>
</Entity>
<Entity uid="16317">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1480.97242" z="699.07062"/>
<Orientation y="2.35621"/>
<Actor seed="43430"/>
</Entity>
<Entity uid="16318">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1363.05884" z="767.13917"/>
<Orientation y="2.35621"/>
<Actor seed="49230"/>
</Entity>
<Entity uid="16319">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1364.70936" z="764.05329"/>
<Orientation y="2.35621"/>
<Actor seed="8898"/>
</Entity>
<Entity uid="16320">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1482.3689" z="692.71918"/>
<Orientation y="2.35621"/>
<Actor seed="59144"/>
</Entity>
<Entity uid="16321">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1308.39271" z="764.60035"/>
<Orientation y="2.35621"/>
<Actor seed="47796"/>
</Entity>
<Entity uid="16322">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1482.23951" z="699.75873"/>
<Orientation y="2.35621"/>
<Actor seed="46106"/>
</Entity>
<Entity uid="16323">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1328.48951" z="692.2959"/>
<Orientation y="2.35621"/>
<Actor seed="26880"/>
</Entity>
<Entity uid="16324">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1326.37049" z="522.68787"/>
<Orientation y="2.35621"/>
<Actor seed="60380"/>
</Entity>
<Entity uid="16325">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1430.43226" z="870.08985"/>
<Orientation y="2.35621"/>
<Actor seed="28674"/>
</Entity>
<Entity uid="16326">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1436.30921" z="872.27027"/>
<Orientation y="2.35621"/>
<Actor seed="26950"/>
</Entity>
<Entity uid="16327">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1442.09205" z="798.857"/>
<Orientation y="2.35621"/>
<Actor seed="26812"/>
</Entity>
<Entity uid="16328">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1406.46363" z="825.20508"/>
<Orientation y="2.35621"/>
<Actor seed="45930"/>
</Entity>
<Entity uid="16329">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1406.02405" z="757.91871"/>
<Orientation y="2.35621"/>
<Actor seed="22418"/>
</Entity>
<Entity uid="16330">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.17164" z="821.65351"/>
<Orientation y="2.35621"/>
<Actor seed="16490"/>
</Entity>
<Entity uid="16331">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1409.3755" z="818.6493"/>
<Orientation y="2.35621"/>
<Actor seed="24650"/>
</Entity>
<Entity uid="16332">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.48963" z="819.04603"/>
<Orientation y="2.35621"/>
<Actor seed="57940"/>
</Entity>
<Entity uid="16333">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1456.9253" z="951.30024"/>
<Orientation y="2.35621"/>
<Actor seed="58518"/>
</Entity>
<Entity uid="16338">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="936.91651" z="89.60906"/>
<Orientation y="1.67081"/>
<Actor seed="61174"/>
</Entity>
<Entity uid="16339">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="937.95765" z="97.59095"/>
<Orientation y="6.12813"/>
<Actor seed="61174"/>
</Entity>
<Entity uid="16340">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="938.38013" z="91.66346"/>
<Orientation y="3.5516"/>
<Actor seed="32436"/>
</Entity>
<Entity uid="16341">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.37073" z="90.41546"/>
<Orientation y="3.14032"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16342">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.3075" z="90.25278"/>
<Orientation y="8.01024"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16343">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.11292" z="90.43651"/>
<Orientation y="3.14032"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16344">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.73523" z="90.38653"/>
<Orientation y="3.14032"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16345">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="931.57911" z="90.36472"/>
<Orientation y="2.92672"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16346">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.29352" z="90.61934"/>
<Orientation y="2.66845"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16347">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.73847" z="91.12246"/>
<Orientation y="6.07561"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16348">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.45051" z="91.2342"/>
<Orientation y="6.17688"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16351">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.02552" z="88.25898"/>
<Orientation y="8.9034"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16352">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="923.93812" z="88.12406"/>
<Orientation y="9.77349"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16353">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="921.17737" z="92.00173"/>
<Orientation y="10.67388"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16354">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="920.82911" z="96.35853"/>
<Orientation y="11.23624"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16355">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="924.0766" z="100.18461"/>
<Orientation y="12.11921"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16356">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="922.46521" z="98.45469"/>
<Orientation y="8.72953"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16357">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="927.53046" z="99.7148"/>
<Orientation y="16.34601"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16358">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.9452" z="97.03284"/>
<Orientation y="17.1594"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16359">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.45539" z="98.27765"/>
<Orientation y="16.81649"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16360">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.2787" z="96.76781"/>
<Orientation y="15.5856"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16361">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="926.12458" z="100.12014"/>
<Orientation y="15.9179"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="920.71167" z="94.07401"/>
<Orientation y="10.7967"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="926.0235" z="87.9762"/>
<Orientation y="9.4277"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="922.64942" z="89.76154"/>
<Orientation y="13.52495"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.78657" z="96.25884"/>
<Orientation y="13.93677"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.72278" z="96.06141"/>
<Orientation y="10.77279"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="932.37378" z="95.72786"/>
<Orientation y="15.8181"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.93494" z="96.25889"/>
<Orientation y="9.89097"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="924.82667" z="100.14003"/>
<Orientation y="15.58907"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="925.38428" z="100.15212"/>
<Orientation y="15.73475"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="926.85297" z="99.98842"/>
<Orientation y="16.0463"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.03162" z="99.35332"/>
<Orientation y="16.63675"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.25666" z="98.81084"/>
<Orientation y="17.05567"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.75696" z="97.62554"/>
<Orientation y="16.8165"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16375">
<Template>other/fence_long</Template>
<Player>0</Player>
<Position x="1274.19251" z="273.31705"/>
<Orientation y="-3.05004"/>
<Actor seed="56750"/>
</Entity>
<Entity uid="16376">
<Template>other/fence_long</Template>
<Player>0</Player>
<Position x="1271.011" z="284.35691"/>
<Orientation y="-3.77674"/>
<Actor seed="56750"/>
</Entity>
<Entity uid="16377">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="1269.35621" z="291.34272"/>
<Orientation y="-2.39776"/>
<Actor seed="23434"/>
</Entity>
<Entity uid="16378">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="1282.20752" z="268.34244"/>
<Orientation y="1.86861"/>
<Actor seed="9276"/>
</Entity>
<Entity uid="16379">
<Template>other/fence_short</Template>
<Player>0</Player>
<Position x="1276.64454" z="268.40891"/>
<Orientation y="-1.88143"/>
<Actor seed="1132"/>
</Entity>
<Entity uid="16380">
<Template>units/pers_support_healer_e</Template>
<Player>0</Player>
<Position x="1286.06482" z="264.69266"/>
<Orientation y="1.39495"/>
<Actor seed="18726"/>
</Entity>
<Entity uid="16382">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1133.21766" z="339.51542"/>
<Orientation y="2.35621"/>
<Actor seed="33708"/>
</Entity>
<Entity uid="16383">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1126.28992" z="343.65555"/>
<Orientation y="2.35621"/>
<Actor seed="41194"/>
</Entity>
<Entity uid="16384">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1129.91431" z="343.31354"/>
<Orientation y="2.35621"/>
<Actor seed="35880"/>
</Entity>
<Entity uid="16386">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1270.0348" z="288.98444"/>
<Orientation y="2.35621"/>
<Actor seed="20394"/>
</Entity>
<Entity uid="16387">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1271.35901" z="286.94999"/>
<Orientation y="2.35621"/>
<Actor seed="17730"/>
</Entity>
<Entity uid="16388">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1271.037" z="290.19025"/>
<Orientation y="2.35621"/>
<Actor seed="32014"/>
</Entity>
<Entity uid="16389">
<Template>actor|props/flora/bush_medit_me_dry.xml</Template>
<Position x="1274.87269" z="268.67066"/>
<Orientation y="2.35621"/>
<Actor seed="3784"/>
</Entity>
<Entity uid="16390">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1276.00062" z="268.3057"/>
<Orientation y="2.35621"/>
<Actor seed="40968"/>
</Entity>
<Entity uid="16391">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1274.31153" z="268.9759"/>
<Orientation y="2.35621"/>
<Actor seed="27916"/>
</Entity>
<Entity uid="16395">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1776.53064" z="910.5033"/>
<Orientation y="2.35621"/>
<Actor seed="17508"/>
</Entity>
<Entity uid="16396">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1773.61658" z="917.49292"/>
<Orientation y="2.35621"/>
<Actor seed="6472"/>
</Entity>
<Entity uid="16397">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1776.50416" z="920.48554"/>
<Orientation y="2.35621"/>
<Actor seed="63746"/>
</Entity>
<Entity uid="16398">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1775.41724" z="919.97364"/>
<Orientation y="2.35621"/>
<Actor seed="43638"/>
</Entity>
<Entity uid="16399">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1779.86304" z="914.69257"/>
<Orientation y="2.35621"/>
<Actor seed="57490"/>
</Entity>
<Entity uid="16400">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1782.5182" z="911.34827"/>
<Orientation y="2.35621"/>
<Actor seed="10686"/>
</Entity>
<Entity uid="16401">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1783.85108" z="911.02631"/>
<Orientation y="2.35621"/>
<Actor seed="43804"/>
</Entity>
<Entity uid="16402">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1788.86573" z="911.02027"/>
<Orientation y="2.35621"/>
<Actor seed="12868"/>
</Entity>
<Entity uid="16403">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1787.0691" z="918.25684"/>
<Orientation y="2.35621"/>
<Actor seed="38240"/>
</Entity>
<Entity uid="16404">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1792.7118" z="921.33033"/>
<Orientation y="2.35621"/>
<Actor seed="45864"/>
</Entity>
<Entity uid="16405">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1794.85328" z="914.30921"/>
<Orientation y="2.35621"/>
<Actor seed="29146"/>
</Entity>
<Entity uid="16406">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1793.17481" z="913.63788"/>
<Orientation y="2.35621"/>
<Actor seed="42368"/>
</Entity>
<Entity uid="16407">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1792.82776" z="912.27338"/>
<Orientation y="2.35621"/>
<Actor seed="5056"/>
</Entity>
<Entity uid="16408">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1794.20777" z="912.93256"/>
<Orientation y="2.35621"/>
<Actor seed="9296"/>
</Entity>
<Entity uid="16409">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1794.62342" z="913.39258"/>
<Orientation y="2.35621"/>
<Actor seed="64532"/>
</Entity>
<Entity uid="16410">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1798.9673" z="918.23823"/>
<Orientation y="2.35621"/>
<Actor seed="34384"/>
</Entity>
<Entity uid="16411">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1800.46888" z="917.54615"/>
<Orientation y="2.35621"/>
<Actor seed="43360"/>
</Entity>
<Entity uid="16412">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1801.98621" z="917.0008"/>
<Orientation y="2.35621"/>
<Actor seed="38858"/>
</Entity>
<Entity uid="16413">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1767.27027" z="912.67963"/>
<Orientation y="2.35621"/>
<Actor seed="28440"/>
</Entity>
<Entity uid="16414">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1768.1432" z="912.85737"/>
<Orientation y="2.35621"/>
<Actor seed="34148"/>
</Entity>
<Entity uid="16415">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1803.41639" z="911.16297"/>
<Orientation y="2.35621"/>
<Actor seed="25162"/>
</Entity>
<Entity uid="16416">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1801.21277" z="910.76447"/>
<Orientation y="2.35621"/>
<Actor seed="3862"/>
</Entity>
<Entity uid="16417">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1804.57837" z="915.13233"/>
<Orientation y="2.35621"/>
<Actor seed="54680"/>
</Entity>
<Entity uid="16418">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1806.16565" z="913.313"/>
<Orientation y="2.35621"/>
<Actor seed="54592"/>
</Entity>
<Entity uid="16419">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1804.89271" z="914.15174"/>
<Orientation y="2.35621"/>
<Actor seed="12054"/>
</Entity>
<Entity uid="16420">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1767.00086" z="905.6247"/>
<Orientation y="2.35621"/>
<Actor seed="40974"/>
</Entity>
<Entity uid="16421">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1768.03162" z="906.51423"/>
<Orientation y="2.35621"/>
<Actor seed="46872"/>
</Entity>
<Entity uid="16422">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1769.6194" z="906.38367"/>
<Orientation y="2.35621"/>
<Actor seed="1026"/>
</Entity>
<Entity uid="16423">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1760.23157" z="908.04432"/>
<Orientation y="2.35621"/>
<Actor seed="30600"/>
</Entity>
<Entity uid="16424">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1760.43592" z="905.45685"/>
<Orientation y="2.35621"/>
<Actor seed="23812"/>
</Entity>
<Entity uid="16425">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1759.59827" z="899.96863"/>
<Orientation y="2.35621"/>
<Actor seed="32716"/>
</Entity>
<Entity uid="16426">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1810.83619" z="912.83613"/>
<Orientation y="2.35621"/>
<Actor seed="25516"/>
</Entity>
<Entity uid="16427">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1806.99585" z="914.86487"/>
<Orientation y="2.35621"/>
<Actor seed="450"/>
</Entity>
<Entity uid="16428">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="922.78333" z="99.09441"/>
<Orientation y="11.8421"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16429">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="923.59455" z="99.88305"/>
<Orientation y="11.9925"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16430">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="921.25849" z="96.81437"/>
<Orientation y="8.23206"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16431">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="922.06843" z="97.99068"/>
<Orientation y="8.51684"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16432">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="921.62488" z="97.40343"/>
<Orientation y="8.3793"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16433">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="920.67365" z="95.6953"/>
<Orientation y="11.08169"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16434">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="923.12409" z="99.45426"/>
<Orientation y="11.89841"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16435">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="920.66889" z="94.61615"/>
<Orientation y="10.93024"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16436">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="920.67048" z="95.13845"/>
<Orientation y="11.04217"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16437">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="921.00397" z="92.67362"/>
<Orientation y="10.68267"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16439">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="920.85334" z="93.35262"/>
<Orientation y="10.78344"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16440">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="922.25147" z="90.4057"/>
<Orientation y="13.61657"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16441">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="921.90967" z="90.97024"/>
<Orientation y="13.6993"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16442">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="921.6833" z="91.45774"/>
<Orientation y="13.7431"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16443">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="923.06489" z="89.2158"/>
<Orientation y="13.38315"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16444">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="923.45484" z="88.78412"/>
<Orientation y="13.14692"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16445">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="924.6208" z="88.01519"/>
<Orientation y="9.56588"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16446">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="925.31464" z="87.97503"/>
<Orientation y="9.50654"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16447">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="927.33698" z="88.28624"/>
<Orientation y="12.3549"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16448">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="926.68122" z="88.21657"/>
<Orientation y="12.59682"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16449">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.43952" z="88.95565"/>
<Orientation y="11.83938"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16450">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="928.81421" z="89.50451"/>
<Orientation y="11.56795"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16451">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.03498" z="89.89405"/>
<Orientation y="11.31543"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16452">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="929.8246" z="96.61904"/>
<Orientation y="16.03826"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16453">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="930.40351" z="96.4323"/>
<Orientation y="15.89554"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16454">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="931.6225" z="95.89588"/>
<Orientation y="16.23975"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16455">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="928.56012" z="100.26923"/>
<Orientation y="2.35621"/>
<Actor seed="26836"/>
</Entity>
<Entity uid="16456">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="928.87226" z="99.64026"/>
<Orientation y="2.35621"/>
<Actor seed="17490"/>
</Entity>
<Entity uid="16457">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="929.33979" z="98.82848"/>
<Orientation y="2.35621"/>
<Actor seed="17262"/>
</Entity>
<Entity uid="16458">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="928.05433" z="100.88212"/>
<Orientation y="2.35621"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="16459">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="927.49506" z="101.07085"/>
<Orientation y="2.56034"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="16460">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="926.54444" z="101.35471"/>
<Orientation y="2.35622"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="16461">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="924.98743" z="87.3784"/>
<Orientation y="2.35622"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="16462">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="923.10401" z="87.69565"/>
<Orientation y="2.6944"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="16463">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="924.06104" z="87.35547"/>
<Orientation y="2.35621"/>
<Actor seed="36718"/>
</Entity>
<Entity uid="16464">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="922.47413" z="88.39704"/>
<Orientation y="2.35621"/>
<Actor seed="63046"/>
</Entity>
<Entity uid="16465">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="921.7876" z="88.98067"/>
<Orientation y="3.25045"/>
<Actor seed="40236"/>
</Entity>
<Entity uid="16466">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="923.3144" z="100.58985"/>
<Orientation y="2.35621"/>
<Actor seed="13030"/>
</Entity>
<Entity uid="16467">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="922.2682" z="101.2085"/>
<Orientation y="2.35621"/>
<Actor seed="51378"/>
</Entity>
<Entity uid="16469">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="922.3423" z="99.92441"/>
<Orientation y="2.63758"/>
<Actor seed="47632"/>
</Entity>
<Entity uid="16470">
<Template>actor|props/special/eyecandy/vase_rome_a.xml</Template>
<Position x="921.5453" z="98.92267"/>
<Orientation y="2.35621"/>
<Actor seed="64114"/>
</Entity>
<Entity uid="16472">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="925.5138" z="94.70565"/>
<Orientation y="0.88248"/>
<Actor seed="63456"/>
</Entity>
<Entity uid="16475">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="930.07581" z="97.45131"/>
<Orientation y="7.16822"/>
<Actor seed="53746"/>
</Entity>
<Entity uid="16479">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="933.11542" z="96.14216"/>
<Orientation y="10.7728"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16503">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="931.4192" z="96.95125"/>
<Orientation y="-7.21723"/>
<Actor seed="18904"/>
</Entity>
<Entity uid="16504">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="929.58631" z="99.4514"/>
<Orientation y="2.35621"/>
<Actor seed="3154"/>
</Entity>
<Entity uid="16505">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="930.53577" z="100.63064"/>
<Orientation y="2.35622"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="16506">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="929.90888" z="100.51833"/>
<Orientation y="2.06444"/>
<Actor seed="26836"/>
</Entity>
<Entity uid="16507">
<Template>other/bench</Template>
<Player>0</Player>
<Position x="919.15668" z="91.21317"/>
<Orientation y="2.73916"/>
<Actor seed="51296"/>
</Entity>
<Entity uid="16508">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1710.75928" z="881.3642"/>
<Orientation y="2.35621"/>
<Actor seed="62544"/>
</Entity>
<Entity uid="16509">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1706.97498" z="851.30964"/>
<Orientation y="2.35621"/>
<Actor seed="2732"/>
</Entity>
<Entity uid="16510">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1708.18519" z="853.37043"/>
<Orientation y="2.35621"/>
<Actor seed="14426"/>
</Entity>
<Entity uid="16511">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1711.89087" z="856.18531"/>
<Orientation y="2.35621"/>
<Actor seed="49584"/>
</Entity>
<Entity uid="16512">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1712.68824" z="857.85187"/>
<Orientation y="2.35621"/>
<Actor seed="60396"/>
</Entity>
<Entity uid="16513">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1699.6388" z="850.0362"/>
<Orientation y="7.98131"/>
<Actor seed="51226"/>
</Entity>
<Entity uid="16514">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1697.12793" z="852.99457"/>
<Orientation y="2.35621"/>
<Actor seed="17062"/>
</Entity>
<Entity uid="16515">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1710.97376" z="884.70142"/>
<Orientation y="2.35621"/>
<Actor seed="46060"/>
</Entity>
<Entity uid="16516">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1763.85254" z="836.52265"/>
<Orientation y="2.35621"/>
<Actor seed="41812"/>
</Entity>
<Entity uid="16517">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1727.84437" z="809.79297"/>
<Orientation y="2.35621"/>
<Actor seed="42424"/>
</Entity>
<Entity uid="16518">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1709.98353" z="882.86207"/>
<Orientation y="2.35621"/>
<Actor seed="10510"/>
</Entity>
<Entity uid="16519">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1763.58582" z="838.33814"/>
<Orientation y="2.35621"/>
<Actor seed="42726"/>
</Entity>
<Entity uid="16520">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1689.2444" z="861.89283"/>
<Orientation y="2.35621"/>
<Actor seed="40882"/>
</Entity>
<Entity uid="16521">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1791.1316" z="780.70661"/>
<Orientation y="2.35621"/>
<Actor seed="16560"/>
</Entity>
<Entity uid="16522">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.33106" z="745.00953"/>
<Orientation y="2.35621"/>
<Actor seed="38000"/>
</Entity>
<Entity uid="16523">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1753.39942" z="745.7262"/>
<Orientation y="2.35621"/>
<Actor seed="59990"/>
</Entity>
<Entity uid="16524">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1751.46119" z="746.18287"/>
<Orientation y="2.35621"/>
<Actor seed="38162"/>
</Entity>
<Entity uid="16525">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1748.96106" z="746.10456"/>
<Orientation y="2.35621"/>
<Actor seed="12278"/>
</Entity>
<Entity uid="16526">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1789.96485" z="806.04773"/>
<Orientation y="2.35621"/>
<Actor seed="11074"/>
</Entity>
<Entity uid="16527">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1801.23426" z="747.06128"/>
<Orientation y="2.35621"/>
<Actor seed="56230"/>
</Entity>
<Entity uid="16528">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1789.24268" z="807.41852"/>
<Orientation y="2.35621"/>
<Actor seed="42492"/>
</Entity>
<Entity uid="16529">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1791.28541" z="807.14838"/>
<Orientation y="1.3615"/>
<Actor seed="11286"/>
</Entity>
<Entity uid="16530">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1710.87171" z="883.48334"/>
<Orientation y="2.35621"/>
<Actor seed="62030"/>
</Entity>
<Entity uid="16531">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1711.33936" z="881.68873"/>
<Orientation y="2.35621"/>
<Actor seed="52122"/>
</Entity>
<Entity uid="16532">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1711.40613" z="880.4734"/>
<Orientation y="2.35621"/>
<Actor seed="938"/>
</Entity>
<Entity uid="16533">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1711.73597" z="883.62873"/>
<Orientation y="2.35621"/>
<Actor seed="41000"/>
</Entity>
<Entity uid="16534">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1710.10535" z="885.3885"/>
<Orientation y="2.35621"/>
<Actor seed="20222"/>
</Entity>
<Entity uid="16535">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1712.40821" z="883.28992"/>
<Orientation y="2.35621"/>
<Actor seed="15986"/>
</Entity>
<Entity uid="16536">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1696.26355" z="853.33014"/>
<Orientation y="2.35621"/>
<Actor seed="24970"/>
</Entity>
<Entity uid="16537">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1697.09656" z="852.5412"/>
<Orientation y="2.35621"/>
<Actor seed="62414"/>
</Entity>
<Entity uid="16538">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1690.65162" z="850.3689"/>
<Orientation y="2.35621"/>
<Actor seed="23236"/>
</Entity>
<Entity uid="16539">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1700.64039" z="851.19214"/>
<Orientation y="2.35621"/>
<Actor seed="7024"/>
</Entity>
<Entity uid="16540">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1699.64917" z="850.79163"/>
<Orientation y="2.35621"/>
<Actor seed="35874"/>
</Entity>
<Entity uid="16541">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1726.63855" z="877.78693"/>
<Orientation y="2.35621"/>
<Actor seed="59332"/>
</Entity>
<Entity uid="16542">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1738.1659" z="866.06605"/>
<Orientation y="0.26653"/>
<Actor seed="64024"/>
</Entity>
<Entity uid="16543">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1726.01624" z="877.89283"/>
<Orientation y="3.38263"/>
<Actor seed="24884"/>
</Entity>
<Entity uid="16544">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1746.3495" z="746.16413"/>
<Orientation y="2.89988"/>
<Actor seed="58394"/>
</Entity>
<Entity uid="16546">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1789.13086" z="780.94343"/>
<Orientation y="2.35622"/>
<Actor seed="61776"/>
</Entity>
<Entity uid="16547">
<Template>gaia/geology_metal_savanna_slabs</Template>
<Player>0</Player>
<Position x="1699.2162" z="848.96875"/>
<Orientation y="1.40662"/>
<Actor seed="44726"/>
</Entity>
<Entity uid="16548">
<Template>gaia/geology_stone_savanna_small</Template>
<Player>0</Player>
<Position x="1689.3324" z="720.54029"/>
<Orientation y="2.35621"/>
<Actor seed="51572"/>
</Entity>
<Entity uid="16550">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1797.86036" z="745.34559"/>
<Orientation y="2.35621"/>
<Actor seed="47984"/>
</Entity>
<Entity uid="16551">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1790.37476" z="740.84424"/>
<Orientation y="2.35621"/>
<Actor seed="47060"/>
</Entity>
<Entity uid="16552">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1797.20716" z="744.47577"/>
<Orientation y="2.35621"/>
<Actor seed="17716"/>
</Entity>
<Entity uid="16553">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1783.97913" z="737.7801"/>
<Orientation y="2.35621"/>
<Actor seed="13774"/>
</Entity>
<Entity uid="16554">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1783.54773" z="736.82319"/>
<Orientation y="2.35621"/>
<Actor seed="47278"/>
</Entity>
<Entity uid="16555">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1783.13123" z="736.0807"/>
<Orientation y="2.35621"/>
<Actor seed="21850"/>
</Entity>
<Entity uid="16556">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1747.95386" z="788.08118"/>
<Orientation y="2.35621"/>
<Actor seed="9556"/>
</Entity>
<Entity uid="16557">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1697.44312" z="841.24573"/>
<Orientation y="2.35621"/>
<Actor seed="466"/>
</Entity>
<Entity uid="16558">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1688.24659" z="851.24524"/>
<Orientation y="2.8005"/>
<Actor seed="19444"/>
</Entity>
<Entity uid="16559">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1706.04798" z="844.5376"/>
<Orientation y="2.35621"/>
<Actor seed="61406"/>
</Entity>
<Entity uid="16560">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1707.01917" z="845.32496"/>
<Orientation y="2.35621"/>
<Actor seed="21586"/>
</Entity>
<Entity uid="16561">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1703.09693" z="841.7566"/>
<Orientation y="2.35621"/>
<Actor seed="500"/>
</Entity>
<Entity uid="16562">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1701.81653" z="841.91169"/>
<Orientation y="2.35621"/>
<Actor seed="2544"/>
</Entity>
<Entity uid="16563">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1701.83143" z="842.88373"/>
<Orientation y="2.35621"/>
<Actor seed="22968"/>
</Entity>
<Entity uid="16564">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1698.3241" z="841.47083"/>
<Orientation y="2.35621"/>
<Actor seed="58396"/>
</Entity>
<Entity uid="16565">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1694.6189" z="855.50037"/>
<Orientation y="2.35621"/>
<Actor seed="17690"/>
</Entity>
<Entity uid="16566">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1694.69935" z="854.4665"/>
<Orientation y="2.35621"/>
<Actor seed="22904"/>
</Entity>
<Entity uid="16567">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1693.6941" z="854.65625"/>
<Orientation y="2.35621"/>
<Actor seed="20144"/>
</Entity>
<Entity uid="16568">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1694.08985" z="855.16987"/>
<Orientation y="2.35621"/>
<Actor seed="52982"/>
</Entity>
<Entity uid="16569">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1695.04871" z="855.14588"/>
<Orientation y="2.35621"/>
<Actor seed="51640"/>
</Entity>
<Entity uid="16570">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1691.7522" z="852.33906"/>
<Orientation y="2.35621"/>
<Actor seed="5274"/>
</Entity>
<Entity uid="16571">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1692.32544" z="853.7121"/>
<Orientation y="2.35621"/>
<Actor seed="63702"/>
</Entity>
<Entity uid="16572">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1692.85096" z="853.28132"/>
<Orientation y="2.35621"/>
<Actor seed="6748"/>
</Entity>
<Entity uid="16573">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1692.75013" z="852.92975"/>
<Orientation y="2.35621"/>
<Actor seed="29822"/>
</Entity>
<Entity uid="16574">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1692.94532" z="852.29651"/>
<Orientation y="2.35621"/>
<Actor seed="11752"/>
</Entity>
<Entity uid="16575">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1693.98743" z="854.14716"/>
<Orientation y="2.35621"/>
<Actor seed="7832"/>
</Entity>
<Entity uid="16576">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1693.05713" z="855.51478"/>
<Orientation y="2.35621"/>
<Actor seed="6310"/>
</Entity>
<Entity uid="16577">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1692.4043" z="854.93116"/>
<Orientation y="2.35621"/>
<Actor seed="56704"/>
</Entity>
<Entity uid="16578">
<Template>actor|props/flora/grass_savanna.xml</Template>
<Position x="1789.05311" z="781.75507"/>
<Orientation y="2.35621"/>
<Actor seed="43238"/>
</Entity>
<Entity uid="16579">
<Template>actor|props/flora/grass_savanna.xml</Template>
<Position x="1792.06177" z="777.70075"/>
<Orientation y="2.35621"/>
<Actor seed="30356"/>
</Entity>
<Entity uid="16580">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1761.57337" z="685.31574"/>
<Orientation y="2.35621"/>
<Actor seed="26734"/>
</Entity>
<Entity uid="16581">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1770.98853" z="703.94208"/>
<Orientation y="2.35621"/>
<Actor seed="30462"/>
</Entity>
<Entity uid="16582">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1766.16468" z="683.95008"/>
<Orientation y="2.35621"/>
<Actor seed="16418"/>
</Entity>
<Entity uid="16583">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1745.70997" z="660.15687"/>
<Orientation y="2.35621"/>
<Actor seed="31502"/>
</Entity>
<Entity uid="16584">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1735.14441" z="713.3108"/>
<Orientation y="2.35621"/>
<Actor seed="10400"/>
</Entity>
<Entity uid="16585">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1732.09485" z="710.92817"/>
<Orientation y="2.35621"/>
<Actor seed="8394"/>
</Entity>
<Entity uid="16586">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1777.10145" z="751.99592"/>
<Orientation y="2.35621"/>
<Actor seed="25100"/>
</Entity>
<Entity uid="16587">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1605.95887" z="851.99958"/>
<Orientation y="2.35621"/>
<Actor seed="7138"/>
</Entity>
<Entity uid="16588">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1455.24634" z="684.61854"/>
<Orientation y="2.35621"/>
<Actor seed="55308"/>
</Entity>
<Entity uid="16589">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1486.59327" z="729.14264"/>
<Orientation y="2.35621"/>
<Actor seed="48720"/>
</Entity>
<Entity uid="16590">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1507.823" z="767.33576"/>
<Orientation y="2.35621"/>
<Actor seed="19834"/>
</Entity>
<Entity uid="16591">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1472.85962" z="743.20289"/>
<Orientation y="2.35621"/>
<Actor seed="14198"/>
</Entity>
<Entity uid="16597">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1759.93702" z="690.2729"/>
<Orientation y="1.58281"/>
<Actor seed="9866"/>
</Entity>
<Entity uid="16599">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1758.12134" z="685.78675"/>
<Orientation y="-0.79534"/>
<Actor seed="24416"/>
</Entity>
<Entity uid="16600">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1759.77698" z="681.31482"/>
<Orientation y="-3.15423"/>
<Actor seed="24416"/>
</Entity>
<Entity uid="16601">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1763.365" z="690.10346"/>
<Orientation y="1.63987"/>
<Actor seed="16418"/>
</Entity>
<Entity uid="16602">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1760.23597" z="692.04297"/>
<Orientation y="3.76003"/>
<Actor seed="16418"/>
</Entity>
<Entity uid="16603">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1762.45594" z="689.97632"/>
<Orientation y="1.02753"/>
<Actor seed="10400"/>
</Entity>
<Entity uid="16604">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1762.72156" z="690.98847"/>
<Orientation y="-1.01449"/>
<Actor seed="30462"/>
</Entity>
<Entity uid="16606">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1759.93897" z="692.46552"/>
<Orientation y="-3.25461"/>
<Actor seed="3719"/>
</Entity>
<Entity uid="16607">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1761.07898" z="692.12226"/>
<Orientation y="-4.43125"/>
<Actor seed="3976"/>
</Entity>
<Entity uid="16608">
<Template>gaia/fauna_lion</Template>
<Player>0</Player>
<Position x="1766.35682" z="687.00818"/>
<Orientation y="2.13625"/>
<Actor seed="12984"/>
</Entity>
<Entity uid="16609">
<Template>gaia/fauna_lioness</Template>
<Player>0</Player>
<Position x="1767.71082" z="682.36188"/>
<Orientation y="0.27526"/>
<Actor seed="57790"/>
</Entity>
<Entity uid="16610">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1767.54175" z="673.81336"/>
<Orientation y="2.35621"/>
<Actor seed="27164"/>
</Entity>
<Entity uid="16611">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1769.39112" z="675.50641"/>
<Orientation y="2.35621"/>
<Actor seed="64796"/>
</Entity>
<Entity uid="16612">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1771.58204" z="675.65076"/>
<Orientation y="2.35621"/>
<Actor seed="61520"/>
</Entity>
<Entity uid="16613">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1755.94129" z="675.24592"/>
<Orientation y="2.35621"/>
<Actor seed="63220"/>
</Entity>
<Entity uid="16614">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1758.33399" z="663.23444"/>
<Orientation y="2.35621"/>
<Actor seed="5020"/>
</Entity>
<Entity uid="16615">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.47461" z="663.24805"/>
<Orientation y="2.35621"/>
<Actor seed="14288"/>
</Entity>
<Entity uid="16616">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.14393" z="666.1496"/>
<Orientation y="2.35621"/>
<Actor seed="47376"/>
</Entity>
<Entity uid="16617">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1776.2035" z="679.44153"/>
<Orientation y="2.35621"/>
<Actor seed="54938"/>
</Entity>
<Entity uid="16618">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1779.52015" z="680.18104"/>
<Orientation y="2.35621"/>
<Actor seed="55682"/>
</Entity>
<Entity uid="16619">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1778.26221" z="691.826"/>
<Orientation y="2.35621"/>
<Actor seed="32790"/>
</Entity>
<Entity uid="16620">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1773.60755" z="676.72962"/>
<Orientation y="2.35621"/>
<Actor seed="47318"/>
</Entity>
<Entity uid="16621">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1770.28211" z="707.49036"/>
<Orientation y="2.35621"/>
<Actor seed="23034"/>
</Entity>
<Entity uid="16622">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1769.10022" z="710.74341"/>
<Orientation y="2.35621"/>
<Actor seed="41412"/>
</Entity>
<Entity uid="16623">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1779.29407" z="682.61335"/>
<Orientation y="2.35621"/>
<Actor seed="41130"/>
</Entity>
<Entity uid="16624">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1774.57227" z="682.75763"/>
<Orientation y="2.35621"/>
<Actor seed="39314"/>
</Entity>
<Entity uid="16625">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1783.35364" z="682.81202"/>
<Orientation y="2.35621"/>
<Actor seed="58608"/>
</Entity>
<Entity uid="16626">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1781.21705" z="683.74683"/>
<Orientation y="2.35621"/>
<Actor seed="39918"/>
</Entity>
<Entity uid="16627">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1784.68104" z="683.3183"/>
<Orientation y="2.35621"/>
<Actor seed="31112"/>
</Entity>
<Entity uid="16628">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1780.7599" z="679.28144"/>
<Orientation y="2.35621"/>
<Actor seed="61284"/>
</Entity>
<Entity uid="16629">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1775.0171" z="675.43995"/>
<Orientation y="2.35621"/>
<Actor seed="40624"/>
</Entity>
<Entity uid="16630">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1815.22522" z="704.92975"/>
<Orientation y="2.35621"/>
<Actor seed="10120"/>
</Entity>
<Entity uid="16631">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1818.94239" z="703.67334"/>
<Orientation y="2.35621"/>
<Actor seed="60602"/>
</Entity>
<Entity uid="16632">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1829.43982" z="701.72785"/>
<Orientation y="2.35621"/>
<Actor seed="37462"/>
</Entity>
<Entity uid="16633">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1832.95557" z="703.54255"/>
<Orientation y="2.35621"/>
<Actor seed="1224"/>
</Entity>
<Entity uid="16634">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1828.5547" z="702.02338"/>
<Orientation y="2.35621"/>
<Actor seed="15100"/>
</Entity>
<Entity uid="16635">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1801.05628" z="679.57776"/>
<Orientation y="2.35621"/>
<Actor seed="18844"/>
</Entity>
<Entity uid="16636">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1794.35706" z="680.22034"/>
<Orientation y="2.35621"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="16637">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1796.08497" z="680.66218"/>
<Orientation y="2.35621"/>
<Actor seed="61620"/>
</Entity>
<Entity uid="16638">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1780.7754" z="691.93866"/>
<Orientation y="2.35621"/>
<Actor seed="29444"/>
</Entity>
<Entity uid="16639">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1801.56922" z="681.84534"/>
<Orientation y="2.35621"/>
<Actor seed="48804"/>
</Entity>
<Entity uid="16640">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1802.68616" z="684.89478"/>
<Orientation y="2.35621"/>
<Actor seed="38004"/>
</Entity>
<Entity uid="16641">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1805.07972" z="685.59278"/>
<Orientation y="2.35621"/>
<Actor seed="55256"/>
</Entity>
<Entity uid="16642">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1788.56177" z="581.70173"/>
<Orientation y="2.35621"/>
<Actor seed="29326"/>
</Entity>
<Entity uid="16643">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1791.11866" z="582.30073"/>
<Orientation y="2.35621"/>
<Actor seed="55722"/>
</Entity>
<Entity uid="16644">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1786.46912" z="580.5022"/>
<Orientation y="2.35621"/>
<Actor seed="19702"/>
</Entity>
<Entity uid="16645">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1801.86463" z="684.73005"/>
<Orientation y="2.35621"/>
<Actor seed="36368"/>
</Entity>
<Entity uid="16646">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1794.65528" z="683.65119"/>
<Orientation y="2.35621"/>
<Actor seed="47906"/>
</Entity>
<Entity uid="16647">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1832.15503" z="700.24048"/>
<Orientation y="2.35621"/>
<Actor seed="40626"/>
</Entity>
<Entity uid="16648">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1861.06751" z="677.28974"/>
<Orientation y="0.26433"/>
<Actor seed="47138"/>
</Entity>
<Entity uid="16649">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1861.44349" z="680.39563"/>
<Orientation y="2.35621"/>
<Actor seed="25544"/>
</Entity>
<Entity uid="16650">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1859.13135" z="684.10346"/>
<Orientation y="-1.27634"/>
<Actor seed="14284"/>
</Entity>
<Entity uid="16651">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1854.82532" z="685.46564"/>
<Orientation y="2.35621"/>
<Actor seed="25800"/>
</Entity>
<Entity uid="16652">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1861.52088" z="680.30427"/>
<Orientation y="2.35621"/>
<Actor seed="55574"/>
</Entity>
<Entity uid="16653">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1854.71265" z="685.78962"/>
<Orientation y="2.35621"/>
<Actor seed="10054"/>
</Entity>
<Entity uid="16654">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1861.313" z="680.85474"/>
<Orientation y="2.35621"/>
<Actor seed="58568"/>
</Entity>
<Entity uid="16655">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1857.55372" z="685.06318"/>
<Orientation y="2.35621"/>
<Actor seed="14322"/>
</Entity>
<Entity uid="16656">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1861.23609" z="674.34418"/>
<Orientation y="2.35621"/>
<Actor seed="36798"/>
</Entity>
<Entity uid="16657">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1757.24988" z="680.11756"/>
<Orientation y="2.53246"/>
<Actor seed="8394"/>
</Entity>
<Entity uid="16658">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1760.86646" z="688.62964"/>
<Orientation y="1.14193"/>
<Actor seed="30462"/>
</Entity>
<Entity uid="16659">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1754.0818" z="689.16529"/>
<Orientation y="1.63988"/>
<Actor seed="16418"/>
</Entity>
<Entity uid="16660">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1776.266" z="690.99012"/>
<Orientation y="3.49865"/>
<Actor seed="30462"/>
</Entity>
<Entity uid="16661">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1755.02417" z="689.32062"/>
<Orientation y="2.35622"/>
<Actor seed="40626"/>
</Entity>
<Entity uid="16662">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.04786" z="688.51923"/>
<Orientation y="2.3662"/>
<Actor seed="40626"/>
</Entity>
<Entity uid="16663">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1755.79908" z="691.99085"/>
<Orientation y="1.55892"/>
<Actor seed="40626"/>
</Entity>
<Entity uid="16664">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1754.844" z="691.01166"/>
<Orientation y="1.53829"/>
<Actor seed="40626"/>
</Entity>
<Entity uid="16665">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1755.97962" z="690.05402"/>
<Orientation y="2.88797"/>
<Actor seed="40626"/>
</Entity>
<Entity uid="16667">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1755.87903" z="691.01142"/>
<Orientation y="0.95061"/>
<Actor seed="17904"/>
</Entity>
<Entity uid="16668">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.46473" z="688.95636"/>
<Orientation y="-0.10009"/>
<Actor seed="17904"/>
</Entity>
<Entity uid="16669">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.32984" z="693.30823"/>
<Orientation y="-0.13762"/>
<Actor seed="17904"/>
</Entity>
<Entity uid="16670">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1756.6543" z="687.66242"/>
<Orientation y="0.18197"/>
<Actor seed="17904"/>
</Entity>
<Entity uid="16671">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1746.78333" z="754.9621"/>
<Orientation y="2.71955"/>
<Actor seed="53386"/>
</Entity>
<Entity uid="16672">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1751.5276" z="750.09345"/>
<Orientation y="-0.36266"/>
<Actor seed="17634"/>
</Entity>
<Entity uid="16673">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1747.70215" z="751.84711"/>
<Orientation y="1.9426"/>
<Actor seed="58698"/>
</Entity>
<Entity uid="16674">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="1745.37012" z="751.99921"/>
<Orientation y="3.58887"/>
<Actor seed="30220"/>
</Entity>
<Entity uid="16675">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1735.64625" z="725.57929"/>
<Orientation y="2.35621"/>
<Actor seed="29546"/>
</Entity>
<Entity uid="16676">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1735.7151" z="727.68805"/>
<Orientation y="2.35621"/>
<Actor seed="8754"/>
</Entity>
<Entity uid="16677">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1735.92713" z="729.72803"/>
<Orientation y="2.35621"/>
<Actor seed="25932"/>
</Entity>
<Entity uid="16678">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1860.01221" z="627.20832"/>
<Orientation y="2.35621"/>
<Actor seed="62860"/>
</Entity>
<Entity uid="16679">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1862.11316" z="627.25501"/>
<Orientation y="2.35621"/>
<Actor seed="57472"/>
</Entity>
<Entity uid="16680">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1878.86756" z="655.88941"/>
<Orientation y="2.35621"/>
<Actor seed="54120"/>
</Entity>
<Entity uid="16681">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1876.70118" z="656.13514"/>
<Orientation y="2.35621"/>
<Actor seed="51908"/>
</Entity>
<Entity uid="16682">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1875.74952" z="656.87171"/>
<Orientation y="2.35621"/>
<Actor seed="12876"/>
</Entity>
<Entity uid="16683">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1892.33875" z="688.69361"/>
<Orientation y="2.35621"/>
<Actor seed="22844"/>
</Entity>
<Entity uid="16684">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1893.04285" z="690.64246"/>
<Orientation y="2.35621"/>
<Actor seed="30908"/>
</Entity>
<Entity uid="16685">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1895.36231" z="691.71595"/>
<Orientation y="2.35621"/>
<Actor seed="54958"/>
</Entity>
<Entity uid="16686">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1886.99927" z="704.37409"/>
<Orientation y="2.35621"/>
<Actor seed="39776"/>
</Entity>
<Entity uid="16687">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1888.39808" z="703.95911"/>
<Orientation y="2.35621"/>
<Actor seed="63000"/>
</Entity>
<Entity uid="16688">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1834.83118" z="802.70594"/>
<Orientation y="2.35621"/>
<Actor seed="40548"/>
</Entity>
<Entity uid="16689">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1834.61268" z="804.70258"/>
<Orientation y="2.35621"/>
<Actor seed="58246"/>
</Entity>
<Entity uid="16690">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1832.4485" z="806.93677"/>
<Orientation y="2.35621"/>
<Actor seed="41958"/>
</Entity>
<Entity uid="16691">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1705.42762" z="992.25037"/>
<Orientation y="2.35621"/>
<Actor seed="21972"/>
</Entity>
<Entity uid="16692">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1707.41138" z="991.84003"/>
<Orientation y="2.35621"/>
<Actor seed="65468"/>
</Entity>
<Entity uid="16693">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1708.9192" z="991.95649"/>
<Orientation y="2.35621"/>
<Actor seed="30810"/>
</Entity>
<Entity uid="16694">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1703.28296" z="1011.64795"/>
<Orientation y="2.35621"/>
<Actor seed="2906"/>
</Entity>
<Entity uid="16695">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1760.81434" z="929.96253"/>
<Orientation y="2.35621"/>
<Actor seed="48162"/>
</Entity>
<Entity uid="16696">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1762.51966" z="930.61677"/>
<Orientation y="2.35621"/>
<Actor seed="52044"/>
</Entity>
<Entity uid="16697">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1764.65882" z="931.3675"/>
<Orientation y="2.35621"/>
<Actor seed="40108"/>
</Entity>
<Entity uid="16698">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1766.60401" z="933.3675"/>
<Orientation y="2.35621"/>
<Actor seed="33240"/>
</Entity>
<Entity uid="16699">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1768.21546" z="934.5011"/>
<Orientation y="2.35621"/>
<Actor seed="17616"/>
</Entity>
<Entity uid="16700">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="1883.58033" z="599.03785"/>
<Orientation y="2.35621"/>
<Actor seed="58586"/>
</Entity>
<Entity uid="16701">
<Template>actor|props/flora/bush_medit_la_dry.xml</Template>
<Position x="1792.93641" z="580.60676"/>
<Orientation y="2.35621"/>
<Actor seed="8934"/>
</Entity>
<Entity uid="16702">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1751.26172" z="875.5625"/>
<Orientation y="2.35621"/>
<Actor seed="54712"/>
</Entity>
<Entity uid="16703">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1750.97584" z="876.88813"/>
<Orientation y="2.35621"/>
<Actor seed="62368"/>
</Entity>
<Entity uid="16704">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1749.24378" z="842.27704"/>
<Orientation y="2.35621"/>
<Actor seed="35936"/>
</Entity>
<Entity uid="16705">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1749.68885" z="843.3014"/>
<Orientation y="2.35621"/>
<Actor seed="41232"/>
</Entity>
<Entity uid="16706">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1763.82801" z="838.54145"/>
<Orientation y="2.35621"/>
<Actor seed="8974"/>
</Entity>
<Entity uid="16707">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1764.1449" z="839.52704"/>
<Orientation y="2.35621"/>
<Actor seed="50772"/>
</Entity>
<Entity uid="16708">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1717.5287" z="800.01557"/>
<Orientation y="2.35621"/>
<Actor seed="42146"/>
</Entity>
<Entity uid="16709">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1720.07483" z="796.26532"/>
<Orientation y="2.35621"/>
<Actor seed="26036"/>
</Entity>
<Entity uid="16710">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1720.42481" z="795.07447"/>
<Orientation y="2.35621"/>
<Actor seed="29034"/>
</Entity>
<Entity uid="16711">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1676.32142" z="808.6573"/>
<Orientation y="2.35621"/>
<Actor seed="47322"/>
</Entity>
<Entity uid="16712">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1676.72205" z="807.63324"/>
<Orientation y="2.35621"/>
<Actor seed="7340"/>
</Entity>
<Entity uid="16713">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1679.77479" z="804.48847"/>
<Orientation y="2.35621"/>
<Actor seed="21814"/>
</Entity>
<Entity uid="16714">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1681.17212" z="804.25611"/>
<Orientation y="2.35621"/>
<Actor seed="51328"/>
</Entity>
<Entity uid="16715">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1700.57435" z="794.3172"/>
<Orientation y="2.35621"/>
<Actor seed="48454"/>
</Entity>
<Entity uid="16716">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1700.40748" z="795.4101"/>
<Orientation y="2.35621"/>
<Actor seed="33518"/>
</Entity>
<Entity uid="16717">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1699.90674" z="796.53235"/>
<Orientation y="2.35621"/>
<Actor seed="5740"/>
</Entity>
<Entity uid="16718">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1702.45386" z="793.74756"/>
<Orientation y="2.35621"/>
<Actor seed="48490"/>
</Entity>
<Entity uid="16719">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1698.67078" z="793.94208"/>
<Orientation y="2.35621"/>
<Actor seed="63322"/>
</Entity>
<Entity uid="16720">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1699.50574" z="777.57496"/>
<Orientation y="2.35621"/>
<Actor seed="17078"/>
</Entity>
<Entity uid="16721">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1662.81959" z="782.12592"/>
<Orientation y="2.35621"/>
<Actor seed="25478"/>
</Entity>
<Entity uid="16722">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1712.01294" z="753.83393"/>
<Orientation y="2.35621"/>
<Actor seed="44352"/>
</Entity>
<Entity uid="16723">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1712.09815" z="754.87494"/>
<Orientation y="2.35621"/>
<Actor seed="11510"/>
</Entity>
<Entity uid="16724">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1698.62745" z="778.30445"/>
<Orientation y="2.35621"/>
<Actor seed="62210"/>
</Entity>
<Entity uid="16725">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1662.02906" z="783.48212"/>
<Orientation y="2.35621"/>
<Actor seed="15792"/>
</Entity>
<Entity uid="16726">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1692.90821" z="746.96015"/>
<Orientation y="2.35621"/>
<Actor seed="49684"/>
</Entity>
<Entity uid="16727">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1691.91736" z="747.96882"/>
<Orientation y="2.35621"/>
<Actor seed="55046"/>
</Entity>
<Entity uid="16728">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1690.72925" z="747.99634"/>
<Orientation y="2.35621"/>
<Actor seed="50112"/>
</Entity>
<Entity uid="16729">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1725.30787" z="764.25214"/>
<Orientation y="2.35621"/>
<Actor seed="50500"/>
</Entity>
<Entity uid="16730">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1706.9347" z="768.48383"/>
<Orientation y="2.35621"/>
<Actor seed="2686"/>
</Entity>
<Entity uid="16731">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1823.54188" z="779.61231"/>
<Orientation y="2.35621"/>
<Actor seed="7784"/>
</Entity>
<Entity uid="16732">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1799.35352" z="692.14075"/>
<Orientation y="2.35621"/>
<Actor seed="27562"/>
</Entity>
<Entity uid="16733">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1804.67103" z="696.83381"/>
<Orientation y="2.35621"/>
<Actor seed="29714"/>
</Entity>
<Entity uid="16734">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1764.84461" z="712.03602"/>
<Orientation y="2.35621"/>
<Actor seed="43052"/>
</Entity>
<Entity uid="16735">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1765.568" z="712.68104"/>
<Orientation y="2.35621"/>
<Actor seed="19004"/>
</Entity>
<Entity uid="16736">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1766.6012" z="712.91944"/>
<Orientation y="2.35621"/>
<Actor seed="46546"/>
</Entity>
<Entity uid="16737">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1735.46827" z="724.13654"/>
<Orientation y="2.35621"/>
<Actor seed="55068"/>
</Entity>
<Entity uid="16738">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1735.34583" z="723.20423"/>
<Orientation y="2.35621"/>
<Actor seed="47868"/>
</Entity>
<Entity uid="16739">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1736.40564" z="724.72144"/>
<Orientation y="2.35621"/>
<Actor seed="23684"/>
</Entity>
<Entity uid="16740">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1720.1128" z="704.0915"/>
<Orientation y="2.35621"/>
<Actor seed="41816"/>
</Entity>
<Entity uid="16741">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1715.19092" z="703.63678"/>
<Orientation y="2.35621"/>
<Actor seed="37884"/>
</Entity>
<Entity uid="16742">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1715.83411" z="703.88166"/>
<Orientation y="2.35621"/>
<Actor seed="7308"/>
</Entity>
<Entity uid="16743">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1717.06043" z="703.72535"/>
<Orientation y="2.35621"/>
<Actor seed="62918"/>
</Entity>
<Entity uid="16744">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1740.62745" z="718.79126"/>
<Orientation y="2.35621"/>
<Actor seed="2622"/>
</Entity>
<Entity uid="16745">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1741.04896" z="719.93415"/>
<Orientation y="2.35621"/>
<Actor seed="33224"/>
</Entity>
<Entity uid="16746">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1707.21949" z="704.51764"/>
<Orientation y="2.35621"/>
<Actor seed="48190"/>
</Entity>
<Entity uid="16747">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1707.72584" z="703.83545"/>
<Orientation y="2.35621"/>
<Actor seed="27134"/>
</Entity>
<Entity uid="16748">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1658.67518" z="741.6728"/>
<Orientation y="2.35621"/>
<Actor seed="2100"/>
</Entity>
<Entity uid="16749">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1659.06629" z="740.85499"/>
<Orientation y="2.35621"/>
<Actor seed="31366"/>
</Entity>
<Entity uid="16750">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1659.28003" z="740.40803"/>
<Orientation y="2.35621"/>
<Actor seed="62100"/>
</Entity>
<Entity uid="16751">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1611.18824" z="841.69983"/>
<Orientation y="2.35621"/>
<Actor seed="31678"/>
</Entity>
<Entity uid="16752">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1618.57874" z="860.20081"/>
<Orientation y="2.35621"/>
<Actor seed="28966"/>
</Entity>
<Entity uid="16753">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1617.2837" z="858.45893"/>
<Orientation y="2.35621"/>
<Actor seed="12190"/>
</Entity>
<Entity uid="16754">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1634.80591" z="817.86414"/>
<Orientation y="2.35621"/>
<Actor seed="41984"/>
</Entity>
<Entity uid="16755">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1656.68873" z="759.66358"/>
<Orientation y="2.35621"/>
<Actor seed="5080"/>
</Entity>
<Entity uid="16756">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1689.37696" z="774.82642"/>
<Orientation y="2.35621"/>
<Actor seed="18490"/>
</Entity>
<Entity uid="16757">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1816.39295" z="705.54078"/>
<Orientation y="2.35621"/>
<Actor seed="57018"/>
</Entity>
<Entity uid="16758">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1817.31946" z="705.39368"/>
<Orientation y="2.35621"/>
<Actor seed="49700"/>
</Entity>
<Entity uid="16759">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1831.95655" z="703.5105"/>
<Orientation y="2.35621"/>
<Actor seed="56712"/>
</Entity>
<Entity uid="16760">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1831.61341" z="702.83307"/>
<Orientation y="2.35621"/>
<Actor seed="35678"/>
</Entity>
<Entity uid="16761">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1837.91907" z="704.16077"/>
<Orientation y="2.35621"/>
<Actor seed="3890"/>
</Entity>
<Entity uid="16762">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1790.23267" z="782.85621"/>
<Orientation y="2.35621"/>
<Actor seed="45978"/>
</Entity>
<Entity uid="16763">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1791.60792" z="783.24921"/>
<Orientation y="2.35621"/>
<Actor seed="12058"/>
</Entity>
<Entity uid="16764">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1792.32422" z="781.6667"/>
<Orientation y="2.35621"/>
<Actor seed="6478"/>
</Entity>
<Entity uid="16765">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1836.79834" z="703.83777"/>
<Orientation y="2.35621"/>
<Actor seed="65519"/>
</Entity>
<Entity uid="16766">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1839.70301" z="704.01691"/>
<Orientation y="2.35621"/>
<Actor seed="43584"/>
</Entity>
<Entity uid="16767">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1660.6172" z="858.3371"/>
<Orientation y="2.35621"/>
<Actor seed="60888"/>
</Entity>
<Entity uid="16768">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1671.23243" z="831.16932"/>
<Orientation y="2.35621"/>
<Actor seed="28674"/>
</Entity>
<Entity uid="16769">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1672.14148" z="830.66242"/>
<Orientation y="2.35621"/>
<Actor seed="26070"/>
</Entity>
<Entity uid="16770">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1669.20875" z="869.06196"/>
<Orientation y="2.35621"/>
<Actor seed="53820"/>
</Entity>
<Entity uid="16771">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1669.88855" z="868.03742"/>
<Orientation y="2.35621"/>
<Actor seed="55994"/>
</Entity>
<Entity uid="16772">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1663.4579" z="882.55304"/>
<Orientation y="2.35621"/>
<Actor seed="45592"/>
</Entity>
<Entity uid="16773">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1662.47425" z="882.36384"/>
<Orientation y="2.35621"/>
<Actor seed="19412"/>
</Entity>
<Entity uid="16774">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1664.21656" z="883.3216"/>
<Orientation y="2.35621"/>
<Actor seed="51202"/>
</Entity>
<Entity uid="16775">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1683.89161" z="888.75721"/>
<Orientation y="2.35621"/>
<Actor seed="64688"/>
</Entity>
<Entity uid="16776">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1684.26136" z="890.0907"/>
<Orientation y="2.35621"/>
<Actor seed="21210"/>
</Entity>
<Entity uid="16777">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1687.6792" z="892.22724"/>
<Orientation y="2.35621"/>
<Actor seed="9254"/>
</Entity>
<Entity uid="16778">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1688.5835" z="892.07856"/>
<Orientation y="2.35621"/>
<Actor seed="41912"/>
</Entity>
<Entity uid="16779">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1687.58387" z="890.97803"/>
<Orientation y="2.35621"/>
<Actor seed="32260"/>
</Entity>
<Entity uid="16780">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1691.91065" z="895.4585"/>
<Orientation y="2.35621"/>
<Actor seed="51714"/>
</Entity>
<Entity uid="16781">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1691.08973" z="896.45228"/>
<Orientation y="2.35621"/>
<Actor seed="9158"/>
</Entity>
<Entity uid="16782">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1690.8694" z="895.67786"/>
<Orientation y="2.35621"/>
<Actor seed="29208"/>
</Entity>
<Entity uid="16783">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1724.4115" z="816.71802"/>
<Orientation y="2.35621"/>
<Actor seed="46496"/>
</Entity>
<Entity uid="16784">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1704.8119" z="810.85431"/>
<Orientation y="2.35621"/>
<Actor seed="7024"/>
</Entity>
<Entity uid="16785">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1763.27747" z="770.60877"/>
<Orientation y="2.35621"/>
<Actor seed="42282"/>
</Entity>
<Entity uid="16786">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1751.43995" z="796.26404"/>
<Orientation y="2.35621"/>
<Actor seed="29024"/>
</Entity>
<Entity uid="16787">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1803.72632" z="772.09028"/>
<Orientation y="2.35621"/>
<Actor seed="32756"/>
</Entity>
<Entity uid="16788">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1790.54896" z="775.1681"/>
<Orientation y="2.35621"/>
<Actor seed="27772"/>
</Entity>
<Entity uid="16790">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="161.41703" z="1084.6172"/>
<Orientation y="4.65447"/>
<Actor seed="35414"/>
</Entity>
<Entity uid="16792">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="159.34061" z="1084.45252"/>
<Orientation y="3.77068"/>
<Actor seed="28678"/>
</Entity>
<Entity uid="16793">
<Template>actor|geology/stone_medit_med.xml</Template>
<Position x="161.08756" z="1086.07691"/>
<Orientation y="5.5098"/>
<Actor seed="60046"/>
</Entity>
<Entity uid="16795">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="160.63505" z="1085.08729"/>
<Orientation y="0.95594"/>
<Actor seed="50046"/>
</Entity>
<Entity uid="16796">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="163.40769" z="1074.65931"/>
<Orientation y="-1.16303"/>
<Actor seed="41074"/>
</Entity>
<Entity uid="16797">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="162.24747" z="1075.93885"/>
<Orientation y="2.35621"/>
<Actor seed="43388"/>
</Entity>
<Entity uid="16798">
<Template>structures/sele_wall_gate</Template>
<Player>1</Player>
<Position x="707.62714" z="1743.56678"/>
<Orientation y="5.51621"/>
<Obstruction group="12202" group2="12203"/>
<Actor seed="52526"/>
</Entity>
<Entity uid="16799">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="809.32654" z="1276.75428"/>
<Orientation y="2.35621"/>
<Actor seed="10084"/>
</Entity>
<Entity uid="16800">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="795.97309" z="1271.09974"/>
<Orientation y="2.35621"/>
<Actor seed="22258"/>
</Entity>
<Entity uid="16801">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="792.96937" z="1270.15308"/>
<Orientation y="2.35621"/>
<Actor seed="15332"/>
</Entity>
<Entity uid="16802">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="780.06861" z="1257.57374"/>
<Orientation y="2.35621"/>
<Actor seed="24210"/>
</Entity>
<Entity uid="16803">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="778.0691" z="1257.22437"/>
<Orientation y="2.35621"/>
<Actor seed="31974"/>
</Entity>
<Entity uid="16804">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="777.55402" z="1253.58802"/>
<Orientation y="2.35621"/>
<Actor seed="7732"/>
</Entity>
<Entity uid="16805">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="771.50367" z="1231.3993"/>
<Orientation y="2.35621"/>
<Actor seed="5958"/>
</Entity>
<Entity uid="16806">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="759.84375" z="1211.53089"/>
<Orientation y="2.35621"/>
<Actor seed="40820"/>
</Entity>
<Entity uid="16807">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="751.10785" z="1209.50709"/>
<Orientation y="2.35621"/>
<Actor seed="3488"/>
</Entity>
<Entity uid="16808">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="748.38361" z="1210.67823"/>
<Orientation y="2.35621"/>
<Actor seed="3158"/>
</Entity>
<Entity uid="16809">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="746.74646" z="1211.00611"/>
<Orientation y="2.35621"/>
<Actor seed="40042"/>
</Entity>
<Entity uid="16810">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="815.26435" z="1295.86243"/>
<Orientation y="2.35621"/>
<Actor seed="36846"/>
</Entity>
<Entity uid="16811">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="818.50922" z="1298.33582"/>
<Orientation y="2.35621"/>
<Actor seed="28940"/>
</Entity>
<Entity uid="16812">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="820.347" z="1298.4469"/>
<Orientation y="2.35621"/>
<Actor seed="9744"/>
</Entity>
<Entity uid="16813">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="879.53901" z="1355.81434"/>
<Orientation y="2.35621"/>
<Actor seed="56264"/>
</Entity>
<Entity uid="16814">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="876.7132" z="1354.27393"/>
<Orientation y="2.35621"/>
<Actor seed="8876"/>
</Entity>
<Entity uid="16815">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="870.3556" z="1352.82715"/>
<Orientation y="2.35621"/>
<Actor seed="58038"/>
</Entity>
<Entity uid="16816">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="870.12787" z="1346.4386"/>
<Orientation y="2.35621"/>
<Actor seed="64980"/>
</Entity>
<Entity uid="16817">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="914.94056" z="1363.23133"/>
<Orientation y="2.35621"/>
<Actor seed="52904"/>
</Entity>
<Entity uid="16818">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="917.38984" z="1367.50416"/>
<Orientation y="2.35621"/>
<Actor seed="55810"/>
</Entity>
<Entity uid="16819">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="957.44288" z="1360.38135"/>
<Orientation y="2.35621"/>
<Actor seed="4430"/>
</Entity>
<Entity uid="16820">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="943.79517" z="1367.14222"/>
<Orientation y="2.35621"/>
<Actor seed="26300"/>
</Entity>
<Entity uid="16821">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="871.36408" z="1396.8755"/>
<Orientation y="2.35621"/>
<Actor seed="56930"/>
</Entity>
<Entity uid="16822">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="868.83503" z="1399.32532"/>
<Orientation y="2.35621"/>
<Actor seed="21002"/>
</Entity>
<Entity uid="16823">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="844.42438" z="1383.68091"/>
<Orientation y="2.35621"/>
<Actor seed="8232"/>
</Entity>
<Entity uid="16824">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="782.90894" z="1336.58399"/>
<Orientation y="2.35621"/>
<Actor seed="36844"/>
</Entity>
<Entity uid="16825">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="779.21418" z="1336.5365"/>
<Orientation y="2.35621"/>
<Actor seed="12836"/>
</Entity>
<Entity uid="16826">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="776.62366" z="1332.2533"/>
<Orientation y="2.35621"/>
<Actor seed="30538"/>
</Entity>
<Entity uid="16827">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="770.9361" z="1331.8672"/>
<Orientation y="2.35621"/>
<Actor seed="41796"/>
</Entity>
<Entity uid="16828">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="772.49335" z="1331.37256"/>
<Orientation y="2.35621"/>
<Actor seed="12412"/>
</Entity>
<Entity uid="16829">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="758.21497" z="1335.93958"/>
<Orientation y="2.35621"/>
<Actor seed="52040"/>
</Entity>
<Entity uid="16830">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="748.45331" z="1371.45423"/>
<Orientation y="2.35621"/>
<Actor seed="20968"/>
</Entity>
<Entity uid="16831">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="750.52894" z="1372.57007"/>
<Orientation y="2.35621"/>
<Actor seed="56796"/>
</Entity>
<Entity uid="16832">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="571.39002" z="1371.60425"/>
<Orientation y="2.35621"/>
<Actor seed="60386"/>
</Entity>
<Entity uid="16833">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="568.62879" z="1372.33875"/>
<Orientation y="2.35621"/>
<Actor seed="63496"/>
</Entity>
<Entity uid="16834">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="568.25324" z="1323.5962"/>
<Orientation y="2.35621"/>
<Actor seed="52550"/>
</Entity>
<Entity uid="16835">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="588.81122" z="1347.818"/>
<Orientation y="2.35621"/>
<Actor seed="2918"/>
</Entity>
<Entity uid="16836">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="771.6294" z="1194.724"/>
<Orientation y="2.35621"/>
<Actor seed="38618"/>
</Entity>
<Entity uid="16837">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="791.85737" z="1211.7865"/>
<Orientation y="2.35621"/>
<Actor seed="9432"/>
</Entity>
<Entity uid="16838">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="787.17524" z="1205.66578"/>
<Orientation y="2.35621"/>
<Actor seed="25646"/>
</Entity>
<Entity uid="16839">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="805.95032" z="1243.28211"/>
<Orientation y="2.35621"/>
<Actor seed="64290"/>
</Entity>
<Entity uid="16840">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="810.37031" z="1243.09864"/>
<Orientation y="2.35621"/>
<Actor seed="33994"/>
</Entity>
<Entity uid="16841">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="808.28174" z="1242.52491"/>
<Orientation y="2.35621"/>
<Actor seed="37924"/>
</Entity>
<Entity uid="16842">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="841.39075" z="1273.05652"/>
<Orientation y="2.35621"/>
<Actor seed="6524"/>
</Entity>
<Entity uid="16843">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="851.69568" z="1086.1399"/>
<Orientation y="2.35621"/>
<Actor seed="50714"/>
</Entity>
<Entity uid="16844">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="833.43146" z="1081.75196"/>
<Orientation y="2.35621"/>
<Actor seed="34220"/>
</Entity>
<Entity uid="16845">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="835.47907" z="1084.30994"/>
<Orientation y="2.35621"/>
<Actor seed="1178"/>
</Entity>
<Entity uid="16846">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="937.8667" z="1096.85755"/>
<Orientation y="2.35621"/>
<Actor seed="42312"/>
</Entity>
<Entity uid="16847">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="940.70716" z="1099.54896"/>
<Orientation y="2.35621"/>
<Actor seed="59316"/>
</Entity>
<Entity uid="16848">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="947.16816" z="1098.51551"/>
<Orientation y="2.35621"/>
<Actor seed="48248"/>
</Entity>
<Entity uid="16849">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="769.91334" z="1101.9463"/>
<Orientation y="2.35621"/>
<Actor seed="52724"/>
</Entity>
<Entity uid="16850">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="764.53309" z="1104.14136"/>
<Orientation y="2.35621"/>
<Actor seed="16002"/>
</Entity>
<Entity uid="16851">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="766.50464" z="1103.5254"/>
<Orientation y="2.35621"/>
<Actor seed="32942"/>
</Entity>
<Entity uid="16852">
<Template>structures/sele_storehouse</Template>
<Player>1</Player>
<Position x="963.52356" z="1593.24085"/>
<Orientation y="0.80402"/>
<Actor seed="49306"/>
</Entity>
<Entity uid="16853">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="810.17066" z="922.30842"/>
<Orientation y="2.35621"/>
<Actor seed="12512"/>
</Entity>
<Entity uid="16854">
<Template>gaia/fauna_camel</Template>
<Player>0</Player>
<Position x="812.33661" z="924.93879"/>
<Orientation y="2.35621"/>
<Actor seed="20542"/>
</Entity>
<Entity uid="16855">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="828.6454" z="694.49299"/>
<Orientation y="2.35621"/>
<Actor seed="51338"/>
</Entity>
<Entity uid="16856">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="830.66187" z="694.82557"/>
<Orientation y="2.35621"/>
<Actor seed="38758"/>
</Entity>
<Entity uid="16857">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="830.72114" z="693.69178"/>
<Orientation y="2.35621"/>
<Actor seed="8628"/>
</Entity>
<Entity uid="16858">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="826.21296" z="695.74738"/>
<Orientation y="2.35621"/>
<Actor seed="65282"/>
</Entity>
<Entity uid="16859">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="826.05024" z="691.96387"/>
<Orientation y="2.35621"/>
<Actor seed="20434"/>
</Entity>
<Entity uid="16860">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="830.32044" z="691.60535"/>
<Orientation y="2.35621"/>
<Actor seed="2838"/>
</Entity>
<Entity uid="16861">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="1177.49549" z="893.47065"/>
<Orientation y="9.16022"/>
<Actor seed="55646"/>
</Entity>
<Entity uid="16862">
<Template>gaia/fauna_hawk</Template>
<Position x="1338.58704" z="273.37912"/>
<Orientation y="2.35621"/>
<Actor seed="5282"/>
</Entity>
<Entity uid="16863">
<Template>gaia/fauna_hawk</Template>
<Position x="1037.74866" z="184.85984"/>
<Orientation y="2.35621"/>
<Actor seed="31574"/>
</Entity>
<Entity uid="16864">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1172.0005" z="889.29383"/>
<Orientation y="2.35621"/>
<Actor seed="64542"/>
</Entity>
<Entity uid="16865">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1176.245" z="903.25745"/>
<Orientation y="2.07668"/>
<Actor seed="60898"/>
</Entity>
<Entity uid="16867">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1179.23328" z="899.11597"/>
<Orientation y="2.35621"/>
<Actor seed="200"/>
</Entity>
<Entity uid="16868">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1177.77698" z="406.76453"/>
<Orientation y="2.35621"/>
<Actor seed="54168"/>
</Entity>
<Entity uid="16869">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1170.72291" z="428.22995"/>
<Orientation y="2.35621"/>
<Actor seed="29120"/>
</Entity>
<Entity uid="16870">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1161.8014" z="428.29603"/>
<Orientation y="2.35621"/>
<Actor seed="52516"/>
</Entity>
<Entity uid="16871">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1176.38563" z="417.35962"/>
<Orientation y="2.35621"/>
<Actor seed="2424"/>
</Entity>
<Entity uid="16872">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="1169.0171" z="425.03174"/>
<Orientation y="2.35621"/>
<Actor seed="44176"/>
</Entity>
<Entity uid="16873">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1180.92786" z="412.7995"/>
<Orientation y="2.35621"/>
<Actor seed="41418"/>
</Entity>
<Entity uid="16874">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1183.03956" z="410.9495"/>
<Orientation y="2.35621"/>
<Actor seed="58442"/>
</Entity>
<Entity uid="16875">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1171.7516" z="435.09656"/>
<Orientation y="2.35621"/>
<Actor seed="38102"/>
</Entity>
<Entity uid="16876">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1172.09937" z="432.90094"/>
<Orientation y="2.35621"/>
<Actor seed="60658"/>
</Entity>
<Entity uid="16877">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1174.7345" z="423.60495"/>
<Orientation y="2.35621"/>
<Actor seed="45502"/>
</Entity>
<Entity uid="16878">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1177.47278" z="421.10926"/>
<Orientation y="1.66721"/>
<Actor seed="23762"/>
</Entity>
<Entity uid="16879">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1172.10938" z="431.13291"/>
<Orientation y="2.35621"/>
<Actor seed="52370"/>
</Entity>
<Entity uid="16880">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1184.89649" z="411.19202"/>
<Orientation y="2.35621"/>
<Actor seed="37444"/>
</Entity>
<Entity uid="16881">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="1170.0835" z="416.85932"/>
<Orientation y="1.46099"/>
<Actor seed="43996"/>
</Entity>
<Entity uid="16882">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1174.28101" z="434.5843"/>
<Orientation y="2.09606"/>
<Actor seed="29756"/>
</Entity>
<Entity uid="16883">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1182.56531" z="415.09888"/>
<Orientation y="2.35621"/>
<Actor seed="20416"/>
</Entity>
<Entity uid="16884">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1172.07703" z="439.98572"/>
<Orientation y="-2.41402"/>
<Actor seed="65222"/>
</Entity>
<Entity uid="16885">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1181.17481" z="416.48136"/>
<Orientation y="-2.43892"/>
<Actor seed="43998"/>
</Entity>
<Entity uid="16886">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1167.01343" z="412.48954"/>
<Orientation y="0.92284"/>
<Actor seed="31100"/>
</Entity>
<Entity uid="16887">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1163.85047" z="419.66044"/>
<Orientation y="2.35621"/>
<Actor seed="2006"/>
</Entity>
<Entity uid="16888">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1157.47071" z="435.8136"/>
<Orientation y="2.9275"/>
<Actor seed="38286"/>
</Entity>
<Entity uid="16889">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1154.98841" z="431.9994"/>
<Orientation y="-1.30059"/>
<Actor seed="26362"/>
</Entity>
<Entity uid="16890">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1182.52454" z="412.49097"/>
<Orientation y="2.35621"/>
<Actor seed="45178"/>
</Entity>
<Entity uid="16891">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1172.43201" z="427.17545"/>
<Orientation y="1.89512"/>
<Actor seed="7930"/>
</Entity>
<Entity uid="16892">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1183.64307" z="412.61286"/>
<Orientation y="2.35621"/>
<Actor seed="37728"/>
</Entity>
<Entity uid="16893">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1173.87842" z="425.0814"/>
<Orientation y="1.81757"/>
<Actor seed="53706"/>
</Entity>
<Entity uid="16894">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1172.35193" z="429.27305"/>
<Orientation y="4.5401"/>
<Actor seed="55634"/>
</Entity>
<Entity uid="16895">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1176.44031" z="422.22764"/>
<Orientation y="2.35621"/>
<Actor seed="64846"/>
</Entity>
<Entity uid="16896">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1180.95997" z="415.7681"/>
<Orientation y="2.35621"/>
<Actor seed="55546"/>
</Entity>
<Entity uid="16897">
<Template>actor|props/flora/grass_field_bloom_short.xml</Template>
<Position x="1179.21827" z="417.11289"/>
<Orientation y="2.35622"/>
<Actor seed="45502"/>
</Entity>
<Entity uid="16898">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1171.03528" z="897.8639"/>
<Orientation y="2.35621"/>
<Actor seed="6312"/>
</Entity>
<Entity uid="16899">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1171.55103" z="892.28364"/>
<Orientation y="2.35621"/>
<Actor seed="55576"/>
</Entity>
<Entity uid="16900">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1172.0033" z="895.58686"/>
<Orientation y="2.35621"/>
<Actor seed="4248"/>
</Entity>
<Entity uid="16901">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1171.92688" z="889.51514"/>
<Orientation y="2.35621"/>
<Actor seed="47106"/>
</Entity>
<Entity uid="16902">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1171.29151" z="899.7519"/>
<Orientation y="2.35621"/>
<Actor seed="12010"/>
</Entity>
<Entity uid="16903">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1176.92066" z="898.7989"/>
<Orientation y="2.35621"/>
<Actor seed="62732"/>
</Entity>
<Entity uid="16904">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1176.07776" z="896.70337"/>
<Orientation y="2.35621"/>
<Actor seed="43640"/>
</Entity>
<Entity uid="16905">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1178.04297" z="893.69532"/>
<Orientation y="2.35621"/>
<Actor seed="55180"/>
</Entity>
<Entity uid="16906">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1179.31153" z="890.11396"/>
<Orientation y="2.35621"/>
<Actor seed="15128"/>
</Entity>
<Entity uid="16907">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1177.14393" z="888.72132"/>
<Orientation y="2.35621"/>
<Actor seed="632"/>
</Entity>
<Entity uid="16908">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1176.98243" z="891.84137"/>
<Orientation y="2.35621"/>
<Actor seed="16172"/>
</Entity>
<Entity uid="16909">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1177.08362" z="897.33509"/>
<Orientation y="2.35621"/>
<Actor seed="5624"/>
</Entity>
<Entity uid="16910">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1175.37403" z="898.54365"/>
<Orientation y="2.35621"/>
<Actor seed="39602"/>
</Entity>
<Entity uid="16911">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1178.24488" z="900.0171"/>
<Orientation y="2.35621"/>
<Actor seed="24962"/>
</Entity>
<Entity uid="16912">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1175.88404" z="895.52729"/>
<Orientation y="2.35621"/>
<Actor seed="15608"/>
</Entity>
<Entity uid="16913">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1174.18555" z="891.90662"/>
<Orientation y="2.35621"/>
<Actor seed="3658"/>
</Entity>
<Entity uid="16914">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1179.35425" z="902.96088"/>
<Orientation y="2.35621"/>
<Actor seed="28932"/>
</Entity>
<Entity uid="16915">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1178.07093" z="904.3423"/>
<Orientation y="3.71471"/>
<Actor seed="25024"/>
</Entity>
<Entity uid="16916">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1124.67457" z="538.67731"/>
<Orientation y="2.35621"/>
<Actor seed="30038"/>
</Entity>
<Entity uid="16917">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1120.42994" z="541.92914"/>
<Orientation y="2.35621"/>
<Actor seed="44404"/>
</Entity>
<Entity uid="16918">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1121.86243" z="546.10981"/>
<Orientation y="2.35621"/>
<Actor seed="8364"/>
</Entity>
<Entity uid="16919">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1118.75684" z="549.89197"/>
<Orientation y="2.35621"/>
<Actor seed="31528"/>
</Entity>
<Entity uid="16920">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1119.37635" z="553.99317"/>
<Orientation y="2.35621"/>
<Actor seed="47790"/>
</Entity>
<Entity uid="16921">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1115.65503" z="560.50348"/>
<Orientation y="2.35621"/>
<Actor seed="19738"/>
</Entity>
<Entity uid="16922">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1116.03443" z="555.65497"/>
<Orientation y="2.35621"/>
<Actor seed="26940"/>
</Entity>
<Entity uid="16923">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1059.6969" z="898.5965"/>
<Orientation y="2.35621"/>
<Actor seed="51074"/>
</Entity>
<Entity uid="16924">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1064.28272" z="902.25373"/>
<Orientation y="2.35621"/>
<Actor seed="36358"/>
</Entity>
<Entity uid="16925">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1070.016" z="903.44648"/>
<Orientation y="2.35621"/>
<Actor seed="10844"/>
</Entity>
<Entity uid="16926">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1064.76905" z="909.18787"/>
<Orientation y="2.35621"/>
<Actor seed="18958"/>
</Entity>
<Entity uid="16927">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1069.09754" z="911.01313"/>
<Orientation y="2.35621"/>
<Actor seed="16328"/>
</Entity>
<Entity uid="16928">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1069.2865" z="916.32758"/>
<Orientation y="2.35621"/>
<Actor seed="18306"/>
</Entity>
<Entity uid="16929">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1070.41297" z="919.02485"/>
<Orientation y="2.35621"/>
<Actor seed="16250"/>
</Entity>
<Entity uid="16930">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1072.23987" z="924.06525"/>
<Orientation y="2.35621"/>
<Actor seed="19586"/>
</Entity>
<Entity uid="16931">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1114.5896" z="1033.5553"/>
<Orientation y="2.35621"/>
<Actor seed="24440"/>
</Entity>
<Entity uid="16932">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1117.19532" z="1036.37781"/>
<Orientation y="2.35621"/>
<Actor seed="44490"/>
</Entity>
<Entity uid="16933">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1123.54944" z="1040.5669"/>
<Orientation y="2.35621"/>
<Actor seed="3344"/>
</Entity>
<Entity uid="16934">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1129.77662" z="1045.25123"/>
<Orientation y="2.35621"/>
<Actor seed="61674"/>
</Entity>
<Entity uid="16935">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1121.10462" z="1046.1714"/>
<Orientation y="2.35621"/>
<Actor seed="7996"/>
</Entity>
<Entity uid="16936">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1129.97181" z="1049.27552"/>
<Orientation y="2.35621"/>
<Actor seed="59908"/>
</Entity>
<Entity uid="16937">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1136.82081" z="1050.65137"/>
<Orientation y="2.35621"/>
<Actor seed="24154"/>
</Entity>
<Entity uid="16938">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1140.40943" z="1055.33313"/>
<Orientation y="2.35621"/>
<Actor seed="33202"/>
</Entity>
<Entity uid="16939">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1184.80982" z="1183.81641"/>
<Orientation y="2.35621"/>
<Actor seed="7028"/>
</Entity>
<Entity uid="16940">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1183.54297" z="1190.36707"/>
<Orientation y="2.35621"/>
<Actor seed="13354"/>
</Entity>
<Entity uid="16941">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1183.39747" z="1197.42469"/>
<Orientation y="2.35621"/>
<Actor seed="58366"/>
</Entity>
<Entity uid="16942">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1188.87732" z="1199.95191"/>
<Orientation y="2.35621"/>
<Actor seed="25350"/>
</Entity>
<Entity uid="16943">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1191.87098" z="1206.14844"/>
<Orientation y="2.35621"/>
<Actor seed="17728"/>
</Entity>
<Entity uid="16944">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1195.63465" z="1212.73865"/>
<Orientation y="2.35621"/>
<Actor seed="57342"/>
</Entity>
<Entity uid="16945">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1197.98621" z="1218.07093"/>
<Orientation y="2.35621"/>
<Actor seed="44374"/>
</Entity>
<Entity uid="16946">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1211.62952" z="1244.1222"/>
<Orientation y="-1.17798"/>
<Actor seed="1794"/>
</Entity>
<Entity uid="16947">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1326.57715" z="1418.6432"/>
<Orientation y="2.35621"/>
<Actor seed="28012"/>
</Entity>
<Entity uid="16948">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1309.23548" z="1386.55323"/>
<Orientation y="2.35621"/>
<Actor seed="26060"/>
</Entity>
<Entity uid="16949">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1313.60828" z="1391.73914"/>
<Orientation y="2.35621"/>
<Actor seed="2082"/>
</Entity>
<Entity uid="16950">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1323.59327" z="1412.07178"/>
<Orientation y="2.35621"/>
<Actor seed="48284"/>
</Entity>
<Entity uid="16951">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1317.88343" z="1406.68592"/>
<Orientation y="2.35621"/>
<Actor seed="37652"/>
</Entity>
<Entity uid="16952">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1315.16077" z="1399.1515"/>
<Orientation y="2.35621"/>
<Actor seed="24792"/>
</Entity>
<Entity uid="16953">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1317.39722" z="1395.73902"/>
<Orientation y="2.35621"/>
<Actor seed="64864"/>
</Entity>
<Entity uid="16954">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="1322.58082" z="1404.08826"/>
<Orientation y="2.35621"/>
<Actor seed="43566"/>
</Entity>
<Entity uid="16955">
<Template>gaia/fauna_rhino</Template>
<Player>0</Player>
<Position x="1173.31653" z="1397.42945"/>
<Orientation y="-2.70995"/>
<Actor seed="44436"/>
</Entity>
<Entity uid="16956">
<Template>gaia/fauna_rhino</Template>
<Player>0</Player>
<Position x="1160.87635" z="1393.79249"/>
<Orientation y="1.44683"/>
<Actor seed="47994"/>
</Entity>
<Entity uid="16957">
<Template>gaia/fauna_rhino</Template>
<Player>0</Player>
<Position x="1170.9375" z="1388.7555"/>
<Orientation y="-2.26084"/>
<Actor seed="37766"/>
</Entity>
<Entity uid="16958">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1378.39014" z="1432.8246"/>
<Orientation y="2.35621"/>
<Actor seed="21748"/>
</Entity>
<Entity uid="16959">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1380.3235" z="1435.42896"/>
<Orientation y="2.70453"/>
<Actor seed="25380"/>
</Entity>
<Entity uid="16960">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1367.50037" z="1429.69678"/>
<Orientation y="-2.31069"/>
<Actor seed="54262"/>
</Entity>
<Entity uid="16961">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1371.84876" z="1423.25355"/>
<Orientation y="-1.49357"/>
<Actor seed="28220"/>
</Entity>
<Entity uid="16962">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1118.85071" z="1625.3899"/>
<Orientation y="2.35621"/>
<Actor seed="30908"/>
</Entity>
<Entity uid="16963">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1182.69336" z="1173.70655"/>
<Orientation y="2.35621"/>
<Actor seed="28514"/>
</Entity>
<Entity uid="16964">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1184.77491" z="1187.75086"/>
<Orientation y="2.35621"/>
<Actor seed="27036"/>
</Entity>
<Entity uid="16965">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1192.40821" z="1196.32789"/>
<Orientation y="2.35621"/>
<Actor seed="39628"/>
</Entity>
<Entity uid="16966">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1290.97742" z="1155.30823"/>
<Orientation y="2.35621"/>
<Actor seed="63616"/>
</Entity>
<Entity uid="16967">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1303.07398" z="1297.46229"/>
<Orientation y="2.35621"/>
<Actor seed="39162"/>
</Entity>
<Entity uid="16968">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1112.29261" z="1033.10157"/>
<Orientation y="2.35621"/>
<Actor seed="25264"/>
</Entity>
<Entity uid="16969">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1072.58863" z="933.67481"/>
<Orientation y="2.35621"/>
<Actor seed="64646"/>
</Entity>
<Entity uid="16970">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1068.53919" z="920.62916"/>
<Orientation y="2.35621"/>
<Actor seed="57596"/>
</Entity>
<Entity uid="16971">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1215.56263" z="599.63215"/>
<Orientation y="2.35621"/>
<Actor seed="55570"/>
</Entity>
<Entity uid="16972">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1216.67127" z="569.38941"/>
<Orientation y="2.35621"/>
<Actor seed="20032"/>
</Entity>
<Entity uid="16973">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1223.77674" z="596.81434"/>
<Orientation y="2.35621"/>
<Actor seed="27842"/>
</Entity>
<Entity uid="16976">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1176.9397" z="757.10151"/>
<Orientation y="2.35621"/>
<Actor seed="56824"/>
</Entity>
<Entity uid="16977">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1186.021" z="743.47193"/>
<Orientation y="2.35621"/>
<Actor seed="54436"/>
</Entity>
<Entity uid="16978">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1166.6725" z="852.28052"/>
<Orientation y="2.35621"/>
<Actor seed="7110"/>
</Entity>
<Entity uid="16979">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1165.13147" z="839.11677"/>
<Orientation y="2.35621"/>
<Actor seed="64588"/>
</Entity>
<Entity uid="16980">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="1199.54847" z="776.33918"/>
<Orientation y="2.35621"/>
<Actor seed="19956"/>
</Entity>
<Entity uid="16981">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="1095.48487" z="1017.2602"/>
<Orientation y="2.35621"/>
<Actor seed="30114"/>
</Entity>
<Entity uid="16982">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="1107.65235" z="1628.76795"/>
<Orientation y="2.35621"/>
<Actor seed="36504"/>
</Entity>
<Entity uid="16983">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1320.15125" z="1327.85242"/>
<Orientation y="2.35621"/>
<Actor seed="27994"/>
</Entity>
<Entity uid="16984">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1307.35535" z="1284.27137"/>
<Orientation y="2.35621"/>
<Actor seed="41654"/>
</Entity>
<Entity uid="16985">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1293.86512" z="1115.72974"/>
<Orientation y="2.35621"/>
<Actor seed="50186"/>
</Entity>
<Entity uid="16986">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1296.70484" z="1121.10535"/>
<Orientation y="2.35621"/>
<Actor seed="46768"/>
</Entity>
<Entity uid="16987">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1204.5951" z="674.47724"/>
<Orientation y="2.35621"/>
<Actor seed="35378"/>
</Entity>
<Entity uid="16988">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1220.18104" z="643.94764"/>
<Orientation y="2.35621"/>
<Actor seed="32562"/>
</Entity>
<Entity uid="16989">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1220.3053" z="623.66968"/>
<Orientation y="2.35621"/>
<Actor seed="31740"/>
</Entity>
<Entity uid="16990">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1218.73316" z="582.81086"/>
<Orientation y="2.35621"/>
<Actor seed="62238"/>
</Entity>
<Entity uid="16991">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1126.4126" z="533.39856"/>
<Orientation y="2.35621"/>
<Actor seed="49816"/>
</Entity>
<Entity uid="16992">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1122.62867" z="546.21766"/>
<Orientation y="2.35621"/>
<Actor seed="48488"/>
</Entity>
<Entity uid="16993">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1061.58509" z="859.2035"/>
<Orientation y="2.35621"/>
<Actor seed="63902"/>
</Entity>
<Entity uid="16994">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1087.60218" z="997.83509"/>
<Orientation y="2.35621"/>
<Actor seed="1522"/>
</Entity>
<Entity uid="16996">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="1306.80262" z="1287.28064"/>
<Orientation y="2.35621"/>
<Actor seed="46476"/>
</Entity>
<Entity uid="16997">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="1311.38013" z="1282.12806"/>
<Orientation y="2.35621"/>
<Actor seed="16726"/>
</Entity>
<Entity uid="16998">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="1305.2107" z="1498.12562"/>
<Orientation y="2.35621"/>
<Actor seed="21244"/>
</Entity>
<Entity uid="16999">
<Template>gaia/flora_tree_tamarix</Template>
<Player>0</Player>
<Position x="1318.65748" z="1511.74024"/>
<Orientation y="2.35621"/>
<Actor seed="22504"/>
</Entity>
<Entity uid="17000">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1422.69288" z="1107.94654"/>
<Orientation y="2.35621"/>
<Actor seed="44666"/>
</Entity>
<Entity uid="17001">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1415.43384" z="1064.4231"/>
<Orientation y="2.35621"/>
<Actor seed="40058"/>
</Entity>
<Entity uid="17002">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1334.89698" z="1598.4109"/>
<Orientation y="2.35622"/>
<Actor seed="45362"/>
</Entity>
<Entity uid="17003">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1336.05677" z="1594.32361"/>
<Orientation y="6.15781"/>
<Actor seed="2708"/>
</Entity>
<Entity uid="17004">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1335.49988" z="1585.05762"/>
<Orientation y="0.97321"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="17006">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1348.04358" z="1595.18567"/>
<Orientation y="0.03704"/>
<Actor seed="2321"/>
</Entity>
<Entity uid="17007">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1342.22388" z="1599.19336"/>
<Orientation y="2.57009"/>
<Actor seed="2319"/>
</Entity>
<Entity uid="17008">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1342.22388" z="1595.19336"/>
<Orientation y="1.36754"/>
<Actor seed="2230"/>
</Entity>
<Entity uid="17009">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1295.82544" z="1532.13917"/>
<Orientation y="2.35621"/>
<Actor seed="49684"/>
</Entity>
<Entity uid="17010">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1311.21595" z="1506.32752"/>
<Orientation y="2.35621"/>
<Actor seed="47520"/>
</Entity>
<Entity uid="17011">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1297.54651" z="1511.91907"/>
<Orientation y="2.35621"/>
<Actor seed="8946"/>
</Entity>
<Entity uid="17012">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1333.99646" z="1570.95875"/>
<Orientation y="2.35621"/>
<Actor seed="1532"/>
</Entity>
<Entity uid="17013">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1329.20264" z="1563.09192"/>
<Orientation y="-2.15874"/>
<Actor seed="21318"/>
</Entity>
<Entity uid="17014">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1321.9546" z="1557.87793"/>
<Orientation y="2.35621"/>
<Actor seed="3598"/>
</Entity>
<Entity uid="17015">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1349.63611" z="1613.88782"/>
<Orientation y="2.35621"/>
<Actor seed="58398"/>
</Entity>
<Entity uid="17016">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1358.26392" z="1631.9004"/>
<Orientation y="2.35621"/>
<Actor seed="922"/>
</Entity>
<Entity uid="17017">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1335.86255" z="1641.90027"/>
<Orientation y="2.35621"/>
<Actor seed="8586"/>
</Entity>
<Entity uid="17018">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1335.32557" z="1633.26539"/>
<Orientation y="2.35621"/>
<Actor seed="44648"/>
</Entity>
<Entity uid="17019">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1331.40748" z="1623.56812"/>
<Orientation y="2.35621"/>
<Actor seed="49186"/>
</Entity>
<Entity uid="17020">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1303.94837" z="1576.02198"/>
<Orientation y="2.35621"/>
<Actor seed="40158"/>
</Entity>
<Entity uid="17021">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1312.00733" z="1603.27308"/>
<Orientation y="2.35621"/>
<Actor seed="41032"/>
</Entity>
<Entity uid="17022">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1352.37256" z="1731.26294"/>
<Orientation y="2.35621"/>
<Actor seed="29920"/>
</Entity>
<Entity uid="17023">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1372.25928" z="1751.69654"/>
<Orientation y="-1.44283"/>
<Actor seed="5968"/>
</Entity>
<Entity uid="17024">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1352.82288" z="1747.21094"/>
<Orientation y="2.35621"/>
<Actor seed="43338"/>
</Entity>
<Entity uid="17025">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1266.8938" z="1717.1095"/>
<Orientation y="2.35621"/>
<Actor seed="4070"/>
</Entity>
<Entity uid="17026">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1327.1355" z="1681.31653"/>
<Orientation y="2.35621"/>
<Actor seed="27980"/>
</Entity>
<Entity uid="17027">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1343.37195" z="1692.28882"/>
<Orientation y="2.35621"/>
<Actor seed="27850"/>
</Entity>
<Entity uid="17028">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1341.292" z="1685.82471"/>
<Orientation y="2.35621"/>
<Actor seed="17702"/>
</Entity>
<Entity uid="17029">
<Template>actor|props/flora/grass_tropic_field_tall.xml</Template>
<Position x="1258.08521" z="1481.99988"/>
<Orientation y="-7.01484"/>
<Actor seed="15070"/>
</Entity>
<Entity uid="17030">
<Template>actor|props/flora/grass_tropic_field_tall.xml</Template>
<Position x="1308.464" z="1523.85865"/>
<Orientation y="2.6388"/>
<Actor seed="34714"/>
</Entity>
<Entity uid="17031">
<Template>actor|props/flora/grass_tropic_field_tall.xml</Template>
<Position x="1143.11902" z="1396.61683"/>
<Orientation y="0.72623"/>
<Actor seed="27300"/>
</Entity>
<Entity uid="17032">
<Template>actor|props/flora/grass_tropic_field_tall.xml</Template>
<Position x="1175.06861" z="1371.50428"/>
<Orientation y="0.58014"/>
<Actor seed="35376"/>
</Entity>
<Entity uid="17033">
<Template>actor|props/flora/grass_tropic_field_tall.xml</Template>
<Position x="1244.00904" z="1459.92127"/>
<Orientation y="2.10695"/>
<Actor seed="58484"/>
</Entity>
<Entity uid="17034">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1222.02186" z="1463.63306"/>
<Orientation y="2.35621"/>
<Actor seed="58986"/>
</Entity>
<Entity uid="17040">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1249.42615" z="1418.59241"/>
<Orientation y="2.35621"/>
<Actor seed="50512"/>
</Entity>
<Entity uid="17041">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1236.68116" z="1439.48255"/>
<Orientation y="2.35621"/>
<Actor seed="45092"/>
</Entity>
<Entity uid="17042">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1262.27271" z="1443.53675"/>
<Orientation y="2.35621"/>
<Actor seed="35966"/>
</Entity>
<Entity uid="17043">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1201.28382" z="1495.19532"/>
<Orientation y="2.35621"/>
<Actor seed="63698"/>
</Entity>
<Entity uid="17044">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1252.11377" z="1427.23438"/>
<Orientation y="2.35621"/>
<Actor seed="22136"/>
</Entity>
<Entity uid="17045">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1246.0243" z="1425.77405"/>
<Orientation y="-1.81942"/>
<Actor seed="50512"/>
</Entity>
<Entity uid="17046">
<Template>gaia/fauna_rhino</Template>
<Player>0</Player>
<Position x="1251.2732" z="1447.90223"/>
<Orientation y="-2.70995"/>
<Actor seed="44436"/>
</Entity>
<Entity uid="17047">
<Template>gaia/fauna_rhino</Template>
<Player>0</Player>
<Position x="1242.38965" z="1439.349"/>
<Orientation y="-4.33994"/>
<Actor seed="44436"/>
</Entity>
<Entity uid="17048">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1300.44202" z="1373.02198"/>
<Orientation y="2.35621"/>
<Actor seed="31796"/>
</Entity>
<Entity uid="17049">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1321.87232" z="1412.60254"/>
<Orientation y="2.35621"/>
<Actor seed="8808"/>
</Entity>
<Entity uid="17050">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1340.24073" z="1429.66626"/>
<Orientation y="2.35621"/>
<Actor seed="54062"/>
</Entity>
<Entity uid="17051">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1305.25831" z="1380.36133"/>
<Orientation y="2.35621"/>
<Actor seed="33210"/>
</Entity>
<Entity uid="17052">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1301.70167" z="1362.9198"/>
<Orientation y="2.35621"/>
<Actor seed="14794"/>
</Entity>
<Entity uid="17053">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1336.9463" z="1417.15113"/>
<Orientation y="2.35621"/>
<Actor seed="13984"/>
</Entity>
<Entity uid="17054">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1336.75232" z="1383.06153"/>
<Orientation y="2.35621"/>
<Actor seed="56238"/>
</Entity>
<Entity uid="17055">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1345.05311" z="1430.14783"/>
<Orientation y="2.35621"/>
<Actor seed="58266"/>
</Entity>
<Entity uid="17056">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1352.56788" z="1430.62476"/>
<Orientation y="2.35621"/>
<Actor seed="56820"/>
</Entity>
<Entity uid="17057">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1348.6067" z="1429.37037"/>
<Orientation y="2.35621"/>
<Actor seed="21100"/>
</Entity>
<Entity uid="17058">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1307.948" z="1385.49048"/>
<Orientation y="2.35621"/>
<Actor seed="31948"/>
</Entity>
<Entity uid="17059">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1200.77723" z="1532.25782"/>
<Orientation y="2.35621"/>
<Actor seed="53054"/>
</Entity>
<Entity uid="17060">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1177.04957" z="1581.266"/>
<Orientation y="2.35621"/>
<Actor seed="43154"/>
</Entity>
<Entity uid="17061">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1183.90711" z="1567.53919"/>
<Orientation y="2.35621"/>
<Actor seed="23160"/>
</Entity>
<Entity uid="17062">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1180.04126" z="1576.59253"/>
<Orientation y="2.35621"/>
<Actor seed="64384"/>
</Entity>
<Entity uid="17063">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1330.40857" z="1411.49854"/>
<Orientation y="2.35621"/>
<Actor seed="8974"/>
</Entity>
<Entity uid="17064">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1345.8971" z="1424.74952"/>
<Orientation y="2.35621"/>
<Actor seed="32726"/>
</Entity>
<Entity uid="17065">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1339.09449" z="1405.8053"/>
<Orientation y="2.35621"/>
<Actor seed="44758"/>
</Entity>
<Entity uid="17066">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1344.85926" z="1406.79065"/>
<Orientation y="2.35621"/>
<Actor seed="45436"/>
</Entity>
<Entity uid="17067">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1353.0818" z="1422.19434"/>
<Orientation y="2.35621"/>
<Actor seed="24994"/>
</Entity>
<Entity uid="17068">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1347.85938" z="1411.20508"/>
<Orientation y="2.35621"/>
<Actor seed="13644"/>
</Entity>
<Entity uid="17069">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1332.41578" z="1406.38636"/>
<Orientation y="2.35621"/>
<Actor seed="26850"/>
</Entity>
<Entity uid="17070">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1342.53577" z="1415.93213"/>
<Orientation y="2.35621"/>
<Actor seed="12738"/>
</Entity>
<Entity uid="17071">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1242.43763" z="1462.9319"/>
<Orientation y="2.35621"/>
<Actor seed="56854"/>
</Entity>
<Entity uid="17072">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1230.28309" z="1468.90918"/>
<Orientation y="2.35621"/>
<Actor seed="44696"/>
</Entity>
<Entity uid="17073">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1216.18226" z="1460.34607"/>
<Orientation y="2.35621"/>
<Actor seed="32130"/>
</Entity>
<Entity uid="17074">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1224.35096" z="1464.59632"/>
<Orientation y="2.35621"/>
<Actor seed="36052"/>
</Entity>
<Entity uid="17075">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1230.0022" z="1464.13257"/>
<Orientation y="2.35621"/>
<Actor seed="45708"/>
</Entity>
<Entity uid="17076">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1229.11951" z="1575.00745"/>
<Orientation y="2.35621"/>
<Actor seed="28344"/>
</Entity>
<Entity uid="17077">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1222.84656" z="1567.16651"/>
<Orientation y="2.35621"/>
<Actor seed="47384"/>
</Entity>
<Entity uid="17078">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1226.79188" z="1597.23877"/>
<Orientation y="2.35621"/>
<Actor seed="51374"/>
</Entity>
<Entity uid="17079">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1221.5929" z="1612.59461"/>
<Orientation y="2.35621"/>
<Actor seed="2982"/>
</Entity>
<Entity uid="17080">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1234.62635" z="1579.71009"/>
<Orientation y="2.35621"/>
<Actor seed="46052"/>
</Entity>
<Entity uid="17081">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1228.22876" z="1568.2046"/>
<Orientation y="2.35621"/>
<Actor seed="38042"/>
</Entity>
<Entity uid="17082">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1259.1598" z="1571.86988"/>
<Orientation y="2.35621"/>
<Actor seed="24464"/>
</Entity>
<Entity uid="17083">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1186.02466" z="1573.59339"/>
<Orientation y="2.35621"/>
<Actor seed="19282"/>
</Entity>
<Entity uid="17084">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1103.30311" z="1770.60938"/>
<Orientation y="2.35621"/>
<Actor seed="64214"/>
</Entity>
<Entity uid="17085">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1092.94324" z="1789.27808"/>
<Orientation y="2.35621"/>
<Actor seed="30736"/>
</Entity>
<Entity uid="17086">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1157.99158" z="1882.81495"/>
<Orientation y="2.35621"/>
<Actor seed="60176"/>
</Entity>
<Entity uid="17087">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1097.23292" z="1868.45777"/>
<Orientation y="2.35621"/>
<Actor seed="60124"/>
</Entity>
<Entity uid="17088">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1231.3877" z="1885.56629"/>
<Orientation y="2.35621"/>
<Actor seed="5742"/>
</Entity>
<Entity uid="17089">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1279.1969" z="1876.03077"/>
<Orientation y="2.35621"/>
<Actor seed="62136"/>
</Entity>
<Entity uid="17090">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1300.23572" z="1869.71863"/>
<Orientation y="2.35621"/>
<Actor seed="8514"/>
</Entity>
<Entity uid="17091">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1355.85315" z="1862.61451"/>
<Orientation y="2.35621"/>
<Actor seed="10822"/>
</Entity>
<Entity uid="17092">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1377.23304" z="1848.80372"/>
<Orientation y="2.35621"/>
<Actor seed="13498"/>
</Entity>
<Entity uid="17093">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1406.06482" z="1831.77491"/>
<Orientation y="2.35621"/>
<Actor seed="31432"/>
</Entity>
<Entity uid="17094">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1385.6985" z="1842.9126"/>
<Orientation y="2.35621"/>
<Actor seed="30392"/>
</Entity>
<Entity uid="17095">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1400.90552" z="1824.78687"/>
<Orientation y="2.35621"/>
<Actor seed="40310"/>
</Entity>
<Entity uid="17096">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1388.81202" z="1836.29346"/>
<Orientation y="2.35621"/>
<Actor seed="51958"/>
</Entity>
<Entity uid="17097">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1392.8418" z="1834.51758"/>
<Orientation y="2.35621"/>
<Actor seed="2342"/>
</Entity>
<Entity uid="17098">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1315.07325" z="1792.91565"/>
<Orientation y="2.35621"/>
<Actor seed="30428"/>
</Entity>
<Entity uid="17099">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1322.43323" z="1857.50403"/>
<Orientation y="2.35621"/>
<Actor seed="49102"/>
</Entity>
<Entity uid="17100">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1397.2472" z="1833.78907"/>
<Orientation y="2.35621"/>
<Actor seed="36390"/>
</Entity>
<Entity uid="17101">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1325.39478" z="1765.79212"/>
<Orientation y="2.35621"/>
<Actor seed="35182"/>
</Entity>
<Entity uid="17102">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1379.94105" z="1639.72645"/>
<Orientation y="2.35621"/>
<Actor seed="48896"/>
</Entity>
<Entity uid="17103">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1368.49" z="1689.19593"/>
<Orientation y="2.35621"/>
<Actor seed="6386"/>
</Entity>
<Entity uid="17104">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1369.43274" z="1755.34998"/>
<Orientation y="2.35621"/>
<Actor seed="18554"/>
</Entity>
<Entity uid="17105">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1365.00318" z="1739.54981"/>
<Orientation y="2.35621"/>
<Actor seed="63920"/>
</Entity>
<Entity uid="17106">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1366.90796" z="1706.7953"/>
<Orientation y="2.35621"/>
<Actor seed="48908"/>
</Entity>
<Entity uid="17107">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1366.64856" z="1673.78223"/>
<Orientation y="2.35621"/>
<Actor seed="39642"/>
</Entity>
<Entity uid="17108">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1366.00208" z="1722.00281"/>
<Orientation y="2.35621"/>
<Actor seed="57136"/>
</Entity>
<Entity uid="17109">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1381.0763" z="1642.31165"/>
<Orientation y="2.35621"/>
<Actor seed="63686"/>
</Entity>
<Entity uid="17110">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1369.72938" z="1746.39808"/>
<Orientation y="2.35621"/>
<Actor seed="11928"/>
</Entity>
<Entity uid="17111">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1369.15381" z="1694.62037"/>
<Orientation y="2.35621"/>
<Actor seed="57932"/>
</Entity>
<Entity uid="17112">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1364.3567" z="1670.76233"/>
<Orientation y="2.35621"/>
<Actor seed="45324"/>
</Entity>
<Entity uid="17113">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1345.3235" z="1697.40296"/>
<Orientation y="2.35621"/>
<Actor seed="40610"/>
</Entity>
<Entity uid="17114">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1393.22034" z="1822.30958"/>
<Orientation y="2.35621"/>
<Actor seed="8694"/>
</Entity>
<Entity uid="17115">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1369.69459" z="1665.16858"/>
<Orientation y="2.35621"/>
<Actor seed="62770"/>
</Entity>
<Entity uid="17116">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1341.93836" z="1750.27344"/>
<Orientation y="2.35621"/>
<Actor seed="24000"/>
</Entity>
<Entity uid="17117">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1236.07154" z="1716.63636"/>
<Orientation y="2.35621"/>
<Actor seed="4018"/>
</Entity>
<Entity uid="17118">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1204.25928" z="1830.7157"/>
<Orientation y="2.35621"/>
<Actor seed="65509"/>
</Entity>
<Entity uid="17119">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1231.9397" z="1662.72352"/>
<Orientation y="2.35621"/>
<Actor seed="17040"/>
</Entity>
<Entity uid="17120">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1259.30115" z="1567.05665"/>
<Orientation y="2.35621"/>
<Actor seed="20646"/>
</Entity>
<Entity uid="17121">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1224.42762" z="1561.77942"/>
<Orientation y="2.35621"/>
<Actor seed="62588"/>
</Entity>
<Entity uid="17122">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1143.52527" z="1675.98719"/>
<Orientation y="2.35621"/>
<Actor seed="11670"/>
</Entity>
<Entity uid="17123">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1022.99695" z="1724.11451"/>
<Orientation y="2.35621"/>
<Actor seed="59342"/>
</Entity>
<Entity uid="17124">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1105.90271" z="1747.15223"/>
<Orientation y="2.35621"/>
<Actor seed="36466"/>
</Entity>
<Entity uid="17125">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1330.52466" z="1635.42688"/>
<Orientation y="2.35621"/>
<Actor seed="35086"/>
</Entity>
<Entity uid="17126">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1386.09717" z="1590.38221"/>
<Orientation y="2.35621"/>
<Actor seed="15276"/>
</Entity>
<Entity uid="17127">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1392.38941" z="1588.81739"/>
<Orientation y="2.35621"/>
<Actor seed="31614"/>
</Entity>
<Entity uid="17128">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1386.52967" z="1573.2234"/>
<Orientation y="2.35621"/>
<Actor seed="58998"/>
</Entity>
<Entity uid="17129">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1365.67981" z="1514.31226"/>
<Orientation y="2.35621"/>
<Actor seed="57624"/>
</Entity>
<Entity uid="17130">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1272.99451" z="1607.62293"/>
<Orientation y="2.35621"/>
<Actor seed="47856"/>
</Entity>
<Entity uid="17131">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1275.28064" z="1671.20008"/>
<Orientation y="2.35621"/>
<Actor seed="44628"/>
</Entity>
<Entity uid="17132">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1321.51697" z="1651.03565"/>
<Orientation y="2.35621"/>
<Actor seed="57548"/>
</Entity>
<Entity uid="17133">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1288.51026" z="1617.25416"/>
<Orientation y="2.35621"/>
<Actor seed="19274"/>
</Entity>
<Entity uid="17134">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1327.9198" z="1629.28406"/>
<Orientation y="2.35621"/>
<Actor seed="3710"/>
</Entity>
<Entity uid="17135">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1287.34961" z="1612.85413"/>
<Orientation y="2.35621"/>
<Actor seed="9150"/>
</Entity>
<Entity uid="17136">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1280.53357" z="1608.11927"/>
<Orientation y="2.35621"/>
<Actor seed="4810"/>
</Entity>
<Entity uid="17137">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1282.69483" z="1694.8169"/>
<Orientation y="2.35621"/>
<Actor seed="22300"/>
</Entity>
<Entity uid="17138">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1221.42518" z="1684.01966"/>
<Orientation y="2.35621"/>
<Actor seed="64548"/>
</Entity>
<Entity uid="17139">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1223.70801" z="1671.93665"/>
<Orientation y="2.35621"/>
<Actor seed="17398"/>
</Entity>
<Entity uid="17140">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1225.20594" z="1650.42042"/>
<Orientation y="2.35621"/>
<Actor seed="41260"/>
</Entity>
<Entity uid="17141">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1222.70252" z="1664.47754"/>
<Orientation y="2.35621"/>
<Actor seed="57190"/>
</Entity>
<Entity uid="17142">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1170.43567" z="1676.84485"/>
<Orientation y="2.35621"/>
<Actor seed="51074"/>
</Entity>
<Entity uid="17143">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1190.00489" z="1664.37269"/>
<Orientation y="2.35621"/>
<Actor seed="47542"/>
</Entity>
<Entity uid="17144">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1173.22437" z="1671.72156"/>
<Orientation y="2.35621"/>
<Actor seed="43738"/>
</Entity>
<Entity uid="17145">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1138.08423" z="1672.63648"/>
<Orientation y="2.35621"/>
<Actor seed="43532"/>
</Entity>
<Entity uid="17146">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1151.6836" z="1677.4098"/>
<Orientation y="2.35621"/>
<Actor seed="14082"/>
</Entity>
<Entity uid="17147">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1436.41553" z="1465.92066"/>
<Orientation y="2.35621"/>
<Actor seed="10192"/>
</Entity>
<Entity uid="17148">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1446.25355" z="1472.11866"/>
<Orientation y="2.35621"/>
<Actor seed="39548"/>
</Entity>
<Entity uid="17149">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1429.54651" z="1458.49415"/>
<Orientation y="2.35621"/>
<Actor seed="64788"/>
</Entity>
<Entity uid="17150">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.14087" z="1538.54297"/>
<Orientation y="2.35621"/>
<Actor seed="45834"/>
</Entity>
<Entity uid="17151">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.1073" z="1519.73133"/>
<Orientation y="2.35621"/>
<Actor seed="50282"/>
</Entity>
<Entity uid="17152">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1391.30555" z="1511.88221"/>
<Orientation y="2.35621"/>
<Actor seed="46646"/>
</Entity>
<Entity uid="17153">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1405.56031" z="1500.89454"/>
<Orientation y="-2.93145"/>
<Actor seed="52078"/>
</Entity>
<Entity uid="17154">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1401.32801" z="1487.11951"/>
<Orientation y="2.35621"/>
<Actor seed="14034"/>
</Entity>
<Entity uid="17155">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1425.9325" z="1493.93116"/>
<Orientation y="2.35621"/>
<Actor seed="13036"/>
</Entity>
<Entity uid="17156">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1423.11194" z="1509.70337"/>
<Orientation y="2.35621"/>
<Actor seed="17832"/>
</Entity>
<Entity uid="17157">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1415.47498" z="1516.98853"/>
<Orientation y="2.35621"/>
<Actor seed="12978"/>
</Entity>
<Entity uid="17158">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1428.65967" z="1503.47999"/>
<Orientation y="2.35621"/>
<Actor seed="52406"/>
</Entity>
<Entity uid="17159">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1423.20923" z="1509.17603"/>
<Orientation y="2.35621"/>
<Actor seed="59550"/>
</Entity>
<Entity uid="17160">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1423.14063" z="1508.21778"/>
<Orientation y="2.35621"/>
<Actor seed="12010"/>
</Entity>
<Entity uid="17161">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.36011" z="1480.52234"/>
<Orientation y="2.35621"/>
<Actor seed="1632"/>
</Entity>
<Entity uid="17162">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1402.43165" z="1482.80457"/>
<Orientation y="2.35621"/>
<Actor seed="38870"/>
</Entity>
<Entity uid="17163">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1408.93665" z="1484.10169"/>
<Orientation y="2.35621"/>
<Actor seed="55116"/>
</Entity>
<Entity uid="17164">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1146.59302" z="1469.98755"/>
<Orientation y="2.35621"/>
<Actor seed="2876"/>
</Entity>
<Entity uid="17165">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1148.60132" z="1481.71167"/>
<Orientation y="2.35621"/>
<Actor seed="44762"/>
</Entity>
<Entity uid="17166">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1148.47584" z="1488.94837"/>
<Orientation y="2.35621"/>
<Actor seed="17058"/>
</Entity>
<Entity uid="17167">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1151.6067" z="1478.87916"/>
<Orientation y="2.35621"/>
<Actor seed="54462"/>
</Entity>
<Entity uid="17168">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1168.667" z="1487.35767"/>
<Orientation y="2.35621"/>
<Actor seed="23012"/>
</Entity>
<Entity uid="17169">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1171.90284" z="1480.05481"/>
<Orientation y="2.35621"/>
<Actor seed="11364"/>
</Entity>
<Entity uid="17170">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.62281" z="1473.77283"/>
<Orientation y="2.35621"/>
<Actor seed="53740"/>
</Entity>
<Entity uid="17171">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1188.07447" z="1472.44544"/>
<Orientation y="2.35621"/>
<Actor seed="16798"/>
</Entity>
<Entity uid="17172">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1197.1576" z="1466.5088"/>
<Orientation y="2.35621"/>
<Actor seed="11138"/>
</Entity>
<Entity uid="17173">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1195.91614" z="1478.58851"/>
<Orientation y="2.35621"/>
<Actor seed="13646"/>
</Entity>
<Entity uid="17174">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1193.0514" z="1485.73865"/>
<Orientation y="2.35621"/>
<Actor seed="60014"/>
</Entity>
<Entity uid="17175">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1182.11463" z="1478.22364"/>
<Orientation y="2.35621"/>
<Actor seed="22760"/>
</Entity>
<Entity uid="17176">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1179.4867" z="1469.49146"/>
<Orientation y="2.35621"/>
<Actor seed="54218"/>
</Entity>
<Entity uid="17177">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1226.98328" z="1223.31019"/>
<Orientation y="2.35621"/>
<Actor seed="16532"/>
</Entity>
<Entity uid="17178">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1225.43763" z="1248.37061"/>
<Orientation y="2.35621"/>
<Actor seed="20682"/>
</Entity>
<Entity uid="17179">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1231.57911" z="1257.2942"/>
<Orientation y="2.35621"/>
<Actor seed="53190"/>
</Entity>
<Entity uid="17180">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1266.93531" z="1251.14283"/>
<Orientation y="2.35621"/>
<Actor seed="43474"/>
</Entity>
<Entity uid="17181">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1269.97425" z="1269.98316"/>
<Orientation y="2.35621"/>
<Actor seed="25868"/>
</Entity>
<Entity uid="17182">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1279.96485" z="1278.86951"/>
<Orientation y="2.35621"/>
<Actor seed="60448"/>
</Entity>
<Entity uid="17183">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1275.24671" z="1261.45447"/>
<Orientation y="2.35621"/>
<Actor seed="60930"/>
</Entity>
<Entity uid="17184">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1275.7776" z="1255.57703"/>
<Orientation y="2.35621"/>
<Actor seed="24290"/>
</Entity>
<Entity uid="17185">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1255.79468" z="1256.85254"/>
<Orientation y="2.35621"/>
<Actor seed="29968"/>
</Entity>
<Entity uid="17186">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1236.84205" z="1243.3932"/>
<Orientation y="2.35621"/>
<Actor seed="4874"/>
</Entity>
<Entity uid="17187">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1261.82691" z="1244.96473"/>
<Orientation y="2.35621"/>
<Actor seed="50924"/>
</Entity>
<Entity uid="17188">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1239.60792" z="1231.7787"/>
<Orientation y="2.35621"/>
<Actor seed="62378"/>
</Entity>
<Entity uid="17189">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1232.29688" z="1240.36866"/>
<Orientation y="2.35621"/>
<Actor seed="16028"/>
</Entity>
<Entity uid="17190">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1250.51197" z="1249.97156"/>
<Orientation y="2.35621"/>
<Actor seed="27434"/>
</Entity>
<Entity uid="17191">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1219.49549" z="1232.66028"/>
<Orientation y="2.35621"/>
<Actor seed="47806"/>
</Entity>
<Entity uid="17192">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1271.5376" z="1272.36182"/>
<Orientation y="2.35621"/>
<Actor seed="54304"/>
</Entity>
<Entity uid="17193">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1286.6222" z="1292.04188"/>
<Orientation y="2.35621"/>
<Actor seed="22528"/>
</Entity>
<Entity uid="17194">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1280.49891" z="1248.31153"/>
<Orientation y="2.35621"/>
<Actor seed="9008"/>
</Entity>
<Entity uid="17195">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1148.89478" z="1044.50806"/>
<Orientation y="2.35621"/>
<Actor seed="59526"/>
</Entity>
<Entity uid="17196">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.28663" z="1075.08252"/>
<Orientation y="2.35621"/>
<Actor seed="8626"/>
</Entity>
<Entity uid="17197">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1144.22925" z="1050.08545"/>
<Orientation y="2.35621"/>
<Actor seed="24840"/>
</Entity>
<Entity uid="17198">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1177.18213" z="1035.34095"/>
<Orientation y="2.35621"/>
<Actor seed="53092"/>
</Entity>
<Entity uid="17199">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1172.19105" z="1057.82068"/>
<Orientation y="2.35621"/>
<Actor seed="47250"/>
</Entity>
<Entity uid="17200">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1190.04993" z="1043.96204"/>
<Orientation y="2.35621"/>
<Actor seed="46110"/>
</Entity>
<Entity uid="17201">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1198.51014" z="1022.26612"/>
<Orientation y="2.35621"/>
<Actor seed="8346"/>
</Entity>
<Entity uid="17202">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1207.31507" z="1014.13013"/>
<Orientation y="2.35621"/>
<Actor seed="45226"/>
</Entity>
<Entity uid="17203">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1219.10108" z="1050.84046"/>
<Orientation y="2.35621"/>
<Actor seed="10064"/>
</Entity>
<Entity uid="17204">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1203.92066" z="1048.22217"/>
<Orientation y="2.35621"/>
<Actor seed="55476"/>
</Entity>
<Entity uid="17205">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1209.0923" z="1034.39771"/>
<Orientation y="2.35621"/>
<Actor seed="26342"/>
</Entity>
<Entity uid="17206">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1186.2522" z="1058.66041"/>
<Orientation y="2.35621"/>
<Actor seed="44558"/>
</Entity>
<Entity uid="17207">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1169.66126" z="1074.43946"/>
<Orientation y="2.35621"/>
<Actor seed="63676"/>
</Entity>
<Entity uid="17208">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1163.24646" z="1058.81336"/>
<Orientation y="2.35621"/>
<Actor seed="22560"/>
</Entity>
<Entity uid="17209">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1155.92688" z="1055.24024"/>
<Orientation y="2.35621"/>
<Actor seed="7186"/>
</Entity>
<Entity uid="17210">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1155.18677" z="1045.69605"/>
<Orientation y="2.35621"/>
<Actor seed="51404"/>
</Entity>
<Entity uid="17211">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.3954" z="1060.03956"/>
<Orientation y="2.35621"/>
<Actor seed="31818"/>
</Entity>
<Entity uid="17212">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1160.2688" z="1057.95606"/>
<Orientation y="2.35621"/>
<Actor seed="51882"/>
</Entity>
<Entity uid="17213">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.59156" z="1055.34083"/>
<Orientation y="2.35621"/>
<Actor seed="25430"/>
</Entity>
<Entity uid="17214">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1177.89747" z="1066.06006"/>
<Orientation y="2.35621"/>
<Actor seed="21202"/>
</Entity>
<Entity uid="17215">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1158.6399" z="1043.91016"/>
<Orientation y="2.35621"/>
<Actor seed="2374"/>
</Entity>
<Entity uid="17216">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="970.1208" z="710.53852"/>
<Orientation y="2.35621"/>
<Actor seed="49934"/>
</Entity>
<Entity uid="17217">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="974.917" z="704.21033"/>
<Orientation y="2.35621"/>
<Actor seed="15020"/>
</Entity>
<Entity uid="17218">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="981.8755" z="726.37159"/>
<Orientation y="2.35621"/>
<Actor seed="45008"/>
</Entity>
<Entity uid="17219">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="972.6803" z="731.64368"/>
<Orientation y="2.35621"/>
<Actor seed="56258"/>
</Entity>
<Entity uid="17220">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="969.12964" z="720.7552"/>
<Orientation y="2.35621"/>
<Actor seed="55218"/>
</Entity>
<Entity uid="17221">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="977.73316" z="713.90491"/>
<Orientation y="2.35621"/>
<Actor seed="32504"/>
</Entity>
<Entity uid="17222">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="987.77936" z="716.08411"/>
<Orientation y="2.35621"/>
<Actor seed="59582"/>
</Entity>
<Entity uid="17223">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="992.02106" z="771.19288"/>
<Orientation y="-0.63314"/>
<Actor seed="31228"/>
</Entity>
<Entity uid="17224">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="958.97864" z="722.51386"/>
<Orientation y="2.35621"/>
<Actor seed="4730"/>
</Entity>
<Entity uid="17225">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="962.49195" z="714.72986"/>
<Orientation y="2.35621"/>
<Actor seed="48304"/>
</Entity>
<Entity uid="17226">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="964.7818" z="714.15613"/>
<Orientation y="2.35621"/>
<Actor seed="55774"/>
</Entity>
<Entity uid="17227">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1089.21436" z="600.03724"/>
<Orientation y="2.35621"/>
<Actor seed="19018"/>
</Entity>
<Entity uid="17228">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1092.92371" z="603.56849"/>
<Orientation y="2.35621"/>
<Actor seed="53008"/>
</Entity>
<Entity uid="17229">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1091.76111" z="598.9842"/>
<Orientation y="2.35621"/>
<Actor seed="46336"/>
</Entity>
<Entity uid="17230">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1095.48096" z="593.63526"/>
<Orientation y="2.35621"/>
<Actor seed="17226"/>
</Entity>
<Entity uid="17231">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1103.58606" z="612.51465"/>
<Orientation y="2.35621"/>
<Actor seed="33144"/>
</Entity>
<Entity uid="17232">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1107.47059" z="610.60401"/>
<Orientation y="2.35621"/>
<Actor seed="36768"/>
</Entity>
<Entity uid="17233">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1291.70838" z="425.033"/>
<Orientation y="2.35621"/>
<Actor seed="65395"/>
</Entity>
<Entity uid="17234">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1297.38392" z="431.95701"/>
<Orientation y="2.35621"/>
<Actor seed="33790"/>
</Entity>
<Entity uid="17235">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1314.27552" z="437.60004"/>
<Orientation y="2.35621"/>
<Actor seed="4540"/>
</Entity>
<Entity uid="17236">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1312.2798" z="431.27826"/>
<Orientation y="2.35621"/>
<Actor seed="53298"/>
</Entity>
<Entity uid="17237">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1316.19666" z="425.46494"/>
<Orientation y="2.35621"/>
<Actor seed="45084"/>
</Entity>
<Entity uid="17238">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1315.52015" z="432.18201"/>
<Orientation y="2.35621"/>
<Actor seed="18264"/>
</Entity>
<Entity uid="17239">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1326.45252" z="405.0417"/>
<Orientation y="2.35621"/>
<Actor seed="49688"/>
</Entity>
<Entity uid="17240">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1343.4391" z="386.16727"/>
<Orientation y="2.35621"/>
<Actor seed="24674"/>
</Entity>
<Entity uid="17241">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1346.42627" z="381.99317"/>
<Orientation y="2.35621"/>
<Actor seed="27208"/>
</Entity>
<Entity uid="17242">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1344.74854" z="381.20868"/>
<Orientation y="2.35621"/>
<Actor seed="60712"/>
</Entity>
<Entity uid="17243">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1341.70813" z="382.40238"/>
<Orientation y="2.35621"/>
<Actor seed="5694"/>
</Entity>
<Entity uid="17244">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1314.84217" z="370.7258"/>
<Orientation y="2.35621"/>
<Actor seed="19378"/>
</Entity>
<Entity uid="17245">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1316.14649" z="378.50501"/>
<Orientation y="2.35621"/>
<Actor seed="51088"/>
</Entity>
<Entity uid="17246">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1318.19788" z="376.68555"/>
<Orientation y="2.35621"/>
<Actor seed="62512"/>
</Entity>
<Entity uid="17247">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1319.66321" z="371.37394"/>
<Orientation y="2.35621"/>
<Actor seed="12034"/>
</Entity>
<Entity uid="17248">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1318.3733" z="390.96369"/>
<Orientation y="2.35621"/>
<Actor seed="55370"/>
</Entity>
<Entity uid="17249">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1304.14673" z="402.10828"/>
<Orientation y="2.35621"/>
<Actor seed="31636"/>
</Entity>
<Entity uid="17250">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1314.45557" z="392.59171"/>
<Orientation y="2.35621"/>
<Actor seed="12086"/>
</Entity>
<Entity uid="17251">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1311.37598" z="394.44816"/>
<Orientation y="2.35621"/>
<Actor seed="19258"/>
</Entity>
<Entity uid="17252">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1302.50123" z="411.96921"/>
<Orientation y="2.35621"/>
<Actor seed="42060"/>
</Entity>
<Entity uid="17253">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1344.42151" z="378.49897"/>
<Orientation y="2.35621"/>
<Actor seed="7196"/>
</Entity>
<Entity uid="17254">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1358.65284" z="385.51026"/>
<Orientation y="2.35621"/>
<Actor seed="3202"/>
</Entity>
<Entity uid="17255">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1360.71631" z="384.47104"/>
<Orientation y="2.35621"/>
<Actor seed="4392"/>
</Entity>
<Entity uid="17256">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1362.32483" z="388.16166"/>
<Orientation y="2.35621"/>
<Actor seed="27020"/>
</Entity>
<Entity uid="17257">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1364.20984" z="386.72419"/>
<Orientation y="2.35621"/>
<Actor seed="62912"/>
</Entity>
<Entity uid="17258">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1196.5066" z="400.49085"/>
<Orientation y="2.35621"/>
<Actor seed="47084"/>
</Entity>
<Entity uid="17259">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1135.69898" z="515.75532"/>
<Orientation y="2.35621"/>
<Actor seed="18532"/>
</Entity>
<Entity uid="17260">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1137.8578" z="510.2446"/>
<Orientation y="2.35621"/>
<Actor seed="28644"/>
</Entity>
<Entity uid="17261">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1158.91285" z="481.28559"/>
<Orientation y="2.35621"/>
<Actor seed="54544"/>
</Entity>
<Entity uid="17262">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1219.64051" z="545.93146"/>
<Orientation y="2.35621"/>
<Actor seed="24422"/>
</Entity>
<Entity uid="17263">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1221.67481" z="541.43451"/>
<Orientation y="2.35621"/>
<Actor seed="11328"/>
</Entity>
<Entity uid="17264">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1218.79285" z="545.57862"/>
<Orientation y="2.35621"/>
<Actor seed="13822"/>
</Entity>
<Entity uid="17265">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1220.7837" z="543.65693"/>
<Orientation y="2.35621"/>
<Actor seed="11324"/>
</Entity>
<Entity uid="17266">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1200.5121" z="672.36878"/>
<Orientation y="2.35621"/>
<Actor seed="25080"/>
</Entity>
<Entity uid="17267">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1202.7063" z="668.76172"/>
<Orientation y="2.35621"/>
<Actor seed="65206"/>
</Entity>
<Entity uid="17268">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1204.86768" z="658.26185"/>
<Orientation y="2.35621"/>
<Actor seed="22668"/>
</Entity>
<Entity uid="17269">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1159.00232" z="784.11786"/>
<Orientation y="2.35621"/>
<Actor seed="32064"/>
</Entity>
<Entity uid="17270">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1168.98353" z="762.65394"/>
<Orientation y="2.35621"/>
<Actor seed="45404"/>
</Entity>
<Entity uid="17271">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1171.58875" z="757.17725"/>
<Orientation y="2.35621"/>
<Actor seed="968"/>
</Entity>
<Entity uid="17272">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1169.21692" z="753.93952"/>
<Orientation y="2.35621"/>
<Actor seed="16420"/>
</Entity>
<Entity uid="17273">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1169.38233" z="759.27302"/>
<Orientation y="2.35621"/>
<Actor seed="28804"/>
</Entity>
<Entity uid="17274">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.14905" z="873.00672"/>
<Orientation y="2.35621"/>
<Actor seed="11758"/>
</Entity>
<Entity uid="17275">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1161.0265" z="870.71283"/>
<Orientation y="2.35621"/>
<Actor seed="36212"/>
</Entity>
<Entity uid="17276">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1156.36951" z="868.11756"/>
<Orientation y="2.35621"/>
<Actor seed="40314"/>
</Entity>
<Entity uid="17277">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1158.73523" z="865.35608"/>
<Orientation y="2.35621"/>
<Actor seed="32778"/>
</Entity>
<Entity uid="17278">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1070.04554" z="892.66016"/>
<Orientation y="2.35621"/>
<Actor seed="17740"/>
</Entity>
<Entity uid="17279">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1066.76624" z="885.97773"/>
<Orientation y="2.35621"/>
<Actor seed="16394"/>
</Entity>
<Entity uid="17280">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1063.72815" z="891.78162"/>
<Orientation y="2.35621"/>
<Actor seed="15402"/>
</Entity>
<Entity uid="17281">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1065.95484" z="881.08045"/>
<Orientation y="2.35621"/>
<Actor seed="40726"/>
</Entity>
<Entity uid="17282">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1070.97376" z="877.6883"/>
<Orientation y="2.35621"/>
<Actor seed="39754"/>
</Entity>
<Entity uid="17283">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1070.68006" z="870.2978"/>
<Orientation y="2.35621"/>
<Actor seed="14120"/>
</Entity>
<Entity uid="17284">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1075.80323" z="796.80427"/>
<Orientation y="2.35621"/>
<Actor seed="13320"/>
</Entity>
<Entity uid="17285">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1077.28418" z="791.55591"/>
<Orientation y="2.35621"/>
<Actor seed="50772"/>
</Entity>
<Entity uid="17286">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1072.26294" z="782.5124"/>
<Orientation y="2.35621"/>
<Actor seed="1414"/>
</Entity>
<Entity uid="17287">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1079.04896" z="788.4892"/>
<Orientation y="2.35621"/>
<Actor seed="13074"/>
</Entity>
<Entity uid="17288">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1380.28357" z="1777.3617"/>
<Orientation y="2.35621"/>
<Actor seed="226"/>
</Entity>
<Entity uid="17289">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1377.71009" z="1785.51026"/>
<Orientation y="2.35621"/>
<Actor seed="52350"/>
</Entity>
<Entity uid="17290">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1385.22645" z="1782.26697"/>
<Orientation y="2.35621"/>
<Actor seed="41326"/>
</Entity>
<Entity uid="17291">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1389.0962" z="1777.7417"/>
<Orientation y="2.35621"/>
<Actor seed="30374"/>
</Entity>
<Entity uid="17292">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1396.55665" z="1809.1294"/>
<Orientation y="2.35621"/>
<Actor seed="35010"/>
</Entity>
<Entity uid="17293">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1393.9452" z="1802.82984"/>
<Orientation y="2.35621"/>
<Actor seed="29578"/>
</Entity>
<Entity uid="17294">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1398.80835" z="1802.19495"/>
<Orientation y="2.35621"/>
<Actor seed="19652"/>
</Entity>
<Entity uid="17295">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1387.90784" z="1800.91529"/>
<Orientation y="2.35621"/>
<Actor seed="32186"/>
</Entity>
<Entity uid="17296">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1436.53235" z="1780.55372"/>
<Orientation y="2.35621"/>
<Actor seed="39108"/>
</Entity>
<Entity uid="17297">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1445.57618" z="1779.69556"/>
<Orientation y="2.35621"/>
<Actor seed="4684"/>
</Entity>
<Entity uid="17298">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1440.15235" z="1773.8595"/>
<Orientation y="2.35621"/>
<Actor seed="18602"/>
</Entity>
<Entity uid="17299">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1437.44227" z="1774.64625"/>
<Orientation y="2.35621"/>
<Actor seed="13322"/>
</Entity>
<Entity uid="17300">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1431.34742" z="1757.97645"/>
<Orientation y="2.35621"/>
<Actor seed="57426"/>
</Entity>
<Entity uid="17301">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1419.21583" z="1764.74183"/>
<Orientation y="2.35621"/>
<Actor seed="49824"/>
</Entity>
<Entity uid="17302">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1410.49476" z="1802.01697"/>
<Orientation y="2.35621"/>
<Actor seed="20262"/>
</Entity>
<Entity uid="17303">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1393.28577" z="1773.80713"/>
<Orientation y="2.35621"/>
<Actor seed="54432"/>
</Entity>
<Entity uid="17304">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1410.31104" z="1771.07532"/>
<Orientation y="2.35621"/>
<Actor seed="62196"/>
</Entity>
<Entity uid="17305">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1409.40528" z="1789.02942"/>
<Orientation y="2.35621"/>
<Actor seed="31768"/>
</Entity>
<Entity uid="17306">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1423.01514" z="1776.42469"/>
<Orientation y="2.35621"/>
<Actor seed="58160"/>
</Entity>
<Entity uid="17307">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1394.32105" z="1795.10645"/>
<Orientation y="2.35621"/>
<Actor seed="6584"/>
</Entity>
<Entity uid="17308">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1543.96436" z="1366.94898"/>
<Orientation y="2.35621"/>
<Actor seed="48116"/>
</Entity>
<Entity uid="17309">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1543.49" z="1370.02674"/>
<Orientation y="2.35621"/>
<Actor seed="29602"/>
</Entity>
<Entity uid="17310">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1545.78467" z="1369.22803"/>
<Orientation y="2.35621"/>
<Actor seed="1516"/>
</Entity>
<Entity uid="17311">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1558.59754" z="1344.66443"/>
<Orientation y="2.35621"/>
<Actor seed="37488"/>
</Entity>
<Entity uid="17312">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1570.58558" z="1357.58912"/>
<Orientation y="2.35621"/>
<Actor seed="21662"/>
</Entity>
<Entity uid="17313">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1569.4657" z="1355.4087"/>
<Orientation y="2.35621"/>
<Actor seed="49484"/>
</Entity>
<Entity uid="17314">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1571.80665" z="1357.69446"/>
<Orientation y="2.35621"/>
<Actor seed="8822"/>
</Entity>
<Entity uid="17315">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.30567" z="1363.81763"/>
<Orientation y="2.35621"/>
<Actor seed="18120"/>
</Entity>
<Entity uid="17316">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1569.82618" z="1389.44886"/>
<Orientation y="2.35621"/>
<Actor seed="51776"/>
</Entity>
<Entity uid="17317">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1567.0735" z="1392.05665"/>
<Orientation y="2.35621"/>
<Actor seed="38636"/>
</Entity>
<Entity uid="17318">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1573.115" z="1385.5619"/>
<Orientation y="2.35621"/>
<Actor seed="12936"/>
</Entity>
<Entity uid="17319">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1589.55481" z="1366.7367"/>
<Orientation y="2.35621"/>
<Actor seed="50734"/>
</Entity>
<Entity uid="17320">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1592.19983" z="1365.70582"/>
<Orientation y="2.35621"/>
<Actor seed="5560"/>
</Entity>
<Entity uid="17321">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1594.25599" z="1366.86194"/>
<Orientation y="2.35621"/>
<Actor seed="52736"/>
</Entity>
<Entity uid="17322">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1583.22645" z="1378.37745"/>
<Orientation y="2.35621"/>
<Actor seed="56666"/>
</Entity>
<Entity uid="17323">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1588.53064" z="1369.7074"/>
<Orientation y="2.35621"/>
<Actor seed="30"/>
</Entity>
<Entity uid="17324">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1247.03321" z="1663.39661"/>
<Orientation y="2.35621"/>
<Actor seed="65466"/>
</Entity>
<Entity uid="17325">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1253.0027" z="1653.92933"/>
<Orientation y="2.35621"/>
<Actor seed="25766"/>
</Entity>
<Entity uid="17326">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1254.26941" z="1653.3849"/>
<Orientation y="2.35621"/>
<Actor seed="41372"/>
</Entity>
<Entity uid="17327">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1254.84656" z="1651.50355"/>
<Orientation y="2.35621"/>
<Actor seed="34788"/>
</Entity>
<Entity uid="17328">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1254.95435" z="1650.79065"/>
<Orientation y="2.35621"/>
<Actor seed="56430"/>
</Entity>
<Entity uid="17329">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1255.37818" z="1653.28895"/>
<Orientation y="2.35621"/>
<Actor seed="24912"/>
</Entity>
<Entity uid="17330">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1255.37574" z="1650.50586"/>
<Orientation y="2.35621"/>
<Actor seed="43198"/>
</Entity>
<Entity uid="17331">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1285.53736" z="1640.46424"/>
<Orientation y="2.35621"/>
<Actor seed="34794"/>
</Entity>
<Entity uid="17332">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1288.32422" z="1639.87867"/>
<Orientation y="2.35621"/>
<Actor seed="30172"/>
</Entity>
<Entity uid="17333">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1293.16578" z="1639.60474"/>
<Orientation y="2.35621"/>
<Actor seed="34316"/>
</Entity>
<Entity uid="17334">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1294.36548" z="1639.3263"/>
<Orientation y="2.35621"/>
<Actor seed="54910"/>
</Entity>
<Entity uid="17335">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1290.81336" z="1639.86585"/>
<Orientation y="2.35621"/>
<Actor seed="28920"/>
</Entity>
<Entity uid="17336">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1291.68824" z="1639.26417"/>
<Orientation y="2.35621"/>
<Actor seed="1710"/>
</Entity>
<Entity uid="17337">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1287.4922" z="1640.36841"/>
<Orientation y="2.35621"/>
<Actor seed="34552"/>
</Entity>
<Entity uid="17338">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1289.5553" z="1641.83533"/>
<Orientation y="2.35621"/>
<Actor seed="28472"/>
</Entity>
<Entity uid="17339">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1283.70862" z="1640.81287"/>
<Orientation y="2.35621"/>
<Actor seed="29446"/>
</Entity>
<Entity uid="17340">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1257.2245" z="1652.70704"/>
<Orientation y="2.35621"/>
<Actor seed="21244"/>
</Entity>
<Entity uid="17341">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1258.03003" z="1650.82593"/>
<Orientation y="2.35621"/>
<Actor seed="26778"/>
</Entity>
<Entity uid="17342">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1259.88868" z="1653.32691"/>
<Orientation y="2.35621"/>
<Actor seed="34586"/>
</Entity>
<Entity uid="17343">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1259.58008" z="1651.76697"/>
<Orientation y="2.35621"/>
<Actor seed="41312"/>
</Entity>
<Entity uid="17344">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1255.34131" z="1648.44776"/>
<Orientation y="2.35621"/>
<Actor seed="45526"/>
</Entity>
<Entity uid="17345">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1254.95752" z="1647.06653"/>
<Orientation y="2.35621"/>
<Actor seed="17312"/>
</Entity>
<Entity uid="17346">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1253.21192" z="1646.59888"/>
<Orientation y="2.35621"/>
<Actor seed="59148"/>
</Entity>
<Entity uid="17347">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1259.7234" z="1650.69886"/>
<Orientation y="2.35621"/>
<Actor seed="46252"/>
</Entity>
<Entity uid="17348">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1258.12134" z="1649.31165"/>
<Orientation y="2.35621"/>
<Actor seed="52542"/>
</Entity>
<Entity uid="17349">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1256.64173" z="1646.59717"/>
<Orientation y="2.35621"/>
<Actor seed="49236"/>
</Entity>
<Entity uid="17350">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1255.2024" z="1645.9192"/>
<Orientation y="2.35621"/>
<Actor seed="22036"/>
</Entity>
<Entity uid="17351">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1253.2234" z="1645.67835"/>
<Orientation y="2.35621"/>
<Actor seed="22444"/>
</Entity>
<Entity uid="17352">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1253.47791" z="1651.70887"/>
<Orientation y="2.35621"/>
<Actor seed="23224"/>
</Entity>
<Entity uid="17353">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1252.68335" z="1656.25281"/>
<Orientation y="2.35621"/>
<Actor seed="51442"/>
</Entity>
<Entity uid="17354">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1253.7627" z="1655.56104"/>
<Orientation y="2.35621"/>
<Actor seed="60300"/>
</Entity>
<Entity uid="17355">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1259.20691" z="1655.02393"/>
<Orientation y="2.35621"/>
<Actor seed="16838"/>
</Entity>
<Entity uid="17356">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1261.92396" z="1654.36988"/>
<Orientation y="2.35621"/>
<Actor seed="29536"/>
</Entity>
<Entity uid="17357">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1261.662" z="1653.46827"/>
<Orientation y="2.35621"/>
<Actor seed="30364"/>
</Entity>
<Entity uid="17358">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1287.45936" z="1641.73865"/>
<Orientation y="2.35621"/>
<Actor seed="34344"/>
</Entity>
<Entity uid="17359">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1285.0973" z="1642.55262"/>
<Orientation y="2.35621"/>
<Actor seed="59284"/>
</Entity>
<Entity uid="17360">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1282.7339" z="1642.59412"/>
<Orientation y="2.35621"/>
<Actor seed="65410"/>
</Entity>
<Entity uid="17361">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1280.2964" z="1642.79065"/>
<Orientation y="2.35621"/>
<Actor seed="48648"/>
</Entity>
<Entity uid="17362">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1282.66114" z="1640.51014"/>
<Orientation y="2.35621"/>
<Actor seed="48880"/>
</Entity>
<Entity uid="17363">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1280.41565" z="1639.43348"/>
<Orientation y="2.35621"/>
<Actor seed="39078"/>
</Entity>
<Entity uid="17364">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1278.71839" z="1641.13172"/>
<Orientation y="2.35621"/>
<Actor seed="16536"/>
</Entity>
<Entity uid="17365">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1285.31055" z="1644.46021"/>
<Orientation y="2.35621"/>
<Actor seed="51820"/>
</Entity>
<Entity uid="17366">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1291.2959" z="1642.60608"/>
<Orientation y="2.35621"/>
<Actor seed="50516"/>
</Entity>
<Entity uid="17367">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1296.74366" z="1639.36304"/>
<Orientation y="2.35621"/>
<Actor seed="13122"/>
</Entity>
<Entity uid="17368">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1281.77247" z="1639.86805"/>
<Orientation y="2.35621"/>
<Actor seed="54760"/>
</Entity>
<Entity uid="17369">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1286.77613" z="1643.75074"/>
<Orientation y="2.35621"/>
<Actor seed="36754"/>
</Entity>
<Entity uid="17370">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1289.28089" z="1644.03821"/>
<Orientation y="2.35621"/>
<Actor seed="51486"/>
</Entity>
<Entity uid="17371">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1260.26832" z="1649.93958"/>
<Orientation y="2.35621"/>
<Actor seed="34482"/>
</Entity>
<Entity uid="17372">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1257.09351" z="1645.58692"/>
<Orientation y="2.35621"/>
<Actor seed="46514"/>
</Entity>
<Entity uid="17373">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1256.7865" z="1650.6897"/>
<Orientation y="2.35621"/>
<Actor seed="9150"/>
</Entity>
<Entity uid="17374">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1254.18213" z="1648.59583"/>
<Orientation y="2.35621"/>
<Actor seed="55440"/>
</Entity>
<Entity uid="17375">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1254.6244" z="1645.65882"/>
<Orientation y="2.35621"/>
<Actor seed="7546"/>
</Entity>
<Entity uid="17376">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1290.51148" z="1640.41529"/>
<Orientation y="2.35621"/>
<Actor seed="9990"/>
</Entity>
<Entity uid="17377">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1285.22413" z="1640.9441"/>
<Orientation y="2.35621"/>
<Actor seed="64102"/>
</Entity>
<Entity uid="17378">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1281.61414" z="1639.19239"/>
<Orientation y="2.35621"/>
<Actor seed="50582"/>
</Entity>
<Entity uid="17379">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1237.71802" z="1503.64026"/>
<Orientation y="2.35621"/>
<Actor seed="13984"/>
</Entity>
<Entity uid="17380">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1244.59876" z="1507.47754"/>
<Orientation y="2.35621"/>
<Actor seed="55818"/>
</Entity>
<Entity uid="17381">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1248.87012" z="1516.27405"/>
<Orientation y="2.35621"/>
<Actor seed="13232"/>
</Entity>
<Entity uid="17382">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1249.41626" z="1501.4242"/>
<Orientation y="2.35621"/>
<Actor seed="14704"/>
</Entity>
<Entity uid="17383">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1240.24402" z="1505.7594"/>
<Orientation y="2.35621"/>
<Actor seed="54520"/>
</Entity>
<Entity uid="17384">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1250.76197" z="1493.72193"/>
<Orientation y="2.35621"/>
<Actor seed="52594"/>
</Entity>
<Entity uid="17385">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1225.63953" z="1552.14466"/>
<Orientation y="2.35621"/>
<Actor seed="36528"/>
</Entity>
<Entity uid="17386">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1261.67151" z="1560.27845"/>
<Orientation y="2.35621"/>
<Actor seed="42834"/>
</Entity>
<Entity uid="17387">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1269.67627" z="1271.74048"/>
<Orientation y="2.35621"/>
<Actor seed="52630"/>
</Entity>
<Entity uid="17388">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1271.81897" z="1273.65589"/>
<Orientation y="2.35621"/>
<Actor seed="34360"/>
</Entity>
<Entity uid="17389">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1270.93726" z="1271.5746"/>
<Orientation y="2.35621"/>
<Actor seed="32596"/>
</Entity>
<Entity uid="17390">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1272.68104" z="1272.56312"/>
<Orientation y="2.35621"/>
<Actor seed="64480"/>
</Entity>
<Entity uid="17391">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1272.93482" z="1274.22535"/>
<Orientation y="2.35621"/>
<Actor seed="23536"/>
</Entity>
<Entity uid="17392">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1273.32764" z="1276.01648"/>
<Orientation y="2.35621"/>
<Actor seed="4740"/>
</Entity>
<Entity uid="17393">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1224.27161" z="1247.53235"/>
<Orientation y="2.35621"/>
<Actor seed="58082"/>
</Entity>
<Entity uid="17394">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1223.96839" z="1248.61243"/>
<Orientation y="2.35621"/>
<Actor seed="44124"/>
</Entity>
<Entity uid="17395">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1222.70545" z="1247.33851"/>
<Orientation y="2.35621"/>
<Actor seed="56202"/>
</Entity>
<Entity uid="17396">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1222.25489" z="1246.47254"/>
<Orientation y="2.35621"/>
<Actor seed="30996"/>
</Entity>
<Entity uid="17397">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1220.12293" z="1230.45862"/>
<Orientation y="2.35621"/>
<Actor seed="13730"/>
</Entity>
<Entity uid="17398">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1221.21741" z="1229.6316"/>
<Orientation y="2.35621"/>
<Actor seed="32088"/>
</Entity>
<Entity uid="17399">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1222.53333" z="1230.92957"/>
<Orientation y="2.35621"/>
<Actor seed="63338"/>
</Entity>
<Entity uid="17400">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1229.01331" z="1223.59156"/>
<Orientation y="2.35621"/>
<Actor seed="47470"/>
</Entity>
<Entity uid="17401">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1241.6233" z="1231.70228"/>
<Orientation y="2.35621"/>
<Actor seed="63254"/>
</Entity>
<Entity uid="17402">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1241.77991" z="1233.07972"/>
<Orientation y="2.35621"/>
<Actor seed="62952"/>
</Entity>
<Entity uid="17403">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1241.17945" z="1233.6056"/>
<Orientation y="2.35621"/>
<Actor seed="35198"/>
</Entity>
<Entity uid="17404">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1242.84327" z="1232.71851"/>
<Orientation y="2.35621"/>
<Actor seed="30834"/>
</Entity>
<Entity uid="17405">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1240.06263" z="1230.46656"/>
<Orientation y="2.35621"/>
<Actor seed="8396"/>
</Entity>
<Entity uid="17406">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1281.06934" z="1249.12842"/>
<Orientation y="2.35621"/>
<Actor seed="61696"/>
</Entity>
<Entity uid="17407">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1286.29517" z="1293.70032"/>
<Orientation y="2.35621"/>
<Actor seed="10750"/>
</Entity>
<Entity uid="17408">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1285.3573" z="1292.93775"/>
<Orientation y="2.35621"/>
<Actor seed="61972"/>
</Entity>
<Entity uid="17409">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1143.52894" z="1042.61634"/>
<Orientation y="2.35621"/>
<Actor seed="28932"/>
</Entity>
<Entity uid="17410">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1145.14808" z="1046.13172"/>
<Orientation y="2.35621"/>
<Actor seed="23946"/>
</Entity>
<Entity uid="17411">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1147.02955" z="1045.31739"/>
<Orientation y="2.35621"/>
<Actor seed="3928"/>
</Entity>
<Entity uid="17412">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1146.63672" z="1043.87427"/>
<Orientation y="2.35621"/>
<Actor seed="63916"/>
</Entity>
<Entity uid="17413">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1145.7787" z="1042.99354"/>
<Orientation y="2.35621"/>
<Actor seed="35282"/>
</Entity>
<Entity uid="17414">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1149.66053" z="1043.8899"/>
<Orientation y="2.35621"/>
<Actor seed="32992"/>
</Entity>
<Entity uid="17415">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1147.96314" z="1045.94227"/>
<Orientation y="2.35621"/>
<Actor seed="26260"/>
</Entity>
<Entity uid="17416">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1159.18677" z="1046.24671"/>
<Orientation y="2.35621"/>
<Actor seed="37052"/>
</Entity>
<Entity uid="17417">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1157.98902" z="1047.21167"/>
<Orientation y="2.35621"/>
<Actor seed="19662"/>
</Entity>
<Entity uid="17418">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1157.17981" z="1045.74061"/>
<Orientation y="2.35621"/>
<Actor seed="33758"/>
</Entity>
<Entity uid="17419">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1154.29896" z="1045.72938"/>
<Orientation y="2.35621"/>
<Actor seed="52290"/>
</Entity>
<Entity uid="17420">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1151.71814" z="1046.42334"/>
<Orientation y="2.35621"/>
<Actor seed="7228"/>
</Entity>
<Entity uid="17421">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1150.27356" z="1045.21216"/>
<Orientation y="2.35621"/>
<Actor seed="23352"/>
</Entity>
<Entity uid="17422">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1156.94178" z="1044.06104"/>
<Orientation y="2.35621"/>
<Actor seed="37478"/>
</Entity>
<Entity uid="17423">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1187.18335" z="1059.01294"/>
<Orientation y="2.35621"/>
<Actor seed="3546"/>
</Entity>
<Entity uid="17424">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1188.77186" z="1059.91382"/>
<Orientation y="2.35621"/>
<Actor seed="49242"/>
</Entity>
<Entity uid="17425">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1189.1548" z="1059.80921"/>
<Orientation y="2.35621"/>
<Actor seed="8862"/>
</Entity>
<Entity uid="17426">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1176.68873" z="1067.1438"/>
<Orientation y="2.35621"/>
<Actor seed="21864"/>
</Entity>
<Entity uid="17427">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1243.65711" z="529.4773"/>
<Orientation y="2.35621"/>
<Actor seed="60108"/>
</Entity>
<Entity uid="17428">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1249.86951" z="505.28971"/>
<Orientation y="2.35621"/>
<Actor seed="24074"/>
</Entity>
<Entity uid="17429">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1259.44105" z="490.85627"/>
<Orientation y="2.35621"/>
<Actor seed="3948"/>
</Entity>
<Entity uid="17430">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1265.91224" z="530.8075"/>
<Orientation y="2.35621"/>
<Actor seed="37704"/>
</Entity>
<Entity uid="17431">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1274.87928" z="509.59421"/>
<Orientation y="2.35621"/>
<Actor seed="37770"/>
</Entity>
<Entity uid="17432">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1258.97974" z="604.88776"/>
<Orientation y="2.35621"/>
<Actor seed="29604"/>
</Entity>
<Entity uid="17433">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1259.48365" z="590.26374"/>
<Orientation y="2.35621"/>
<Actor seed="9110"/>
</Entity>
<Entity uid="17434">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1247.20447" z="604.52253"/>
<Orientation y="2.35621"/>
<Actor seed="51802"/>
</Entity>
<Entity uid="17435">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1228.67688" z="590.12946"/>
<Orientation y="2.35621"/>
<Actor seed="15398"/>
</Entity>
<Entity uid="17436">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1297.52881" z="670.95356"/>
<Orientation y="2.35621"/>
<Actor seed="38624"/>
</Entity>
<Entity uid="17437">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1269.70081" z="674.53022"/>
<Orientation y="2.35621"/>
<Actor seed="20276"/>
</Entity>
<Entity uid="17438">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1214.9308" z="667.57856"/>
<Orientation y="2.35621"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="17439">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1223.90601" z="628.0221"/>
<Orientation y="2.35621"/>
<Actor seed="13708"/>
</Entity>
<Entity uid="17440">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1294.6023" z="615.7339"/>
<Orientation y="2.35621"/>
<Actor seed="5916"/>
</Entity>
<Entity uid="17441">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1056.03846" z="554.13898"/>
<Orientation y="2.35621"/>
<Actor seed="23996"/>
</Entity>
<Entity uid="17442">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1063.14576" z="543.01758"/>
<Orientation y="2.35621"/>
<Actor seed="27462"/>
</Entity>
<Entity uid="17443">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1167.08936" z="462.36835"/>
<Orientation y="2.35621"/>
<Actor seed="13382"/>
</Entity>
<Entity uid="17444">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1156.88587" z="460.40766"/>
<Orientation y="2.35621"/>
<Actor seed="49876"/>
</Entity>
<Entity uid="17445">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1165.53418" z="402.81141"/>
<Orientation y="2.35621"/>
<Actor seed="40804"/>
</Entity>
<Entity uid="17446">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1118.51075" z="401.67963"/>
<Orientation y="2.35621"/>
<Actor seed="8802"/>
</Entity>
<Entity uid="17447">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1387.46033" z="383.14063"/>
<Orientation y="2.35621"/>
<Actor seed="47946"/>
</Entity>
<Entity uid="17448">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1316.75257" z="492.37616"/>
<Orientation y="2.35621"/>
<Actor seed="51012"/>
</Entity>
<Entity uid="17449">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1272.84424" z="450.28187"/>
<Orientation y="2.35621"/>
<Actor seed="59926"/>
</Entity>
<Entity uid="17450">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1273.40284" z="445.98206"/>
<Orientation y="2.35621"/>
<Actor seed="52416"/>
</Entity>
<Entity uid="17451">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1251.18555" z="608.477"/>
<Orientation y="2.35621"/>
<Actor seed="25924"/>
</Entity>
<Entity uid="17452">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1245.99891" z="638.17133"/>
<Orientation y="2.35621"/>
<Actor seed="62608"/>
</Entity>
<Entity uid="17453">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1300.2483" z="631.54053"/>
<Orientation y="2.35621"/>
<Actor seed="27916"/>
</Entity>
<Entity uid="17454">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1260.34205" z="689.2699"/>
<Orientation y="2.35621"/>
<Actor seed="32226"/>
</Entity>
<Entity uid="17455">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1155.45276" z="823.85926"/>
<Orientation y="2.35621"/>
<Actor seed="37976"/>
</Entity>
<Entity uid="17456">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1159.2782" z="829.88257"/>
<Orientation y="2.35621"/>
<Actor seed="52840"/>
</Entity>
<Entity uid="17457">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1165.76526" z="813.0044"/>
<Orientation y="2.35621"/>
<Actor seed="7880"/>
</Entity>
<Entity uid="17458">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1223.7035" z="862.71119"/>
<Orientation y="2.35621"/>
<Actor seed="19802"/>
</Entity>
<Entity uid="17459">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1213.71985" z="852.82325"/>
<Orientation y="2.35621"/>
<Actor seed="36972"/>
</Entity>
<Entity uid="17460">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1230.01197" z="817.48346"/>
<Orientation y="2.35621"/>
<Actor seed="20796"/>
</Entity>
<Entity uid="17461">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1219.63257" z="858.92548"/>
<Orientation y="2.35621"/>
<Actor seed="3492"/>
</Entity>
<Entity uid="17462">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1207.16187" z="904.91846"/>
<Orientation y="2.35621"/>
<Actor seed="34104"/>
</Entity>
<Entity uid="17463">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1240.03846" z="896.83143"/>
<Orientation y="2.35621"/>
<Actor seed="39918"/>
</Entity>
<Entity uid="17464">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1173.20777" z="842.54188"/>
<Orientation y="2.35621"/>
<Actor seed="54232"/>
</Entity>
<Entity uid="17465">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1025.6725" z="854.9048"/>
<Orientation y="2.35621"/>
<Actor seed="23260"/>
</Entity>
<Entity uid="17466">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1037.4297" z="877.27094"/>
<Orientation y="2.35621"/>
<Actor seed="53488"/>
</Entity>
<Entity uid="17467">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1036.23621" z="881.79883"/>
<Orientation y="2.35621"/>
<Actor seed="1832"/>
</Entity>
<Entity uid="17468">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1036.94275" z="867.55256"/>
<Orientation y="2.35621"/>
<Actor seed="60816"/>
</Entity>
<Entity uid="17469">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1060.12" z="871.6474"/>
<Orientation y="2.35621"/>
<Actor seed="10256"/>
</Entity>
<Entity uid="17470">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1068.01966" z="825.82056"/>
<Orientation y="2.35621"/>
<Actor seed="38082"/>
</Entity>
<Entity uid="17471">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1037.55311" z="860.00806"/>
<Orientation y="2.35621"/>
<Actor seed="51698"/>
</Entity>
<Entity uid="17472">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1045.1681" z="866.78681"/>
<Orientation y="2.35621"/>
<Actor seed="51436"/>
</Entity>
<Entity uid="17473">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1036.32605" z="858.85743"/>
<Orientation y="2.35621"/>
<Actor seed="16202"/>
</Entity>
<Entity uid="17474">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1057.97535" z="918.47132"/>
<Orientation y="2.35621"/>
<Actor seed="5540"/>
</Entity>
<Entity uid="17475">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1051.74585" z="957.51758"/>
<Orientation y="2.35621"/>
<Actor seed="44046"/>
</Entity>
<Entity uid="17476">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1050.57325" z="952.68226"/>
<Orientation y="2.35621"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="17477">
<Template>units/ptol_ship_merchant</Template>
<Player>2</Player>
<Position x="1457.45667" z="466.6131"/>
<Orientation y="2.00394"/>
<Actor seed="35422"/>
</Entity>
<Entity uid="17478">
<Template>units/ptol_ship_merchant</Template>
<Player>2</Player>
<Position x="1501.79615" z="331.23023"/>
<Orientation y="-1.28261"/>
<Actor seed="40200"/>
</Entity>
<Entity uid="17479">
<Template>units/ptol_ship_merchant</Template>
<Player>5</Player>
<Position x="1334.68543" z="1185.53858"/>
<Orientation y="9.08887"/>
<Actor seed="8992"/>
</Entity>
<Entity uid="17480">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1156.81873" z="839.26722"/>
<Orientation y="2.35621"/>
<Actor seed="36658"/>
</Entity>
<Entity uid="17481">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1155.12024" z="833.13941"/>
<Orientation y="2.35621"/>
<Actor seed="52588"/>
</Entity>
<Entity uid="17482">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1156.05018" z="825.4687"/>
<Orientation y="2.35621"/>
<Actor seed="14950"/>
</Entity>
<Entity uid="17483">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1156.10181" z="819.92017"/>
<Orientation y="2.35621"/>
<Actor seed="31332"/>
</Entity>
<Entity uid="17484">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1159.78138" z="845.54914"/>
<Orientation y="2.35621"/>
<Actor seed="25010"/>
</Entity>
<Entity uid="17485">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1159.2256" z="811.54358"/>
<Orientation y="2.35621"/>
<Actor seed="496"/>
</Entity>
<Entity uid="17486">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1162.21546" z="851.60218"/>
<Orientation y="2.35621"/>
<Actor seed="36472"/>
</Entity>
<Entity uid="17487">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1156.69385" z="807.2967"/>
<Orientation y="2.35621"/>
<Actor seed="18552"/>
</Entity>
<Entity uid="17488">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1161.39295" z="858.48932"/>
<Orientation y="2.35621"/>
<Actor seed="34190"/>
</Entity>
<Entity uid="17489">
<Template>actor|props/flora/bush.xml</Template>
<Position x="1164.86817" z="849.22547"/>
<Orientation y="2.35621"/>
<Actor seed="24284"/>
</Entity>
<Entity uid="17490">
<Template>actor|props/flora/bush.xml</Template>
<Position x="1165.36512" z="850.34107"/>
<Orientation y="2.35621"/>
<Actor seed="62524"/>
</Entity>
<Entity uid="17491">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1161.64454" z="817.20398"/>
<Orientation y="2.35621"/>
<Actor seed="10680"/>
</Entity>
<Entity uid="17492">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1162.94141" z="812.42414"/>
<Orientation y="2.35621"/>
<Actor seed="9336"/>
</Entity>
<Entity uid="17493">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1161.5929" z="809.80304"/>
<Orientation y="2.35621"/>
<Actor seed="26080"/>
</Entity>
<Entity uid="17494">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1162.56727" z="856.88666"/>
<Orientation y="2.35621"/>
<Actor seed="7410"/>
</Entity>
<Entity uid="17495">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1163.61207" z="854.503"/>
<Orientation y="2.35621"/>
<Actor seed="58090"/>
</Entity>
<Entity uid="17496">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1162.27417" z="854.4225"/>
<Orientation y="2.35621"/>
<Actor seed="5766"/>
</Entity>
<Entity uid="17497">
<Template>actor|props/flora/bush_tempe_a.xml</Template>
<Position x="1161.18165" z="836.49445"/>
<Orientation y="2.35621"/>
<Actor seed="45140"/>
</Entity>
<Entity uid="17498">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1167.3672" z="845.12836"/>
<Orientation y="2.35621"/>
<Actor seed="38438"/>
</Entity>
<Entity uid="17499">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1165.47217" z="845.24524"/>
<Orientation y="2.35621"/>
<Actor seed="56134"/>
</Entity>
<Entity uid="17500">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1169.71705" z="875.81995"/>
<Orientation y="2.35621"/>
<Actor seed="1526"/>
</Entity>
<Entity uid="17501">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1167.03089" z="874.60114"/>
<Orientation y="2.35621"/>
<Actor seed="8352"/>
</Entity>
<Entity uid="17502">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1168.9037" z="873.64759"/>
<Orientation y="2.35621"/>
<Actor seed="58836"/>
</Entity>
<Entity uid="17503">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1166.38062" z="843.42579"/>
<Orientation y="2.35621"/>
<Actor seed="50180"/>
</Entity>
<Entity uid="17504">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1154.59412" z="846.98255"/>
<Orientation y="2.35621"/>
<Actor seed="58914"/>
</Entity>
<Entity uid="17505">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1149.42505" z="833.08014"/>
<Orientation y="2.35621"/>
<Actor seed="53952"/>
</Entity>
<Entity uid="17506">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1151.13013" z="837.6725"/>
<Orientation y="2.35621"/>
<Actor seed="49254"/>
</Entity>
<Entity uid="17507">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1148.61573" z="836.26868"/>
<Orientation y="2.35621"/>
<Actor seed="35156"/>
</Entity>
<Entity uid="17508">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1151.42115" z="841.07782"/>
<Orientation y="2.35621"/>
<Actor seed="62402"/>
</Entity>
<Entity uid="17509">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1154.67627" z="851.04798"/>
<Orientation y="2.35621"/>
<Actor seed="29734"/>
</Entity>
<Entity uid="17510">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1152.47828" z="843.83216"/>
<Orientation y="2.35621"/>
<Actor seed="1498"/>
</Entity>
<Entity uid="17511">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1147.64515" z="830.12104"/>
<Orientation y="2.35621"/>
<Actor seed="41598"/>
</Entity>
<Entity uid="17512">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1149.5359" z="826.8329"/>
<Orientation y="2.35621"/>
<Actor seed="47150"/>
</Entity>
<Entity uid="17513">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1150.0625" z="823.11554"/>
<Orientation y="2.35621"/>
<Actor seed="37302"/>
</Entity>
<Entity uid="17514">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1153.50318" z="844.98475"/>
<Orientation y="2.35621"/>
<Actor seed="31446"/>
</Entity>
<Entity uid="17515">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1151.44861" z="842.71924"/>
<Orientation y="2.35621"/>
<Actor seed="2172"/>
</Entity>
<Entity uid="17516">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.87293" z="842.18671"/>
<Orientation y="2.35621"/>
<Actor seed="63304"/>
</Entity>
<Entity uid="17517">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1155.16565" z="848.98322"/>
<Orientation y="2.35621"/>
<Actor seed="49546"/>
</Entity>
<Entity uid="17518">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1157.43128" z="853.59296"/>
<Orientation y="2.35621"/>
<Actor seed="1326"/>
</Entity>
<Entity uid="17519">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1155.67676" z="851.92933"/>
<Orientation y="2.35621"/>
<Actor seed="40924"/>
</Entity>
<Entity uid="17520">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1151.51758" z="831.45411"/>
<Orientation y="2.35621"/>
<Actor seed="14446"/>
</Entity>
<Entity uid="17521">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1149.96644" z="839.4112"/>
<Orientation y="2.35621"/>
<Actor seed="59588"/>
</Entity>
<Entity uid="17522">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1148.27857" z="831.81104"/>
<Orientation y="2.35621"/>
<Actor seed="52728"/>
</Entity>
<Entity uid="17523">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1150.54078" z="824.91755"/>
<Orientation y="2.35621"/>
<Actor seed="36506"/>
</Entity>
<Entity uid="17524">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1149.39722" z="823.6905"/>
<Orientation y="2.35621"/>
<Actor seed="33634"/>
</Entity>
<Entity uid="17525">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1150.25672" z="828.06202"/>
<Orientation y="2.35621"/>
<Actor seed="60122"/>
</Entity>
<Entity uid="17526">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1151.3567" z="822.83753"/>
<Orientation y="2.35621"/>
<Actor seed="42346"/>
</Entity>
<Entity uid="17527">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1150.97205" z="834.87745"/>
<Orientation y="2.35621"/>
<Actor seed="56236"/>
</Entity>
<Entity uid="17528">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1149.09925" z="834.6897"/>
<Orientation y="2.35621"/>
<Actor seed="56422"/>
</Entity>
<Entity uid="17529">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1152.02576" z="838.72315"/>
<Orientation y="2.35621"/>
<Actor seed="61338"/>
</Entity>
<Entity uid="17530">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1156.3755" z="853.67951"/>
<Orientation y="2.35621"/>
<Actor seed="63026"/>
</Entity>
<Entity uid="17531">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.76771" z="845.14612"/>
<Orientation y="2.35621"/>
<Actor seed="8370"/>
</Entity>
<Entity uid="17532">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1153.70179" z="847.36518"/>
<Orientation y="2.35621"/>
<Actor seed="27064"/>
</Entity>
<Entity uid="17533">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.29822" z="836.75306"/>
<Orientation y="2.35621"/>
<Actor seed="11004"/>
</Entity>
<Entity uid="17534">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1152.65015" z="827.10755"/>
<Orientation y="2.35621"/>
<Actor seed="45202"/>
</Entity>
<Entity uid="17535">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1146.86792" z="834.73566"/>
<Orientation y="2.35621"/>
<Actor seed="26758"/>
</Entity>
<Entity uid="17536">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1149.29883" z="843.58997"/>
<Orientation y="2.35621"/>
<Actor seed="63464"/>
</Entity>
<Entity uid="17537">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1151.51319" z="845.3932"/>
<Orientation y="2.35621"/>
<Actor seed="12810"/>
</Entity>
<Entity uid="17538">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.26783" z="838.19977"/>
<Orientation y="2.35621"/>
<Actor seed="6208"/>
</Entity>
<Entity uid="17539">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1148.20777" z="843.40821"/>
<Orientation y="2.35621"/>
<Actor seed="24276"/>
</Entity>
<Entity uid="17540">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1149.22742" z="846.40552"/>
<Orientation y="2.35621"/>
<Actor seed="8530"/>
</Entity>
<Entity uid="17541">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1153.4032" z="851.24598"/>
<Orientation y="2.35621"/>
<Actor seed="4488"/>
</Entity>
<Entity uid="17542">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.46741" z="854.36414"/>
<Orientation y="2.35621"/>
<Actor seed="10940"/>
</Entity>
<Entity uid="17543">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1147.24122" z="830.38892"/>
<Orientation y="2.35621"/>
<Actor seed="61186"/>
</Entity>
<Entity uid="17544">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1146.69178" z="828.86121"/>
<Orientation y="2.35621"/>
<Actor seed="35428"/>
</Entity>
<Entity uid="17545">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1145.36194" z="828.33838"/>
<Orientation y="2.35621"/>
<Actor seed="14342"/>
</Entity>
<Entity uid="17546">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1143.72205" z="828.90485"/>
<Orientation y="2.35621"/>
<Actor seed="34472"/>
</Entity>
<Entity uid="17547">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1145.12977" z="835.52326"/>
<Orientation y="2.35621"/>
<Actor seed="36748"/>
</Entity>
<Entity uid="17548">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1148.6631" z="823.1471"/>
<Orientation y="2.35621"/>
<Actor seed="9314"/>
</Entity>
<Entity uid="17549">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1147.67188" z="821.8111"/>
<Orientation y="2.35621"/>
<Actor seed="11706"/>
</Entity>
<Entity uid="17550">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1151.57117" z="822.18805"/>
<Orientation y="2.35621"/>
<Actor seed="46854"/>
</Entity>
<Entity uid="17551">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.81104" z="831.56562"/>
<Orientation y="2.35621"/>
<Actor seed="46218"/>
</Entity>
<Entity uid="17552">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1156.5293" z="856.58106"/>
<Orientation y="2.35621"/>
<Actor seed="54180"/>
</Entity>
<Entity uid="17553">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1156.32544" z="859.4203"/>
<Orientation y="2.35621"/>
<Actor seed="952"/>
</Entity>
<Entity uid="17554">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1154.64502" z="857.91785"/>
<Orientation y="2.35621"/>
<Actor seed="52790"/>
</Entity>
<Entity uid="17555">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1154.25782" z="859.6023"/>
<Orientation y="2.35621"/>
<Actor seed="54776"/>
</Entity>
<Entity uid="17556">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1147.81995" z="846.43744"/>
<Orientation y="2.35621"/>
<Actor seed="41688"/>
</Entity>
<Entity uid="17557">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1150.81104" z="855.81678"/>
<Orientation y="2.35621"/>
<Actor seed="49694"/>
</Entity>
<Entity uid="17558">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1150.38221" z="843.33411"/>
<Orientation y="2.35621"/>
<Actor seed="36640"/>
</Entity>
<Entity uid="17559">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1153.35145" z="843.77424"/>
<Orientation y="2.35621"/>
<Actor seed="1220"/>
</Entity>
<Entity uid="17560">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1152.2566" z="838.09028"/>
<Orientation y="2.35621"/>
<Actor seed="49848"/>
</Entity>
<Entity uid="17561">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1149.5912" z="828.43506"/>
<Orientation y="2.35621"/>
<Actor seed="56094"/>
</Entity>
<Entity uid="17562">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1149.95948" z="825.06104"/>
<Orientation y="2.35621"/>
<Actor seed="3710"/>
</Entity>
<Entity uid="17563">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1146.9961" z="831.10846"/>
<Orientation y="2.35621"/>
<Actor seed="9358"/>
</Entity>
<Entity uid="17564">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1147.86011" z="837.06458"/>
<Orientation y="2.35621"/>
<Actor seed="57392"/>
</Entity>
<Entity uid="17565">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1149.70508" z="840.3949"/>
<Orientation y="2.35621"/>
<Actor seed="2232"/>
</Entity>
<Entity uid="17566">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1156.67603" z="859.5882"/>
<Orientation y="2.35621"/>
<Actor seed="65068"/>
</Entity>
<Entity uid="17567">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1156.5293" z="856.76197"/>
<Orientation y="2.35621"/>
<Actor seed="52362"/>
</Entity>
<Entity uid="17568">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1156.40333" z="857.96631"/>
<Orientation y="2.35621"/>
<Actor seed="57770"/>
</Entity>
<Entity uid="17569">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1156.4939" z="854.86231"/>
<Orientation y="2.35621"/>
<Actor seed="64636"/>
</Entity>
<Entity uid="17570">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.46546" z="839.43335"/>
<Orientation y="2.35621"/>
<Actor seed="2806"/>
</Entity>
<Entity uid="17571">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.08875" z="854.43604"/>
<Orientation y="2.35621"/>
<Actor seed="15004"/>
</Entity>
<Entity uid="17572">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1155.8589" z="841.53058"/>
<Orientation y="2.35621"/>
<Actor seed="48860"/>
</Entity>
<Entity uid="17573">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1160.90528" z="864.98804"/>
<Orientation y="5.6557"/>
<Actor seed="14646"/>
</Entity>
<Entity uid="17574">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1162.61048" z="874.48511"/>
<Orientation y="2.35621"/>
<Actor seed="23894"/>
</Entity>
<Entity uid="17575">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1165.44751" z="879.31025"/>
<Orientation y="2.35621"/>
<Actor seed="45256"/>
</Entity>
<Entity uid="17576">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1156.62" z="801.61664"/>
<Orientation y="2.63816"/>
<Actor seed="13520"/>
</Entity>
<Entity uid="17577">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1164.24012" z="806.6554"/>
<Orientation y="3.32973"/>
<Actor seed="18552"/>
</Entity>
<Entity uid="17578">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1164.2046" z="885.46814"/>
<Orientation y="2.35622"/>
<Actor seed="18552"/>
</Entity>
<Entity uid="17579">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1161.07703" z="890.82752"/>
<Orientation y="2.35621"/>
<Actor seed="25726"/>
</Entity>
<Entity uid="17580">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1160.16749" z="892.00788"/>
<Orientation y="2.35621"/>
<Actor seed="4208"/>
</Entity>
<Entity uid="17581">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.97791" z="889.48877"/>
<Orientation y="2.35621"/>
<Actor seed="14050"/>
</Entity>
<Entity uid="17582">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1158.76331" z="895.18409"/>
<Orientation y="2.35621"/>
<Actor seed="14934"/>
</Entity>
<Entity uid="17583">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.97657" z="886.14527"/>
<Orientation y="2.35621"/>
<Actor seed="14848"/>
</Entity>
<Entity uid="17584">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.67701" z="882.21686"/>
<Orientation y="2.35621"/>
<Actor seed="20940"/>
</Entity>
<Entity uid="17585">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1158.50062" z="872.53235"/>
<Orientation y="2.35621"/>
<Actor seed="42862"/>
</Entity>
<Entity uid="17586">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.1902" z="879.00092"/>
<Orientation y="2.35621"/>
<Actor seed="43864"/>
</Entity>
<Entity uid="17587">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1157.07813" z="862.4449"/>
<Orientation y="2.35621"/>
<Actor seed="32140"/>
</Entity>
<Entity uid="17588">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1156.06568" z="873.00458"/>
<Orientation y="2.35621"/>
<Actor seed="10234"/>
</Entity>
<Entity uid="17589">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1160.11451" z="882.04572"/>
<Orientation y="2.35621"/>
<Actor seed="5352"/>
</Entity>
<Entity uid="17590">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1160.87928" z="879.89838"/>
<Orientation y="2.35621"/>
<Actor seed="6990"/>
</Entity>
<Entity uid="17591">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1158.08143" z="885.19556"/>
<Orientation y="2.35621"/>
<Actor seed="27374"/>
</Entity>
<Entity uid="17592">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.64747" z="882.8896"/>
<Orientation y="2.35621"/>
<Actor seed="29816"/>
</Entity>
<Entity uid="17593">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1156.42676" z="882.42804"/>
<Orientation y="2.35621"/>
<Actor seed="35844"/>
</Entity>
<Entity uid="17594">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.07178" z="884.82026"/>
<Orientation y="2.35621"/>
<Actor seed="53444"/>
</Entity>
<Entity uid="17595">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1156.45154" z="888.81135"/>
<Orientation y="2.35621"/>
<Actor seed="26800"/>
</Entity>
<Entity uid="17596">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1155.50403" z="891.98682"/>
<Orientation y="2.35621"/>
<Actor seed="54602"/>
</Entity>
<Entity uid="17597">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1154.37452" z="879.70514"/>
<Orientation y="2.35621"/>
<Actor seed="15816"/>
</Entity>
<Entity uid="17598">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1157.25147" z="875.25013"/>
<Orientation y="2.35621"/>
<Actor seed="38724"/>
</Entity>
<Entity uid="17599">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1161.26453" z="882.62153"/>
<Orientation y="2.35621"/>
<Actor seed="30800"/>
</Entity>
<Entity uid="17600">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.70154" z="883.64246"/>
<Orientation y="2.35621"/>
<Actor seed="39314"/>
</Entity>
<Entity uid="17601">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1160.35596" z="890.41718"/>
<Orientation y="2.35621"/>
<Actor seed="38944"/>
</Entity>
<Entity uid="17602">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1158.2046" z="890.17573"/>
<Orientation y="2.35621"/>
<Actor seed="52208"/>
</Entity>
<Entity uid="17603">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1158.29236" z="875.56092"/>
<Orientation y="2.35621"/>
<Actor seed="41098"/>
</Entity>
<Entity uid="17604">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1157.44727" z="872.87317"/>
<Orientation y="2.35621"/>
<Actor seed="39420"/>
</Entity>
<Entity uid="17605">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1157.83045" z="877.69129"/>
<Orientation y="2.35621"/>
<Actor seed="29122"/>
</Entity>
<Entity uid="17606">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1158.84693" z="883.89936"/>
<Orientation y="2.35621"/>
<Actor seed="41082"/>
</Entity>
<Entity uid="17607">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1157.51478" z="873.07325"/>
<Orientation y="2.35621"/>
<Actor seed="27418"/>
</Entity>
<Entity uid="17608">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1155.78406" z="883.44587"/>
<Orientation y="2.35621"/>
<Actor seed="7242"/>
</Entity>
<Entity uid="17609">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1157.67713" z="891.0495"/>
<Orientation y="2.35621"/>
<Actor seed="50248"/>
</Entity>
<Entity uid="17610">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1155.6338" z="890.6479"/>
<Orientation y="2.35621"/>
<Actor seed="10192"/>
</Entity>
<Entity uid="17611">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1153.61854" z="892.63947"/>
<Orientation y="2.35621"/>
<Actor seed="28746"/>
</Entity>
<Entity uid="17612">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.35474" z="884.9997"/>
<Orientation y="2.35621"/>
<Actor seed="29570"/>
</Entity>
<Entity uid="17613">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.6371" z="884.92383"/>
<Orientation y="2.35621"/>
<Actor seed="45642"/>
</Entity>
<Entity uid="17614">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1154.22205" z="872.53888"/>
<Orientation y="2.35621"/>
<Actor seed="376"/>
</Entity>
<Entity uid="17615">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1153.72144" z="870.53907"/>
<Orientation y="2.35621"/>
<Actor seed="49856"/>
</Entity>
<Entity uid="17616">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1151.32728" z="885.74787"/>
<Orientation y="2.35621"/>
<Actor seed="32340"/>
</Entity>
<Entity uid="17617">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.23426" z="873.81495"/>
<Orientation y="2.35621"/>
<Actor seed="43446"/>
</Entity>
<Entity uid="17618">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1157.2234" z="874.0782"/>
<Orientation y="2.35621"/>
<Actor seed="30744"/>
</Entity>
<Entity uid="17619">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1155.78272" z="882.13001"/>
<Orientation y="2.35621"/>
<Actor seed="23224"/>
</Entity>
<Entity uid="17620">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1149.42005" z="846.45472"/>
<Orientation y="2.35621"/>
<Actor seed="43558"/>
</Entity>
<Entity uid="17621">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1153.05884" z="852.3725"/>
<Orientation y="2.35621"/>
<Actor seed="3198"/>
</Entity>
<Entity uid="17622">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1145.08838" z="833.69745"/>
<Orientation y="2.35621"/>
<Actor seed="46826"/>
</Entity>
<Entity uid="17623">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1155.42212" z="857.91504"/>
<Orientation y="2.35621"/>
<Actor seed="39720"/>
</Entity>
<Entity uid="17624">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1156.71167" z="859.16865"/>
<Orientation y="2.35621"/>
<Actor seed="48198"/>
</Entity>
<Entity uid="17625">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1156.42872" z="855.86329"/>
<Orientation y="2.35621"/>
<Actor seed="1606"/>
</Entity>
<Entity uid="17626">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1155.318" z="860.74885"/>
<Orientation y="2.35621"/>
<Actor seed="23454"/>
</Entity>
<Entity uid="17627">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1161.42872" z="897.80671"/>
<Orientation y="2.35621"/>
<Actor seed="36710"/>
</Entity>
<Entity uid="17628">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1152.56458" z="859.61084"/>
<Orientation y="2.35621"/>
<Actor seed="28410"/>
</Entity>
<Entity uid="17629">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1159.81983" z="894.85468"/>
<Orientation y="2.35621"/>
<Actor seed="40034"/>
</Entity>
<Entity uid="17630">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1160.57435" z="894.15674"/>
<Orientation y="2.35621"/>
<Actor seed="55268"/>
</Entity>
<Entity uid="17631">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1159.09583" z="886.44373"/>
<Orientation y="2.35621"/>
<Actor seed="61702"/>
</Entity>
<Entity uid="17632">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1157.76832" z="896.0738"/>
<Orientation y="2.35621"/>
<Actor seed="4758"/>
</Entity>
<Entity uid="17633">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1160.63111" z="898.48505"/>
<Orientation y="2.35621"/>
<Actor seed="40382"/>
</Entity>
<Entity uid="17634">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1161.8429" z="901.4798"/>
<Orientation y="2.35621"/>
<Actor seed="44858"/>
</Entity>
<Entity uid="17635">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1163.58375" z="901.19031"/>
<Orientation y="2.35621"/>
<Actor seed="35526"/>
</Entity>
<Entity uid="17636">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1161.88624" z="896.38202"/>
<Orientation y="2.35621"/>
<Actor seed="52604"/>
</Entity>
<Entity uid="17637">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1161.96668" z="893.98194"/>
<Orientation y="2.35621"/>
<Actor seed="62762"/>
</Entity>
<Entity uid="17638">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1158.23523" z="888.7616"/>
<Orientation y="2.35621"/>
<Actor seed="57106"/>
</Entity>
<Entity uid="17639">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1158.85804" z="879.54267"/>
<Orientation y="2.35621"/>
<Actor seed="60780"/>
</Entity>
<Entity uid="17640">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1149.70582" z="846.8418"/>
<Orientation y="2.35622"/>
<Actor seed="35156"/>
</Entity>
<Entity uid="17641">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1150.88001" z="858.60926"/>
<Orientation y="2.35622"/>
<Actor seed="35156"/>
</Entity>
<Entity uid="17642">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1150.41468" z="856.69599"/>
<Orientation y="2.35621"/>
<Actor seed="46504"/>
</Entity>
<Entity uid="17643">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1151.235" z="861.44062"/>
<Orientation y="2.35621"/>
<Actor seed="61334"/>
</Entity>
<Entity uid="17644">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1149.72474" z="859.20325"/>
<Orientation y="2.35621"/>
<Actor seed="21272"/>
</Entity>
<Entity uid="17645">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1149.90857" z="861.96088"/>
<Orientation y="2.35621"/>
<Actor seed="14492"/>
</Entity>
<Entity uid="17646">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1147.18104" z="859.76532"/>
<Orientation y="2.35621"/>
<Actor seed="59660"/>
</Entity>
<Entity uid="17647">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1148.64808" z="858.02906"/>
<Orientation y="2.35621"/>
<Actor seed="78"/>
</Entity>
<Entity uid="17648">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.04456" z="864.03663"/>
<Orientation y="2.35621"/>
<Actor seed="15658"/>
</Entity>
<Entity uid="17649">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1151.18018" z="866.08283"/>
<Orientation y="2.35621"/>
<Actor seed="35208"/>
</Entity>
<Entity uid="17650">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1150.80201" z="872.78968"/>
<Orientation y="2.35621"/>
<Actor seed="31486"/>
</Entity>
<Entity uid="17651">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1150.2162" z="871.14655"/>
<Orientation y="2.35621"/>
<Actor seed="1232"/>
</Entity>
<Entity uid="17652">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1152.98597" z="879.87641"/>
<Orientation y="2.35621"/>
<Actor seed="10018"/>
</Entity>
<Entity uid="17653">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1156.72388" z="876.8376"/>
<Orientation y="2.35621"/>
<Actor seed="29108"/>
</Entity>
<Entity uid="17654">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1153.724" z="891.86518"/>
<Orientation y="2.35621"/>
<Actor seed="44366"/>
</Entity>
<Entity uid="17655">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1153.51783" z="883.67194"/>
<Orientation y="2.35621"/>
<Actor seed="13562"/>
</Entity>
<Entity uid="17656">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1155.18274" z="880.51404"/>
<Orientation y="2.35621"/>
<Actor seed="42676"/>
</Entity>
<Entity uid="17657">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1152.76575" z="873.24402"/>
<Orientation y="2.35621"/>
<Actor seed="4778"/>
</Entity>
<Entity uid="17658">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1155.88563" z="874.15107"/>
<Orientation y="2.35621"/>
<Actor seed="31040"/>
</Entity>
<Entity uid="17659">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1151.39112" z="860.31855"/>
<Orientation y="2.35621"/>
<Actor seed="64622"/>
</Entity>
<Entity uid="17660">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1152.38184" z="857.83857"/>
<Orientation y="2.35621"/>
<Actor seed="43762"/>
</Entity>
<Entity uid="17661">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1149.33301" z="856.77436"/>
<Orientation y="2.35621"/>
<Actor seed="24742"/>
</Entity>
<Entity uid="17662">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1147.41749" z="845.48285"/>
<Orientation y="2.35621"/>
<Actor seed="16298"/>
</Entity>
<Entity uid="17663">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1150.3871" z="844.86207"/>
<Orientation y="2.35621"/>
<Actor seed="22170"/>
</Entity>
<Entity uid="17664">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1150.48975" z="847.75147"/>
<Orientation y="2.35621"/>
<Actor seed="22712"/>
</Entity>
<Entity uid="17665">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1146.99146" z="834.0431"/>
<Orientation y="2.35621"/>
<Actor seed="54518"/>
</Entity>
<Entity uid="17666">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1150.84644" z="821.18537"/>
<Orientation y="2.35621"/>
<Actor seed="21084"/>
</Entity>
<Entity uid="17667">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1164.21644" z="806.72156"/>
<Orientation y="2.35621"/>
<Actor seed="24500"/>
</Entity>
<Entity uid="17668">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1154.95533" z="831.05317"/>
<Orientation y="2.35621"/>
<Actor seed="27048"/>
</Entity>
<Entity uid="17669">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1166.88221" z="880.25806"/>
<Orientation y="2.35621"/>
<Actor seed="10182"/>
</Entity>
<Entity uid="17670">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1171.43555" z="848.8755"/>
<Orientation y="2.35621"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17671">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1173.28663" z="842.12311"/>
<Orientation y="2.35621"/>
<Actor seed="51844"/>
</Entity>
<Entity uid="17672">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1166.55604" z="812.97016"/>
<Orientation y="2.35621"/>
<Actor seed="46532"/>
</Entity>
<Entity uid="17673">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1167.66028" z="841.21302"/>
<Orientation y="3.0099"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17674">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1164.31312" z="817.71857"/>
<Orientation y="0.75721"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17675">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1188.94715" z="881.50165"/>
<Orientation y="2.47555"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17676">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1205.91138" z="841.58094"/>
<Orientation y="2.35622"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17677">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1206.6277" z="847.66816"/>
<Orientation y="3.33857"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17678">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1166.82667" z="798.92798"/>
<Orientation y="2.35622"/>
<Actor seed="32008"/>
</Entity>
<Entity uid="17679">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1202.81507" z="836.13404"/>
<Orientation y="2.35622"/>
<Actor seed="51844"/>
</Entity>
<Entity uid="17680">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1205.58765" z="836.41547"/>
<Orientation y="-1.99178"/>
<Actor seed="51844"/>
</Entity>
<Entity uid="17681">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1203.85181" z="832.99842"/>
<Orientation y="1.59449"/>
<Actor seed="51844"/>
</Entity>
<Entity uid="17682">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1161.61402" z="471.55127"/>
<Orientation y="2.35621"/>
<Actor seed="10086"/>
</Entity>
<Entity uid="17683">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1158.04456" z="468.79963"/>
<Orientation y="2.35621"/>
<Actor seed="51288"/>
</Entity>
<Entity uid="17684">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1155.54432" z="470.78196"/>
<Orientation y="2.35621"/>
<Actor seed="16004"/>
</Entity>
<Entity uid="17685">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1132.35022" z="502.61588"/>
<Orientation y="2.35621"/>
<Actor seed="53474"/>
</Entity>
<Entity uid="17686">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1128.72156" z="515.54615"/>
<Orientation y="2.35621"/>
<Actor seed="47996"/>
</Entity>
<Entity uid="17687">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1128.2732" z="517.76545"/>
<Orientation y="2.35621"/>
<Actor seed="5496"/>
</Entity>
<Entity uid="17688">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1118.81421" z="538.9709"/>
<Orientation y="2.35621"/>
<Actor seed="15750"/>
</Entity>
<Entity uid="17689">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1119.52527" z="540.1136"/>
<Orientation y="2.35621"/>
<Actor seed="6450"/>
</Entity>
<Entity uid="17690">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1120.72901" z="540.784"/>
<Orientation y="2.35621"/>
<Actor seed="10510"/>
</Entity>
<Entity uid="17691">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1121.17676" z="546.92334"/>
<Orientation y="2.35621"/>
<Actor seed="46512"/>
</Entity>
<Entity uid="17692">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1115.89832" z="551.0879"/>
<Orientation y="2.35621"/>
<Actor seed="27792"/>
</Entity>
<Entity uid="17693">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1151.69385" z="465.51536"/>
<Orientation y="2.35621"/>
<Actor seed="64908"/>
</Entity>
<Entity uid="17694">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1151.3235" z="470.34855"/>
<Orientation y="2.35621"/>
<Actor seed="17956"/>
</Entity>
<Entity uid="17695">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1163.68409" z="468.65485"/>
<Orientation y="2.35621"/>
<Actor seed="57340"/>
</Entity>
<Entity uid="17696">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1073.5088" z="543.5113"/>
<Orientation y="2.35621"/>
<Actor seed="43902"/>
</Entity>
<Entity uid="17697">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1098.54969" z="506.6521"/>
<Orientation y="2.35621"/>
<Actor seed="51750"/>
</Entity>
<Entity uid="17698">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1096.32361" z="506.97428"/>
<Orientation y="2.35621"/>
<Actor seed="31618"/>
</Entity>
<Entity uid="17699">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1098.13575" z="508.7194"/>
<Orientation y="2.35621"/>
<Actor seed="3282"/>
</Entity>
<Entity uid="17700">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1095.00684" z="983.69129"/>
<Orientation y="2.35621"/>
<Actor seed="18344"/>
</Entity>
<Entity uid="17701">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1088.35389" z="980.63178"/>
<Orientation y="2.35621"/>
<Actor seed="26284"/>
</Entity>
<Entity uid="17703">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1087.36756" z="973.34974"/>
<Orientation y="3.08526"/>
<Actor seed="5144"/>
</Entity>
<Entity uid="17704">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1083.19239" z="964.37018"/>
<Orientation y="2.35621"/>
<Actor seed="49800"/>
</Entity>
<Entity uid="17705">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1083.6659" z="954.00886"/>
<Orientation y="2.35621"/>
<Actor seed="54818"/>
</Entity>
<Entity uid="17707">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1078.66688" z="942.6637"/>
<Orientation y="2.35621"/>
<Actor seed="31828"/>
</Entity>
<Entity uid="17708">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1099.59998" z="994.94782"/>
<Orientation y="2.35621"/>
<Actor seed="46338"/>
</Entity>
<Entity uid="17709">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1074.8346" z="931.48371"/>
<Orientation y="4.27009"/>
<Actor seed="44978"/>
</Entity>
<Entity uid="17710">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1076.96692" z="916.07197"/>
<Orientation y="2.65937"/>
<Actor seed="60238"/>
</Entity>
<Entity uid="17712">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1065.29004" z="869.42078"/>
<Orientation y="2.35621"/>
<Actor seed="52448"/>
</Entity>
<Entity uid="17715">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1068.745" z="847.43445"/>
<Orientation y="2.35621"/>
<Actor seed="39174"/>
</Entity>
<Entity uid="17716">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1065.80323" z="856.6167"/>
<Orientation y="2.35621"/>
<Actor seed="44248"/>
</Entity>
<Entity uid="17720">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1080.2107" z="948.96082"/>
<Orientation y="1.94591"/>
<Actor seed="32534"/>
</Entity>
<Entity uid="17727">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1092.14344" z="991.47095"/>
<Orientation y="2.35621"/>
<Actor seed="62552"/>
</Entity>
<Entity uid="17730">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1085.41871" z="967.57575"/>
<Orientation y="2.35621"/>
<Actor seed="49648"/>
</Entity>
<Entity uid="17734">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1073.71436" z="925.9214"/>
<Orientation y="2.35621"/>
<Actor seed="13988"/>
</Entity>
<Entity uid="17736">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1072.47608" z="903.16138"/>
<Orientation y="2.52454"/>
<Actor seed="4138"/>
</Entity>
<Entity uid="17739">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1073.38941" z="909.80036"/>
<Orientation y="1.53986"/>
<Actor seed="3608"/>
</Entity>
<Entity uid="17750">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1067.88099" z="861.37262"/>
<Orientation y="2.6625"/>
<Actor seed="23896"/>
</Entity>
<Entity uid="17751">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1074.01124" z="851.11811"/>
<Orientation y="2.35621"/>
<Actor seed="24008"/>
</Entity>
<Entity uid="17752">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1075.95777" z="958.73584"/>
<Orientation y="2.35621"/>
<Actor seed="36006"/>
</Entity>
<Entity uid="17753">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1088.823" z="983.65326"/>
<Orientation y="2.35621"/>
<Actor seed="60354"/>
</Entity>
<Entity uid="17754">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1084.07264" z="971.10822"/>
<Orientation y="2.35621"/>
<Actor seed="8766"/>
</Entity>
<Entity uid="17755">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1061.62525" z="853.24903"/>
<Orientation y="2.35621"/>
<Actor seed="25920"/>
</Entity>
<Entity uid="17756">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1061.33204" z="843.13624"/>
<Orientation y="2.35621"/>
<Actor seed="49984"/>
</Entity>
<Entity uid="17757">
<Template>gaia/flora_tree_carob</Template>
<Player>0</Player>
<Position x="1059.9629" z="875.51252"/>
<Orientation y="2.35621"/>
<Actor seed="9482"/>
</Entity>
<Entity uid="17758">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.16968" z="844.0782"/>
<Orientation y="2.35621"/>
<Actor seed="56390"/>
</Entity>
<Entity uid="17759">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1073.91041" z="846.64527"/>
<Orientation y="2.35621"/>
<Actor seed="40832"/>
</Entity>
<Entity uid="17760">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.92835" z="849.2798"/>
<Orientation y="2.35621"/>
<Actor seed="7222"/>
</Entity>
<Entity uid="17761">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1073.64661" z="855.46015"/>
<Orientation y="2.35621"/>
<Actor seed="16592"/>
</Entity>
<Entity uid="17762">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1071.60193" z="858.7173"/>
<Orientation y="2.35621"/>
<Actor seed="47412"/>
</Entity>
<Entity uid="17763">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1071.88392" z="863.06611"/>
<Orientation y="2.35621"/>
<Actor seed="64080"/>
</Entity>
<Entity uid="17764">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1072.37" z="865.99683"/>
<Orientation y="1.53559"/>
<Actor seed="41338"/>
</Entity>
<Entity uid="17765">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1074.41382" z="868.70875"/>
<Orientation y="2.35621"/>
<Actor seed="45152"/>
</Entity>
<Entity uid="17766">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1076.79407" z="856.45118"/>
<Orientation y="2.35621"/>
<Actor seed="10982"/>
</Entity>
<Entity uid="17767">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.60303" z="858.25959"/>
<Orientation y="2.35621"/>
<Actor seed="10374"/>
</Entity>
<Entity uid="17768">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.07105" z="858.98707"/>
<Orientation y="2.35621"/>
<Actor seed="16252"/>
</Entity>
<Entity uid="17769">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1074.41541" z="861.67902"/>
<Orientation y="2.35621"/>
<Actor seed="17656"/>
</Entity>
<Entity uid="17770">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1069.61915" z="856.42292"/>
<Orientation y="2.35621"/>
<Actor seed="26562"/>
</Entity>
<Entity uid="17771">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1068.59778" z="862.45777"/>
<Orientation y="2.35621"/>
<Actor seed="44684"/>
</Entity>
<Entity uid="17772">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1071.32386" z="899.96204"/>
<Orientation y="2.35621"/>
<Actor seed="29198"/>
</Entity>
<Entity uid="17773">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1073.35767" z="898.06208"/>
<Orientation y="2.35621"/>
<Actor seed="61378"/>
</Entity>
<Entity uid="17774">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.20606" z="897.03754"/>
<Orientation y="2.35621"/>
<Actor seed="61022"/>
</Entity>
<Entity uid="17775">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.66443" z="896.91956"/>
<Orientation y="2.35621"/>
<Actor seed="39494"/>
</Entity>
<Entity uid="17776">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.39747" z="900.9231"/>
<Orientation y="2.35621"/>
<Actor seed="62134"/>
</Entity>
<Entity uid="17777">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.9961" z="900.6933"/>
<Orientation y="2.25965"/>
<Actor seed="23248"/>
</Entity>
<Entity uid="17778">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.76429" z="915.91425"/>
<Orientation y="2.35621"/>
<Actor seed="48298"/>
</Entity>
<Entity uid="17779">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1080.26026" z="915.99262"/>
<Orientation y="2.35621"/>
<Actor seed="32134"/>
</Entity>
<Entity uid="17780">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.06885" z="916.38947"/>
<Orientation y="2.74703"/>
<Actor seed="59668"/>
</Entity>
<Entity uid="17781">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.33851" z="918.16071"/>
<Orientation y="2.35621"/>
<Actor seed="63454"/>
</Entity>
<Entity uid="17782">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.45936" z="918.7934"/>
<Orientation y="2.35621"/>
<Actor seed="17298"/>
</Entity>
<Entity uid="17783">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.56592" z="911.31086"/>
<Orientation y="3.1693"/>
<Actor seed="13088"/>
</Entity>
<Entity uid="17784">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1080.34742" z="921.0774"/>
<Orientation y="2.35621"/>
<Actor seed="48078"/>
</Entity>
<Entity uid="17785">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.74537" z="922.79798"/>
<Orientation y="3.16619"/>
<Actor seed="11670"/>
</Entity>
<Entity uid="17786">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1076.61158" z="922.63349"/>
<Orientation y="2.5971"/>
<Actor seed="65326"/>
</Entity>
<Entity uid="17787">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.1709" z="926.92267"/>
<Orientation y="2.35621"/>
<Actor seed="46702"/>
</Entity>
<Entity uid="17788">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.41688" z="929.07032"/>
<Orientation y="2.35621"/>
<Actor seed="43510"/>
</Entity>
<Entity uid="17789">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1074.2494" z="922.43531"/>
<Orientation y="2.35621"/>
<Actor seed="11108"/>
</Entity>
<Entity uid="17790">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1073.41749" z="920.5572"/>
<Orientation y="2.35621"/>
<Actor seed="7016"/>
</Entity>
<Entity uid="17791">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1080.68152" z="932.90192"/>
<Orientation y="2.35621"/>
<Actor seed="54616"/>
</Entity>
<Entity uid="17792">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1083.92566" z="932.472"/>
<Orientation y="2.35621"/>
<Actor seed="54518"/>
</Entity>
<Entity uid="17793">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.78101" z="935.54493"/>
<Orientation y="2.35621"/>
<Actor seed="27570"/>
</Entity>
<Entity uid="17794">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.62183" z="939.53412"/>
<Orientation y="2.35621"/>
<Actor seed="3358"/>
</Entity>
<Entity uid="17795">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.4148" z="941.417"/>
<Orientation y="2.35621"/>
<Actor seed="1244"/>
</Entity>
<Entity uid="17796">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1102.96375" z="997.25"/>
<Orientation y="2.35621"/>
<Actor seed="58096"/>
</Entity>
<Entity uid="17797">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1102.18104" z="995.1413"/>
<Orientation y="2.35621"/>
<Actor seed="27826"/>
</Entity>
<Entity uid="17798">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1098.66846" z="985.98188"/>
<Orientation y="1.83107"/>
<Actor seed="34772"/>
</Entity>
<Entity uid="17799">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1103.28638" z="986.3017"/>
<Orientation y="2.35621"/>
<Actor seed="8216"/>
</Entity>
<Entity uid="17800">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1105.39307" z="987.81458"/>
<Orientation y="2.35621"/>
<Actor seed="57772"/>
</Entity>
<Entity uid="17801">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1105.38892" z="991.77887"/>
<Orientation y="2.35621"/>
<Actor seed="42926"/>
</Entity>
<Entity uid="17802">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1098.1609" z="984.22333"/>
<Orientation y="2.35621"/>
<Actor seed="47056"/>
</Entity>
<Entity uid="17803">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1101.03296" z="983.9936"/>
<Orientation y="2.0982"/>
<Actor seed="22992"/>
</Entity>
<Entity uid="17804">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1095.6421" z="986.58014"/>
<Orientation y="2.35621"/>
<Actor seed="37374"/>
</Entity>
<Entity uid="17805">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1093.214" z="986.86664"/>
<Orientation y="2.35621"/>
<Actor seed="20168"/>
</Entity>
<Entity uid="17806">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1090.95044" z="985.48102"/>
<Orientation y="2.35621"/>
<Actor seed="10446"/>
</Entity>
<Entity uid="17807">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1091.90943" z="981.1927"/>
<Orientation y="2.35621"/>
<Actor seed="10358"/>
</Entity>
<Entity uid="17808">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1094.38062" z="979.15809"/>
<Orientation y="2.35621"/>
<Actor seed="50096"/>
</Entity>
<Entity uid="17809">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1097.09498" z="981.32776"/>
<Orientation y="1.91987"/>
<Actor seed="55620"/>
</Entity>
<Entity uid="17810">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1099.07923" z="981.97297"/>
<Orientation y="3.29453"/>
<Actor seed="16670"/>
</Entity>
<Entity uid="17811">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1091.80347" z="976.5672"/>
<Orientation y="2.35621"/>
<Actor seed="29874"/>
</Entity>
<Entity uid="17812">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.13721" z="958.89332"/>
<Orientation y="2.35621"/>
<Actor seed="59882"/>
</Entity>
<Entity uid="17813">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.70142" z="958.73041"/>
<Orientation y="2.35621"/>
<Actor seed="58960"/>
</Entity>
<Entity uid="17814">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1085.26551" z="959.2063"/>
<Orientation y="2.35621"/>
<Actor seed="47446"/>
</Entity>
<Entity uid="17815">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1085.81104" z="960.2287"/>
<Orientation y="2.35621"/>
<Actor seed="53870"/>
</Entity>
<Entity uid="17816">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1087.38697" z="958.26636"/>
<Orientation y="2.35621"/>
<Actor seed="36882"/>
</Entity>
<Entity uid="17817">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1088.1985" z="956.08088"/>
<Orientation y="2.35621"/>
<Actor seed="32336"/>
</Entity>
<Entity uid="17818">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1090.2118" z="956.49708"/>
<Orientation y="2.35621"/>
<Actor seed="63600"/>
</Entity>
<Entity uid="17819">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1094.7223" z="955.72693"/>
<Orientation y="3.17554"/>
<Actor seed="3156"/>
</Entity>
<Entity uid="17820">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1098.39747" z="954.2107"/>
<Orientation y="3.1271"/>
<Actor seed="55104"/>
</Entity>
<Entity uid="17821">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1088.76587" z="961.15436"/>
<Orientation y="2.35621"/>
<Actor seed="15006"/>
</Entity>
<Entity uid="17822">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1089.36573" z="964.1449"/>
<Orientation y="2.35621"/>
<Actor seed="48248"/>
</Entity>
<Entity uid="17823">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1092.73304" z="965.3877"/>
<Orientation y="2.35621"/>
<Actor seed="51682"/>
</Entity>
<Entity uid="17824">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1095.235" z="966.00843"/>
<Orientation y="2.35621"/>
<Actor seed="42016"/>
</Entity>
<Entity uid="17825">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1098.88086" z="966.23304"/>
<Orientation y="1.9102"/>
<Actor seed="23514"/>
</Entity>
<Entity uid="17826">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1100.59607" z="965.03315"/>
<Orientation y="2.12377"/>
<Actor seed="63412"/>
</Entity>
<Entity uid="17827">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1091.94935" z="961.84662"/>
<Orientation y="1.81588"/>
<Actor seed="38892"/>
</Entity>
<Entity uid="17828">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1096.13318" z="961.05353"/>
<Orientation y="2.35621"/>
<Actor seed="42328"/>
</Entity>
<Entity uid="17829">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1094.06434" z="963.27466"/>
<Orientation y="2.86643"/>
<Actor seed="22188"/>
</Entity>
<Entity uid="17830">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1092.2693" z="957.65143"/>
<Orientation y="2.35621"/>
<Actor seed="19012"/>
</Entity>
<Entity uid="17831">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1097.5829" z="962.66211"/>
<Orientation y="3.4018"/>
<Actor seed="7074"/>
</Entity>
<Entity uid="17832">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1100.11158" z="976.47034"/>
<Orientation y="2.35621"/>
<Actor seed="55928"/>
</Entity>
<Entity uid="17833">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1101.60572" z="975.6861"/>
<Orientation y="3.68125"/>
<Actor seed="57104"/>
</Entity>
<Entity uid="17834">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1096.19166" z="975.95313"/>
<Orientation y="2.35621"/>
<Actor seed="92"/>
</Entity>
<Entity uid="17835">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1100.96839" z="967.29029"/>
<Orientation y="2.35621"/>
<Actor seed="47132"/>
</Entity>
<Entity uid="17836">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1104.1792" z="976.25763"/>
<Orientation y="0.34337"/>
<Actor seed="50004"/>
</Entity>
<Entity uid="17837">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1101.40491" z="980.21521"/>
<Orientation y="2.35621"/>
<Actor seed="64028"/>
</Entity>
<Entity uid="17838">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1076.38904" z="894.11994"/>
<Orientation y="2.35621"/>
<Actor seed="64724"/>
</Entity>
<Entity uid="17839">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1074.61036" z="872.09583"/>
<Orientation y="2.35621"/>
<Actor seed="28256"/>
</Entity>
<Entity uid="17840">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.44202" z="868.7085"/>
<Orientation y="2.35621"/>
<Actor seed="57340"/>
</Entity>
<Entity uid="17841">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.61231" z="865.96808"/>
<Orientation y="2.35621"/>
<Actor seed="7752"/>
</Entity>
<Entity uid="17842">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1071.30347" z="863.96839"/>
<Orientation y="2.35621"/>
<Actor seed="16362"/>
</Entity>
<Entity uid="17843">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1073.4126" z="857.82007"/>
<Orientation y="2.35621"/>
<Actor seed="43288"/>
</Entity>
<Entity uid="17844">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1071.05787" z="861.00855"/>
<Orientation y="2.35621"/>
<Actor seed="59958"/>
</Entity>
<Entity uid="17845">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1073.32813" z="860.4712"/>
<Orientation y="2.35621"/>
<Actor seed="64840"/>
</Entity>
<Entity uid="17846">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1072.27027" z="854.18134"/>
<Orientation y="2.35621"/>
<Actor seed="56248"/>
</Entity>
<Entity uid="17847">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1081.2616" z="897.14155"/>
<Orientation y="2.35621"/>
<Actor seed="43224"/>
</Entity>
<Entity uid="17848">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1075.95289" z="899.04969"/>
<Orientation y="2.35621"/>
<Actor seed="31230"/>
</Entity>
<Entity uid="17849">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1078.6836" z="916.12262"/>
<Orientation y="2.84522"/>
<Actor seed="34648"/>
</Entity>
<Entity uid="17850">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1082.78577" z="913.58875"/>
<Orientation y="2.9419"/>
<Actor seed="56778"/>
</Entity>
<Entity uid="17851">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1078.53882" z="919.21235"/>
<Orientation y="2.35621"/>
<Actor seed="56406"/>
</Entity>
<Entity uid="17852">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1098.85596" z="956.41248"/>
<Orientation y="2.35621"/>
<Actor seed="58096"/>
</Entity>
<Entity uid="17853">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1095.84961" z="956.83136"/>
<Orientation y="2.35621"/>
<Actor seed="12488"/>
</Entity>
<Entity uid="17854">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1098.30066" z="950.90491"/>
<Orientation y="2.35621"/>
<Actor seed="26928"/>
</Entity>
<Entity uid="17855">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1094.67286" z="953.65003"/>
<Orientation y="2.35621"/>
<Actor seed="1408"/>
</Entity>
<Entity uid="17856">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1093.08033" z="950.54389"/>
<Orientation y="2.35621"/>
<Actor seed="56796"/>
</Entity>
<Entity uid="17857">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1094.21424" z="948.57416"/>
<Orientation y="2.35621"/>
<Actor seed="21312"/>
</Entity>
<Entity uid="17858">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1080.55408" z="935.4134"/>
<Orientation y="2.35621"/>
<Actor seed="25744"/>
</Entity>
<Entity uid="17859">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1084.26612" z="938.5771"/>
<Orientation y="2.35621"/>
<Actor seed="5508"/>
</Entity>
<Entity uid="17860">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1091.32483" z="963.98292"/>
<Orientation y="2.35621"/>
<Actor seed="10208"/>
</Entity>
<Entity uid="17861">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1090.91724" z="959.40784"/>
<Orientation y="2.35621"/>
<Actor seed="34186"/>
</Entity>
<Entity uid="17862">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1086.62134" z="955.14228"/>
<Orientation y="2.35621"/>
<Actor seed="8498"/>
</Entity>
<Entity uid="17863">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1082.46949" z="956.82142"/>
<Orientation y="2.35621"/>
<Actor seed="22448"/>
</Entity>
<Entity uid="17864">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1091.54297" z="980.54932"/>
<Orientation y="2.35621"/>
<Actor seed="41390"/>
</Entity>
<Entity uid="17865">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1097.36072" z="979.93818"/>
<Orientation y="2.35621"/>
<Actor seed="23988"/>
</Entity>
<Entity uid="17866">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1096.47632" z="978.45069"/>
<Orientation y="2.35621"/>
<Actor seed="46208"/>
</Entity>
<Entity uid="17867">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1096.61084" z="966.54322"/>
<Orientation y="2.35621"/>
<Actor seed="34016"/>
</Entity>
<Entity uid="17868">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1096.43445" z="963.5058"/>
<Orientation y="2.35621"/>
<Actor seed="46412"/>
</Entity>
<Entity uid="17869">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1092.28748" z="955.33655"/>
<Orientation y="4.25437"/>
<Actor seed="24514"/>
</Entity>
<Entity uid="17870">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1083.63257" z="933.63575"/>
<Orientation y="2.35621"/>
<Actor seed="52244"/>
</Entity>
<Entity uid="17871">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1075.30396" z="845.69764"/>
<Orientation y="2.35621"/>
<Actor seed="2666"/>
</Entity>
<Entity uid="17872">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1080.42444" z="859.42054"/>
<Orientation y="2.35621"/>
<Actor seed="206"/>
</Entity>
<Entity uid="17873">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1077.82874" z="859.04163"/>
<Orientation y="2.35621"/>
<Actor seed="17472"/>
</Entity>
<Entity uid="17874">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1079.81141" z="868.04163"/>
<Orientation y="2.35621"/>
<Actor seed="14194"/>
</Entity>
<Entity uid="17875">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1076.4485" z="869.05787"/>
<Orientation y="3.12775"/>
<Actor seed="4382"/>
</Entity>
<Entity uid="17876">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1071.91285" z="868.44642"/>
<Orientation y="2.35621"/>
<Actor seed="9908"/>
</Entity>
<Entity uid="17877">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1069.55079" z="865.49506"/>
<Orientation y="2.35621"/>
<Actor seed="18706"/>
</Entity>
<Entity uid="17878">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.71143" z="858.32258"/>
<Orientation y="2.35621"/>
<Actor seed="22516"/>
</Entity>
<Entity uid="17879">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1075.01233" z="861.05994"/>
<Orientation y="2.35621"/>
<Actor seed="27440"/>
</Entity>
<Entity uid="17880">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.17713" z="864.36762"/>
<Orientation y="2.35621"/>
<Actor seed="3126"/>
</Entity>
<Entity uid="17881">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1070.3318" z="861.27967"/>
<Orientation y="2.35621"/>
<Actor seed="18912"/>
</Entity>
<Entity uid="17882">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1070.7306" z="857.75965"/>
<Orientation y="2.35621"/>
<Actor seed="39948"/>
</Entity>
<Entity uid="17883">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1071.97193" z="851.71943"/>
<Orientation y="2.35621"/>
<Actor seed="48102"/>
</Entity>
<Entity uid="17884">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.78797" z="897.33161"/>
<Orientation y="2.35621"/>
<Actor seed="61864"/>
</Entity>
<Entity uid="17885">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.86365" z="895.28882"/>
<Orientation y="2.35621"/>
<Actor seed="34640"/>
</Entity>
<Entity uid="17886">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1081.3877" z="895.94477"/>
<Orientation y="2.35621"/>
<Actor seed="48362"/>
</Entity>
<Entity uid="17887">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1082.12452" z="899.04865"/>
<Orientation y="2.35621"/>
<Actor seed="58948"/>
</Entity>
<Entity uid="17888">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1079.27125" z="899.77479"/>
<Orientation y="2.35621"/>
<Actor seed="33304"/>
</Entity>
<Entity uid="17889">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1076.34986" z="904.1955"/>
<Orientation y="2.35621"/>
<Actor seed="33754"/>
</Entity>
<Entity uid="17890">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1074.0818" z="904.05976"/>
<Orientation y="2.35621"/>
<Actor seed="10304"/>
</Entity>
<Entity uid="17891">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1084.12781" z="910.71576"/>
<Orientation y="2.35621"/>
<Actor seed="16862"/>
</Entity>
<Entity uid="17892">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1083.99061" z="914.21387"/>
<Orientation y="2.35621"/>
<Actor seed="21744"/>
</Entity>
<Entity uid="17893">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1081.93226" z="917.31897"/>
<Orientation y="2.35621"/>
<Actor seed="7898"/>
</Entity>
<Entity uid="17894">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1081.55298" z="918.98151"/>
<Orientation y="1.82398"/>
<Actor seed="53028"/>
</Entity>
<Entity uid="17895">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1084.62134" z="922.90003"/>
<Orientation y="2.35621"/>
<Actor seed="52758"/>
</Entity>
<Entity uid="17896">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1082.43543" z="920.9137"/>
<Orientation y="2.35621"/>
<Actor seed="29736"/>
</Entity>
<Entity uid="17897">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1080.25391" z="910.52234"/>
<Orientation y="2.35621"/>
<Actor seed="41486"/>
</Entity>
<Entity uid="17898">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.2118" z="913.77118"/>
<Orientation y="2.35621"/>
<Actor seed="7538"/>
</Entity>
<Entity uid="17899">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.3534" z="914.12678"/>
<Orientation y="2.35621"/>
<Actor seed="60396"/>
</Entity>
<Entity uid="17900">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1079.52796" z="919.41956"/>
<Orientation y="2.35621"/>
<Actor seed="20198"/>
</Entity>
<Entity uid="17901">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.63306" z="921.43067"/>
<Orientation y="2.35621"/>
<Actor seed="35236"/>
</Entity>
<Entity uid="17902">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.09424" z="929.01063"/>
<Orientation y="2.35621"/>
<Actor seed="49602"/>
</Entity>
<Entity uid="17903">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1082.17225" z="933.33521"/>
<Orientation y="2.35621"/>
<Actor seed="42556"/>
</Entity>
<Entity uid="17904">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.59888" z="932.68433"/>
<Orientation y="2.35621"/>
<Actor seed="166"/>
</Entity>
<Entity uid="17905">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.13135" z="937.35724"/>
<Orientation y="2.35621"/>
<Actor seed="20162"/>
</Entity>
<Entity uid="17906">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1075.29981" z="937.18104"/>
<Orientation y="2.35621"/>
<Actor seed="28104"/>
</Entity>
<Entity uid="17907">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1083.58509" z="942.65406"/>
<Orientation y="2.35621"/>
<Actor seed="4246"/>
</Entity>
<Entity uid="17908">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1084.26355" z="936.22168"/>
<Orientation y="2.35621"/>
<Actor seed="21738"/>
</Entity>
<Entity uid="17909">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1099.54029" z="950.01728"/>
<Orientation y="2.35621"/>
<Actor seed="64650"/>
</Entity>
<Entity uid="17910">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1099.77527" z="951.26307"/>
<Orientation y="3.09553"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="17911">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1100.73792" z="954.2613"/>
<Orientation y="2.35621"/>
<Actor seed="50292"/>
</Entity>
<Entity uid="17912">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1096.62855" z="958.9933"/>
<Orientation y="2.67406"/>
<Actor seed="28504"/>
</Entity>
<Entity uid="17913">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1094.21094" z="958.12806"/>
<Orientation y="3.85764"/>
<Actor seed="55208"/>
</Entity>
<Entity uid="17914">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1092.92957" z="961.66083"/>
<Orientation y="2.35621"/>
<Actor seed="49454"/>
</Entity>
<Entity uid="17915">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1099.14466" z="963.44141"/>
<Orientation y="2.9641"/>
<Actor seed="1296"/>
</Entity>
<Entity uid="17916">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1102.20496" z="965.02723"/>
<Orientation y="2.35621"/>
<Actor seed="32870"/>
</Entity>
<Entity uid="17917">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1100.90906" z="967.91956"/>
<Orientation y="1.30349"/>
<Actor seed="57426"/>
</Entity>
<Entity uid="17918">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1097.24854" z="968.54938"/>
<Orientation y="2.35621"/>
<Actor seed="54828"/>
</Entity>
<Entity uid="17919">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1093.83838" z="968.0016"/>
<Orientation y="2.35621"/>
<Actor seed="37286"/>
</Entity>
<Entity uid="17920">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1086.50245" z="952.61475"/>
<Orientation y="2.35621"/>
<Actor seed="28294"/>
</Entity>
<Entity uid="17921">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1089.69935" z="954.51233"/>
<Orientation y="2.35621"/>
<Actor seed="30424"/>
</Entity>
<Entity uid="17922">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1090.50281" z="952.18122"/>
<Orientation y="2.35621"/>
<Actor seed="39520"/>
</Entity>
<Entity uid="17923">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1092.30164" z="953.22638"/>
<Orientation y="2.35621"/>
<Actor seed="44598"/>
</Entity>
<Entity uid="17924">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1092.0409" z="949.92603"/>
<Orientation y="2.35621"/>
<Actor seed="56266"/>
</Entity>
<Entity uid="17925">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1090.68335" z="942.08881"/>
<Orientation y="2.35621"/>
<Actor seed="60072"/>
</Entity>
<Entity uid="17926">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1096.21302" z="948.13855"/>
<Orientation y="2.35621"/>
<Actor seed="65188"/>
</Entity>
<Entity uid="17927">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1094.65784" z="951.17652"/>
<Orientation y="2.35621"/>
<Actor seed="27356"/>
</Entity>
<Entity uid="17928">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1101.36561" z="977.42939"/>
<Orientation y="2.35621"/>
<Actor seed="28684"/>
</Entity>
<Entity uid="17929">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1104.75147" z="979.16834"/>
<Orientation y="2.89081"/>
<Actor seed="15314"/>
</Entity>
<Entity uid="17930">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1106.47718" z="978.60114"/>
<Orientation y="3.37096"/>
<Actor seed="39898"/>
</Entity>
<Entity uid="17931">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1105.80042" z="975.5453"/>
<Orientation y="2.02858"/>
<Actor seed="45448"/>
</Entity>
<Entity uid="17932">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1103.16419" z="973.64863"/>
<Orientation y="3.12491"/>
<Actor seed="53138"/>
</Entity>
<Entity uid="17933">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1101.60865" z="972.38373"/>
<Orientation y="2.35621"/>
<Actor seed="55070"/>
</Entity>
<Entity uid="17934">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1097.43738" z="974.93451"/>
<Orientation y="2.35621"/>
<Actor seed="40670"/>
</Entity>
<Entity uid="17935">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1095.71961" z="975.11823"/>
<Orientation y="2.35621"/>
<Actor seed="8784"/>
</Entity>
<Entity uid="17936">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1105.85267" z="989.46814"/>
<Orientation y="2.35621"/>
<Actor seed="9794"/>
</Entity>
<Entity uid="17937">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1106.54102" z="992.58228"/>
<Orientation y="2.35621"/>
<Actor seed="38016"/>
</Entity>
<Entity uid="17938">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1093.42151" z="977.27448"/>
<Orientation y="2.72973"/>
<Actor seed="60646"/>
</Entity>
<Entity uid="17939">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1092.11182" z="974.64106"/>
<Orientation y="2.35621"/>
<Actor seed="17968"/>
</Entity>
<Entity uid="17940">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1092.52442" z="966.33155"/>
<Orientation y="2.35621"/>
<Actor seed="44860"/>
</Entity>
<Entity uid="17941">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1096.07105" z="968.6822"/>
<Orientation y="2.35621"/>
<Actor seed="49202"/>
</Entity>
<Entity uid="17942">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1098.8761" z="964.54908"/>
<Orientation y="2.35621"/>
<Actor seed="10344"/>
</Entity>
<Entity uid="17943">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1100.60401" z="956.02295"/>
<Orientation y="2.35621"/>
<Actor seed="8286"/>
</Entity>
<Entity uid="17944">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1100.27784" z="958.19239"/>
<Orientation y="2.494"/>
<Actor seed="8462"/>
</Entity>
<Entity uid="17945">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1102.2505" z="957.1391"/>
<Orientation y="2.35621"/>
<Actor seed="30256"/>
</Entity>
<Entity uid="17946">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1088.04517" z="942.90076"/>
<Orientation y="2.35621"/>
<Actor seed="26196"/>
</Entity>
<Entity uid="17947">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1090.25806" z="942.73768"/>
<Orientation y="2.35621"/>
<Actor seed="6216"/>
</Entity>
<Entity uid="17948">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1095.9441" z="949.08362"/>
<Orientation y="2.35621"/>
<Actor seed="42262"/>
</Entity>
<Entity uid="17949">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1086.99244" z="937.18372"/>
<Orientation y="2.99852"/>
<Actor seed="9358"/>
</Entity>
<Entity uid="17950">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1086.58204" z="940.4043"/>
<Orientation y="2.38408"/>
<Actor seed="35552"/>
</Entity>
<Entity uid="17951">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1090.15796" z="952.3954"/>
<Orientation y="2.35621"/>
<Actor seed="9882"/>
</Entity>
<Entity uid="17952">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1095.28199" z="952.36786"/>
<Orientation y="2.35621"/>
<Actor seed="61618"/>
</Entity>
<Entity uid="17953">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1097.5962" z="966.67835"/>
<Orientation y="2.35621"/>
<Actor seed="7800"/>
</Entity>
<Entity uid="17954">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.50977" z="925.18262"/>
<Orientation y="2.17873"/>
<Actor seed="17768"/>
</Entity>
<Entity uid="17955">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1088.10132" z="933.7787"/>
<Orientation y="2.35621"/>
<Actor seed="17068"/>
</Entity>
<Entity uid="17956">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1083.44764" z="930.21723"/>
<Orientation y="2.35621"/>
<Actor seed="60416"/>
</Entity>
<Entity uid="17957">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.87903" z="934.85248"/>
<Orientation y="2.35621"/>
<Actor seed="42636"/>
</Entity>
<Entity uid="17958">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1089.78663" z="937.46375"/>
<Orientation y="2.35621"/>
<Actor seed="1450"/>
</Entity>
<Entity uid="17959">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1088.77381" z="939.93061"/>
<Orientation y="3.39782"/>
<Actor seed="42208"/>
</Entity>
<Entity uid="17960">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.43287" z="922.1352"/>
<Orientation y="2.35621"/>
<Actor seed="55016"/>
</Entity>
<Entity uid="17961">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.49012" z="918.19751"/>
<Orientation y="2.35621"/>
<Actor seed="49586"/>
</Entity>
<Entity uid="17962">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.90882" z="912.46052"/>
<Orientation y="3.32483"/>
<Actor seed="61204"/>
</Entity>
<Entity uid="17963">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.64979" z="910.36945"/>
<Orientation y="2.35621"/>
<Actor seed="52370"/>
</Entity>
<Entity uid="17964">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.72706" z="909.2754"/>
<Orientation y="2.35621"/>
<Actor seed="63114"/>
</Entity>
<Entity uid="17965">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.00647" z="901.98102"/>
<Orientation y="2.35621"/>
<Actor seed="55088"/>
</Entity>
<Entity uid="17966">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1083.97803" z="900.78296"/>
<Orientation y="2.35621"/>
<Actor seed="42988"/>
</Entity>
<Entity uid="17967">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.58924" z="896.85157"/>
<Orientation y="2.63965"/>
<Actor seed="45706"/>
</Entity>
<Entity uid="17968">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.89063" z="888.50025"/>
<Orientation y="2.35621"/>
<Actor seed="7582"/>
</Entity>
<Entity uid="17969">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.90625" z="891.93024"/>
<Orientation y="2.35621"/>
<Actor seed="46972"/>
</Entity>
<Entity uid="17970">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.58545" z="894.61872"/>
<Orientation y="2.35621"/>
<Actor seed="25850"/>
</Entity>
<Entity uid="17971">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.79603" z="891.51368"/>
<Orientation y="2.35621"/>
<Actor seed="17942"/>
</Entity>
<Entity uid="17972">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.23682" z="873.41028"/>
<Orientation y="2.35621"/>
<Actor seed="21858"/>
</Entity>
<Entity uid="17973">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.91138" z="873.5246"/>
<Orientation y="2.35621"/>
<Actor seed="16762"/>
</Entity>
<Entity uid="17974">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.39795" z="850.98139"/>
<Orientation y="2.35621"/>
<Actor seed="6570"/>
</Entity>
<Entity uid="17975">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.01954" z="858.71583"/>
<Orientation y="2.35621"/>
<Actor seed="31880"/>
</Entity>
<Entity uid="17976">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.92017" z="868.34534"/>
<Orientation y="2.35621"/>
<Actor seed="52992"/>
</Entity>
<Entity uid="17977">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.48975" z="898.82941"/>
<Orientation y="2.8053"/>
<Actor seed="11850"/>
</Entity>
<Entity uid="17978">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.24292" z="908.94751"/>
<Orientation y="2.77387"/>
<Actor seed="13504"/>
</Entity>
<Entity uid="17979">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1086.04993" z="925.47596"/>
<Orientation y="2.93694"/>
<Actor seed="47934"/>
</Entity>
<Entity uid="17980">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1087.91114" z="936.87702"/>
<Orientation y="3.67511"/>
<Actor seed="50552"/>
</Entity>
<Entity uid="17981">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1101.47657" z="976.10218"/>
<Orientation y="2.35621"/>
<Actor seed="2956"/>
</Entity>
<Entity uid="17982">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1103.28968" z="1000.04175"/>
<Orientation y="2.35621"/>
<Actor seed="53618"/>
</Entity>
<Entity uid="17983">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.83558" z="875.51362"/>
<Orientation y="2.35621"/>
<Actor seed="58418"/>
</Entity>
<Entity uid="17984">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.47742" z="855.02961"/>
<Orientation y="2.35621"/>
<Actor seed="30724"/>
</Entity>
<Entity uid="17985">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1077.45923" z="851.1424"/>
<Orientation y="2.35621"/>
<Actor seed="60466"/>
</Entity>
<Entity uid="17986">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1079.13587" z="850.93555"/>
<Orientation y="2.35621"/>
<Actor seed="58632"/>
</Entity>
<Entity uid="17987">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1082.30738" z="856.46698"/>
<Orientation y="2.35621"/>
<Actor seed="55224"/>
</Entity>
<Entity uid="17988">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1080.77491" z="858.62739"/>
<Orientation y="2.35621"/>
<Actor seed="29016"/>
</Entity>
<Entity uid="17989">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1081.05323" z="874.50489"/>
<Orientation y="2.35621"/>
<Actor seed="26696"/>
</Entity>
<Entity uid="17990">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1077.50867" z="875.40033"/>
<Orientation y="2.35621"/>
<Actor seed="28014"/>
</Entity>
<Entity uid="17991">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1083.1471" z="894.4391"/>
<Orientation y="2.35621"/>
<Actor seed="32762"/>
</Entity>
<Entity uid="17992">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1085.86" z="901.51996"/>
<Orientation y="2.35621"/>
<Actor seed="49854"/>
</Entity>
<Entity uid="17993">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1084.0276" z="908.22675"/>
<Orientation y="2.48028"/>
<Actor seed="27152"/>
</Entity>
<Entity uid="17994">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1085.15894" z="912.29609"/>
<Orientation y="2.56022"/>
<Actor seed="2198"/>
</Entity>
<Entity uid="17995">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1085.05042" z="918.98072"/>
<Orientation y="2.79473"/>
<Actor seed="17778"/>
</Entity>
<Entity uid="17996">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1087.12989" z="926.01258"/>
<Orientation y="2.35621"/>
<Actor seed="17402"/>
</Entity>
<Entity uid="17997">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1087.13453" z="932.09864"/>
<Orientation y="2.35621"/>
<Actor seed="44530"/>
</Entity>
<Entity uid="17998">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1089.34485" z="935.02588"/>
<Orientation y="2.35621"/>
<Actor seed="12480"/>
</Entity>
<Entity uid="17999">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1090.58667" z="939.44404"/>
<Orientation y="2.35621"/>
<Actor seed="4618"/>
</Entity>
<Entity uid="18000">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1096.2251" z="951.18842"/>
<Orientation y="2.93172"/>
<Actor seed="44402"/>
</Entity>
<Entity uid="18001">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1100.66468" z="953.50324"/>
<Orientation y="3.30796"/>
<Actor seed="10316"/>
</Entity>
<Entity uid="18002">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1087.10792" z="933.06263"/>
<Orientation y="2.93393"/>
<Actor seed="9358"/>
</Entity>
<Entity uid="18003">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.99451" z="924.47114"/>
<Orientation y="2.35621"/>
<Actor seed="30700"/>
</Entity>
<Entity uid="18004">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.39026" z="915.40607"/>
<Orientation y="2.35621"/>
<Actor seed="576"/>
</Entity>
<Entity uid="18005">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.81983" z="913.37018"/>
<Orientation y="2.35621"/>
<Actor seed="54366"/>
</Entity>
<Entity uid="18006">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1076.37916" z="902.13672"/>
<Orientation y="2.35621"/>
<Actor seed="62108"/>
</Entity>
<Entity uid="18007">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.0636" z="900.64698"/>
<Orientation y="2.35621"/>
<Actor seed="41596"/>
</Entity>
<Entity uid="18008">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.52027" z="901.66041"/>
<Orientation y="2.35621"/>
<Actor seed="39400"/>
</Entity>
<Entity uid="18009">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1080.9209" z="898.4964"/>
<Orientation y="2.35621"/>
<Actor seed="43490"/>
</Entity>
<Entity uid="18010">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1076.16382" z="871.95435"/>
<Orientation y="2.35621"/>
<Actor seed="62744"/>
</Entity>
<Entity uid="18011">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.54017" z="866.06586"/>
<Orientation y="2.35621"/>
<Actor seed="2148"/>
</Entity>
<Entity uid="18012">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.82117" z="856.22376"/>
<Orientation y="2.35621"/>
<Actor seed="15514"/>
</Entity>
<Entity uid="18013">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.68848" z="921.39032"/>
<Orientation y="2.35621"/>
<Actor seed="61204"/>
</Entity>
<Entity uid="18014">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1092.13636" z="939.04047"/>
<Orientation y="1.57493"/>
<Actor seed="40496"/>
</Entity>
<Entity uid="18015">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1086.3617" z="941.49494"/>
<Orientation y="2.35621"/>
<Actor seed="41364"/>
</Entity>
<Entity uid="18016">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1091.69349" z="951.99891"/>
<Orientation y="2.35621"/>
<Actor seed="47138"/>
</Entity>
<Entity uid="18017">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1092.87586" z="952.77149"/>
<Orientation y="2.35621"/>
<Actor seed="39340"/>
</Entity>
<Entity uid="18018">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1092.16334" z="967.76136"/>
<Orientation y="2.35621"/>
<Actor seed="28506"/>
</Entity>
<Entity uid="18019">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1094.54139" z="960.11731"/>
<Orientation y="2.35621"/>
<Actor seed="16840"/>
</Entity>
<Entity uid="18020">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1098.89686" z="964.23615"/>
<Orientation y="2.35621"/>
<Actor seed="2292"/>
</Entity>
<Entity uid="18021">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1095.91407" z="960.84955"/>
<Orientation y="2.90214"/>
<Actor seed="52588"/>
</Entity>
<Entity uid="18022">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1097.21424" z="959.8365"/>
<Orientation y="2.35621"/>
<Actor seed="12776"/>
</Entity>
<Entity uid="18023">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1098.4723" z="977.95484"/>
<Orientation y="2.8452"/>
<Actor seed="28456"/>
</Entity>
<Entity uid="18024">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1102.18726" z="982.78443"/>
<Orientation y="2.35621"/>
<Actor seed="30260"/>
</Entity>
<Entity uid="18025">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1102.63501" z="980.03492"/>
<Orientation y="2.5756"/>
<Actor seed="43024"/>
</Entity>
<Entity uid="18026">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1099.70264" z="973.57996"/>
<Orientation y="2.35621"/>
<Actor seed="13136"/>
</Entity>
<Entity uid="18027">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1084.98328" z="933.03455"/>
<Orientation y="2.35621"/>
<Actor seed="52598"/>
</Entity>
<Entity uid="18028">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1085.79578" z="934.40253"/>
<Orientation y="1.8525"/>
<Actor seed="61498"/>
</Entity>
<Entity uid="18029">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.99915" z="923.1338"/>
<Orientation y="2.35621"/>
<Actor seed="17838"/>
</Entity>
<Entity uid="18030">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1081.40845" z="923.55677"/>
<Orientation y="2.35621"/>
<Actor seed="55280"/>
</Entity>
<Entity uid="18031">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1082.27393" z="902.74885"/>
<Orientation y="2.35621"/>
<Actor seed="34230"/>
</Entity>
<Entity uid="18032">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1075.8235" z="905.573"/>
<Orientation y="2.35621"/>
<Actor seed="31134"/>
</Entity>
<Entity uid="18033">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1079.62403" z="913.13013"/>
<Orientation y="2.35621"/>
<Actor seed="42396"/>
</Entity>
<Entity uid="18034">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1076.49292" z="925.94105"/>
<Orientation y="2.35621"/>
<Actor seed="35930"/>
</Entity>
<Entity uid="18035">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.07496" z="920.8216"/>
<Orientation y="2.35621"/>
<Actor seed="37458"/>
</Entity>
<Entity uid="18036">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1071.55262" z="921.61066"/>
<Orientation y="2.35621"/>
<Actor seed="58044"/>
</Entity>
<Entity uid="18037">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.90784" z="933.49115"/>
<Orientation y="2.35621"/>
<Actor seed="38886"/>
</Entity>
<Entity uid="18038">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1078.44263" z="937.26032"/>
<Orientation y="2.35621"/>
<Actor seed="40216"/>
</Entity>
<Entity uid="18039">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1095.14161" z="987.9466"/>
<Orientation y="2.35621"/>
<Actor seed="22472"/>
</Entity>
<Entity uid="18040">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1094.87159" z="989.47614"/>
<Orientation y="2.35621"/>
<Actor seed="40896"/>
</Entity>
<Entity uid="18041">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1077.22291" z="921.59418"/>
<Orientation y="2.35621"/>
<Actor seed="64764"/>
</Entity>
<Entity uid="18042">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1076.3534" z="924.46076"/>
<Orientation y="2.35621"/>
<Actor seed="29132"/>
</Entity>
<Entity uid="18043">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1075.07654" z="905.50355"/>
<Orientation y="2.35621"/>
<Actor seed="302"/>
</Entity>
<Entity uid="18044">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1075.13221" z="902.93482"/>
<Orientation y="2.35621"/>
<Actor seed="4844"/>
</Entity>
<Entity uid="18045">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1082.0813" z="922.83423"/>
<Orientation y="2.35621"/>
<Actor seed="33244"/>
</Entity>
<Entity uid="18046">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1089.18787" z="939.81849"/>
<Orientation y="2.96196"/>
<Actor seed="7410"/>
</Entity>
<Entity uid="18047">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1096.75794" z="954.73652"/>
<Orientation y="3.2606"/>
<Actor seed="38632"/>
</Entity>
<Entity uid="18048">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1087.66626" z="936.75812"/>
<Orientation y="2.35621"/>
<Actor seed="48830"/>
</Entity>
<Entity uid="18049">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1080.49146" z="919.56397"/>
<Orientation y="2.35621"/>
<Actor seed="40934"/>
</Entity>
<Entity uid="18050">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1082.70533" z="922.57178"/>
<Orientation y="2.35621"/>
<Actor seed="9430"/>
</Entity>
<Entity uid="18051">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1081.76172" z="930.24341"/>
<Orientation y="2.35621"/>
<Actor seed="1462"/>
</Entity>
<Entity uid="18052">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1080.14979" z="925.22944"/>
<Orientation y="2.35621"/>
<Actor seed="55650"/>
</Entity>
<Entity uid="18053">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1078.90735" z="924.50092"/>
<Orientation y="2.35621"/>
<Actor seed="5964"/>
</Entity>
<Entity uid="18054">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1080.44861" z="926.30372"/>
<Orientation y="2.35621"/>
<Actor seed="18644"/>
</Entity>
<Entity uid="18055">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1081.14148" z="929.17707"/>
<Orientation y="2.35621"/>
<Actor seed="10478"/>
</Entity>
<Entity uid="18056">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1086.271" z="930.04694"/>
<Orientation y="2.35621"/>
<Actor seed="14576"/>
</Entity>
<Entity uid="18057">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1078.5287" z="924.36615"/>
<Orientation y="2.35621"/>
<Actor seed="50860"/>
</Entity>
<Entity uid="18058">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.016" z="927.05927"/>
<Orientation y="2.35621"/>
<Actor seed="13414"/>
</Entity>
<Entity uid="18059">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.07813" z="927.7887"/>
<Orientation y="2.35621"/>
<Actor seed="58866"/>
</Entity>
<Entity uid="18060">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1087.23963" z="941.76758"/>
<Orientation y="2.35621"/>
<Actor seed="48134"/>
</Entity>
<Entity uid="18061">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1087.11695" z="943.65052"/>
<Orientation y="2.35621"/>
<Actor seed="26892"/>
</Entity>
<Entity uid="18062">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1101.41163" z="991.86512"/>
<Orientation y="2.35621"/>
<Actor seed="34320"/>
</Entity>
<Entity uid="18063">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1102.25501" z="993.71473"/>
<Orientation y="2.35621"/>
<Actor seed="11550"/>
</Entity>
<Entity uid="18064">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1104.36426" z="998.60602"/>
<Orientation y="2.35621"/>
<Actor seed="32390"/>
</Entity>
<Entity uid="18065">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1102.04896" z="950.96863"/>
<Orientation y="2.35621"/>
<Actor seed="29692"/>
</Entity>
<Entity uid="18066">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1103.089" z="950.93183"/>
<Orientation y="2.35621"/>
<Actor seed="7786"/>
</Entity>
<Entity uid="18067">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1102.09974" z="952.79596"/>
<Orientation y="2.35621"/>
<Actor seed="10004"/>
</Entity>
<Entity uid="18068">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1092.13013" z="937.07197"/>
<Orientation y="2.35621"/>
<Actor seed="31770"/>
</Entity>
<Entity uid="18069">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1092.99036" z="940.7079"/>
<Orientation y="2.35621"/>
<Actor seed="7004"/>
</Entity>
<Entity uid="18070">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1089.03858" z="920.36982"/>
<Orientation y="2.35621"/>
<Actor seed="8310"/>
</Entity>
<Entity uid="18071">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1089.7909" z="922.63355"/>
<Orientation y="2.35621"/>
<Actor seed="44780"/>
</Entity>
<Entity uid="18072">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1091.79114" z="920.21955"/>
<Orientation y="2.35621"/>
<Actor seed="55064"/>
</Entity>
<Entity uid="18073">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1086.5221" z="910.47608"/>
<Orientation y="2.35621"/>
<Actor seed="23880"/>
</Entity>
<Entity uid="18074">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1089.49915" z="909.53657"/>
<Orientation y="2.35621"/>
<Actor seed="57986"/>
</Entity>
<Entity uid="18075">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1086.62757" z="899.31153"/>
<Orientation y="2.35621"/>
<Actor seed="20448"/>
</Entity>
<Entity uid="18076">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1087.3661" z="897.87488"/>
<Orientation y="2.35621"/>
<Actor seed="50038"/>
</Entity>
<Entity uid="18077">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1086.82923" z="900.93781"/>
<Orientation y="2.35621"/>
<Actor seed="40190"/>
</Entity>
<Entity uid="18078">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1082.35389" z="873.20258"/>
<Orientation y="2.35621"/>
<Actor seed="48492"/>
</Entity>
<Entity uid="18079">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1083.64344" z="872.6056"/>
<Orientation y="2.35621"/>
<Actor seed="63346"/>
</Entity>
<Entity uid="18080">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1081.66773" z="874.18403"/>
<Orientation y="2.35621"/>
<Actor seed="4176"/>
</Entity>
<Entity uid="18081">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1074.7212" z="886.62598"/>
<Orientation y="2.35621"/>
<Actor seed="9806"/>
</Entity>
<Entity uid="18082">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1072.70411" z="888.74085"/>
<Orientation y="2.35621"/>
<Actor seed="8816"/>
</Entity>
<Entity uid="18083">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1073.63941" z="892.43543"/>
<Orientation y="2.35621"/>
<Actor seed="54290"/>
</Entity>
<Entity uid="18084">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1074.61194" z="876.9419"/>
<Orientation y="2.35621"/>
<Actor seed="11246"/>
</Entity>
<Entity uid="18085">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1075.55896" z="880.1006"/>
<Orientation y="2.35621"/>
<Actor seed="16758"/>
</Entity>
<Entity uid="18086">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1077.2964" z="878.68525"/>
<Orientation y="2.35621"/>
<Actor seed="65387"/>
</Entity>
<Entity uid="18087">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.16834" z="881.34107"/>
<Orientation y="2.35621"/>
<Actor seed="18508"/>
</Entity>
<Entity uid="18088">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.22486" z="878.32502"/>
<Orientation y="2.35621"/>
<Actor seed="59986"/>
</Entity>
<Entity uid="18089">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1078.15113" z="885.1443"/>
<Orientation y="2.35621"/>
<Actor seed="65430"/>
</Entity>
<Entity uid="18090">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1080.58057" z="885.3935"/>
<Orientation y="2.35621"/>
<Actor seed="63904"/>
</Entity>
<Entity uid="18091">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1081.93494" z="888.08661"/>
<Orientation y="2.35621"/>
<Actor seed="23144"/>
</Entity>
<Entity uid="18092">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.20484" z="860.70173"/>
<Orientation y="2.35621"/>
<Actor seed="54846"/>
</Entity>
<Entity uid="18093">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1077.11927" z="861.13923"/>
<Orientation y="2.35621"/>
<Actor seed="26512"/>
</Entity>
<Entity uid="18094">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1083.40162" z="853.33405"/>
<Orientation y="2.35621"/>
<Actor seed="34572"/>
</Entity>
<Entity uid="18095">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1085.23194" z="855.49274"/>
<Orientation y="2.35621"/>
<Actor seed="34974"/>
</Entity>
<Entity uid="18096">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1080.64869" z="857.37281"/>
<Orientation y="2.35621"/>
<Actor seed="21682"/>
</Entity>
<Entity uid="18097">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1081.5199" z="859.80372"/>
<Orientation y="2.35621"/>
<Actor seed="11120"/>
</Entity>
<Entity uid="18098">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1081.89087" z="854.27387"/>
<Orientation y="2.35621"/>
<Actor seed="28194"/>
</Entity>
<Entity uid="18099">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.16334" z="847.25355"/>
<Orientation y="2.35621"/>
<Actor seed="27054"/>
</Entity>
<Entity uid="18100">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1073.4845" z="890.41584"/>
<Orientation y="2.35621"/>
<Actor seed="25352"/>
</Entity>
<Entity uid="18101">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1074.40833" z="891.46174"/>
<Orientation y="2.35621"/>
<Actor seed="36444"/>
</Entity>
<Entity uid="18102">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1080.71534" z="904.8606"/>
<Orientation y="2.35621"/>
<Actor seed="46104"/>
</Entity>
<Entity uid="18103">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1082.39991" z="904.47718"/>
<Orientation y="2.35621"/>
<Actor seed="534"/>
</Entity>
<Entity uid="18104">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1078.42103" z="909.22358"/>
<Orientation y="2.35621"/>
<Actor seed="14184"/>
</Entity>
<Entity uid="18105">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.2013" z="924.01966"/>
<Orientation y="2.35621"/>
<Actor seed="41716"/>
</Entity>
<Entity uid="18106">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1079.68738" z="921.56782"/>
<Orientation y="2.35621"/>
<Actor seed="33202"/>
</Entity>
<Entity uid="18107">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1078.96851" z="925.2309"/>
<Orientation y="2.35621"/>
<Actor seed="13748"/>
</Entity>
<Entity uid="18108">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1086.87281" z="941.71454"/>
<Orientation y="2.35621"/>
<Actor seed="35804"/>
</Entity>
<Entity uid="18109">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1086.68311" z="944.73719"/>
<Orientation y="2.35621"/>
<Actor seed="35386"/>
</Entity>
<Entity uid="18110">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1095.26697" z="969.30164"/>
<Orientation y="1.55124"/>
<Actor seed="1664"/>
</Entity>
<Entity uid="18111">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1106.80164" z="982.51612"/>
<Orientation y="2.35621"/>
<Actor seed="15850"/>
</Entity>
<Entity uid="18112">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1106.30176" z="984.5799"/>
<Orientation y="1.9911"/>
<Actor seed="56274"/>
</Entity>
<Entity uid="18113">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1107.7594" z="989.73249"/>
<Orientation y="2.35621"/>
<Actor seed="56064"/>
</Entity>
<Entity uid="18114">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1084.33631" z="936.30921"/>
<Orientation y="2.35621"/>
<Actor seed="35922"/>
</Entity>
<Entity uid="18115">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1085.64478" z="937.65308"/>
<Orientation y="2.35621"/>
<Actor seed="23594"/>
</Entity>
<Entity uid="18116">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1083.44446" z="932.56281"/>
<Orientation y="2.35621"/>
<Actor seed="55754"/>
</Entity>
<Entity uid="18117">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.17188" z="927.60816"/>
<Orientation y="2.35621"/>
<Actor seed="8022"/>
</Entity>
<Entity uid="18118">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1078.49793" z="909.9513"/>
<Orientation y="2.35621"/>
<Actor seed="472"/>
</Entity>
<Entity uid="18119">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1078.65699" z="923.57715"/>
<Orientation y="2.35621"/>
<Actor seed="62906"/>
</Entity>
<Entity uid="18120">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1084.14832" z="926.53718"/>
<Orientation y="2.35621"/>
<Actor seed="43322"/>
</Entity>
<Entity uid="18121">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1080.90455" z="867.43348"/>
<Orientation y="2.35621"/>
<Actor seed="15658"/>
</Entity>
<Entity uid="18122">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.53834" z="860.1106"/>
<Orientation y="2.35621"/>
<Actor seed="57964"/>
</Entity>
<Entity uid="18123">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.68384" z="876.46741"/>
<Orientation y="2.35621"/>
<Actor seed="2642"/>
</Entity>
<Entity uid="18124">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1079.1023" z="898.47101"/>
<Orientation y="2.35621"/>
<Actor seed="6902"/>
</Entity>
<Entity uid="18125">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.63917" z="933.13727"/>
<Orientation y="2.35621"/>
<Actor seed="25050"/>
</Entity>
<Entity uid="18126">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1084.45484" z="930.83875"/>
<Orientation y="2.35621"/>
<Actor seed="27940"/>
</Entity>
<Entity uid="18127">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1085.02234" z="932.42542"/>
<Orientation y="2.35621"/>
<Actor seed="19536"/>
</Entity>
<Entity uid="18128">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1094.98084" z="969.87311"/>
<Orientation y="2.35621"/>
<Actor seed="18708"/>
</Entity>
<Entity uid="18129">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1099.724" z="969.547"/>
<Orientation y="2.35621"/>
<Actor seed="11214"/>
</Entity>
<Entity uid="18130">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1104.39063" z="990.64649"/>
<Orientation y="2.35621"/>
<Actor seed="33000"/>
</Entity>
<Entity uid="18131">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1102.47242" z="988.16254"/>
<Orientation y="2.35621"/>
<Actor seed="28824"/>
</Entity>
<Entity uid="18132">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1100.09681" z="986.16517"/>
<Orientation y="2.35621"/>
<Actor seed="40950"/>
</Entity>
<Entity uid="18133">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1104.22193" z="981.45301"/>
<Orientation y="2.5756"/>
<Actor seed="13426"/>
</Entity>
<Entity uid="18134">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1102.33985" z="971.3813"/>
<Orientation y="2.35621"/>
<Actor seed="13722"/>
</Entity>
<Entity uid="18135">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1097.72486" z="971.92951"/>
<Orientation y="2.35621"/>
<Actor seed="812"/>
</Entity>
<Entity uid="18136">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1098.10816" z="969.6565"/>
<Orientation y="2.35621"/>
<Actor seed="32962"/>
</Entity>
<Entity uid="18137">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1098.39844" z="957.30237"/>
<Orientation y="2.35621"/>
<Actor seed="51450"/>
</Entity>
<Entity uid="18138">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1080.0575" z="904.76557"/>
<Orientation y="2.35621"/>
<Actor seed="53690"/>
</Entity>
<Entity uid="18139">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1078.16956" z="909.5298"/>
<Orientation y="2.35621"/>
<Actor seed="9766"/>
</Entity>
<Entity uid="18140">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.0243" z="877.91126"/>
<Orientation y="2.35621"/>
<Actor seed="9282"/>
</Entity>
<Entity uid="18141">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1078.84217" z="876.98407"/>
<Orientation y="2.35621"/>
<Actor seed="57774"/>
</Entity>
<Entity uid="18142">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1079.67078" z="877.15021"/>
<Orientation y="2.35621"/>
<Actor seed="1168"/>
</Entity>
<Entity uid="18143">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.0879" z="857.89399"/>
<Orientation y="2.35621"/>
<Actor seed="33614"/>
</Entity>
<Entity uid="18144">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.2494" z="860.34064"/>
<Orientation y="2.35621"/>
<Actor seed="58950"/>
</Entity>
<Entity uid="18145">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1081.85132" z="861.19361"/>
<Orientation y="2.35621"/>
<Actor seed="57262"/>
</Entity>
<Entity uid="18146">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1079.87317" z="872.82984"/>
<Orientation y="2.35621"/>
<Actor seed="14354"/>
</Entity>
<Entity uid="18147">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1078.06141" z="872.3396"/>
<Orientation y="2.35621"/>
<Actor seed="41372"/>
</Entity>
<Entity uid="18148">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1074.57007" z="866.55317"/>
<Orientation y="2.35621"/>
<Actor seed="6466"/>
</Entity>
<Entity uid="18149">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1076.86097" z="866.1609"/>
<Orientation y="2.35621"/>
<Actor seed="62438"/>
</Entity>
<Entity uid="18150">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1078.88672" z="869.01783"/>
<Orientation y="2.35621"/>
<Actor seed="1054"/>
</Entity>
<Entity uid="18151">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1077.55127" z="870.54804"/>
<Orientation y="2.35621"/>
<Actor seed="17512"/>
</Entity>
<Entity uid="18152">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1094.4275" z="959.22767"/>
<Orientation y="2.35621"/>
<Actor seed="48278"/>
</Entity>
<Entity uid="18153">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1101.771" z="981.41486"/>
<Orientation y="2.35621"/>
<Actor seed="34120"/>
</Entity>
<Entity uid="18154">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1103.49671" z="978.66681"/>
<Orientation y="2.85093"/>
<Actor seed="33368"/>
</Entity>
<Entity uid="18157">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1084.60706" z="897.18659"/>
<Orientation y="2.35621"/>
<Actor seed="34998"/>
</Entity>
<Entity uid="18158">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1082.53235" z="889.77485"/>
<Orientation y="2.35621"/>
<Actor seed="11694"/>
</Entity>
<Entity uid="18159">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1081.07752" z="909.32886"/>
<Orientation y="2.35621"/>
<Actor seed="64216"/>
</Entity>
<Entity uid="18160">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1087.3545" z="914.2881"/>
<Orientation y="2.35621"/>
<Actor seed="48776"/>
</Entity>
<Entity uid="18161">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1085.98597" z="923.49225"/>
<Orientation y="2.35621"/>
<Actor seed="21450"/>
</Entity>
<Entity uid="18162">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1097.39869" z="948.6391"/>
<Orientation y="2.35621"/>
<Actor seed="19816"/>
</Entity>
<Entity uid="18163">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1098.90284" z="959.86945"/>
<Orientation y="2.35621"/>
<Actor seed="42298"/>
</Entity>
<Entity uid="18164">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1104.66431" z="981.50153"/>
<Orientation y="2.35621"/>
<Actor seed="64800"/>
</Entity>
<Entity uid="18165">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1104.99988" z="974.9336"/>
<Orientation y="2.35621"/>
<Actor seed="53052"/>
</Entity>
<Entity uid="18166">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1097.4535" z="947.14008"/>
<Orientation y="2.35621"/>
<Actor seed="25578"/>
</Entity>
<Entity uid="18167">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1083.6349" z="888.70673"/>
<Orientation y="2.35621"/>
<Actor seed="15296"/>
</Entity>
<Entity uid="18168">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1083.95472" z="893.74671"/>
<Orientation y="2.35621"/>
<Actor seed="19966"/>
</Entity>
<Entity uid="18169">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1076.08423" z="896.88843"/>
<Orientation y="2.35621"/>
<Actor seed="47072"/>
</Entity>
<Entity uid="18170">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1071.83667" z="892.38984"/>
<Orientation y="2.35621"/>
<Actor seed="52940"/>
</Entity>
<Entity uid="18171">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1085.05982" z="916.95398"/>
<Orientation y="2.35621"/>
<Actor seed="26930"/>
</Entity>
<Entity uid="18172">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1080.45264" z="930.58368"/>
<Orientation y="2.35621"/>
<Actor seed="58848"/>
</Entity>
<Entity uid="18173">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1085.6825" z="931.32361"/>
<Orientation y="2.35621"/>
<Actor seed="20502"/>
</Entity>
<Entity uid="18174">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1092.14502" z="936.79969"/>
<Orientation y="2.35621"/>
<Actor seed="42252"/>
</Entity>
<Entity uid="18175">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1088.91028" z="936.30402"/>
<Orientation y="2.35621"/>
<Actor seed="52792"/>
</Entity>
<Entity uid="18176">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1106.70276" z="988.04719"/>
<Orientation y="2.35621"/>
<Actor seed="45546"/>
</Entity>
<Entity uid="18177">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1089.2793" z="958.70752"/>
<Orientation y="2.35621"/>
<Actor seed="58134"/>
</Entity>
<Entity uid="18178">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1077.56446" z="854.30701"/>
<Orientation y="2.35621"/>
<Actor seed="19762"/>
</Entity>
<Entity uid="18179">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1081.11121" z="855.05457"/>
<Orientation y="2.35621"/>
<Actor seed="57060"/>
</Entity>
<Entity uid="18180">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1082.79969" z="855.60737"/>
<Orientation y="2.35621"/>
<Actor seed="57104"/>
</Entity>
<Entity uid="18181">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1080.32056" z="865.80213"/>
<Orientation y="2.35621"/>
<Actor seed="52904"/>
</Entity>
<Entity uid="18182">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1078.82496" z="908.64063"/>
<Orientation y="2.35621"/>
<Actor seed="31414"/>
</Entity>
<Entity uid="18183">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1079.2931" z="909.32319"/>
<Orientation y="2.35621"/>
<Actor seed="12786"/>
</Entity>
<Entity uid="18184">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1079.7201" z="909.07654"/>
<Orientation y="2.35621"/>
<Actor seed="7042"/>
</Entity>
<Entity uid="18185">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1079.94996" z="931.00849"/>
<Orientation y="2.35621"/>
<Actor seed="40794"/>
</Entity>
<Entity uid="18186">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1080.53858" z="931.23511"/>
<Orientation y="2.35621"/>
<Actor seed="34590"/>
</Entity>
<Entity uid="18187">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1080.02076" z="931.7779"/>
<Orientation y="2.35621"/>
<Actor seed="22358"/>
</Entity>
<Entity uid="18188">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1080.13453" z="932.39045"/>
<Orientation y="2.35621"/>
<Actor seed="11262"/>
</Entity>
<Entity uid="18189">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1096.75892" z="947.29627"/>
<Orientation y="2.35621"/>
<Actor seed="51832"/>
</Entity>
<Entity uid="18190">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1096.78431" z="946.85639"/>
<Orientation y="2.35621"/>
<Actor seed="21650"/>
</Entity>
<Entity uid="18191">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1096.24878" z="947.2215"/>
<Orientation y="2.35621"/>
<Actor seed="54528"/>
</Entity>
<Entity uid="18192">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1092.2616" z="969.6042"/>
<Orientation y="2.35621"/>
<Actor seed="35174"/>
</Entity>
<Entity uid="18193">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1092.45667" z="968.9604"/>
<Orientation y="2.35621"/>
<Actor seed="38278"/>
</Entity>
<Entity uid="18194">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1093.13648" z="968.81147"/>
<Orientation y="2.35621"/>
<Actor seed="5644"/>
</Entity>
<Entity uid="18195">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1093.62537" z="969.03669"/>
<Orientation y="2.35621"/>
<Actor seed="49956"/>
</Entity>
<Entity uid="18196">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1100.68396" z="985.2334"/>
<Orientation y="2.35621"/>
<Actor seed="22470"/>
</Entity>
<Entity uid="18197">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1099.63685" z="984.3783"/>
<Orientation y="2.35621"/>
<Actor seed="52876"/>
</Entity>
<Entity uid="18198">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1099.51624" z="983.65613"/>
<Orientation y="2.35621"/>
<Actor seed="13076"/>
</Entity>
<Entity uid="18199">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1101.61426" z="985.18921"/>
<Orientation y="2.35621"/>
<Actor seed="63048"/>
</Entity>
<Entity uid="18200">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1102.61841" z="986.07575"/>
<Orientation y="2.35621"/>
<Actor seed="30758"/>
</Entity>
<Entity uid="18201">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1102.69556" z="986.9748"/>
<Orientation y="2.35621"/>
<Actor seed="13960"/>
</Entity>
<Entity uid="18202">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1079.88135" z="927.27692"/>
<Orientation y="2.35621"/>
<Actor seed="48202"/>
</Entity>
<Entity uid="18203">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1079.05921" z="928.26148"/>
<Orientation y="2.35621"/>
<Actor seed="49584"/>
</Entity>
<Entity uid="18204">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1077.62122" z="902.8733"/>
<Orientation y="2.35621"/>
<Actor seed="57692"/>
</Entity>
<Entity uid="18205">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1073.625" z="863.66511"/>
<Orientation y="2.35621"/>
<Actor seed="51816"/>
</Entity>
<Entity uid="18206">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="1070.57752" z="897.2422"/>
<Orientation y="2.35621"/>
<Actor seed="64068"/>
</Entity>
<Entity uid="18207">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1097.29297" z="999.62745"/>
<Orientation y="2.35621"/>
<Actor seed="10436"/>
</Entity>
<Entity uid="18208">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1085.36048" z="988.52887"/>
<Orientation y="2.35621"/>
<Actor seed="23842"/>
</Entity>
<Entity uid="18209">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1074.26355" z="956.53052"/>
<Orientation y="2.35621"/>
<Actor seed="25762"/>
</Entity>
<Entity uid="18210">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1061.71766" z="842.71479"/>
<Orientation y="2.35621"/>
<Actor seed="9142"/>
</Entity>
<Entity uid="18211">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1060.16041" z="851.0561"/>
<Orientation y="2.35621"/>
<Actor seed="39836"/>
</Entity>
<Entity uid="18212">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1067.11573" z="835.3957"/>
<Orientation y="2.35621"/>
<Actor seed="62176"/>
</Entity>
<Entity uid="18213">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1059.96741" z="835.46613"/>
<Orientation y="2.35621"/>
<Actor seed="38166"/>
</Entity>
<Entity uid="18214">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1072.73011" z="929.73884"/>
<Orientation y="2.35621"/>
<Actor seed="34756"/>
</Entity>
<Entity uid="18215">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1110.84498" z="1013.26093"/>
<Orientation y="2.35621"/>
<Actor seed="5280"/>
</Entity>
<Entity uid="18216">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1111.89869" z="1016.58405"/>
<Orientation y="2.35621"/>
<Actor seed="15036"/>
</Entity>
<Entity uid="18217">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1113.52356" z="1010.88617"/>
<Orientation y="2.35621"/>
<Actor seed="34988"/>
</Entity>
<Entity uid="18218">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1115.07764" z="1015.0041"/>
<Orientation y="2.35621"/>
<Actor seed="8166"/>
</Entity>
<Entity uid="18219">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1116.29822" z="1019.72602"/>
<Orientation y="2.35621"/>
<Actor seed="4474"/>
</Entity>
<Entity uid="18220">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1118.3191" z="1021.6471"/>
<Orientation y="2.35621"/>
<Actor seed="59360"/>
</Entity>
<Entity uid="18221">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1118.69459" z="1018.87678"/>
<Orientation y="-2.4306"/>
<Actor seed="28838"/>
</Entity>
<Entity uid="18222">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1117.271" z="1014.11683"/>
<Orientation y="2.35621"/>
<Actor seed="2646"/>
</Entity>
<Entity uid="18223">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1114.53785" z="1011.66254"/>
<Orientation y="2.35621"/>
<Actor seed="6558"/>
</Entity>
<Entity uid="18224">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1120.57886" z="1025.11548"/>
<Orientation y="2.35621"/>
<Actor seed="28060"/>
</Entity>
<Entity uid="18225">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1121.93201" z="1028.32996"/>
<Orientation y="2.35621"/>
<Actor seed="10106"/>
</Entity>
<Entity uid="18226">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1109.84693" z="1009.95795"/>
<Orientation y="2.35621"/>
<Actor seed="42548"/>
</Entity>
<Entity uid="18227">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1110.77881" z="1009.32996"/>
<Orientation y="2.35621"/>
<Actor seed="33894"/>
</Entity>
<Entity uid="18228">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1107.82935" z="1010.60682"/>
<Orientation y="2.35621"/>
<Actor seed="22768"/>
</Entity>
<Entity uid="18229">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1109.0127" z="1014.82734"/>
<Orientation y="2.35621"/>
<Actor seed="61644"/>
</Entity>
<Entity uid="18230">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1112.36487" z="1016.05365"/>
<Orientation y="2.35621"/>
<Actor seed="64814"/>
</Entity>
<Entity uid="18231">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1116.23621" z="1016.48261"/>
<Orientation y="2.35621"/>
<Actor seed="40720"/>
</Entity>
<Entity uid="18232">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1118.81202" z="1013.61908"/>
<Orientation y="2.35621"/>
<Actor seed="7096"/>
</Entity>
<Entity uid="18233">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1114.21717" z="1010.03016"/>
<Orientation y="2.35621"/>
<Actor seed="55480"/>
</Entity>
<Entity uid="18234">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1112.02356" z="1009.10376"/>
<Orientation y="2.35621"/>
<Actor seed="31534"/>
</Entity>
<Entity uid="18235">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1115.57947" z="1009.29645"/>
<Orientation y="2.35621"/>
<Actor seed="12366"/>
</Entity>
<Entity uid="18236">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1118.00489" z="1008.9344"/>
<Orientation y="2.35621"/>
<Actor seed="16582"/>
</Entity>
<Entity uid="18237">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1113.80823" z="1013.22822"/>
<Orientation y="2.35621"/>
<Actor seed="61356"/>
</Entity>
<Entity uid="18238">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1119.32093" z="1019.94117"/>
<Orientation y="2.35621"/>
<Actor seed="29290"/>
</Entity>
<Entity uid="18239">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1119.56775" z="1021.34345"/>
<Orientation y="2.35621"/>
<Actor seed="10952"/>
</Entity>
<Entity uid="18240">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1122.15381" z="1024.57679"/>
<Orientation y="2.35621"/>
<Actor seed="62282"/>
</Entity>
<Entity uid="18241">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1122.36963" z="1027.3401"/>
<Orientation y="2.35621"/>
<Actor seed="10948"/>
</Entity>
<Entity uid="18242">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1122.4939" z="1030.37855"/>
<Orientation y="2.35621"/>
<Actor seed="8120"/>
</Entity>
<Entity uid="18243">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1119.45777" z="1027.29615"/>
<Orientation y="2.35621"/>
<Actor seed="924"/>
</Entity>
<Entity uid="18244">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1117.8307" z="1023.82886"/>
<Orientation y="2.35621"/>
<Actor seed="53518"/>
</Entity>
<Entity uid="18245">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1114.14246" z="1021.69898"/>
<Orientation y="2.35621"/>
<Actor seed="14656"/>
</Entity>
<Entity uid="18246">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1112.83802" z="1019.04773"/>
<Orientation y="2.35621"/>
<Actor seed="23408"/>
</Entity>
<Entity uid="18247">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1113.28553" z="1023.8158"/>
<Orientation y="2.35621"/>
<Actor seed="65381"/>
</Entity>
<Entity uid="18248">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1105.9358" z="1016.16767"/>
<Orientation y="2.35621"/>
<Actor seed="9054"/>
</Entity>
<Entity uid="18249">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1110.00196" z="1016.25116"/>
<Orientation y="2.35622"/>
<Actor seed="46338"/>
</Entity>
<Entity uid="18250">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1111.74756" z="1023.79657"/>
<Orientation y="3.0449"/>
<Actor seed="49648"/>
</Entity>
<Entity uid="18251">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1088.38575" z="964.17066"/>
<Orientation y="2.08828"/>
<Actor seed="8156"/>
</Entity>
<Entity uid="18252">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1089.06202" z="949.219"/>
<Orientation y="2.35621"/>
<Actor seed="33462"/>
</Entity>
<Entity uid="18253">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1097.22828" z="973.19495"/>
<Orientation y="2.35621"/>
<Actor seed="26500"/>
</Entity>
<Entity uid="18254">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="1098.0276" z="954.09516"/>
<Orientation y="2.35621"/>
<Actor seed="11984"/>
</Entity>
<Entity uid="18255">
<Template>gaia/fauna_crocodile</Template>
<Player>0</Player>
<Position x="1076.33558" z="867.02295"/>
<Orientation y="0.58214"/>
<Actor seed="44988"/>
</Entity>
<Entity uid="18256">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1120.8672" z="1033.19275"/>
<Orientation y="2.35621"/>
<Actor seed="56522"/>
</Entity>
<Entity uid="18257">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1122.30799" z="1032.76307"/>
<Orientation y="2.35621"/>
<Actor seed="38206"/>
</Entity>
<Entity uid="18258">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1124.32801" z="1029.56995"/>
<Orientation y="2.35621"/>
<Actor seed="55454"/>
</Entity>
<Entity uid="18259">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1123.19837" z="1027.35145"/>
<Orientation y="2.35621"/>
<Actor seed="43064"/>
</Entity>
<Entity uid="18260">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1119.67103" z="1024.9037"/>
<Orientation y="2.35621"/>
<Actor seed="19600"/>
</Entity>
<Entity uid="18261">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1119.48121" z="1028.06128"/>
<Orientation y="2.35621"/>
<Actor seed="1260"/>
</Entity>
<Entity uid="18262">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1143.91541" z="1039.34827"/>
<Orientation y="2.35621"/>
<Actor seed="53014"/>
</Entity>
<Entity uid="18263">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1143.59461" z="1036.49781"/>
<Orientation y="-1.37998"/>
<Actor seed="27842"/>
</Entity>
<Entity uid="18264">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1140.2754" z="1036.59021"/>
<Orientation y="2.35621"/>
<Actor seed="40350"/>
</Entity>
<Entity uid="18265">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1118.17554" z="1017.84723"/>
<Orientation y="2.35621"/>
<Actor seed="29270"/>
</Entity>
<Entity uid="18266">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1120.14905" z="1021.49787"/>
<Orientation y="2.35621"/>
<Actor seed="44964"/>
</Entity>
<Entity uid="18267">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1118.67652" z="1013.55854"/>
<Orientation y="2.35621"/>
<Actor seed="28972"/>
</Entity>
<Entity uid="18268">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1115.14625" z="1011.30073"/>
<Orientation y="2.35621"/>
<Actor seed="15516"/>
</Entity>
<Entity uid="18269">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1113.22266" z="1008.24195"/>
<Orientation y="2.35621"/>
<Actor seed="46364"/>
</Entity>
<Entity uid="18270">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1115.64637" z="1007.64844"/>
<Orientation y="2.35621"/>
<Actor seed="6794"/>
</Entity>
<Entity uid="18271">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1119.54932" z="1008.3625"/>
<Orientation y="2.35621"/>
<Actor seed="57170"/>
</Entity>
<Entity uid="18272">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1116.51026" z="1011.78937"/>
<Orientation y="2.35621"/>
<Actor seed="34084"/>
</Entity>
<Entity uid="18273">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1120.48096" z="1018.35254"/>
<Orientation y="2.35621"/>
<Actor seed="18742"/>
</Entity>
<Entity uid="18274">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1102.57227" z="983.64594"/>
<Orientation y="2.35621"/>
<Actor seed="26506"/>
</Entity>
<Entity uid="18275">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1105.43067" z="977.01423"/>
<Orientation y="2.35621"/>
<Actor seed="25934"/>
</Entity>
<Entity uid="18276">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1100.70032" z="952.82624"/>
<Orientation y="2.35621"/>
<Actor seed="6304"/>
</Entity>
<Entity uid="18277">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1095.76038" z="961.19184"/>
<Orientation y="2.35621"/>
<Actor seed="21546"/>
</Entity>
<Entity uid="18278">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1089.03687" z="949.26038"/>
<Orientation y="2.35621"/>
<Actor seed="3816"/>
</Entity>
<Entity uid="18279">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1097.12342" z="973.00599"/>
<Orientation y="2.35621"/>
<Actor seed="52482"/>
</Entity>
<Entity uid="18280">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1084.78284" z="930.9756"/>
<Orientation y="2.35621"/>
<Actor seed="42142"/>
</Entity>
<Entity uid="18281">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1083.70105" z="917.34528"/>
<Orientation y="2.35621"/>
<Actor seed="53608"/>
</Entity>
<Entity uid="18282">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1085.8252" z="910.77692"/>
<Orientation y="2.35621"/>
<Actor seed="62478"/>
</Entity>
<Entity uid="18283">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1083.21424" z="891.95472"/>
<Orientation y="2.35621"/>
<Actor seed="50552"/>
</Entity>
<Entity uid="18284">
<Template>actor|props/flora/reeds_a.xml</Template>
<Position x="1080.19495" z="854.3606"/>
<Orientation y="2.35621"/>
<Actor seed="34822"/>
</Entity>
<Entity uid="18286">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1066.96961" z="1021.66785"/>
<Orientation y="2.35621"/>
<Actor seed="16312"/>
</Entity>
<Entity uid="18287">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1055.08997" z="1008.17511"/>
<Orientation y="2.35621"/>
<Actor seed="5170"/>
</Entity>
<Entity uid="18288">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1052.69349" z="997.6966"/>
<Orientation y="2.35621"/>
<Actor seed="31016"/>
</Entity>
<Entity uid="18289">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1050.11561" z="991.51185"/>
<Orientation y="2.35621"/>
<Actor seed="45178"/>
</Entity>
<Entity uid="18290">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1054.6698" z="988.49177"/>
<Orientation y="2.35621"/>
<Actor seed="12232"/>
</Entity>
<Entity uid="18291">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1052.49317" z="1001.70954"/>
<Orientation y="2.35621"/>
<Actor seed="47734"/>
</Entity>
<Entity uid="18292">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1063.93458" z="1019.39515"/>
<Orientation y="2.35621"/>
<Actor seed="6020"/>
</Entity>
<Entity uid="18293">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1062.80982" z="992.94996"/>
<Orientation y="2.35621"/>
<Actor seed="17524"/>
</Entity>
<Entity uid="18294">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1069.92273" z="1007.1089"/>
<Orientation y="2.35621"/>
<Actor seed="48946"/>
</Entity>
<Entity uid="18295">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1073.36182" z="1015.63569"/>
<Orientation y="2.35621"/>
<Actor seed="24738"/>
</Entity>
<Entity uid="18296">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1068.90613" z="960.37665"/>
<Orientation y="2.35621"/>
<Actor seed="33848"/>
</Entity>
<Entity uid="18297">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1074.00818" z="968.42426"/>
<Orientation y="2.35621"/>
<Actor seed="52014"/>
</Entity>
<Entity uid="18298">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1069.15638" z="968.05103"/>
<Orientation y="2.35621"/>
<Actor seed="1282"/>
</Entity>
<Entity uid="18299">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1074.0868" z="970.71717"/>
<Orientation y="2.35621"/>
<Actor seed="16316"/>
</Entity>
<Entity uid="18301">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1026.64979" z="861.857"/>
<Orientation y="2.35621"/>
<Actor seed="11586"/>
</Entity>
<Entity uid="18302">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1011.68213" z="848.7588"/>
<Orientation y="2.35621"/>
<Actor seed="55186"/>
</Entity>
<Entity uid="18303">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1014.86817" z="853.62812"/>
<Orientation y="2.35621"/>
<Actor seed="43622"/>
</Entity>
<Entity uid="18304">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1019.53278" z="843.72645"/>
<Orientation y="2.35621"/>
<Actor seed="52358"/>
</Entity>
<Entity uid="18305">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1025.37525" z="836.09559"/>
<Orientation y="2.35621"/>
<Actor seed="59068"/>
</Entity>
<Entity uid="18306">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1026.56763" z="838.7295"/>
<Orientation y="2.35621"/>
<Actor seed="42294"/>
</Entity>
<Entity uid="18307">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1022.2165" z="852.10022"/>
<Orientation y="2.35621"/>
<Actor seed="5582"/>
</Entity>
<Entity uid="18308">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1019.76905" z="859.02619"/>
<Orientation y="2.35621"/>
<Actor seed="50638"/>
</Entity>
<Entity uid="18309">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1024.12269" z="846.77961"/>
<Orientation y="2.35621"/>
<Actor seed="3466"/>
</Entity>
<Entity uid="18310">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1029.021" z="858.55878"/>
<Orientation y="2.35621"/>
<Actor seed="13680"/>
</Entity>
<Entity uid="18311">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1019.64484" z="852.1106"/>
<Orientation y="2.35621"/>
<Actor seed="48528"/>
</Entity>
<Entity uid="18312">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1014.805" z="849.64014"/>
<Orientation y="2.35621"/>
<Actor seed="4638"/>
</Entity>
<Entity uid="18313">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1059.08106" z="977.75403"/>
<Orientation y="2.35621"/>
<Actor seed="2178"/>
</Entity>
<Entity uid="18314">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1046.81141" z="951.4419"/>
<Orientation y="2.35621"/>
<Actor seed="39056"/>
</Entity>
<Entity uid="18315">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1071.14673" z="1011.86188"/>
<Orientation y="2.35621"/>
<Actor seed="8346"/>
</Entity>
<Entity uid="18316">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1131.2638" z="1040.69336"/>
<Orientation y="2.35621"/>
<Actor seed="43598"/>
</Entity>
<Entity uid="18317">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1066.30188" z="933.75983"/>
<Orientation y="2.35621"/>
<Actor seed="51352"/>
</Entity>
<Entity uid="18318">
<Template>gaia/flora_tree_senegal_date_palm</Template>
<Player>0</Player>
<Position x="1058.23755" z="879.10602"/>
<Orientation y="2.35621"/>
<Actor seed="22752"/>
</Entity>
<Entity uid="18319">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1019.84363" z="855.11261"/>
<Orientation y="2.35621"/>
<Actor seed="49900"/>
</Entity>
<Entity uid="18320">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1021.06196" z="856.59198"/>
<Orientation y="2.35621"/>
<Actor seed="50282"/>
</Entity>
<Entity uid="18321">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1013.3401" z="845.33613"/>
<Orientation y="2.35621"/>
<Actor seed="64416"/>
</Entity>
<Entity uid="18322">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1014.85401" z="841.94642"/>
<Orientation y="2.35621"/>
<Actor seed="25210"/>
</Entity>
<Entity uid="18323">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1030.1819" z="867.6283"/>
<Orientation y="2.35621"/>
<Actor seed="38228"/>
</Entity>
<Entity uid="18324">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="518.96839" z="956.41034"/>
<Orientation y="2.35621"/>
<Actor seed="20502"/>
</Entity>
<Entity uid="18325">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="518.17804" z="960.19001"/>
<Orientation y="2.35621"/>
<Actor seed="598"/>
</Entity>
<Entity uid="18326">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="532.43451" z="971.57862"/>
<Orientation y="2.35621"/>
<Actor seed="43480"/>
</Entity>
<Entity uid="18327">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="536.31763" z="971.85145"/>
<Orientation y="2.35621"/>
<Actor seed="41586"/>
</Entity>
<Entity uid="18328">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="536.10871" z="981.32453"/>
<Orientation y="2.35621"/>
<Actor seed="60846"/>
</Entity>
<Entity uid="18329">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="537.13678" z="977.61622"/>
<Orientation y="2.35621"/>
<Actor seed="58814"/>
</Entity>
<Entity uid="18330">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="534.20069" z="976.09235"/>
<Orientation y="2.35621"/>
<Actor seed="34202"/>
</Entity>
<Entity uid="18331">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="537.14118" z="975.73438"/>
<Orientation y="2.35621"/>
<Actor seed="19900"/>
</Entity>
<Entity uid="18332">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="529.79212" z="970.3426"/>
<Orientation y="2.35621"/>
<Actor seed="48792"/>
</Entity>
<Entity uid="18333">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="525.63617" z="987.59467"/>
<Orientation y="2.35621"/>
<Actor seed="20254"/>
</Entity>
<Entity uid="18334">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="529.02778" z="995.84418"/>
<Orientation y="2.35621"/>
<Actor seed="47006"/>
</Entity>
<Entity uid="18335">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="516.8559" z="967.65784"/>
<Orientation y="2.35621"/>
<Actor seed="26052"/>
</Entity>
<Entity uid="18336">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="517.74695" z="967.16907"/>
<Orientation y="2.35621"/>
<Actor seed="33480"/>
</Entity>
<Entity uid="18337">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="517.09015" z="976.12885"/>
<Orientation y="2.35621"/>
<Actor seed="39488"/>
</Entity>
<Entity uid="18338">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="506.49201" z="979.14362"/>
<Orientation y="2.35621"/>
<Actor seed="55722"/>
</Entity>
<Entity uid="18339">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="507.8795" z="967.21076"/>
<Orientation y="2.35621"/>
<Actor seed="38358"/>
</Entity>
<Entity uid="18340">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="520.67511" z="1007.93384"/>
<Orientation y="2.35621"/>
<Actor seed="20080"/>
</Entity>
<Entity uid="18341">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="522.15625" z="982.3357"/>
<Orientation y="2.35621"/>
<Actor seed="51240"/>
</Entity>
<Entity uid="18342">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="508.50571" z="939.89472"/>
<Orientation y="2.35621"/>
<Actor seed="45000"/>
</Entity>
<Entity uid="18343">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1025.00025" z="1056.21753"/>
<Orientation y="2.35621"/>
<Actor seed="48244"/>
</Entity>
<Entity uid="18344">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1041.22083" z="1070.82837"/>
<Orientation y="2.35621"/>
<Actor seed="34350"/>
</Entity>
<Entity uid="18345">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1039.59693" z="1065.08411"/>
<Orientation y="2.35621"/>
<Actor seed="10920"/>
</Entity>
<Entity uid="18346">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1005.26386" z="1092.25965"/>
<Orientation y="2.35621"/>
<Actor seed="17838"/>
</Entity>
<Entity uid="18347">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1006.64832" z="1021.14698"/>
<Orientation y="2.35621"/>
<Actor seed="13084"/>
</Entity>
<Entity uid="18348">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1007.2555" z="1003.23066"/>
<Orientation y="2.35621"/>
<Actor seed="10154"/>
</Entity>
<Entity uid="18349">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.61298" z="800.2771"/>
<Orientation y="1.52421"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18350">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.60261" z="800.95185"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18351">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.58271" z="801.60651"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18352">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.54096" z="802.35315"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18353">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.4964" z="803.72413"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18354">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.50678" z="803.04938"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18355">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.47651" z="804.37885"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18356">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.43482" z="805.12543"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18357">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.40821" z="806.46363"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18358">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.41858" z="805.78888"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18359">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.38831" z="807.11835"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18360">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.34656" z="807.86493"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18361">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.7198" z="807.52161"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.76154" z="806.77503"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.79181" z="805.44556"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.78144" z="806.12031"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.80805" z="804.78211"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.84974" z="804.03553"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.88001" z="802.70606"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.86963" z="803.3808"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.91419" z="802.00983"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.95594" z="801.26319"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.97584" z="800.60853"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.98157" z="800.24079"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.71882" z="807.85376"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.53064" z="807.83796"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18375">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.7934" z="800.22498"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18376">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.78766" z="800.59272"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18377">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.76777" z="801.24738"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18378">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.72602" z="801.99402"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18379">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.68146" z="803.365"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18380">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.69184" z="802.69025"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18381">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.66157" z="804.01972"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18382">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.61988" z="804.7663"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18383">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.59327" z="806.1045"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18384">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.60364" z="805.42975"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18385">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.57337" z="806.75922"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18386">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.53162" z="807.5058"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18387">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.1584" z="807.84913"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18388">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.20014" z="807.10254"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18389">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.23041" z="805.77308"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18390">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.22004" z="806.44782"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18391">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.24665" z="805.10962"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18392">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.28834" z="804.36304"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18393">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.31861" z="803.03357"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18394">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.30823" z="803.70832"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18395">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.35279" z="802.33735"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18396">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.39454" z="801.5907"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18397">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.41443" z="800.93604"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18398">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.42481" z="800.2613"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18399">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.98487" z="800.22504"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18400">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.9745" z="800.89979"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18401">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.9546" z="801.55445"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18402">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.91285" z="802.3011"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18403">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.8683" z="803.67206"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18404">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.87867" z="802.99732"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18405">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.8484" z="804.32679"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18406">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.80671" z="805.07337"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18407">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.7801" z="806.41157"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18408">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.79047" z="805.73682"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18409">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.7602" z="807.06629"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18410">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.71845" z="807.81287"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18411">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.09168" z="807.46955"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18412">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.13343" z="806.72297"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18413">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.1637" z="805.3935"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18414">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.15333" z="806.06824"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18415">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.17994" z="804.73005"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18416">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.22162" z="803.98346"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18417">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.2519" z="802.654"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18418">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.24152" z="803.32874"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18419">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.28608" z="801.95777"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18420">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.32782" z="801.21113"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18421">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.34772" z="800.55646"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18422">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.35346" z="800.18873"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18423">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.0907" z="807.8017"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18424">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.27887" z="807.81751"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18425">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.54163" z="800.20453"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18426">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.5359" z="800.57227"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18427">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.516" z="801.22693"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18428">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.47425" z="801.97358"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18429">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.4297" z="803.34455"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18430">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.44007" z="802.6698"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18431">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.4098" z="803.99927"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18432">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.36811" z="804.74585"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18433">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.3415" z="806.08405"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18434">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.35187" z="805.40931"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18435">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.3216" z="806.73877"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18436">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.27985" z="807.48536"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18437">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.90662" z="807.82868"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18438">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.94837" z="807.0821"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18439">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.97864" z="805.75263"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18440">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.96827" z="806.42737"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18441">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1014.99488" z="805.08918"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18442">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.03657" z="804.3426"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18443">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.06684" z="803.01313"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18444">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.05646" z="803.68787"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18445">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.10102" z="802.3169"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18446">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.14277" z="801.57026"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18447">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.16266" z="800.9156"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18448">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1015.17304" z="800.24085"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18449">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.99964" z="800.33863"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18450">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.98926" z="801.01337"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18451">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.96937" z="801.66803"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18452">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.92762" z="802.41468"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18453">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.88306" z="803.78565"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18454">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.89344" z="803.11091"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18455">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.86316" z="804.44037"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18456">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.82148" z="805.18696"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18457">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.79487" z="806.52515"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18458">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.80524" z="805.85041"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18459">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.77497" z="807.17988"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18460">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.73322" z="807.92646"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18461">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.10645" z="807.58313"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18462">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.1482" z="806.83655"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18463">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.17847" z="805.50709"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18464">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.1681" z="806.18183"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18465">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.19471" z="804.84363"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18466">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.2364" z="804.09705"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18467">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.26667" z="802.76758"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18468">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.2563" z="803.44233"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18469">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.30085" z="802.07136"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18470">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.3426" z="801.32471"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18471">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.3625" z="800.67005"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18472">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.36823" z="800.30231"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18473">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.10547" z="807.91529"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18474">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.9173" z="807.89948"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18475">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.18006" z="800.2865"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18476">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.17432" z="800.65424"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18477">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.15442" z="801.3089"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18478">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.11268" z="802.05555"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18479">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.06812" z="803.42652"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18480">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.0785" z="802.75178"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18481">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.04822" z="804.08124"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18482">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1013.00654" z="804.82782"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18483">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.97992" z="806.16602"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18484">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.9903" z="805.49128"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18485">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.96003" z="806.82074"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18486">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.91828" z="807.56733"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18487">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.54505" z="807.91065"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18488">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.5868" z="807.16407"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18489">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.61707" z="805.8346"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18490">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.6067" z="806.50934"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18491">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.63331" z="805.17115"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18492">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.675" z="804.42457"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18493">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.70527" z="803.0951"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18494">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.6949" z="803.76984"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18495">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.73945" z="802.39887"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18496">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.7812" z="801.65223"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18497">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.8011" z="800.99756"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18498">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1012.81147" z="800.32282"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18499">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.25141" z="800.35907"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18500">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.24103" z="801.03382"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18501">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.22114" z="801.68848"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18502">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.17939" z="802.43512"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18503">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.13483" z="803.8061"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18504">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.14521" z="803.13135"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18505">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.11493" z="804.46082"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18506">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.07325" z="805.2074"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18507">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.04664" z="806.5456"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18508">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.05701" z="805.87085"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18509">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.02674" z="807.20032"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18510">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.985" z="807.9469"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18511">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.35822" z="807.60358"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18512">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.39997" z="806.857"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18513">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.43024" z="805.52753"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18514">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.41987" z="806.20228"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18515">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.44648" z="804.86408"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18516">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.48816" z="804.1175"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18517">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.51844" z="802.78803"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18518">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.50806" z="803.46277"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18519">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.55262" z="802.0918"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18520">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.59437" z="801.34516"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18521">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.61426" z="800.6905"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18522">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.62" z="800.32276"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18523">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1011.35724" z="807.93573"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18524">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.54542" z="807.95154"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18525">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.80817" z="800.33857"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18526">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.80243" z="800.7063"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18527">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.78254" z="801.36097"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18528">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.74079" z="802.10761"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18529">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.69623" z="803.47858"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18530">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.70661" z="802.80384"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18531">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.67634" z="804.13331"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18532">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.63465" z="804.87989"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18533">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.60804" z="806.21808"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18534">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.61841" z="805.54334"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18535">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.58814" z="806.87281"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18536">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.5464" z="807.6194"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18537">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.17316" z="807.96271"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18538">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.21491" z="807.21613"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18539">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.24518" z="805.88666"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18540">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.23481" z="806.56141"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18541">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.26142" z="805.22321"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18542">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.30311" z="804.47663"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18543">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.33338" z="803.14716"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18544">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.323" z="803.8219"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18545">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.36756" z="802.45093"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18546">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.40931" z="801.70429"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18547">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.4292" z="801.04963"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18548">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.43958" z="800.37488"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18549">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.85816" z="800.18342"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18550">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.84778" z="800.85816"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18551">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.82789" z="801.51282"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18552">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.78614" z="802.25947"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18553">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.74158" z="803.63044"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18554">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.75196" z="802.9557"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18555">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.72168" z="804.28516"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18556">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.68" z="805.03174"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18557">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.65339" z="806.36994"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18558">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.66376" z="805.6952"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18559">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.63349" z="807.02466"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18560">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.59174" z="807.77125"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18561">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.96497" z="807.42792"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18562">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.00672" z="806.68134"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18563">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.037" z="805.35187"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18564">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.02662" z="806.02662"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18565">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.05323" z="804.68842"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18566">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.09491" z="803.94184"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18567">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.12519" z="802.61237"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18568">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.11481" z="803.28711"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18569">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.15937" z="801.91614"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18570">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.20112" z="801.1695"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18571">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.22101" z="800.51484"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18572">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.22675" z="800.1471"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18573">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1016.964" z="807.76008"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18574">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.77582" z="807.74427"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18575">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.03858" z="800.1313"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18576">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.03284" z="800.49903"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18577">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.01294" z="801.1537"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18578">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.9712" z="801.90033"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18579">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.92664" z="803.27131"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18580">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.93702" z="802.59656"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18581">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.90674" z="803.92603"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18582">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.86506" z="804.67261"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18583">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.83844" z="806.01081"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18584">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.84882" z="805.33606"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18585">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.81855" z="806.66553"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18586">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.7768" z="807.41211"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18587">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.40357" z="807.75544"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18588">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.44532" z="807.00886"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18589">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.4756" z="805.67939"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18590">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.46521" z="806.35413"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18591">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.49183" z="805.01594"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18592">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.53351" z="804.26935"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18593">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.56379" z="802.93989"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18594">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.55341" z="803.61463"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18595">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.59797" z="802.24366"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18596">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.63971" z="801.49701"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18597">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.65961" z="800.84235"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18598">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1017.66999" z="800.16761"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18599">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.23005" z="800.13135"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18600">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.21967" z="800.8061"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18601">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.19977" z="801.46076"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18602">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.15803" z="802.2074"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18603">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.11347" z="803.57837"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18604">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.12385" z="802.90363"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18605">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.09357" z="804.2331"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18606">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.05188" z="804.97968"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18607">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.02527" z="806.31788"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18608">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.03565" z="805.64313"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18609">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.00538" z="806.9726"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18610">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.96363" z="807.71918"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18611">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.33686" z="807.37586"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18612">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.37861" z="806.62928"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18613">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.40888" z="805.29981"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18614">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.3985" z="805.97455"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18615">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.42511" z="804.63636"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18616">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.4668" z="803.88978"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18617">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.49708" z="802.56031"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18618">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.4867" z="803.23505"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18619">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.53125" z="801.86408"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18620">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.573" z="801.11744"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18621">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.5929" z="800.46277"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18622">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.59864" z="800.09504"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18623">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.33588" z="807.70801"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18624">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.52405" z="807.72382"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18625">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.78681" z="800.11084"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18626">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.78107" z="800.47858"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18627">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.76117" z="801.13324"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18628">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.71943" z="801.87989"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18629">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.67487" z="803.25086"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18630">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.68525" z="802.57612"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18631">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.65497" z="803.90558"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18632">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.61329" z="804.65217"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18633">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.58667" z="805.99036"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18634">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.59705" z="805.31562"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18635">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.56678" z="806.64509"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18636">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.52503" z="807.39167"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18637">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.1518" z="807.735"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18638">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.19355" z="806.98841"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18639">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.22382" z="805.65894"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18640">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.21344" z="806.33368"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18641">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.24006" z="804.99549"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18642">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.28174" z="804.24891"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18643">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.31202" z="802.91944"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18644">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.30164" z="803.59418"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18645">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.3462" z="802.22321"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18646">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.38794" z="801.47657"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18647">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.40784" z="800.8219"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18648">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1018.41822" z="800.14716"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18649">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.59162" z="800.04938"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18650">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.54932" z="800.78785"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18651">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.56135" z="801.37879"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18652">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.5196" z="802.12543"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18653">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.47504" z="803.4964"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18654">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.48542" z="802.82166"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18655">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.45514" z="804.15113"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18656">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.41346" z="804.89771"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18657">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.38685" z="806.23591"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18658">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.39722" z="805.56116"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18659">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.36695" z="806.89063"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18660">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.3252" z="807.63721"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18661">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.69843" z="807.29389"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18662">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.74018" z="806.54731"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18663">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.77045" z="805.21784"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18664">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.76008" z="805.89258"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18665">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.78669" z="804.55439"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18666">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.82837" z="803.80781"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18667">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.85865" z="802.47834"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18668">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.84827" z="803.15308"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18669">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.89283" z="801.78211"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18670">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.91633" z="801.05329"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18671">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.95447" z="800.3808"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18672">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.96021" z="800.01307"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18673">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.69745" z="807.62604"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18674">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.50928" z="807.61023"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18675">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.77204" z="799.99726"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18676">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.7663" z="800.365"/>
<Orientation y="-3.35987"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18677">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.7464" z="801.01966"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18678">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.70466" z="801.7663"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18679">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.6601" z="803.13727"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18680">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.67048" z="802.46253"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18681">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.6402" z="803.792"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18682">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.59852" z="804.53858"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18683">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.5719" z="805.87678"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18684">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.58228" z="805.20203"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18685">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.55201" z="806.5315"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18686">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.51026" z="807.27808"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18687">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.13703" z="807.6214"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18688">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.17878" z="806.87482"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18689">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.20905" z="805.54535"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18690">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.19867" z="806.2201"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18691">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.22529" z="804.8819"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18692">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.26697" z="804.13532"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18693">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.29725" z="802.80585"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18694">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.28687" z="803.4806"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18695">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.33143" z="802.10962"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18696">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.37317" z="801.36298"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18697">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.39307" z="800.70832"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18698">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.34955" z="800.00898"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18699">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.79572" z="800.10767"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18700">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.83301" z="800.74457"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18701">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.81312" z="801.39924"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18702">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.77137" z="802.14588"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18703">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.72681" z="803.51685"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18704">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.73719" z="802.84211"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18705">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.70691" z="804.17157"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18706">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.66523" z="804.91816"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18707">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.63862" z="806.25635"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18708">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.649" z="805.58161"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18709">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.61872" z="806.91108"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18710">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.57697" z="807.65766"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18711">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.9502" z="807.31434"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18712">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.99195" z="806.56775"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18713">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.02222" z="805.23829"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18714">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.01185" z="805.91303"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18715">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.03846" z="804.57483"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18716">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.08014" z="803.82825"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18717">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.11042" z="802.49878"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18718">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.10004" z="803.17353"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18719">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.1446" z="801.80256"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18720">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.18635" z="801.05591"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18721">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.20624" z="800.40125"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18722">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1021.21198" z="800.03351"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18723">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.94922" z="807.64649"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18724">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.1374" z="807.6623"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18725">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.40015" z="800.04932"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18726">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.39441" z="800.41706"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18727">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.37452" z="801.07172"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18728">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.33277" z="801.81836"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18729">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.28821" z="803.18934"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18730">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.29859" z="802.5146"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18731">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.26832" z="803.84406"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18732">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.22663" z="804.59064"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18733">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.20002" z="805.92884"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18734">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.2104" z="805.2541"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18735">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.18012" z="806.58356"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18736">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.13837" z="807.33014"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18737">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.76514" z="807.67347"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18738">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.8069" z="806.92688"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18739">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.83716" z="805.59742"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18740">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.82679" z="806.27216"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18741">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.8534" z="804.93396"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18742">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.89509" z="804.18738"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18743">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.92536" z="802.85792"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18744">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.91498" z="803.53266"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18745">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1019.95954" z="802.16169"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18746">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.00129" z="801.41504"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18747">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.02118" z="800.76038"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18748">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1020.03156" z="800.08564"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18749">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.32874" z="800.45368"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18750">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.31836" z="801.12842"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18751">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.29847" z="801.78309"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18752">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.25672" z="802.52973"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18753">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.21216" z="803.9007"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18754">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.22254" z="803.22596"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18755">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.19227" z="804.55542"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18756">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.15058" z="805.30201"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18757">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.12397" z="806.6402"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18758">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.13434" z="805.96546"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18759">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.10407" z="807.29493"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18760">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.06232" z="808.04151"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18761">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.43555" z="807.69819"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18762">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.4773" z="806.9516"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18763">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.50757" z="805.62214"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18764">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.4972" z="806.29688"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18765">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.52381" z="804.95868"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18766">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.5655" z="804.2121"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18767">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.59577" z="802.88263"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18768">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.5854" z="803.55738"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18769">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.62995" z="802.18641"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18770">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.6717" z="801.43976"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18771">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.6916" z="800.7851"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18772">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.69733" z="800.41736"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18773">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.43458" z="808.03034"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18774">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.2464" z="808.01453"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18775">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.45606" z="800.42627"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18776">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.50342" z="800.7693"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18777">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.45661" z="801.44855"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18778">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.44178" z="802.1706"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18779">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.39722" z="803.54157"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18780">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.4076" z="802.86683"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18781">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.37732" z="804.1963"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18782">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.33564" z="804.94288"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18783">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.30903" z="806.28107"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18784">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.3194" z="805.60633"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18785">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.28913" z="806.9358"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18786">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.24738" z="807.68238"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18787">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.87415" z="808.0257"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18788">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.9159" z="807.27912"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18789">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.94617" z="805.94965"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18790">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.9358" z="806.6244"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18791">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1007.96241" z="805.2862"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18792">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.0041" z="804.53962"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18793">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.03437" z="803.21015"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18794">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.024" z="803.8849"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18795">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.06855" z="802.51392"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18796">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.1103" z="801.76728"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18797">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.1302" z="801.11261"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18798">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.14057" z="800.43787"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18799">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.70063" z="800.40162"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18800">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.69025" z="801.07636"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18801">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.67035" z="801.73102"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18802">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.62861" z="802.47767"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18803">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.58405" z="803.84864"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18804">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.59443" z="803.1739"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18805">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.56415" z="804.50336"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18806">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.52247" z="805.24994"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18807">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.49585" z="806.58814"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18808">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.50623" z="805.9134"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18809">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.47596" z="807.24286"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18810">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.43421" z="807.98945"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18811">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.80744" z="807.64612"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18812">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.84919" z="806.89954"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18813">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.87946" z="805.57007"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18814">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.86908" z="806.24482"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18815">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.8957" z="804.90662"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18816">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.93738" z="804.16004"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18817">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.96766" z="802.83057"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18818">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.95728" z="803.50532"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18819">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.00184" z="802.13434"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18820">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.04358" z="801.3877"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18821">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.06348" z="800.73304"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18822">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1010.06922" z="800.3653"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18823">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.80646" z="807.97828"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18824">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.99463" z="807.99408"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18825">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.2574" z="800.38111"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18826">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.25165" z="800.74885"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18827">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.23176" z="801.40351"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18828">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.19001" z="802.15015"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18829">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.14545" z="803.52112"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18830">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.15583" z="802.84638"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18831">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.12555" z="804.17585"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18832">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.08387" z="804.92243"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18833">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.05726" z="806.26063"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18834">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.06763" z="805.58588"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18835">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1009.03736" z="806.91535"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18836">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.99561" z="807.66193"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18837">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.57728" z="808.01972"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18838">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.66413" z="807.25867"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18839">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.6944" z="805.9292"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18840">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.68403" z="806.60395"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18841">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.71064" z="805.26575"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18842">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.75232" z="804.51917"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18843">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.7826" z="803.1897"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18844">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.77222" z="803.86445"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18845">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.81678" z="802.49347"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18846">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.85853" z="801.74683"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18847">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.87842" z="801.09217"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18848">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1008.8888" z="800.41742"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18849">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.73725" z="800.45838"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18850">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.72687" z="801.13312"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18851">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.70698" z="801.78779"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18852">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.66523" z="802.53443"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18853">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.62067" z="803.9054"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18854">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.63105" z="803.23066"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18855">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.60077" z="804.56012"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18856">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.55909" z="805.30671"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18857">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.53248" z="806.6449"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18858">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.54285" z="805.97016"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18859">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.51258" z="807.29963"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18860">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.47083" z="808.04621"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18861">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.84406" z="807.70289"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18862">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.88581" z="806.9563"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18863">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.91608" z="805.62684"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18864">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.90571" z="806.30158"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18865">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.93232" z="804.96338"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18866">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.974" z="804.2168"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18867">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.00428" z="802.88733"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18868">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.9939" z="803.56208"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18869">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.03846" z="802.19111"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18870">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.08021" z="801.44446"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18871">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.1001" z="800.7898"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18872">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.10584" z="800.42206"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18873">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.84308" z="808.03504"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18874">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.65491" z="808.01923"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18875">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.91767" z="800.40625"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18876">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.91193" z="800.774"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18877">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.89203" z="801.42865"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18878">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.85029" z="802.1753"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18879">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.80573" z="803.54627"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18880">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.81611" z="802.87153"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18881">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.78583" z="804.201"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18882">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.74415" z="804.94758"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18883">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.71753" z="806.28577"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18884">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.72791" z="805.61103"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18885">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.69764" z="806.9405"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18886">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.65589" z="807.68708"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18887">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.28266" z="808.0304"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18888">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.32441" z="807.28382"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18889">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.35468" z="805.95435"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18890">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.3443" z="806.6291"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18891">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.37092" z="805.2909"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18892">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.4126" z="804.54432"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18893">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.44288" z="803.21485"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18894">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.4325" z="803.8896"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18895">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.47706" z="802.51862"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18896">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.5188" z="801.77198"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18897">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.5387" z="801.11731"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18898">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1006.54908" z="800.44257"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18899">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.98902" z="800.47883"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18900">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.97864" z="801.15357"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18901">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.95875" z="801.80823"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18902">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.917" z="802.55488"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18903">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.87244" z="803.92585"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18904">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.88282" z="803.2511"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18905">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.85254" z="804.58057"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18906">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.81086" z="805.32715"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18907">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.78425" z="806.66535"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18908">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.79462" z="805.99061"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18909">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.76435" z="807.32007"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18910">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.7226" z="808.06666"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18911">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.09583" z="807.72333"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18912">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.13758" z="806.97675"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18913">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.16785" z="805.64728"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18914">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.15748" z="806.32203"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18915">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.18409" z="804.98383"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18916">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.22577" z="804.23725"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18917">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.25605" z="802.90778"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18918">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.24567" z="803.58252"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18919">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.29023" z="802.21155"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18920">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.33198" z="801.46491"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18921">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.35187" z="800.81025"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18922">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.35761" z="800.44251"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18923">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1005.09485" z="808.05549"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18924">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.28303" z="808.0713"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18925">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.54578" z="800.45832"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18926">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.54004" z="800.82605"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18927">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.52015" z="801.48072"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18928">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.4784" z="802.22736"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18929">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.43384" z="803.59833"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18930">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.44422" z="802.92359"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18931">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.41395" z="804.25306"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18932">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.37226" z="804.99964"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18933">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.34565" z="806.33783"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18934">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.35602" z="805.6631"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18935">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.32575" z="806.99256"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18936">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.284" z="807.73914"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18937">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1003.91077" z="808.08246"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18938">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1003.95252" z="807.33588"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18939">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1003.9828" z="806.00641"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18940">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1003.97242" z="806.68116"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18941">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1003.99903" z="805.34296"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18942">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.04072" z="804.59638"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18943">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.07099" z="803.26691"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18944">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.06061" z="803.94166"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18945">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.10517" z="802.57068"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18946">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.14692" z="801.82404"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18947">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.16681" z="801.16938"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18948">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1004.1772" z="800.49463"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18949">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1024.02405" z="799.99927"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18950">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1024.01368" z="800.67402"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18951">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.99378" z="801.32868"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18952">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.95203" z="802.07532"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18953">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.90748" z="803.4463"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18954">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.91785" z="802.77155"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18955">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.88758" z="804.10102"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18956">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.8459" z="804.8476"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18957">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.81928" z="806.1858"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18958">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.82966" z="805.51105"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18959">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.79938" z="806.84052"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18960">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.75763" z="807.5871"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18974">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.31806" z="807.59174"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18975">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.58082" z="799.97876"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18976">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.57508" z="800.3465"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18977">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.55518" z="801.00116"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18978">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.51343" z="801.74781"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18979">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.46888" z="803.11878"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18980">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.47925" z="802.44404"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18981">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.44898" z="803.7735"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18982">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.4073" z="804.52009"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18983">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.38068" z="805.85828"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18984">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.39106" z="805.18354"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18985">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.36078" z="806.51301"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18986">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.31904" z="807.25959"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18987">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.94581" z="807.60291"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18988">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1022.98755" z="806.85633"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18989">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.01783" z="805.52686"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18990">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.00745" z="806.2016"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18991">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.03406" z="804.86341"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18992">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.07575" z="804.11683"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18993">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.10602" z="802.78736"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18994">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.09565" z="803.4621"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18995">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.1402" z="802.09113"/>
<Orientation y="1.56095"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18996">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.18195" z="801.34449"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18997">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.20185" z="800.68982"/>
<Orientation y="-3.66276"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18998">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1023.21222" z="800.01508"/>
<Orientation y="1.52422"/>
<Actor seed="48296"/>
</Entity>
<Entity uid="18999">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1005.6667" z="799.56733"/>
<Orientation y="1.54011"/>
<Actor seed="24730"/>
</Entity>
<Entity uid="19000">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1005.2699" z="808.00959"/>
<Orientation y="1.54011"/>
<Actor seed="21474"/>
</Entity>
<Entity uid="19001">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1008.1969" z="799.71808"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19002">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1007.64472" z="808.12159"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19003">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1011.29065" z="799.61573"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19004">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1010.87134" z="808.15168"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19005">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1014.99024" z="799.5146"/>
<Orientation y="4.68876"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19006">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1014.3443" z="808.27991"/>
<Orientation y="4.70017"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19007">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1018.57184" z="799.52845"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19008">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1017.96949" z="808.27082"/>
<Orientation y="4.6988"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19009">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1021.57148" z="808.25641"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19010">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="1021.92835" z="799.50092"/>
<Orientation y="4.68056"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19030">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1177.35755" z="949.20398"/>
<Orientation y="2.35621"/>
<Actor seed="29366"/>
</Entity>
<Entity uid="19065">
<Template>actor|particle/flame_firepit_1.xml</Template>
<Position x="960.27479" z="807.11542"/>
<Orientation y="2.35621"/>
<Actor seed="53756"/>
</Entity>
<Entity uid="19066">
<Template>actor|particle/flame_firepit_1.xml</Template>
<Position x="960.46637" z="800.98823"/>
<Orientation y="2.35621"/>
<Actor seed="21746"/>
</Entity>
<Entity uid="19067">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="960.52558" z="798.48914"/>
<Orientation y="4.73763"/>
<Actor seed="20678"/>
</Entity>
<Entity uid="19068">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="960.40986" z="809.56513"/>
<Orientation y="1.6033"/>
<Actor seed="21236"/>
</Entity>
<Entity uid="19069">
<Template>actor|props/special/eyecandy/ptol_statues_sphynx_base.xml</Template>
<Position x="960.3628" z="804.18848"/>
<Orientation y="3.14849"/>
<Actor seed="13506"/>
</Entity>
<Entity uid="19071">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="960.58802" z="801.03455"/>
<Orientation y="2.35621"/>
<Actor seed="63176"/>
</Entity>
<Entity uid="19084">
<Template>actor|props/special/eyecandy/vase_iberians_a.xml</Template>
<Position x="960.44587" z="807.1496"/>
<Orientation y="2.17582"/>
<Actor seed="63176"/>
</Entity>
<Entity uid="19086">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1021.17438" z="814.51032"/>
<Orientation y="3.72014"/>
<Actor seed="60400"/>
</Entity>
<Entity uid="19087">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.92127" z="811.409"/>
<Orientation y="2.35621"/>
<Actor seed="34420"/>
</Entity>
<Entity uid="19088">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1025.28357" z="813.86841"/>
<Orientation y="2.35621"/>
<Actor seed="48308"/>
</Entity>
<Entity uid="19089">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.7812" z="815.2953"/>
<Orientation y="2.35621"/>
<Actor seed="2212"/>
</Entity>
<Entity uid="19090">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1017.14667" z="792.40986"/>
<Orientation y="5.4881"/>
<Actor seed="53316"/>
</Entity>
<Entity uid="19091">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1005.1521" z="810.9391"/>
<Orientation y="0.18934"/>
<Actor seed="41464"/>
</Entity>
<Entity uid="19092">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1009.22681" z="815.63904"/>
<Orientation y="0.77092"/>
<Actor seed="10830"/>
</Entity>
<Entity uid="19093">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1009.97761" z="815.41498"/>
<Orientation y="2.35621"/>
<Actor seed="45388"/>
</Entity>
<Entity uid="19095">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1005.69794" z="796.23829"/>
<Orientation y="2.35621"/>
<Actor seed="61552"/>
</Entity>
<Entity uid="19096">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1003.64637" z="794.7093"/>
<Orientation y="1.2486"/>
<Actor seed="3308"/>
</Entity>
<Entity uid="19098">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="973.70936" z="774.57807"/>
<Orientation y="2.35621"/>
<Actor seed="4400"/>
</Entity>
<Entity uid="19099">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1007.53003" z="820.04102"/>
<Orientation y="2.35621"/>
<Actor seed="19606"/>
</Entity>
<Entity uid="19100">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1075.90857" z="846.45636"/>
<Orientation y="2.35621"/>
<Actor seed="17082"/>
</Entity>
<Entity uid="19101">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1000.19806" z="825.16376"/>
<Orientation y="2.68351"/>
<Actor seed="4146"/>
</Entity>
<Entity uid="19102">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1001.76624" z="824.70661"/>
<Orientation y="-0.35753"/>
<Actor seed="7554"/>
</Entity>
<Entity uid="19103">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1001.36152" z="785.97962"/>
<Orientation y="1.5301"/>
<Actor seed="33856"/>
</Entity>
<Entity uid="19104">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="999.51398" z="788.06489"/>
<Orientation y="2.35621"/>
<Actor seed="21590"/>
</Entity>
<Entity uid="19105">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1024.03846" z="833.08143"/>
<Orientation y="2.35621"/>
<Actor seed="17930"/>
</Entity>
<Entity uid="19106">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1018.55787" z="839.89356"/>
<Orientation y="2.35621"/>
<Actor seed="32364"/>
</Entity>
<Entity uid="19107">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1026.167" z="793.9358"/>
<Orientation y="2.35621"/>
<Actor seed="37542"/>
</Entity>
<Entity uid="19108">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1020.01307" z="776.2693"/>
<Orientation y="2.35621"/>
<Actor seed="60472"/>
</Entity>
<Entity uid="19109">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1022.21521" z="776.73206"/>
<Orientation y="2.35621"/>
<Actor seed="12710"/>
</Entity>
<Entity uid="19111">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.12262" z="796.74604"/>
<Orientation y="2.35621"/>
<Actor seed="45360"/>
</Entity>
<Entity uid="19112">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.9626" z="818.7884"/>
<Orientation y="2.35621"/>
<Actor seed="34982"/>
</Entity>
<Entity uid="19113">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1024.35413" z="820.50873"/>
<Orientation y="2.35621"/>
<Actor seed="29948"/>
</Entity>
<Entity uid="19114">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1012.17096" z="826.70038"/>
<Orientation y="2.35621"/>
<Actor seed="38440"/>
</Entity>
<Entity uid="19115">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.47028" z="777.82056"/>
<Orientation y="2.35621"/>
<Actor seed="17666"/>
</Entity>
<Entity uid="19116">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.97004" z="796.84491"/>
<Orientation y="3.02398"/>
<Actor seed="12988"/>
</Entity>
<Entity uid="19117">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1073.52735" z="833.8213"/>
<Orientation y="2.35621"/>
<Actor seed="3520"/>
</Entity>
<Entity uid="19118">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1075.07447" z="834.00513"/>
<Orientation y="2.35621"/>
<Actor seed="17532"/>
</Entity>
<Entity uid="19119">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1020.5605" z="756.4245"/>
<Orientation y="2.35621"/>
<Actor seed="13800"/>
</Entity>
<Entity uid="19120">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1019.41016" z="747.78846"/>
<Orientation y="2.35621"/>
<Actor seed="15132"/>
</Entity>
<Entity uid="19121">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1020.92231" z="755.89368"/>
<Orientation y="2.35621"/>
<Actor seed="20478"/>
</Entity>
<Entity uid="19122">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="980.55805" z="744.21894"/>
<Orientation y="2.35621"/>
<Actor seed="4422"/>
</Entity>
<Entity uid="19123">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="981.21741" z="743.4391"/>
<Orientation y="2.35621"/>
<Actor seed="1416"/>
</Entity>
<Entity uid="19124">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="948.33082" z="755.72675"/>
<Orientation y="2.35621"/>
<Actor seed="22738"/>
</Entity>
<Entity uid="19125">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="938.91364" z="765.98365"/>
<Orientation y="2.35621"/>
<Actor seed="50592"/>
</Entity>
<Entity uid="19126">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="999.0074" z="777.82703"/>
<Orientation y="1.29754"/>
<Actor seed="59018"/>
</Entity>
<Entity uid="19127">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1019.44037" z="790.72938"/>
<Orientation y="3.2639"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19128">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1018.71302" z="790.14802"/>
<Orientation y="-5.88572"/>
<Actor seed="852"/>
</Entity>
<Entity uid="19129">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1014.47272" z="793.71717"/>
<Orientation y="1.84824"/>
<Actor seed="53316"/>
</Entity>
<Entity uid="19131">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1014.81348" z="790.92817"/>
<Orientation y="1.225"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19132">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1015.10615" z="790.74732"/>
<Orientation y="-2.0395"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19133">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1016.14856" z="789.65107"/>
<Orientation y="1.14766"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19134">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1015.46283" z="790.1662"/>
<Orientation y="1.02652"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19148">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1012.2483" z="794.87574"/>
<Orientation y="-0.46146"/>
<Actor seed="852"/>
</Entity>
<Entity uid="19149">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1012.0055" z="793.11738"/>
<Orientation y="5.07543"/>
<Actor seed="53316"/>
</Entity>
<Entity uid="19150">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1014.23407" z="792.77216"/>
<Orientation y="1.40061"/>
<Actor seed="53316"/>
</Entity>
<Entity uid="19152">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1018.95868" z="790.22114"/>
<Orientation y="-3.82984"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19161">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="976.01294" z="895.99012"/>
<Orientation y="2.35621"/>
<Actor seed="23926"/>
</Entity>
<Entity uid="19162">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="973.57941" z="886.97529"/>
<Orientation y="2.35621"/>
<Actor seed="11696"/>
</Entity>
<Entity uid="19163">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="978.40833" z="940.50971"/>
<Orientation y="2.35621"/>
<Actor seed="36812"/>
</Entity>
<Entity uid="19169">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1023.67743" z="798.21637"/>
<Orientation y="2.35621"/>
<Actor seed="56564"/>
</Entity>
<Entity uid="19170">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1024.16651" z="828.42469"/>
<Orientation y="2.35621"/>
<Actor seed="28524"/>
</Entity>
<Entity uid="19171">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1000.58716" z="896.51777"/>
<Orientation y="2.35621"/>
<Actor seed="13690"/>
</Entity>
<Entity uid="19172">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1001.37134" z="876.26417"/>
<Orientation y="2.35621"/>
<Actor seed="56646"/>
</Entity>
<Entity uid="19173">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1019.58497" z="798.07074"/>
<Orientation y="3.25013"/>
<Actor seed="8420"/>
</Entity>
<Entity uid="19174">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1018.78711" z="797.7776"/>
<Orientation y="-3.96698"/>
<Actor seed="3607"/>
</Entity>
<Entity uid="19180">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="1412.87635" z="680.83295"/>
<Orientation y="2.35621"/>
<Actor seed="44312"/>
</Entity>
<Entity uid="19181">
<Template>units/cart_support_trader</Template>
<Player>3</Player>
<Position x="281.9463" z="651.08411"/>
<Orientation y="3.4105"/>
<Actor seed="59416"/>
</Entity>
<Entity uid="19182">
<Template>units/cart_support_trader</Template>
<Player>3</Player>
<Position x="281.0969" z="666.67103"/>
<Orientation y="2.35621"/>
<Actor seed="46410"/>
</Entity>
<Entity uid="19183">
<Template>units/cart_support_trader</Template>
<Player>3</Player>
<Position x="281.32947" z="646.08497"/>
<Orientation y="2.79685"/>
<Actor seed="19458"/>
</Entity>
<Entity uid="19216">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1242.54371" z="533.58204"/>
<Orientation y="2.68685"/>
<Actor seed="15516"/>
</Entity>
<Entity uid="19217">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1253.49" z="516.96076"/>
<Orientation y="4.39489"/>
<Actor seed="7992"/>
</Entity>
<Entity uid="19218">
<Template>actor|props/flora/grass_tropic_field.xml</Template>
<Position x="1261.95215" z="503.57251"/>
<Orientation y="2.64258"/>
<Actor seed="4844"/>
</Entity>
<Entity uid="19219">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1276.2317" z="500.22266"/>
<Orientation y="2.35621"/>
<Actor seed="8352"/>
</Entity>
<Entity uid="19220">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1277.7804" z="441.13984"/>
<Orientation y="2.35621"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19221">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1277.22291" z="445.75406"/>
<Orientation y="2.35621"/>
<Actor seed="10660"/>
</Entity>
<Entity uid="19222">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1272.67005" z="448.5008"/>
<Orientation y="7.76583"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19223">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1271.25818" z="443.23716"/>
<Orientation y="7.43357"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19224">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1273.33143" z="457.0969"/>
<Orientation y="7.31939"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19225">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1268.02588" z="453.19877"/>
<Orientation y="1.10314"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19226">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1264.1421" z="484.51572"/>
<Orientation y="7.25326"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19227">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1227.34852" z="545.52851"/>
<Orientation y="7.64599"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19228">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1150.23157" z="475.55042"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19229">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1145.37085" z="474.68705"/>
<Orientation y="7.55452"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19230">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1148.5619" z="466.78595"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19231">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1190.30555" z="399.74314"/>
<Orientation y="3.94834"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19232">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1220.71705" z="570.17334"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19233">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1208.13953" z="663.01771"/>
<Orientation y="2.21148"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19234">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1212.29493" z="658.1919"/>
<Orientation y="-2.9034"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19235">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1212.3401" z="652.32947"/>
<Orientation y="2.53219"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19236">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1215.2782" z="602.40253"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19237">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1219.67603" z="598.65278"/>
<Orientation y="3.0192"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19238">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1184.94141" z="744.0066"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19239">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1179.47291" z="747.81147"/>
<Orientation y="4.76348"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19240">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1072.85218" z="627.03736"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19241">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1073.15662" z="633.43824"/>
<Orientation y="1.69024"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19242">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1105.44947" z="558.99701"/>
<Orientation y="2.35622"/>
<Actor seed="3238"/>
</Entity>
<Entity uid="19243">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1254.78675" z="503.2996"/>
<Orientation y="2.35621"/>
<Actor seed="50220"/>
</Entity>
<Entity uid="19244">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1153.11573" z="470.03943"/>
<Orientation y="2.35621"/>
<Actor seed="65300"/>
</Entity>
<Entity uid="19245">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1151.69837" z="472.29978"/>
<Orientation y="2.35621"/>
<Actor seed="60244"/>
</Entity>
<Entity uid="19246">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1155.63062" z="470.3213"/>
<Orientation y="2.35621"/>
<Actor seed="30878"/>
</Entity>
<Entity uid="19247">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1162.80188" z="461.16285"/>
<Orientation y="2.35621"/>
<Actor seed="23034"/>
</Entity>
<Entity uid="19248">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1165.08021" z="462.71656"/>
<Orientation y="2.35621"/>
<Actor seed="3468"/>
</Entity>
<Entity uid="19249">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1271.27723" z="451.48798"/>
<Orientation y="2.35621"/>
<Actor seed="52310"/>
</Entity>
<Entity uid="19250">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1270.787" z="449.32114"/>
<Orientation y="2.35621"/>
<Actor seed="12892"/>
</Entity>
<Entity uid="19251">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1273.10572" z="448.43168"/>
<Orientation y="2.35621"/>
<Actor seed="3198"/>
</Entity>
<Entity uid="19252">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1250.10926" z="508.70804"/>
<Orientation y="2.35621"/>
<Actor seed="12570"/>
</Entity>
<Entity uid="19253">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1249.98841" z="511.95368"/>
<Orientation y="2.35621"/>
<Actor seed="20882"/>
</Entity>
<Entity uid="19254">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1245.23462" z="516.65137"/>
<Orientation y="2.35621"/>
<Actor seed="53462"/>
</Entity>
<Entity uid="19255">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="1219.04786" z="571.07856"/>
<Orientation y="2.35621"/>
<Actor seed="26792"/>
</Entity>
<Entity uid="19257">
<Template>gaia/geology_metal_savanna_slabs</Template>
<Player>0</Player>
<Position x="1912.40564" z="1189.08582"/>
<Orientation y="1.24259"/>
<Actor seed="44726"/>
</Entity>
<Entity uid="19260">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="259.56122" z="726.16327"/>
<Orientation y="3.04366"/>
<Actor seed="1050"/>
</Entity>
<Entity uid="19261">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="258.16633" z="735.10181"/>
<Orientation y="3.04366"/>
<Actor seed="1050"/>
</Entity>
<Entity uid="19262">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="229.14142" z="693.11927"/>
<Orientation y="3.05301"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19263">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="228.1555" z="708.5683"/>
<Orientation y="3.05301"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19264">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="211.749" z="699.30555"/>
<Orientation y="3.05301"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19265">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="211.09577" z="706.91968"/>
<Orientation y="3.05301"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19266">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="212.11182" z="691.44117"/>
<Orientation y="3.05301"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19267">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="224.50641" z="688.0954"/>
<Orientation y="4.65462"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19268">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="215.12601" z="687.67548"/>
<Orientation y="4.65462"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19269">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="223.16443" z="712.7989"/>
<Orientation y="4.65462"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19270">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="213.9369" z="711.90558"/>
<Orientation y="4.65462"/>
<Actor seed="3200"/>
</Entity>
<Entity uid="19272">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1026.84363" z="999.59559"/>
<Orientation y="-0.92772"/>
<Actor seed="1800"/>
</Entity>
<Entity uid="19277">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="800.84137" z="1666.64844"/>
<Orientation y="2.35621"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="19278">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="809.28583" z="1674.96766"/>
<Orientation y="2.35621"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19279">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="818.77948" z="1684.10315"/>
<Orientation y="2.35622"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="19280">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="837.66596" z="1701.43885"/>
<Orientation y="2.35622"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="19281">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="856.78583" z="1719.4574"/>
<Orientation y="2.35622"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="19284">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="896.89631" z="1568.48182"/>
<Orientation y="-0.73705"/>
<Actor seed="51482"/>
</Entity>
<Entity uid="19285">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="913.61982" z="1585.29688"/>
<Orientation y="-0.73705"/>
<Actor seed="51482"/>
</Entity>
<Entity uid="19286">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="931.33954" z="1603.24231"/>
<Orientation y="-0.73705"/>
<Actor seed="51482"/>
</Entity>
<Entity uid="19287">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="947.77137" z="1620.92286"/>
<Orientation y="-0.73705"/>
<Actor seed="51482"/>
</Entity>
<Entity uid="19288">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="828.17304" z="1692.71448"/>
<Orientation y="2.35622"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19289">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="846.48786" z="1710.75025"/>
<Orientation y="2.35622"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19290">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="865.53827" z="1728.39283"/>
<Orientation y="2.35622"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19291">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="905.93403" z="1576.85267"/>
<Orientation y="-0.78115"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19292">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="922.4048" z="1594.52369"/>
<Orientation y="-0.78115"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19293">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="940.07697" z="1612.45447"/>
<Orientation y="-0.78115"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19294">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="956.5066" z="1630.18311"/>
<Orientation y="-0.78115"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19297">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="712.3266" z="1676.90918"/>
<Orientation y="2.3647"/>
<Actor seed="50848"/>
</Entity>
<Entity uid="19298">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="723.42182" z="1665.2782"/>
<Orientation y="2.36471"/>
<Actor seed="50848"/>
</Entity>
<Entity uid="19299">
<Template>actor|props/special/eyecandy/obelisk.xml</Template>
<Position x="712.92939" z="1654.18677"/>
<Orientation y="2.36471"/>
<Actor seed="50848"/>
</Entity>
<Entity uid="19301">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1221.52747" z="1004.32758"/>
<Orientation y="-1.11982"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="19302">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1242.49292" z="1047.30762"/>
<Orientation y="-1.11982"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="19304">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1265.2439" z="1052.25684"/>
<Orientation y="-5.77237"/>
<Actor seed="51482"/>
</Entity>
<Entity uid="19305">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="299.66651" z="698.89106"/>
<Orientation y="3.0031"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19306">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="363.45496" z="568.82386"/>
<Orientation y="0.91858"/>
<Actor seed="3071"/>
</Entity>
<Entity uid="19307">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="172.35648" z="659.94227"/>
<Orientation y="2.98314"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19308">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="147.55073" z="656.2364"/>
<Orientation y="3.0031"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19309">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="148.06669" z="652.71094"/>
<Orientation y="3.0031"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19310">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="145.52161" z="671.30854"/>
<Orientation y="3.0031"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19311">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="144.94217" z="674.67707"/>
<Orientation y="3.0031"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19312">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="153.83872" z="648.93616"/>
<Orientation y="7.68508"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19313">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="170.22333" z="675.26777"/>
<Orientation y="2.98996"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19314">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="169.84284" z="678.2851"/>
<Orientation y="2.98996"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19315">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="173.18607" z="654.44349"/>
<Orientation y="2.98314"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19316">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="164.42362" z="682.29261"/>
<Orientation y="4.5721"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19317">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="148.88694" z="680.18354"/>
<Orientation y="4.55021"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19318">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="156.56196" z="681.33918"/>
<Orientation y="4.57161"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19320">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="318.72425" z="625.39045"/>
<Orientation y="0.14994"/>
<Actor seed="3036"/>
</Entity>
<Entity uid="19321">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="309.81827" z="617.94184"/>
<Orientation y="-2.24567"/>
<Actor seed="3046"/>
</Entity>
<Entity uid="19322">
<Template>actor|temp/fence_wood_long_a.xml</Template>
<Position x="243.67261" z="772.50873"/>
<Orientation y="1.61748"/>
<Actor seed="1246"/>
</Entity>
<Entity uid="19323">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="252.40925" z="773.44544"/>
<Orientation y="1.20388"/>
<Actor seed="41866"/>
</Entity>
<Entity uid="19324">
<Template>actor|temp/fence_wood_short_a.xml</Template>
<Position x="235.06336" z="771.3296"/>
<Orientation y="1.11541"/>
<Actor seed="41866"/>
</Entity>
<Entity uid="19325">
<Template>actor|temp/fence_wood_long_a.xml</Template>
<Position x="226.5687" z="769.67011"/>
<Orientation y="1.52213"/>
<Actor seed="1246"/>
</Entity>
<Entity uid="19326">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="235.92127" z="581.19007"/>
<Orientation y="3.0031"/>
<Actor seed="37750"/>
</Entity>
<Entity uid="19328">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="218.00867" z="1143.1178"/>
<Orientation y="2.86023"/>
<Actor seed="4090"/>
</Entity>
<Entity uid="19329">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="224.52506" z="1151.80933"/>
<Orientation y="2.35621"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19330">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="220.21064" z="1148.20411"/>
<Orientation y="2.35621"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19331">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="209.09952" z="1148.69581"/>
<Orientation y="2.35621"/>
<Actor seed="62022"/>
</Entity>
<Entity uid="19332">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="190.8162" z="1125.00379"/>
<Orientation y="2.35621"/>
<Actor seed="63362"/>
</Entity>
<Entity uid="19333">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="200.81077" z="1137.49231"/>
<Orientation y="3.46915"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19334">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="207.92215" z="1131.03638"/>
<Orientation y="2.55906"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19335">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="210.32853" z="1163.24024"/>
<Orientation y="4.40326"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19336">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="220.8834" z="1158.09974"/>
<Orientation y="3.63637"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19337">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="230.6454" z="1151.60108"/>
<Orientation y="3.62357"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19338">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="227.99003" z="1136.43323"/>
<Orientation y="3.46915"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19339">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="233.53104" z="1141.95374"/>
<Orientation y="4.1072"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19340">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="207.0959" z="1171.45044"/>
<Orientation y="2.93322"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19341">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="207.19391" z="1173.72413"/>
<Orientation y="2.35622"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19342">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="210.87015" z="1168.18726"/>
<Orientation y="3.08298"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19343">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="216.95743" z="1162.72962"/>
<Orientation y="2.35622"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19344">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="231.59308" z="1148.95105"/>
<Orientation y="2.35622"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19345">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="167.66709" z="1092.11268"/>
<Orientation y="0.8544"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="19346">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="155.9878" z="1090.66675"/>
<Orientation y="2.35622"/>
<Actor seed="39700"/>
</Entity>
<Entity uid="19347">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="159.45105" z="1090.15577"/>
<Orientation y="2.35622"/>
<Actor seed="39700"/>
</Entity>
<Entity uid="19348">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="204.26496" z="1103.37855"/>
<Orientation y="2.69356"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19349">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="157.05439" z="1093.04346"/>
<Orientation y="2.02271"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19350">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="162.79258" z="1095.1449"/>
<Orientation y="7.49398"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19351">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="171.04108" z="1098.74036"/>
<Orientation y="7.61863"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19352">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="154.68299" z="1076.85303"/>
<Orientation y="7.49398"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19353">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="152.43989" z="1085.03663"/>
<Orientation y="8.40398"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19354">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="186.41352" z="1114.64625"/>
<Orientation y="7.49398"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19356">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="199.11014" z="1154.21485"/>
<Orientation y="4.75391"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19357">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="199.41196" z="1159.70643"/>
<Orientation y="3.92278"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19358">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="201.65622" z="1152.55982"/>
<Orientation y="3.8505"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19359">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="195.02976" z="1159.26294"/>
<Orientation y="2.35622"/>
<Actor seed="3256"/>
</Entity>
<Entity uid="19360">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="196.45652" z="1157.81336"/>
<Orientation y="5.08576"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19361">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="217.51832" z="1099.81348"/>
<Orientation y="-3.97968"/>
<Actor seed="4090"/>
</Entity>
<Entity uid="19362">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="176.8779" z="1119.01478"/>
<Orientation y="3.22838"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19363">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="196.74253" z="1104.82398"/>
<Orientation y="-1.73717"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19364">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="219.54114" z="1107.85621"/>
<Orientation y="3.67142"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19365">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="170.25205" z="1117.74463"/>
<Orientation y="8.20337"/>
<Actor seed="63282"/>
</Entity>
<Entity uid="19366">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="224.8007" z="1118.6886"/>
<Orientation y="3.81135"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19367">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="216.8795" z="1124.3805"/>
<Orientation y="3.10279"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19368">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="214.78486" z="1123.8335"/>
<Orientation y="-2.39945"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19369">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="224.37101" z="1137.87293"/>
<Orientation y="2.82415"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19370">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="227.87494" z="1120.85962"/>
<Orientation y="2.74494"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19371">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="233.24668" z="1129.23523"/>
<Orientation y="2.35622"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19372">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="235.14728" z="1129.83814"/>
<Orientation y="1.31782"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19373">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="222.58915" z="1136.56995"/>
<Orientation y="2.69117"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19374">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="221.49091" z="1110.88099"/>
<Orientation y="2.52663"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19375">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="218.86173" z="1105.10718"/>
<Orientation y="2.6713"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19376">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="174.86997" z="1120.04358"/>
<Orientation y="1.69526"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19377">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="195.92722" z="1105.89136"/>
<Orientation y="2.73139"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19378">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="200.26337" z="1103.95276"/>
<Orientation y="3.46645"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19379">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="196.20936" z="1109.79542"/>
<Orientation y="0.9232"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19380">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="199.45255" z="1131.7881"/>
<Orientation y="1.26932"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19381">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="200.06034" z="1123.65748"/>
<Orientation y="2.7914"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19382">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="199.48246" z="1134.75696"/>
<Orientation y="1.80375"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19383">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="208.35416" z="1135.90552"/>
<Orientation y="2.88872"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19384">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="210.65403" z="1113.69751"/>
<Orientation y="2.80884"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19385">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="209.11518" z="1113.29102"/>
<Orientation y="1.9558"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19386">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="913.10987" z="1138.72889"/>
<Orientation y="-1.62334"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19387">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="896.91517" z="1137.60792"/>
<Orientation y="-1.62334"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19388">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="896.12037" z="1163.44129"/>
<Orientation y="-1.62334"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19389">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="913.36585" z="1164.53931"/>
<Orientation y="-1.62334"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19390">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="917.85566" z="1160.4408"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19391">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="917.95276" z="1143.60877"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19392">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1035.93006" z="1201.63648"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19393">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1036.15455" z="1192.2959"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19394">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1072.21253" z="1193.14563"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19395">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1072.0835" z="1202.44605"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19396">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1071.99488" z="1211.65967"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19397">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1072.08777" z="1215.41749"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19398">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1071.99" z="1224.70435"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19399">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1071.88965" z="1234.10352"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19400">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1035.46875" z="1223.6504"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19401">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1035.19129" z="1233.09351"/>
<Orientation y="-3.17089"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19402">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1039.86219" z="1238.02015"/>
<Orientation y="-7.8981"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19403">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1067.37745" z="1238.4452"/>
<Orientation y="-7.89811"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19404">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1067.45716" z="1188.28199"/>
<Orientation y="-7.89811"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19405">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1040.97437" z="1187.88953"/>
<Orientation y="-7.89811"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19406">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1151.32972" z="1271.78931"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19407">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1151.23072" z="1268.49122"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19408">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1188.20838" z="1271.6897"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19409">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1188.2815" z="1268.47376"/>
<Orientation y="3.13756"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19410">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1155.80323" z="1263.87171"/>
<Orientation y="1.57383"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19411">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1165.0724" z="1263.86207"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19412">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1174.46851" z="1263.86316"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19413">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1183.73011" z="1263.86084"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19414">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1155.92261" z="1276.41773"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19415">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1162.50403" z="1276.35279"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19416">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1177.41187" z="1276.33924"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19417">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="1183.67981" z="1276.33973"/>
<Orientation y="1.57384"/>
<Actor seed="8574"/>
</Entity>
<Entity uid="19418">
<Template>structures/sele_defense_tower</Template>
<Player>1</Player>
<Position x="997.30811" z="1533.84913"/>
<Orientation y="2.35622"/>
<Actor seed="43056"/>
</Entity>
<Entity uid="19419">
<Template>structures/maur_field</Template>
<Player>1</Player>
<Position x="1015.2923" z="1547.83387"/>
<Orientation y="5.45908"/>
<Actor seed="22574"/>
</Entity>
<Entity uid="19420">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="244.99769" z="832.97248"/>
<Orientation y="2.35621"/>
<Actor seed="39798"/>
</Entity>
<Entity uid="19421">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="246.65674" z="832.9408"/>
<Orientation y="2.35621"/>
<Actor seed="56870"/>
</Entity>
<Entity uid="19422">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="196.0351" z="862.27765"/>
<Orientation y="2.35621"/>
<Actor seed="52094"/>
</Entity>
<Entity uid="19423">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="196.95582" z="858.74012"/>
<Orientation y="2.35621"/>
<Actor seed="53664"/>
</Entity>
<Entity uid="19424">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="194.15741" z="863.98615"/>
<Orientation y="2.35621"/>
<Actor seed="2466"/>
</Entity>
<Entity uid="19425">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="191.84696" z="865.55713"/>
<Orientation y="2.35621"/>
<Actor seed="58304"/>
</Entity>
<Entity uid="19426">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="198.87705" z="855.26923"/>
<Orientation y="2.35621"/>
<Actor seed="10966"/>
</Entity>
<Entity uid="19427">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="241.13343" z="855.59406"/>
<Orientation y="2.35621"/>
<Actor seed="16804"/>
</Entity>
<Entity uid="19428">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="243.24372" z="856.67896"/>
<Orientation y="2.35621"/>
<Actor seed="29672"/>
</Entity>
<Entity uid="19429">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="239.75132" z="854.08057"/>
<Orientation y="2.35621"/>
<Actor seed="18550"/>
</Entity>
<Entity uid="19430">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="283.63117" z="799.50501"/>
<Orientation y="2.35621"/>
<Actor seed="39580"/>
</Entity>
<Entity uid="19431">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="279.6995" z="798.85218"/>
<Orientation y="2.35621"/>
<Actor seed="32542"/>
</Entity>
<Entity uid="19432">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="277.18415" z="800.01722"/>
<Orientation y="1.47327"/>
<Actor seed="57762"/>
</Entity>
<Entity uid="19433">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="272.86814" z="799.43244"/>
<Orientation y="2.99209"/>
<Actor seed="10076"/>
</Entity>
<Entity uid="19434">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="269.05646" z="798.84656"/>
<Orientation y="2.35621"/>
<Actor seed="46646"/>
</Entity>
<Entity uid="19435">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="238.29361" z="851.9148"/>
<Orientation y="2.1967"/>
<Actor seed="29170"/>
</Entity>
<Entity uid="19436">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="235.61796" z="851.36036"/>
<Orientation y="2.59612"/>
<Actor seed="60600"/>
</Entity>
<Entity uid="19437">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="232.24378" z="851.82575"/>
<Orientation y="2.35621"/>
<Actor seed="15832"/>
</Entity>
<Entity uid="19438">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="285.21357" z="796.60444"/>
<Orientation y="2.7693"/>
<Actor seed="9230"/>
</Entity>
<Entity uid="19439">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="229.61371" z="852.92164"/>
<Orientation y="1.61765"/>
<Actor seed="2822"/>
</Entity>
<Entity uid="19440">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="270.48948" z="811.7386"/>
<Orientation y="2.35621"/>
<Actor seed="38440"/>
</Entity>
<Entity uid="19441">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="273.24732" z="812.76661"/>
<Orientation y="2.35621"/>
<Actor seed="36364"/>
</Entity>
<Entity uid="19442">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="275.37687" z="814.13825"/>
<Orientation y="2.35621"/>
<Actor seed="20060"/>
</Entity>
<Entity uid="19443">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="277.84311" z="815.7771"/>
<Orientation y="2.35621"/>
<Actor seed="14806"/>
</Entity>
<Entity uid="19444">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="267.30994" z="810.5976"/>
<Orientation y="2.35621"/>
<Actor seed="1296"/>
</Entity>
<Entity uid="19445">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="271.52897" z="813.07056"/>
<Orientation y="2.35621"/>
<Actor seed="16836"/>
</Entity>
<Entity uid="19446">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="111.47127" z="823.48353"/>
<Orientation y="2.90412"/>
<Actor seed="23140"/>
</Entity>
<Entity uid="19447">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="113.4381" z="822.88654"/>
<Orientation y="2.35621"/>
<Actor seed="9902"/>
</Entity>
<Entity uid="19448">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="128.83509" z="822.98658"/>
<Orientation y="2.15435"/>
<Actor seed="30772"/>
</Entity>
<Entity uid="19449">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="130.19031" z="824.32929"/>
<Orientation y="2.35621"/>
<Actor seed="62932"/>
</Entity>
<Entity uid="19450">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="132.0651" z="826.93146"/>
<Orientation y="2.04572"/>
<Actor seed="58954"/>
</Entity>
<Entity uid="19451">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="124.52038" z="823.18573"/>
<Orientation y="2.35621"/>
<Actor seed="6472"/>
</Entity>
<Entity uid="19452">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="131.83143" z="828.36054"/>
<Orientation y="2.35621"/>
<Actor seed="12806"/>
</Entity>
<Entity uid="19453">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="114.33497" z="822.63416"/>
<Orientation y="2.08207"/>
<Actor seed="5634"/>
</Entity>
<Entity uid="19454">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="116.72187" z="822.13349"/>
<Orientation y="2.35621"/>
<Actor seed="38226"/>
</Entity>
<Entity uid="19455">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="179.5514" z="788.54535"/>
<Orientation y="3.71415"/>
<Actor seed="62454"/>
</Entity>
<Entity uid="19456">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="198.29502" z="856.62861"/>
<Orientation y="2.35621"/>
<Actor seed="29046"/>
</Entity>
<Entity uid="19457">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="196.85541" z="858.1352"/>
<Orientation y="2.35621"/>
<Actor seed="62122"/>
</Entity>
<Entity uid="19458">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="197.94544" z="859.55506"/>
<Orientation y="2.35621"/>
<Actor seed="43850"/>
</Entity>
<Entity uid="19459">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="170.81702" z="753.5475"/>
<Orientation y="2.35621"/>
<Actor seed="46996"/>
</Entity>
<Entity uid="19460">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="168.79044" z="752.82007"/>
<Orientation y="2.35621"/>
<Actor seed="44954"/>
</Entity>
<Entity uid="19461">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="173.7064" z="753.81891"/>
<Orientation y="2.35621"/>
<Actor seed="45750"/>
</Entity>
<Entity uid="19462">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="280.17765" z="799.5406"/>
<Orientation y="2.35621"/>
<Actor seed="41536"/>
</Entity>
<Entity uid="19463">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="282.30991" z="799.58265"/>
<Orientation y="2.35621"/>
<Actor seed="14824"/>
</Entity>
<Entity uid="19464">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="281.32996" z="798.60688"/>
<Orientation y="2.35621"/>
<Actor seed="52612"/>
</Entity>
<Entity uid="19465">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="276.70875" z="799.18238"/>
<Orientation y="2.35621"/>
<Actor seed="56016"/>
</Entity>
<Entity uid="19466">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="274.75782" z="814.42658"/>
<Orientation y="2.35621"/>
<Actor seed="21220"/>
</Entity>
<Entity uid="19467">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="273.66602" z="814.60474"/>
<Orientation y="2.35621"/>
<Actor seed="41378"/>
</Entity>
<Entity uid="19468">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="282.67399" z="832.29841"/>
<Orientation y="2.35621"/>
<Actor seed="1944"/>
</Entity>
<Entity uid="19469">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="274.06269" z="827.33637"/>
<Orientation y="2.35621"/>
<Actor seed="13654"/>
</Entity>
<Entity uid="19470">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="329.4174" z="805.211"/>
<Orientation y="2.35621"/>
<Actor seed="2486"/>
</Entity>
<Entity uid="19471">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="347.05344" z="789.26069"/>
<Orientation y="2.35621"/>
<Actor seed="2088"/>
</Entity>
<Entity uid="19472">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="362.18946" z="763.40723"/>
<Orientation y="2.35621"/>
<Actor seed="23802"/>
</Entity>
<Entity uid="19473">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="359.9589" z="770.21589"/>
<Orientation y="2.35621"/>
<Actor seed="42352"/>
</Entity>
<Entity uid="19474">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="251.09626" z="773.53296"/>
<Orientation y="2.35621"/>
<Actor seed="53542"/>
</Entity>
<Entity uid="19475">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="222.77173" z="768.63898"/>
<Orientation y="2.35621"/>
<Actor seed="12570"/>
</Entity>
<Entity uid="19476">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="167.9098" z="773.21912"/>
<Orientation y="2.35621"/>
<Actor seed="4320"/>
</Entity>
<Entity uid="19477">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="131.78171" z="758.05518"/>
<Orientation y="2.35621"/>
<Actor seed="63496"/>
</Entity>
<Entity uid="19478">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="131.71134" z="760.86237"/>
<Orientation y="2.35621"/>
<Actor seed="40702"/>
</Entity>
<Entity uid="19479">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="146.34232" z="769.08948"/>
<Orientation y="2.35621"/>
<Actor seed="17710"/>
</Entity>
<Entity uid="19480">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="62.25205" z="834.79065"/>
<Orientation y="2.35621"/>
<Actor seed="61520"/>
</Entity>
<Entity uid="19481">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="50.67191" z="827.96186"/>
<Orientation y="2.35621"/>
<Actor seed="18732"/>
</Entity>
<Entity uid="19482">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="38.53484" z="818.48218"/>
<Orientation y="2.35621"/>
<Actor seed="5556"/>
</Entity>
<Entity uid="19483">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="40.31954" z="820.4964"/>
<Orientation y="2.35621"/>
<Actor seed="63772"/>
</Entity>
<Entity uid="19484">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="42.54342" z="792.73469"/>
<Orientation y="2.35621"/>
<Actor seed="35014"/>
</Entity>
<Entity uid="19485">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="63.28783" z="769.31104"/>
<Orientation y="2.35621"/>
<Actor seed="28038"/>
</Entity>
<Entity uid="19486">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="100.64966" z="772.71033"/>
<Orientation y="2.35621"/>
<Actor seed="49136"/>
</Entity>
<Entity uid="19487">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="162.88703" z="841.61121"/>
<Orientation y="2.35621"/>
<Actor seed="4890"/>
</Entity>
<Entity uid="19488">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="144.85743" z="891.77192"/>
<Orientation y="2.35621"/>
<Actor seed="54592"/>
</Entity>
<Entity uid="19489">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="190.68293" z="880.1922"/>
<Orientation y="2.35621"/>
<Actor seed="2882"/>
</Entity>
<Entity uid="19490">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="187.58222" z="881.5475"/>
<Orientation y="2.35621"/>
<Actor seed="26052"/>
</Entity>
<Entity uid="19491">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="236.6779" z="878.45282"/>
<Orientation y="2.35621"/>
<Actor seed="35592"/>
</Entity>
<Entity uid="19492">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="232.83909" z="819.35285"/>
<Orientation y="2.35621"/>
<Actor seed="32190"/>
</Entity>
<Entity uid="19493">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="233.97883" z="818.46418"/>
<Orientation y="2.35621"/>
<Actor seed="64380"/>
</Entity>
<Entity uid="19494">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="234.25165" z="879.01746"/>
<Orientation y="2.35621"/>
<Actor seed="34946"/>
</Entity>
<Entity uid="19495">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="232.19236" z="879.1756"/>
<Orientation y="2.35621"/>
<Actor seed="14100"/>
</Entity>
<Entity uid="19496">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="188.48456" z="831.54261"/>
<Orientation y="2.35621"/>
<Actor seed="29008"/>
</Entity>
<Entity uid="19497">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="317.481" z="806.60767"/>
<Orientation y="2.9526"/>
<Actor seed="39970"/>
</Entity>
<Entity uid="19498">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="252.80497" z="809.18091"/>
<Orientation y="2.35621"/>
<Actor seed="60648"/>
</Entity>
<Entity uid="19499">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="187.04587" z="831.71454"/>
<Orientation y="2.35621"/>
<Actor seed="8860"/>
</Entity>
<Entity uid="19500">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="132.97239" z="841.5254"/>
<Orientation y="2.35621"/>
<Actor seed="14944"/>
</Entity>
<Entity uid="19501">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="134.42313" z="841.82361"/>
<Orientation y="2.35621"/>
<Actor seed="40010"/>
</Entity>
<Entity uid="19502">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="132.05826" z="840.34156"/>
<Orientation y="2.35621"/>
<Actor seed="32588"/>
</Entity>
<Entity uid="19503">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="78.32045" z="803.6659"/>
<Orientation y="2.35621"/>
<Actor seed="12010"/>
</Entity>
<Entity uid="19504">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="186.21695" z="845.90827"/>
<Orientation y="2.35621"/>
<Actor seed="15752"/>
</Entity>
<Entity uid="19505">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="183.9676" z="845.47187"/>
<Orientation y="2.35621"/>
<Actor seed="49956"/>
</Entity>
<Entity uid="19506">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="205.79578" z="878.58533"/>
<Orientation y="2.35621"/>
<Actor seed="32850"/>
</Entity>
<Entity uid="19507">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="303.66144" z="803.88184"/>
<Orientation y="2.35621"/>
<Actor seed="47012"/>
</Entity>
<Entity uid="19508">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="302.14692" z="807.02857"/>
<Orientation y="2.35621"/>
<Actor seed="14964"/>
</Entity>
<Entity uid="19509">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="351.88254" z="811.91395"/>
<Orientation y="2.35621"/>
<Actor seed="22414"/>
</Entity>
<Entity uid="19510">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="328.42261" z="770.8761"/>
<Orientation y="2.35621"/>
<Actor seed="12284"/>
</Entity>
<Entity uid="19511">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="285.39661" z="799.70545"/>
<Orientation y="2.35621"/>
<Actor seed="13924"/>
</Entity>
<Entity uid="19512">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="285.6919" z="798.287"/>
<Orientation y="2.35621"/>
<Actor seed="38776"/>
</Entity>
<Entity uid="19513">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="212.40122" z="784.36268"/>
<Orientation y="2.35621"/>
<Actor seed="11576"/>
</Entity>
<Entity uid="19514">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="246.41892" z="748.237"/>
<Orientation y="2.35621"/>
<Actor seed="32612"/>
</Entity>
<Entity uid="19515">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="226.89512" z="746.4162"/>
<Orientation y="2.35621"/>
<Actor seed="4988"/>
</Entity>
<Entity uid="19516">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="209.98899" z="784.85358"/>
<Orientation y="2.35621"/>
<Actor seed="59584"/>
</Entity>
<Entity uid="19517">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="226.58664" z="742.98249"/>
<Orientation y="2.35621"/>
<Actor seed="41016"/>
</Entity>
<Entity uid="19518">
<Template>gaia/fauna_hawk</Template>
<Position x="1036.4773" z="180.55784"/>
<Orientation y="2.35621"/>
<Actor seed="65110"/>
</Entity>
<Entity uid="19519">
<Template>gaia/fauna_hawk</Template>
<Position x="1824.95252" z="557.29468"/>
<Orientation y="2.35621"/>
<Actor seed="39364"/>
</Entity>
<Entity uid="19520">
<Template>gaia/fauna_hawk</Template>
<Position x="1676.58997" z="747.58954"/>
<Orientation y="2.35621"/>
<Actor seed="52276"/>
</Entity>
<Entity uid="19521">
<Template>gaia/fauna_hawk</Template>
<Position x="808.86103" z="992.04206"/>
<Orientation y="2.35621"/>
<Actor seed="37904"/>
</Entity>
<Entity uid="19522">
<Template>gaia/fauna_hawk</Template>
<Position x="748.4408" z="988.47498"/>
<Orientation y="2.35621"/>
<Actor seed="22232"/>
</Entity>
<Entity uid="19523">
<Template>gaia/fauna_hawk</Template>
<Position x="193.23523" z="799.29163"/>
<Orientation y="2.35621"/>
<Actor seed="38866"/>
</Entity>
<Entity uid="19524">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="799.73798" z="825.71497"/>
<Orientation y="2.35621"/>
<Actor seed="62058"/>
</Entity>
<Entity uid="19525">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="745.7729" z="847.93964"/>
<Orientation y="2.35621"/>
<Actor seed="47298"/>
</Entity>
<Entity uid="19526">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1050.56275" z="672.49872"/>
<Orientation y="2.35621"/>
<Actor seed="45470"/>
</Entity>
<Entity uid="19527">
<Template>gaia/fauna_fish</Template>
<Player>0</Player>
<Position x="1142.83228" z="583.66327"/>
<Orientation y="2.09861"/>
<Actor seed="3820"/>
</Entity>
<Entity uid="19528">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1144.51771" z="568.19129"/>
<Orientation y="2.35621"/>
<Actor seed="998"/>
</Entity>
<Entity uid="19529">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1248.87427" z="461.01218"/>
<Orientation y="0.58304"/>
<Actor seed="31630"/>
</Entity>
<Entity uid="19530">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1244.24817" z="468.1655"/>
<Orientation y="1.65897"/>
<Actor seed="55040"/>
</Entity>
<Entity uid="19531">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1228.30982" z="519.7013"/>
<Orientation y="1.45002"/>
<Actor seed="19540"/>
</Entity>
<Entity uid="19532">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1220.40381" z="524.72724"/>
<Orientation y="0.96186"/>
<Actor seed="26804"/>
</Entity>
<Entity uid="19533">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1243.11634" z="369.45948"/>
<Orientation y="1.3841"/>
<Actor seed="58474"/>
</Entity>
<Entity uid="19534">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1237.37879" z="376.48633"/>
<Orientation y="1.57099"/>
<Actor seed="44318"/>
</Entity>
<Entity uid="19535">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1211.81714" z="411.96119"/>
<Orientation y="1.38871"/>
<Actor seed="5214"/>
</Entity>
<Entity uid="19536">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1206.68543" z="414.90412"/>
<Orientation y="1.41393"/>
<Actor seed="48116"/>
</Entity>
<Entity uid="19537">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1191.02442" z="644.7458"/>
<Orientation y="0.56977"/>
<Actor seed="28370"/>
</Entity>
<Entity uid="19538">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1193.61951" z="636.4798"/>
<Orientation y="1.71988"/>
<Actor seed="12126"/>
</Entity>
<Entity uid="19539">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1422.24366" z="395.74732"/>
<Orientation y="0.11945"/>
<Actor seed="44124"/>
</Entity>
<Entity uid="19540">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1426.53626" z="390.96814"/>
<Orientation y="0.86176"/>
<Actor seed="16916"/>
</Entity>
<Entity uid="19541">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1430.94422" z="383.2638"/>
<Orientation y="1.68493"/>
<Actor seed="34146"/>
</Entity>
<Entity uid="19542">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1411.79139" z="222.39649"/>
<Orientation y="2.72994"/>
<Actor seed="23180"/>
</Entity>
<Entity uid="19543">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1425.1432" z="236.5271"/>
<Orientation y="1.86492"/>
<Actor seed="63362"/>
</Entity>
<Entity uid="19544">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1359.94092" z="131.8364"/>
<Orientation y="2.35621"/>
<Actor seed="63740"/>
</Entity>
<Entity uid="19545">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1399.8838" z="163.35398"/>
<Orientation y="1.65198"/>
<Actor seed="30048"/>
</Entity>
<Entity uid="19546">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1319.97876" z="170.63859"/>
<Orientation y="2.74233"/>
<Actor seed="56654"/>
</Entity>
<Entity uid="19547">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1327.64673" z="171.91251"/>
<Orientation y="2.19422"/>
<Actor seed="57630"/>
</Entity>
<Entity uid="19548">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1287.46546" z="128.12122"/>
<Orientation y="2.35621"/>
<Actor seed="10812"/>
</Entity>
<Entity uid="19549">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1152.52161" z="770.79151"/>
<Orientation y="6.49158"/>
<Actor seed="58294"/>
</Entity>
<Entity uid="19550">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1149.28113" z="779.4231"/>
<Orientation y="0.84701"/>
<Actor seed="25392"/>
</Entity>
<Entity uid="19551">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1139.08741" z="853.43024"/>
<Orientation y="1.5716"/>
<Actor seed="7818"/>
</Entity>
<Entity uid="19552">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1139.5337" z="862.07862"/>
<Orientation y="1.36164"/>
<Actor seed="16268"/>
</Entity>
<Entity uid="19553">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1086.70826" z="881.90314"/>
<Orientation y="1.9089"/>
<Actor seed="25134"/>
</Entity>
<Entity uid="19554">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1089.78248" z="890.21308"/>
<Orientation y="2.41327"/>
<Actor seed="27824"/>
</Entity>
<Entity uid="19555">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1085.14014" z="841.16889"/>
<Orientation y="1.85283"/>
<Actor seed="27612"/>
</Entity>
<Entity uid="19556">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1160.7959" z="930.70069"/>
<Orientation y="2.35621"/>
<Actor seed="12440"/>
</Entity>
<Entity uid="19557">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1166.13367" z="936.0298"/>
<Orientation y="1.89054"/>
<Actor seed="49276"/>
</Entity>
<Entity uid="19558">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1165.5243" z="944.42035"/>
<Orientation y="1.42026"/>
<Actor seed="34802"/>
</Entity>
<Entity uid="19559">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1120.41626" z="987.87012"/>
<Orientation y="2.1581"/>
<Actor seed="6154"/>
</Entity>
<Entity uid="19560">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1118.59473" z="997.56226"/>
<Orientation y="1.93622"/>
<Actor seed="20654"/>
</Entity>
<Entity uid="19561">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1127.24878" z="1002.18995"/>
<Orientation y="2.50251"/>
<Actor seed="38618"/>
</Entity>
<Entity uid="19562">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1177.91578" z="981.23121"/>
<Orientation y="1.89278"/>
<Actor seed="29554"/>
</Entity>
<Entity uid="19563">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1154.948" z="1009.48768"/>
<Orientation y="2.35621"/>
<Actor seed="53828"/>
</Entity>
<Entity uid="19564">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1261.04175" z="1194.38929"/>
<Orientation y="2.5175"/>
<Actor seed="30804"/>
</Entity>
<Entity uid="19565">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1269.65784" z="1204.6963"/>
<Orientation y="2.06972"/>
<Actor seed="64436"/>
</Entity>
<Entity uid="19566">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1269.8772" z="1217.5033"/>
<Orientation y="1.30552"/>
<Actor seed="56382"/>
</Entity>
<Entity uid="19567">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1202.62452" z="1156.88086"/>
<Orientation y="1.7587"/>
<Actor seed="20870"/>
</Entity>
<Entity uid="19568">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1202.71082" z="1148.09241"/>
<Orientation y="2.62592"/>
<Actor seed="10326"/>
</Entity>
<Entity uid="19569">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1197.39759" z="1141.43921"/>
<Orientation y="2.0185"/>
<Actor seed="3530"/>
</Entity>
<Entity uid="19570">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1254.06043" z="1140.24805"/>
<Orientation y="2.35621"/>
<Actor seed="30246"/>
</Entity>
<Entity uid="19571">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1232.2693" z="1281.6172"/>
<Orientation y="1.15241"/>
<Actor seed="30464"/>
</Entity>
<Entity uid="19572">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1269.8589" z="1325.26355"/>
<Orientation y="1.88645"/>
<Actor seed="4812"/>
</Entity>
<Entity uid="19573">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1269.4065" z="1337.07215"/>
<Orientation y="1.88227"/>
<Actor seed="21892"/>
</Entity>
<Entity uid="19574">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1277.35645" z="1346.11158"/>
<Orientation y="1.81856"/>
<Actor seed="17016"/>
</Entity>
<Entity uid="19575">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1167.63013" z="1438.75306"/>
<Orientation y="1.50475"/>
<Actor seed="63010"/>
</Entity>
<Entity uid="19576">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1173.2511" z="1429.29761"/>
<Orientation y="1.30131"/>
<Actor seed="7658"/>
</Entity>
<Entity uid="19577">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1182.31885" z="1421.77967"/>
<Orientation y="0.79661"/>
<Actor seed="18212"/>
</Entity>
<Entity uid="19578">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1181.20398" z="1429.93836"/>
<Orientation y="0.88495"/>
<Actor seed="12062"/>
</Entity>
<Entity uid="19579">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1229.95472" z="1423.08887"/>
<Orientation y="0.97382"/>
<Actor seed="64532"/>
</Entity>
<Entity uid="19580">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1224.72901" z="1354.34314"/>
<Orientation y="1.85451"/>
<Actor seed="30448"/>
</Entity>
<Entity uid="19581">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1224.0752" z="1363.73438"/>
<Orientation y="1.89693"/>
<Actor seed="36866"/>
</Entity>
<Entity uid="19582">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1281.63367" z="1444.32044"/>
<Orientation y="1.73073"/>
<Actor seed="39738"/>
</Entity>
<Entity uid="19583">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1290.0813" z="1452.31971"/>
<Orientation y="2.08321"/>
<Actor seed="7198"/>
</Entity>
<Entity uid="19584">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1290.4922" z="1463.20069"/>
<Orientation y="2.6596"/>
<Actor seed="16420"/>
</Entity>
<Entity uid="19585">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1357.7605" z="1452.48865"/>
<Orientation y="3.0696"/>
<Actor seed="46310"/>
</Entity>
<Entity uid="19586">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1368.36365" z="1451.66761"/>
<Orientation y="2.59755"/>
<Actor seed="46474"/>
</Entity>
<Entity uid="19587">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1376.89466" z="1456.03785"/>
<Orientation y="3.09"/>
<Actor seed="4790"/>
</Entity>
<Entity uid="19588">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1345.43995" z="1494.26319"/>
<Orientation y="3.05111"/>
<Actor seed="59980"/>
</Entity>
<Entity uid="19589">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1335.71766" z="1496.71265"/>
<Orientation y="3.44402"/>
<Actor seed="61726"/>
</Entity>
<Entity uid="19590">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1295.9391" z="1406.67225"/>
<Orientation y="1.97254"/>
<Actor seed="41802"/>
</Entity>
<Entity uid="19591">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1290.45081" z="1401.7063"/>
<Orientation y="2.35621"/>
<Actor seed="27328"/>
</Entity>
<Entity uid="19592">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1437.29712" z="1525.1869"/>
<Orientation y="2.50286"/>
<Actor seed="25818"/>
</Entity>
<Entity uid="19593">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1434.9148" z="1583.22913"/>
<Orientation y="2.09997"/>
<Actor seed="17916"/>
</Entity>
<Entity uid="19594">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1444.19007" z="1635.38465"/>
<Orientation y="1.64293"/>
<Actor seed="29092"/>
</Entity>
<Entity uid="19595">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1441.94312" z="1645.23536"/>
<Orientation y="0.93427"/>
<Actor seed="18778"/>
</Entity>
<Entity uid="19596">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1437.4751" z="1651.92554"/>
<Orientation y="0.45806"/>
<Actor seed="55946"/>
</Entity>
<Entity uid="19597">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1390.83094" z="1661.08313"/>
<Orientation y="1.66218"/>
<Actor seed="58590"/>
</Entity>
<Entity uid="19598">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1389.00464" z="1667.71216"/>
<Orientation y="1.72202"/>
<Actor seed="63384"/>
</Entity>
<Entity uid="19599">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1385.44446" z="1719.15442"/>
<Orientation y="1.7934"/>
<Actor seed="26666"/>
</Entity>
<Entity uid="19600">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1390.57691" z="1728.61219"/>
<Orientation y="0.98784"/>
<Actor seed="58008"/>
</Entity>
<Entity uid="19601">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1423.13904" z="1733.5315"/>
<Orientation y="1.56318"/>
<Actor seed="15294"/>
</Entity>
<Entity uid="19602">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1424.5547" z="1725.19129"/>
<Orientation y="1.09867"/>
<Actor seed="53346"/>
</Entity>
<Entity uid="19603">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1425.48072" z="1718.41749"/>
<Orientation y="7.32045"/>
<Actor seed="50716"/>
</Entity>
<Entity uid="19604">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="968.10865" z="1744.98658"/>
<Orientation y="4.70379"/>
<Actor seed="36444"/>
</Entity>
<Entity uid="19605">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="971.81379" z="1738.10828"/>
<Orientation y="3.71198"/>
<Actor seed="27694"/>
</Entity>
<Entity uid="19606">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="979.36408" z="1732.47144"/>
<Orientation y="3.83254"/>
<Actor seed="5728"/>
</Entity>
<Entity uid="19607">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1035.96302" z="1646.88538"/>
<Orientation y="4.01879"/>
<Actor seed="5806"/>
</Entity>
<Entity uid="19608">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1030.78357" z="1656.69288"/>
<Orientation y="3.77047"/>
<Actor seed="15222"/>
</Entity>
<Entity uid="19609">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1102.99622" z="1601.08106"/>
<Orientation y="2.8295"/>
<Actor seed="29932"/>
</Entity>
<Entity uid="19610">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1090.55713" z="1600.41785"/>
<Orientation y="2.70289"/>
<Actor seed="1666"/>
</Entity>
<Entity uid="19611">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1080.90027" z="1605.44935"/>
<Orientation y="3.16504"/>
<Actor seed="30652"/>
</Entity>
<Entity uid="19612">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1095.42542" z="1598.94813"/>
<Orientation y="3.45484"/>
<Actor seed="37498"/>
</Entity>
<Entity uid="19613">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1161.63929" z="1535.89271"/>
<Orientation y="1.07372"/>
<Actor seed="54752"/>
</Entity>
<Entity uid="19614">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1163.95801" z="1545.63941"/>
<Orientation y="1.44202"/>
<Actor seed="13350"/>
</Entity>
<Entity uid="19615">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1157.11622" z="1575.40125"/>
<Orientation y="0.87912"/>
<Actor seed="30144"/>
</Entity>
<Entity uid="19616">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1147.3379" z="1575.25855"/>
<Orientation y="0.95246"/>
<Actor seed="39440"/>
</Entity>
<Entity uid="19617">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1141.08533" z="1582.75245"/>
<Orientation y="0.65708"/>
<Actor seed="63150"/>
</Entity>
<Entity uid="19618">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1056.41749" z="1583.09241"/>
<Orientation y="3.05843"/>
<Actor seed="30092"/>
</Entity>
<Entity uid="19619">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1538.75611" z="1855.79395"/>
<Orientation y="2.35621"/>
<Actor seed="6066"/>
</Entity>
<Entity uid="19620">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1539.0282" z="1863.27967"/>
<Orientation y="2.35621"/>
<Actor seed="12470"/>
</Entity>
<Entity uid="19621">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1529.13111" z="1852.14759"/>
<Orientation y="2.35621"/>
<Actor seed="41728"/>
</Entity>
<Entity uid="19622">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1532.06775" z="1861.99671"/>
<Orientation y="2.35621"/>
<Actor seed="28298"/>
</Entity>
<Entity uid="19623">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1389.75684" z="1897.3429"/>
<Orientation y="0.18818"/>
<Actor seed="5526"/>
</Entity>
<Entity uid="19624">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1380.33667" z="1899.84571"/>
<Orientation y="6.84241"/>
<Actor seed="12498"/>
</Entity>
<Entity uid="19625">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1376.90271" z="1909.07325"/>
<Orientation y="0.93627"/>
<Actor seed="42472"/>
</Entity>
<Entity uid="19626">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1323.4214" z="1937.92896"/>
<Orientation y="5.88085"/>
<Actor seed="35494"/>
</Entity>
<Entity uid="19627">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1331.24817" z="1945.54969"/>
<Orientation y="5.76777"/>
<Actor seed="51018"/>
</Entity>
<Entity uid="19628">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1339.76063" z="1952.90882"/>
<Orientation y="5.53025"/>
<Actor seed="44066"/>
</Entity>
<Entity uid="19629">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1201.83643" z="1937.32337"/>
<Orientation y="2.50838"/>
<Actor seed="39730"/>
</Entity>
<Entity uid="19630">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1209.31946" z="1939.85279"/>
<Orientation y="2.68049"/>
<Actor seed="11156"/>
</Entity>
<Entity uid="19631">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1216.54126" z="1945.95521"/>
<Orientation y="2.35621"/>
<Actor seed="16026"/>
</Entity>
<Entity uid="19632">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1011.84443" z="1921.74476"/>
<Orientation y="2.16503"/>
<Actor seed="41574"/>
</Entity>
<Entity uid="19633">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1012.63691" z="1931.88819"/>
<Orientation y="2.01134"/>
<Actor seed="25664"/>
</Entity>
<Entity uid="19634">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1021.69898" z="1936.80372"/>
<Orientation y="2.80091"/>
<Actor seed="35664"/>
</Entity>
<Entity uid="19635">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1004.24817" z="1858.9928"/>
<Orientation y="1.6452"/>
<Actor seed="45872"/>
</Entity>
<Entity uid="19636">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="998.03626" z="1865.04371"/>
<Orientation y="1.4193"/>
<Actor seed="15300"/>
</Entity>
<Entity uid="19637">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="991.66877" z="1873.86133"/>
<Orientation y="1.28191"/>
<Actor seed="39750"/>
</Entity>
<Entity uid="19638">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="956.16614" z="1782.94336"/>
<Orientation y="2.22933"/>
<Actor seed="9056"/>
</Entity>
<Entity uid="19639">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="959.5481" z="1790.24683"/>
<Orientation y="2.24685"/>
<Actor seed="24604"/>
</Entity>
<Entity uid="19640">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="752.40156" z="1865.9485"/>
<Orientation y="2.6191"/>
<Actor seed="20524"/>
</Entity>
<Entity uid="19641">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="735.3567" z="1870.73182"/>
<Orientation y="3.58413"/>
<Actor seed="40208"/>
</Entity>
<Entity uid="19642">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="831.48316" z="1885.97706"/>
<Orientation y="2.35621"/>
<Actor seed="44922"/>
</Entity>
<Entity uid="19643">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="828.11548" z="1963.3263"/>
<Orientation y="0.5221"/>
<Actor seed="7130"/>
</Entity>
<Entity uid="19644">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="820.33405" z="1970.20264"/>
<Orientation y="6.61745"/>
<Actor seed="48962"/>
</Entity>
<Entity uid="19645">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="813.36908" z="1973.98401"/>
<Orientation y="-0.22614"/>
<Actor seed="8530"/>
</Entity>
<Entity uid="19646">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="804.59217" z="1977.13343"/>
<Orientation y="2.80585"/>
<Actor seed="33966"/>
</Entity>
<Entity uid="19647">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="717.63343" z="1906.52955"/>
<Orientation y="2.05556"/>
<Actor seed="62178"/>
</Entity>
<Entity uid="19648">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="715.87952" z="1913.33106"/>
<Orientation y="2.07667"/>
<Actor seed="49354"/>
</Entity>
<Entity uid="19649">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="714.22577" z="1923.54322"/>
<Orientation y="2.2082"/>
<Actor seed="59746"/>
</Entity>
<Entity uid="19650">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="721.20911" z="1899.81312"/>
<Orientation y="1.98136"/>
<Actor seed="42248"/>
</Entity>
<Entity uid="19651">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="412.66318" z="1766.95472"/>
<Orientation y="2.19239"/>
<Actor seed="36006"/>
</Entity>
<Entity uid="19652">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="413.30008" z="1753.17396"/>
<Orientation y="1.67435"/>
<Actor seed="54662"/>
</Entity>
<Entity uid="19653">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="421.09739" z="1738.54993"/>
<Orientation y="1.75788"/>
<Actor seed="36242"/>
</Entity>
<Entity uid="19654">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="305.1587" z="1674.55347"/>
<Orientation y="2.64329"/>
<Actor seed="30656"/>
</Entity>
<Entity uid="19655">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="272.14698" z="1635.52259"/>
<Orientation y="2.99967"/>
<Actor seed="41758"/>
</Entity>
<Entity uid="19656">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="283.13443" z="1642.62525"/>
<Orientation y="2.02434"/>
<Actor seed="32942"/>
</Entity>
<Entity uid="19657">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="282.19715" z="1652.1819"/>
<Orientation y="1.67515"/>
<Actor seed="61674"/>
</Entity>
<Entity uid="19658">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="212.07636" z="1574.16602"/>
<Orientation y="2.35621"/>
<Actor seed="36320"/>
</Entity>
<Entity uid="19659">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="209.155" z="1561.48377"/>
<Orientation y="1.46404"/>
<Actor seed="21718"/>
</Entity>
<Entity uid="19660">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="218.70707" z="1544.67908"/>
<Orientation y="1.83724"/>
<Actor seed="29124"/>
</Entity>
<Entity uid="19661">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="213.7125" z="1538.42627"/>
<Orientation y="2.75071"/>
<Actor seed="25456"/>
</Entity>
<Entity uid="19662">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="202.15543" z="1533.74134"/>
<Orientation y="2.4909"/>
<Actor seed="23400"/>
</Entity>
<Entity uid="19663">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="191.01282" z="1452.54847"/>
<Orientation y="2.35621"/>
<Actor seed="39274"/>
</Entity>
<Entity uid="19664">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="196.79743" z="1461.83997"/>
<Orientation y="2.35621"/>
<Actor seed="18190"/>
</Entity>
<Entity uid="19665">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="191.54606" z="1471.63685"/>
<Orientation y="2.35621"/>
<Actor seed="64254"/>
</Entity>
<Entity uid="19666">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="175.8824" z="1379.14551"/>
<Orientation y="2.35621"/>
<Actor seed="19702"/>
</Entity>
<Entity uid="19667">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="170.03272" z="1371.51355"/>
<Orientation y="2.09522"/>
<Actor seed="41112"/>
</Entity>
<Entity uid="19668">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="88.07673" z="1366.58423"/>
<Orientation y="1.50293"/>
<Actor seed="36982"/>
</Entity>
<Entity uid="19669">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="93.64945" z="1355.37415"/>
<Orientation y="1.3092"/>
<Actor seed="10874"/>
</Entity>
<Entity uid="19670">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="109.17032" z="1352.71802"/>
<Orientation y="2.93987"/>
<Actor seed="8694"/>
</Entity>
<Entity uid="19671">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="120.06341" z="1356.72742"/>
<Orientation y="2.19869"/>
<Actor seed="25540"/>
</Entity>
<Entity uid="19672">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="109.0549" z="1422.77576"/>
<Orientation y="2.35621"/>
<Actor seed="15086"/>
</Entity>
<Entity uid="19673">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="117.5656" z="1426.11597"/>
<Orientation y="2.35621"/>
<Actor seed="8100"/>
</Entity>
<Entity uid="19674">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="113.92641" z="1433.76343"/>
<Orientation y="2.35621"/>
<Actor seed="62274"/>
</Entity>
<Entity uid="19675">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="941.10596" z="1675.37244"/>
<Orientation y="5.4749"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="19676">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="934.4798" z="1667.81739"/>
<Orientation y="5.4749"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="19677">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="911.9845" z="1705.47083"/>
<Orientation y="8.62072"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="19678">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="905.49604" z="1699.34095"/>
<Orientation y="8.62073"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="19679">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="836.40723" z="1788.35572"/>
<Orientation y="0.79111"/>
<Actor seed="51482"/>
</Entity>
<Entity uid="19680">
<Template>structures/ptol_temple</Template>
<Player>5</Player>
<Position x="1375.15271" z="1103.76014"/>
<Orientation y="9.8994"/>
<Actor seed="10830"/>
</Entity>
<Entity uid="19681">
<Template>structures/iber_monument</Template>
<Player>5</Player>
<Position x="1365.13209" z="1096.24"/>
<Orientation y="3.6248"/>
<Actor seed="47336"/>
</Entity>
<Entity uid="19682">
<Template>actor|props/special/eyecandy/ptol_statues_dog_base.xml</Template>
<Position x="1364.50904" z="1092.88965"/>
<Orientation y="5.1862"/>
<Actor seed="55944"/>
</Entity>
<Entity uid="19683">
<Template>structures/iber_monument</Template>
<Player>5</Player>
<Position x="1374.70716" z="1091.20997"/>
<Orientation y="3.6248"/>
<Actor seed="47336"/>
</Entity>
<Entity uid="19685">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1361.297" z="1088.58973"/>
<Orientation y="6.18592"/>
<Actor seed="6496"/>
</Entity>
<Entity uid="19686">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1360.18714" z="1088.82801"/>
<Orientation y="6.48162"/>
<Actor seed="6496"/>
</Entity>
<Entity uid="19687">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1357.03724" z="1112.12525"/>
<Orientation y="6.48163"/>
<Actor seed="6496"/>
</Entity>
<Entity uid="19688">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1363.00733" z="1113.20472"/>
<Orientation y="8.95505"/>
<Actor seed="9916"/>
</Entity>
<Entity uid="19689">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1347.96802" z="1106.32044"/>
<Orientation y="1.57363"/>
<Actor seed="29774"/>
</Entity>
<Entity uid="19690">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1355.19727" z="1110.22913"/>
<Orientation y="0.73307"/>
<Actor seed="15302"/>
</Entity>
<Entity uid="19691">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1371.61048" z="1116.0713"/>
<Orientation y="5.21915"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="19692">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1343.11329" z="1104.7588"/>
<Orientation y="3.6399"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="19693">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1348.58118" z="1112.04676"/>
<Orientation y="3.91594"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="19694">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1362.59693" z="1118.45997"/>
<Orientation y="4.70778"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="19695">
<Template>other/fence_short</Template>
<Player>5</Player>
<Position x="1354.89112" z="1116.94043"/>
<Orientation y="4.1746"/>
<Actor seed="51988"/>
</Entity>
<Entity uid="19696">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="1365.79358" z="1108.6698"/>
<Orientation y="5.18538"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="19697">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1367.1753" z="1115.06434"/>
<Orientation y="4.54557"/>
<Actor seed="1717"/>
</Entity>
<Entity uid="19698">
<Template>actor|props/special/eyecandy/hay_small.xml</Template>
<Position x="1360.37281" z="1097.81177"/>
<Orientation y="5.44666"/>
<Actor seed="4754"/>
</Entity>
<Entity uid="19700">
<Template>actor|props/special/eyecandy/hay_small.xml</Template>
<Position x="1357.08411" z="1102.59339"/>
<Orientation y="5.47686"/>
<Actor seed="13524"/>
</Entity>
<Entity uid="19702">
<Template>actor|props/special/eyecandy/hay_cart.xml</Template>
<Position x="1361.16248" z="1102.23145"/>
<Orientation y="5.59574"/>
<Actor seed="52272"/>
</Entity>
<Entity uid="19703">
<Template>actor|props/structures/iberians/farmstead_hay.xml</Template>
<Position x="1358.1969" z="1102.38343"/>
<Orientation y="5.02492"/>
<Actor seed="27324"/>
</Entity>
<Entity uid="19704">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1365.8147" z="1115.12635"/>
<Orientation y="3.51525"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="19705">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1353.22632" z="1079.55677"/>
<Orientation y="5.17624"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="19706">
<Template>other/fence_stone</Template>
<Player>5</Player>
<Position x="1369.14869" z="1071.70069"/>
<Orientation y="5.17626"/>
<Actor seed="42230"/>
</Entity>
<Entity uid="19710">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="769.69636" z="1676.87427"/>
<Orientation y="2.35621"/>
<Actor seed="52156"/>
</Entity>
<Entity uid="19711">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="771.30494" z="1678.78541"/>
<Orientation y="2.35621"/>
<Actor seed="27968"/>
</Entity>
<Entity uid="19712">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="773.02363" z="1680.4867"/>
<Orientation y="2.35621"/>
<Actor seed="60272"/>
</Entity>
<Entity uid="19713">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="774.71723" z="1682.297"/>
<Orientation y="2.35621"/>
<Actor seed="1202"/>
</Entity>
<Entity uid="19714">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="767.25336" z="1679.45167"/>
<Orientation y="2.35621"/>
<Actor seed="18396"/>
</Entity>
<Entity uid="19715">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="768.81354" z="1681.66492"/>
<Orientation y="2.35621"/>
<Actor seed="29286"/>
</Entity>
<Entity uid="19716">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="770.54065" z="1683.5901"/>
<Orientation y="2.35621"/>
<Actor seed="46096"/>
</Entity>
<Entity uid="19717">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="772.14521" z="1685.48584"/>
<Orientation y="2.35621"/>
<Actor seed="21272"/>
</Entity>
<Entity uid="19718">
<Template>units/sele_support_female_citizen</Template>
<Player>1</Player>
<Position x="800.58173" z="1634.22706"/>
<Orientation y="2.35621"/>
<Actor seed="37756"/>
</Entity>
<Entity uid="19719">
<Template>units/sele_support_female_citizen</Template>
<Player>1</Player>
<Position x="802.29914" z="1630.25342"/>
<Orientation y="-0.52659"/>
<Actor seed="9148"/>
</Entity>
<Entity uid="19720">
<Template>units/sele_support_female_citizen</Template>
<Player>1</Player>
<Position x="957.25312" z="1639.21375"/>
<Orientation y="0.0467"/>
<Actor seed="5892"/>
</Entity>
<Entity uid="19721">
<Template>units/sele_support_female_citizen</Template>
<Player>1</Player>
<Position x="959.10688" z="1643.72046"/>
<Orientation y="4.2801"/>
<Actor seed="43642"/>
</Entity>
<Entity uid="19722">
<Template>actor|props/special/eyecandy/treasure_persian_food_big.xml</Template>
<Position x="854.64631" z="1576.35926"/>
<Orientation y="0.06673"/>
<Actor seed="26538"/>
</Entity>
<Entity uid="19724">
<Template>actor|props/special/eyecandy/treasure_persian_food_small.xml</Template>
<Position x="811.92365" z="1619.68409"/>
<Orientation y="0.85857"/>
<Actor seed="62176"/>
</Entity>
<Entity uid="19725">
<Template>actor|props/special/eyecandy/treasure_persian_metal_big.xml</Template>
<Position x="793.06605" z="1642.34791"/>
<Orientation y="2.35621"/>
<Actor seed="41262"/>
</Entity>
<Entity uid="19726">
<Template>actor|props/special/eyecandy/treasure_persian_metal_small.xml</Template>
<Position x="838.24634" z="1563.62171"/>
<Orientation y="3.5156"/>
<Actor seed="35016"/>
</Entity>
<Entity uid="19727">
<Template>actor|props/structures/persians/market_a_stall6.xml</Template>
<Position x="860.41187" z="1538.91565"/>
<Orientation y="3.95704"/>
<Actor seed="32976"/>
</Entity>
<Entity uid="19728">
<Template>actor|props/structures/carthaginians/kart_tc_stall_04.xml</Template>
<Position x="809.37085" z="1616.4839"/>
<Orientation y="0.70517"/>
<Actor seed="1614"/>
</Entity>
<Entity uid="19729">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="834.07654" z="1620.46851"/>
<Orientation y="2.35621"/>
<Actor seed="34174"/>
</Entity>
<Entity uid="19730">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="827.08307" z="1628.20801"/>
<Orientation y="2.35621"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="19731">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="860.93512" z="1594.92066"/>
<Orientation y="2.35621"/>
<Actor seed="28226"/>
</Entity>
<Entity uid="19732">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="856.72718" z="1598.81397"/>
<Orientation y="2.35621"/>
<Actor seed="52890"/>
</Entity>
<Entity uid="19733">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="852.23938" z="1602.21851"/>
<Orientation y="2.35621"/>
<Actor seed="58908"/>
</Entity>
<Entity uid="19734">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="830.9925" z="1624.38147"/>
<Orientation y="2.35621"/>
<Actor seed="19032"/>
</Entity>
<Entity uid="19735">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="835.59595" z="1561.00318"/>
<Orientation y="2.35621"/>
<Actor seed="41020"/>
</Entity>
<Entity uid="19736">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="842.96235" z="1568.43714"/>
<Orientation y="2.35621"/>
<Actor seed="3628"/>
</Entity>
<Entity uid="19737">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="872.51703" z="1750.63147"/>
<Orientation y="2.35621"/>
<Actor seed="3944"/>
</Entity>
<Entity uid="19738">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="867.20228" z="1745.39063"/>
<Orientation y="2.35621"/>
<Actor seed="56570"/>
</Entity>
<Entity uid="19739">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="853.20032" z="1753.44837"/>
<Orientation y="2.35621"/>
<Actor seed="26964"/>
</Entity>
<Entity uid="19751">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="823.7641" z="1632.12305"/>
<Orientation y="2.35621"/>
<Actor seed="43348"/>
</Entity>
<Entity uid="19752">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="864.58729" z="1591.67042"/>
<Orientation y="2.08234"/>
<Actor seed="58908"/>
</Entity>
<Entity uid="19754">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="849.04328" z="1575.18348"/>
<Orientation y="2.35622"/>
<Actor seed="43348"/>
</Entity>
<Entity uid="19755">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="808.24994" z="1613.62354"/>
<Orientation y="2.35622"/>
<Actor seed="43348"/>
</Entity>
<Entity uid="19756">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="801.2016" z="1606.85071"/>
<Orientation y="2.35622"/>
<Actor seed="3628"/>
</Entity>
<Entity uid="19757">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="793.53443" z="1599.07605"/>
<Orientation y="2.35622"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="19758">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="797.59876" z="1721.93934"/>
<Orientation y="2.35622"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="19759">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="807.01935" z="1732.29102"/>
<Orientation y="2.35622"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="19761">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="863.8072" z="1742.58667"/>
<Orientation y="2.35622"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="19762">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="872.37055" z="1750.38147"/>
<Orientation y="1.8894"/>
<Actor seed="41020"/>
</Entity>
<Entity uid="19763">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="861.83509" z="1762.07911"/>
<Orientation y="2.35622"/>
<Actor seed="41020"/>
</Entity>
<Entity uid="19764">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="856.83497" z="1757.04041"/>
<Orientation y="2.35622"/>
<Actor seed="56570"/>
</Entity>
<Entity uid="19765">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="853.23023" z="1753.3036"/>
<Orientation y="2.35622"/>
<Actor seed="58908"/>
</Entity>
<Entity uid="19766">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="866.13257" z="1765.57642"/>
<Orientation y="2.35622"/>
<Actor seed="56570"/>
</Entity>
<Entity uid="19767">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="876.64734" z="1754.79334"/>
<Orientation y="2.35622"/>
<Actor seed="56570"/>
</Entity>
<Entity uid="19770">
<Template>other/fence_stone</Template>
<Player>1</Player>
<Position x="853.33619" z="1756.58216"/>
<Orientation y="0.81444"/>
<Actor seed="4422"/>
</Entity>
<Entity uid="19771">
<Template>other/fence_stone</Template>
<Player>1</Player>
<Position x="865.91578" z="1742.79712"/>
<Orientation y="0.81914"/>
<Actor seed="4422"/>
</Entity>
<Entity uid="19772">
<Template>other/fence_stone</Template>
<Player>1</Player>
<Position x="875.47754" z="1752.0597"/>
<Orientation y="0.79291"/>
<Actor seed="4422"/>
</Entity>
<Entity uid="19773">
<Template>other/fence_stone</Template>
<Player>1</Player>
<Position x="862.80933" z="1765.9198"/>
<Orientation y="0.85007"/>
<Actor seed="4422"/>
</Entity>
<Entity uid="19774">
<Template>skirmish/units/default_infantry_melee_b</Template>
<Player>1</Player>
<Position x="840.26172" z="1606.30042"/>
<Orientation y="0.75284"/>
<Actor seed="62232"/>
</Entity>
<Entity uid="19775">
<Template>units/sele_infantry_spearman_e</Template>
<Player>1</Player>
<Position x="840.34382" z="1610.6106"/>
<Orientation y="1.8083"/>
<Actor seed="12000"/>
</Entity>
<Entity uid="19776">
<Template>units/ptol_infantry_javelinist_a</Template>
<Player>1</Player>
<Position x="844.7497" z="1606.38172"/>
<Orientation y="-0.64678"/>
<Actor seed="21468"/>
</Entity>
<Entity uid="19779">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="262.99235" z="665.24292"/>
<Orientation y="3.03109"/>
<Actor seed="40566"/>
</Entity>
<Entity uid="19780">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="274.59641" z="668.13227"/>
<Orientation y="-3.07877"/>
<Actor seed="40566"/>
</Entity>
<Entity uid="19781">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="274.45493" z="665.13111"/>
<Orientation y="-3.0768"/>
<Actor seed="62612"/>
</Entity>
<Entity uid="19782">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="262.81742" z="669.01886"/>
<Orientation y="3.035"/>
<Actor seed="62612"/>
</Entity>
<Entity uid="19783">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="262.02881" z="683.4532"/>
<Orientation y="2.96294"/>
<Actor seed="31474"/>
</Entity>
<Entity uid="19784">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="276.2855" z="681.10145"/>
<Orientation y="-3.01"/>
<Actor seed="31474"/>
</Entity>
<Entity uid="19785">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="276.12342" z="683.24164"/>
<Orientation y="-3.0206"/>
<Actor seed="27234"/>
</Entity>
<Entity uid="19786">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="262.41059" z="681.06617"/>
<Orientation y="2.96323"/>
<Actor seed="27234"/>
</Entity>
<Entity uid="19787">
<Template>units/cart_champion_cavalry</Template>
<Player>3</Player>
<Position x="264.34052" z="676.81073"/>
<Orientation y="-2.9684"/>
<Actor seed="30096"/>
</Entity>
<Entity uid="19788">
<Template>units/cart_champion_cavalry</Template>
<Player>3</Player>
<Position x="262.05439" z="676.95881"/>
<Orientation y="2.89338"/>
<Actor seed="48736"/>
</Entity>
<Entity uid="19789">
<Template>units/cart_champion_cavalry</Template>
<Player>3</Player>
<Position x="275.16334" z="676.06336"/>
<Orientation y="-3.21161"/>
<Actor seed="26498"/>
</Entity>
<Entity uid="19790">
<Template>units/cart_champion_cavalry</Template>
<Player>3</Player>
<Position x="272.99082" z="676.28034"/>
<Orientation y="2.914"/>
<Actor seed="44736"/>
</Entity>
<Entity uid="19791">
<Template>structures/cart_storehouse</Template>
<Player>3</Player>
<Position x="145.51523" z="635.29688"/>
<Orientation y="11.96984"/>
<Actor seed="14792"/>
</Entity>
<Entity uid="19792">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="113.70849" z="602.7068"/>
<Orientation y="0.93546"/>
<Actor seed="3071"/>
</Entity>
<Entity uid="19793">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="128.39734" z="592.27338"/>
<Orientation y="1.28222"/>
<Actor seed="57980"/>
</Entity>
<Entity uid="19794">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="127.43647" z="597.45447"/>
<Orientation y="2.35621"/>
<Actor seed="34936"/>
</Entity>
<Entity uid="19795">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="304.04737" z="681.95936"/>
<Orientation y="3.9325"/>
<Actor seed="42150"/>
</Entity>
<Entity uid="19796">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="299.79542" z="680.98578"/>
<Orientation y="1.85798"/>
<Actor seed="47886"/>
</Entity>
<Entity uid="19797">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="281.52356" z="533.75226"/>
<Orientation y="1.25002"/>
<Actor seed="63206"/>
</Entity>
<Entity uid="19798">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="282.4372" z="538.43769"/>
<Orientation y="2.35621"/>
<Actor seed="1666"/>
</Entity>
<Entity uid="19799">
<Template>units/cart_infantry_spearman_e</Template>
<Player>3</Player>
<Position x="125.77872" z="595.08783"/>
<Orientation y="0.64707"/>
<Actor seed="49278"/>
</Entity>
<Entity uid="19800">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="139.20948" z="622.86841"/>
<Orientation y="2.272"/>
<Actor seed="3036"/>
</Entity>
<Entity uid="19801">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="108.53676" z="719.97858"/>
<Orientation y="0.49257"/>
<Actor seed="3045"/>
</Entity>
<Entity uid="19802">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="144.24427" z="553.22016"/>
<Orientation y="0.56182"/>
<Actor seed="3045"/>
</Entity>
<Entity uid="19809">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="305.88114" z="697.83765"/>
<Orientation y="-0.55005"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19810">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="309.71164" z="698.49256"/>
<Orientation y="-1.54635"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19811">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="288.30246" z="518.06855"/>
<Orientation y="-0.55005"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19812">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="288.12629" z="522.57734"/>
<Orientation y="-1.36142"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19813">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="289.65912" z="514.54657"/>
<Orientation y="0.466"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19814">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="307.80503" z="532.94813"/>
<Orientation y="-1.33738"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19815">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="311.39689" z="532.7981"/>
<Orientation y="-1.93618"/>
<Actor seed="457"/>
</Entity>
<Entity uid="19816">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="111.39924" z="738.01038"/>
<Orientation y="2.35621"/>
<Actor seed="35374"/>
</Entity>
<Entity uid="19817">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="127.50063" z="750.0467"/>
<Orientation y="2.35621"/>
<Actor seed="35926"/>
</Entity>
<Entity uid="19818">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="61.54899" z="730.72773"/>
<Orientation y="2.35621"/>
<Actor seed="32140"/>
</Entity>
<Entity uid="19819">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="63.15233" z="742.12916"/>
<Orientation y="2.35621"/>
<Actor seed="33472"/>
</Entity>
<Entity uid="19820">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="266.34128" z="779.41913"/>
<Orientation y="2.35621"/>
<Actor seed="10500"/>
</Entity>
<Entity uid="19821">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="150.49897" z="544.77356"/>
<Orientation y="2.35621"/>
<Actor seed="54130"/>
</Entity>
<Entity uid="19824">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="276.12778" z="1469.57667"/>
<Orientation y="2.35622"/>
<Actor seed="65347"/>
</Entity>
<Entity uid="19825">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="269.60816" z="1450.63355"/>
<Orientation y="2.35622"/>
<Actor seed="21320"/>
</Entity>
<Entity uid="19826">
<Template>gaia/flora_tree_poplar_lombardy</Template>
<Player>0</Player>
<Position x="282.20185" z="1528.02906"/>
<Orientation y="2.35622"/>
<Actor seed="62958"/>
</Entity>
<Entity uid="19827">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="200.58484" z="1119.48609"/>
<Orientation y="2.36884"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19828">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="203.67957" z="1118.36451"/>
<Orientation y="8.44088"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19829">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="202.08527" z="1103.9823"/>
<Orientation y="2.56171"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19830">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="184.00037" z="1129.19996"/>
<Orientation y="2.36884"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19831">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="181.77875" z="1131.97059"/>
<Orientation y="-2.76656"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19832">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="182.09308" z="1132.66651"/>
<Orientation y="2.7914"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19833">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="180.00156" z="1134.17457"/>
<Orientation y="2.37145"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19834">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="175.71088" z="1132.68995"/>
<Orientation y="3.1635"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19835">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="177.4675" z="1130.29249"/>
<Orientation y="2.01244"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19836">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="179.2779" z="1116.49341"/>
<Orientation y="1.31388"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19837">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="173.4979" z="1119.83619"/>
<Orientation y="1.10392"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19838">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="176.87159" z="1121.76258"/>
<Orientation y="0.46604"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19839">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="191.1977" z="1146.80933"/>
<Orientation y="0.81676"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19840">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="189.35303" z="1145.86109"/>
<Orientation y="0.29606"/>
<Actor seed="2028"/>
</Entity>
<Entity uid="19841">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="187.03745" z="1146.27271"/>
<Orientation y="2.22361"/>
<Actor seed="11304"/>
</Entity>
<Entity uid="19842">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="355.18091" z="1346.68958"/>
<Orientation y="-2.45406"/>
<Actor seed="41704"/>
</Entity>
<Entity uid="19843">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="352.99259" z="1348.96082"/>
<Orientation y="-2.49808"/>
<Actor seed="8094"/>
</Entity>
<Entity uid="19844">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="351.24231" z="1350.6631"/>
<Orientation y="-2.53335"/>
<Actor seed="6868"/>
</Entity>
<Entity uid="19845">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="357.32105" z="1344.9109"/>
<Orientation y="-2.41387"/>
<Actor seed="55054"/>
</Entity>
<Entity uid="19846">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="358.82538" z="1343.10413"/>
<Orientation y="-2.38022"/>
<Actor seed="4910"/>
</Entity>
<Entity uid="19847">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="362.29453" z="1340.06543"/>
<Orientation y="-2.31539"/>
<Actor seed="7486"/>
</Entity>
<Entity uid="19848">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="363.99543" z="1338.44507"/>
<Orientation y="-2.28455"/>
<Actor seed="4374"/>
</Entity>
<Entity uid="19849">
<Template>units/rome_infantry_javelinist_a</Template>
<Player>6</Player>
<Position x="360.60486" z="1341.59498"/>
<Orientation y="-2.34737"/>
<Actor seed="38754"/>
</Entity>
<Entity uid="19851">
- <Template>units/rome_centurio_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_04</Template>
<Player>6</Player>
<Position x="344.14228" z="1329.54102"/>
<Orientation y="3.6082"/>
<Actor seed="8734"/>
</Entity>
<Entity uid="19852">
<Template>units/rome_champion_cavalry</Template>
<Player>6</Player>
<Position x="337.96268" z="1328.56373"/>
<Orientation y="-2.44205"/>
<Actor seed="3392"/>
</Entity>
<Entity uid="19853">
<Template>units/rome_champion_cavalry</Template>
<Player>6</Player>
<Position x="339.53385" z="1326.86365"/>
<Orientation y="-2.39951"/>
<Actor seed="47034"/>
</Entity>
<Entity uid="19855">
<Template>units/rome_champion_cavalry</Template>
<Player>6</Player>
<Position x="342.73487" z="1323.71827"/>
<Orientation y="-2.31751"/>
<Actor seed="45798"/>
</Entity>
<Entity uid="19856">
<Template>units/rome_champion_cavalry</Template>
<Player>6</Player>
<Position x="340.9961" z="1325.19678"/>
<Orientation y="-2.35871"/>
<Actor seed="43006"/>
</Entity>
<Entity uid="19857">
<Template>units/rome_support_female_citizen</Template>
<Player>6</Player>
<Position x="424.51313" z="1491.19605"/>
<Orientation y="4.61081"/>
<Actor seed="50678"/>
</Entity>
<Entity uid="19858">
<Template>units/rome_support_female_citizen</Template>
<Player>6</Player>
<Position x="425.27598" z="1494.90503"/>
<Orientation y="4.61081"/>
<Actor seed="19822"/>
</Entity>
<Entity uid="19859">
<Template>units/rome_support_female_citizen</Template>
<Player>6</Player>
<Position x="427.88501" z="1491.93262"/>
<Orientation y="4.61081"/>
<Actor seed="57586"/>
</Entity>
<Entity uid="19860">
<Template>units/rome_support_female_citizen</Template>
<Player>6</Player>
<Position x="158.51114" z="1261.0918"/>
<Orientation y="4.19149"/>
<Actor seed="4860"/>
</Entity>
<Entity uid="19861">
<Template>units/rome_support_female_citizen</Template>
<Player>6</Player>
<Position x="155.86741" z="1259.6974"/>
<Orientation y="4.19149"/>
<Actor seed="19962"/>
</Entity>
<Entity uid="19862">
<Template>units/rome_support_female_citizen</Template>
<Player>6</Player>
<Position x="156.9993" z="1263.01978"/>
<Orientation y="4.19149"/>
<Actor seed="4308"/>
</Entity>
<Entity uid="19863">
<Template>units/rome_infantry_spearman_a</Template>
<Player>6</Player>
<Position x="171.81675" z="1235.14991"/>
<Orientation y="4.88479"/>
<Actor seed="30752"/>
</Entity>
<Entity uid="19864">
<Template>structures/rome_temple_vesta</Template>
<Player>0</Player>
<Position x="181.55457" z="1088.21668"/>
<Orientation y="1.751"/>
<Actor seed="37802"/>
</Entity>
<Entity uid="19869">
<Template>units/ptol_hero_ptolemy_IV</Template>
<Player>5</Player>
<Position x="1304.52454" z="933.83356"/>
<Orientation y="5.38674"/>
<Actor seed="43904"/>
</Entity>
<Entity uid="19873">
<Template>units/ptol_champion_cavalry</Template>
<Player>5</Player>
<Position x="1313.6714" z="928.62385"/>
<Orientation y="-0.8655"/>
<Actor seed="20296"/>
</Entity>
<Entity uid="19874">
<Template>units/ptol_champion_cavalry</Template>
<Player>5</Player>
<Position x="1311.54126" z="926.85181"/>
<Orientation y="-0.88674"/>
<Actor seed="20414"/>
</Entity>
<Entity uid="19876">
<Template>units/ptol_champion_cavalry</Template>
<Player>5</Player>
<Position x="1310.00928" z="924.47065"/>
<Orientation y="-0.81955"/>
<Actor seed="52960"/>
</Entity>
<Entity uid="19878">
<Template>units/ptol_champion_cavalry</Template>
<Player>5</Player>
<Position x="1314.80152" z="931.6349"/>
<Orientation y="-1.01276"/>
<Actor seed="45840"/>
</Entity>
<Entity uid="19879">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1309.79957" z="947.1371"/>
<Orientation y="-1.16846"/>
<Actor seed="7916"/>
</Entity>
<Entity uid="19880">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1308.63135" z="944.75068"/>
<Orientation y="-1.1109"/>
<Actor seed="62404"/>
</Entity>
<Entity uid="19881">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1307.15271" z="942.01685"/>
<Orientation y="-1.04902"/>
<Actor seed="50318"/>
</Entity>
<Entity uid="19882">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1296.90943" z="927.92365"/>
<Orientation y="-1.00344"/>
<Actor seed="27410"/>
</Entity>
<Entity uid="19883">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1295.38697" z="925.56232"/>
<Orientation y="-0.9427"/>
<Actor seed="38972"/>
</Entity>
<Entity uid="19884">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1294.24732" z="923.09052"/>
<Orientation y="-0.88572"/>
<Actor seed="60540"/>
</Entity>
<Entity uid="19885">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1313.88855" z="945.14191"/>
<Orientation y="-1.15334"/>
<Actor seed="8930"/>
</Entity>
<Entity uid="19886">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1311.97498" z="942.24366"/>
<Orientation y="-1.09571"/>
<Actor seed="4898"/>
</Entity>
<Entity uid="19887">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1310.58887" z="939.57026"/>
<Orientation y="-1.0358"/>
<Actor seed="33138"/>
</Entity>
<Entity uid="19888">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1300.44141" z="925.35517"/>
<Orientation y="-0.99814"/>
<Actor seed="3368"/>
</Entity>
<Entity uid="19889">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1299.30176" z="922.6584"/>
<Orientation y="-0.94173"/>
<Actor seed="43642"/>
</Entity>
<Entity uid="19890">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1297.71961" z="920.67634"/>
<Orientation y="-0.89213"/>
<Actor seed="17428"/>
</Entity>
<Entity uid="19891">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1305.36866" z="922.29426"/>
<Orientation y="-1.17305"/>
<Actor seed="50594"/>
</Entity>
<Entity uid="19892">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1303.56897" z="919.34504"/>
<Orientation y="-1.12151"/>
<Actor seed="5022"/>
</Entity>
<Entity uid="19893">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1302.08484" z="916.30781"/>
<Orientation y="-1.07055"/>
<Actor seed="21160"/>
</Entity>
<Entity uid="19894">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1318.1266" z="941.34205"/>
<Orientation y="-0.99405"/>
<Actor seed="64242"/>
</Entity>
<Entity uid="19895">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1316.69947" z="939.35859"/>
<Orientation y="-0.95711"/>
<Actor seed="45240"/>
</Entity>
<Entity uid="19896">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1314.83167" z="936.76813"/>
<Orientation y="-0.91654"/>
<Actor seed="26336"/>
</Entity>
<Entity uid="19897">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1308.21521" z="920.612"/>
<Orientation y="-1.16665"/>
<Actor seed="37846"/>
</Entity>
<Entity uid="19898">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1306.71204" z="917.74604"/>
<Orientation y="-1.12043"/>
<Actor seed="7436"/>
</Entity>
<Entity uid="19899">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1304.63196" z="914.73993"/>
<Orientation y="-1.06833"/>
<Actor seed="54774"/>
</Entity>
<Entity uid="19900">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1320.72681" z="939.62159"/>
<Orientation y="-0.9937"/>
<Actor seed="40690"/>
</Entity>
<Entity uid="19901">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1319.51954" z="936.83936"/>
<Orientation y="-0.95089"/>
<Actor seed="5300"/>
</Entity>
<Entity uid="19902">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1318.02466" z="934.81135"/>
<Orientation y="-0.90888"/>
<Actor seed="48566"/>
</Entity>
<Entity uid="19903">
<Template>units/ptol_infantry_javelinist_a</Template>
<Player>5</Player>
<Position x="1363.96204" z="1050.87403"/>
<Orientation y="-1.48787"/>
<Actor seed="31378"/>
</Entity>
<Entity uid="19904">
<Template>units/ptol_support_female_citizen</Template>
<Player>5</Player>
<Position x="1358.74341" z="1058.28968"/>
<Orientation y="4.06539"/>
<Actor seed="49646"/>
</Entity>
<Entity uid="19905">
<Template>units/ptol_support_female_citizen</Template>
<Player>5</Player>
<Position x="1357.70496" z="1052.65284"/>
<Orientation y="5.35146"/>
<Actor seed="24588"/>
</Entity>
<Entity uid="19906">
<Template>units/ptol_support_female_citizen</Template>
<Player>5</Player>
<Position x="1361.33936" z="1055.34241"/>
<Orientation y="11.45607"/>
<Actor seed="51780"/>
</Entity>
<Entity uid="19907">
<Template>units/ptol_support_female_citizen</Template>
<Player>5</Player>
<Position x="1357.70057" z="1060.98963"/>
<Orientation y="2.94144"/>
<Actor seed="39622"/>
</Entity>
<Entity uid="19908">
<Template>units/ptol_ship_fishing</Template>
<Player>5</Player>
<Position x="1177.66163" z="990.14045"/>
<Orientation y="2.35621"/>
<Actor seed="1622"/>
</Entity>
<Entity uid="19909">
<Template>units/ptol_ship_fishing</Template>
<Player>5</Player>
<Position x="1257.80445" z="1144.08826"/>
<Orientation y="2.35621"/>
<Actor seed="3678"/>
</Entity>
<Entity uid="19910">
<Template>units/pers_infantry_spearman_a</Template>
<Player>4</Player>
<Position x="1701.44568" z="1530.11109"/>
<Orientation y="-8.0057"/>
<Actor seed="28634"/>
</Entity>
<Entity uid="19911">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1683.24402" z="1668.77088"/>
<Orientation y="2.39946"/>
<Actor seed="31866"/>
</Entity>
<Entity uid="19912">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1685.13953" z="1670.78138"/>
<Orientation y="2.39946"/>
<Actor seed="3330"/>
</Entity>
<Entity uid="19913">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1688.7201" z="1672.8578"/>
<Orientation y="2.39946"/>
<Actor seed="61688"/>
</Entity>
<Entity uid="19914">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1691.17188" z="1675.1377"/>
<Orientation y="2.39946"/>
<Actor seed="54226"/>
</Entity>
<Entity uid="19915">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1694.17981" z="1677.35071"/>
<Orientation y="2.39946"/>
<Actor seed="4340"/>
</Entity>
<Entity uid="19916">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1696.75098" z="1680.46277"/>
<Orientation y="2.39946"/>
<Actor seed="29408"/>
</Entity>
<Entity uid="19917">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1699.17457" z="1682.28736"/>
<Orientation y="2.39946"/>
<Actor seed="8706"/>
</Entity>
<Entity uid="19918">
<Template>units/pers_kardakes_skirmisher</Template>
<Player>4</Player>
<Position x="1701.93165" z="1684.99756"/>
<Orientation y="2.39946"/>
<Actor seed="45892"/>
</Entity>
<Entity uid="19919">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1700.26758" z="1672.47632"/>
<Orientation y="2.40578"/>
<Actor seed="35738"/>
</Entity>
<Entity uid="19920">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1698.3313" z="1670.88843"/>
<Orientation y="2.40578"/>
<Actor seed="16568"/>
</Entity>
<Entity uid="19921">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1696.71485" z="1669.43519"/>
<Orientation y="2.40578"/>
<Actor seed="40148"/>
</Entity>
<Entity uid="19922">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1694.96998" z="1667.81739"/>
<Orientation y="2.40578"/>
<Actor seed="48256"/>
</Entity>
<Entity uid="19923">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1792.77637" z="1560.94727"/>
<Orientation y="1.59574"/>
<Actor seed="59608"/>
</Entity>
<Entity uid="19924">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1780.00721" z="1592.36634"/>
<Orientation y="2.83024"/>
<Actor seed="59608"/>
</Entity>
<Entity uid="19925">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1773.18567" z="1573.79993"/>
<Orientation y="1.74756"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="19926">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1796.52369" z="1558.29383"/>
<Orientation y="-1.66247"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="19927">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1759.20301" z="1547.84095"/>
<Orientation y="1.60265"/>
<Actor seed="14132"/>
</Entity>
<Entity uid="19928">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1750.26954" z="1553.26185"/>
<Orientation y="3.1652"/>
<Actor seed="39750"/>
</Entity>
<Entity uid="19929">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1749.30201" z="1549.761"/>
<Orientation y="-0.68328"/>
<Actor seed="37170"/>
</Entity>
<Entity uid="19930">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1792.5066" z="1534.77662"/>
<Orientation y="-1.61194"/>
<Actor seed="21234"/>
</Entity>
<Entity uid="19931">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1761.0011" z="1559.43116"/>
<Orientation y="3.23694"/>
<Actor seed="41714"/>
</Entity>
<Entity uid="19932">
<Template>gaia/flora_tree_aleppo_pine</Template>
<Player>0</Player>
<Position x="1758.8235" z="1556.50464"/>
<Orientation y="1.55909"/>
<Actor seed="23218"/>
</Entity>
<Entity uid="19933">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1760.76087" z="1556.99146"/>
<Orientation y="2.35621"/>
<Actor seed="62060"/>
</Entity>
<Entity uid="19934">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1751.80079" z="1548.66797"/>
<Orientation y="2.35621"/>
<Actor seed="386"/>
</Entity>
<Entity uid="19935">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1746.84791" z="1550.74805"/>
<Orientation y="2.35621"/>
<Actor seed="32728"/>
</Entity>
<Entity uid="19936">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1757.03565" z="1547.9817"/>
<Orientation y="2.35621"/>
<Actor seed="5096"/>
</Entity>
<Entity uid="19937">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1761.88465" z="1551.75135"/>
<Orientation y="2.35621"/>
<Actor seed="29928"/>
</Entity>
<Entity uid="19938">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1776.8871" z="1590.53748"/>
<Orientation y="2.35621"/>
<Actor seed="39732"/>
</Entity>
<Entity uid="19939">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1774.05787" z="1587.84888"/>
<Orientation y="2.35621"/>
<Actor seed="59862"/>
</Entity>
<Entity uid="19940">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1769.83765" z="1576.58619"/>
<Orientation y="2.35621"/>
<Actor seed="24888"/>
</Entity>
<Entity uid="19941">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1769.90906" z="1569.68348"/>
<Orientation y="-3.17495"/>
<Actor seed="22940"/>
</Entity>
<Entity uid="19942">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1774.0796" z="1568.5702"/>
<Orientation y="2.35621"/>
<Actor seed="15278"/>
</Entity>
<Entity uid="19943">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1771.36463" z="1571.0525"/>
<Orientation y="2.35621"/>
<Actor seed="65318"/>
</Entity>
<Entity uid="19944">
<Template>gaia/flora_bush_badlands</Template>
<Player>0</Player>
<Position x="1769.12525" z="1589.01526"/>
<Orientation y="1.5492"/>
<Actor seed="65318"/>
</Entity>
<Entity uid="19985">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1570.27393" z="1319.38209"/>
<Orientation y="1.93342"/>
<Actor seed="31704"/>
</Entity>
<Entity uid="19986">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1570.77344" z="1309.70752"/>
<Orientation y="1.97231"/>
<Actor seed="54246"/>
</Entity>
<Entity uid="19987">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1570.02625" z="1301.79188"/>
<Orientation y="1.18622"/>
<Actor seed="30422"/>
</Entity>
<Entity uid="19988">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1628.60425" z="1351.91749"/>
<Orientation y="0.00254"/>
<Actor seed="13848"/>
</Entity>
<Entity uid="19989">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1637.73328" z="1346.03345"/>
<Orientation y="0.18497"/>
<Actor seed="33794"/>
</Entity>
<Entity uid="19990">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1643.60962" z="1309.68274"/>
<Orientation y="2.11196"/>
<Actor seed="60302"/>
</Entity>
<Entity uid="19991">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1640.15027" z="1300.85901"/>
<Orientation y="1.90464"/>
<Actor seed="25578"/>
</Entity>
<Entity uid="19992">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1612.32508" z="1217.50904"/>
<Orientation y="4.34968"/>
<Actor seed="34106"/>
</Entity>
<Entity uid="19993">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1620.08973" z="1215.72474"/>
<Orientation y="3.90021"/>
<Actor seed="15358"/>
</Entity>
<Entity uid="19994">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1631.59498" z="1216.69178"/>
<Orientation y="3.183"/>
<Actor seed="6654"/>
</Entity>
<Entity uid="19995">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1637.61695" z="1213.84937"/>
<Orientation y="2.74569"/>
<Actor seed="502"/>
</Entity>
<Entity uid="19996">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1708.26795" z="1162.16285"/>
<Orientation y="2.35621"/>
<Actor seed="43394"/>
</Entity>
<Entity uid="19997">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1693.84595" z="1166.98682"/>
<Orientation y="2.35621"/>
<Actor seed="25702"/>
</Entity>
<Entity uid="19998">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1700.53675" z="1163.01111"/>
<Orientation y="2.35621"/>
<Actor seed="12158"/>
</Entity>
<Entity uid="19999">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1708.47205" z="1230.4054"/>
<Orientation y="2.35621"/>
<Actor seed="10694"/>
</Entity>
<Entity uid="20000">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1791.27393" z="1170.4054"/>
<Orientation y="-2.22011"/>
<Actor seed="48038"/>
</Entity>
<Entity uid="20001">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1796.70594" z="1166.2339"/>
<Orientation y="-2.18303"/>
<Actor seed="18878"/>
</Entity>
<Entity uid="20002">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1741.96558" z="1125.50232"/>
<Orientation y="-2.166"/>
<Actor seed="682"/>
</Entity>
<Entity uid="20003">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1747.24024" z="1116.56714"/>
<Orientation y="-2.07163"/>
<Actor seed="41760"/>
</Entity>
<Entity uid="20004">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1755.82068" z="1119.60694"/>
<Orientation y="-2.05941"/>
<Actor seed="374"/>
</Entity>
<Entity uid="20005">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1836.33619" z="1125.00599"/>
<Orientation y="-1.88952"/>
<Actor seed="49968"/>
</Entity>
<Entity uid="20006">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1844.04627" z="1120.96875"/>
<Orientation y="-1.8585"/>
<Actor seed="37924"/>
</Entity>
<Entity uid="20007">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1846.66102" z="1113.51661"/>
<Orientation y="-1.81943"/>
<Actor seed="22982"/>
</Entity>
<Entity uid="20008">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1846.71363" z="1053.91858"/>
<Orientation y="2.96863"/>
<Actor seed="28364"/>
</Entity>
<Entity uid="20009">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1907.94507" z="1071.97486"/>
<Orientation y="0.8197"/>
<Actor seed="20442"/>
</Entity>
<Entity uid="20010">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1899.34815" z="1073.39551"/>
<Orientation y="0.70665"/>
<Actor seed="54960"/>
</Entity>
<Entity uid="20011">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1913.44581" z="885.72382"/>
<Orientation y="1.88032"/>
<Actor seed="4744"/>
</Entity>
<Entity uid="20012">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1916.17322" z="894.94428"/>
<Orientation y="2.35621"/>
<Actor seed="9548"/>
</Entity>
<Entity uid="20013">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1913.44983" z="902.10096"/>
<Orientation y="2.35621"/>
<Actor seed="27464"/>
</Entity>
<Entity uid="20014">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1923.47156" z="903.9358"/>
<Orientation y="2.6639"/>
<Actor seed="50746"/>
</Entity>
<Entity uid="20015">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="2006.49231" z="868.49616"/>
<Orientation y="1.09243"/>
<Actor seed="38162"/>
</Entity>
<Entity uid="20016">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1999.66346" z="873.32837"/>
<Orientation y="2.35621"/>
<Actor seed="54880"/>
</Entity>
<Entity uid="20017">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="2010.32605" z="880.03803"/>
<Orientation y="1.82982"/>
<Actor seed="41552"/>
</Entity>
<Entity uid="20018">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="2003.37891" z="877.6659"/>
<Orientation y="2.03156"/>
<Actor seed="17102"/>
</Entity>
<Entity uid="20019">
<Template>gaia/fauna_fish_tuna</Template>
<Player>0</Player>
<Position x="1997.45948" z="881.6471"/>
<Orientation y="2.0875"/>
<Actor seed="47306"/>
</Entity>
<Entity uid="20020">
<Template>gaia/fauna_bear</Template>
<Player>0</Player>
<Position x="403.59739" z="1536.38904"/>
<Orientation y="2.35621"/>
<Actor seed="34226"/>
</Entity>
<Entity uid="20021">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="468.38431" z="1478.19898"/>
<Orientation y="1.8575"/>
<Actor seed="17770"/>
</Entity>
<Entity uid="20022">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="471.03086" z="1478.01172"/>
<Orientation y="2.35621"/>
<Actor seed="63038"/>
</Entity>
<Entity uid="20023">
<Template>gaia/fauna_deer</Template>
<Player>0</Player>
<Position x="475.39756" z="1478.06836"/>
<Orientation y="3.38147"/>
<Actor seed="24454"/>
</Entity>
<Entity uid="20024">
<Template>gaia/fauna_elephant_african_bush</Template>
<Player>0</Player>
<Position x="1222.29615" z="607.44147"/>
<Orientation y="2.35621"/>
<Actor seed="35668"/>
</Entity>
<Entity uid="20025">
<Template>gaia/fauna_elephant_african_bush</Template>
<Player>0</Player>
<Position x="1230.83631" z="610.01233"/>
<Orientation y="3.36396"/>
<Actor seed="32144"/>
</Entity>
<Entity uid="20026">
<Template>gaia/fauna_elephant_north_african</Template>
<Player>0</Player>
<Position x="1226.85816" z="621.12385"/>
<Orientation y="2.35621"/>
<Actor seed="59014"/>
</Entity>
<Entity uid="20027">
<Template>gaia/fauna_elephant_african_infant</Template>
<Player>0</Player>
<Position x="1229.43702" z="598.85084"/>
<Orientation y="1.03956"/>
<Actor seed="63978"/>
</Entity>
<Entity uid="20028">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1150.88746" z="517.78602"/>
<Orientation y="3.5744"/>
<Actor seed="46682"/>
</Entity>
<Entity uid="20029">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1158.8589" z="510.05811"/>
<Orientation y="-2.01807"/>
<Actor seed="65300"/>
</Entity>
<Entity uid="20030">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1354.03907" z="870.89887"/>
<Orientation y="0.0274"/>
<Actor seed="61430"/>
</Entity>
<Entity uid="20031">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1355.41736" z="874.04926"/>
<Orientation y="-1.19547"/>
<Actor seed="33004"/>
</Entity>
<Entity uid="20032">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1358.34266" z="873.20801"/>
<Orientation y="2.35621"/>
<Actor seed="23456"/>
</Entity>
<Entity uid="20033">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1423.77051" z="907.50892"/>
<Orientation y="2.35621"/>
<Actor seed="44074"/>
</Entity>
<Entity uid="20034">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1420.75831" z="906.11927"/>
<Orientation y="0.2316"/>
<Actor seed="64628"/>
</Entity>
<Entity uid="20035">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1419.0929" z="904.86438"/>
<Orientation y="2.35621"/>
<Actor seed="6714"/>
</Entity>
<Entity uid="20036">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1425.07142" z="903.6922"/>
<Orientation y="0.72933"/>
<Actor seed="38880"/>
</Entity>
<Entity uid="20037">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1256.83497" z="1489.89734"/>
<Orientation y="2.35621"/>
<Actor seed="51880"/>
</Entity>
<Entity uid="20038">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1259.13819" z="1483.53638"/>
<Orientation y="-0.21384"/>
<Actor seed="24540"/>
</Entity>
<Entity uid="20039">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1302.79578" z="1522.49463"/>
<Orientation y="2.35621"/>
<Actor seed="18526"/>
</Entity>
<Entity uid="20040">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1306.03016" z="1528.73816"/>
<Orientation y="3.15712"/>
<Actor seed="17758"/>
</Entity>
<Entity uid="20041">
<Template>gaia/fauna_peacock</Template>
<Player>0</Player>
<Position x="1308.01087" z="1523.91077"/>
<Orientation y="-1.56916"/>
<Actor seed="40492"/>
</Entity>
<Entity uid="20042">
<Template>gaia/fauna_rabbit</Template>
<Player>0</Player>
<Position x="1165.57105" z="1709.66834"/>
<Orientation y="2.35621"/>
<Actor seed="14796"/>
</Entity>
<Entity uid="20043">
<Template>gaia/fauna_rabbit</Template>
<Player>0</Player>
<Position x="1166.66443" z="1706.2533"/>
<Orientation y="0.43741"/>
<Actor seed="58716"/>
</Entity>
<Entity uid="20044">
<Template>gaia/fauna_rabbit</Template>
<Player>0</Player>
<Position x="1168.99012" z="1708.21607"/>
<Orientation y="1.03028"/>
<Actor seed="62498"/>
</Entity>
<Entity uid="20045">
<Template>gaia/fauna_rabbit</Template>
<Player>0</Player>
<Position x="1172.23047" z="1710.37696"/>
<Orientation y="2.93404"/>
<Actor seed="28228"/>
</Entity>
<Entity uid="20046">
<Template>gaia/fauna_rabbit</Template>
<Player>0</Player>
<Position x="1168.34034" z="1709.76722"/>
<Orientation y="2.35621"/>
<Actor seed="64484"/>
</Entity>
<Entity uid="20047">
<Template>gaia/fauna_rabbit</Template>
<Player>0</Player>
<Position x="1171.92688" z="1707.46253"/>
<Orientation y="3.94236"/>
<Actor seed="4310"/>
</Entity>
<Entity uid="20048">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1067.84046" z="632.92096"/>
<Orientation y="2.35621"/>
<Actor seed="14468"/>
</Entity>
<Entity uid="20049">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1071.80909" z="633.93952"/>
<Orientation y="2.35621"/>
<Actor seed="61004"/>
</Entity>
<Entity uid="20050">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="1069.16883" z="638.32502"/>
<Orientation y="2.35621"/>
<Actor seed="5502"/>
</Entity>
<Entity uid="20051">
<Template>units/maur_support_female_citizen</Template>
<Player>0</Player>
<Position x="1905.6438" z="773.03785"/>
<Orientation y="1.67522"/>
<Actor seed="12768"/>
</Entity>
<Entity uid="20052">
<Template>units/maur_support_female_citizen</Template>
<Player>0</Player>
<Position x="1906.77833" z="771.46595"/>
<Orientation y="0.76188"/>
<Actor seed="1064"/>
</Entity>
<Entity uid="20053">
<Template>units/maur_support_female_citizen</Template>
<Player>0</Player>
<Position x="1909.04126" z="774.12067"/>
<Orientation y="-2.18238"/>
<Actor seed="60414"/>
</Entity>
<Entity uid="20054">
<Template>units/maur_support_female_citizen</Template>
<Player>0</Player>
<Position x="1905.36878" z="775.24244"/>
<Orientation y="2.29355"/>
<Actor seed="52694"/>
</Entity>
<Entity uid="20055">
<Template>units/maur_support_female_citizen</Template>
<Player>0</Player>
<Position x="1909.26343" z="771.83368"/>
<Orientation y="-1.23417"/>
<Actor seed="48168"/>
</Entity>
<Entity uid="20056">
<Template>units/maur_support_female_citizen</Template>
<Player>0</Player>
<Position x="1908.50342" z="769.45795"/>
<Orientation y="-0.33758"/>
<Actor seed="38392"/>
</Entity>
<Entity uid="20057">
<Template>units/maur_hero_chanakya</Template>
<Player>0</Player>
<Position x="1934.94495" z="752.2339"/>
<Orientation y="0.62487"/>
<Actor seed="15886"/>
</Entity>
<Entity uid="20058">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1934.64026" z="761.49598"/>
<Orientation y="3.09156"/>
<Actor seed="25738"/>
</Entity>
<Entity uid="20059">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1932.693" z="763.57502"/>
<Orientation y="2.38189"/>
<Actor seed="56172"/>
</Entity>
<Entity uid="20060">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1931.29725" z="765.81269"/>
<Orientation y="2.53818"/>
<Actor seed="59790"/>
</Entity>
<Entity uid="20061">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1929.76258" z="767.31232"/>
<Orientation y="2.34714"/>
<Actor seed="22454"/>
</Entity>
<Entity uid="20062">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1935.89588" z="762.47248"/>
<Orientation y="-2.258"/>
<Actor seed="61690"/>
</Entity>
<Entity uid="20063">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1933.90345" z="765.12012"/>
<Orientation y="-2.45159"/>
<Actor seed="61912"/>
</Entity>
<Entity uid="20064">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1932.41614" z="766.909"/>
<Orientation y="-2.3482"/>
<Actor seed="41374"/>
</Entity>
<Entity uid="20065">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1931.0315" z="768.56666"/>
<Orientation y="-2.35167"/>
<Actor seed="45578"/>
</Entity>
<Entity uid="20066">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1941.28443" z="751.42267"/>
<Orientation y="-1.39261"/>
<Actor seed="5402"/>
</Entity>
<Entity uid="20067">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1943.2848" z="749.39441"/>
<Orientation y="-0.77999"/>
<Actor seed="5676"/>
</Entity>
<Entity uid="20068">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1945.29651" z="747.5351"/>
<Orientation y="-0.81633"/>
<Actor seed="65334"/>
</Entity>
<Entity uid="20069">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1946.77051" z="745.62311"/>
<Orientation y="-0.68383"/>
<Actor seed="49982"/>
</Entity>
<Entity uid="20070">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1949.1775" z="747.35431"/>
<Orientation y="-2.22794"/>
<Actor seed="44576"/>
</Entity>
<Entity uid="20071">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1947.45728" z="749.42939"/>
<Orientation y="2.42963"/>
<Actor seed="43880"/>
</Entity>
<Entity uid="20072">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1945.79932" z="751.45313"/>
<Orientation y="2.43422"/>
<Actor seed="53542"/>
</Entity>
<Entity uid="20073">
<Template>units/maur_champion_maiden_archer</Template>
<Player>0</Player>
<Position x="1943.76014" z="753.41877"/>
<Orientation y="2.34179"/>
<Actor seed="33036"/>
</Entity>
<Entity uid="20074">
<Template>units/maur_champion_elephant</Template>
<Player>0</Player>
<Position x="1941.90577" z="739.33765"/>
<Orientation y="-1.78051"/>
<Actor seed="35492"/>
</Entity>
<Entity uid="20075">
<Template>units/maur_champion_elephant</Template>
<Player>0</Player>
<Position x="1922.75318" z="762.70972"/>
<Orientation y="0.91526"/>
<Actor seed="35722"/>
</Entity>
<Entity uid="20076">
<Template>units/maur_elephant_archer_e</Template>
<Player>0</Player>
<Position x="1938.6797" z="743.5511"/>
<Orientation y="2.46042"/>
<Actor seed="61926"/>
</Entity>
<Entity uid="20077">
<Template>units/maur_elephant_archer_e</Template>
<Player>0</Player>
<Position x="1926.8783" z="759.63648"/>
<Orientation y="-0.90017"/>
<Actor seed="34898"/>
</Entity>
<Entity uid="20078">
<Template>units/maur_champion_elephant</Template>
<Player>0</Player>
<Position x="1935.27942" z="747.0088"/>
<Orientation y="-2.15181"/>
<Actor seed="56884"/>
</Entity>
<Entity uid="20079">
<Template>units/maur_champion_elephant</Template>
<Player>0</Player>
<Position x="1928.95594" z="755.09235"/>
<Orientation y="0.9616"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="20080">
<Template>units/maur_infantry_spearman_a</Template>
<Player>0</Player>
<Position x="1836.55896" z="872.12226"/>
<Orientation y="2.35621"/>
<Actor seed="6442"/>
</Entity>
<Entity uid="20081">
<Template>units/maur_infantry_spearman_a</Template>
<Player>0</Player>
<Position x="1828.08216" z="879.25916"/>
<Orientation y="2.35621"/>
<Actor seed="1982"/>
</Entity>
<Entity uid="20082">
<Template>units/maur_infantry_spearman_a</Template>
<Player>0</Player>
<Position x="1850.88819" z="987.76001"/>
<Orientation y="2.35621"/>
<Actor seed="15240"/>
</Entity>
<Entity uid="20083">
<Template>units/maur_infantry_spearman_a</Template>
<Player>0</Player>
<Position x="1846.82264" z="994.32477"/>
<Orientation y="2.35621"/>
<Actor seed="48238"/>
</Entity>
<Entity uid="20084">
<Template>units/maur_support_trader</Template>
<Player>0</Player>
<Position x="1801.52381" z="1029.1902"/>
<Orientation y="2.35621"/>
<Actor seed="53390"/>
</Entity>
<Entity uid="20085">
<Template>gaia/geology_metal_tropic_slabs</Template>
<Player>0</Player>
<Position x="1654.11451" z="1147.10169"/>
<Orientation y="0.13346"/>
<Actor seed="18670"/>
</Entity>
<Entity uid="20086">
<Template>gaia/geology_metal_tropic</Template>
<Player>0</Player>
<Position x="1654.6305" z="1135.29554"/>
<Orientation y="2.42905"/>
<Actor seed="53286"/>
</Entity>
<Entity uid="20087">
<Template>gaia/geology_metal_tropic</Template>
<Player>0</Player>
<Position x="1655.34827" z="1126.32996"/>
<Orientation y="2.35621"/>
<Actor seed="9946"/>
</Entity>
<Entity uid="20088">
<Template>gaia/geology_stonemine_tropic_quarry</Template>
<Player>0</Player>
<Position x="1728.07142" z="1083.94361"/>
<Orientation y="0.10152"/>
<Actor seed="60516"/>
</Entity>
<Entity uid="20089">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1720.57557" z="1074.141"/>
<Orientation y="2.35621"/>
<Actor seed="38208"/>
</Entity>
<Entity uid="20091">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1679.99415" z="1029.55213"/>
<Orientation y="2.35621"/>
<Actor seed="52748"/>
</Entity>
<Entity uid="20092">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1722.65577" z="1064.5907"/>
<Orientation y="2.35621"/>
<Actor seed="32242"/>
</Entity>
<Entity uid="20093">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1579.8169" z="1193.69556"/>
<Orientation y="2.35621"/>
<Actor seed="19974"/>
</Entity>
<Entity uid="20094">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1710.36866" z="1276.56165"/>
<Orientation y="2.35621"/>
<Actor seed="19530"/>
</Entity>
<Entity uid="20095">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1702.55542" z="1274.42835"/>
<Orientation y="2.35621"/>
<Actor seed="6876"/>
</Entity>
<Entity uid="20096">
<Template>gaia/geology_stone_tropic_a</Template>
<Player>0</Player>
<Position x="1744.54969" z="1034.48292"/>
<Orientation y="2.35621"/>
<Actor seed="37992"/>
</Entity>
<Entity uid="20097">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1710.83228" z="1010.64893"/>
<Orientation y="2.35621"/>
<Actor seed="32074"/>
</Entity>
<Entity uid="20098">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1706.8772" z="994.17524"/>
<Orientation y="2.35621"/>
<Actor seed="50260"/>
</Entity>
<Entity uid="20099">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1716.49671" z="990.36835"/>
<Orientation y="2.35621"/>
<Actor seed="13608"/>
</Entity>
<Entity uid="20100">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1706.7328" z="1010.01423"/>
<Orientation y="2.35621"/>
<Actor seed="33458"/>
</Entity>
<Entity uid="20101">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1710.34998" z="1006.67505"/>
<Orientation y="2.35621"/>
<Actor seed="58462"/>
</Entity>
<Entity uid="20102">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1706.4762" z="1007.77363"/>
<Orientation y="2.35621"/>
<Actor seed="57688"/>
</Entity>
<Entity uid="20103">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1699.05347" z="1012.26075"/>
<Orientation y="2.35621"/>
<Actor seed="462"/>
</Entity>
<Entity uid="20104">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1696.0055" z="1014.75849"/>
<Orientation y="2.35621"/>
<Actor seed="25130"/>
</Entity>
<Entity uid="20105">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1690.73743" z="1018.01386"/>
<Orientation y="2.35621"/>
<Actor seed="25660"/>
</Entity>
<Entity uid="20106">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1712.19581" z="1013.998"/>
<Orientation y="2.35621"/>
<Actor seed="15224"/>
</Entity>
<Entity uid="20107">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1688.77063" z="1020.79657"/>
<Orientation y="2.35621"/>
<Actor seed="51400"/>
</Entity>
<Entity uid="20108">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1686.88501" z="1025.87842"/>
<Orientation y="2.35621"/>
<Actor seed="26020"/>
</Entity>
<Entity uid="20109">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1712.1626" z="1005.05304"/>
<Orientation y="2.35621"/>
<Actor seed="50952"/>
</Entity>
<Entity uid="20110">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1694.38758" z="998.72419"/>
<Orientation y="2.35621"/>
<Actor seed="26588"/>
</Entity>
<Entity uid="20111">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1694.6443" z="1002.55787"/>
<Orientation y="2.35621"/>
<Actor seed="28612"/>
</Entity>
<Entity uid="20112">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1815.89588" z="966.12482"/>
<Orientation y="2.35621"/>
<Actor seed="27840"/>
</Entity>
<Entity uid="20113">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1688.18372" z="1009.42884"/>
<Orientation y="2.35621"/>
<Actor seed="15372"/>
</Entity>
<Entity uid="20114">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1692.18873" z="1006.40772"/>
<Orientation y="2.35621"/>
<Actor seed="61000"/>
</Entity>
<Entity uid="20115">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1684.60328" z="1010.91657"/>
<Orientation y="2.35621"/>
<Actor seed="40592"/>
</Entity>
<Entity uid="20116">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1702.65662" z="993.56135"/>
<Orientation y="2.35621"/>
<Actor seed="17066"/>
</Entity>
<Entity uid="20117">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1719.5204" z="988.32605"/>
<Orientation y="2.35621"/>
<Actor seed="21130"/>
</Entity>
<Entity uid="20118">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1724.57227" z="984.29035"/>
<Orientation y="2.35621"/>
<Actor seed="33776"/>
</Entity>
<Entity uid="20119">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1728.76758" z="984.8797"/>
<Orientation y="2.35621"/>
<Actor seed="52470"/>
</Entity>
<Entity uid="20120">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1730.99036" z="985.70954"/>
<Orientation y="2.35621"/>
<Actor seed="30998"/>
</Entity>
<Entity uid="20121">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1738.13782" z="989.60901"/>
<Orientation y="2.35621"/>
<Actor seed="642"/>
</Entity>
<Entity uid="20122">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1726.93738" z="990.31806"/>
<Orientation y="2.35621"/>
<Actor seed="53948"/>
</Entity>
<Entity uid="20123">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1722.51539" z="993.87781"/>
<Orientation y="2.35621"/>
<Actor seed="23286"/>
</Entity>
<Entity uid="20124">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1742.00928" z="993.09064"/>
<Orientation y="2.35621"/>
<Actor seed="40036"/>
</Entity>
<Entity uid="20125">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1904.22632" z="715.38624"/>
<Orientation y="2.35621"/>
<Actor seed="57766"/>
</Entity>
<Entity uid="20126">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1912.93409" z="707.0113"/>
<Orientation y="2.35621"/>
<Actor seed="25144"/>
</Entity>
<Entity uid="20127">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1897.84144" z="703.58027"/>
<Orientation y="2.35621"/>
<Actor seed="3874"/>
</Entity>
<Entity uid="20128">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1893.74988" z="703.60175"/>
<Orientation y="2.35621"/>
<Actor seed="7144"/>
</Entity>
<Entity uid="20129">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1897.41639" z="696.66596"/>
<Orientation y="2.35621"/>
<Actor seed="23800"/>
</Entity>
<Entity uid="20130">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1891.82813" z="686.70759"/>
<Orientation y="2.35621"/>
<Actor seed="65024"/>
</Entity>
<Entity uid="20131">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1892.61329" z="704.8371"/>
<Orientation y="2.35621"/>
<Actor seed="40738"/>
</Entity>
<Entity uid="20132">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1883.84986" z="704.86274"/>
<Orientation y="2.35621"/>
<Actor seed="40038"/>
</Entity>
<Entity uid="20133">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1897.4568" z="721.52027"/>
<Orientation y="2.35621"/>
<Actor seed="14964"/>
</Entity>
<Entity uid="20134">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1924.26856" z="698.69867"/>
<Orientation y="2.35621"/>
<Actor seed="30494"/>
</Entity>
<Entity uid="20135">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1937.03345" z="692.93848"/>
<Orientation y="2.35621"/>
<Actor seed="29580"/>
</Entity>
<Entity uid="20136">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1890.974" z="745.30396"/>
<Orientation y="2.35621"/>
<Actor seed="598"/>
</Entity>
<Entity uid="20137">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1887.56946" z="748.12378"/>
<Orientation y="2.35621"/>
<Actor seed="30624"/>
</Entity>
<Entity uid="20138">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1903.6836" z="704.51893"/>
<Orientation y="2.35621"/>
<Actor seed="10530"/>
</Entity>
<Entity uid="20139">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1876.42457" z="789.96174"/>
<Orientation y="2.35621"/>
<Actor seed="64856"/>
</Entity>
<Entity uid="20140">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1879.66041" z="773.84961"/>
<Orientation y="2.35621"/>
<Actor seed="61414"/>
</Entity>
<Entity uid="20141">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1870.59131" z="760.95154"/>
<Orientation y="2.35621"/>
<Actor seed="52882"/>
</Entity>
<Entity uid="20142">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1972.21021" z="695.31183"/>
<Orientation y="2.35621"/>
<Actor seed="33784"/>
</Entity>
<Entity uid="20143">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1922.63855" z="639.73108"/>
<Orientation y="2.35621"/>
<Actor seed="37474"/>
</Entity>
<Entity uid="20144">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1928.83667" z="644.74323"/>
<Orientation y="2.35621"/>
<Actor seed="62120"/>
</Entity>
<Entity uid="20145">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1965.70911" z="700.61854"/>
<Orientation y="2.35621"/>
<Actor seed="26920"/>
</Entity>
<Entity uid="20146">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1961.53992" z="704.22181"/>
<Orientation y="2.35621"/>
<Actor seed="4628"/>
</Entity>
<Entity uid="20147">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1700.28846" z="998.19129"/>
<Orientation y="2.35621"/>
<Actor seed="64232"/>
</Entity>
<Entity uid="20148">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1702.45728" z="996.89325"/>
<Orientation y="2.35621"/>
<Actor seed="64256"/>
</Entity>
<Entity uid="20149">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1713.74561" z="992.96705"/>
<Orientation y="2.35621"/>
<Actor seed="6884"/>
</Entity>
<Entity uid="20150">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1260.43335" z="1642.52247"/>
<Orientation y="2.2122"/>
<Actor seed="31930"/>
</Entity>
<Entity uid="20151">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1263.32288" z="1653.63587"/>
<Orientation y="1.35741"/>
<Actor seed="40504"/>
</Entity>
<Entity uid="20152">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1473.13355" z="1603.24354"/>
<Orientation y="2.35621"/>
<Actor seed="57426"/>
</Entity>
<Entity uid="20154">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1468.55311" z="1609.95167"/>
<Orientation y="2.35621"/>
<Actor seed="65503"/>
</Entity>
<Entity uid="20161">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1467.89576" z="1591.2599"/>
<Orientation y="7.65677"/>
<Actor seed="53100"/>
</Entity>
<Entity uid="20162">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1469.44129" z="1582.73304"/>
<Orientation y="3.84231"/>
<Actor seed="20222"/>
</Entity>
<Entity uid="20164">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1465.3042" z="1601.03846"/>
<Orientation y="1.89525"/>
<Actor seed="18422"/>
</Entity>
<Entity uid="20165">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1462.2223" z="1630.66895"/>
<Orientation y="6.12331"/>
<Actor seed="33148"/>
</Entity>
<Entity uid="20166">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1458.53296" z="1640.20899"/>
<Orientation y="2.35621"/>
<Actor seed="47522"/>
</Entity>
<Entity uid="20167">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1451.83814" z="1644.44507"/>
<Orientation y="4.48217"/>
<Actor seed="34540"/>
</Entity>
<Entity uid="20168">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1453.641" z="1652.99207"/>
<Orientation y="-3.50614"/>
<Actor seed="53824"/>
</Entity>
<Entity uid="20169">
<Template>actor|props/flora/bush_medit_underbrush.xml</Template>
<Position x="1446.84888" z="1656.48621"/>
<Orientation y="7.75628"/>
<Actor seed="6536"/>
</Entity>
<Entity uid="20171">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1464.41749" z="1607.9911"/>
<Orientation y="2.06142"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20172">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1464.60535" z="1617.06385"/>
<Orientation y="1.93128"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20173">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1461.84571" z="1626.70862"/>
<Orientation y="7.45992"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20174">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1471.03089" z="1618.235"/>
<Orientation y="3.19327"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20175">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1474.4762" z="1630.71802"/>
<Orientation y="1.93128"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20176">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1469.36561" z="1628.66907"/>
<Orientation y="7.05808"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20177">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="1469.48755" z="1634.9275"/>
<Orientation y="0.6854"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20178">
<Template>actor|props/structures/ptolemies/settlement_campfire.xml</Template>
<Position x="1466.70179" z="1622.93323"/>
<Orientation y="2.35621"/>
<Actor seed="57484"/>
</Entity>
<Entity uid="20179">
<Template>actor|props/special/eyecandy/campfire_decal.xml</Template>
<Position x="1467.11268" z="1623.05018"/>
<Orientation y="2.35621"/>
<Actor seed="21082"/>
</Entity>
<Entity uid="20180">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1458.17762" z="1632.7201"/>
<Orientation y="2.35621"/>
<Actor seed="28390"/>
</Entity>
<Entity uid="20181">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1465.64283" z="1596.66993"/>
<Orientation y="2.35621"/>
<Actor seed="61752"/>
</Entity>
<Entity uid="20189">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1445.9048" z="1653.54126"/>
<Orientation y="2.35621"/>
<Actor seed="162"/>
</Entity>
<Entity uid="20191">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1462.62757" z="1615.32105"/>
<Orientation y="2.35621"/>
<Actor seed="16912"/>
</Entity>
<Entity uid="20211">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1455.06495" z="1639.36976"/>
<Orientation y="-2.85726"/>
<Actor seed="25062"/>
</Entity>
<Entity uid="20212">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1451.71277" z="1642.87745"/>
<Orientation y="2.08689"/>
<Actor seed="50924"/>
</Entity>
<Entity uid="20213">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1450.9004" z="1639.7544"/>
<Orientation y="-3.12984"/>
<Actor seed="52304"/>
</Entity>
<Entity uid="20214">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1456.10901" z="1636.69544"/>
<Orientation y="7.89335"/>
<Actor seed="53154"/>
</Entity>
<Entity uid="20215">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1449.05494" z="1643.4131"/>
<Orientation y="2.77068"/>
<Actor seed="63640"/>
</Entity>
<Entity uid="20216">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1449.9922" z="1641.89234"/>
<Orientation y="2.61147"/>
<Actor seed="43832"/>
</Entity>
<Entity uid="20217">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1455.27161" z="1640.97791"/>
<Orientation y="2.35621"/>
<Actor seed="1458"/>
</Entity>
<Entity uid="20218">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1456.53455" z="1638.47754"/>
<Orientation y="2.35621"/>
<Actor seed="32918"/>
</Entity>
<Entity uid="20219">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1452.38624" z="1639.31605"/>
<Orientation y="2.07395"/>
<Actor seed="7890"/>
</Entity>
<Entity uid="20220">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1450.8761" z="1637.00184"/>
<Orientation y="1.31241"/>
<Actor seed="33008"/>
</Entity>
<Entity uid="20221">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1449.14417" z="1646.00513"/>
<Orientation y="2.35621"/>
<Actor seed="4304"/>
</Entity>
<Entity uid="20222">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1443.27967" z="1657.12916"/>
<Orientation y="2.35621"/>
<Actor seed="10434"/>
</Entity>
<Entity uid="20223">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1442.3191" z="1656.33631"/>
<Orientation y="1.3623"/>
<Actor seed="65174"/>
</Entity>
<Entity uid="20224">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1442.78431" z="1654.50342"/>
<Orientation y="2.32572"/>
<Actor seed="18168"/>
</Entity>
<Entity uid="20225">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1442.71558" z="1660.162"/>
<Orientation y="2.35621"/>
<Actor seed="10138"/>
</Entity>
<Entity uid="20226">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1443.7682" z="1661.26124"/>
<Orientation y="2.35621"/>
<Actor seed="37444"/>
</Entity>
<Entity uid="20227">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1441.7461" z="1662.3672"/>
<Orientation y="2.35621"/>
<Actor seed="65264"/>
</Entity>
<Entity uid="20228">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1440.62488" z="1661.48084"/>
<Orientation y="-3.54166"/>
<Actor seed="48072"/>
</Entity>
<Entity uid="20229">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1441.27356" z="1662.51807"/>
<Orientation y="-2.84275"/>
<Actor seed="43160"/>
</Entity>
<Entity uid="20230">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1443.92334" z="1656.27784"/>
<Orientation y="2.35621"/>
<Actor seed="14642"/>
</Entity>
<Entity uid="20231">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1440.19983" z="1659.20887"/>
<Orientation y="1.72182"/>
<Actor seed="43470"/>
</Entity>
<Entity uid="20232">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1439.3274" z="1660.2085"/>
<Orientation y="1.83477"/>
<Actor seed="14042"/>
</Entity>
<Entity uid="20233">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1441.41834" z="1656.08594"/>
<Orientation y="2.77788"/>
<Actor seed="34844"/>
</Entity>
<Entity uid="20234">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1441.35633" z="1664.18152"/>
<Orientation y="2.35621"/>
<Actor seed="63626"/>
</Entity>
<Entity uid="20235">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1439.04786" z="1660.43519"/>
<Orientation y="2.35621"/>
<Actor seed="9434"/>
</Entity>
<Entity uid="20236">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1450.2682" z="1638.22828"/>
<Orientation y="2.35621"/>
<Actor seed="14958"/>
</Entity>
<Entity uid="20237">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1451.99549" z="1636.46143"/>
<Orientation y="2.35621"/>
<Actor seed="9490"/>
</Entity>
<Entity uid="20238">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1456.75635" z="1636.38563"/>
<Orientation y="2.35621"/>
<Actor seed="29296"/>
</Entity>
<Entity uid="20239">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1455.98035" z="1639.3938"/>
<Orientation y="2.35621"/>
<Actor seed="13396"/>
</Entity>
<Entity uid="20240">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1452.38306" z="1641.50403"/>
<Orientation y="2.35621"/>
<Actor seed="64268"/>
</Entity>
<Entity uid="20241">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1451.97413" z="1640.58057"/>
<Orientation y="2.35621"/>
<Actor seed="58012"/>
</Entity>
<Entity uid="20242">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1462.01453" z="1449.8523"/>
<Orientation y="2.35621"/>
<Actor seed="25790"/>
</Entity>
<Entity uid="20243">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1462.83863" z="1450.7461"/>
<Orientation y="2.35621"/>
<Actor seed="50608"/>
</Entity>
<Entity uid="20244">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1487.30701" z="1414.93787"/>
<Orientation y="2.35621"/>
<Actor seed="9094"/>
</Entity>
<Entity uid="20245">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1460.34888" z="1415.30115"/>
<Orientation y="2.35621"/>
<Actor seed="4962"/>
</Entity>
<Entity uid="20246">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1451.96949" z="1384.90552"/>
<Orientation y="2.35621"/>
<Actor seed="1428"/>
</Entity>
<Entity uid="20247">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1451.6637" z="1386.12171"/>
<Orientation y="2.35621"/>
<Actor seed="53258"/>
</Entity>
<Entity uid="20248">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1457.26087" z="1403.53284"/>
<Orientation y="2.35621"/>
<Actor seed="23136"/>
</Entity>
<Entity uid="20249">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1458.56556" z="1403.58838"/>
<Orientation y="2.35621"/>
<Actor seed="6040"/>
</Entity>
<Entity uid="20250">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1456.48047" z="1401.51441"/>
<Orientation y="2.35621"/>
<Actor seed="65308"/>
</Entity>
<Entity uid="20251">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1467.68787" z="1403.78284"/>
<Orientation y="2.35621"/>
<Actor seed="53098"/>
</Entity>
<Entity uid="20252">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1468.06959" z="1405.01172"/>
<Orientation y="2.35621"/>
<Actor seed="40150"/>
</Entity>
<Entity uid="20253">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1459.67457" z="1403.16041"/>
<Orientation y="2.35621"/>
<Actor seed="32996"/>
</Entity>
<Entity uid="20254">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1457.76453" z="1402.54578"/>
<Orientation y="2.35621"/>
<Actor seed="22956"/>
</Entity>
<Entity uid="20255">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1440.4192" z="1391.5287"/>
<Orientation y="2.35621"/>
<Actor seed="33516"/>
</Entity>
<Entity uid="20256">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1432.97474" z="1357.67737"/>
<Orientation y="2.35621"/>
<Actor seed="42302"/>
</Entity>
<Entity uid="20257">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1435.37" z="1356.04688"/>
<Orientation y="2.35621"/>
<Actor seed="47462"/>
</Entity>
<Entity uid="20258">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1483.67371" z="1338.17762"/>
<Orientation y="2.35621"/>
<Actor seed="35702"/>
</Entity>
<Entity uid="20259">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1468.62818" z="1345.41553"/>
<Orientation y="2.35621"/>
<Actor seed="59928"/>
</Entity>
<Entity uid="20260">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1439.9358" z="1318.87146"/>
<Orientation y="2.35621"/>
<Actor seed="52890"/>
</Entity>
<Entity uid="20261">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1473.70533" z="1328.59705"/>
<Orientation y="2.35621"/>
<Actor seed="9018"/>
</Entity>
<Entity uid="20262">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1451.82996" z="1359.42811"/>
<Orientation y="2.35621"/>
<Actor seed="38096"/>
</Entity>
<Entity uid="20263">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1425.25" z="1257.2793"/>
<Orientation y="2.35621"/>
<Actor seed="4112"/>
</Entity>
<Entity uid="20264">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1414.85694" z="1314.27576"/>
<Orientation y="2.35621"/>
<Actor seed="21280"/>
</Entity>
<Entity uid="20265">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1471.43201" z="1564.12684"/>
<Orientation y="2.35621"/>
<Actor seed="54074"/>
</Entity>
<Entity uid="20266">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1371.29761" z="1691.47168"/>
<Orientation y="2.35621"/>
<Actor seed="38218"/>
</Entity>
<Entity uid="20267">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1371.72059" z="1688.87684"/>
<Orientation y="2.35621"/>
<Actor seed="9710"/>
</Entity>
<Entity uid="20268">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1370.96766" z="1686.04078"/>
<Orientation y="2.35621"/>
<Actor seed="61790"/>
</Entity>
<Entity uid="20269">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1371.4148" z="1685.23035"/>
<Orientation y="2.35621"/>
<Actor seed="37212"/>
</Entity>
<Entity uid="20270">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1370.94947" z="1682.20557"/>
<Orientation y="2.35621"/>
<Actor seed="47956"/>
</Entity>
<Entity uid="20271">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1372.38746" z="1748.52881"/>
<Orientation y="2.35621"/>
<Actor seed="27888"/>
</Entity>
<Entity uid="20272">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1370.75611" z="1751.56434"/>
<Orientation y="2.35621"/>
<Actor seed="24944"/>
</Entity>
<Entity uid="20273">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1373.34498" z="1753.1974"/>
<Orientation y="2.35621"/>
<Actor seed="8278"/>
</Entity>
<Entity uid="20274">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1367.32471" z="1750.19471"/>
<Orientation y="2.35621"/>
<Actor seed="25932"/>
</Entity>
<Entity uid="20275">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1375.19788" z="1757.00464"/>
<Orientation y="2.35621"/>
<Actor seed="36054"/>
</Entity>
<Entity uid="20276">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1372.73829" z="1744.62317"/>
<Orientation y="2.35621"/>
<Actor seed="16606"/>
</Entity>
<Entity uid="20277">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1369.41724" z="1743.89722"/>
<Orientation y="2.35621"/>
<Actor seed="64316"/>
</Entity>
<Entity uid="20278">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1366.31702" z="1747.81531"/>
<Orientation y="2.35621"/>
<Actor seed="33684"/>
</Entity>
<Entity uid="20279">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1369.49366" z="1752.04688"/>
<Orientation y="2.35621"/>
<Actor seed="22110"/>
</Entity>
<Entity uid="20280">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1493.56971" z="1709.88917"/>
<Orientation y="2.35621"/>
<Actor seed="58350"/>
</Entity>
<Entity uid="20281">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1477.37073" z="1631.82105"/>
<Orientation y="2.35621"/>
<Actor seed="25302"/>
</Entity>
<Entity uid="20282">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1439.67176" z="1506.77112"/>
<Orientation y="1.76478"/>
<Actor seed="29622"/>
</Entity>
<Entity uid="20283">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1440.71448" z="1509.21265"/>
<Orientation y="1.76478"/>
<Actor seed="47556"/>
</Entity>
<Entity uid="20284">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1439.49903" z="1504.99036"/>
<Orientation y="1.76478"/>
<Actor seed="36976"/>
</Entity>
<Entity uid="20285">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1379.95337" z="1441.17322"/>
<Orientation y="1.76478"/>
<Actor seed="27842"/>
</Entity>
<Entity uid="20286">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1377.44166" z="1440.17347"/>
<Orientation y="1.76478"/>
<Actor seed="9776"/>
</Entity>
<Entity uid="20287">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1400.02149" z="1459.3938"/>
<Orientation y="2.35621"/>
<Actor seed="16540"/>
</Entity>
<Entity uid="20288">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1398.37598" z="1457.09693"/>
<Orientation y="2.35621"/>
<Actor seed="1938"/>
</Entity>
<Entity uid="20289">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1397.5702" z="1454.672"/>
<Orientation y="2.35621"/>
<Actor seed="12512"/>
</Entity>
<Entity uid="20290">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1399.36097" z="1455.6189"/>
<Orientation y="2.35621"/>
<Actor seed="30666"/>
</Entity>
<Entity uid="20291">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1394.3672" z="1450.63318"/>
<Orientation y="2.35621"/>
<Actor seed="8826"/>
</Entity>
<Entity uid="20292">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1375.93128" z="1438.52356"/>
<Orientation y="2.35621"/>
<Actor seed="52350"/>
</Entity>
<Entity uid="20293">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1401.19056" z="1460.61121"/>
<Orientation y="2.35621"/>
<Actor seed="55062"/>
</Entity>
<Entity uid="20294">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1407.12586" z="1471.89502"/>
<Orientation y="2.35337"/>
<Actor seed="2240"/>
</Entity>
<Entity uid="20295">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1408.85035" z="1473.07618"/>
<Orientation y="2.35337"/>
<Actor seed="48448"/>
</Entity>
<Entity uid="20296">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1437.31666" z="1502.98963"/>
<Orientation y="1.7648"/>
<Actor seed="47556"/>
</Entity>
<Entity uid="20297">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1409.94007" z="1474.7096"/>
<Orientation y="1.76195"/>
<Actor seed="47556"/>
</Entity>
<Entity uid="20298">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1395.81373" z="1452.13013"/>
<Orientation y="2.35622"/>
<Actor seed="47556"/>
</Entity>
<Entity uid="20299">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1486.79676" z="1343.50904"/>
<Orientation y="2.35621"/>
<Actor seed="45518"/>
</Entity>
<Entity uid="20300">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1487.14979" z="1345.01294"/>
<Orientation y="2.35621"/>
<Actor seed="55676"/>
</Entity>
<Entity uid="20301">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1488.38697" z="1347.36658"/>
<Orientation y="2.35621"/>
<Actor seed="4360"/>
</Entity>
<Entity uid="20302">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1488.71912" z="1350.09498"/>
<Orientation y="2.35621"/>
<Actor seed="642"/>
</Entity>
<Entity uid="20303">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1481.61976" z="1336.3318"/>
<Orientation y="2.35621"/>
<Actor seed="64036"/>
</Entity>
<Entity uid="20304">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1480.47388" z="1334.16028"/>
<Orientation y="2.35621"/>
<Actor seed="29154"/>
</Entity>
<Entity uid="20305">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1482.02771" z="1336.25464"/>
<Orientation y="2.35621"/>
<Actor seed="9752"/>
</Entity>
<Entity uid="20306">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1480.01441" z="1334.9209"/>
<Orientation y="2.35621"/>
<Actor seed="37136"/>
</Entity>
<Entity uid="20307">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1479.29493" z="1333.849"/>
<Orientation y="2.35621"/>
<Actor seed="43960"/>
</Entity>
<Entity uid="20308">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1446.67005" z="1393.07251"/>
<Orientation y="2.35621"/>
<Actor seed="61924"/>
</Entity>
<Entity uid="20309">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1448.44227" z="1394.27784"/>
<Orientation y="2.35621"/>
<Actor seed="57950"/>
</Entity>
<Entity uid="20310">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1410.11268" z="1329.88953"/>
<Orientation y="2.35621"/>
<Actor seed="47072"/>
</Entity>
<Entity uid="20311">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1412.85938" z="1329.56482"/>
<Orientation y="2.35621"/>
<Actor seed="62182"/>
</Entity>
<Entity uid="20312">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1408.35157" z="1331.6283"/>
<Orientation y="2.35621"/>
<Actor seed="32262"/>
</Entity>
<Entity uid="20313">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1404.58655" z="1333.60291"/>
<Orientation y="2.35621"/>
<Actor seed="23398"/>
</Entity>
<Entity uid="20314">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1432.94495" z="1449.67872"/>
<Orientation y="2.35621"/>
<Actor seed="11496"/>
</Entity>
<Entity uid="20315">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1433.6045" z="1452.28199"/>
<Orientation y="2.35621"/>
<Actor seed="18918"/>
</Entity>
<Entity uid="20316">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1434.30872" z="1455.72022"/>
<Orientation y="2.35621"/>
<Actor seed="21322"/>
</Entity>
<Entity uid="20317">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1435.54029" z="1458.84278"/>
<Orientation y="2.35621"/>
<Actor seed="22366"/>
</Entity>
<Entity uid="20318">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1430.02637" z="1449.59803"/>
<Orientation y="2.35621"/>
<Actor seed="42570"/>
</Entity>
<Entity uid="20319">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1433.82776" z="1455.25855"/>
<Orientation y="2.35621"/>
<Actor seed="62574"/>
</Entity>
<Entity uid="20320">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1431.47571" z="1453.88355"/>
<Orientation y="2.35621"/>
<Actor seed="62502"/>
</Entity>
<Entity uid="20321">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="920.94074" z="1458.44947"/>
<Orientation y="2.35621"/>
<Actor seed="58862"/>
</Entity>
<Entity uid="20322">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="923.02918" z="1459.07105"/>
<Orientation y="2.35621"/>
<Actor seed="44958"/>
</Entity>
<Entity uid="20323">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="926.3166" z="1462.22181"/>
<Orientation y="2.35621"/>
<Actor seed="40924"/>
</Entity>
<Entity uid="20324">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="928.46406" z="1465.07313"/>
<Orientation y="2.35621"/>
<Actor seed="59424"/>
</Entity>
<Entity uid="20325">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="926.40015" z="1463.22425"/>
<Orientation y="2.35621"/>
<Actor seed="16822"/>
</Entity>
<Entity uid="20326">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="924.51325" z="1459.02442"/>
<Orientation y="2.35621"/>
<Actor seed="42418"/>
</Entity>
<Entity uid="20327">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="928.4173" z="1468.25489"/>
<Orientation y="2.35621"/>
<Actor seed="36834"/>
</Entity>
<Entity uid="20328">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="930.23005" z="1467.11207"/>
<Orientation y="2.35621"/>
<Actor seed="54724"/>
</Entity>
<Entity uid="20329">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="917.56904" z="1456.95752"/>
<Orientation y="2.35621"/>
<Actor seed="41506"/>
</Entity>
<Entity uid="20330">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="920.89637" z="1457.61365"/>
<Orientation y="2.35621"/>
<Actor seed="57562"/>
</Entity>
<Entity uid="20331">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="929.20417" z="1463.13209"/>
<Orientation y="2.35621"/>
<Actor seed="16296"/>
</Entity>
<Entity uid="20332">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="944.71583" z="1521.72791"/>
<Orientation y="2.35621"/>
<Actor seed="16190"/>
</Entity>
<Entity uid="20333">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="941.89179" z="1521.02112"/>
<Orientation y="2.35621"/>
<Actor seed="9694"/>
</Entity>
<Entity uid="20334">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="697.26313" z="1520.91993"/>
<Orientation y="2.35621"/>
<Actor seed="38322"/>
</Entity>
<Entity uid="20335">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="695.9532" z="1523.19227"/>
<Orientation y="2.35621"/>
<Actor seed="57204"/>
</Entity>
<Entity uid="20336">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="694.24732" z="1525.26685"/>
<Orientation y="2.35621"/>
<Actor seed="43342"/>
</Entity>
<Entity uid="20339">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1868.13282" z="1379.19166"/>
<Orientation y="2.35621"/>
<Actor seed="28354"/>
</Entity>
<Entity uid="20340">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1860.08594" z="1386.70838"/>
<Orientation y="2.35621"/>
<Actor seed="33202"/>
</Entity>
<Entity uid="20341">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1868.00171" z="1388.13013"/>
<Orientation y="2.35621"/>
<Actor seed="49268"/>
</Entity>
<Entity uid="20342">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1859.86231" z="1387.09314"/>
<Orientation y="2.35621"/>
<Actor seed="11342"/>
</Entity>
<Entity uid="20343">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1871.91065" z="1380.51014"/>
<Orientation y="2.35622"/>
<Actor seed="11342"/>
</Entity>
<Entity uid="20344">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1875.52674" z="1370.4137"/>
<Orientation y="4.68892"/>
<Actor seed="11342"/>
</Entity>
<Entity uid="20345">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1818.5763" z="1379.79908"/>
<Orientation y="2.35621"/>
<Actor seed="37480"/>
</Entity>
<Entity uid="20346">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1843.97193" z="1379.9015"/>
<Orientation y="2.35621"/>
<Actor seed="31582"/>
</Entity>
<Entity uid="20347">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1882.53492" z="1367.33411"/>
<Orientation y="2.35621"/>
<Actor seed="47062"/>
</Entity>
<Entity uid="20348">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1874.58436" z="1370.76893"/>
<Orientation y="2.35621"/>
<Actor seed="25158"/>
</Entity>
<Entity uid="20349">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1873.35523" z="1371.39405"/>
<Orientation y="2.35621"/>
<Actor seed="61902"/>
</Entity>
<Entity uid="20350">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1924.91626" z="1399.02369"/>
<Orientation y="2.35621"/>
<Actor seed="2956"/>
</Entity>
<Entity uid="20351">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1852.60621" z="1373.48938"/>
<Orientation y="1.49335"/>
<Actor seed="34470"/>
</Entity>
<Entity uid="20352">
<Template>actor|geology/stone_savanna_med.xml</Template>
<Position x="1848.70313" z="1377.56214"/>
<Orientation y="2.35621"/>
<Actor seed="55352"/>
</Entity>
<Entity uid="20353">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="771.55555" z="603.3443"/>
<Orientation y="2.35621"/>
<Actor seed="18870"/>
</Entity>
<Entity uid="20354">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="705.7823" z="610.32386"/>
<Orientation y="2.35621"/>
<Actor seed="21368"/>
</Entity>
<Entity uid="20355">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="710.45893" z="606.46229"/>
<Orientation y="2.35621"/>
<Actor seed="9092"/>
</Entity>
<Entity uid="20356">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="715.9032" z="604.39533"/>
<Orientation y="2.35621"/>
<Actor seed="62680"/>
</Entity>
<Entity uid="20357">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="711.87604" z="609.53003"/>
<Orientation y="2.35621"/>
<Actor seed="9300"/>
</Entity>
<Entity uid="20358">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="653.82477" z="620.63837"/>
<Orientation y="2.35621"/>
<Actor seed="62428"/>
</Entity>
<Entity uid="20359">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="650.31727" z="618.94654"/>
<Orientation y="2.35621"/>
<Actor seed="4656"/>
</Entity>
<Entity uid="20360">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="647.26642" z="619.06452"/>
<Orientation y="2.35621"/>
<Actor seed="39890"/>
</Entity>
<Entity uid="20361">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="681.57404" z="654.3816"/>
<Orientation y="2.35621"/>
<Actor seed="12018"/>
</Entity>
<Entity uid="20362">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="681.7505" z="652.34028"/>
<Orientation y="2.35621"/>
<Actor seed="52194"/>
</Entity>
<Entity uid="20363">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="675.22779" z="724.01868"/>
<Orientation y="2.35621"/>
<Actor seed="48902"/>
</Entity>
<Entity uid="20364">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="674.19367" z="719.06885"/>
<Orientation y="2.35621"/>
<Actor seed="41236"/>
</Entity>
<Entity uid="20365">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="678.11628" z="717.8365"/>
<Orientation y="2.35621"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="20366">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="681.15937" z="717.87171"/>
<Orientation y="2.35621"/>
<Actor seed="51866"/>
</Entity>
<Entity uid="20367">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="682.88105" z="717.44599"/>
<Orientation y="2.35621"/>
<Actor seed="37494"/>
</Entity>
<Entity uid="20368">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="581.6714" z="759.47358"/>
<Orientation y="2.35621"/>
<Actor seed="43636"/>
</Entity>
<Entity uid="20369">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="585.44922" z="756.19886"/>
<Orientation y="2.35621"/>
<Actor seed="32170"/>
</Entity>
<Entity uid="20370">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="566.79627" z="761.46564"/>
<Orientation y="2.35621"/>
<Actor seed="62688"/>
</Entity>
<Entity uid="20371">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="540.98975" z="782.73316"/>
<Orientation y="2.35621"/>
<Actor seed="30100"/>
</Entity>
<Entity uid="20372">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="545.59632" z="778.68598"/>
<Orientation y="2.35621"/>
<Actor seed="38360"/>
</Entity>
<Entity uid="20373">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="512.96808" z="776.6023"/>
<Orientation y="2.35621"/>
<Actor seed="52688"/>
</Entity>
<Entity uid="20374">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="574.18671" z="804.91388"/>
<Orientation y="2.35621"/>
<Actor seed="23548"/>
</Entity>
<Entity uid="20375">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="571.57667" z="804.97754"/>
<Orientation y="2.35621"/>
<Actor seed="36384"/>
</Entity>
<Entity uid="20376">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="577.98298" z="806.1059"/>
<Orientation y="2.35621"/>
<Actor seed="25882"/>
</Entity>
<Entity uid="20377">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="580.27717" z="808.0647"/>
<Orientation y="2.35621"/>
<Actor seed="3552"/>
</Entity>
<Entity uid="20378">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="632.56885" z="791.36127"/>
<Orientation y="2.35621"/>
<Actor seed="43216"/>
</Entity>
<Entity uid="20379">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="633.29523" z="788.37702"/>
<Orientation y="2.35621"/>
<Actor seed="15634"/>
</Entity>
<Entity uid="20380">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="634.98981" z="786.46973"/>
<Orientation y="2.35621"/>
<Actor seed="25196"/>
</Entity>
<Entity uid="20381">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="630.77369" z="794.49323"/>
<Orientation y="2.35621"/>
<Actor seed="38874"/>
</Entity>
<Entity uid="20382">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="531.0796" z="891.24177"/>
<Orientation y="2.35621"/>
<Actor seed="32576"/>
</Entity>
<Entity uid="20383">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="534.68128" z="889.97407"/>
<Orientation y="2.35621"/>
<Actor seed="5178"/>
</Entity>
<Entity uid="20384">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="569.29767" z="892.65107"/>
<Orientation y="2.35621"/>
<Actor seed="31912"/>
</Entity>
<Entity uid="20385">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="573.16095" z="882.36091"/>
<Orientation y="2.35621"/>
<Actor seed="33454"/>
</Entity>
<Entity uid="20386">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="570.7845" z="872.91797"/>
<Orientation y="2.35621"/>
<Actor seed="51452"/>
</Entity>
<Entity uid="20387">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="570.04548" z="871.5788"/>
<Orientation y="2.35621"/>
<Actor seed="19912"/>
</Entity>
<Entity uid="20388">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="530.35511" z="825.93305"/>
<Orientation y="2.35621"/>
<Actor seed="5536"/>
</Entity>
<Entity uid="20389">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="531.32636" z="825.3824"/>
<Orientation y="2.35621"/>
<Actor seed="9036"/>
</Entity>
<Entity uid="20390">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="531.287" z="826.00855"/>
<Orientation y="2.35621"/>
<Actor seed="4868"/>
</Entity>
<Entity uid="20391">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="530.73475" z="824.6349"/>
<Orientation y="2.35621"/>
<Actor seed="41094"/>
</Entity>
<Entity uid="20392">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="540.29401" z="816.22193"/>
<Orientation y="2.35621"/>
<Actor seed="28000"/>
</Entity>
<Entity uid="20393">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="571.84015" z="885.00123"/>
<Orientation y="2.35621"/>
<Actor seed="33942"/>
</Entity>
<Entity uid="20394">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="570.24201" z="869.7746"/>
<Orientation y="2.35621"/>
<Actor seed="44034"/>
</Entity>
<Entity uid="20395">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="557.20862" z="898.1673"/>
<Orientation y="2.35621"/>
<Actor seed="47988"/>
</Entity>
<Entity uid="20396">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="555.36316" z="897.89032"/>
<Orientation y="2.35621"/>
<Actor seed="5468"/>
</Entity>
<Entity uid="20397">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="528.5453" z="892.28943"/>
<Orientation y="2.35621"/>
<Actor seed="41682"/>
</Entity>
<Entity uid="20398">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="527.5135" z="912.04554"/>
<Orientation y="2.35621"/>
<Actor seed="3400"/>
</Entity>
<Entity uid="20399">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="478.45694" z="900.7696"/>
<Orientation y="2.35621"/>
<Actor seed="26688"/>
</Entity>
<Entity uid="20400">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="622.04297" z="818.42902"/>
<Orientation y="2.35621"/>
<Actor seed="36778"/>
</Entity>
<Entity uid="20401">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="525.8866" z="912.4502"/>
<Orientation y="2.35621"/>
<Actor seed="55894"/>
</Entity>
<Entity uid="20402">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="594.96491" z="932.91736"/>
<Orientation y="2.35621"/>
<Actor seed="63982"/>
</Entity>
<Entity uid="20403">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="595.62995" z="931.5724"/>
<Orientation y="2.35621"/>
<Actor seed="21820"/>
</Entity>
<Entity uid="20404">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="461.26096" z="961.77723"/>
<Orientation y="2.35621"/>
<Actor seed="27250"/>
</Entity>
<Entity uid="20405">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="487.70572" z="932.06403"/>
<Orientation y="2.35621"/>
<Actor seed="13652"/>
</Entity>
<Entity uid="20406">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="494.4026" z="1022.14972"/>
<Orientation y="2.35621"/>
<Actor seed="46462"/>
</Entity>
<Entity uid="20407">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="658.76362" z="742.261"/>
<Orientation y="2.35621"/>
<Actor seed="4458"/>
</Entity>
<Entity uid="20408">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="702.59638" z="723.58283"/>
<Orientation y="2.35621"/>
<Actor seed="27592"/>
</Entity>
<Entity uid="20409">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="702.2157" z="722.17231"/>
<Orientation y="2.35621"/>
<Actor seed="34850"/>
</Entity>
<Entity uid="20410">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="701.53559" z="720.16999"/>
<Orientation y="2.35621"/>
<Actor seed="53018"/>
</Entity>
<Entity uid="20411">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="701.04432" z="671.6316"/>
<Orientation y="2.35621"/>
<Actor seed="19204"/>
</Entity>
<Entity uid="20412">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="702.09137" z="674.34467"/>
<Orientation y="2.35621"/>
<Actor seed="63014"/>
</Entity>
<Entity uid="20413">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="702.07856" z="675.66413"/>
<Orientation y="2.35621"/>
<Actor seed="58366"/>
</Entity>
<Entity uid="20414">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="701.97022" z="673.61237"/>
<Orientation y="2.35621"/>
<Actor seed="59686"/>
</Entity>
<Entity uid="20415">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="700.1543" z="670.77009"/>
<Orientation y="2.35621"/>
<Actor seed="6274"/>
</Entity>
<Entity uid="20416">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="553.6504" z="654.24653"/>
<Orientation y="2.35621"/>
<Actor seed="19782"/>
</Entity>
<Entity uid="20417">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="555.20478" z="656.21485"/>
<Orientation y="2.35621"/>
<Actor seed="26712"/>
</Entity>
<Entity uid="20418">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="499.55243" z="744.9632"/>
<Orientation y="2.35621"/>
<Actor seed="25966"/>
</Entity>
<Entity uid="20419">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="500.76908" z="821.24878"/>
<Orientation y="2.35621"/>
<Actor seed="37922"/>
</Entity>
<Entity uid="20420">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="545.33954" z="811.10633"/>
<Orientation y="2.35621"/>
<Actor seed="58252"/>
</Entity>
<Entity uid="20421">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="540.33008" z="832.59742"/>
<Orientation y="2.35621"/>
<Actor seed="64160"/>
</Entity>
<Entity uid="20422">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="539.89728" z="834.6443"/>
<Orientation y="2.35621"/>
<Actor seed="24012"/>
</Entity>
<Entity uid="20423">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="512.38068" z="895.26105"/>
<Orientation y="2.35621"/>
<Actor seed="37356"/>
</Entity>
<Entity uid="20434">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="631.66877" z="1690.3224"/>
<Orientation y="5.13099"/>
<Actor seed="24616"/>
</Entity>
<Entity uid="20444">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="667.53351" z="1711.83338"/>
<Orientation y="2.92127"/>
<Actor seed="23054"/>
</Entity>
<Entity uid="20446">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="751.11988" z="1793.96937"/>
<Orientation y="4.74471"/>
<Actor seed="7730"/>
</Entity>
<Entity uid="20448">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="632.11194" z="1699.49878"/>
<Orientation y="4.52976"/>
<Actor seed="8600"/>
</Entity>
<Entity uid="20450">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="660.83741" z="1707.36658"/>
<Orientation y="-2.57761"/>
<Actor seed="61634"/>
</Entity>
<Entity uid="20457">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="750.54584" z="1799.08375"/>
<Orientation y="4.00417"/>
<Actor seed="25716"/>
</Entity>
<Entity uid="20458">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="755.81525" z="1799.46851"/>
<Orientation y="6.28637"/>
<Actor seed="25716"/>
</Entity>
<Entity uid="20459">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="475.35657" z="1760.8678"/>
<Orientation y="2.35621"/>
<Actor seed="7934"/>
</Entity>
<Entity uid="20460">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="483.47431" z="1765.05079"/>
<Orientation y="0.34571"/>
<Actor seed="9034"/>
</Entity>
<Entity uid="20461">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="489.3974" z="1768.2339"/>
<Orientation y="2.35621"/>
<Actor seed="13686"/>
</Entity>
<Entity uid="20462">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="459.67334" z="1740.96351"/>
<Orientation y="2.35621"/>
<Actor seed="51636"/>
</Entity>
<Entity uid="20463">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="457.93641" z="1740.67334"/>
<Orientation y="2.35621"/>
<Actor seed="22394"/>
</Entity>
<Entity uid="20464">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="480.54902" z="1770.36463"/>
<Orientation y="2.35621"/>
<Actor seed="30970"/>
</Entity>
<Entity uid="20465">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="446.83606" z="1744.76868"/>
<Orientation y="2.35621"/>
<Actor seed="35806"/>
</Entity>
<Entity uid="20466">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="470.88187" z="1752.69092"/>
<Orientation y="2.35621"/>
<Actor seed="58730"/>
</Entity>
<Entity uid="20467">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="469.10444" z="1757.54297"/>
<Orientation y="2.35621"/>
<Actor seed="47358"/>
</Entity>
<Entity uid="20468">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="467.04792" z="1752.61866"/>
<Orientation y="2.35621"/>
<Actor seed="22784"/>
</Entity>
<Entity uid="20469">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="494.93406" z="1771.27271"/>
<Orientation y="2.35621"/>
<Actor seed="30380"/>
</Entity>
<Entity uid="20470">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="496.9784" z="1772.86011"/>
<Orientation y="2.35621"/>
<Actor seed="47856"/>
</Entity>
<Entity uid="20471">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="477.76395" z="1755.94385"/>
<Orientation y="3.99733"/>
<Actor seed="1180"/>
</Entity>
<Entity uid="20472">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="483.39625" z="1765.10743"/>
<Orientation y="0.4557"/>
<Actor seed="60402"/>
</Entity>
<Entity uid="20473">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="474.27491" z="1758.96045"/>
<Orientation y="2.61664"/>
<Actor seed="29738"/>
</Entity>
<Entity uid="20474">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="939.32142" z="1508.79163"/>
<Orientation y="-5.0362"/>
<Actor seed="22858"/>
</Entity>
<Entity uid="20475">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="954.39454" z="1478.12586"/>
<Orientation y="5.97815"/>
<Actor seed="50626"/>
</Entity>
<Entity uid="20476">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="947.21845" z="1515.06849"/>
<Orientation y="2.35621"/>
<Actor seed="32384"/>
</Entity>
<Entity uid="20478">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="937.33301" z="1516.32557"/>
<Orientation y="1.07151"/>
<Actor seed="57046"/>
</Entity>
<Entity uid="20481">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="472.76935" z="189.66056"/>
<Orientation y="-1.75547"/>
<Actor seed="27078"/>
</Entity>
<Entity uid="20482">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="477.3054" z="193.31077"/>
<Orientation y="-0.95784"/>
<Actor seed="5400"/>
</Entity>
<Entity uid="20483">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="514.8891" z="206.89438"/>
<Orientation y="0.25812"/>
<Actor seed="18426"/>
</Entity>
<Entity uid="20486">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="516.79786" z="211.24103"/>
<Orientation y="1.45708"/>
<Actor seed="45698"/>
</Entity>
<Entity uid="20487">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="520.21753" z="208.15186"/>
<Orientation y="0.664"/>
<Actor seed="4932"/>
</Entity>
<Entity uid="20488">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="557.16187" z="222.73093"/>
<Orientation y="-5.95231"/>
<Actor seed="27078"/>
</Entity>
<Entity uid="20489">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="620.6855" z="170.95118"/>
<Orientation y="-0.23227"/>
<Actor seed="27078"/>
</Entity>
<Entity uid="20490">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="518.01325" z="203.28415"/>
<Orientation y="0.89971"/>
<Actor seed="33888"/>
</Entity>
<Entity uid="20491">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="576.48548" z="162.52292"/>
<Orientation y="1.70449"/>
<Actor seed="33888"/>
</Entity>
<Entity uid="20492">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="653.64545" z="174.96723"/>
<Orientation y="-0.02497"/>
<Actor seed="33888"/>
</Entity>
<Entity uid="20493">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="559.21766" z="217.27353"/>
<Orientation y="-2.4048"/>
<Actor seed="5400"/>
</Entity>
<Entity uid="20494">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="563.3913" z="212.66602"/>
<Orientation y="-4.84023"/>
<Actor seed="5400"/>
</Entity>
<Entity uid="20495">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="625.14563" z="170.33268"/>
<Orientation y="-0.1352"/>
<Actor seed="5400"/>
</Entity>
<Entity uid="20496">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="581.59137" z="162.1165"/>
<Orientation y="0.26252"/>
<Actor seed="5400"/>
</Entity>
<Entity uid="20497">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="652.75312" z="170.5495"/>
<Orientation y="1.47362"/>
<Actor seed="45698"/>
</Entity>
<Entity uid="20498">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="653.6756" z="167.17466"/>
<Orientation y="-2.0711"/>
<Actor seed="45698"/>
</Entity>
<Entity uid="20499">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="577.00324" z="154.5683"/>
<Orientation y="-2.42983"/>
<Actor seed="45698"/>
</Entity>
<Entity uid="20500">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="627.07062" z="161.09641"/>
<Orientation y="-0.25286"/>
<Actor seed="4932"/>
</Entity>
<Entity uid="20501">
<Template>gaia/geology_metal_desert_small</Template>
<Player>0</Player>
<Position x="621.82953" z="161.09754"/>
<Orientation y="0.25812"/>
<Actor seed="18426"/>
</Entity>
<Entity uid="20502">
<Template>gaia/geology_metal_desert_badlands_slabs</Template>
<Player>0</Player>
<Position x="424.28608" z="944.79413"/>
<Orientation y="3.1118"/>
<Actor seed="37182"/>
</Entity>
<Entity uid="20503">
<Template>gaia/geology_metal_desert_badlands_slabs</Template>
<Player>0</Player>
<Position x="399.92808" z="846.09394"/>
<Orientation y="2.35621"/>
<Actor seed="24848"/>
</Entity>
<Entity uid="20504">
<Template>gaia/geology_metal_desert_badlands_slabs</Template>
<Player>0</Player>
<Position x="342.5637" z="1079.2345"/>
<Orientation y="2.50454"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="20505">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="525.3694" z="725.71747"/>
<Orientation y="-2.05361"/>
<Actor seed="29160"/>
</Entity>
<Entity uid="20506">
<Template>gaia/geology_stonemine_desert_badlands_quarry</Template>
<Player>0</Player>
<Position x="985.74183" z="946.60047"/>
<Orientation y="2.35621"/>
<Actor seed="63978"/>
</Entity>
<Entity uid="20507">
<Template>actor|structures/tent_big.xml</Template>
<Position x="720.21326" z="561.88123"/>
<Orientation y="1.49845"/>
<Actor seed="11662"/>
</Entity>
<Entity uid="20508">
<Template>actor|props/structures/ptolemies/settlement_campfire.xml</Template>
<Position x="733.04462" z="562.35932"/>
<Orientation y="1.00937"/>
<Actor seed="59702"/>
</Entity>
<Entity uid="20509">
<Template>actor|props/special/eyecandy/campfire_decal.xml</Template>
<Position x="732.9048" z="562.32862"/>
<Orientation y="2.52753"/>
<Actor seed="26606"/>
</Entity>
<Entity uid="20510">
<Template>actor|props/special/eyecandy/wood_sm_pile_a.xml</Template>
<Position x="731.2151" z="560.26117"/>
<Orientation y="2.35621"/>
<Actor seed="13570"/>
</Entity>
<Entity uid="20511">
<Template>actor|props/special/eyecandy/wood_small_1_a.xml</Template>
<Position x="730.92017" z="560.3484"/>
<Orientation y="2.35621"/>
<Actor seed="29858"/>
</Entity>
<Entity uid="20512">
<Template>actor|props/special/eyecandy/wood_small_1_a.xml</Template>
<Position x="731.18018" z="559.88086"/>
<Orientation y="2.64434"/>
<Actor seed="3538"/>
</Entity>
<Entity uid="20517">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="721.14087" z="545.90094"/>
<Orientation y="-2.0247"/>
<Actor seed="47854"/>
</Entity>
<Entity uid="20518">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="727.18592" z="539.4527"/>
<Orientation y="0.43781"/>
<Actor seed="20374"/>
</Entity>
<Entity uid="20520">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="730.41883" z="535.6634"/>
<Orientation y="0.75234"/>
<Actor seed="6866"/>
</Entity>
<Entity uid="20521">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="725.2652" z="542.39313"/>
<Orientation y="2.35621"/>
<Actor seed="1448"/>
</Entity>
<Entity uid="20522">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="722.81672" z="541.21967"/>
<Orientation y="2.35621"/>
<Actor seed="6384"/>
</Entity>
<Entity uid="20523">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="725.56885" z="544.4516"/>
<Orientation y="2.35621"/>
<Actor seed="16034"/>
</Entity>
<Entity uid="20524">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="724.20002" z="544.33454"/>
<Orientation y="2.35621"/>
<Actor seed="57040"/>
</Entity>
<Entity uid="20525">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="724.8581" z="548.6048"/>
<Orientation y="2.35621"/>
<Actor seed="47840"/>
</Entity>
<Entity uid="20526">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="638.56763" z="554.06537"/>
<Orientation y="2.35621"/>
<Actor seed="40886"/>
</Entity>
<Entity uid="20527">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="726.42682" z="548.23328"/>
<Orientation y="2.35621"/>
<Actor seed="63878"/>
</Entity>
<Entity uid="20528">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="720.17127" z="561.66834"/>
<Orientation y="2.88225"/>
<Actor seed="57882"/>
</Entity>
<Entity uid="20529">
<Template>other/fence_stone</Template>
<Player>0</Player>
<Position x="718.98896" z="546.67164"/>
<Orientation y="4.63608"/>
<Actor seed="6892"/>
</Entity>
<Entity uid="20530">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="717.15857" z="544.90461"/>
<Orientation y="-1.63361"/>
<Actor seed="47854"/>
</Entity>
<Entity uid="20531">
<Template>actor|geology/stonemine_desert.xml</Template>
<Position x="712.66211" z="543.86182"/>
<Orientation y="2.32956"/>
<Actor seed="2744"/>
</Entity>
<Entity uid="20532">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="735.44941" z="576.67188"/>
<Orientation y="2.35621"/>
<Actor seed="53730"/>
</Entity>
<Entity uid="20533">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="736.61847" z="576.15516"/>
<Orientation y="2.35621"/>
<Actor seed="53808"/>
</Entity>
<Entity uid="20534">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="704.1327" z="612.46717"/>
<Orientation y="2.35621"/>
<Actor seed="53660"/>
</Entity>
<Entity uid="20535">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="713.82416" z="605.96973"/>
<Orientation y="2.35621"/>
<Actor seed="41004"/>
</Entity>
<Entity uid="20536">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="715.14631" z="605.25135"/>
<Orientation y="2.35621"/>
<Actor seed="58468"/>
</Entity>
<Entity uid="20537">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="715.17682" z="604.30408"/>
<Orientation y="2.35621"/>
<Actor seed="17632"/>
</Entity>
<Entity uid="20538">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="737.59095" z="567.5647"/>
<Orientation y="2.35621"/>
<Actor seed="25956"/>
</Entity>
<Entity uid="20539">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="771.02802" z="602.11127"/>
<Orientation y="2.35621"/>
<Actor seed="25046"/>
</Entity>
<Entity uid="20540">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="737.35261" z="565.6554"/>
<Orientation y="2.35621"/>
<Actor seed="26352"/>
</Entity>
<Entity uid="20541">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="737.05268" z="574.15711"/>
<Orientation y="2.35621"/>
<Actor seed="43814"/>
</Entity>
<Entity uid="20542">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="738.4964" z="569.03187"/>
<Orientation y="2.1937"/>
<Actor seed="39762"/>
</Entity>
<Entity uid="20543">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="735.40143" z="560.51899"/>
<Orientation y="1.89968"/>
<Actor seed="39762"/>
</Entity>
<Entity uid="20544">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="845.94898" z="600.98786"/>
<Orientation y="2.35621"/>
<Actor seed="60788"/>
</Entity>
<Entity uid="20545">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="733.53669" z="559.19806"/>
<Orientation y="3.10189"/>
<Actor seed="19802"/>
</Entity>
<Entity uid="20546">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="736.97901" z="562.42902"/>
<Orientation y="2.49073"/>
<Actor seed="47796"/>
</Entity>
<Entity uid="20547">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="717.7953" z="566.83826"/>
<Orientation y="2.35621"/>
<Actor seed="10076"/>
</Entity>
<Entity uid="20548">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="718.92914" z="568.96497"/>
<Orientation y="2.35621"/>
<Actor seed="54818"/>
</Entity>
<Entity uid="20549">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="717.06653" z="564.66285"/>
<Orientation y="2.12237"/>
<Actor seed="47972"/>
</Entity>
<Entity uid="20553">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="720.28498" z="570.36243"/>
<Orientation y="2.35621"/>
<Actor seed="51568"/>
</Entity>
<Entity uid="20554">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="715.9568" z="562.69892"/>
<Orientation y="2.35621"/>
<Actor seed="59978"/>
</Entity>
<Entity uid="20555">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="714.59314" z="563.47834"/>
<Orientation y="2.81232"/>
<Actor seed="59978"/>
</Entity>
<Entity uid="20556">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="714.67817" z="564.49286"/>
<Orientation y="2.13625"/>
<Actor seed="59978"/>
</Entity>
<Entity uid="20557">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="737.93726" z="569.58765"/>
<Orientation y="2.81232"/>
<Actor seed="59978"/>
</Entity>
<Entity uid="20558">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="736.61054" z="567.61005"/>
<Orientation y="2.25075"/>
<Actor seed="59978"/>
</Entity>
<Entity uid="20559">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="737.52002" z="568.92737"/>
<Orientation y="2.35621"/>
<Actor seed="1126"/>
</Entity>
<Entity uid="20560">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="714.58356" z="559.65644"/>
<Orientation y="2.35621"/>
<Actor seed="49768"/>
</Entity>
<Entity uid="20561">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.11023" z="659.17157"/>
<Orientation y="2.35621"/>
<Actor seed="56582"/>
</Entity>
<Entity uid="20562">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="933.60602" z="655.87598"/>
<Orientation y="2.35621"/>
<Actor seed="3996"/>
</Entity>
<Entity uid="20563">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.35334" z="651.47107"/>
<Orientation y="2.35621"/>
<Actor seed="61284"/>
</Entity>
<Entity uid="20564">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="934.83857" z="649.72968"/>
<Orientation y="2.35621"/>
<Actor seed="27858"/>
</Entity>
<Entity uid="20565">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="735.66126" z="570.03046"/>
<Orientation y="2.35621"/>
<Actor seed="37918"/>
</Entity>
<Entity uid="20566">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="722.96106" z="542.50904"/>
<Orientation y="2.35621"/>
<Actor seed="26268"/>
</Entity>
<Entity uid="20567">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="847.61286" z="601.35962"/>
<Orientation y="2.35621"/>
<Actor seed="11224"/>
</Entity>
<Entity uid="20568">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="849.61762" z="600.6316"/>
<Orientation y="2.35621"/>
<Actor seed="35202"/>
</Entity>
<Entity uid="20569">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="947.48176" z="627.99653"/>
<Orientation y="2.35621"/>
<Actor seed="33998"/>
</Entity>
<Entity uid="20572">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="751.12562" z="1714.9325"/>
<Orientation y="2.35621"/>
<Actor seed="50894"/>
</Entity>
<Entity uid="20577">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="783.30518" z="1683.09668"/>
<Orientation y="2.35621"/>
<Actor seed="36424"/>
</Entity>
<Entity uid="20578">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="776.00373" z="1690.02393"/>
<Orientation y="2.35621"/>
<Actor seed="37458"/>
</Entity>
<Entity uid="20579">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="762.96833" z="1675.71741"/>
<Orientation y="2.35621"/>
<Actor seed="33338"/>
</Entity>
<Entity uid="20580">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="768.42341" z="1697.82825"/>
<Orientation y="2.35621"/>
<Actor seed="36814"/>
</Entity>
<Entity uid="20588">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="743.07782" z="1723.1432"/>
<Orientation y="2.35621"/>
<Actor seed="29768"/>
</Entity>
<Entity uid="20592">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="729.27204" z="1709.35145"/>
<Orientation y="2.35621"/>
<Actor seed="6080"/>
</Entity>
<Entity uid="20594">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="759.73163" z="1705.91492"/>
<Orientation y="2.35622"/>
<Actor seed="22014"/>
</Entity>
<Entity uid="20595">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="722.57892" z="1742.00367"/>
<Orientation y="2.35621"/>
<Actor seed="30568"/>
</Entity>
<Entity uid="20596">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="674.82404" z="1659.69471"/>
<Orientation y="2.35621"/>
<Actor seed="28166"/>
</Entity>
<Entity uid="20597">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="684.34491" z="1714.93482"/>
<Orientation y="2.35621"/>
<Actor seed="53826"/>
</Entity>
<Entity uid="20598">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="791.58521" z="1526.89222"/>
<Orientation y="2.35621"/>
<Actor seed="13476"/>
</Entity>
<Entity uid="20599">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="763.2696" z="1541.16773"/>
<Orientation y="2.35621"/>
<Actor seed="13144"/>
</Entity>
<Entity uid="20602">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="710.82905" z="1728.46534"/>
<Orientation y="2.35621"/>
<Actor seed="63818"/>
</Entity>
<Entity uid="20603">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="746.76667" z="1691.86451"/>
<Orientation y="2.35621"/>
<Actor seed="32370"/>
</Entity>
<Entity uid="20604">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="670.17206" z="1658.38526"/>
<Orientation y="2.35621"/>
<Actor seed="17590"/>
</Entity>
<Entity uid="20605">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="680.10022" z="1710.88111"/>
<Orientation y="2.35621"/>
<Actor seed="12350"/>
</Entity>
<Entity uid="20606">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="702.2837" z="1687.87696"/>
<Orientation y="2.35621"/>
<Actor seed="34070"/>
</Entity>
<Entity uid="20607">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="696.71888" z="1682.40271"/>
<Orientation y="2.35621"/>
<Actor seed="18726"/>
</Entity>
<Entity uid="20610">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="698.00495" z="1683.99317"/>
<Orientation y="2.35621"/>
<Actor seed="48992"/>
</Entity>
<Entity uid="20613">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="738.2917" z="1700.41541"/>
<Orientation y="2.35621"/>
<Actor seed="38386"/>
</Entity>
<Entity uid="20619">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="732.2107" z="1733.76331"/>
<Orientation y="-1.34351"/>
<Actor seed="32562"/>
</Entity>
<Entity uid="20629">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="755.24677" z="1683.21717"/>
<Orientation y="1.83582"/>
<Actor seed="43416"/>
</Entity>
<Entity uid="20637">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="720.24628" z="1718.8661"/>
<Orientation y="4.96845"/>
<Actor seed="5432"/>
</Entity>
<Entity uid="20638">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="839.55555" z="1487.77955"/>
<Orientation y="2.35621"/>
<Actor seed="54136"/>
</Entity>
<Entity uid="20639">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="853.85883" z="1493.7345"/>
<Orientation y="2.35621"/>
<Actor seed="1296"/>
</Entity>
<Entity uid="20640">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="732.91999" z="1563"/>
<Orientation y="2.35621"/>
<Actor seed="10040"/>
</Entity>
<Entity uid="20641">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="706.6756" z="1586.2776"/>
<Orientation y="2.35621"/>
<Actor seed="38226"/>
</Entity>
<Entity uid="20642">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="716.47181" z="1582.72144"/>
<Orientation y="2.35621"/>
<Actor seed="24872"/>
</Entity>
<Entity uid="20643">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="680.59314" z="1627.98194"/>
<Orientation y="2.35621"/>
<Actor seed="32660"/>
</Entity>
<Entity uid="20645">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="766.08454" z="1216.2389"/>
<Orientation y="2.35621"/>
<Actor seed="9554"/>
</Entity>
<Entity uid="20646">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="769.24561" z="1222.92737"/>
<Orientation y="2.35621"/>
<Actor seed="36840"/>
</Entity>
<Entity uid="20647">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="816.94568" z="1292.61292"/>
<Orientation y="2.35621"/>
<Actor seed="30324"/>
</Entity>
<Entity uid="20648">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="813.12415" z="1285.42151"/>
<Orientation y="2.35621"/>
<Actor seed="34118"/>
</Entity>
<Entity uid="20649">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="806.56629" z="1280.85645"/>
<Orientation y="2.35621"/>
<Actor seed="61776"/>
</Entity>
<Entity uid="20650">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="937.7696" z="1371.3584"/>
<Orientation y="2.35621"/>
<Actor seed="50206"/>
</Entity>
<Entity uid="20651">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="900.37867" z="1353.98682"/>
<Orientation y="2.35621"/>
<Actor seed="58838"/>
</Entity>
<Entity uid="20652">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="980.15168" z="1098.47584"/>
<Orientation y="2.35621"/>
<Actor seed="38312"/>
</Entity>
<Entity uid="20653">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="974.33295" z="1099.09717"/>
<Orientation y="2.35621"/>
<Actor seed="7452"/>
</Entity>
<Entity uid="20654">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="984.05378" z="1103.99085"/>
<Orientation y="2.35621"/>
<Actor seed="49244"/>
</Entity>
<Entity uid="20655">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="869.26856" z="906.77192"/>
<Orientation y="2.35621"/>
<Actor seed="44710"/>
</Entity>
<Entity uid="20657">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="807.04786" z="674.54688"/>
<Orientation y="-12.14711"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20658">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="835.65876" z="664.12555"/>
<Orientation y="-15.91498"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20659">
<Template>actor|props/flora/grass_soft_small.xml</Template>
<Position x="767.11396" z="697.18775"/>
<Orientation y="3.73554"/>
<Actor seed="47146"/>
</Entity>
<Entity uid="20660">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="820.90119" z="692.10206"/>
<Orientation y="3.75081"/>
<Actor seed="50512"/>
</Entity>
<Entity uid="20662">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="816.80854" z="691.71888"/>
<Orientation y="-12.14711"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20663">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="824.01648" z="692.06971"/>
<Orientation y="-6.9401"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20664">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="818.6355" z="697.5395"/>
<Orientation y="-12.14711"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20665">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="802.69941" z="687.91407"/>
<Orientation y="-1.51363"/>
<Actor seed="50512"/>
</Entity>
<Entity uid="20666">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="802.011" z="694.61292"/>
<Orientation y="-16.75672"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20667">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="805.2621" z="689.20661"/>
<Orientation y="-20.0571"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20668">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="800.11481" z="687.85389"/>
<Orientation y="-25.95846"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20669">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="802.27314" z="684.22028"/>
<Orientation y="-27.92254"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20670">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="822.3542" z="686.03675"/>
<Orientation y="-14.53406"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20671">
<Template>actor|props/flora/grass_medit_field.xml</Template>
<Position x="809.20813" z="684.58802"/>
<Orientation y="-12.14711"/>
<Actor seed="21024"/>
</Entity>
<Entity uid="20672">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="991.5362" z="1364.03541"/>
<Orientation y="9.45467"/>
<Actor seed="24618"/>
</Entity>
<Entity uid="20673">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1246.02857" z="1592.61"/>
<Orientation y="9.45467"/>
<Actor seed="24618"/>
</Entity>
<Entity uid="20674">
<Template>other/fence_stone</Template>
<Player>1</Player>
<Position x="732.15467" z="1698.95716"/>
<Orientation y="0.80233"/>
<Actor seed="27250"/>
</Entity>
<Entity uid="20675">
<Template>other/fence_stone</Template>
<Player>1</Player>
<Position x="745.41279" z="1686.32691"/>
<Orientation y="3.928"/>
<Actor seed="35424"/>
</Entity>
<Entity uid="20677">
<Template>gaia/geology_metal_desert_slabs</Template>
<Player>0</Player>
<Position x="1437.99012" z="1197.30396"/>
<Orientation y="-0.28301"/>
<Actor seed="3058"/>
</Entity>
<Entity uid="20682">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1702.44153" z="1674.46863"/>
<Orientation y="2.40578"/>
<Actor seed="40148"/>
</Entity>
<Entity uid="20683">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1693.03724" z="1666.08375"/>
<Orientation y="2.40578"/>
<Actor seed="48256"/>
</Entity>
<Entity uid="20684">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="259.78806" z="683.67212"/>
<Orientation y="2.91736"/>
<Actor seed="31474"/>
</Entity>
<Entity uid="20685">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="260.16984" z="681.2851"/>
<Orientation y="2.91541"/>
<Actor seed="27234"/>
</Entity>
<Entity uid="20686">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="278.28983" z="683.57679"/>
<Orientation y="-2.97616"/>
<Actor seed="31474"/>
</Entity>
<Entity uid="20687">
<Template>units/cart_infantry_archer_a</Template>
<Player>3</Player>
<Position x="278.67161" z="681.18976"/>
<Orientation y="-2.95768"/>
<Actor seed="27234"/>
</Entity>
<Entity uid="20688">
<Template>units/cart_champion_cavalry</Template>
<Player>3</Player>
<Position x="259.53763" z="676.839"/>
<Orientation y="3.06926"/>
<Actor seed="48736"/>
</Entity>
<Entity uid="20689">
<Template>units/cart_champion_cavalry</Template>
<Player>3</Player>
<Position x="277.53379" z="676.23584"/>
<Orientation y="3.06926"/>
<Actor seed="48736"/>
</Entity>
<Entity uid="20690">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="260.84519" z="664.52967"/>
<Orientation y="3.0311"/>
<Actor seed="40566"/>
</Entity>
<Entity uid="20691">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="260.67026" z="668.30561"/>
<Orientation y="3.03501"/>
<Actor seed="62612"/>
</Entity>
<Entity uid="20692">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="276.66056" z="664.11878"/>
<Orientation y="3.0311"/>
<Actor seed="40566"/>
</Entity>
<Entity uid="20693">
<Template>units/cart_champion_pikeman</Template>
<Player>3</Player>
<Position x="276.48563" z="667.89472"/>
<Orientation y="3.03501"/>
<Actor seed="62612"/>
</Entity>
<Entity uid="20694">
<Template>units/cart_support_female_citizen</Template>
<Player>3</Player>
<Position x="285.44651" z="529.38526"/>
<Orientation y="2.15294"/>
<Actor seed="63206"/>
</Entity>
<Entity uid="20695">
<Template>units/ptol_ship_quinquereme</Template>
<Player>2</Player>
<Position x="1382.58008" z="165.5522"/>
<Orientation y="0.66771"/>
<Actor seed="44002"/>
</Entity>
<Entity uid="20696">
<Template>units/ptol_ship_trireme</Template>
<Player>2</Player>
<Position x="1407.912" z="212.17908"/>
<Orientation y="1.08703"/>
<Actor seed="28376"/>
</Entity>
<Entity uid="20697">
<Template>units/pers_ship_trireme</Template>
<Player>4</Player>
<Position x="1571.31751" z="1852.77906"/>
<Orientation y="-1.39922"/>
<Actor seed="57264"/>
</Entity>
<Entity uid="20698">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="179.52417" z="658.55768"/>
<Orientation y="-1.3374"/>
<Actor seed="457"/>
</Entity>
<Entity uid="20699">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="175.70524" z="659.0105"/>
<Orientation y="-0.21717"/>
<Actor seed="457"/>
</Entity>
<Entity uid="20700">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="182.19962" z="691.15333"/>
<Orientation y="-2.34336"/>
<Actor seed="457"/>
</Entity>
<Entity uid="20701">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="172.89936" z="703.60486"/>
<Orientation y="2.35621"/>
<Actor seed="8658"/>
</Entity>
<Entity uid="20702">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="177.29368" z="698.4319"/>
<Orientation y="2.35621"/>
<Actor seed="35360"/>
</Entity>
<Entity uid="20703">
<Template>gaia/fauna_chicken</Template>
<Player>0</Player>
<Position x="172.24448" z="699.18213"/>
<Orientation y="2.35621"/>
<Actor seed="57716"/>
</Entity>
<Entity uid="20704">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="198.45026" z="510.09415"/>
<Orientation y="1.9109"/>
<Actor seed="20026"/>
</Entity>
<Entity uid="20705">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="207.41895" z="509.18723"/>
<Orientation y="2.78464"/>
<Actor seed="21520"/>
</Entity>
<Entity uid="20706">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="213.73053" z="505.29145"/>
<Orientation y="2.35621"/>
<Actor seed="9892"/>
</Entity>
<Entity uid="20707">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="206.50492" z="506.48972"/>
<Orientation y="2.35621"/>
<Actor seed="21250"/>
</Entity>
<Entity uid="20708">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="216.72995" z="502.99747"/>
<Orientation y="-1.0605"/>
<Actor seed="28806"/>
</Entity>
<Entity uid="20709">
<Template>gaia/fauna_gazelle</Template>
<Player>0</Player>
<Position x="209.44144" z="503.88172"/>
<Orientation y="-0.78573"/>
<Actor seed="896"/>
</Entity>
<Entity uid="20710">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="167.77662" z="726.35193"/>
<Orientation y="2.35621"/>
<Actor seed="51754"/>
</Entity>
<Entity uid="20711">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="165.9662" z="725.1537"/>
<Orientation y="2.05555"/>
<Actor seed="12592"/>
</Entity>
<Entity uid="20712">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="172.22733" z="726.04126"/>
<Orientation y="-2.75193"/>
<Actor seed="46448"/>
</Entity>
<Entity uid="20713">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="176.86615" z="686.71015"/>
<Orientation y="3.29207"/>
<Actor seed="51100"/>
</Entity>
<Entity uid="20714">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="175.45817" z="684.49695"/>
<Orientation y="2.35621"/>
<Actor seed="3814"/>
</Entity>
<Entity uid="20715">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="172.05588" z="683.81391"/>
<Orientation y="2.35621"/>
<Actor seed="8886"/>
</Entity>
<Entity uid="20716">
<Template>gaia/fauna_wildebeest</Template>
<Player>0</Player>
<Position x="176.32929" z="680.45655"/>
<Orientation y="5.80121"/>
<Actor seed="62618"/>
</Entity>
<Entity uid="20717">
<Template>units/cart_support_healer_e</Template>
<Player>3</Player>
<Position x="257.60853" z="685.16102"/>
<Orientation y="2.35621"/>
<Actor seed="8406"/>
</Entity>
<Entity uid="20718">
<Template>units/cart_support_healer_e</Template>
<Player>3</Player>
<Position x="282.81128" z="685.29688"/>
<Orientation y="3.44767"/>
<Actor seed="46512"/>
</Entity>
<Entity uid="20719">
<Template>units/cart_support_healer_e</Template>
<Player>3</Player>
<Position x="252.1475" z="648.57306"/>
<Orientation y="0.96174"/>
<Actor seed="52076"/>
</Entity>
<Entity uid="20720">
<Template>units/cart_support_healer_e</Template>
<Player>3</Player>
<Position x="250.25602" z="662.30054"/>
<Orientation y="2.35621"/>
<Actor seed="18356"/>
</Entity>
<Entity uid="20721">
<Template>units/pers_support_healer_e</Template>
<Player>4</Player>
<Position x="1678.60645" z="1653.83277"/>
<Orientation y="1.70206"/>
<Actor seed="61940"/>
</Entity>
<Entity uid="20722">
<Template>units/pers_support_healer_e</Template>
<Player>4</Player>
<Position x="1691.70643" z="1637.94825"/>
<Orientation y="0.72757"/>
<Actor seed="18658"/>
</Entity>
<Entity uid="20723">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1325.2771" z="846.2851"/>
<Orientation y="4.97075"/>
<Actor seed="2975"/>
</Entity>
<Entity uid="20724">
<Template>gaia/geology_stone_desert_small</Template>
<Player>5</Player>
<Position x="1432.90064" z="1002.3899"/>
<Orientation y="4.57045"/>
<Actor seed="2975"/>
</Entity>
<Entity uid="20725">
<Template>structures/ptol_barracks</Template>
<Player>0</Player>
<Position x="1450.099" z="1227.636"/>
<Orientation y="5.9843"/>
<Actor seed="23000"/>
</Entity>
<Entity uid="20726">
<Template>structures/ptol_military_colony</Template>
<Player>0</Player>
<Position x="1438.82178" z="1258.7428"/>
<Orientation y="1.3063"/>
<Actor seed="29938"/>
</Entity>
<Entity uid="20727">
<Template>structures/ptol_fortress</Template>
<Player>0</Player>
<Position x="549.09467" z="1118.2621"/>
<Orientation y="3.07126"/>
<Actor seed="20320"/>
</Entity>
<Entity uid="20728">
<Template>structures/cart_farmstead</Template>
<Player>3</Player>
<Position x="147.8675" z="725.19971"/>
<Orientation y="13.988"/>
<Actor seed="60442"/>
</Entity>
<Entity uid="20731">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="1494.22168" z="812.81562"/>
<Orientation y="2.35621"/>
<Actor seed="50420"/>
</Entity>
<Entity uid="20732">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="1478.85865" z="829.97083"/>
<Orientation y="2.35621"/>
<Actor seed="3552"/>
</Entity>
<Entity uid="20733">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="1462.8396" z="813.74"/>
<Orientation y="2.35622"/>
<Actor seed="3552"/>
</Entity>
<Entity uid="20734">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="1478.31885" z="797.98835"/>
<Orientation y="2.35622"/>
<Actor seed="50420"/>
</Entity>
<Entity uid="20735">
<Template>structures/ptol_sentry_tower</Template>
<Player>0</Player>
<Position x="1036.70179" z="286.14307"/>
<Orientation y="3.81025"/>
<Actor seed="10816"/>
</Entity>
<Entity uid="20736">
<Template>structures/ptol_sentry_tower</Template>
<Player>0</Player>
<Position x="1019.31916" z="264.51896"/>
<Orientation y="6.94933"/>
<Actor seed="10816"/>
</Entity>
<Entity uid="20737">
<Template>structures/ptol_sentry_tower</Template>
<Player>0</Player>
<Position x="1032.84168" z="253.5759"/>
<Orientation y="6.94933"/>
<Actor seed="10816"/>
</Entity>
<Entity uid="20738">
<Template>structures/ptol_sentry_tower</Template>
<Player>0</Player>
<Position x="1050.04236" z="274.89118"/>
<Orientation y="3.81026"/>
<Actor seed="10816"/>
</Entity>
<Entity uid="20739">
<Template>structures/ptol_defense_tower</Template>
<Player>0</Player>
<Position x="556.93" z="1132.39588"/>
<Orientation y="3.06547"/>
<Actor seed="10272"/>
</Entity>
<Entity uid="20740">
<Template>structures/ptol_defense_tower</Template>
<Player>0</Player>
<Position x="539.9391" z="1131.60328"/>
<Orientation y="3.1038"/>
<Actor seed="56008"/>
</Entity>
<Entity uid="20741">
<Template>structures/ptol_wall_short</Template>
<Player>0</Player>
<Position x="548.34662" z="667.8125"/>
<Orientation y="3.92743"/>
<Actor seed="30580"/>
</Entity>
<Entity uid="20742">
<Template>structures/ptol_wall_short</Template>
<Player>0</Player>
<Position x="535.09772" z="654.3816"/>
<Orientation y="3.92743"/>
<Actor seed="30580"/>
</Entity>
<Entity uid="20743">
<Template>structures/ptol_wall_short</Template>
<Player>0</Player>
<Position x="548.26789" z="655.34211"/>
<Orientation y="2.35727"/>
<Actor seed="30580"/>
</Entity>
<Entity uid="20746">
<Template>structures/ptol_temple</Template>
<Player>0</Player>
<Position x="937.21058" z="587.55616"/>
<Orientation y="2.35621"/>
<Obstruction group="20748" group2="20749"/>
<Actor seed="15118"/>
</Entity>
<Entity uid="20747">
<Template>structures/ptol_wall_short</Template>
<Player>0</Player>
<Position x="930.79908" z="594.50336"/>
<Orientation y="2.35621"/>
<Obstruction group="20748" group2="20749"/>
<Actor seed="21032"/>
</Entity>
<Entity uid="20748">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="937.14466" z="601.21692"/>
<Orientation y="2.35621"/>
<Actor seed="48770"/>
</Entity>
<Entity uid="20749">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="923.7923" z="588.02619"/>
<Orientation y="2.35621"/>
<Actor seed="61044"/>
</Entity>
<Entity uid="20750">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="636.41315" z="1458.85157"/>
<Orientation y="8.52291"/>
<Actor seed="21656"/>
</Entity>
<Entity uid="20751">
<Template>structures/ptol_wall_tower</Template>
<Player>0</Player>
<Position x="647.02186" z="1473.1421"/>
<Orientation y="8.52291"/>
<Actor seed="21656"/>
</Entity>
<Entity uid="20752">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="639.70136" z="1482.57618"/>
<Orientation y="2.22272"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20753">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="636.0901" z="1477.75733"/>
<Orientation y="0.62365"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20754">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="628.96009" z="1468.61817"/>
<Orientation y="3.77854"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20755">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="625.30958" z="1463.91028"/>
<Orientation y="5.31827"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20756">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="658.24402" z="1468.3069"/>
<Orientation y="2.22272"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20757">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="654.63276" z="1463.48804"/>
<Orientation y="0.62366"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20758">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="647.50275" z="1454.34888"/>
<Orientation y="3.77854"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20759">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="643.85224" z="1449.641"/>
<Orientation y="5.31827"/>
<Actor seed="28638"/>
</Entity>
<Entity uid="20784">
<Template>gaia/ruins/pyramid_minor</Template>
<Player>0</Player>
<Position x="867.2674" z="1149.98133"/>
<Orientation y="3.11184"/>
<Actor seed="22958"/>
</Entity>
<Entity uid="20785">
<Template>gaia/ruins/pyramid_great</Template>
<Player>0</Player>
<Position x="948.0301" z="1284.7002"/>
<Orientation y="3.09476"/>
<Actor seed="40198"/>
</Entity>
<Entity uid="20786">
<Template>gaia/ruins/pyramid_great</Template>
<Player>0</Player>
<Position x="900.95899" z="1216.82117"/>
<Orientation y="7.83141"/>
<Actor seed="8014"/>
</Entity>
<Entity uid="20787">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1354.04212" z="999.05146"/>
<Orientation y="-2.94794"/>
<Actor seed="57924"/>
</Entity>
<Entity uid="20788">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1354.76844" z="998.8368"/>
<Orientation y="-2.94794"/>
<Actor seed="57924"/>
</Entity>
<Entity uid="20789">
<Template>actor|flora/trees/grass_1.xml</Template>
<Position x="1353.55701" z="998.22333"/>
<Orientation y="-2.94794"/>
<Actor seed="57924"/>
</Entity>
<Entity uid="20791">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1354.02955" z="994.5304"/>
<Orientation y="-3.73952"/>
<Actor seed="27026"/>
</Entity>
<Entity uid="20792">
<Template>actor|props/flora/bush_tempe_sm_lush.xml</Template>
<Position x="1354.68323" z="992.47437"/>
<Orientation y="2.61197"/>
<Actor seed="8252"/>
</Entity>
<Entity uid="20793">
<Template>actor|props/flora/bush_tempe_sm_lush.xml</Template>
<Position x="1357.71558" z="991.14258"/>
<Orientation y="2.35621"/>
<Actor seed="42642"/>
</Entity>
<Entity uid="20808">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="1359.41517" z="996.0182"/>
<Orientation y="3.13038"/>
<Actor seed="22728"/>
</Entity>
<Entity uid="20817">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="1360.219" z="995.29468"/>
<Orientation y="2.35621"/>
<Actor seed="27798"/>
</Entity>
<Entity uid="20818">
<Template>actor|props/flora/grass_tufts_a.xml</Template>
<Position x="1360.22168" z="994.76771"/>
<Orientation y="2.35621"/>
<Actor seed="2140"/>
</Entity>
<Entity uid="20820">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="1356.65418" z="991.46082"/>
<Orientation y="2.35621"/>
<Actor seed="43746"/>
</Entity>
<Entity uid="20821">
<Template>actor|props/flora/bush_medit_sm_lush.xml</Template>
<Position x="1355.48475" z="992.09308"/>
<Orientation y="2.35621"/>
<Actor seed="51474"/>
</Entity>
<Entity uid="20822">
<Template>structures/ptol_military_colony</Template>
<Player>5</Player>
<Position x="1256.59266" z="931.62098"/>
<Orientation y="5.21055"/>
<Actor seed="26804"/>
</Entity>
<Entity uid="20824">
<Template>other/stall_small_b</Template>
<Player>5</Player>
<Position x="1391.97291" z="1013.60181"/>
<Orientation y="3.66756"/>
<Actor seed="41690"/>
</Entity>
<Entity uid="20825">
<Template>other/stall_med</Template>
<Player>5</Player>
<Position x="1394.93873" z="1048.28687"/>
<Orientation y="-0.41451"/>
<Actor seed="9832"/>
</Entity>
<Entity uid="20826">
<Template>other/stall_med</Template>
<Player>5</Player>
<Position x="1319.55896" z="1077.04236"/>
<Orientation y="0.44593"/>
<Actor seed="9832"/>
</Entity>
<Entity uid="20827">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1308.31067" z="1071.22461"/>
<Orientation y="-1.11983"/>
<Actor seed="21046"/>
</Entity>
<Entity uid="20828">
<Template>actor|props/special/eyecandy/statues_ptol.xml</Template>
<Position x="1309.97779" z="1075.23719"/>
<Orientation y="-1.11983"/>
<Actor seed="20480"/>
</Entity>
<Entity uid="20829">
<Template>structures/ptol_barracks</Template>
<Player>5</Player>
<Position x="1221.2981" z="949.92701"/>
<Orientation y="5.20727"/>
<Actor seed="25962"/>
</Entity>
<Entity uid="20830">
<Template>structures/ptol_blacksmith</Template>
<Player>5</Player>
<Position x="1263.54004" z="958.30445"/>
<Orientation y="5.19628"/>
<Actor seed="64604"/>
</Entity>
<Entity uid="20832">
<Template>structures/ptol_storehouse</Template>
<Player>5</Player>
<Position x="1415.02149" z="1076.58643"/>
<Orientation y="0.48293"/>
<Actor seed="41294"/>
</Entity>
<Entity uid="20833">
<Template>structures/ptol_dock</Template>
<Player>5</Player>
<Position x="1359.7146" z="1156.69703"/>
<Orientation y="-1.05837"/>
<Actor seed="59072"/>
</Entity>
<Entity uid="20834">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1322.3617" z="1094.995"/>
<Orientation y="3.56978"/>
<Actor seed="13982"/>
</Entity>
<Entity uid="20835">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1311.1183" z="1055.02112"/>
<Orientation y="-2.94794"/>
<Actor seed="46802"/>
</Entity>
<Entity uid="20836">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1312.24207" z="1056.70191"/>
<Orientation y="-2.94794"/>
<Actor seed="46802"/>
</Entity>
<Entity uid="20837">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1311.73584" z="1053.20252"/>
<Orientation y="-2.94794"/>
<Actor seed="46802"/>
</Entity>
<Entity uid="20838">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1313.67273" z="1053.42103"/>
<Orientation y="-2.94794"/>
<Actor seed="46802"/>
</Entity>
<Entity uid="20839">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1314.15882" z="1055.56092"/>
<Orientation y="-2.94794"/>
<Actor seed="46802"/>
</Entity>
<Entity uid="20840">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1312.38501" z="1054.64063"/>
<Orientation y="2.35622"/>
<Actor seed="46768"/>
</Entity>
<Entity uid="20841">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1328.51575" z="1077.33985"/>
<Orientation y="0.45806"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="20842">
<Template>actor|props/structures/ptolemies/ptol_military_settlement_obelisk.xml</Template>
<Position x="1333.0088" z="1084.90711"/>
<Orientation y="-4.25644"/>
<Actor seed="57668"/>
</Entity>
<Entity uid="20843">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1326.65845" z="1073.29078"/>
<Orientation y="6.74982"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="20844">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1335.1194" z="1088.87122"/>
<Orientation y="6.74982"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="20845">
<Template>structures/ptol_house</Template>
<Player>5</Player>
<Position x="1386.60022" z="1146.636"/>
<Orientation y="-2.7014"/>
<Actor seed="1066"/>
</Entity>
<Entity uid="20846">
<Template>structures/ptol_house</Template>
<Player>5</Player>
<Position x="1424.54224" z="1024.49622"/>
<Orientation y="1.54963"/>
<Actor seed="58784"/>
</Entity>
<Entity uid="20847">
<Template>structures/ptol_house</Template>
<Player>5</Player>
<Position x="1423.58167" z="1040.76258"/>
<Orientation y="1.31936"/>
<Actor seed="60628"/>
</Entity>
<Entity uid="20849">
<Template>structures/ptol_house</Template>
<Player>0</Player>
<Position x="1418.32972" z="1118.73523"/>
<Orientation y="3.5925"/>
<Actor seed="49848"/>
</Entity>
<Entity uid="20851">
<Template>structures/ptol_house</Template>
<Player>0</Player>
<Position x="1406.49073" z="1125.99866"/>
<Orientation y="3.57953"/>
<Actor seed="13310"/>
</Entity>
<Entity uid="20854">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1343.47999" z="1125.80323"/>
<Orientation y="4.08701"/>
<Actor seed="50580"/>
</Entity>
<Entity uid="20855">
<Template>structures/ptol_range</Template>
<Player>5</Player>
<Position x="1398.43567" z="1092.65577"/>
<Orientation y="2.07375"/>
<Actor seed="3606"/>
</Entity>
<Entity uid="20856">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1326.53614" z="1104.28724"/>
<Orientation y="3.55738"/>
<Actor seed="50580"/>
</Entity>
<Entity uid="20857">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1292.19556" z="1140.92872"/>
<Orientation y="8.33831"/>
<Actor seed="52244"/>
</Entity>
<Entity uid="20863">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1376.77381" z="1128.90992"/>
<Orientation y="4.91839"/>
<Actor seed="62110"/>
</Entity>
<Entity uid="20864">
<Template>structures/maur_field</Template>
<Player>5</Player>
<Position x="1297.45203" z="1093.79285"/>
<Orientation y="1.93642"/>
<Actor seed="50580"/>
</Entity>
<Entity uid="20865">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1274.81922" z="1139.16993"/>
<Orientation y="1.18694"/>
<Actor seed="38360"/>
</Entity>
<Entity uid="20866">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1272.73584" z="1137.30701"/>
<Orientation y="3.08951"/>
<Actor seed="13346"/>
</Entity>
<Entity uid="20867">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1267.87427" z="1130.02027"/>
<Orientation y="2.35621"/>
<Actor seed="5840"/>
</Entity>
<Entity uid="20868">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1267.40711" z="1128.54712"/>
<Orientation y="2.35621"/>
<Actor seed="12796"/>
</Entity>
<Entity uid="20869">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1276.9402" z="1144.89136"/>
<Orientation y="2.35621"/>
<Actor seed="9010"/>
</Entity>
<Entity uid="20870">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1293.21216" z="1158.34656"/>
<Orientation y="3.87386"/>
<Actor seed="25160"/>
</Entity>
<Entity uid="20871">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1289.34375" z="1161.4048"/>
<Orientation y="1.9079"/>
<Actor seed="23624"/>
</Entity>
<Entity uid="20872">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1285.70325" z="1158.21094"/>
<Orientation y="2.35621"/>
<Actor seed="64094"/>
</Entity>
<Entity uid="20873">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1290.94666" z="1159.08277"/>
<Orientation y="2.35621"/>
<Actor seed="58934"/>
</Entity>
<Entity uid="20874">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1281.9209" z="1154.43848"/>
<Orientation y="3.50547"/>
<Actor seed="4416"/>
</Entity>
<Entity uid="20875">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1298.60169" z="1155.11536"/>
<Orientation y="2.35621"/>
<Actor seed="33232"/>
</Entity>
<Entity uid="20876">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1296.14954" z="1156.8772"/>
<Orientation y="2.35621"/>
<Actor seed="41712"/>
</Entity>
<Entity uid="20877">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1286.31312" z="1157.70911"/>
<Orientation y="2.35621"/>
<Actor seed="36740"/>
</Entity>
<Entity uid="20878">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1308.31568" z="1156.23816"/>
<Orientation y="2.88762"/>
<Actor seed="24780"/>
</Entity>
<Entity uid="20879">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1305.25452" z="1155.19898"/>
<Orientation y="2.35621"/>
<Actor seed="4936"/>
</Entity>
<Entity uid="20880">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1302.13331" z="1155.0641"/>
<Orientation y="2.35621"/>
<Actor seed="18100"/>
</Entity>
<Entity uid="20881">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1307.4568" z="1155.49097"/>
<Orientation y="2.35621"/>
<Actor seed="11074"/>
</Entity>
<Entity uid="20882">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1301.60584" z="1153.37818"/>
<Orientation y="2.35621"/>
<Actor seed="59082"/>
</Entity>
<Entity uid="20883">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1294.37867" z="1156.94373"/>
<Orientation y="2.35621"/>
<Actor seed="46072"/>
</Entity>
<Entity uid="20884">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1290.26832" z="1159"/>
<Orientation y="3.36435"/>
<Actor seed="37248"/>
</Entity>
<Entity uid="20885">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1287.46607" z="1159.49634"/>
<Orientation y="2.35621"/>
<Actor seed="56472"/>
</Entity>
<Entity uid="20886">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1274.02247" z="1138.19776"/>
<Orientation y="2.35621"/>
<Actor seed="47002"/>
</Entity>
<Entity uid="20887">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1276.41053" z="1140.31495"/>
<Orientation y="2.35621"/>
<Actor seed="15258"/>
</Entity>
<Entity uid="20888">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1277.57752" z="1143.34388"/>
<Orientation y="2.35621"/>
<Actor seed="4842"/>
</Entity>
<Entity uid="20889">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1265.73157" z="1125.37122"/>
<Orientation y="2.35621"/>
<Actor seed="64490"/>
</Entity>
<Entity uid="20890">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1263.985" z="1121.8069"/>
<Orientation y="2.35621"/>
<Actor seed="43394"/>
</Entity>
<Entity uid="20891">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1267.51502" z="1123.42835"/>
<Orientation y="2.35621"/>
<Actor seed="50902"/>
</Entity>
<Entity uid="20892">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1269.07435" z="1129.74732"/>
<Orientation y="2.35621"/>
<Actor seed="23778"/>
</Entity>
<Entity uid="20893">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1265.46937" z="1128.29078"/>
<Orientation y="2.35621"/>
<Actor seed="12160"/>
</Entity>
<Entity uid="20894">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1263.02698" z="1125.93006"/>
<Orientation y="2.35621"/>
<Actor seed="23746"/>
</Entity>
<Entity uid="20895">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1264.69983" z="1127.93067"/>
<Orientation y="2.35621"/>
<Actor seed="59890"/>
</Entity>
<Entity uid="20896">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1262.35975" z="1126.80616"/>
<Orientation y="2.35621"/>
<Actor seed="860"/>
</Entity>
<Entity uid="20897">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1271.3794" z="1139.75123"/>
<Orientation y="3.52405"/>
<Actor seed="47738"/>
</Entity>
<Entity uid="20898">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1271.91004" z="1138.06116"/>
<Orientation y="2.35621"/>
<Actor seed="46838"/>
</Entity>
<Entity uid="20899">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1275.89527" z="1146.0254"/>
<Orientation y="1.7391"/>
<Actor seed="22632"/>
</Entity>
<Entity uid="20900">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1280.33582" z="1155.69922"/>
<Orientation y="2.35621"/>
<Actor seed="14910"/>
</Entity>
<Entity uid="20901">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1280.67176" z="1157.65223"/>
<Orientation y="2.35621"/>
<Actor seed="8586"/>
</Entity>
<Entity uid="20902">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1286.08753" z="1161.12269"/>
<Orientation y="1.75599"/>
<Actor seed="42778"/>
</Entity>
<Entity uid="20903">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1308.95887" z="1157.12684"/>
<Orientation y="2.35621"/>
<Actor seed="7172"/>
</Entity>
<Entity uid="20904">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1305.35682" z="1153.0857"/>
<Orientation y="2.35621"/>
<Actor seed="19048"/>
</Entity>
<Entity uid="20905">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1304.56116" z="1156.51587"/>
<Orientation y="2.35621"/>
<Actor seed="51934"/>
</Entity>
<Entity uid="20906">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1300.29236" z="1154.12757"/>
<Orientation y="2.35621"/>
<Actor seed="23930"/>
</Entity>
<Entity uid="20907">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1297.11121" z="1153.79932"/>
<Orientation y="2.35621"/>
<Actor seed="17672"/>
</Entity>
<Entity uid="20908">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1297.87818" z="1155.96802"/>
<Orientation y="2.35621"/>
<Actor seed="40470"/>
</Entity>
<Entity uid="20909">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1296.55945" z="1158.08558"/>
<Orientation y="2.35621"/>
<Actor seed="6686"/>
</Entity>
<Entity uid="20910">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1292.36573" z="1157.65015"/>
<Orientation y="2.35621"/>
<Actor seed="27986"/>
</Entity>
<Entity uid="20911">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1291.79773" z="1160.46424"/>
<Orientation y="2.35621"/>
<Actor seed="34616"/>
</Entity>
<Entity uid="20912">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1287.8219" z="1161.94178"/>
<Orientation y="3.33455"/>
<Actor seed="17126"/>
</Entity>
<Entity uid="20913">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1284.34913" z="1157.84742"/>
<Orientation y="4.33782"/>
<Actor seed="43028"/>
</Entity>
<Entity uid="20914">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1279.44495" z="1155.063"/>
<Orientation y="2.35621"/>
<Actor seed="4796"/>
</Entity>
<Entity uid="20915">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1279.9657" z="1156.88331"/>
<Orientation y="1.7"/>
<Actor seed="23446"/>
</Entity>
<Entity uid="20916">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1280.4734" z="1159.11438"/>
<Orientation y="3.63042"/>
<Actor seed="24684"/>
</Entity>
<Entity uid="20917">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1277.57447" z="1147.3462"/>
<Orientation y="2.35621"/>
<Actor seed="50722"/>
</Entity>
<Entity uid="20918">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1274.60084" z="1146.86451"/>
<Orientation y="2.35621"/>
<Actor seed="33068"/>
</Entity>
<Entity uid="20919">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1271.40723" z="1136.13086"/>
<Orientation y="1.85586"/>
<Actor seed="12530"/>
</Entity>
<Entity uid="20920">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1270.02637" z="1137.79065"/>
<Orientation y="2.35621"/>
<Actor seed="3798"/>
</Entity>
<Entity uid="20921">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1271.172" z="1141.25501"/>
<Orientation y="2.35621"/>
<Actor seed="32226"/>
</Entity>
<Entity uid="20922">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1273.68567" z="1139.4629"/>
<Orientation y="4.22283"/>
<Actor seed="9596"/>
</Entity>
<Entity uid="20923">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1266.1786" z="1129.99097"/>
<Orientation y="2.35621"/>
<Actor seed="41940"/>
</Entity>
<Entity uid="20924">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1263.7588" z="1127.91858"/>
<Orientation y="2.35621"/>
<Actor seed="20276"/>
</Entity>
<Entity uid="20925">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1263.95057" z="1124.95936"/>
<Orientation y="2.35621"/>
<Actor seed="51264"/>
</Entity>
<Entity uid="20926">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1262.58228" z="1122.72681"/>
<Orientation y="2.35621"/>
<Actor seed="41092"/>
</Entity>
<Entity uid="20927">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1262.17701" z="1126.20777"/>
<Orientation y="2.35621"/>
<Actor seed="44766"/>
</Entity>
<Entity uid="20928">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1262.17872" z="1120.20252"/>
<Orientation y="2.35621"/>
<Actor seed="65466"/>
</Entity>
<Entity uid="20929">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1263.25843" z="1121.16956"/>
<Orientation y="2.35621"/>
<Actor seed="21130"/>
</Entity>
<Entity uid="20930">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1262.65857" z="1122.07251"/>
<Orientation y="2.35621"/>
<Actor seed="64614"/>
</Entity>
<Entity uid="20931">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1262.20777" z="1123.22779"/>
<Orientation y="2.35621"/>
<Actor seed="49108"/>
</Entity>
<Entity uid="20932">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1261.22754" z="1122.20594"/>
<Orientation y="2.35621"/>
<Actor seed="47832"/>
</Entity>
<Entity uid="20933">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1264.11524" z="1124.01746"/>
<Orientation y="2.35621"/>
<Actor seed="57546"/>
</Entity>
<Entity uid="20934">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1260.29493" z="1122.89747"/>
<Orientation y="2.35621"/>
<Actor seed="62818"/>
</Entity>
<Entity uid="20935">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1264.96717" z="1122.85987"/>
<Orientation y="2.35621"/>
<Actor seed="16944"/>
</Entity>
<Entity uid="20936">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1271.57618" z="1135.42457"/>
<Orientation y="2.35621"/>
<Actor seed="57954"/>
</Entity>
<Entity uid="20937">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1270.49183" z="1136.44446"/>
<Orientation y="2.35621"/>
<Actor seed="31444"/>
</Entity>
<Entity uid="20938">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1281.51941" z="1153.24122"/>
<Orientation y="2.35621"/>
<Actor seed="40902"/>
</Entity>
<Entity uid="20939">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1279.92432" z="1153.5553"/>
<Orientation y="2.35621"/>
<Actor seed="55792"/>
</Entity>
<Entity uid="20940">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1279.57325" z="1152.82813"/>
<Orientation y="2.35621"/>
<Actor seed="21722"/>
</Entity>
<Entity uid="20941">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1281.20203" z="1156.12159"/>
<Orientation y="2.35621"/>
<Actor seed="31432"/>
</Entity>
<Entity uid="20942">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1295.07825" z="1157.93421"/>
<Orientation y="2.35621"/>
<Actor seed="35932"/>
</Entity>
<Entity uid="20943">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1294.10633" z="1158.693"/>
<Orientation y="2.35621"/>
<Actor seed="30556"/>
</Entity>
<Entity uid="20944">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1292.97413" z="1159.2068"/>
<Orientation y="2.35621"/>
<Actor seed="55688"/>
</Entity>
<Entity uid="20945">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1295.8263" z="1159.17713"/>
<Orientation y="2.35621"/>
<Actor seed="16998"/>
</Entity>
<Entity uid="20946">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1294.62476" z="1159.75904"/>
<Orientation y="2.35621"/>
<Actor seed="61178"/>
</Entity>
<Entity uid="20947">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1294.50672" z="1160.64258"/>
<Orientation y="2.35621"/>
<Actor seed="62356"/>
</Entity>
<Entity uid="20948">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1304.02381" z="1155.82044"/>
<Orientation y="2.35621"/>
<Actor seed="1834"/>
</Entity>
<Entity uid="20949">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1295.70081" z="1160.14844"/>
<Orientation y="2.35621"/>
<Actor seed="10020"/>
</Entity>
<Entity uid="20950">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1303.90113" z="1156.99903"/>
<Orientation y="2.35621"/>
<Actor seed="64104"/>
</Entity>
<Entity uid="20951">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1340.93946" z="1145.0337"/>
<Orientation y="2.35621"/>
<Actor seed="40160"/>
</Entity>
<Entity uid="20952">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1303.19837" z="1157.70484"/>
<Orientation y="2.35621"/>
<Actor seed="48910"/>
</Entity>
<Entity uid="20953">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1303.59131" z="1156.94275"/>
<Orientation y="2.35621"/>
<Actor seed="41128"/>
</Entity>
<Entity uid="20954">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1304.53968" z="1158.3252"/>
<Orientation y="2.35621"/>
<Actor seed="29900"/>
</Entity>
<Entity uid="20955">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1304.17823" z="1158.97889"/>
<Orientation y="2.35621"/>
<Actor seed="6508"/>
</Entity>
<Entity uid="20956">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1305.12122" z="1159.69983"/>
<Orientation y="2.35621"/>
<Actor seed="42184"/>
</Entity>
<Entity uid="20957">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1305.17432" z="1158.5907"/>
<Orientation y="7.58834"/>
<Actor seed="11406"/>
</Entity>
<Entity uid="20958">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1306.02576" z="1159.96119"/>
<Orientation y="2.35621"/>
<Actor seed="43162"/>
</Entity>
<Entity uid="20959">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1303.67737" z="1159.5094"/>
<Orientation y="3.45305"/>
<Actor seed="31318"/>
</Entity>
<Entity uid="20960">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1303.42737" z="1158.31116"/>
<Orientation y="2.35621"/>
<Actor seed="33894"/>
</Entity>
<Entity uid="20961">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1305.59571" z="1161.18604"/>
<Orientation y="2.35621"/>
<Actor seed="30152"/>
</Entity>
<Entity uid="20962">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1294.8119" z="1160.93873"/>
<Orientation y="2.35621"/>
<Actor seed="19144"/>
</Entity>
<Entity uid="20963">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1296.162" z="1161.06971"/>
<Orientation y="3.03803"/>
<Actor seed="51392"/>
</Entity>
<Entity uid="20964">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1260.80054" z="1124.27686"/>
<Orientation y="2.35621"/>
<Actor seed="61132"/>
</Entity>
<Entity uid="20965">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1297.48316" z="1156.97974"/>
<Orientation y="2.35621"/>
<Actor seed="22562"/>
</Entity>
<Entity uid="20966">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1301.80176" z="1157.30054"/>
<Orientation y="2.35621"/>
<Actor seed="48462"/>
</Entity>
<Entity uid="20967">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1301.43897" z="1159.04261"/>
<Orientation y="2.35621"/>
<Actor seed="40156"/>
</Entity>
<Entity uid="20968">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1298.43738" z="1159.1941"/>
<Orientation y="2.35621"/>
<Actor seed="38214"/>
</Entity>
<Entity uid="20969">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1299.69727" z="1157.99317"/>
<Orientation y="2.35621"/>
<Actor seed="35490"/>
</Entity>
<Entity uid="20970">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1300.37574" z="1157.51551"/>
<Orientation y="2.35621"/>
<Actor seed="13002"/>
</Entity>
<Entity uid="20971">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1297.8053" z="1158.80542"/>
<Orientation y="2.35621"/>
<Actor seed="12224"/>
</Entity>
<Entity uid="20972">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1340.78834" z="1145.9784"/>
<Orientation y="2.35621"/>
<Actor seed="3830"/>
</Entity>
<Entity uid="20973">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1341.64124" z="1144.36353"/>
<Orientation y="2.35621"/>
<Actor seed="57708"/>
</Entity>
<Entity uid="20974">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1342.81751" z="1146.69568"/>
<Orientation y="2.35621"/>
<Actor seed="49834"/>
</Entity>
<Entity uid="20976">
<Template>actor|props/special/eyecandy/awning_wood_small.xml</Template>
<Position x="1332.037" z="1090.63941"/>
<Orientation y="3.59006"/>
<Actor seed="13556"/>
</Entity>
<Entity uid="20977">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1320.73902" z="1091.31653"/>
<Orientation y="0.38538"/>
<Actor seed="13982"/>
</Entity>
<Entity uid="20978">
<Template>actor|props/special/eyecandy/awning_wood_small.xml</Template>
<Position x="1330.86878" z="1087.32105"/>
<Orientation y="6.61806"/>
<Actor seed="13556"/>
</Entity>
<Entity uid="20979">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1312.78406" z="1080.12793"/>
<Orientation y="6.75551"/>
<Actor seed="38948"/>
</Entity>
<Entity uid="20980">
<Template>actor|geology/stones_tropic_large.xml</Template>
<Position x="1320.14161" z="1154.44971"/>
<Orientation y="3.99212"/>
<Actor seed="47580"/>
</Entity>
<Entity uid="20981">
<Template>actor|props/flora/plant_tropic_large.xml</Template>
<Position x="1378.4546" z="1004.28962"/>
<Orientation y="2.73656"/>
<Actor seed="42390"/>
</Entity>
<Entity uid="20982">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1380.7787" z="1003.03223"/>
<Orientation y="-4.24703"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20983">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1380.94922" z="1003.81788"/>
<Orientation y="-10.90578"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20984">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1380.87244" z="1004.54725"/>
<Orientation y="-5.11461"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20985">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1380.52308" z="1005.13929"/>
<Orientation y="-5.47344"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20986">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1380.07776" z="1005.57538"/>
<Orientation y="-5.5715"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20987">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1379.47107" z="1006.02442"/>
<Orientation y="-5.82973"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20988">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1378.92847" z="1006.24537"/>
<Orientation y="-12.31038"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20989">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1378.16065" z="1006.37061"/>
<Orientation y="-6.28943"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20990">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1377.51661" z="1006.25342"/>
<Orientation y="-6.648"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20991">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1376.93494" z="1005.87647"/>
<Orientation y="-6.93598"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20992">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1376.77308" z="1005.17695"/>
<Orientation y="-10.58237"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20993">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1371.21448" z="1008.02472"/>
<Orientation y="-4.24703"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20994">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1371.38501" z="1008.81037"/>
<Orientation y="-10.90578"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20995">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1371.30823" z="1009.53974"/>
<Orientation y="-5.11461"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20996">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1370.95887" z="1010.13178"/>
<Orientation y="-5.47344"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20997">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1370.51355" z="1010.56788"/>
<Orientation y="-5.5715"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20998">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1369.90687" z="1011.01691"/>
<Orientation y="-5.82973"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="20999">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1369.36426" z="1011.23786"/>
<Orientation y="-12.31038"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21000">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1368.59644" z="1011.3631"/>
<Orientation y="-6.28943"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21001">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.9524" z="1011.24592"/>
<Orientation y="-6.648"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21002">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.37073" z="1010.86896"/>
<Orientation y="-6.93598"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21003">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1367.20887" z="1010.16944"/>
<Orientation y="-10.58237"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21004">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.97986" z="1013.66761"/>
<Orientation y="-4.24703"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21005">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.1504" z="1014.45325"/>
<Orientation y="-10.90578"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21006">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1361.07361" z="1015.18262"/>
<Orientation y="-5.11461"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21007">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.72425" z="1015.77466"/>
<Orientation y="-5.47344"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21008">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1360.27894" z="1016.21076"/>
<Orientation y="-5.5715"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21009">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.67225" z="1016.6598"/>
<Orientation y="-5.82973"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21010">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1359.12964" z="1016.88074"/>
<Orientation y="-12.31038"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21011">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1358.36182" z="1017.00599"/>
<Orientation y="-6.28943"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21012">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1357.71778" z="1016.8888"/>
<Orientation y="-6.648"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21013">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1357.13611" z="1016.51185"/>
<Orientation y="-6.93598"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21014">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1356.97425" z="1015.81232"/>
<Orientation y="-10.58237"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21015">
<Template>actor|props/flora/shrub_fanpalm.xml</Template>
<Position x="1379.55213" z="1004.28791"/>
<Orientation y="1.53905"/>
<Actor seed="62830"/>
</Entity>
<Entity uid="21016">
<Template>actor|props/flora/shrub_fanpalm.xml</Template>
<Position x="1378.35828" z="1005.20899"/>
<Orientation y="0.30428"/>
<Actor seed="62830"/>
</Entity>
<Entity uid="21017">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1358.9712" z="1015.78296"/>
<Orientation y="2.84873"/>
<Actor seed="43456"/>
</Entity>
<Entity uid="21018">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1368.69239" z="1010.3188"/>
<Orientation y="2.35621"/>
<Actor seed="37540"/>
</Entity>
<Entity uid="21019">
<Template>actor|props/flora/shrub_tropic_plant_flower.xml</Template>
<Position x="1369.93226" z="1010.57728"/>
<Orientation y="2.35621"/>
<Actor seed="28064"/>
</Entity>
<Entity uid="21020">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1370.02771" z="1009.01697"/>
<Orientation y="2.35621"/>
<Actor seed="46226"/>
</Entity>
<Entity uid="21021">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1367.74854" z="1010.00416"/>
<Orientation y="1.9895"/>
<Actor seed="10898"/>
</Entity>
<Entity uid="21022">
<Template>actor|props/flora/shrub_tropic_plant_a.xml</Template>
<Position x="1369.08191" z="1009.34888"/>
<Orientation y="3.32888"/>
<Actor seed="6012"/>
</Entity>
<Entity uid="21024">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1358.74866" z="1015.06092"/>
<Orientation y="2.88767"/>
<Actor seed="39024"/>
</Entity>
<Entity uid="21027">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1315.49683" z="1027.53223"/>
<Orientation y="-5.94619"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21028">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1314.787" z="1027.64039"/>
<Orientation y="-2.2998"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21029">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1314.36683" z="1028.19166"/>
<Orientation y="-2.01182"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21030">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1314.20105" z="1028.82496"/>
<Orientation y="-1.65325"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21031">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1314.26746" z="1029.59998"/>
<Orientation y="-7.6742"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21032">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1314.44642" z="1030.15784"/>
<Orientation y="-1.19355"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21033">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1314.84791" z="1030.797"/>
<Orientation y="-0.93532"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21034">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1315.24891" z="1031.27417"/>
<Orientation y="-0.83725"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21035">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1315.81263" z="1031.66761"/>
<Orientation y="-0.47843"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21036">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1316.53406" z="1031.79969"/>
<Orientation y="-6.2696"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21037">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1317.33033" z="1031.68946"/>
<Orientation y="0.38917"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21039">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1316.78516" z="1030.97938"/>
<Orientation y="-2.94794"/>
<Actor seed="57936"/>
</Entity>
<Entity uid="21040">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1314.26307" z="1020.84351"/>
<Orientation y="-2.94794"/>
<Actor seed="57936"/>
</Entity>
<Entity uid="21041">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1315.77051" z="1030.40455"/>
<Orientation y="2.9232"/>
<Actor seed="27026"/>
</Entity>
<Entity uid="21042">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1316.0774" z="1028.42847"/>
<Orientation y="-2.82569"/>
<Actor seed="57936"/>
</Entity>
<Entity uid="21043">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1315.42505" z="1028.97962"/>
<Orientation y="3.05886"/>
<Actor seed="27026"/>
</Entity>
<Entity uid="21044">
<Template>actor|flora/trees/acacia.xml</Template>
<Position x="1315.79236" z="1029.70362"/>
<Orientation y="1.88732"/>
<Actor seed="30214"/>
</Entity>
<Entity uid="21045">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1313.34314" z="1083.74256"/>
<Orientation y="2.35621"/>
<Actor seed="13118"/>
</Entity>
<Entity uid="21046">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1311.07435" z="1081.22901"/>
<Orientation y="2.35621"/>
<Actor seed="20086"/>
</Entity>
<Entity uid="21047">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1310.14747" z="1078.9054"/>
<Orientation y="2.35621"/>
<Actor seed="25614"/>
</Entity>
<Entity uid="21048">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1315.69703" z="1092.0813"/>
<Orientation y="2.35621"/>
<Actor seed="39400"/>
</Entity>
<Entity uid="21049">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1307.79981" z="1103.10743"/>
<Orientation y="2.35621"/>
<Actor seed="3928"/>
</Entity>
<Entity uid="21050">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1316.07483" z="1113.36084"/>
<Orientation y="2.35621"/>
<Actor seed="31090"/>
</Entity>
<Entity uid="21051">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1318.98072" z="1116.99292"/>
<Orientation y="2.35621"/>
<Actor seed="11720"/>
</Entity>
<Entity uid="21052">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1331.59815" z="1134.81788"/>
<Orientation y="2.35621"/>
<Actor seed="49990"/>
</Entity>
<Entity uid="21053">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1328.40613" z="1131.40711"/>
<Orientation y="2.35621"/>
<Actor seed="52258"/>
</Entity>
<Entity uid="21054">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1280.8213" z="1129.0896"/>
<Orientation y="2.35621"/>
<Actor seed="13034"/>
</Entity>
<Entity uid="21055">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1335.84302" z="1141.5464"/>
<Orientation y="2.35621"/>
<Actor seed="25192"/>
</Entity>
<Entity uid="21056">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1320.69336" z="1120.5586"/>
<Orientation y="2.35621"/>
<Actor seed="28874"/>
</Entity>
<Entity uid="21057">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1433.57142" z="1087.91785"/>
<Orientation y="2.35621"/>
<Actor seed="57638"/>
</Entity>
<Entity uid="21058">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1428.7815" z="1093.79493"/>
<Orientation y="2.35621"/>
<Actor seed="30380"/>
</Entity>
<Entity uid="21059">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="1433.85389" z="1072.29712"/>
<Orientation y="2.35621"/>
<Actor seed="22192"/>
</Entity>
<Entity uid="21060">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1426.20984" z="1033.02125"/>
<Orientation y="2.35621"/>
<Actor seed="42722"/>
</Entity>
<Entity uid="21061">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1433.74012" z="1097.87452"/>
<Orientation y="2.35621"/>
<Actor seed="34736"/>
</Entity>
<Entity uid="21062">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1273.26832" z="824.78272"/>
<Orientation y="2.35621"/>
<Actor seed="43808"/>
</Entity>
<Entity uid="21063">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1294.30945" z="764.07013"/>
<Orientation y="2.35621"/>
<Actor seed="24352"/>
</Entity>
<Entity uid="21064">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1244.07715" z="808.48096"/>
<Orientation y="2.35621"/>
<Actor seed="6288"/>
</Entity>
<Entity uid="21065">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1257.0547" z="812.57697"/>
<Orientation y="2.35621"/>
<Actor seed="23252"/>
</Entity>
<Entity uid="21066">
<Template>gaia/flora_tree_acacia</Template>
<Player>0</Player>
<Position x="1246.72486" z="809.41803"/>
<Orientation y="2.35621"/>
<Actor seed="64422"/>
</Entity>
<Entity uid="21067">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1315.41858" z="1185.75684"/>
<Orientation y="2.51751"/>
<Actor seed="30804"/>
</Entity>
<Entity uid="21068">
<Template>gaia/fauna_fish_tilapia</Template>
<Player>0</Player>
<Position x="1307.03565" z="1177.60242"/>
<Orientation y="1.85735"/>
<Actor seed="30804"/>
</Entity>
<Entity uid="21069">
<Template>other/bench</Template>
<Player>0</Player>
<Position x="1337.58204" z="1215.71802"/>
<Orientation y="2.35621"/>
<Actor seed="60274"/>
</Entity>
<Entity uid="21070">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1335.61988" z="1216.714"/>
<Orientation y="2.35621"/>
<Actor seed="19626"/>
</Entity>
<Entity uid="21071">
<Template>actor|props/special/eyecandy/basket_celt_a.xml</Template>
<Position x="1336.1659" z="1217.60547"/>
<Orientation y="2.35621"/>
<Actor seed="8992"/>
</Entity>
<Entity uid="21072">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1395.47913" z="1043.47474"/>
<Orientation y="2.35622"/>
<Actor seed="46768"/>
</Entity>
<Entity uid="21073">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1396.5193" z="1016.55152"/>
<Orientation y="3.71276"/>
<Actor seed="50186"/>
</Entity>
<Entity uid="21074">
<Template>gaia/flora_tree_medit_fan_palm</Template>
<Player>0</Player>
<Position x="1397.99207" z="1042.8938"/>
<Orientation y="4.55596"/>
<Actor seed="50186"/>
</Entity>
<Entity uid="21075">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1303.55933" z="1136.50025"/>
<Orientation y="3.45171"/>
<Actor seed="31090"/>
</Entity>
<Entity uid="21076">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1312.47681" z="1064.71949"/>
<Orientation y="2.84873"/>
<Actor seed="43456"/>
</Entity>
<Entity uid="21077">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1310.16858" z="1066.49622"/>
<Orientation y="3.9381"/>
<Actor seed="43456"/>
</Entity>
<Entity uid="21078">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1302.55274" z="1065.94666"/>
<Orientation y="2.84873"/>
<Actor seed="43456"/>
</Entity>
<Entity uid="21079">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1301.61695" z="1068.92518"/>
<Orientation y="2.44866"/>
<Actor seed="43456"/>
</Entity>
<Entity uid="21080">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1301.14295" z="1072.75953"/>
<Orientation y="4.24618"/>
<Actor seed="43456"/>
</Entity>
<Entity uid="21081">
<Template>units/ptol_infantry_pikeman_b</Template>
<Player>5</Player>
<Position x="1265.17664" z="1011.15772"/>
<Orientation y="5.35221"/>
<Actor seed="40746"/>
</Entity>
<Entity uid="21082">
<Template>units/ptol_infantry_pikeman_b</Template>
<Player>5</Player>
<Position x="1263.71558" z="1008.43134"/>
<Orientation y="-1.2424"/>
<Actor seed="61392"/>
</Entity>
<Entity uid="21083">
<Template>units/ptol_infantry_pikeman_b</Template>
<Player>5</Player>
<Position x="1291.58472" z="1022.59003"/>
<Orientation y="0.6372"/>
<Actor seed="40746"/>
</Entity>
<Entity uid="21084">
<Template>units/ptol_infantry_pikeman_b</Template>
<Player>5</Player>
<Position x="1295.39832" z="1020.69599"/>
<Orientation y="-5.86979"/>
<Actor seed="61392"/>
</Entity>
<Entity uid="21086">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1287.82874" z="1076.24158"/>
<Orientation y="2.35621"/>
<Actor seed="22060"/>
</Entity>
<Entity uid="21087">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1304.12464" z="1127.15723"/>
<Orientation y="2.35621"/>
<Actor seed="39196"/>
</Entity>
<Entity uid="21088">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1288.68335" z="1124.23475"/>
<Orientation y="2.35621"/>
<Actor seed="65470"/>
</Entity>
<Entity uid="21089">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1282.75574" z="1073.84632"/>
<Orientation y="2.35621"/>
<Actor seed="4710"/>
</Entity>
<Entity uid="21090">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1330.03711" z="1132.8219"/>
<Orientation y="2.35621"/>
<Actor seed="2076"/>
</Entity>
<Entity uid="21091">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1290.90113" z="1126.93213"/>
<Orientation y="2.35621"/>
<Actor seed="6610"/>
</Entity>
<Entity uid="21092">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1270.86792" z="1104.90418"/>
<Orientation y="2.35621"/>
<Actor seed="6282"/>
</Entity>
<Entity uid="21093">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1292.99463" z="1076.59205"/>
<Orientation y="2.35621"/>
<Actor seed="56248"/>
</Entity>
<Entity uid="21094">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1289.20704" z="1079.22388"/>
<Orientation y="2.35621"/>
<Actor seed="2156"/>
</Entity>
<Entity uid="21095">
<Template>gaia/flora_tree_cretan_date_palm_patch</Template>
<Player>0</Player>
<Position x="1283.12452" z="1077.84815"/>
<Orientation y="1.64283"/>
<Actor seed="31122"/>
</Entity>
<Entity uid="21096">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1211.99781" z="965.73151"/>
<Orientation y="2.35621"/>
<Actor seed="64320"/>
</Entity>
<Entity uid="21097">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1197.41297" z="969.11023"/>
<Orientation y="2.35621"/>
<Actor seed="21096"/>
</Entity>
<Entity uid="21098">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1194.77454" z="971.74952"/>
<Orientation y="2.35621"/>
<Actor seed="5270"/>
</Entity>
<Entity uid="21099">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1193.10169" z="968.61976"/>
<Orientation y="2.35621"/>
<Actor seed="57986"/>
</Entity>
<Entity uid="21100">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1218.18458" z="896.34943"/>
<Orientation y="2.35621"/>
<Actor seed="31036"/>
</Entity>
<Entity uid="21101">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1191.60242" z="974.61512"/>
<Orientation y="2.35621"/>
<Actor seed="31220"/>
</Entity>
<Entity uid="21102">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1205.64014" z="969.82258"/>
<Orientation y="2.35621"/>
<Actor seed="22010"/>
</Entity>
<Entity uid="21103">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1225.22217" z="859.51105"/>
<Orientation y="2.35621"/>
<Actor seed="8380"/>
</Entity>
<Entity uid="21104">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1190.65992" z="969.78486"/>
<Orientation y="2.35621"/>
<Actor seed="14300"/>
</Entity>
<Entity uid="21105">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1209.67078" z="966.43158"/>
<Orientation y="2.35621"/>
<Actor seed="20650"/>
</Entity>
<Entity uid="21106">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1395.03284" z="1131.05933"/>
<Orientation y="2.35621"/>
<Actor seed="7828"/>
</Entity>
<Entity uid="21107">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1304.19568" z="1153.8844"/>
<Orientation y="2.35621"/>
<Actor seed="61534"/>
</Entity>
<Entity uid="21108">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1266.29798" z="1126.93287"/>
<Orientation y="2.35621"/>
<Actor seed="11576"/>
</Entity>
<Entity uid="21109">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1253.65271" z="1098.17872"/>
<Orientation y="2.35621"/>
<Actor seed="30822"/>
</Entity>
<Entity uid="21110">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1192.28577" z="966.71937"/>
<Orientation y="2.35621"/>
<Actor seed="29192"/>
</Entity>
<Entity uid="21111">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1277.87671" z="1139.7743"/>
<Orientation y="2.35621"/>
<Actor seed="53892"/>
</Entity>
<Entity uid="21112">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1309.02881" z="1150.8982"/>
<Orientation y="2.35621"/>
<Actor seed="44106"/>
</Entity>
<Entity uid="21113">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1257.72938" z="1107.7168"/>
<Orientation y="2.35621"/>
<Actor seed="806"/>
</Entity>
<Entity uid="21114">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1250.70606" z="1093.75171"/>
<Orientation y="2.35621"/>
<Actor seed="20588"/>
</Entity>
<Entity uid="21115">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1379.7334" z="1150.15284"/>
<Orientation y="2.35621"/>
<Actor seed="63464"/>
</Entity>
<Entity uid="21116">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1381.26526" z="1161.19922"/>
<Orientation y="2.35621"/>
<Actor seed="10308"/>
</Entity>
<Entity uid="21117">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1222.24402" z="930.01368"/>
<Orientation y="2.35621"/>
<Actor seed="61478"/>
</Entity>
<Entity uid="21118">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1202.53138" z="905.66956"/>
<Orientation y="2.35621"/>
<Actor seed="28526"/>
</Entity>
<Entity uid="21119">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1193.43873" z="904.78205"/>
<Orientation y="2.35621"/>
<Actor seed="52904"/>
</Entity>
<Entity uid="21120">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1213.41553" z="848.76362"/>
<Orientation y="2.35621"/>
<Actor seed="29728"/>
</Entity>
<Entity uid="21121">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1285.74561" z="1100.0923"/>
<Orientation y="2.35621"/>
<Actor seed="43814"/>
</Entity>
<Entity uid="21122">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1376.85743" z="1144.82654"/>
<Orientation y="2.35622"/>
<Actor seed="22060"/>
</Entity>
<Entity uid="21123">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1383.41419" z="1095.00208"/>
<Orientation y="2.35622"/>
<Actor seed="22060"/>
</Entity>
<Entity uid="21124">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1387.89527" z="1102.83838"/>
<Orientation y="2.66161"/>
<Actor seed="1549"/>
</Entity>
<Entity uid="21125">
<Template>structures/kush_temple_amun</Template>
<Player>2</Player>
<Position x="1573.21912" z="394.28513"/>
<Orientation y="-2.13398"/>
<Obstruction group="21191"/>
<Actor seed="50846"/>
</Entity>
<Entity uid="21126">
<Template>structures/kush_wonder</Template>
<Player>2</Player>
<Position x="1598.5232" z="451.57511"/>
<Orientation y="-2.139"/>
<Obstruction group="21191" group2="21187"/>
<Actor seed="56094"/>
</Entity>
<Entity uid="21127">
<Template>structures/kush_shrine</Template>
<Player>2</Player>
<Position x="1562.03223" z="446.4134"/>
<Orientation y="-10.0027"/>
<Obstruction group="21191" group2="21188"/>
<Actor seed="27364"/>
</Entity>
<Entity uid="21129">
<Template>structures/kush_workshop</Template>
<Player>2</Player>
<Position x="1598.93201" z="551.38727"/>
<Orientation y="4.13512"/>
<Obstruction group="21536"/>
<Actor seed="10270"/>
</Entity>
<Entity uid="21130">
<Template>structures/kush_range</Template>
<Player>2</Player>
<Position x="1566.81959" z="492.31882"/>
<Orientation y="-0.58457"/>
<Actor seed="8260"/>
</Entity>
<Entity uid="21133">
<Template>structures/kush_elephant_stables</Template>
<Player>2</Player>
<Position x="1519.04603" z="546.43561"/>
<Orientation y="-3.71683"/>
<Obstruction group="21535" group2="21538"/>
<Actor seed="18116"/>
</Entity>
<Entity uid="21134">
<Template>structures/kush_stable</Template>
<Player>0</Player>
<Position x="1543.90833" z="350.09858"/>
<Orientation y="-0.57052"/>
<Actor seed="35374"/>
</Entity>
<Entity uid="21139">
<Template>structures/kush_shrine</Template>
<Player>2</Player>
<Position x="1540.57703" z="432.41675"/>
<Orientation y="-10.0027"/>
<Obstruction group="21191"/>
<Actor seed="27364"/>
</Entity>
<Entity uid="21149">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1585.69495" z="533.60431"/>
<Orientation y="-0.58417"/>
<Actor seed="54634"/>
</Entity>
<Entity uid="21150">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1588.25892" z="535.30182"/>
<Orientation y="-0.59446"/>
<Actor seed="40406"/>
</Entity>
<Entity uid="21154">
<Template>structures/kush_shrine</Template>
<Player>2</Player>
<Position x="1557.00977" z="406.54389"/>
<Orientation y="-13.12897"/>
<Obstruction group="21183"/>
<Actor seed="27364"/>
</Entity>
<Entity uid="21155">
<Template>structures/kush_shrine</Template>
<Player>2</Player>
<Position x="1578.67676" z="420.21024"/>
<Orientation y="-13.12897"/>
<Obstruction group="21187" group2="21188"/>
<Actor seed="27364"/>
</Entity>
<Entity uid="21171">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular.xml</Template>
<Position x="1567.55286" z="431.83295"/>
<Orientation y="0.98842"/>
<Actor seed="46998"/>
</Entity>
<Entity uid="21172">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular_lion.xml</Template>
<Position x="1564.30665" z="429.83677"/>
<Orientation y="-2.14277"/>
<Actor seed="18864"/>
</Entity>
<Entity uid="21173">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular_lion.xml</Template>
<Position x="1576.2251" z="437.34168"/>
<Orientation y="-5.31493"/>
<Actor seed="18864"/>
</Entity>
<Entity uid="21174">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular.xml</Template>
<Position x="1573.04126" z="435.24726"/>
<Orientation y="-2.18375"/>
<Actor seed="46998"/>
</Entity>
<Entity uid="21175">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular_lion.xml</Template>
<Position x="1541.6438" z="414.46921"/>
<Orientation y="-2.17072"/>
<Actor seed="18864"/>
</Entity>
<Entity uid="21176">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular.xml</Template>
<Position x="1544.83313" z="416.55536"/>
<Orientation y="0.96047"/>
<Actor seed="46998"/>
</Entity>
<Entity uid="21177">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular_lion.xml</Template>
<Position x="1554.04322" z="422.61133"/>
<Orientation y="-5.28016"/>
<Actor seed="18864"/>
</Entity>
<Entity uid="21178">
<Template>actor|props/structures/kushites/statue_pedestal_rectangular.xml</Template>
<Position x="1550.78858" z="420.62851"/>
<Orientation y="-2.14898"/>
<Actor seed="46998"/>
</Entity>
<Entity uid="21179">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="1559.33484" z="426.4061"/>
<Orientation y="-7.76084"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="21180">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1559.44117" z="425.52991"/>
<Orientation y="-7.76084"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="21181">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1560.10254" z="425.35224"/>
<Orientation y="-7.76084"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="21192">
<Template>structures/kush_fortress</Template>
<Player>2</Player>
<Position x="1558.61365" z="571.29542"/>
<Orientation y="2.57151"/>
<Actor seed="4966"/>
</Entity>
<Entity uid="21212">
<Template>actor|structures/kushites/civic_centre_egyptian.xml</Template>
<Position x="1531.76355" z="470.12711"/>
<Orientation y="5.71254"/>
<Actor seed="3672"/>
</Entity>
<Entity uid="21220">
<Template>structures/kush_temple</Template>
<Player>2</Player>
<Position x="1525.93592" z="444.1324"/>
<Orientation y="4.12652"/>
<Actor seed="16870"/>
</Entity>
<Entity uid="21235">
<Template>structures/kush_civil_centre</Template>
<Player>2</Player>
<Position x="1488.06653" z="538.79505"/>
<Orientation y="8.85524"/>
<Actor seed="21228"/>
</Entity>
<Entity uid="21236">
<Template>structures/kush_barracks</Template>
<Player>2</Player>
<Position x="1623.1432" z="492.172"/>
<Orientation y="-6.85921"/>
<Actor seed="22498"/>
</Entity>
<Entity uid="21237">
<Template>structures/kush_market</Template>
<Player>2</Player>
<Position x="1485.33057" z="482.82657"/>
<Orientation y="-0.59415"/>
<Actor seed="48224"/>
</Entity>
<Entity uid="21251">
<Template>structures/kush_pyramid</Template>
<Player>0</Player>
<Position x="1232.24671" z="142.55378"/>
<Orientation y="1.98336"/>
<Actor seed="33438"/>
</Entity>
<Entity uid="21252">
<Template>structures/kush_pyramid_large</Template>
<Player>2</Player>
<Position x="1545.23133" z="519.71003"/>
<Orientation y="10.41617"/>
<Actor seed="21466"/>
</Entity>
<Entity uid="21255">
<Template>structures/kush_dock</Template>
<Player>2</Player>
<Position x="1476.16102" z="447.26758"/>
<Orientation y="-0.5958"/>
<Actor seed="4868"/>
</Entity>
<Entity uid="21257">
<Template>structures/kush_dock</Template>
<Player>2</Player>
<Position x="1442.20765" z="493.28736"/>
<Orientation y="-3.74376"/>
<Actor seed="4868"/>
</Entity>
<Entity uid="21258">
<Template>structures/kush_defense_tower</Template>
<Player>2</Player>
<Position x="1477.1648" z="424.69932"/>
<Orientation y="-2.16718"/>
<Actor seed="2762"/>
</Entity>
<Entity uid="21259">
<Template>structures/kush_defense_tower</Template>
<Player>2</Player>
<Position x="1524.4336" z="351.9828"/>
<Orientation y="-2.16301"/>
<Actor seed="2764"/>
</Entity>
<Entity uid="21260">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1477.42737" z="421.21839"/>
<Orientation y="2.35621"/>
<Actor seed="32496"/>
</Entity>
<Entity uid="21261">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1476.91907" z="420.45469"/>
<Orientation y="2.35621"/>
<Actor seed="40514"/>
</Entity>
<Entity uid="21262">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1476.27686" z="418.67423"/>
<Orientation y="-1.90175"/>
<Actor seed="50320"/>
</Entity>
<Entity uid="21263">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1478.16529" z="416.1258"/>
<Orientation y="2.35621"/>
<Actor seed="53062"/>
</Entity>
<Entity uid="21264">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1481.72571" z="412.14585"/>
<Orientation y="2.35621"/>
<Actor seed="38684"/>
</Entity>
<Entity uid="21265">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1482.50513" z="411.22864"/>
<Orientation y="-3.01665"/>
<Actor seed="58644"/>
</Entity>
<Entity uid="21266">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1484.9961" z="410.09467"/>
<Orientation y="2.35621"/>
<Actor seed="29344"/>
</Entity>
<Entity uid="21267">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1487.193" z="407.96055"/>
<Orientation y="2.35621"/>
<Actor seed="44022"/>
</Entity>
<Entity uid="21268">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1489.5525" z="406.8491"/>
<Orientation y="-3.28025"/>
<Actor seed="226"/>
</Entity>
<Entity uid="21269">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1494.77515" z="405.31806"/>
<Orientation y="1.55599"/>
<Actor seed="35514"/>
</Entity>
<Entity uid="21270">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1499.00355" z="404.82447"/>
<Orientation y="2.35621"/>
<Actor seed="12602"/>
</Entity>
<Entity uid="21271">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1501.14942" z="405.22281"/>
<Orientation y="2.35621"/>
<Actor seed="22536"/>
</Entity>
<Entity uid="21272">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1504.02002" z="407.1327"/>
<Orientation y="2.35621"/>
<Actor seed="24982"/>
</Entity>
<Entity uid="21273">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1518.21045" z="383.62818"/>
<Orientation y="2.35621"/>
<Actor seed="58472"/>
</Entity>
<Entity uid="21274">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.54053" z="381.524"/>
<Orientation y="-7.40719"/>
<Actor seed="45408"/>
</Entity>
<Entity uid="21275">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1512.97144" z="379.62491"/>
<Orientation y="-2.59206"/>
<Actor seed="11916"/>
</Entity>
<Entity uid="21276">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1510.99183" z="374.089"/>
<Orientation y="2.35621"/>
<Actor seed="56738"/>
</Entity>
<Entity uid="21277">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1512.01856" z="377.26163"/>
<Orientation y="-3.14251"/>
<Actor seed="25588"/>
</Entity>
<Entity uid="21278">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1510.89893" z="371.59781"/>
<Orientation y="-2.75071"/>
<Actor seed="32810"/>
</Entity>
<Entity uid="21279">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.41443" z="368.4563"/>
<Orientation y="2.35621"/>
<Actor seed="24670"/>
</Entity>
<Entity uid="21280">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.18616" z="365.08158"/>
<Orientation y="3.75838"/>
<Actor seed="55834"/>
</Entity>
<Entity uid="21281">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1514.64039" z="361.80466"/>
<Orientation y="-1.28393"/>
<Actor seed="29508"/>
</Entity>
<Entity uid="21282">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.38758" z="358.74863"/>
<Orientation y="2.85547"/>
<Actor seed="5260"/>
</Entity>
<Entity uid="21283">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1516.92078" z="355.81122"/>
<Orientation y="2.35621"/>
<Actor seed="60102"/>
</Entity>
<Entity uid="21284">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1518.1598" z="354.1999"/>
<Orientation y="2.35621"/>
<Actor seed="47298"/>
</Entity>
<Entity uid="21285">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1519.9336" z="353.6366"/>
<Orientation y="2.35621"/>
<Actor seed="24624"/>
</Entity>
<Entity uid="21286">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1518.82105" z="352.5962"/>
<Orientation y="3.63978"/>
<Actor seed="43928"/>
</Entity>
<Entity uid="21287">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1516.46851" z="356.73823"/>
<Orientation y="-2.89127"/>
<Actor seed="8870"/>
</Entity>
<Entity uid="21288">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.19581" z="359.5387"/>
<Orientation y="3.60543"/>
<Actor seed="54930"/>
</Entity>
<Entity uid="21289">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.65894" z="363.58912"/>
<Orientation y="2.35621"/>
<Actor seed="33008"/>
</Entity>
<Entity uid="21290">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.02002" z="367.96967"/>
<Orientation y="2.35621"/>
<Actor seed="31566"/>
</Entity>
<Entity uid="21291">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1510.05628" z="373.04175"/>
<Orientation y="2.35621"/>
<Actor seed="15394"/>
</Entity>
<Entity uid="21292">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1510.8777" z="374.89313"/>
<Orientation y="2.35621"/>
<Actor seed="38080"/>
</Entity>
<Entity uid="21293">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.16285" z="370.66013"/>
<Orientation y="2.35621"/>
<Actor seed="14590"/>
</Entity>
<Entity uid="21294">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1512.4015" z="367.31275"/>
<Orientation y="2.35621"/>
<Actor seed="17376"/>
</Entity>
<Entity uid="21295">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1514.71473" z="381.18836"/>
<Orientation y="2.35621"/>
<Actor seed="46790"/>
</Entity>
<Entity uid="21296">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1512.02686" z="378.1479"/>
<Orientation y="2.35621"/>
<Actor seed="46156"/>
</Entity>
<Entity uid="21297">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.5464" z="373.81275"/>
<Orientation y="2.35621"/>
<Actor seed="1662"/>
</Entity>
<Entity uid="21298">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1514.88831" z="362.65055"/>
<Orientation y="2.35621"/>
<Actor seed="51066"/>
</Entity>
<Entity uid="21299">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1516.06397" z="357.58857"/>
<Orientation y="2.35621"/>
<Actor seed="5676"/>
</Entity>
<Entity uid="21300">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1517.40625" z="355.64979"/>
<Orientation y="2.35621"/>
<Actor seed="52224"/>
</Entity>
<Entity uid="21301">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1514.5149" z="363.92954"/>
<Orientation y="2.35621"/>
<Actor seed="16428"/>
</Entity>
<Entity uid="21302">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.5293" z="369.02225"/>
<Orientation y="1.2569"/>
<Actor seed="12426"/>
</Entity>
<Entity uid="21303">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1510.9723" z="375.69745"/>
<Orientation y="8.03182"/>
<Actor seed="53032"/>
</Entity>
<Entity uid="21304">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.70472" z="380.6048"/>
<Orientation y="5.54636"/>
<Actor seed="8448"/>
</Entity>
<Entity uid="21305">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1516.99463" z="382.42103"/>
<Orientation y="2.35621"/>
<Actor seed="43968"/>
</Entity>
<Entity uid="21306">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1497.56214" z="405.5023"/>
<Orientation y="2.84556"/>
<Actor seed="61066"/>
</Entity>
<Entity uid="21307">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1491.57569" z="405.96702"/>
<Orientation y="2.35621"/>
<Actor seed="53618"/>
</Entity>
<Entity uid="21308">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1486.55103" z="408.45347"/>
<Orientation y="2.35621"/>
<Actor seed="43470"/>
</Entity>
<Entity uid="21309">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1484.10047" z="410.72025"/>
<Orientation y="2.35621"/>
<Actor seed="38104"/>
</Entity>
<Entity uid="21310">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1481.05884" z="414.25788"/>
<Orientation y="2.35621"/>
<Actor seed="4420"/>
</Entity>
<Entity uid="21311">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1478.2588" z="416.84775"/>
<Orientation y="2.35621"/>
<Actor seed="38342"/>
</Entity>
<Entity uid="21312">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1479.30555" z="414.99292"/>
<Orientation y="2.35621"/>
<Actor seed="33744"/>
</Entity>
<Entity uid="21313">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1481.00733" z="413.49704"/>
<Orientation y="2.35621"/>
<Actor seed="35930"/>
</Entity>
<Entity uid="21314">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1478.38355" z="414.96995"/>
<Orientation y="2.35621"/>
<Actor seed="43678"/>
</Entity>
<Entity uid="21315">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1477.03028" z="417.60505"/>
<Orientation y="2.35621"/>
<Actor seed="6288"/>
</Entity>
<Entity uid="21316">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1482.84046" z="410.24775"/>
<Orientation y="2.35621"/>
<Actor seed="41822"/>
</Entity>
<Entity uid="21317">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1484.86219" z="409.27659"/>
<Orientation y="-1.02372"/>
<Actor seed="30820"/>
</Entity>
<Entity uid="21318">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1479.90857" z="414.91178"/>
<Orientation y="2.35621"/>
<Actor seed="16098"/>
</Entity>
<Entity uid="21319">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1492.13733" z="405.73084"/>
<Orientation y="4.20113"/>
<Actor seed="43290"/>
</Entity>
<Entity uid="21320">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1478.65235" z="415.36225"/>
<Orientation y="3.57638"/>
<Actor seed="1604"/>
</Entity>
<Entity uid="21321">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.14356" z="378.79935"/>
<Orientation y="2.35621"/>
<Actor seed="7344"/>
</Entity>
<Entity uid="21323">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1488.3412" z="407.67731"/>
<Orientation y="2.35621"/>
<Actor seed="15692"/>
</Entity>
<Entity uid="21324">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1486.8949" z="407.44413"/>
<Orientation y="2.35621"/>
<Actor seed="17538"/>
</Entity>
<Entity uid="21325">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1483.03089" z="411.28037"/>
<Orientation y="2.35621"/>
<Actor seed="29248"/>
</Entity>
<Entity uid="21326">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1481.13672" z="412.63459"/>
<Orientation y="2.35621"/>
<Actor seed="6172"/>
</Entity>
<Entity uid="21327">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1479.74061" z="412.94205"/>
<Orientation y="2.35621"/>
<Actor seed="11564"/>
</Entity>
<Entity uid="21328">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1488.30054" z="406.46833"/>
<Orientation y="2.35621"/>
<Actor seed="40554"/>
</Entity>
<Entity uid="21329">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1483.85792" z="409.57477"/>
<Orientation y="2.35621"/>
<Actor seed="27712"/>
</Entity>
<Entity uid="21330">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1485.46241" z="407.74231"/>
<Orientation y="2.35621"/>
<Actor seed="34152"/>
</Entity>
<Entity uid="21331">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1509.87305" z="371.78104"/>
<Orientation y="2.35621"/>
<Actor seed="31704"/>
</Entity>
<Entity uid="21332">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1509.77601" z="369.93326"/>
<Orientation y="2.35621"/>
<Actor seed="62778"/>
</Entity>
<Entity uid="21333">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.3219" z="365.97053"/>
<Orientation y="2.35621"/>
<Actor seed="35808"/>
</Entity>
<Entity uid="21334">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1512.6161" z="364.71198"/>
<Orientation y="2.35621"/>
<Actor seed="62694"/>
</Entity>
<Entity uid="21335">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.82044" z="363.10044"/>
<Orientation y="2.35621"/>
<Actor seed="4814"/>
</Entity>
<Entity uid="21336">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.6084" z="361.36551"/>
<Orientation y="2.35621"/>
<Actor seed="36482"/>
</Entity>
<Entity uid="21337">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1517.13843" z="357.95121"/>
<Orientation y="2.35621"/>
<Actor seed="31238"/>
</Entity>
<Entity uid="21338">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1517.93323" z="355.16318"/>
<Orientation y="2.35621"/>
<Actor seed="32504"/>
</Entity>
<Entity uid="21339">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1518.22828" z="355.5716"/>
<Orientation y="2.35621"/>
<Actor seed="61324"/>
</Entity>
<Entity uid="21340">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1519.39393" z="353.3744"/>
<Orientation y="2.35621"/>
<Actor seed="7662"/>
</Entity>
<Entity uid="21341">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1516.62171" z="359.26206"/>
<Orientation y="2.35621"/>
<Actor seed="38740"/>
</Entity>
<Entity uid="21342">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1517.31385" z="358.1803"/>
<Orientation y="2.35621"/>
<Actor seed="3804"/>
</Entity>
<Entity uid="21343">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1512.9828" z="362.09974"/>
<Orientation y="2.35621"/>
<Actor seed="43256"/>
</Entity>
<Entity uid="21344">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.99585" z="360.10727"/>
<Orientation y="2.35621"/>
<Actor seed="21736"/>
</Entity>
<Entity uid="21345">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.07691" z="377.16523"/>
<Orientation y="2.35621"/>
<Actor seed="60714"/>
</Entity>
<Entity uid="21346">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1511.22303" z="376.43726"/>
<Orientation y="2.35621"/>
<Actor seed="44946"/>
</Entity>
<Entity uid="21347">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1513.05152" z="377.67624"/>
<Orientation y="2.35621"/>
<Actor seed="10412"/>
</Entity>
<Entity uid="21348">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1515.18836" z="379.80839"/>
<Orientation y="2.35621"/>
<Actor seed="54978"/>
</Entity>
<Entity uid="21349">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1503.33423" z="407.38657"/>
<Orientation y="7.63892"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21350">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1502.9839" z="407.30655"/>
<Orientation y="7.70716"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21351">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1502.58997" z="407.23697"/>
<Orientation y="7.71024"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21352">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1502.17798" z="407.13361"/>
<Orientation y="7.70716"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21353">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1501.76246" z="407.01407"/>
<Orientation y="7.70716"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21354">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1501.39881" z="406.95557"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21355">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1500.99622" z="406.986"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21356">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1500.61622" z="406.93503"/>
<Orientation y="7.7128"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21357">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1499.86292" z="406.84076"/>
<Orientation y="7.78411"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21358">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1500.26075" z="406.88105"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21359">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1499.44446" z="406.76807"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21360">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1499.02125" z="406.67951"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21361">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1498.6692" z="406.56254"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1498.26661" z="406.59296"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1498.02735" z="406.56714"/>
<Orientation y="7.7128"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1497.24207" z="406.52527"/>
<Orientation y="7.86304"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1497.63404" z="406.52561"/>
<Orientation y="7.78103"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.81922" z="406.48581"/>
<Orientation y="7.85996"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.39039" z="406.43091"/>
<Orientation y="7.85996"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.03016" z="406.34202"/>
<Orientation y="7.85996"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1495.63123" z="406.40409"/>
<Orientation y="7.85996"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1495.41431" z="406.33225"/>
<Orientation y="8.01194"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1494.66675" z="406.46415"/>
<Orientation y="8.08324"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1495.05884" z="406.38541"/>
<Orientation y="8.08016"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1494.24549" z="406.51801"/>
<Orientation y="8.08016"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1493.84986" z="406.62159"/>
<Orientation y="8.08016"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21375">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1493.38648" z="406.7258"/>
<Orientation y="8.08016"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21376">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1493.089" z="406.75861"/>
<Orientation y="8.08016"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21377">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.71497" z="406.82981"/>
<Orientation y="8.21691"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21378">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.0099" z="407.11109"/>
<Orientation y="8.28821"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21379">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.3777" z="406.95423"/>
<Orientation y="8.28513"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21380">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1491.6084" z="407.24961"/>
<Orientation y="8.28513"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21381">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1491.19507" z="407.37647"/>
<Orientation y="8.28513"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21382">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1490.83021" z="407.4441"/>
<Orientation y="8.28513"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21383">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1490.49256" z="407.66517"/>
<Orientation y="8.28513"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21384">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1488.28943" z="408.85923"/>
<Orientation y="8.39757"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21385">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1487.12354" z="409.54004"/>
<Orientation y="8.46888"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21386">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1487.83301" z="409.12601"/>
<Orientation y="8.4658"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21387">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1486.80457" z="409.75443"/>
<Orientation y="8.4658"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21388">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1486.44056" z="409.95395"/>
<Orientation y="8.4658"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21389">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1486.07361" z="410.1548"/>
<Orientation y="8.4658"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21390">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1485.78101" z="410.43296"/>
<Orientation y="8.4658"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21391">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1490.09766" z="407.8797"/>
<Orientation y="8.36716"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21392">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1489.44263" z="408.26337"/>
<Orientation y="8.43845"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21393">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1489.78284" z="408.05317"/>
<Orientation y="8.43537"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21394">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1489.06629" z="408.4604"/>
<Orientation y="8.43537"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21395">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1488.67664" z="408.64771"/>
<Orientation y="8.43537"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21396">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1485.39734" z="410.67341"/>
<Orientation y="8.44112"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21397">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1484.77247" z="411.10444"/>
<Orientation y="8.51241"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21398">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1485.0962" z="410.86966"/>
<Orientation y="8.50933"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21399">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1484.41163" z="411.32871"/>
<Orientation y="8.50933"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21400">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1484.03687" z="411.54432"/>
<Orientation y="8.50933"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21401">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1487.51783" z="409.323"/>
<Orientation y="8.46581"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21402">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1483.56067" z="411.82605"/>
<Orientation y="8.57522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21403">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1482.90137" z="412.17127"/>
<Orientation y="8.57522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21404">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1482.19666" z="412.84101"/>
<Orientation y="8.79542"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21405">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1483.2317" z="412.00211"/>
<Orientation y="8.57522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21406">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1483.93653" z="411.51481"/>
<Orientation y="8.5783"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21407">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1482.43018" z="412.56775"/>
<Orientation y="8.72721"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21408">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1482.641" z="412.47974"/>
<Orientation y="8.57522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21409">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1481.95228" z="413.1576"/>
<Orientation y="8.7985"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21410">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1481.49927" z="413.93586"/>
<Orientation y="8.70301"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21411">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1480.86707" z="414.42939"/>
<Orientation y="8.70301"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21412">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1480.2533" z="415.18354"/>
<Orientation y="8.92321"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21413">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1481.1731" z="414.21955"/>
<Orientation y="8.70301"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21414">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1481.80994" z="413.64643"/>
<Orientation y="8.7061"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21415">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1480.45008" z="414.88273"/>
<Orientation y="8.855"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21416">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1480.64808" z="414.76856"/>
<Orientation y="8.70301"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21417">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1480.0514" z="415.52863"/>
<Orientation y="8.7426"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21427">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1479.7616" z="415.5376"/>
<Orientation y="8.70061"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21429">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1477.94117" z="417.87684"/>
<Orientation y="8.88625"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21430">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1478.13196" z="417.55976"/>
<Orientation y="8.81394"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21431">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1478.40625" z="417.17203"/>
<Orientation y="8.81394"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21432">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1478.63086" z="416.83017"/>
<Orientation y="8.81394"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21433">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1478.92652" z="416.50486"/>
<Orientation y="8.81702"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21434">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1479.146" z="416.18699"/>
<Orientation y="8.81394"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21435">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1479.46143" z="415.83228"/>
<Orientation y="8.67484"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21436">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1477.49097" z="418.60087"/>
<Orientation y="9.00481"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21437">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1477.3075" z="419.03864"/>
<Orientation y="9.14391"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21438">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1477.18604" z="419.41965"/>
<Orientation y="9.147"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21439">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1477.02857" z="419.81403"/>
<Orientation y="9.14391"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21440">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1476.92688" z="420.21024"/>
<Orientation y="9.14391"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21441">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1476.79297" z="420.66593"/>
<Orientation y="9.14391"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21442">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1476.71521" z="421.02771"/>
<Orientation y="9.21622"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21443">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1476.6233" z="421.49646"/>
<Orientation y="9.28"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21444">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1477.67945" z="418.22483"/>
<Orientation y="9.03058"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21445">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1519.20533" z="383.27793"/>
<Orientation y="10.39132"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21446">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.82593" z="382.98758"/>
<Orientation y="10.32753"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21447">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.53614" z="382.75733"/>
<Orientation y="10.25522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21448">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.18714" z="382.43522"/>
<Orientation y="10.25522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21449">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.87708" z="382.1685"/>
<Orientation y="10.25522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21450">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.59351" z="381.85242"/>
<Orientation y="10.25831"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21451">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.30591" z="381.5745"/>
<Orientation y="10.25522"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21452">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.99488" z="381.21607"/>
<Orientation y="10.11612"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21453">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.58716" z="381.06928"/>
<Orientation y="10.1419"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21454">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.34864" z="380.81034"/>
<Orientation y="10.2997"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21455">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.99744" z="380.48649"/>
<Orientation y="10.23591"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21456">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.72986" z="380.23069"/>
<Orientation y="10.1636"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21457">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.41187" z="379.878"/>
<Orientation y="10.1636"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21458">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.12745" z="379.58402"/>
<Orientation y="10.1636"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21459">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.87403" z="379.24332"/>
<Orientation y="10.1667"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21460">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.61304" z="378.94025"/>
<Orientation y="10.1636"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21461">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.33619" z="378.55488"/>
<Orientation y="10.0245"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21462">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.11451" z="378.19718"/>
<Orientation y="10.05028"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21463">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.76148" z="377.85657"/>
<Orientation y="10.01462"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21464">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.51551" z="377.44703"/>
<Orientation y="9.95083"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21465">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.33082" z="377.12632"/>
<Orientation y="9.87851"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21466">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.12476" z="376.6984"/>
<Orientation y="9.87851"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21467">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.93458" z="376.33631"/>
<Orientation y="9.87851"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21468">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.78711" z="375.93812"/>
<Orientation y="9.88161"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21469">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.62195" z="375.57386"/>
<Orientation y="9.87851"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21470">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.4646" z="375.12616"/>
<Orientation y="9.73942"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21471">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.35254" z="374.72059"/>
<Orientation y="9.7652"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21472">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.43409" z="374.35444"/>
<Orientation y="9.6293"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21473">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.36" z="373.88245"/>
<Orientation y="9.5655"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21474">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.30933" z="373.51578"/>
<Orientation y="9.49318"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21475">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.2793" z="373.04184"/>
<Orientation y="9.49318"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21476">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.23914" z="372.6348"/>
<Orientation y="9.49318"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21477">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.2522" z="372.2104"/>
<Orientation y="9.49628"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21478">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.23597" z="371.81077"/>
<Orientation y="9.49318"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21479">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.25843" z="371.33674"/>
<Orientation y="9.35409"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21480">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.30701" z="370.91874"/>
<Orientation y="9.37987"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21481">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.22022" z="370.50681"/>
<Orientation y="9.28776"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21482">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.3086" z="370.0373"/>
<Orientation y="9.22396"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21483">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.3838" z="369.67487"/>
<Orientation y="9.15165"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21484">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.51417" z="369.21821"/>
<Orientation y="9.15165"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21485">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.61255" z="368.82123"/>
<Orientation y="9.15165"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21486">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.7671" z="368.4257"/>
<Orientation y="9.15474"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21487">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1512.88575" z="368.04374"/>
<Orientation y="9.15165"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21488">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.06568" z="367.60462"/>
<Orientation y="9.01255"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21489">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.25147" z="367.22706"/>
<Orientation y="9.03834"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21490">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.33692" z="366.85969"/>
<Orientation y="9.08248"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21491">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.51917" z="366.41803"/>
<Orientation y="9.01868"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21492">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.66651" z="366.07853"/>
<Orientation y="8.94637"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21493">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1513.88733" z="365.65803"/>
<Orientation y="8.94637"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21494">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.06458" z="365.28943"/>
<Orientation y="8.94637"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21495">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.29651" z="364.9337"/>
<Orientation y="8.94947"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21496">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.49036" z="364.58396"/>
<Orientation y="8.94637"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21497">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1514.75611" z="364.19071"/>
<Orientation y="8.80727"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21498">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.0149" z="363.85895"/>
<Orientation y="8.83306"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21499">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.06287" z="363.4838"/>
<Orientation y="9.11684"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21500">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.22974" z="363.03617"/>
<Orientation y="9.05304"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21501">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.36524" z="362.69178"/>
<Orientation y="8.98073"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21502">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.57154" z="362.26395"/>
<Orientation y="8.98073"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21503">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.73609" z="361.8895"/>
<Orientation y="8.98073"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21504">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1515.95557" z="361.52601"/>
<Orientation y="8.98383"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21505">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.13746" z="361.1698"/>
<Orientation y="8.98073"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21506">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.38941" z="360.76767"/>
<Orientation y="8.84163"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21507">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.6366" z="360.42722"/>
<Orientation y="8.86742"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21508">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1516.92237" z="360.00602"/>
<Orientation y="9.1201"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21509">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.08777" z="359.55784"/>
<Orientation y="9.0563"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21510">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.2223" z="359.21302"/>
<Orientation y="8.98398"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21511">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.42713" z="358.78452"/>
<Orientation y="8.98398"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21512">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.59058" z="358.40952"/>
<Orientation y="8.98398"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21513">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.80884" z="358.04532"/>
<Orientation y="8.98708"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21514">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1517.98951" z="357.68851"/>
<Orientation y="8.98398"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21515">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.24012" z="357.28559"/>
<Orientation y="8.84488"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21516">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.48633" z="356.94431"/>
<Orientation y="8.87067"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21517">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.61915" z="356.62122"/>
<Orientation y="9.15526"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21518">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.76868" z="356.16749"/>
<Orientation y="9.09147"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21519">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1518.891" z="355.81815"/>
<Orientation y="9.01915"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21520">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1519.0807" z="355.38273"/>
<Orientation y="9.01915"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21521">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1519.23072" z="355.00223"/>
<Orientation y="9.01915"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21522">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1519.43616" z="354.63056"/>
<Orientation y="9.02225"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21523">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1519.60413" z="354.26761"/>
<Orientation y="9.01915"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21524">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1519.84046" z="353.85611"/>
<Orientation y="8.88006"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21525">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1520.07447" z="353.50641"/>
<Orientation y="8.90584"/>
<Actor seed="63844"/>
</Entity>
<Entity uid="21526">
<Template>structures/kush_farmstead</Template>
<Player>2</Player>
<Position x="1428.16944" z="536.2989"/>
<Orientation y="2.52144"/>
<Actor seed="65228"/>
</Entity>
<Entity uid="21527">
<Template>structures/maur_field</Template>
<Player>2</Player>
<Position x="1467.3152" z="506.59485"/>
<Orientation y="2.50921"/>
<Actor seed="3772"/>
</Entity>
<Entity uid="21528">
<Template>structures/maur_field</Template>
<Player>2</Player>
<Position x="1459.08594" z="531.87311"/>
<Orientation y="2.5735"/>
<Actor seed="21222"/>
</Entity>
<Entity uid="21529">
<Template>structures/maur_field</Template>
<Player>2</Player>
<Position x="1435.88465" z="516.91822"/>
<Orientation y="2.513"/>
<Actor seed="23228"/>
</Entity>
<Entity uid="21530">
<Template>structures/maur_field</Template>
<Player>2</Player>
<Position x="1444.85804" z="554.41492"/>
<Orientation y="2.35621"/>
<Actor seed="44664"/>
</Entity>
<Entity uid="21531">
<Template>structures/maur_field</Template>
<Player>2</Player>
<Position x="1414.23328" z="551.22822"/>
<Orientation y="2.35621"/>
<Actor seed="57584"/>
</Entity>
<Entity uid="21532">
<Template>structures/maur_field</Template>
<Player>2</Player>
<Position x="1407.89979" z="522.4994"/>
<Orientation y="2.35621"/>
<Actor seed="57814"/>
</Entity>
<Entity uid="21533">
<Template>structures/kush_wall_gate</Template>
<Player>2</Player>
<Position x="1531.26673" z="578.32831"/>
<Orientation y="2.57604"/>
<Obstruction group="21535" group2="21538"/>
<Actor seed="63906"/>
</Entity>
<Entity uid="21534">
<Template>structures/kush_wall_gate</Template>
<Player>2</Player>
<Position x="1603.07032" z="580.84766"/>
<Orientation y="7.2636"/>
<Obstruction group="21536" group2="21537"/>
<Actor seed="28336"/>
</Entity>
<Entity uid="21535">
<Template>structures/kush_wall_tower</Template>
<Player>2</Player>
<Position x="1515.18592" z="567.30549"/>
<Orientation y="2.56762"/>
<Actor seed="44954"/>
</Entity>
<Entity uid="21536">
<Template>structures/kush_wall_tower</Template>
<Player>2</Player>
<Position x="1613.78467" z="563.67212"/>
<Orientation y="2.53005"/>
<Actor seed="46768"/>
</Entity>
<Entity uid="21537">
<Template>structures/kush_wall_tower</Template>
<Player>2</Player>
<Position x="1592.12012" z="597.37891"/>
<Orientation y="2.54506"/>
<Actor seed="9746"/>
</Entity>
<Entity uid="21538">
<Template>structures/kush_wall_tower</Template>
<Player>2</Player>
<Position x="1549.54615" z="589.5652"/>
<Orientation y="2.55251"/>
<Actor seed="5074"/>
</Entity>
<Entity uid="21539">
<Template>structures/kush_wall_tower</Template>
<Player>2</Player>
<Position x="1582.79078" z="611.75586"/>
<Orientation y="2.54757"/>
<Actor seed="9746"/>
</Entity>
<Entity uid="21540">
<Template>structures/kush_wall_short</Template>
<Player>2</Player>
<Position x="1587.6626" z="604.83552"/>
<Orientation y="4.13671"/>
<Obstruction group="21536" group2="21537"/>
<Actor seed="16078"/>
</Entity>
<Entity uid="21541">
<Template>structures/kush_wall_long</Template>
<Player>2</Player>
<Position x="1566.24781" z="601.06177"/>
<Orientation y="2.56214"/>
<Obstruction group="21538" group2="21539"/>
<Actor seed="59206"/>
</Entity>
<Entity uid="21543">
<Template>structures/kush_storehouse</Template>
<Player>2</Player>
<Position x="1385.61426" z="512.48383"/>
<Orientation y="2.35621"/>
<Actor seed="25818"/>
</Entity>
<Entity uid="21544">
<Template>structures/kush_storehouse</Template>
<Player>2</Player>
<Position x="1581.02283" z="580.26227"/>
<Orientation y="2.56273"/>
<Actor seed="16008"/>
</Entity>
<Entity uid="21545">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1568.8418" z="468.02591"/>
<Orientation y="0.99898"/>
<Actor seed="44348"/>
</Entity>
<Entity uid="21548">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1581.76722" z="476.53748"/>
<Orientation y="-0.56096"/>
<Actor seed="47092"/>
</Entity>
<Entity uid="21595">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1511.59681" z="523.4889"/>
<Orientation y="-2.1236"/>
<Actor seed="13756"/>
</Entity>
<Entity uid="21596">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1518.55823" z="511.56897"/>
<Orientation y="-2.09884"/>
<Actor seed="61486"/>
</Entity>
<Entity uid="21597">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1507.7732" z="487.33207"/>
<Orientation y="1.01746"/>
<Actor seed="54656"/>
</Entity>
<Entity uid="21598">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1533.92103" z="487.37235"/>
<Orientation y="-2.1347"/>
<Actor seed="52080"/>
</Entity>
<Entity uid="21599">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1500.44751" z="499.55692"/>
<Orientation y="0.99451"/>
<Actor seed="52294"/>
</Entity>
<Entity uid="21600">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1492.42469" z="511.8826"/>
<Orientation y="0.97439"/>
<Actor seed="9402"/>
</Entity>
<Entity uid="21601">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1515.23255" z="475.40589"/>
<Orientation y="0.99836"/>
<Actor seed="33242"/>
</Entity>
<Entity uid="21602">
<Template>actor|props/special/eyecandy/statues_kush.xml</Template>
<Position x="1526.6659" z="499.34842"/>
<Orientation y="-2.15345"/>
<Actor seed="20710"/>
</Entity>
<Entity uid="21603">
<Template>other/stall_med</Template>
<Player>2</Player>
<Position x="1528.0298" z="361.50831"/>
<Orientation y="-5.34188"/>
<Actor seed="9832"/>
</Entity>
<Entity uid="21604">
<Template>other/stall_small_b</Template>
<Player>2</Player>
<Position x="1495.18787" z="466.98542"/>
<Orientation y="2.58265"/>
<Actor seed="41690"/>
</Entity>
<Entity uid="21606">
<Template>other/stall_big</Template>
<Player>2</Player>
<Position x="1488.76624" z="434.40616"/>
<Orientation y="-3.71312"/>
<Actor seed="18834"/>
</Entity>
<Entity uid="21607">
<Template>other/stall_big</Template>
<Player>2</Player>
<Position x="1491.27833" z="457.97855"/>
<Orientation y="1.00393"/>
<Actor seed="2024"/>
</Entity>
<Entity uid="21608">
<Template>other/stall_small_a</Template>
<Player>2</Player>
<Position x="1514.36121" z="450.19834"/>
<Orientation y="-0.53882"/>
<Actor seed="4090"/>
</Entity>
<Entity uid="21609">
<Template>other/stall_small_b</Template>
<Player>2</Player>
<Position x="1521.68677" z="359.89927"/>
<Orientation y="5.663"/>
<Actor seed="41690"/>
</Entity>
<Entity uid="21644">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.74231" z="420.59961"/>
<Orientation y="-10.47512"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21645">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.90418" z="421.29914"/>
<Orientation y="-6.93598"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21646">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1493.48584" z="421.6761"/>
<Orientation y="-6.648"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21647">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1494.10877" z="421.83283"/>
<Orientation y="-6.28943"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21648">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1494.84534" z="421.74201"/>
<Orientation y="-12.31038"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21649">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1495.48426" z="421.47016"/>
<Orientation y="-5.75548"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21650">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.10901" z="421.08378"/>
<Orientation y="-5.57151"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21651">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.52283" z="420.61854"/>
<Orientation y="-5.36367"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21652">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.88465" z="420.01984"/>
<Orientation y="-5.0594"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21653">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.98401" z="419.32453"/>
<Orientation y="-10.94611"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21654">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.87891" z="418.6778"/>
<Orientation y="-4.3656"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21655">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.40186" z="418.37888"/>
<Orientation y="-7.3799"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21656">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1496.26111" z="417.65687"/>
<Orientation y="-3.89852"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21657">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1495.68592" z="417.31876"/>
<Orientation y="-3.54334"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21658">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1495.04664" z="417.1779"/>
<Orientation y="-3.26653"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21659">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1494.2909" z="417.22461"/>
<Orientation y="-9.20572"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21660">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1493.64881" z="417.45017"/>
<Orientation y="-2.64217"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21661">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1493.11792" z="417.77546"/>
<Orientation y="-2.45061"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21662">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.60303" z="418.28144"/>
<Orientation y="-2.27002"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21663">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.26941" z="418.89988"/>
<Orientation y="-1.89318"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21664">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.13563" z="419.60795"/>
<Orientation y="-7.83364"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21665">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1492.28394" z="420.30088"/>
<Orientation y="-1.23302"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21666">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1524.75477" z="372.94117"/>
<Orientation y="-10.47512"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21667">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1524.91663" z="373.6407"/>
<Orientation y="-6.93598"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21668">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1525.4983" z="374.01764"/>
<Orientation y="-6.648"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21669">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1526.12122" z="374.17438"/>
<Orientation y="-6.28943"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21670">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1526.8578" z="374.08356"/>
<Orientation y="-12.31038"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21671">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1527.49671" z="373.81171"/>
<Orientation y="-5.75548"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21672">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.12146" z="373.42533"/>
<Orientation y="-5.57151"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21673">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.53528" z="372.96009"/>
<Orientation y="-5.36367"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21674">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.8971" z="372.3614"/>
<Orientation y="-5.0594"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21675">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.99646" z="371.66608"/>
<Orientation y="-10.94611"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21676">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.89136" z="371.01935"/>
<Orientation y="-4.3656"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21677">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.41431" z="370.72043"/>
<Orientation y="-7.3799"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21678">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1528.27356" z="369.99842"/>
<Orientation y="-3.89852"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21679">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1527.69837" z="369.66031"/>
<Orientation y="-3.54334"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21680">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1527.05909" z="369.51944"/>
<Orientation y="-3.26653"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21681">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1526.30335" z="369.56617"/>
<Orientation y="-9.20572"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21682">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1525.66126" z="369.79172"/>
<Orientation y="-2.64217"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21683">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1525.13038" z="370.11701"/>
<Orientation y="-2.45061"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21684">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1524.61548" z="370.623"/>
<Orientation y="-2.27002"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21685">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1524.28187" z="371.24143"/>
<Orientation y="-1.89318"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21686">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1524.14808" z="371.9495"/>
<Orientation y="-7.83364"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21687">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1524.2964" z="372.64243"/>
<Orientation y="-1.23302"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21688">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1495.95203" z="419.6331"/>
<Orientation y="2.35621"/>
<Actor seed="22396"/>
</Entity>
<Entity uid="21689">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1494.95862" z="418.56324"/>
<Orientation y="2.35621"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="21690">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1493.2323" z="419.31031"/>
<Orientation y="2.35621"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="21691">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1528.33448" z="371.73145"/>
<Orientation y="2.35621"/>
<Actor seed="58988"/>
</Entity>
<Entity uid="21692">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1525.3589" z="372.46564"/>
<Orientation y="2.35621"/>
<Actor seed="3366"/>
</Entity>
<Entity uid="21693">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1526.42005" z="370.48154"/>
<Orientation y="2.35621"/>
<Actor seed="53928"/>
</Entity>
<Entity uid="21694">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1526.5232" z="372.53321"/>
<Orientation y="2.35621"/>
<Actor seed="46194"/>
</Entity>
<Entity uid="21695">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1494.04322" z="420.86716"/>
<Orientation y="2.35621"/>
<Actor seed="23046"/>
</Entity>
<Entity uid="21696">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1528.52662" z="500.29441"/>
<Orientation y="2.59125"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21697">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1520.4568" z="512.80091"/>
<Orientation y="2.609"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21698">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1513.3042" z="524.28193"/>
<Orientation y="2.59003"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21699">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1505.98035" z="486.21442"/>
<Orientation y="-2.16639"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21700">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1498.78834" z="498.42893"/>
<Orientation y="-2.16092"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21701">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1490.74354" z="510.77546"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21702">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1524.93067" z="418.92756"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21703">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1515.85743" z="412.99634"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21704">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1537.1421" z="398.78571"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21705">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1528.24048" z="392.68445"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21706">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1520.5033" z="387.59351"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21707">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="1508.07667" z="407.76346"/>
<Orientation y="-2.1667"/>
<Actor seed="19648"/>
</Entity>
<Entity uid="21708">
<Template>structures/kush_sentry_tower</Template>
<Player>2</Player>
<Position x="1426.58094" z="487.65281"/>
<Orientation y="-0.62558"/>
<Actor seed="63874"/>
</Entity>
<Entity uid="21710">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1588.76661" z="526.96863"/>
<Orientation y="-2.16973"/>
<Actor seed="26234"/>
</Entity>
<Entity uid="21714">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1635.53724" z="547.27302"/>
<Orientation y="-2.15452"/>
<Actor seed="14448"/>
</Entity>
<Entity uid="21720">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1597.34925" z="503.942"/>
<Orientation y="4.11756"/>
<Actor seed="11180"/>
</Entity>
<Entity uid="21721">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1603.24488" z="490.35361"/>
<Orientation y="2.56269"/>
<Actor seed="45628"/>
</Entity>
<Entity uid="21723">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1616.91272" z="537.21326"/>
<Orientation y="2.54567"/>
<Actor seed="53992"/>
</Entity>
<Entity uid="21724">
<Template>structures/kush_corral</Template>
<Player>0</Player>
<Position x="1419.58021" z="507.66117"/>
<Orientation y="2.35621"/>
<Actor seed="47198"/>
</Entity>
<Entity uid="21726">
<Template>structures/kush_pyramid_small</Template>
<Player>0</Player>
<Position x="1246.50586" z="162.28739"/>
<Orientation y="2.35621"/>
<Actor seed="22048"/>
</Entity>
<Entity uid="21727">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1466.45923" z="446.2985"/>
<Orientation y="2.35621"/>
<Actor seed="57574"/>
</Entity>
<Entity uid="21728">
<Template>actor|geology/stonemine_desert_small.xml</Template>
<Position x="1472.43628" z="430.24384"/>
<Orientation y="10.22126"/>
<Actor seed="17452"/>
</Entity>
<Entity uid="21730">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1469.76587" z="430.89158"/>
<Orientation y="2.35621"/>
<Actor seed="206"/>
</Entity>
<Entity uid="21731">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1470.34852" z="429.59784"/>
<Orientation y="2.35621"/>
<Actor seed="47912"/>
</Entity>
<Entity uid="21732">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1472.03846" z="427.12903"/>
<Orientation y="2.35621"/>
<Actor seed="26338"/>
</Entity>
<Entity uid="21733">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1472.10547" z="429.0493"/>
<Orientation y="2.35621"/>
<Actor seed="23484"/>
</Entity>
<Entity uid="21734">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1474.51758" z="427.28257"/>
<Orientation y="2.35621"/>
<Actor seed="31722"/>
</Entity>
<Entity uid="21735">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1472.21424" z="434.56138"/>
<Orientation y="2.35621"/>
<Actor seed="60048"/>
</Entity>
<Entity uid="21736">
<Template>actor|props/special/eyecandy/rug_stand_iber.xml</Template>
<Position x="1499.31214" z="470.13715"/>
<Orientation y="1.38135"/>
<Actor seed="472"/>
</Entity>
<Entity uid="21737">
<Template>structures/kush_blacksmith</Template>
<Player>2</Player>
<Position x="1644.28187" z="529.5777"/>
<Orientation y="4.13192"/>
<Actor seed="45674"/>
</Entity>
<Entity uid="21738">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1615.31421" z="515.46363"/>
<Orientation y="-7.76084"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="21739">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="1615.2079" z="516.33985"/>
<Orientation y="-7.76084"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="21740">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1615.9756" z="515.28595"/>
<Orientation y="-7.76084"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="21741">
<Template>structures/kush_house</Template>
<Player>2</Player>
<Position x="1501.69288" z="560.86725"/>
<Orientation y="-0.54841"/>
<Actor seed="26234"/>
</Entity>
<Entity uid="21742">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1490.43238" z="580.62684"/>
<Orientation y="1.57126"/>
<Actor seed="1469"/>
</Entity>
<Entity uid="21743">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1492.82996" z="574.74714"/>
<Orientation y="0.80181"/>
<Actor seed="1380"/>
</Entity>
<Entity uid="21744">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1485.99927" z="577.57465"/>
<Orientation y="1.29274"/>
<Actor seed="1379"/>
</Entity>
<Entity uid="21745">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1492.37781" z="574.62958"/>
<Orientation y="-3.70571"/>
<Actor seed="186"/>
</Entity>
<Entity uid="21746">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1492.21766" z="578.22028"/>
<Orientation y="0.405"/>
<Actor seed="184"/>
</Entity>
<Entity uid="21747">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1470.17188" z="574.61304"/>
<Orientation y="4.49936"/>
<Actor seed="1469"/>
</Entity>
<Entity uid="21748">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1468.94178" z="558.70514"/>
<Orientation y="3.72991"/>
<Actor seed="1380"/>
</Entity>
<Entity uid="21749">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1471.97706" z="586.0622"/>
<Orientation y="4.22085"/>
<Actor seed="1379"/>
</Entity>
<Entity uid="21750">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1470.5741" z="560.8642"/>
<Orientation y="-0.77761"/>
<Actor seed="186"/>
</Entity>
<Entity uid="21751">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1471.49134" z="557.38892"/>
<Orientation y="3.3331"/>
<Actor seed="184"/>
</Entity>
<Entity uid="21752">
<Template>structures/kush_defense_tower</Template>
<Player>2</Player>
<Position x="1573.47608" z="596.0329"/>
<Orientation y="2.5432"/>
<Actor seed="26120"/>
</Entity>
<Entity uid="21753">
<Template>structures/kush_sentry_tower</Template>
<Player>2</Player>
<Position x="1468.72132" z="550.46723"/>
<Orientation y="4.15412"/>
<Actor seed="63874"/>
</Entity>
<Entity uid="21754">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1564.34888" z="475.94187"/>
<Orientation y="2.35621"/>
<Actor seed="106"/>
</Entity>
<Entity uid="21755">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1594.29761" z="494.02231"/>
<Orientation y="2.35621"/>
<Actor seed="43522"/>
</Entity>
<Entity uid="21756">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1477.72168" z="523.76264"/>
<Orientation y="2.35621"/>
<Actor seed="17096"/>
</Entity>
<Entity uid="21757">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1475.87623" z="525.98865"/>
<Orientation y="2.35621"/>
<Actor seed="31282"/>
</Entity>
<Entity uid="21758">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1498.98157" z="570.44623"/>
<Orientation y="2.35621"/>
<Actor seed="1960"/>
</Entity>
<Entity uid="21759">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1492.51246" z="564.70075"/>
<Orientation y="5.84159"/>
<Actor seed="39296"/>
</Entity>
<Entity uid="21760">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1422.51514" z="496.51935"/>
<Orientation y="2.35621"/>
<Actor seed="13600"/>
</Entity>
<Entity uid="21761">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1467.28101" z="438.68012"/>
<Orientation y="2.35621"/>
<Actor seed="61236"/>
</Entity>
<Entity uid="21762">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1518.13624" z="505.15583"/>
<Orientation y="-0.86585"/>
<Actor seed="5120"/>
</Entity>
<Entity uid="21763">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1515.9286" z="503.51719"/>
<Orientation y="-0.65426"/>
<Actor seed="10890"/>
</Entity>
<Entity uid="21764">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1513.58362" z="502.11835"/>
<Orientation y="-0.43993"/>
<Actor seed="11502"/>
</Entity>
<Entity uid="21765">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1512.42493" z="503.99061"/>
<Orientation y="-1.06495"/>
<Actor seed="8094"/>
</Entity>
<Entity uid="21766">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1506.70472" z="497.02488"/>
<Orientation y="-0.93606"/>
<Actor seed="30300"/>
</Entity>
<Entity uid="21767">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1505.07605" z="496.11124"/>
<Orientation y="-0.76955"/>
<Actor seed="4252"/>
</Entity>
<Entity uid="21768">
<Template>units/kush_support_female_citizen</Template>
<Player>2</Player>
<Position x="1477.89563" z="520.69355"/>
<Orientation y="2.35621"/>
<Actor seed="42410"/>
</Entity>
<Entity uid="21769">
<Template>units/kush_support_female_citizen</Template>
<Player>2</Player>
<Position x="1479.22132" z="519.0475"/>
<Orientation y="2.35621"/>
<Actor seed="33752"/>
</Entity>
<Entity uid="21770">
<Template>units/kush_support_female_citizen</Template>
<Player>2</Player>
<Position x="1480.26661" z="516.59345"/>
<Orientation y="2.35621"/>
<Actor seed="27114"/>
</Entity>
<Entity uid="21771">
<Template>units/kush_support_female_citizen</Template>
<Player>2</Player>
<Position x="1480.55726" z="520.29535"/>
<Orientation y="2.35621"/>
<Actor seed="12998"/>
</Entity>
<Entity uid="21772">
<Template>units/kush_hero_amanirenas</Template>
<Player>2</Player>
<Position x="1506.28858" z="508.40122"/>
<Orientation y="5.3119"/>
<Actor seed="11546"/>
</Entity>
<Entity uid="21774">
<Template>units/kush_champion_infantry_amun</Template>
<Player>2</Player>
<Position x="1510.70154" z="495.1753"/>
<Orientation y="-0.66478"/>
<Actor seed="38232"/>
</Entity>
<Entity uid="21775">
<Template>units/kush_champion_infantry_amun</Template>
<Player>2</Player>
<Position x="1508.90491" z="493.93802"/>
<Orientation y="-0.58651"/>
<Actor seed="31840"/>
</Entity>
<Entity uid="21776">
<Template>units/kush_champion_infantry_amun</Template>
<Player>2</Player>
<Position x="1506.90247" z="492.63715"/>
<Orientation y="-0.50094"/>
<Actor seed="43126"/>
</Entity>
<Entity uid="21777">
<Template>units/kush_champion_infantry_apedemak</Template>
<Player>2</Player>
<Position x="1520.96131" z="501.24128"/>
<Orientation y="-0.61606"/>
<Actor seed="22484"/>
</Entity>
<Entity uid="21778">
<Template>units/kush_champion_infantry_apedemak</Template>
<Player>2</Player>
<Position x="1518.9314" z="500.00535"/>
<Orientation y="-0.54415"/>
<Actor seed="47966"/>
</Entity>
<Entity uid="21779">
<Template>units/kush_champion_infantry_apedemak</Template>
<Player>2</Player>
<Position x="1517.02552" z="498.8101"/>
<Orientation y="-0.47616"/>
<Actor seed="15540"/>
</Entity>
<Entity uid="21780">
<Template>units/kush_champion_cavalry</Template>
<Player>2</Player>
<Position x="1523.71412" z="494.90726"/>
<Orientation y="-0.57633"/>
<Actor seed="52960"/>
</Entity>
<Entity uid="21781">
<Template>units/kush_champion_cavalry</Template>
<Player>2</Player>
<Position x="1521.49756" z="493.09354"/>
<Orientation y="-0.50745"/>
<Actor seed="58672"/>
</Entity>
<Entity uid="21782">
<Template>units/kush_champion_cavalry</Template>
<Player>2</Player>
<Position x="1514.98597" z="488.72178"/>
<Orientation y="-0.61547"/>
<Actor seed="7216"/>
</Entity>
<Entity uid="21783">
<Template>units/kush_champion_cavalry</Template>
<Player>2</Player>
<Position x="1512.3119" z="487.3284"/>
<Orientation y="-0.54625"/>
<Actor seed="20798"/>
</Entity>
<Entity uid="21784">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1513.30323" z="496.16877"/>
<Orientation y="-0.5436"/>
<Actor seed="36424"/>
</Entity>
<Entity uid="21785">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1514.90857" z="497.25016"/>
<Orientation y="-0.634"/>
<Actor seed="37102"/>
</Entity>
<Entity uid="21786">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1514.47522" z="494.40168"/>
<Orientation y="-0.5474"/>
<Actor seed="16464"/>
</Entity>
<Entity uid="21787">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1516.34046" z="495.5716"/>
<Orientation y="-0.64074"/>
<Actor seed="48924"/>
</Entity>
<Entity uid="21788">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1573.2516" z="544.95911"/>
<Orientation y="2.35622"/>
<Actor seed="23046"/>
</Entity>
<Entity uid="21791">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1570.63526" z="541.35401"/>
<Orientation y="2.35622"/>
<Actor seed="22396"/>
</Entity>
<Entity uid="21815">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1569.64222" z="542.68586"/>
<Orientation y="2.35622"/>
<Actor seed="53928"/>
</Entity>
<Entity uid="21817">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1574.25318" z="543.43067"/>
<Orientation y="2.35622"/>
<Actor seed="58988"/>
</Entity>
<Entity uid="21842">
<Template>other/bench</Template>
<Player>2</Player>
<Position x="1589.45813" z="500.30729"/>
<Orientation y="-3.71027"/>
<Actor seed="18000"/>
</Entity>
<Entity uid="21844">
<Template>other/stall_small_a</Template>
<Player>2</Player>
<Position x="1581.25281" z="532.24537"/>
<Orientation y="-0.53882"/>
<Actor seed="4090"/>
</Entity>
<Entity uid="21845">
<Template>other/stall_small_b</Template>
<Player>2</Player>
<Position x="1592.78345" z="478.21048"/>
<Orientation y="5.72356"/>
<Actor seed="41690"/>
</Entity>
<Entity uid="21846">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1566.72327" z="542.72498"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21847">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1574.97657" z="544.50794"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21848">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1567.0475" z="537.94214"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21849">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1567.7085" z="538.35181"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21850">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1568.3473" z="538.75306"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21851">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1569.00818" z="539.16279"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21852">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1569.62061" z="539.56635"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21853">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1570.26905" z="540.0149"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21854">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1570.92151" z="540.44892"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21855">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1566.78382" z="538.34247"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21856">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1574.14686" z="545.76404"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21857">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1572.80604" z="541.64271"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21858">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1573.474" z="542.04053"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21859">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1574.09327" z="542.43335"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21860">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1574.74988" z="542.87018"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21861">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1573.125" z="546.85468"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21862">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1572.46485" z="546.4322"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21863">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1571.80848" z="545.99549"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21864">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1570.52112" z="545.20466"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21865">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1571.18921" z="545.60261"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21866">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1573.7621" z="546.38147"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21867">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1574.57532" z="545.10773"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21869">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1575.4148" z="543.8183"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21870">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1575.4098" z="543.29273"/>
<Orientation y="-6.84896"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21871">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1565.42359" z="541.91395"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21872">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1564.76258" z="541.50416"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21873">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1568.6366" z="544.01093"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21874">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1567.98426" z="543.57697"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21875">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1567.33558" z="543.12873"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21876">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1566.06238" z="542.3152"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21877">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1565.18482" z="540.86634"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21878">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1565.59302" z="540.20435"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21879">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1565.99537" z="539.59113"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21881">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1566.38917" z="538.96875"/>
<Orientation y="-5.29361"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21882">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1569.26551" z="544.41608"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21883">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1569.9043" z="544.81727"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21884">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1571.55042" z="540.85389"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21885">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1572.18921" z="541.25513"/>
<Orientation y="-6.86661"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="21886">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1644.3141" z="551.97193"/>
<Orientation y="2.54957"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21887">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1646.95484" z="548.2292"/>
<Orientation y="2.53461"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21888">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1641.61084" z="555.93213"/>
<Orientation y="2.53461"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21889">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1652.23731" z="540.78675"/>
<Orientation y="2.53998"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21890">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1654.83948" z="537.15241"/>
<Orientation y="2.55495"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21891">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1657.5398" z="533.05524"/>
<Orientation y="2.53998"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21892">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1659.99915" z="529.4806"/>
<Orientation y="2.53998"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21893">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1647.30835" z="515.50696"/>
<Orientation y="4.13198"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21894">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1650.93433" z="517.89002"/>
<Orientation y="4.13198"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21895">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1655.0879" z="520.5027"/>
<Orientation y="4.14695"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21896">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1658.77662" z="523.02723"/>
<Orientation y="4.13198"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21897">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1638.38465" z="492.14072"/>
<Orientation y="2.54944"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21898">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1636.11304" z="495.702"/>
<Orientation y="2.54944"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21899">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1633.53406" z="499.46216"/>
<Orientation y="2.56441"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21900">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1631.2057" z="502.94562"/>
<Orientation y="2.54944"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21901">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1625.5553" z="478.27625"/>
<Orientation y="-2.14263"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21902">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1629.20154" z="480.62803"/>
<Orientation y="-2.14263"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21903">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1633.37732" z="483.20511"/>
<Orientation y="-2.12766"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21904">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1637.08753" z="485.69788"/>
<Orientation y="-2.14263"/>
<Actor seed="320"/>
</Entity>
<Entity uid="21905">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1621.42774" z="477.85425"/>
<Orientation y="2.35622"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="21906">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1627.96143" z="481.76844"/>
<Orientation y="2.35622"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="21907">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1630.01331" z="483.44294"/>
<Orientation y="2.35622"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="21908">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1635.16492" z="486.93287"/>
<Orientation y="2.35622"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="21909">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1623.35865" z="479.86991"/>
<Orientation y="2.35622"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="21910">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1625.70203" z="480.01243"/>
<Orientation y="2.35622"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="21911">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1634.05628" z="485.11075"/>
<Orientation y="2.35622"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="21912">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1631.55396" z="485.33548"/>
<Orientation y="2.35622"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="21913">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1637.34144" z="488.65253"/>
<Orientation y="2.35622"/>
<Actor seed="30856"/>
</Entity>
<Entity uid="21914">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1646.47278" z="544.94086"/>
<Orientation y="1.43412"/>
<Actor seed="324"/>
</Entity>
<Entity uid="21915">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1656.79175" z="524.58844"/>
<Orientation y="1.45134"/>
<Actor seed="325"/>
</Entity>
<Entity uid="21916">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1658.80921" z="525.71113"/>
<Orientation y="1.45134"/>
<Actor seed="325"/>
</Entity>
<Entity uid="21917">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1568.32837" z="541.02668"/>
<Orientation y="2.35622"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="21919">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1566.27576" z="540.6963"/>
<Orientation y="2.35622"/>
<Actor seed="23046"/>
</Entity>
<Entity uid="21920">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1571.82972" z="543.61054"/>
<Orientation y="2.35622"/>
<Actor seed="46194"/>
</Entity>
<Entity uid="21921">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1567.32679" z="539.08222"/>
<Orientation y="2.35622"/>
<Actor seed="58988"/>
</Entity>
<Entity uid="21923">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1547.52894" z="564.16993"/>
<Orientation y="2.35622"/>
<Actor seed="6080"/>
</Entity>
<Entity uid="21924">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1542.72791" z="575.5796"/>
<Orientation y="3.04766"/>
<Actor seed="6080"/>
</Entity>
<Entity uid="21925">
<Template>actor|flora/trees/palm_cretan_date_tall.xml</Template>
<Position x="1554.73682" z="554.96692"/>
<Orientation y="1.76072"/>
<Actor seed="6080"/>
</Entity>
<Entity uid="21926">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1511.1067" z="562.41401"/>
<Orientation y="2.35622"/>
<Actor seed="51012"/>
</Entity>
<Entity uid="21927">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1447.1819" z="586.74604"/>
<Orientation y="4.27521"/>
<Actor seed="1330"/>
</Entity>
<Entity uid="21928">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1497.65406" z="575.6861"/>
<Orientation y="2.35622"/>
<Actor seed="13600"/>
</Entity>
<Entity uid="21929">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1507.74659" z="567.76746"/>
<Orientation y="2.35622"/>
<Actor seed="51802"/>
</Entity>
<Entity uid="21930">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1509.29297" z="564.63898"/>
<Orientation y="2.35622"/>
<Actor seed="13600"/>
</Entity>
<Entity uid="21931">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1506.00245" z="569.68213"/>
<Orientation y="1.57126"/>
<Actor seed="1469"/>
</Entity>
<Entity uid="21932">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="768.81696" z="1540.53846"/>
<Orientation y="0.38515"/>
<Actor seed="19550"/>
</Entity>
<Entity uid="21933">
<Template>actor|props/special/eyecandy/obelisk_b.xml</Template>
<Position x="788.29316" z="1533.93592"/>
<Orientation y="1.92646"/>
<Actor seed="62380"/>
</Entity>
<Entity uid="21934">
<Template>gaia/ruins/pyramid_minor</Template>
<Player>0</Player>
<Position x="1056.6023" z="465.3263"/>
<Orientation y="2.22974"/>
<Actor seed="22958"/>
</Entity>
<Entity uid="21935">
<Template>gaia/treasure/metal_persian_big</Template>
<Player>0</Player>
<Position x="1386.59437" z="1237.38465"/>
<Orientation y="6.28827"/>
<Actor seed="13004"/>
</Entity>
<Entity uid="21936">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1392.45862" z="1240.97461"/>
<Orientation y="2.35621"/>
<Actor seed="40688"/>
</Entity>
<Entity uid="21937">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1380.90674" z="1239.26661"/>
<Orientation y="2.35621"/>
<Actor seed="17126"/>
</Entity>
<Entity uid="21938">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1382.60633" z="1238.04188"/>
<Orientation y="2.35621"/>
<Actor seed="42980"/>
</Entity>
<Entity uid="21939">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1382.51673" z="1239.89832"/>
<Orientation y="2.82854"/>
<Actor seed="25074"/>
</Entity>
<Entity uid="21940">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1392.5121" z="1242.56238"/>
<Orientation y="2.35622"/>
<Actor seed="17126"/>
</Entity>
<Entity uid="21941">
<Template>structures/pers_inn</Template>
<Player>0</Player>
<Position x="1081.73584" z="1089.88892"/>
<Orientation y="1.56003"/>
<Actor seed="65172"/>
</Entity>
<Entity uid="21942">
<Template>structures/pers_house_b</Template>
<Player>0</Player>
<Position x="1091.87964" z="1133.99073"/>
<Orientation y="1.53624"/>
<Actor seed="51684"/>
</Entity>
<Entity uid="21943">
<Template>structures/pers_house_a</Template>
<Player>0</Player>
<Position x="1087.02527" z="1115.71924"/>
<Orientation y="-3.15867"/>
<Actor seed="52778"/>
</Entity>
<Entity uid="21944">
<Template>structures/pers_apartment_block</Template>
<Player>0</Player>
<Position x="1140.07496" z="1163.7234"/>
<Orientation y="3.12826"/>
<Actor seed="49726"/>
</Entity>
<Entity uid="21946">
<Template>structures/pers_inn</Template>
<Player>0</Player>
<Position x="1917.19007" z="1437.46705"/>
<Orientation y="3.2318"/>
<Actor seed="56944"/>
</Entity>
<Entity uid="21947">
<Template>structures/pers_inn</Template>
<Player>0</Player>
<Position x="1114.77002" z="1167.45826"/>
<Orientation y="3.09757"/>
<Actor seed="65172"/>
</Entity>
<Entity uid="21948">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="1099.33582" z="1161.42322"/>
<Orientation y="2.95061"/>
<Actor seed="44576"/>
</Entity>
<Entity uid="21949">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="1095.86963" z="1121.26734"/>
<Orientation y="2.35621"/>
<Actor seed="40180"/>
</Entity>
<Entity uid="21950">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1092.08313" z="1164.65162"/>
<Orientation y="3.03687"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21951">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1091.4961" z="1169.65625"/>
<Orientation y="3.03774"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21952">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1091.10901" z="1174.67798"/>
<Orientation y="3.08274"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21953">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1074.03846" z="1121.39441"/>
<Orientation y="3.13152"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21954">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1082.87879" z="1131.05054"/>
<Orientation y="3.13152"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21955">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1082.8667" z="1135.74073"/>
<Orientation y="3.13152"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21956">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1082.65455" z="1140.58265"/>
<Orientation y="3.13152"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21957">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1078.36121" z="1126.27552"/>
<Orientation y="4.67763"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21958">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1095.57361" z="1179.5625"/>
<Orientation y="4.62523"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21959">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1100.33533" z="1180.01783"/>
<Orientation y="4.62523"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21960">
<Template>actor|props/special/eyecandy/fence_stone_medit.xml</Template>
<Position x="1104.73218" z="1180.40125"/>
<Orientation y="4.62523"/>
<Actor seed="16426"/>
</Entity>
<Entity uid="21961">
<Template>structures/pers_warehouse</Template>
<Player>0</Player>
<Position x="1138.14393" z="1132.37903"/>
<Orientation y="4.6855"/>
<Actor seed="26252"/>
</Entity>
<Entity uid="21962">
<Template>structures/pers_house_a</Template>
<Player>0</Player>
<Position x="1148.91712" z="1117.05481"/>
<Orientation y="-3.15287"/>
<Actor seed="52778"/>
</Entity>
<Entity uid="21963">
<Template>actor|props/special/eyecandy/produce_bin_a.xml</Template>
<Position x="1099.25196" z="1164.65516"/>
<Orientation y="0.23911"/>
<Actor seed="44576"/>
</Entity>
<Entity uid="21964">
<Template>gaia/treasure/metal_persian_small</Template>
<Player>0</Player>
<Position x="721.94294" z="550.58631"/>
<Orientation y="-0.27436"/>
<Actor seed="2542"/>
</Entity>
<Entity uid="21965">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="716.7428" z="549.45667"/>
<Orientation y="2.69826"/>
<Actor seed="28810"/>
</Entity>
<Entity uid="21966">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="718.29505" z="548.85602"/>
<Orientation y="2.35621"/>
<Actor seed="9650"/>
</Entity>
<Entity uid="21967">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="716.71424" z="551.61176"/>
<Orientation y="2.35621"/>
<Actor seed="7510"/>
</Entity>
<Entity uid="21968">
<Template>structures/pers_warehouse</Template>
<Player>0</Player>
<Position x="1929.75953" z="1426.69764"/>
<Orientation y="-1.47664"/>
<Actor seed="31480"/>
</Entity>
<Entity uid="21969">
<Template>structures/pers_house_b</Template>
<Player>0</Player>
<Position x="1928.44227" z="1415.46814"/>
<Orientation y="-3.04915"/>
<Actor seed="55966"/>
</Entity>
<Entity uid="21970">
<Template>structures/pers_house_a</Template>
<Player>0</Player>
<Position x="1935.4026" z="1434.9231"/>
<Orientation y="1.69051"/>
<Actor seed="11486"/>
</Entity>
<Entity uid="21971">
<Template>structures/cart_civil_centre</Template>
<Player>6</Player>
<Position x="63.78435" z="1249.0481"/>
<Orientation y="6.7155"/>
<Actor seed="12956"/>
</Entity>
<Entity uid="21972">
<Template>structures/cart_dock</Template>
<Player>3</Player>
<Position x="80.44143" z="1293.87623"/>
<Orientation y="6.58452"/>
<Actor seed="43104"/>
</Entity>
<Entity uid="21973">
<Template>gaia/treasure/shipwreck_sail_boat_cut</Template>
<Player>0</Player>
<Position x="1430.3108" z="182.68107"/>
<Orientation y="-1.63563"/>
<Actor seed="48500"/>
</Entity>
<Entity uid="21974">
<Template>gaia/treasure/shipwreck_ram_bow</Template>
<Player>0</Player>
<Position x="426.4162" z="1677.66626"/>
<Orientation y="5.27952"/>
<Actor seed="25694"/>
</Entity>
<Entity uid="21975">
<Template>gaia/treasure/shipwreck</Template>
<Player>0</Player>
<Position x="1372.78455" z="1863.64515"/>
<Orientation y="2.90581"/>
<Actor seed="4934"/>
</Entity>
<Entity uid="21976">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="944.40107" z="1654.94031"/>
<Orientation y="2.58732"/>
<Actor seed="46134"/>
</Entity>
<Entity uid="21977">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="948.50458" z="1648.88819"/>
<Orientation y="2.35621"/>
<Actor seed="56688"/>
</Entity>
<Entity uid="21978">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1225.52686" z="1003.22779"/>
<Orientation y="3.65122"/>
<Actor seed="29742"/>
</Entity>
<Entity uid="21979">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1217.48646" z="1001.84809"/>
<Orientation y="2.0154"/>
<Actor seed="55944"/>
</Entity>
<Entity uid="21980">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1421.8412" z="493.67444"/>
<Orientation y="2.35621"/>
<Actor seed="33312"/>
</Entity>
<Entity uid="21981">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1427.70118" z="500.67032"/>
<Orientation y="4.04609"/>
<Actor seed="27716"/>
</Entity>
<Entity uid="21982">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1154.63794" z="1163.1471"/>
<Orientation y="3.11805"/>
<Actor seed="57788"/>
</Entity>
<Entity uid="21983">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1704.5608" z="1545.35145"/>
<Orientation y="2.35621"/>
<Actor seed="50806"/>
</Entity>
<Entity uid="21984">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1905.19105" z="755.50495"/>
<Orientation y="2.35621"/>
<Actor seed="24908"/>
</Entity>
<Entity uid="21985">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1901.74122" z="753.45911"/>
<Orientation y="2.35621"/>
<Actor seed="9126"/>
</Entity>
<Entity uid="21986">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1898.53223" z="750.71564"/>
<Orientation y="2.35621"/>
<Actor seed="23142"/>
</Entity>
<Entity uid="21987">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1187.73206" z="1332.2339"/>
<Orientation y="3.13546"/>
<Actor seed="6544"/>
</Entity>
<Entity uid="21988">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="961.0586" z="815.73041"/>
<Orientation y="2.35621"/>
<Actor seed="58720"/>
</Entity>
<Entity uid="21989">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="960.0464" z="817.7378"/>
<Orientation y="2.35621"/>
<Actor seed="6026"/>
</Entity>
<Entity uid="21990">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="962.69037" z="816.69526"/>
<Orientation y="2.35621"/>
<Actor seed="8656"/>
</Entity>
<Entity uid="21991">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1046.96326" z="739.61329"/>
<Orientation y="2.35621"/>
<Actor seed="42604"/>
</Entity>
<Entity uid="21992">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1044.71814" z="739.873"/>
<Orientation y="2.35621"/>
<Actor seed="29100"/>
</Entity>
<Entity uid="21993">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1233.79175" z="62.43076"/>
<Orientation y="2.35621"/>
<Actor seed="22584"/>
</Entity>
<Entity uid="21995">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1235.14014" z="61.36619"/>
<Orientation y="2.35621"/>
<Actor seed="7758"/>
</Entity>
<Entity uid="21996">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1234.3866" z="64.67167"/>
<Orientation y="-0.96988"/>
<Actor seed="29284"/>
</Entity>
<Entity uid="21997">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="1710.18812" z="1547.6001"/>
<Orientation y="-1.83735"/>
<Actor seed="50806"/>
</Entity>
<Entity uid="21998">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1124.4917" z="1125.34095"/>
<Orientation y="2.35621"/>
<Actor seed="38668"/>
</Entity>
<Entity uid="21999">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1123.29139" z="1126.78907"/>
<Orientation y="2.35621"/>
<Actor seed="35910"/>
</Entity>
<Entity uid="22000">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1124.66932" z="1128.31934"/>
<Orientation y="2.35621"/>
<Actor seed="28196"/>
</Entity>
<Entity uid="22001">
<Template>gaia/treasure/food_barrels_buried</Template>
<Player>0</Player>
<Position x="566.12415" z="1254.99183"/>
<Orientation y="2.35621"/>
<Actor seed="7016"/>
</Entity>
<Entity uid="22002">
<Template>gaia/treasure/food_barrels_buried</Template>
<Player>0</Player>
<Position x="414.06098" z="289.45258"/>
<Orientation y="-1.82404"/>
<Actor seed="2032"/>
</Entity>
<Entity uid="22003">
<Template>gaia/treasure/food_barrels_buried</Template>
<Player>0</Player>
<Position x="415.62851" z="297.6501"/>
<Orientation y="-4.99447"/>
<Actor seed="18762"/>
</Entity>
<Entity uid="22004">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="631.24512" z="758.20545"/>
<Orientation y="2.35621"/>
<Actor seed="18046"/>
</Entity>
<Entity uid="22005">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="627.44996" z="758.83973"/>
<Orientation y="2.35621"/>
<Actor seed="14382"/>
</Entity>
<Entity uid="22006">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="628.59363" z="761.36243"/>
<Orientation y="2.35621"/>
<Actor seed="33938"/>
</Entity>
<Entity uid="22007">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="971.87684" z="187.61478"/>
<Orientation y="2.35621"/>
<Actor seed="51038"/>
</Entity>
<Entity uid="22008">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="968.91706" z="187.43488"/>
<Orientation y="2.35621"/>
<Actor seed="25072"/>
</Entity>
<Entity uid="22009">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="972.83985" z="184.22818"/>
<Orientation y="2.35621"/>
<Actor seed="22720"/>
</Entity>
<Entity uid="22010">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="968.79847" z="184.7905"/>
<Orientation y="2.35621"/>
<Actor seed="53928"/>
</Entity>
<Entity uid="22011">
<Template>gaia/treasure/food_persian_big</Template>
<Player>0</Player>
<Position x="985.17121" z="166.27704"/>
<Orientation y="2.96267"/>
<Actor seed="26050"/>
</Entity>
<Entity uid="22012">
<Template>gaia/treasure/metal_persian_big</Template>
<Player>0</Player>
<Position x="972.86713" z="176.6489"/>
<Orientation y="3.20539"/>
<Actor seed="51894"/>
</Entity>
<Entity uid="22013">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1115.78577" z="1178.87403"/>
<Orientation y="2.35621"/>
<Actor seed="50048"/>
</Entity>
<Entity uid="22014">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1119.14148" z="1180.04065"/>
<Orientation y="5.3672"/>
<Actor seed="35540"/>
</Entity>
<Entity uid="22015">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1122.84913" z="1178.60962"/>
<Orientation y="7.92798"/>
<Actor seed="14540"/>
</Entity>
<Entity uid="22016">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1878.81531" z="562.43299"/>
<Orientation y="2.35621"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22019">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1875.41602" z="561.32923"/>
<Orientation y="2.35621"/>
<Actor seed="54738"/>
</Entity>
<Entity uid="22020">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1854.05921" z="540.95392"/>
<Orientation y="-1.17045"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22021">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1881.9181" z="561.71735"/>
<Orientation y="1.51392"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22022">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1852.54651" z="537.6103"/>
<Orientation y="-3.8823"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22023">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1838.2345" z="593.79114"/>
<Orientation y="-1.64368"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22024">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1833.88086" z="593.80445"/>
<Orientation y="-0.71421"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22025">
<Template>gaia/treasure/stone</Template>
<Player>0</Player>
<Position x="1838.70716" z="596.30481"/>
<Orientation y="3.31104"/>
<Actor seed="1236"/>
</Entity>
<Entity uid="22026">
<Template>actor|props/special/eyecandy/treasure_persian_metal_small.xml</Template>
<Position x="1791.44617" z="473.8548"/>
<Orientation y="1.66167"/>
<Actor seed="62592"/>
</Entity>
<Entity uid="22027">
<Template>gaia/treasure/food_barrels_buried</Template>
<Player>0</Player>
<Position x="1127.75025" z="1896.93543"/>
<Orientation y="2.35621"/>
<Actor seed="18950"/>
</Entity>
<Entity uid="22028">
<Template>gaia/treasure/food_barrel</Template>
<Player>0</Player>
<Position x="1363.30677" z="765.27051"/>
<Orientation y="2.35621"/>
<Actor seed="61698"/>
</Entity>
<Entity uid="22029">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1363.75977" z="763.2032"/>
<Orientation y="2.35621"/>
<Actor seed="19812"/>
</Entity>
<Entity uid="22030">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1330.27894" z="690.57721"/>
<Orientation y="2.35621"/>
<Actor seed="26008"/>
</Entity>
<Entity uid="22031">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1748.96436" z="746.12336"/>
<Orientation y="2.35621"/>
<Actor seed="40612"/>
</Entity>
<Entity uid="22032">
<Template>gaia/treasure/food_barrels_buried</Template>
<Player>0</Player>
<Position x="1657.2566" z="1196.67872"/>
<Orientation y="2.35621"/>
<Actor seed="25446"/>
</Entity>
<Entity uid="22034">
<Template>actor|props/structures/persians/farmstead_cart_big.xml</Template>
<Position x="1192.28711" z="1765.1371"/>
<Orientation y="4.22271"/>
<Actor seed="38808"/>
</Entity>
<Entity uid="22036">
<Template>actor|props/structures/persians/market_b_stall2.xml</Template>
<Position x="1791.67627" z="474.33768"/>
<Orientation y="4.80781"/>
<Actor seed="36144"/>
</Entity>
<Entity uid="22039">
<Template>gaia/treasure/metal_persian_big</Template>
<Player>0</Player>
<Position x="1801.03211" z="464.83545"/>
<Orientation y="4.7462"/>
<Actor seed="62910"/>
</Entity>
<Entity uid="22040">
<Template>gaia/treasure/food_jars</Template>
<Player>0</Player>
<Position x="1801.19446" z="469.44446"/>
<Orientation y="-0.31414"/>
<Actor seed="36236"/>
</Entity>
<Entity uid="22041">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1804.25696" z="472.21521"/>
<Orientation y="2.35621"/>
<Actor seed="39950"/>
</Entity>
<Entity uid="22042">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1804.09375" z="459.68958"/>
<Orientation y="2.35621"/>
<Actor seed="54016"/>
</Entity>
<Entity uid="22043">
<Template>gaia/treasure/food_crate</Template>
<Player>0</Player>
<Position x="1806.80311" z="460.06708"/>
<Orientation y="2.04603"/>
<Actor seed="56522"/>
</Entity>
<Entity uid="22044">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1812.00379" z="481.59714"/>
<Orientation y="2.0656"/>
<Actor seed="55264"/>
</Entity>
<Entity uid="22045">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1810.46473" z="482.89759"/>
<Orientation y="2.91845"/>
<Actor seed="11592"/>
</Entity>
<Entity uid="22046">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1809.23047" z="484.24622"/>
<Orientation y="2.35621"/>
<Actor seed="12618"/>
</Entity>
<Entity uid="22047">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1809.60108" z="481.34031"/>
<Orientation y="2.35621"/>
<Actor seed="34286"/>
</Entity>
<Entity uid="22048">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1808.40796" z="482.7659"/>
<Orientation y="3.9242"/>
<Actor seed="40412"/>
</Entity>
<Entity uid="22049">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1791.57984" z="478.73441"/>
<Orientation y="-0.28971"/>
<Actor seed="19284"/>
</Entity>
<Entity uid="22053">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1793.43946" z="479.02183"/>
<Orientation y="-0.3049"/>
<Actor seed="30864"/>
</Entity>
<Entity uid="22054">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1795.57105" z="478.98313"/>
<Orientation y="-0.32074"/>
<Actor seed="8960"/>
</Entity>
<Entity uid="22055">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1798.82142" z="479.12089"/>
<Orientation y="-0.34121"/>
<Actor seed="15546"/>
</Entity>
<Entity uid="22056">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1800.90577" z="479.03174"/>
<Orientation y="-0.3552"/>
<Actor seed="16852"/>
</Entity>
<Entity uid="22057">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1803.13294" z="479.11411"/>
<Orientation y="-0.37163"/>
<Actor seed="58254"/>
</Entity>
<Entity uid="22058">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1804.94764" z="479.26807"/>
<Orientation y="-0.38424"/>
<Actor seed="29612"/>
</Entity>
<Entity uid="22059">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1806.96741" z="479.45926"/>
<Orientation y="-0.39742"/>
<Actor seed="19018"/>
</Entity>
<Entity uid="22060">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1808.94532" z="479.65018"/>
<Orientation y="-0.4107"/>
<Actor seed="64734"/>
</Entity>
<Entity uid="22061">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1810.88733" z="479.59177"/>
<Orientation y="-0.42312"/>
<Actor seed="24506"/>
</Entity>
<Entity uid="22062">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1813.40772" z="479.63776"/>
<Orientation y="-0.49692"/>
<Actor seed="60870"/>
</Entity>
<Entity uid="22063">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1810.69056" z="452.11463"/>
<Orientation y="-2.7808"/>
<Actor seed="584"/>
</Entity>
<Entity uid="22064">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1808.1454" z="451.90033"/>
<Orientation y="-2.80153"/>
<Actor seed="38650"/>
</Entity>
<Entity uid="22065">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1805.54151" z="451.87348"/>
<Orientation y="-2.82117"/>
<Actor seed="2948"/>
</Entity>
<Entity uid="22066">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1803.12806" z="451.97297"/>
<Orientation y="-2.84174"/>
<Actor seed="270"/>
</Entity>
<Entity uid="22067">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1801.29407" z="452.0937"/>
<Orientation y="-2.8614"/>
<Actor seed="8152"/>
</Entity>
<Entity uid="22068">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1798.86426" z="452.10843"/>
<Orientation y="-2.88656"/>
<Actor seed="23208"/>
</Entity>
<Entity uid="22069">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1796.14808" z="452.2529"/>
<Orientation y="-2.91369"/>
<Actor seed="42126"/>
</Entity>
<Entity uid="22070">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1795.84778" z="453.89426"/>
<Orientation y="-2.88859"/>
<Actor seed="6206"/>
</Entity>
<Entity uid="22071">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1812.84791" z="449.22834"/>
<Orientation y="2.35622"/>
<Actor seed="12618"/>
</Entity>
<Entity uid="22072">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1811.92457" z="450.64856"/>
<Orientation y="2.0096"/>
<Actor seed="12618"/>
</Entity>
<Entity uid="22073">
<Template>gaia/treasure/metal</Template>
<Player>0</Player>
<Position x="1814.02381" z="450.4538"/>
<Orientation y="2.96836"/>
<Actor seed="12618"/>
</Entity>
<Entity uid="22074">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1793.49695" z="453.7363"/>
<Orientation y="-2.95199"/>
<Actor seed="59888"/>
</Entity>
<Entity uid="22075">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1793.27527" z="452.33133"/>
<Orientation y="-2.94906"/>
<Actor seed="47410"/>
</Entity>
<Entity uid="22076">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1791.89222" z="453.93137"/>
<Orientation y="-2.99202"/>
<Actor seed="49618"/>
</Entity>
<Entity uid="22077">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1791.29603" z="452.28321"/>
<Orientation y="-3.00065"/>
<Actor seed="18344"/>
</Entity>
<Entity uid="22078">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1790.00635" z="454.19562"/>
<Orientation y="-3.04488"/>
<Actor seed="20066"/>
</Entity>
<Entity uid="22079">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>0</Player>
<Position x="1789.63306" z="452.52424"/>
<Orientation y="-3.04777"/>
<Actor seed="35676"/>
</Entity>
<Entity uid="22080">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="760.52765" z="1492.04468"/>
<Orientation y="2.35621"/>
<Actor seed="42914"/>
</Entity>
<Entity uid="22081">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="752.07764" z="1500.22376"/>
<Orientation y="2.35621"/>
<Actor seed="11132"/>
</Entity>
<Entity uid="22082">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="748.60792" z="1495.875"/>
<Orientation y="2.35621"/>
<Actor seed="3438"/>
</Entity>
<Entity uid="22083">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="753.75666" z="1487.57142"/>
<Orientation y="2.35621"/>
<Actor seed="3960"/>
</Entity>
<Entity uid="22084">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="754.83423" z="1488.32264"/>
<Orientation y="2.35621"/>
<Actor seed="49310"/>
</Entity>
<Entity uid="22085">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="760.92945" z="1493.78248"/>
<Orientation y="2.35621"/>
<Actor seed="64190"/>
</Entity>
<Entity uid="22086">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="759.90534" z="1488.70423"/>
<Orientation y="2.35621"/>
<Actor seed="35214"/>
</Entity>
<Entity uid="22087">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="751.84327" z="1479.66639"/>
<Orientation y="2.35621"/>
<Actor seed="13290"/>
</Entity>
<Entity uid="22088">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="744.00092" z="1476.26844"/>
<Orientation y="2.35621"/>
<Actor seed="34120"/>
</Entity>
<Entity uid="22089">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="732.15424" z="1496.01124"/>
<Orientation y="2.35621"/>
<Actor seed="8510"/>
</Entity>
<Entity uid="22090">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="731.58814" z="1496.51307"/>
<Orientation y="2.35621"/>
<Actor seed="39186"/>
</Entity>
<Entity uid="22091">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="733.66614" z="1495.4701"/>
<Orientation y="2.35621"/>
<Actor seed="56016"/>
</Entity>
<Entity uid="22092">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="740.20197" z="1496.1172"/>
<Orientation y="2.35621"/>
<Actor seed="62666"/>
</Entity>
<Entity uid="22093">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="748.52198" z="1497.34876"/>
<Orientation y="2.35621"/>
<Actor seed="63646"/>
</Entity>
<Entity uid="22094">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="690.31489" z="1503.75379"/>
<Orientation y="2.35621"/>
<Actor seed="43454"/>
</Entity>
<Entity uid="22095">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="679.51215" z="1509.11963"/>
<Orientation y="2.35621"/>
<Actor seed="51960"/>
</Entity>
<Entity uid="22096">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="690.82435" z="1502.02906"/>
<Orientation y="2.35621"/>
<Actor seed="2650"/>
</Entity>
<Entity uid="22097">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="690.82374" z="1504.89441"/>
<Orientation y="2.35621"/>
<Actor seed="8292"/>
</Entity>
<Entity uid="22098">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="691.27363" z="1500.48865"/>
<Orientation y="2.35621"/>
<Actor seed="43408"/>
</Entity>
<Entity uid="22099">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="692.70228" z="1500.9004"/>
<Orientation y="2.35621"/>
<Actor seed="21634"/>
</Entity>
<Entity uid="22100">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="692.53888" z="1499.12464"/>
<Orientation y="2.35621"/>
<Actor seed="1842"/>
</Entity>
<Entity uid="22101">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="691.54328" z="1503.41138"/>
<Orientation y="2.35621"/>
<Actor seed="49140"/>
</Entity>
<Entity uid="22102">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="691.71332" z="1504.3534"/>
<Orientation y="2.35621"/>
<Actor seed="57614"/>
</Entity>
<Entity uid="22103">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="691.7533" z="1498.59607"/>
<Orientation y="2.35621"/>
<Actor seed="57862"/>
</Entity>
<Entity uid="22104">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="691.61152" z="1498.19117"/>
<Orientation y="2.35621"/>
<Actor seed="24366"/>
</Entity>
<Entity uid="22105">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="695.51984" z="1509.83606"/>
<Orientation y="2.35621"/>
<Actor seed="57574"/>
</Entity>
<Entity uid="22106">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="695.0608" z="1510.5879"/>
<Orientation y="2.35621"/>
<Actor seed="33796"/>
</Entity>
<Entity uid="22107">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="694.81232" z="1488.74256"/>
<Orientation y="2.35621"/>
<Actor seed="26174"/>
</Entity>
<Entity uid="22108">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="695.53583" z="1488.10279"/>
<Orientation y="2.35621"/>
<Actor seed="4034"/>
</Entity>
<Entity uid="22109">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="695.55976" z="1488.58191"/>
<Orientation y="2.35621"/>
<Actor seed="35326"/>
</Entity>
<Entity uid="22110">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="651.81183" z="1525.89722"/>
<Orientation y="2.35621"/>
<Actor seed="208"/>
</Entity>
<Entity uid="22111">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="693.19843" z="1524.67566"/>
<Orientation y="2.35621"/>
<Actor seed="36394"/>
</Entity>
<Entity uid="22112">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="696.48908" z="1511.81507"/>
<Orientation y="2.35621"/>
<Actor seed="43400"/>
</Entity>
<Entity uid="22113">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="680.214" z="1543.31788"/>
<Orientation y="2.35621"/>
<Actor seed="49796"/>
</Entity>
<Entity uid="22114">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="678.542" z="1543.97205"/>
<Orientation y="2.35621"/>
<Actor seed="38444"/>
</Entity>
<Entity uid="22115">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="553.86548" z="1412.74805"/>
<Orientation y="2.35621"/>
<Actor seed="8126"/>
</Entity>
<Entity uid="22116">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="551.87226" z="1413.64979"/>
<Orientation y="2.35621"/>
<Actor seed="54348"/>
</Entity>
<Entity uid="22117">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="554.8277" z="1413.49598"/>
<Orientation y="2.35621"/>
<Actor seed="9788"/>
</Entity>
<Entity uid="22118">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="556.1966" z="1414.46119"/>
<Orientation y="2.35621"/>
<Actor seed="14200"/>
</Entity>
<Entity uid="22119">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="694.78315" z="1512.67286"/>
<Orientation y="2.35621"/>
<Actor seed="27906"/>
</Entity>
<Entity uid="22120">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="693.46875" z="1513.60206"/>
<Orientation y="2.35621"/>
<Actor seed="38286"/>
</Entity>
<Entity uid="22121">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="751.7497" z="1455.12366"/>
<Orientation y="2.35621"/>
<Actor seed="12740"/>
</Entity>
<Entity uid="22122">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="743.79224" z="1455.86512"/>
<Orientation y="2.35621"/>
<Actor seed="18294"/>
</Entity>
<Entity uid="22123">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="742.95081" z="1461.89466"/>
<Orientation y="2.35621"/>
<Actor seed="17348"/>
</Entity>
<Entity uid="22124">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="753.67542" z="1456.59815"/>
<Orientation y="2.35621"/>
<Actor seed="8590"/>
</Entity>
<Entity uid="22125">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="793.7995" z="1517.81678"/>
<Orientation y="2.35621"/>
<Actor seed="61308"/>
</Entity>
<Entity uid="22126">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="793.91291" z="1519.45826"/>
<Orientation y="2.35621"/>
<Actor seed="12708"/>
</Entity>
<Entity uid="22127">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="812.24793" z="1501.96851"/>
<Orientation y="2.35621"/>
<Actor seed="16820"/>
</Entity>
<Entity uid="22128">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="762.74665" z="1543.72278"/>
<Orientation y="2.35621"/>
<Actor seed="32466"/>
</Entity>
<Entity uid="22129">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="628.5691" z="1699.62159"/>
<Orientation y="2.35621"/>
<Actor seed="11510"/>
</Entity>
<Entity uid="22131">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1210.46644" z="1006.66266"/>
<Orientation y="2.35621"/>
<Actor seed="62744"/>
</Entity>
<Entity uid="22132">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1197.98084" z="970.73987"/>
<Orientation y="2.35621"/>
<Actor seed="64958"/>
</Entity>
<Entity uid="22133">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1360.68555" z="905.17334"/>
<Orientation y="2.35621"/>
<Actor seed="46200"/>
</Entity>
<Entity uid="22134">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1366.51832" z="892.74573"/>
<Orientation y="2.35621"/>
<Actor seed="8212"/>
</Entity>
<Entity uid="22135">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1379.9773" z="928.602"/>
<Orientation y="2.35621"/>
<Actor seed="57410"/>
</Entity>
<Entity uid="22136">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1379.79358" z="929.9032"/>
<Orientation y="2.35621"/>
<Actor seed="65418"/>
</Entity>
<Entity uid="22137">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1347.3213" z="897.15082"/>
<Orientation y="2.35621"/>
<Actor seed="51104"/>
</Entity>
<Entity uid="22138">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1272.8866" z="840.69202"/>
<Orientation y="2.35621"/>
<Actor seed="44414"/>
</Entity>
<Entity uid="22139">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1378.39551" z="929.84723"/>
<Orientation y="2.35621"/>
<Actor seed="45538"/>
</Entity>
<Entity uid="22140">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1346.62855" z="897.9394"/>
<Orientation y="2.35621"/>
<Actor seed="45468"/>
</Entity>
<Entity uid="22141">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1347.38794" z="899.40528"/>
<Orientation y="2.35621"/>
<Actor seed="32540"/>
</Entity>
<Entity uid="22142">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1344.82691" z="897.71552"/>
<Orientation y="2.35621"/>
<Actor seed="22124"/>
</Entity>
<Entity uid="22143">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1342.94544" z="896.22107"/>
<Orientation y="2.35621"/>
<Actor seed="40810"/>
</Entity>
<Entity uid="22144">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1371.11634" z="917.08503"/>
<Orientation y="2.35621"/>
<Actor seed="11394"/>
</Entity>
<Entity uid="22145">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1316.02735" z="875.60962"/>
<Orientation y="2.35621"/>
<Actor seed="20070"/>
</Entity>
<Entity uid="22146">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1395.89002" z="952.24543"/>
<Orientation y="2.35621"/>
<Actor seed="2324"/>
</Entity>
<Entity uid="22147">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1368.4834" z="912.136"/>
<Orientation y="2.35621"/>
<Actor seed="33892"/>
</Entity>
<Entity uid="22148">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1368.36414" z="911.188"/>
<Orientation y="2.35621"/>
<Actor seed="27464"/>
</Entity>
<Entity uid="22149">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1365.14441" z="911.71033"/>
<Orientation y="2.35621"/>
<Actor seed="7036"/>
</Entity>
<Entity uid="22150">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1404.42054" z="1027.57398"/>
<Orientation y="2.35621"/>
<Actor seed="3608"/>
</Entity>
<Entity uid="22151">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1402.76954" z="1027.2367"/>
<Orientation y="2.35621"/>
<Actor seed="5886"/>
</Entity>
<Entity uid="22152">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1400.69263" z="1027.75428"/>
<Orientation y="2.35621"/>
<Actor seed="6912"/>
</Entity>
<Entity uid="22153">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1428.48011" z="1003.91828"/>
<Orientation y="2.35621"/>
<Actor seed="61512"/>
</Entity>
<Entity uid="22154">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1430.04822" z="1005.91529"/>
<Orientation y="2.35621"/>
<Actor seed="37980"/>
</Entity>
<Entity uid="22155">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1430.50525" z="1008.09522"/>
<Orientation y="2.35621"/>
<Actor seed="25784"/>
</Entity>
<Entity uid="22156">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1432.22901" z="1006.72053"/>
<Orientation y="2.35621"/>
<Actor seed="50376"/>
</Entity>
<Entity uid="22157">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1455.57508" z="996.15723"/>
<Orientation y="2.35621"/>
<Actor seed="40076"/>
</Entity>
<Entity uid="22158">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1454.35572" z="996.14039"/>
<Orientation y="2.35621"/>
<Actor seed="27456"/>
</Entity>
<Entity uid="22159">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1452.90955" z="996.33832"/>
<Orientation y="2.35621"/>
<Actor seed="50058"/>
</Entity>
<Entity uid="22160">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1455.07471" z="998.19208"/>
<Orientation y="2.35621"/>
<Actor seed="39512"/>
</Entity>
<Entity uid="22161">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1444.8141" z="1044.44336"/>
<Orientation y="2.35621"/>
<Actor seed="28736"/>
</Entity>
<Entity uid="22162">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1443.0337" z="1043.23072"/>
<Orientation y="2.35621"/>
<Actor seed="29552"/>
</Entity>
<Entity uid="22163">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1444.42847" z="1042.4961"/>
<Orientation y="2.35621"/>
<Actor seed="40846"/>
</Entity>
<Entity uid="22164">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1441.68641" z="1042.10267"/>
<Orientation y="2.35621"/>
<Actor seed="44294"/>
</Entity>
<Entity uid="22165">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1438.36243" z="1095.36805"/>
<Orientation y="2.35621"/>
<Actor seed="46726"/>
</Entity>
<Entity uid="22166">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1399.9109" z="1005.25751"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22167">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1400.0586" z="1004.6595"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22168">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1400.193" z="1004.10767"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22169">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1399.43152" z="1005.15503"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22170">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1399.57923" z="1004.55701"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22171">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1399.71363" z="1004.0052"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22172">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1400.48206" z="1005.43128"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22173">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1400.62977" z="1004.83326"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22174">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1400.76417" z="1004.28144"/>
<Orientation y="4.47097"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22175">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1401.00709" z="1005.55988"/>
<Orientation y="4.4409"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22176">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1401.17273" z="1004.96656"/>
<Orientation y="4.4409"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22177">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1401.32361" z="1004.41901"/>
<Orientation y="4.4409"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22178">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1401.54871" z="1005.69922"/>
<Orientation y="4.38965"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22179">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1401.7444" z="1005.11512"/>
<Orientation y="4.38965"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22180">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1401.92322" z="1004.57605"/>
<Orientation y="4.38965"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22181">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1402.05445" z="1005.84693"/>
<Orientation y="4.33767"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22182">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1402.28028" z="1005.27381"/>
<Orientation y="4.33767"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22183">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1402.48682" z="1004.74476"/>
<Orientation y="4.33767"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22184">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1402.54126" z="1006.04523"/>
<Orientation y="4.3199"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22185">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1402.77723" z="1005.47626"/>
<Orientation y="4.3199"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22186">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1402.99317" z="1004.95093"/>
<Orientation y="4.3199"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22187">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1403.04847" z="1006.22138"/>
<Orientation y="4.25176"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22188">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1403.32264" z="1005.66974"/>
<Orientation y="4.25176"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22189">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1403.57386" z="1005.16034"/>
<Orientation y="4.25176"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22190">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1403.43091" z="1006.41504"/>
<Orientation y="4.18808"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22191">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1403.73963" z="1005.88202"/>
<Orientation y="4.18808"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22192">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.02271" z="1005.38965"/>
<Orientation y="4.18808"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22193">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1403.86585" z="1006.65064"/>
<Orientation y="4.12258"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22194">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.20875" z="1006.13892"/>
<Orientation y="4.12258"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22195">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.52344" z="1005.66614"/>
<Orientation y="4.12258"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22196">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.26697" z="1006.9311"/>
<Orientation y="4.0882"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22197">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.62732" z="1006.43152"/>
<Orientation y="4.0882"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22198">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.95813" z="1005.9698"/>
<Orientation y="4.0882"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22199">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.53602" z="1007.14399"/>
<Orientation y="3.9744"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22200">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.95081" z="1006.68848"/>
<Orientation y="3.9744"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22201">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.3318" z="1006.26728"/>
<Orientation y="3.9744"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22202">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1404.88758" z="1007.43647"/>
<Orientation y="3.86965"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22203">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.32984" z="1006.99927"/>
<Orientation y="3.86965"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22204">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.75281" z="1006.62024"/>
<Orientation y="3.86965"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22205">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.17457" z="1007.69208"/>
<Orientation y="3.77454"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22206">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.6714" z="1007.32795"/>
<Orientation y="3.77454"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22207">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.12842" z="1006.99091"/>
<Orientation y="3.77454"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22208">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.33863" z="1008.02833"/>
<Orientation y="3.65873"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22209">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.8744" z="1007.72419"/>
<Orientation y="3.65873"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22210">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.36744" z="1007.44214"/>
<Orientation y="3.65873"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22211">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.51795" z="1008.31867"/>
<Orientation y="3.5225"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22212">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.08997" z="1008.0901"/>
<Orientation y="3.5225"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22213">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.6167" z="1007.87757"/>
<Orientation y="3.5225"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22214">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.62793" z="1008.67298"/>
<Orientation y="3.39592"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22215">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.22425" z="1008.51838"/>
<Orientation y="3.39592"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22216">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.77356" z="1008.37409"/>
<Orientation y="3.39592"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22217">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.68213" z="1008.995"/>
<Orientation y="3.27604"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22218">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.29261" z="1008.91279"/>
<Orientation y="3.27604"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22219">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.85523" z="1008.83521"/>
<Orientation y="3.27604"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22220">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.68494" z="1009.4372"/>
<Orientation y="3.2506"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22221">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.29725" z="1009.37055"/>
<Orientation y="3.2506"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22222">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.8617" z="1009.30732"/>
<Orientation y="3.2506"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22223">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.8899" z="1010.06122"/>
<Orientation y="0.05439"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22224">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.27479" z="1010.0943"/>
<Orientation y="0.05439"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22225">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.70777" z="1010.12665"/>
<Orientation y="0.05439"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22226">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.8335" z="1010.52405"/>
<Orientation y="-0.03312"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22227">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.2179" z="1010.5033"/>
<Orientation y="-0.03312"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22228">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.65015" z="1010.48597"/>
<Orientation y="-0.03312"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22229">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.69837" z="1010.97498"/>
<Orientation y="6.17783"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22230">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.08582" z="1010.90973"/>
<Orientation y="6.17783"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22231">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.521" z="1010.85145"/>
<Orientation y="6.17783"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22232">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.49646" z="1010.90455"/>
<Orientation y="2.97275"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22233">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.10364" z="1011.00849"/>
<Orientation y="2.97275"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22234">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.6637" z="1011.10242"/>
<Orientation y="2.97275"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22235">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.3766" z="1011.3299"/>
<Orientation y="3.06621"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22236">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.99085" z="1011.37671"/>
<Orientation y="3.06621"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22237">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.55726" z="1011.41803"/>
<Orientation y="3.06621"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22238">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.32947" z="1011.76032"/>
<Orientation y="3.14936"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22239">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.94544" z="1011.75593"/>
<Orientation y="3.14936"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22240">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.51331" z="1011.75007"/>
<Orientation y="3.14936"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22241">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.34668" z="1012.23597"/>
<Orientation y="3.32834"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22242">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.95203" z="1012.12201"/>
<Orientation y="3.32834"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22243">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.5099" z="1012.01514"/>
<Orientation y="3.32834"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22244">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.4319" z="1012.66633"/>
<Orientation y="3.47501"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22245">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.01404" z="1012.46515"/>
<Orientation y="3.47501"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22246">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.55018" z="1012.2779"/>
<Orientation y="3.47501"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22247">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.58667" z="1013.13691"/>
<Orientation y="3.59453"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22248">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.14075" z="1012.86768"/>
<Orientation y="3.59453"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22249">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.65076" z="1012.61786"/>
<Orientation y="3.59453"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22250">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1405.78003" z="1013.51789"/>
<Orientation y="3.71261"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22251">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.3523" z="1013.20502"/>
<Orientation y="3.71261"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22252">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.81385" z="1012.89765"/>
<Orientation y="3.71261"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22253">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.06312" z="1013.88105"/>
<Orientation y="3.82036"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22254">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.54285" z="1013.49463"/>
<Orientation y="3.82036"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22255">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.98414" z="1013.13685"/>
<Orientation y="3.82036"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22256">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.33985" z="1014.21851"/>
<Orientation y="3.94452"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22257">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.76807" z="1013.77558"/>
<Orientation y="3.94452"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22258">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.1615" z="1013.36597"/>
<Orientation y="3.94452"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22259">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1406.672" z="1014.48151"/>
<Orientation y="4.0672"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22260">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.04273" z="1013.98957"/>
<Orientation y="4.0672"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22261">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.38306" z="1013.53492"/>
<Orientation y="4.0672"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22262">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.02149" z="1014.72712"/>
<Orientation y="4.18224"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22263">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.33338" z="1014.19593"/>
<Orientation y="4.18224"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22264">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.61927" z="1013.70521"/>
<Orientation y="4.18224"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22265">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.38733" z="1014.88807"/>
<Orientation y="4.38033"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22266">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.58851" z="1014.30591"/>
<Orientation y="4.38033"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22267">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.77222" z="1013.7685"/>
<Orientation y="4.38033"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22268">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.7693" z="1015.03022"/>
<Orientation y="4.55932"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22269">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.86365" z="1014.42151"/>
<Orientation y="4.55932"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22270">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1407.94886" z="1013.86"/>
<Orientation y="4.55932"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22271">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.21851" z="1015.07691"/>
<Orientation y="4.70452"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22272">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.22376" z="1014.46094"/>
<Orientation y="4.70452"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22273">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.22669" z="1013.89301"/>
<Orientation y="4.70452"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22274">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.65638" z="1015.05994"/>
<Orientation y="4.73322"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22275">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.6194" z="1014.29444"/>
<Orientation y="4.73322"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22276">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.63062" z="1013.87629"/>
<Orientation y="4.73322"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22277">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.1178" z="1015.04114"/>
<Orientation y="4.78994"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22278">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.07789" z="1014.62537"/>
<Orientation y="4.78994"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22279">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.02515" z="1013.86084"/>
<Orientation y="4.78994"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22280">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.64271" z="1015.02021"/>
<Orientation y="4.8063"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22281">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.5951" z="1014.6067"/>
<Orientation y="4.8063"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22282">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.53077" z="1013.84156"/>
<Orientation y="4.8063"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22283">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1410.11988" z="1014.96332"/>
<Orientation y="4.85672"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22284">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1410.06788" z="1014.34827"/>
<Orientation y="4.85672"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22285">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1410.04688" z="1013.77015"/>
<Orientation y="4.85672"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22286">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1410.65357" z="1014.857"/>
<Orientation y="4.84284"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22287">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1410.57386" z="1014.24616"/>
<Orientation y="4.84284"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22288">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1410.49854" z="1013.68323"/>
<Orientation y="4.84284"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22289">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1411.18836" z="1014.76502"/>
<Orientation y="-1.44674"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22290">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1411.11255" z="1014.1537"/>
<Orientation y="-1.44674"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22291">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1411.04078" z="1013.59028"/>
<Orientation y="-1.44674"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22292">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1411.66126" z="1014.70417"/>
<Orientation y="-1.4914"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22293">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1411.6128" z="1014.0901"/>
<Orientation y="-1.4914"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22294">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1411.56641" z="1013.52405"/>
<Orientation y="-1.4914"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22295">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.11048" z="1014.6634"/>
<Orientation y="4.67454"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22296">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.13428" z="1014.04786"/>
<Orientation y="4.67454"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22297">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.1543" z="1013.48023"/>
<Orientation y="4.67454"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22298">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.56653" z="1014.6897"/>
<Orientation y="4.59743"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22299">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.6377" z="1014.07782"/>
<Orientation y="4.59743"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22300">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.70142" z="1013.5135"/>
<Orientation y="4.59743"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22301">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1412.97498" z="1014.70545"/>
<Orientation y="4.46485"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22302">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.12635" z="1014.10834"/>
<Orientation y="4.46485"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22303">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.26417" z="1013.55738"/>
<Orientation y="4.46485"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22304">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.2511" z="1014.78577"/>
<Orientation y="4.25814"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22305">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.52173" z="1014.23237"/>
<Orientation y="4.25814"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22306">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.76978" z="1013.72144"/>
<Orientation y="4.25814"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22307">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.48292" z="1014.94062"/>
<Orientation y="4.06128"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22308">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.97083" z="1014.31415"/>
<Orientation y="4.06128"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22309">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.1996" z="1013.99823"/>
<Orientation y="4.06128"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22310">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.70704" z="1015.19001"/>
<Orientation y="3.92287"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22311">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.14478" z="1014.75647"/>
<Orientation y="3.92287"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22312">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.547" z="1014.35553"/>
<Orientation y="3.92287"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22313">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.82996" z="1015.43702"/>
<Orientation y="3.75194"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22314">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.55604" z="1014.97706"/>
<Orientation y="3.75194"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22315">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.79944" z="1014.75763"/>
<Orientation y="3.75194"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22316">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.03882" z="1015.86017"/>
<Orientation y="3.71584"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22317">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.76124" z="1015.36945"/>
<Orientation y="3.71584"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22318">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.03223" z="1015.2162"/>
<Orientation y="3.71584"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22319">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.26307" z="1016.25019"/>
<Orientation y="3.70003"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22320">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.70289" z="1015.96912"/>
<Orientation y="3.70003"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22321">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.26661" z="1015.62201"/>
<Orientation y="3.70003"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22322">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.516" z="1016.6568"/>
<Orientation y="10.07886"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22323">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.00513" z="1016.28235"/>
<Orientation y="10.07886"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22324">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.45496" z="1015.93561"/>
<Orientation y="10.07886"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22325">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.83985" z="1017.04291"/>
<Orientation y="3.90796"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22326">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.28394" z="1016.61597"/>
<Orientation y="3.90796"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22327">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.69214" z="1016.22107"/>
<Orientation y="3.90796"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22328">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.16614" z="1017.41852"/>
<Orientation y="4.03335"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22329">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.55347" z="1016.93946"/>
<Orientation y="4.03335"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22330">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.90906" z="1016.49665"/>
<Orientation y="4.03335"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22331">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.6554" z="1017.69953"/>
<Orientation y="10.43558"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22332">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.03956" z="1017.08619"/>
<Orientation y="10.43558"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22333">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.28345" z="1016.69587"/>
<Orientation y="10.43558"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22334">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.0381" z="1018.02631"/>
<Orientation y="4.2818"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22335">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.41028" z="1017.21564"/>
<Orientation y="4.2818"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22336">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.53138" z="1016.95002"/>
<Orientation y="4.2818"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22337">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.45264" z="1018.24152"/>
<Orientation y="4.41373"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22338">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.57532" z="1017.91736"/>
<Orientation y="4.41373"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22339">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.79993" z="1017.10969"/>
<Orientation y="4.41373"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22340">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.84656" z="1018.3819"/>
<Orientation y="4.50017"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22341">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.01514" z="1017.58558"/>
<Orientation y="4.50017"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22342">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.09498" z="1017.22431"/>
<Orientation y="4.50017"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22343">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.22474" z="1018.45221"/>
<Orientation y="10.85653"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22344">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.36377" z="1017.48255"/>
<Orientation y="10.85653"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22345">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.3877" z="1017.27955"/>
<Orientation y="10.85653"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22346">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.37671" z="1015.6172"/>
<Orientation y="3.71584"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22347">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.06226" z="1015.72046"/>
<Orientation y="3.70003"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22348">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1414.22046" z="1015.19611"/>
<Orientation y="3.75194"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22349">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1413.73121" z="1014.55683"/>
<Orientation y="4.06128"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22350">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.06116" z="1014.32673"/>
<Orientation y="4.78995"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22351">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1408.6366" z="1014.59766"/>
<Orientation y="4.73322"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22352">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1409.56067" z="1014.36298"/>
<Orientation y="4.80631"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22353">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.67908" z="1018.49543"/>
<Orientation y="10.90363"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22354">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.73804" z="1017.89258"/>
<Orientation y="10.90363"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22355">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.83826" z="1017.31232"/>
<Orientation y="10.90363"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22356">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.1825" z="1018.55622"/>
<Orientation y="4.64908"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22357">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.22181" z="1017.94153"/>
<Orientation y="4.64908"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22358">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.25635" z="1017.37458"/>
<Orientation y="4.64908"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22359">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.78626" z="1018.56843"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22360">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.75916" z="1018.2953"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22361">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.74292" z="1017.38526"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22362">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.27308" z="1018.59083"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22363">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.24952" z="1018.19117"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22364">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.22974" z="1017.40766"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22365">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.6714" z="1018.57416"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22366">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.64979" z="1017.95856"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22367">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.62806" z="1017.391"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22368">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.02283" z="1018.57795"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22369">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.98096" z="1017.68488"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22370">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.9795" z="1017.39478"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22371">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.46705" z="1018.57428"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22372">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.44043" z="1017.7215"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22373">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.42371" z="1017.39112"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22374">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.88086" z="1018.58558"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22375">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.84705" z="1017.83936"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22376">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.83643" z="1017.4123"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22377">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1421.25037" z="1018.62629"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22378">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1421.22876" z="1018.01069"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22379">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1421.20704" z="1017.44312"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22380">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1421.67261" z="1018.67798"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22381">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1421.65101" z="1018.06238"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22382">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1421.62928" z="1017.49482"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22383">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.08191" z="1018.66675"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22384">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.08118" z="1018.05079"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22385">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.07862" z="1017.48285"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22386">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.48438" z="1018.66272"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22387">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.46277" z="1018.04712"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22388">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.44105" z="1017.47956"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22389">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.86622" z="1018.25379"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22390">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.93433" z="1017.935"/>
<Orientation y="4.50017"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22391">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.67042" z="1017.57227"/>
<Orientation y="4.41373"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22392">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.80762" z="1017.6496"/>
<Orientation y="10.90363"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22393">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.25794" z="1018.25745"/>
<Orientation y="4.64908"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22394">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.24891" z="1017.51716"/>
<Orientation y="-1.62533"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22395">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.29371" z="1017.47828"/>
<Orientation y="4.2818"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22396">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1416.16187" z="1017.76496"/>
<Orientation y="4.2818"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22397">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1415.86084" z="1017.37427"/>
<Orientation y="10.43558"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22398">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.72376" z="1018.06959"/>
<Orientation y="10.90363"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22399">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.32557" z="1017.81171"/>
<Orientation y="10.85654"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22400">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1417.27723" z="1018.13532"/>
<Orientation y="10.85654"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22401">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1423.7151" z="1018.64301"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22402">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1423.69349" z="1018.02741"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22403">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1423.67176" z="1017.45984"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22404">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1423.31263" z="1018.64704"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22405">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1423.3119" z="1018.03107"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22406">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.88172" z="1018.04267"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22407">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1423.30933" z="1017.46314"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22408">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.90333" z="1018.65827"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22409">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.96216" z="1018.64625"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22410">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.94056" z="1018.03064"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22411">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.91883" z="1017.46308"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22412">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.5597" z="1018.65027"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22413">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.55896" z="1018.03431"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22414">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.12879" z="1018.0459"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22415">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.5564" z="1017.46637"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22416">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.1504" z="1018.6615"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22417">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1426.33692" z="1018.62708"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22418">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1426.31531" z="1018.01148"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22419">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1426.29358" z="1017.44391"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22420">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1425.93445" z="1018.63111"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22421">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1425.93372" z="1018.01514"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22422">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1425.50355" z="1018.02674"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22423">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1425.93116" z="1017.44721"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22424">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1425.52515" z="1018.64234"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22425">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1422.87891" z="1017.47126"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22426">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1424.09485" z="1017.48395"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22427">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1425.40516" z="1017.44068"/>
<Orientation y="10.99732"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22428">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.43396" z="1018.19172"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22429">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1420.10474" z="1018.14313"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22430">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.76355" z="1018.08246"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22431">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1418.74415" z="1017.7707"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22432">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1419.24659" z="1017.8451"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22433">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1426.78296" z="1018.62922"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22434">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1426.76136" z="1018.01362"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22435">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1426.73963" z="1017.44605"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22436">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1427.1742" z="1018.60712"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22437">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1427.1526" z="1017.99152"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22438">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1427.13086" z="1017.42396"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22439">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1427.47815" z="1018.61103"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22440">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1427.45655" z="1017.99543"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22441">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="1427.43482" z="1017.42786"/>
<Orientation y="11.03122"/>
<Actor seed="34722"/>
</Entity>
<Entity uid="22442">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.98206" z="1015.74964"/>
<Orientation y="2.35621"/>
<Actor seed="36572"/>
</Entity>
<Entity uid="22443">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1404.50623" z="1011.81562"/>
<Orientation y="2.35621"/>
<Actor seed="45950"/>
</Entity>
<Entity uid="22444">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1413.91395" z="1018.32789"/>
<Orientation y="2.35621"/>
<Actor seed="17088"/>
</Entity>
<Entity uid="22445">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.31031" z="1018.36933"/>
<Orientation y="2.35621"/>
<Actor seed="62560"/>
</Entity>
<Entity uid="22446">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.6012" z="1017.57648"/>
<Orientation y="2.35621"/>
<Actor seed="15528"/>
</Entity>
<Entity uid="22447">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1415.92334" z="1012.17634"/>
<Orientation y="2.35621"/>
<Actor seed="23090"/>
</Entity>
<Entity uid="22448">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1414.61744" z="1012.93781"/>
<Orientation y="2.35622"/>
<Actor seed="62560"/>
</Entity>
<Entity uid="22449">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1413.5287" z="1017.44123"/>
<Orientation y="2.35622"/>
<Actor seed="62560"/>
</Entity>
<Entity uid="22450">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1405.00403" z="1004.29102"/>
<Orientation y="2.1775"/>
<Actor seed="33040"/>
</Entity>
<Entity uid="22451">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1406.78113" z="1004.66718"/>
<Orientation y="2.4391"/>
<Actor seed="14482"/>
</Entity>
<Entity uid="22452">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1415.2942" z="1013.65668"/>
<Orientation y="2.35621"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22453">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.25208" z="1012.18384"/>
<Orientation y="8.04044"/>
<Actor seed="40558"/>
</Entity>
<Entity uid="22454">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1409.24903" z="1012.13782"/>
<Orientation y="2.35621"/>
<Actor seed="26188"/>
</Entity>
<Entity uid="22455">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1414.55896" z="1011.95435"/>
<Orientation y="2.05547"/>
<Actor seed="4958"/>
</Entity>
<Entity uid="22456">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1413.20374" z="1012.26722"/>
<Orientation y="2.50678"/>
<Actor seed="40580"/>
</Entity>
<Entity uid="22457">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1413.46424" z="1019.20722"/>
<Orientation y="2.28869"/>
<Actor seed="34162"/>
</Entity>
<Entity uid="22458">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1412.66102" z="1016.83655"/>
<Orientation y="2.35621"/>
<Actor seed="13872"/>
</Entity>
<Entity uid="22459">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1399.35108" z="1007.0569"/>
<Orientation y="2.35621"/>
<Actor seed="968"/>
</Entity>
<Entity uid="22460">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.38245" z="1016.83075"/>
<Orientation y="8.36164"/>
<Actor seed="31404"/>
</Entity>
<Entity uid="22461">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.17981" z="1015.94373"/>
<Orientation y="2.63808"/>
<Actor seed="43330"/>
</Entity>
<Entity uid="22462">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1419.60267" z="1015.44434"/>
<Orientation y="2.49827"/>
<Actor seed="33566"/>
</Entity>
<Entity uid="22463">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1421.63099" z="1015.7547"/>
<Orientation y="2.35621"/>
<Actor seed="59020"/>
</Entity>
<Entity uid="22464">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1415.04664" z="1019.49518"/>
<Orientation y="2.35621"/>
<Actor seed="922"/>
</Entity>
<Entity uid="22465">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1409.70423" z="1016.57087"/>
<Orientation y="2.61533"/>
<Actor seed="1868"/>
</Entity>
<Entity uid="22466">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1405.32898" z="1016.58606"/>
<Orientation y="2.35621"/>
<Actor seed="49236"/>
</Entity>
<Entity uid="22467">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.08387" z="1010.88184"/>
<Orientation y="2.16819"/>
<Actor seed="33720"/>
</Entity>
<Entity uid="22468">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1403.9319" z="1012.66895"/>
<Orientation y="3.10334"/>
<Actor seed="22748"/>
</Entity>
<Entity uid="22469">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1403.57227" z="1002.31739"/>
<Orientation y="2.52198"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="22470">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.25928" z="1017.89655"/>
<Orientation y="2.35621"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="22471">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1404.57996" z="1014.04053"/>
<Orientation y="2.35621"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22472">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1416.05848" z="1015.54584"/>
<Orientation y="2.35621"/>
<Actor seed="38544"/>
</Entity>
<Entity uid="22473">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1411.10877" z="1012.33118"/>
<Orientation y="7.27459"/>
<Actor seed="33914"/>
</Entity>
<Entity uid="22474">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1406.19043" z="1015.00092"/>
<Orientation y="2.35621"/>
<Actor seed="40932"/>
</Entity>
<Entity uid="22475">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1406.84815" z="1006.13947"/>
<Orientation y="7.12975"/>
<Actor seed="1246"/>
</Entity>
<Entity uid="22479">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.67188" z="1028.8069"/>
<Orientation y="2.35622"/>
<Actor seed="49236"/>
</Entity>
<Entity uid="22480">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.55323" z="1027.22706"/>
<Orientation y="2.50678"/>
<Actor seed="40580"/>
</Entity>
<Entity uid="22481">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1409.14661" z="1027.57386"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22482">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.15345" z="1030.54578"/>
<Orientation y="4.72986"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="22483">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1396.4679" z="1010.85279"/>
<Orientation y="2.61533"/>
<Actor seed="1868"/>
</Entity>
<Entity uid="22487">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1400.80628" z="1033.5901"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22488">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1419.08851" z="1024.99231"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22489">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1416.12366" z="1037.38123"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22490">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1415.35071" z="1039.44239"/>
<Orientation y="2.35622"/>
<Actor seed="49236"/>
</Entity>
<Entity uid="22491">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1421.55835" z="1032.71766"/>
<Orientation y="2.2887"/>
<Actor seed="34162"/>
</Entity>
<Entity uid="22492">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1419.42884" z="1032.43458"/>
<Orientation y="6.89478"/>
<Actor seed="34162"/>
</Entity>
<Entity uid="22493">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.55787" z="1019.36915"/>
<Orientation y="2.35621"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22494">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1400.11158" z="1015.33991"/>
<Orientation y="2.35621"/>
<Actor seed="63574"/>
</Entity>
<Entity uid="22495">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1398.93006" z="1016.8332"/>
<Orientation y="2.35621"/>
<Actor seed="35458"/>
</Entity>
<Entity uid="22496">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403" z="1003.23908"/>
<Orientation y="2.35621"/>
<Actor seed="52064"/>
</Entity>
<Entity uid="22497">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1401.87171" z="1003.64618"/>
<Orientation y="2.35621"/>
<Actor seed="22916"/>
</Entity>
<Entity uid="22498">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.78626" z="1014.01832"/>
<Orientation y="2.35621"/>
<Actor seed="38972"/>
</Entity>
<Entity uid="22499">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1408.05884" z="1016.52497"/>
<Orientation y="2.35621"/>
<Actor seed="3724"/>
</Entity>
<Entity uid="22500">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1408.69092" z="1017.39667"/>
<Orientation y="2.35621"/>
<Actor seed="51852"/>
</Entity>
<Entity uid="22501">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1419.55445" z="1022.91218"/>
<Orientation y="-5.00686"/>
<Actor seed="38554"/>
</Entity>
<Entity uid="22502">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1408.0381" z="1018.23206"/>
<Orientation y="2.35621"/>
<Actor seed="39856"/>
</Entity>
<Entity uid="22503">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1410.74036" z="1018.2671"/>
<Orientation y="2.35621"/>
<Actor seed="38030"/>
</Entity>
<Entity uid="22504">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1424.19105" z="1015.62897"/>
<Orientation y="2.35621"/>
<Actor seed="17904"/>
</Entity>
<Entity uid="22505">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1404.66102" z="1009.44538"/>
<Orientation y="1.39803"/>
<Actor seed="49334"/>
</Entity>
<Entity uid="22506">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.48621" z="1009.59534"/>
<Orientation y="2.35621"/>
<Actor seed="64246"/>
</Entity>
<Entity uid="22507">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.73438" z="1008.65424"/>
<Orientation y="2.35622"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22508">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1409.6902" z="1018.99659"/>
<Orientation y="9.01433"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22509">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1410.44617" z="1029.40125"/>
<Orientation y="2.35622"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22510">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.43653" z="1012.8567"/>
<Orientation y="8.14538"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22511">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1414.40027" z="992.87531"/>
<Orientation y="2.43911"/>
<Actor seed="14482"/>
</Entity>
<Entity uid="22512">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1412.87427" z="992.12952"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22513">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1414.90748" z="991.44043"/>
<Orientation y="2.35621"/>
<Actor seed="35954"/>
</Entity>
<Entity uid="22514">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1415.65308" z="990.72004"/>
<Orientation y="2.35621"/>
<Actor seed="7718"/>
</Entity>
<Entity uid="22515">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1414.19117" z="990.41382"/>
<Orientation y="2.35621"/>
<Actor seed="50952"/>
</Entity>
<Entity uid="22516">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1415.61854" z="989.83484"/>
<Orientation y="2.35621"/>
<Actor seed="20286"/>
</Entity>
<Entity uid="22517">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1401.24903" z="1001.58155"/>
<Orientation y="4.1637"/>
<Actor seed="55148"/>
</Entity>
<Entity uid="22518">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1401.02564" z="1001.03248"/>
<Orientation y="2.35621"/>
<Actor seed="26754"/>
</Entity>
<Entity uid="22519">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1399.90235" z="1000.73334"/>
<Orientation y="2.35621"/>
<Actor seed="61184"/>
</Entity>
<Entity uid="22520">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1400.05677" z="1001.761"/>
<Orientation y="2.35621"/>
<Actor seed="55290"/>
</Entity>
<Entity uid="22521">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1400.4762" z="1002.6703"/>
<Orientation y="2.35621"/>
<Actor seed="64020"/>
</Entity>
<Entity uid="22522">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1402.86133" z="1001.80597"/>
<Orientation y="2.35621"/>
<Actor seed="34178"/>
</Entity>
<Entity uid="22523">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1401.4469" z="1006.94703"/>
<Orientation y="2.35621"/>
<Actor seed="62318"/>
</Entity>
<Entity uid="22524">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1403.20752" z="1003.98298"/>
<Orientation y="2.35621"/>
<Actor seed="18674"/>
</Entity>
<Entity uid="22525">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1406.9214" z="1006.44477"/>
<Orientation y="2.35621"/>
<Actor seed="31468"/>
</Entity>
<Entity uid="22526">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.82776" z="1007.98786"/>
<Orientation y="2.35621"/>
<Actor seed="40008"/>
</Entity>
<Entity uid="22527">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.74695" z="1010.42731"/>
<Orientation y="2.35621"/>
<Actor seed="42412"/>
</Entity>
<Entity uid="22528">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1411.97608" z="1011.78235"/>
<Orientation y="2.35621"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="22529">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1417.0265" z="1002.14374"/>
<Orientation y="2.10962"/>
<Actor seed="39174"/>
</Entity>
<Entity uid="22530">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1415.19581" z="1001.6966"/>
<Orientation y="2.35621"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22531">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1417.06421" z="1001.78522"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22532">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1428.05774" z="1006.82367"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22533">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1425.40662" z="1016.50532"/>
<Orientation y="2.35622"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="22534">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1427.17212" z="1016.24506"/>
<Orientation y="-2.2299"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="22535">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1429.25831" z="1015.11091"/>
<Orientation y="2.6049"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="22536">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1397.4795" z="1010.46125"/>
<Orientation y="-3.05404"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="22537">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1397.42884" z="1009.89917"/>
<Orientation y="-2.62952"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="22538">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1423.52515" z="1010.06098"/>
<Orientation y="2.35621"/>
<Actor seed="51060"/>
</Entity>
<Entity uid="22539">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1403.19605" z="1058.5"/>
<Orientation y="2.35621"/>
<Actor seed="10804"/>
</Entity>
<Entity uid="22540">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1404.17676" z="1059.82496"/>
<Orientation y="2.35621"/>
<Actor seed="65154"/>
</Entity>
<Entity uid="22541">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1410.85218" z="1004.05054"/>
<Orientation y="1.23563"/>
<Actor seed="4302"/>
</Entity>
<Entity uid="22542">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1405.52894" z="1055.57813"/>
<Orientation y="2.35621"/>
<Actor seed="27174"/>
</Entity>
<Entity uid="22543">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1404.92872" z="1056.09717"/>
<Orientation y="2.35621"/>
<Actor seed="29638"/>
</Entity>
<Entity uid="22544">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1403.70862" z="1058.47364"/>
<Orientation y="2.35621"/>
<Actor seed="17108"/>
</Entity>
<Entity uid="22545">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1410.14527" z="1005.44037"/>
<Orientation y="2.64504"/>
<Actor seed="2880"/>
</Entity>
<Entity uid="22546">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1398.88331" z="1018.20978"/>
<Orientation y="2.35621"/>
<Actor seed="42270"/>
</Entity>
<Entity uid="22547">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.41846" z="1036.50086"/>
<Orientation y="2.43911"/>
<Actor seed="14482"/>
</Entity>
<Entity uid="22548">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.25806" z="1038.23401"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22550">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.03785" z="1022.37635"/>
<Orientation y="3.10334"/>
<Actor seed="22748"/>
</Entity>
<Entity uid="22551">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.35254" z="1023.79804"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22552">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.03565" z="1019.4037"/>
<Orientation y="2.35622"/>
</Entity>
<Entity uid="22553">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1401.32068" z="1134.912"/>
<Orientation y="2.35621"/>
<Actor seed="62584"/>
</Entity>
<Entity uid="22554">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1400.97168" z="1132.36817"/>
<Orientation y="2.35621"/>
<Actor seed="12452"/>
</Entity>
<Entity uid="22555">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1399.50184" z="1129.67981"/>
<Orientation y="2.35621"/>
<Actor seed="58778"/>
</Entity>
<Entity uid="22556">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1399.05127" z="1136.32667"/>
<Orientation y="2.35621"/>
<Actor seed="20528"/>
</Entity>
<Entity uid="22557">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1398.71863" z="1133.28614"/>
<Orientation y="2.35621"/>
<Actor seed="41574"/>
</Entity>
<Entity uid="22558">
<Template>actor|props/flora/shrub_spikes.xml</Template>
<Position x="1397.85035" z="1130.43506"/>
<Orientation y="2.35621"/>
<Actor seed="60092"/>
</Entity>
<Entity uid="22559">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1406.85535" z="989.86213"/>
<Orientation y="2.35622"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="22560">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1405.93714" z="988.99299"/>
<Orientation y="2.35622"/>
<Actor seed="922"/>
</Entity>
<Entity uid="22561">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1407.3617" z="1021.31159"/>
<Orientation y="2.84466"/>
<Actor seed="63896"/>
</Entity>
<Entity uid="22562">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1406.51612" z="1018.37195"/>
<Orientation y="2.35621"/>
<Actor seed="48070"/>
</Entity>
<Entity uid="22563">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1406.30457" z="1019.7594"/>
<Orientation y="3.12472"/>
<Actor seed="57998"/>
</Entity>
<Entity uid="22564">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1406.74134" z="1020.21418"/>
<Orientation y="1.88233"/>
<Actor seed="46244"/>
</Entity>
<Entity uid="22565">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.71094" z="1024.34559"/>
<Orientation y="8.96552"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22566">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1403.3318" z="1056.09656"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22567">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1402.07374" z="1055.56165"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22568">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1402.6515" z="1054.23353"/>
<Orientation y="3.10334"/>
<Actor seed="22748"/>
</Entity>
<Entity uid="22569">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1402.66102" z="1052.71106"/>
<Orientation y="3.10334"/>
<Actor seed="22748"/>
</Entity>
<Entity uid="22570">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1402.37867" z="1051.26478"/>
<Orientation y="2.35622"/>
<Actor seed="22742"/>
</Entity>
<Entity uid="22571">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1406.5254" z="1018.49097"/>
<Orientation y="-2.98601"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22572">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1416.51307" z="1045.69678"/>
<Orientation y="-2.98601"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22573">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1402.45582" z="1025.61963"/>
<Orientation y="-2.98601"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22574">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1371.79822" z="1030.4651"/>
<Orientation y="-2.98601"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22575">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1402.82056" z="1029.03858"/>
<Orientation y="-2.30764"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22576">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1400.77381" z="1026.08631"/>
<Orientation y="-3.50988"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22577">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1408.1139" z="1007.86463"/>
<Orientation y="-2.68177"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22578">
<Template>actor|props/flora/shrub_tropic_plant_b.xml</Template>
<Position x="1408.08399" z="1007.62055"/>
<Orientation y="-2.04885"/>
<Actor seed="25944"/>
</Entity>
<Entity uid="22579">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.35352" z="1007.04035"/>
<Orientation y="2.35622"/>
<Actor seed="42412"/>
</Entity>
<Entity uid="22580">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.60193" z="1004.8014"/>
<Orientation y="2.35622"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22581">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.49341" z="1006.56946"/>
<Orientation y="5.33875"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22584">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.81861" z="1003.86335"/>
<Orientation y="2.35622"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22585">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1412.16187" z="1006.00843"/>
<Orientation y="1.85987"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22586">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1412.88672" z="1005.60071"/>
<Orientation y="2.63808"/>
<Actor seed="43330"/>
</Entity>
<Entity uid="22587">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1413.22596" z="1003.93732"/>
<Orientation y="3.42545"/>
<Actor seed="40580"/>
</Entity>
<Entity uid="22590">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.41297" z="1021.26758"/>
<Orientation y="6.98806"/>
<Actor seed="38030"/>
</Entity>
<Entity uid="22591">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1405.35535" z="1020.41401"/>
<Orientation y="6.782"/>
<Actor seed="44892"/>
</Entity>
<Entity uid="22592">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1409.84913" z="1036.01355"/>
<Orientation y="6.37633"/>
<Actor seed="44892"/>
</Entity>
<Entity uid="22593">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1408.98804" z="1036.17566"/>
<Orientation y="2.35621"/>
<Actor seed="24898"/>
</Entity>
<Entity uid="22594">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1399.3418" z="1059.83887"/>
<Orientation y="2.35621"/>
<Actor seed="33504"/>
</Entity>
<Entity uid="22595">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1398.11316" z="1059.85193"/>
<Orientation y="2.35621"/>
<Actor seed="23390"/>
</Entity>
<Entity uid="22596">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1396.76124" z="1059.18201"/>
<Orientation y="2.35621"/>
<Actor seed="1730"/>
</Entity>
<Entity uid="22597">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1396.05335" z="1058.55213"/>
<Orientation y="2.35621"/>
<Actor seed="8024"/>
</Entity>
<Entity uid="22598">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1395.77173" z="1060.28968"/>
<Orientation y="2.35621"/>
<Actor seed="55594"/>
</Entity>
<Entity uid="22599">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1406.72181" z="1039.89002"/>
<Orientation y="2.35621"/>
<Actor seed="9558"/>
</Entity>
<Entity uid="22600">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1404.43812" z="1039.8036"/>
<Orientation y="2.35621"/>
<Actor seed="50898"/>
</Entity>
<Entity uid="22601">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1402.74683" z="1039.77771"/>
<Orientation y="2.35621"/>
<Actor seed="63418"/>
</Entity>
<Entity uid="22602">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1402.6963" z="1038.46485"/>
<Orientation y="2.35621"/>
<Actor seed="44758"/>
</Entity>
<Entity uid="22603">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.29896" z="1053.84583"/>
<Orientation y="8.96552"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22604">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.67103" z="1051.04273"/>
<Orientation y="13.9463"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22605">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1406.7721" z="1051.4662"/>
<Orientation y="2.35622"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22606">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.93714" z="1052.50745"/>
<Orientation y="7.23995"/>
<Actor seed="38554"/>
</Entity>
<Entity uid="22607">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1407.61683" z="1052.38172"/>
<Orientation y="9.87493"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22608">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1406.82642" z="1053.11792"/>
<Orientation y="11.99067"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22609">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1406.56092" z="1051.90662"/>
<Orientation y="10.74712"/>
<Actor seed="38700"/>
</Entity>
<Entity uid="22610">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1417.82984" z="1004.33997"/>
<Orientation y="2.35622"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22611">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1417.10792" z="1002.99323"/>
<Orientation y="4.5963"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22612">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1416.23877" z="1002.28089"/>
<Orientation y="2.81901"/>
<Actor seed="46558"/>
</Entity>
<Entity uid="22613">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.20606" z="1050.464"/>
<Orientation y="-2.8363"/>
<Actor seed="30250"/>
</Entity>
<Entity uid="22614">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1408.12208" z="1052.56336"/>
<Orientation y="2.35622"/>
<Actor seed="49236"/>
</Entity>
<Entity uid="22615">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1411.09754" z="963.50153"/>
<Orientation y="-0.72374"/>
<Actor seed="922"/>
</Entity>
<Entity uid="22616">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1412.47022" z="964.24463"/>
<Orientation y="-0.98708"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="22617">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1405.51136" z="1072.11634"/>
<Orientation y="2.60491"/>
<Actor seed="46390"/>
</Entity>
<Entity uid="22618">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1398.20618" z="1074.35621"/>
<Orientation y="2.35622"/>
<Actor seed="24874"/>
</Entity>
<Entity uid="22619">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1393.96094" z="1072.05774"/>
<Orientation y="2.35622"/>
<Actor seed="34314"/>
</Entity>
<Entity uid="22620">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1395.27161" z="1074.18067"/>
<Orientation y="2.35622"/>
<Actor seed="21468"/>
</Entity>
<Entity uid="22621">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1404.44581" z="1069.17835"/>
<Orientation y="2.35622"/>
<Actor seed="10232"/>
</Entity>
<Entity uid="22622">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1398.59327" z="1078.2566"/>
<Orientation y="2.35622"/>
<Actor seed="50530"/>
</Entity>
<Entity uid="22623">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1406.15699" z="1069.84961"/>
<Orientation y="2.35622"/>
<Actor seed="33874"/>
</Entity>
<Entity uid="22624">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1401.15699" z="1074.97217"/>
<Orientation y="2.35622"/>
<Actor seed="4402"/>
</Entity>
<Entity uid="22625">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1400.48963" z="1076.84693"/>
<Orientation y="2.35622"/>
<Actor seed="46270"/>
</Entity>
<Entity uid="22626">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1401.28663" z="1073.57251"/>
<Orientation y="2.35622"/>
<Actor seed="13630"/>
</Entity>
<Entity uid="22627">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1399.91663" z="1071.24183"/>
<Orientation y="2.35622"/>
<Actor seed="3064"/>
</Entity>
<Entity uid="22628">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1397.6095" z="1058.71241"/>
<Orientation y="2.35622"/>
<Actor seed="10232"/>
</Entity>
<Entity uid="22629">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1396.5005" z="1058.261"/>
<Orientation y="2.84574"/>
<Actor seed="10232"/>
</Entity>
<Entity uid="22630">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1398.60682" z="1058.69422"/>
<Orientation y="1.61736"/>
<Actor seed="10232"/>
</Entity>
<Entity uid="22631">
<Template>actor|geology/stone_desert_set_new_a.xml</Template>
<Position x="1402.74305" z="1007.11738"/>
<Orientation y="-1.86161"/>
<Actor seed="38544"/>
</Entity>
<Entity uid="22632">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1409.73475" z="964.46546"/>
<Orientation y="-0.98708"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="22633">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1359.98108" z="1133.97034"/>
<Orientation y="3.45171"/>
<Actor seed="31090"/>
</Entity>
<Entity uid="22634">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1362.15833" z="1126.68262"/>
<Orientation y="2.35622"/>
<Actor seed="22060"/>
</Entity>
<Entity uid="22635">
<Template>gaia/flora_tree_cretan_date_palm_short</Template>
<Player>0</Player>
<Position x="1362.59583" z="1124.11622"/>
<Orientation y="-0.17165"/>
<Actor seed="612"/>
</Entity>
<Entity uid="22636">
<Template>actor|props/flora/plant_desert_a.xml</Template>
<Position x="1405.063" z="991.46613"/>
<Orientation y="3.3011"/>
<Actor seed="63324"/>
</Entity>
<Entity uid="22637">
<Template>structures/ptol_house</Template>
<Player>5</Player>
<Position x="1239.61597" z="909.73163"/>
<Orientation y="5.17656"/>
<Actor seed="60628"/>
</Entity>
<Entity uid="22638">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1274.62061" z="952.73951"/>
<Orientation y="-3.17452"/>
<Actor seed="4222"/>
</Entity>
<Entity uid="22639">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1276.18213" z="951.60352"/>
<Orientation y="-3.6953"/>
<Actor seed="4223"/>
</Entity>
<Entity uid="22640">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1274.44544" z="947.11261"/>
<Orientation y="-4.89185"/>
<Actor seed="4222"/>
</Entity>
<Entity uid="22641">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1276.19483" z="957.01185"/>
<Orientation y="-3.17452"/>
<Actor seed="4222"/>
</Entity>
<Entity uid="22642">
<Template>units/ptol_support_trader</Template>
<Player>5</Player>
<Position x="1238.99463" z="1009.37842"/>
<Orientation y="3.10488"/>
<Actor seed="40422"/>
</Entity>
<Entity uid="22643">
<Template>units/ptol_support_trader</Template>
<Player>5</Player>
<Position x="1245.4386" z="998.6294"/>
<Orientation y="-0.48493"/>
<Actor seed="18760"/>
</Entity>
<Entity uid="22644">
<Template>units/ptol_support_trader</Template>
<Player>5</Player>
<Position x="1238.9076" z="1001.61945"/>
<Orientation y="1.70974"/>
<Actor seed="14024"/>
</Entity>
<Entity uid="22645">
<Template>units/ptol_support_healer_e</Template>
<Player>5</Player>
<Position x="1416.41712" z="1017.47614"/>
<Orientation y="-2.3512"/>
<Actor seed="24416"/>
</Entity>
<Entity uid="22646">
<Template>units/ptol_support_healer_e</Template>
<Player>5</Player>
<Position x="1358.11146" z="1087.46546"/>
<Orientation y="2.35621"/>
<Actor seed="26700"/>
</Entity>
<Entity uid="22647">
<Template>units/ptol_support_healer_e</Template>
<Player>5</Player>
<Position x="1357.24268" z="1085.45691"/>
<Orientation y="1.19872"/>
<Actor seed="26700"/>
</Entity>
<Entity uid="22648">
<Template>units/kush_champion_infantry_amun</Template>
<Player>2</Player>
<Position x="1544.95643" z="380.30021"/>
<Orientation y="-2.2225"/>
<Actor seed="38232"/>
</Entity>
<Entity uid="22649">
<Template>units/kush_champion_infantry_amun</Template>
<Player>2</Player>
<Position x="1548.07288" z="374.15088"/>
<Orientation y="-2.14423"/>
<Actor seed="31840"/>
</Entity>
<Entity uid="22650">
<Template>units/kush_champion_infantry_apedemak</Template>
<Player>2</Player>
<Position x="1512.943" z="432.47336"/>
<Orientation y="4.03046"/>
<Actor seed="47966"/>
</Entity>
<Entity uid="22651">
<Template>units/kush_champion_infantry_apedemak</Template>
<Player>2</Player>
<Position x="1510.76294" z="436.63901"/>
<Orientation y="3.95856"/>
<Actor seed="22484"/>
</Entity>
<Entity uid="22652">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1535.53797" z="418.03153"/>
<Orientation y="-2.2543"/>
<Actor seed="40602"/>
</Entity>
<Entity uid="22653">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1541.71314" z="408.06406"/>
<Orientation y="-2.20473"/>
<Actor seed="3982"/>
</Entity>
<Entity uid="22654">
<Template>units/kush_support_healer_e</Template>
<Player>2</Player>
<Position x="1557.53895" z="431.07898"/>
<Orientation y="-2.46227"/>
<Actor seed="37926"/>
</Entity>
<Entity uid="22655">
<Template>units/ptol_support_healer_e</Template>
<Player>2</Player>
<Position x="1555.735" z="430.51957"/>
<Orientation y="1.815"/>
<Actor seed="49366"/>
</Entity>
<Entity uid="22656">
<Template>units/kush_support_healer_e</Template>
<Player>2</Player>
<Position x="1572.67737" z="430.65497"/>
<Orientation y="4.96303"/>
<Actor seed="7662"/>
</Entity>
<Entity uid="22657">
<Template>units/ptol_support_healer_e</Template>
<Player>2</Player>
<Position x="1510.43519" z="418.35376"/>
<Orientation y="-4.05364"/>
<Actor seed="41642"/>
</Entity>
<Entity uid="22658">
<Template>units/kush_support_healer_e</Template>
<Player>2</Player>
<Position x="1512.18848" z="417.12974"/>
<Orientation y="-1.83614"/>
<Actor seed="41738"/>
</Entity>
<Entity uid="22659">
<Template>units/kush_support_trader</Template>
<Player>2</Player>
<Position x="1534.91553" z="364.28617"/>
<Orientation y="6.20861"/>
<Actor seed="15028"/>
</Entity>
<Entity uid="22660">
<Template>units/kush_support_trader</Template>
<Player>2</Player>
<Position x="1506.21485" z="470.77543"/>
<Orientation y="-2.8106"/>
<Actor seed="27616"/>
</Entity>
<Entity uid="22661">
<Template>units/kush_support_trader</Template>
<Player>2</Player>
<Position x="1504.1454" z="468.02604"/>
<Orientation y="2.35621"/>
<Actor seed="12924"/>
</Entity>
<Entity uid="22662">
<Template>units/kush_ship_fishing</Template>
<Player>2</Player>
<Position x="1405.1891" z="468.24482"/>
<Orientation y="-2.85528"/>
<Actor seed="32484"/>
</Entity>
<Entity uid="22663">
<Template>units/kush_ship_fishing</Template>
<Player>2</Player>
<Position x="1395.07667" z="466.19465"/>
<Orientation y="2.35621"/>
<Actor seed="46400"/>
</Entity>
<Entity uid="22664">
<Template>units/kush_ship_fishing</Template>
<Player>2</Player>
<Position x="1500.15357" z="300.76514"/>
<Orientation y="-0.04574"/>
<Actor seed="15622"/>
</Entity>
<Entity uid="22665">
<Template>units/kush_ship_fishing</Template>
<Player>2</Player>
<Position x="1416.77479" z="399.07313"/>
<Orientation y="2.76471"/>
<Actor seed="10110"/>
</Entity>
<Entity uid="22666">
<Template>units/kush_support_trader</Template>
<Player>2</Player>
<Position x="1575.63453" z="532.76941"/>
<Orientation y="-4.9362"/>
<Actor seed="27616"/>
</Entity>
<Entity uid="22667">
<Template>structures/kush_defense_tower</Template>
<Player>2</Player>
<Position x="1619.9535" z="552.71607"/>
<Orientation y="2.5432"/>
<Actor seed="26120"/>
</Entity>
<Entity uid="22668">
<Template>structures/cart_wall_short</Template>
<Player>3</Player>
<Position x="293.07184" z="610.31318"/>
<Orientation y="1.2416"/>
<Obstruction group="6944"/>
<Actor seed="32662"/>
</Entity>
<Entity uid="22669">
<Template>structures/cart_wall_short</Template>
<Player>3</Player>
<Position x="300.08402" z="576.30744"/>
<Orientation y="1.50815"/>
<Obstruction group="6937"/>
<Actor seed="51306"/>
</Entity>
<Entity uid="22670">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="256.90564" z="644.25007"/>
<Orientation y="1.43776"/>
<Actor seed="19832"/>
</Entity>
<Entity uid="22671">
<Template>other/fence_stone</Template>
<Player>3</Player>
<Position x="253.82166" z="667.91126"/>
<Orientation y="1.43776"/>
<Actor seed="19832"/>
</Entity>
<Entity uid="22672">
<Template>structures/cart_tophet</Template>
<Player>3</Player>
<Position x="237.26551" z="736.14399"/>
<Orientation y="-3.26551"/>
<Actor seed="36902"/>
</Entity>
<Entity uid="22673">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="719.48108" z="1618.21314"/>
<Orientation y="2.35622"/>
<Actor seed="3628"/>
</Entity>
<Entity uid="22674">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="722.32746" z="1621.09314"/>
<Orientation y="2.35622"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="22676">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="723.97083" z="1623.78785"/>
<Orientation y="2.35622"/>
<Actor seed="34174"/>
</Entity>
<Entity uid="22677">
<Template>actor|flora/trees/mediterranean_cypress.xml</Template>
<Position x="746.76368" z="1668.47608"/>
<Orientation y="2.35622"/>
<Actor seed="27730"/>
</Entity>
<Entity uid="22679">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="729.6012" z="1649.1117"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22680">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="724.99042" z="1642.0409"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22681">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="725.542" z="1642.58912"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22682">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="726.0738" z="1643.12415"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22683">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="726.62525" z="1643.67237"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22687">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="724.6432" z="1642.37146"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22688">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="728.46332" z="1650.1974"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22689">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="727.16193" z="1644.17054"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22690">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="727.72291" z="1644.70875"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22691">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="728.23761" z="1645.23121"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22692">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="728.7787" z="1645.80481"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22693">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="725.54444" z="1650.04578"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22694">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="724.99665" z="1649.48523"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22695">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="724.45563" z="1648.91175"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22697">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="723.94098" z="1648.38929"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22698">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="726.27186" z="1649.72852"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22700">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="729.06067" z="1649.6371"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22701">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="729.21253" z="1646.87855"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22702">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="729.3263" z="1646.36536"/>
<Orientation y="-7.0765"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22703">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.81153" z="1646.21363"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22704">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.26008" z="1645.66529"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22707">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="723.40021" z="1647.82837"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22708">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="722.34339" z="1646.74866"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22709">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="722.89484" z="1647.29688"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22710">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.81531" z="1645.13917"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22711">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.36225" z="1642.9375"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22713">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.91224" z="1642.41993"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22714">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="722.48108" z="1641.88111"/>
<Orientation y="-5.52115"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22715">
<Template>actor|flora/trees/olive.xml</Template>
<Position x="724.91181" z="1645.60633"/>
<Orientation y="2.98047"/>
<Actor seed="23184"/>
</Entity>
<Entity uid="22716">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="729.70356" z="1648.55213"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22717">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="729.16596" z="1647.98206"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22718">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="728.63538" z="1647.39893"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22719">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="727.7157" z="1650.50721"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22720">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="727.15735" z="1649.9585"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22721">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="726.58796" z="1649.4308"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22722">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="723.89618" z="1642.71668"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22723">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="723.35859" z="1642.14661"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22724">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="722.82801" z="1641.56348"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22725">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.8725" z="1644.62586"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22726">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="721.3349" z="1644.0558"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22727">
<Template>actor|props/special/eyecandy/block_limestone.xml</Template>
<Position x="720.80433" z="1643.47266"/>
<Orientation y="-7.09415"/>
<Actor seed="8812"/>
</Entity>
<Entity uid="22728">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="724.67243" z="1643.87122"/>
<Orientation y="3.95287"/>
<Actor seed="27174"/>
</Entity>
<Entity uid="22729">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="723.08936" z="1643.40345"/>
<Orientation y="2.88047"/>
<Actor seed="45884"/>
</Entity>
<Entity uid="22730">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="723.54657" z="1646.03895"/>
<Orientation y="2.28722"/>
<Actor seed="45884"/>
</Entity>
<Entity uid="22731">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="725.4629" z="1648.02808"/>
<Orientation y="2.1794"/>
<Actor seed="59908"/>
</Entity>
<Entity uid="22732">
<Template>actor|props/flora/grass_field_flowering_tall.xml</Template>
<Position x="726.85004" z="1645.52222"/>
<Orientation y="3.33384"/>
<Actor seed="2120"/>
</Entity>
<Entity uid="22733">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="727.45624" z="1646.4126"/>
<Orientation y="2.30805"/>
<Actor seed="39238"/>
</Entity>
<Entity uid="22734">
<Template>actor|props/flora/grass_medit_flowering_tall.xml</Template>
<Position x="727.77387" z="1648.37806"/>
<Orientation y="2.61558"/>
<Actor seed="39238"/>
</Entity>
<Entity uid="22736">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="966.081" z="1634.78431"/>
<Orientation y="-2.38663"/>
<Actor seed="46134"/>
</Entity>
<Entity uid="22737">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="722.86329" z="1649.3838"/>
<Orientation y="3.91749"/>
<Actor seed="27130"/>
</Entity>
<Entity uid="22738">
<Template>other/bench</Template>
<Player>1</Player>
<Position x="728.29316" z="1643.03052"/>
<Orientation y="3.9175"/>
<Actor seed="27130"/>
</Entity>
<Entity uid="22739">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="956.51777" z="1599.4646"/>
<Orientation y="3.93082"/>
<Actor seed="56688"/>
</Entity>
<Entity uid="22742">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="937.47193" z="1271.81861"/>
<Orientation y="2.35621"/>
<Actor seed="3330"/>
</Entity>
<Entity uid="22743">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="959.99543" z="1271.73206"/>
<Orientation y="0.80988"/>
<Actor seed="27598"/>
</Entity>
<Entity uid="22744">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="939.87232" z="1298.77881"/>
<Orientation y="4.04554"/>
<Actor seed="21260"/>
</Entity>
<Entity uid="22745">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="959.94397" z="1296.31971"/>
<Orientation y="0.54171"/>
<Actor seed="3772"/>
</Entity>
<Entity uid="22746">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="986.25025" z="1112.75281"/>
<Orientation y="3.86356"/>
<Actor seed="748"/>
</Entity>
<Entity uid="22747">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="987.67011" z="1108.37476"/>
<Orientation y="2.35621"/>
<Actor seed="42984"/>
</Entity>
<Entity uid="22748">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="888.79377" z="1085.44336"/>
<Orientation y="2.35621"/>
<Actor seed="44884"/>
</Entity>
<Entity uid="22749">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="889.59449" z="1090.26429"/>
<Orientation y="2.35621"/>
<Actor seed="40528"/>
</Entity>
<Entity uid="22750">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="894.73725" z="1091.60499"/>
<Orientation y="2.35621"/>
<Actor seed="34928"/>
</Entity>
<Entity uid="22751">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="898.68891" z="1090.22693"/>
<Orientation y="2.35621"/>
<Actor seed="53306"/>
</Entity>
<Entity uid="22752">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="902.69892" z="1092.2345"/>
<Orientation y="2.35621"/>
<Actor seed="58442"/>
</Entity>
<Entity uid="22753">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="801.14435" z="1087.1421"/>
<Orientation y="2.35621"/>
<Actor seed="27696"/>
</Entity>
<Entity uid="22754">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="798.77002" z="1089.52161"/>
<Orientation y="2.35621"/>
<Actor seed="29980"/>
</Entity>
<Entity uid="22755">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="794.15925" z="1092.10254"/>
<Orientation y="2.35621"/>
<Actor seed="12762"/>
</Entity>
<Entity uid="22756">
<Template>gaia/geology_stone_desert_small</Template>
<Player>0</Player>
<Position x="804.04157" z="1085.5608"/>
<Orientation y="1.30767"/>
<Actor seed="51444"/>
</Entity>
<Entity uid="22757">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1016.11695" z="1046.08729"/>
<Orientation y="2.35622"/>
<Actor seed="3330"/>
</Entity>
<Entity uid="22758">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="1008.63282" z="1046.49256"/>
<Orientation y="2.85103"/>
<Actor seed="3330"/>
</Entity>
<Entity uid="22759">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="948.01832" z="1269.48047"/>
<Orientation y="-0.97353"/>
<Actor seed="3330"/>
</Entity>
<Entity uid="22760">
<Template>gaia/geology_stonemine_desert_quarry</Template>
<Player>0</Player>
<Position x="949.98743" z="1299.95264"/>
<Orientation y="2.16332"/>
<Actor seed="3330"/>
</Entity>
<Entity uid="22762">
<Template>structures/sele_stable</Template>
<Player>1</Player>
<Position x="903.62745" z="1531.31165"/>
<Orientation y="5.50991"/>
<Actor seed="42488"/>
</Entity>
<Entity uid="22763">
<Template>actor|props/special/eyecandy/statues_roman.xml</Template>
<Position x="805.8357" z="1740.04432"/>
<Orientation y="-1.65055"/>
<Actor seed="40116"/>
</Entity>
<Entity uid="22764">
<Template>actor|props/special/eyecandy/statues_roman.xml</Template>
<Position x="789.83918" z="1724.2306"/>
<Orientation y="0.03792"/>
<Actor seed="57334"/>
</Entity>
<Entity uid="22765">
<Template>units/kush_support_healer_e</Template>
<Player>1</Player>
<Position x="797.51386" z="1735.62391"/>
<Orientation y="0.0212"/>
<Actor seed="90"/>
</Entity>
<Entity uid="22766">
<Template>units/rome_support_healer_e</Template>
<Player>1</Player>
<Position x="800.27149" z="1738.70606"/>
<Orientation y="-1.5335"/>
<Actor seed="32516"/>
</Entity>
<Entity uid="22767">
<Template>units/gaul_support_healer_e</Template>
<Player>1</Player>
<Position x="797.06183" z="1738.11878"/>
<Orientation y="1.87221"/>
<Actor seed="22854"/>
</Entity>
<Entity uid="22768">
<Template>units/cart_support_healer_e</Template>
<Player>1</Player>
<Position x="799.05475" z="1735.5232"/>
<Orientation y="-0.8189"/>
<Actor seed="53770"/>
</Entity>
<Entity uid="22769">
<Template>units/iber_support_healer_e</Template>
<Player>1</Player>
<Position x="799.63581" z="1740.07081"/>
<Orientation y="-2.17405"/>
<Actor seed="45114"/>
</Entity>
<Entity uid="22770">
<Template>units/ptol_support_healer_e</Template>
<Player>1</Player>
<Position x="729.98469" z="1642.12049"/>
<Orientation y="-3.82358"/>
<Actor seed="16624"/>
</Entity>
<Entity uid="22771">
<Template>units/sele_support_healer_e</Template>
<Player>1</Player>
<Position x="730.84809" z="1639.33814"/>
<Orientation y="-6.3697"/>
<Actor seed="50538"/>
</Entity>
<Entity uid="22772">
<Template>gaia/treasure/wood</Template>
<Player>0</Player>
<Position x="965.8694" z="1637.78895"/>
<Orientation y="-5.52797"/>
<Actor seed="46134"/>
</Entity>
<Entity uid="22773">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="767.5063" z="1690.4657"/>
<Orientation y="2.35622"/>
<Actor seed="21272"/>
</Entity>
<Entity uid="22774">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="765.90174" z="1688.56995"/>
<Orientation y="2.35622"/>
<Actor seed="46096"/>
</Entity>
<Entity uid="22775">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="764.17463" z="1686.64478"/>
<Orientation y="2.35622"/>
<Actor seed="29286"/>
</Entity>
<Entity uid="22776">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="762.61445" z="1684.43152"/>
<Orientation y="2.35622"/>
<Actor seed="18396"/>
</Entity>
<Entity uid="22777">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="770.07831" z="1687.27686"/>
<Orientation y="2.35622"/>
<Actor seed="1202"/>
</Entity>
<Entity uid="22778">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="768.38471" z="1685.46656"/>
<Orientation y="2.35622"/>
<Actor seed="60272"/>
</Entity>
<Entity uid="22779">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="766.66602" z="1683.76526"/>
<Orientation y="2.35622"/>
<Actor seed="27968"/>
</Entity>
<Entity uid="22780">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="765.05744" z="1681.85413"/>
<Orientation y="2.35622"/>
<Actor seed="52156"/>
</Entity>
<Entity uid="22787">
<Template>actor|structures/kushites/temple.xml</Template>
<Position x="1527.65088" z="452.43125"/>
<Orientation y="-3.72414"/>
<Actor seed="23646"/>
</Entity>
<Entity uid="22788">
<Template>actor|structures/kushites/temple.xml</Template>
<Position x="1549.27833" z="466.39982"/>
<Orientation y="-3.72414"/>
<Actor seed="23646"/>
</Entity>
<Entity uid="22789">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1518.82728" z="455.61261"/>
<Orientation y="2.54671"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22790">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1520.11158" z="462.05152"/>
<Orientation y="4.1243"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22791">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1527.00904" z="465.5495"/>
<Orientation y="4.1243"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22792">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1538.7992" z="473.85544"/>
<Orientation y="4.1243"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22793">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1543.50245" z="477.38697"/>
<Orientation y="4.1243"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22794">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1553.83265" z="469.55683"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22795">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1549.90772" z="475.95368"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22796">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1557.95838" z="461.69352"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22797">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1548.52588" z="458.47663"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22798">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1544.39271" z="463.62449"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22799">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1521.18274" z="452.59662"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22800">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1526.81006" z="443.90387"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22801">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1536.62671" z="449.22355"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22802">
<Template>other/fence_stone</Template>
<Player>2</Player>
<Position x="1532.35535" z="454.52732"/>
<Orientation y="2.558"/>
<Actor seed="31856"/>
</Entity>
<Entity uid="22803">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="760.18683" z="1687.27906"/>
<Orientation y="2.35622"/>
<Actor seed="52156"/>
</Entity>
<Entity uid="22804">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="761.79542" z="1689.1902"/>
<Orientation y="2.35622"/>
<Actor seed="27968"/>
</Entity>
<Entity uid="22805">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="763.5141" z="1690.89148"/>
<Orientation y="2.35622"/>
<Actor seed="60272"/>
</Entity>
<Entity uid="22806">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="765.20771" z="1692.70179"/>
<Orientation y="2.35622"/>
<Actor seed="1202"/>
</Entity>
<Entity uid="22807">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="757.5699" z="1689.7909"/>
<Orientation y="2.35622"/>
<Actor seed="52156"/>
</Entity>
<Entity uid="22808">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="759.17847" z="1691.70203"/>
<Orientation y="2.35622"/>
<Actor seed="27968"/>
</Entity>
<Entity uid="22809">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="760.89716" z="1693.40333"/>
<Orientation y="2.35622"/>
<Actor seed="60272"/>
</Entity>
<Entity uid="22810">
<Template>units/sele_champion_infantry_pikeman</Template>
<Player>1</Player>
<Position x="762.59076" z="1695.21363"/>
<Orientation y="2.35622"/>
<Actor seed="1202"/>
</Entity>
<Entity uid="22815">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1691.12183" z="1664.32007"/>
<Orientation y="2.40578"/>
<Actor seed="40148"/>
</Entity>
<Entity uid="22816">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1688.94788" z="1662.32776"/>
<Orientation y="2.40578"/>
<Actor seed="35738"/>
</Entity>
<Entity uid="22817">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1705.20118" z="1676.28772"/>
<Orientation y="2.40578"/>
<Actor seed="48256"/>
</Entity>
<Entity uid="22818">
<Template>units/pers_champion_cavalry_archer</Template>
<Player>4</Player>
<Position x="1706.94605" z="1677.90552"/>
<Orientation y="2.40578"/>
<Actor seed="40148"/>
</Entity>
<Entity uid="22819">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1508.22046" z="498.45813"/>
<Orientation y="-0.65427"/>
<Actor seed="10890"/>
</Entity>
<Entity uid="22820">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1510.20691" z="499.40705"/>
<Orientation y="-1.06496"/>
<Actor seed="8094"/>
</Entity>
<Entity uid="22821">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1519.09498" z="492.34775"/>
<Orientation y="-0.64075"/>
<Actor seed="48924"/>
</Entity>
<Entity uid="22822">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1517.22974" z="491.17783"/>
<Orientation y="-0.5474"/>
<Actor seed="16464"/>
</Entity>
<Entity uid="22823">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1517.6631" z="494.02631"/>
<Orientation y="-0.63401"/>
<Actor seed="37102"/>
</Entity>
<Entity uid="22824">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1516.05774" z="492.94492"/>
<Orientation y="-0.5436"/>
<Actor seed="36424"/>
</Entity>
<Entity uid="22825">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1518.29139" z="489.66334"/>
<Orientation y="-0.5474"/>
<Actor seed="16464"/>
</Entity>
<Entity uid="22826">
<Template>units/kush_champion_infantry</Template>
<Player>2</Player>
<Position x="1520.15662" z="490.83326"/>
<Orientation y="-0.64075"/>
<Actor seed="48924"/>
</Entity>
<Entity uid="22827">
<Template>units/maur_support_elephant</Template>
<Player>1</Player>
<Position x="975.62366" z="1600.13904"/>
<Orientation y="2.35621"/>
<Actor seed="30932"/>
</Entity>
<Entity uid="22828">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="206.36002" z="1121.82288"/>
<Orientation y="2.35621"/>
<Actor seed="37676"/>
</Entity>
<Entity uid="22829">
<Template>gaia/flora_tree_olive</Template>
<Player>0</Player>
<Position x="199.75284" z="1144.92347"/>
<Orientation y="-2.72709"/>
<Actor seed="49626"/>
</Entity>
<Entity uid="22830">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="755.14124" z="1691.45972"/>
<Orientation y="2.35621"/>
<Actor seed="47276"/>
</Entity>
<Entity uid="22831">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="756.7469" z="1693.2262"/>
<Orientation y="2.35621"/>
<Actor seed="54968"/>
</Entity>
<Entity uid="22832">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="758.92286" z="1695.14686"/>
<Orientation y="2.35621"/>
<Actor seed="5296"/>
</Entity>
<Entity uid="22833">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="760.81263" z="1697.2085"/>
<Orientation y="2.35621"/>
<Actor seed="62164"/>
</Entity>
<Entity uid="22834">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="753.54084" z="1692.82972"/>
<Orientation y="2.35621"/>
<Actor seed="61224"/>
</Entity>
<Entity uid="22835">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="754.97498" z="1694.46473"/>
<Orientation y="2.35621"/>
<Actor seed="39240"/>
</Entity>
<Entity uid="22836">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="757.2621" z="1696.48133"/>
<Orientation y="2.35621"/>
<Actor seed="4984"/>
</Entity>
<Entity uid="22837">
<Template>units/sele_infantry_archer_merc_e</Template>
<Player>1</Player>
<Position x="759.19697" z="1698.86951"/>
<Orientation y="2.35621"/>
<Actor seed="47524"/>
</Entity>
<Entity uid="22838">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1681.87354" z="1663.7024"/>
<Orientation y="2.35621"/>
<Actor seed="52534"/>
</Entity>
<Entity uid="22839">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1683.7837" z="1665.3252"/>
<Orientation y="2.35621"/>
<Actor seed="52564"/>
</Entity>
<Entity uid="22840">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1683.49244" z="1661.82422"/>
<Orientation y="2.35621"/>
<Actor seed="37836"/>
</Entity>
<Entity uid="22841">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1685.55018" z="1663.70386"/>
<Orientation y="2.35621"/>
<Actor seed="52692"/>
</Entity>
<Entity uid="22842">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1684.98792" z="1660.07911"/>
<Orientation y="2.35621"/>
<Actor seed="20930"/>
</Entity>
<Entity uid="22843">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1686.8429" z="1661.93372"/>
<Orientation y="2.35621"/>
<Actor seed="8392"/>
</Entity>
<Entity uid="22844">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1707.0973" z="1684.7013"/>
<Orientation y="2.35621"/>
<Actor seed="20660"/>
</Entity>
<Entity uid="22845">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1709.2013" z="1686.55848"/>
<Orientation y="2.35621"/>
<Actor seed="25050"/>
</Entity>
<Entity uid="22846">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1708.23267" z="1682.65528"/>
<Orientation y="2.35621"/>
<Actor seed="25608"/>
</Entity>
<Entity uid="22847">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1710.3235" z="1684.8943"/>
<Orientation y="2.35621"/>
<Actor seed="62330"/>
</Entity>
<Entity uid="22848">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1709.32776" z="1681.43177"/>
<Orientation y="2.35621"/>
<Actor seed="24198"/>
</Entity>
<Entity uid="22849">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1711.74292" z="1682.84156"/>
<Orientation y="2.35621"/>
<Actor seed="48926"/>
</Entity>
<Entity uid="22850">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1679.42933" z="1665.55213"/>
<Orientation y="2.35621"/>
<Actor seed="26082"/>
</Entity>
<Entity uid="22851">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1680.62855" z="1667.29627"/>
<Orientation y="2.35621"/>
<Actor seed="19556"/>
</Entity>
<Entity uid="22852">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1705.05494" z="1687.4502"/>
<Orientation y="2.35621"/>
<Actor seed="39706"/>
</Entity>
<Entity uid="22853">
<Template>units/pers_kardakes_hoplite</Template>
<Player>4</Player>
<Position x="1707.44642" z="1688.89307"/>
<Orientation y="2.35621"/>
<Actor seed="2858"/>
</Entity>
<Entity uid="22854">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1508.78541" z="501.15894"/>
<Orientation y="-1.06496"/>
<Actor seed="8094"/>
</Entity>
<Entity uid="22855">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1510.5199" z="502.5221"/>
<Orientation y="-0.65427"/>
<Actor seed="10890"/>
</Entity>
<Entity uid="22856">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1506.89222" z="500.1768"/>
<Orientation y="-0.76955"/>
<Actor seed="4252"/>
</Entity>
<Entity uid="22857">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1505.28321" z="498.77677"/>
<Orientation y="-0.93607"/>
<Actor seed="30300"/>
</Entity>
<Entity uid="22858">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1503.62122" z="497.79661"/>
<Orientation y="-1.06496"/>
<Actor seed="8094"/>
</Entity>
<Entity uid="22859">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1511.85718" z="500.57416"/>
<Orientation y="-0.43993"/>
<Actor seed="11502"/>
</Entity>
<Entity uid="22860">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1514.50709" z="505.26908"/>
<Orientation y="-0.65427"/>
<Actor seed="10890"/>
</Entity>
<Entity uid="22861">
<Template>units/kush_infantry_pikeman_e</Template>
<Player>2</Player>
<Position x="1516.71473" z="506.90772"/>
<Orientation y="-0.86585"/>
<Actor seed="5120"/>
</Entity>
<Entity uid="22862">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="342.76395" z="1334.59375"/>
<Orientation y="-2.24872"/>
<Actor seed="64382"/>
</Entity>
<Entity uid="22863">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="344.4231" z="1333.36072"/>
<Orientation y="-2.20151"/>
<Actor seed="27138"/>
</Entity>
<Entity uid="22864">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="346.34577" z="1331.70301"/>
<Orientation y="-2.14461"/>
<Actor seed="45312"/>
</Entity>
<Entity uid="22865">
- <Template>units/rome_legionnaire_imperial</Template>
+ <Template>units/rome_champion_infantry_swordsman_03</Template>
<Player>6</Player>
<Position x="347.67042" z="1329.97425"/>
<Orientation y="-2.09487"/>
<Actor seed="12406"/>
</Entity>
<Entity uid="22866">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1248.35267" z="1649.02845"/>
<Orientation y="1.97515"/>
<Actor seed="20466"/>
</Entity>
<Entity uid="22867">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1247.68018" z="1646.45228"/>
<Orientation y="0.97951"/>
<Actor seed="13874"/>
</Entity>
<Entity uid="22868">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1243.67933" z="1651.25953"/>
<Orientation y="2.0458"/>
<Actor seed="5216"/>
</Entity>
<Entity uid="22869">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1245.0431" z="1653.05799"/>
<Orientation y="2.84064"/>
<Actor seed="61292"/>
</Entity>
<Entity uid="22870">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1248.36048" z="1642.24915"/>
<Orientation y="3.03919"/>
<Actor seed="1130"/>
</Entity>
<Entity uid="22871">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1249.85193" z="1641.6493"/>
<Orientation y="2.3369"/>
<Actor seed="15976"/>
</Entity>
<Entity uid="22872">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1249.12916" z="1645.35022"/>
<Orientation y="3.10788"/>
<Actor seed="25450"/>
</Entity>
<Entity uid="22873">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1247.698" z="1638.52479"/>
<Orientation y="1.54801"/>
<Actor seed="16842"/>
</Entity>
<Entity uid="22874">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1250.49" z="1637.95252"/>
<Orientation y="2.35621"/>
<Actor seed="60248"/>
</Entity>
<Entity uid="22875">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1255.45008" z="1630.50367"/>
<Orientation y="2.35621"/>
<Actor seed="6656"/>
</Entity>
<Entity uid="22876">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1253.943" z="1633.2566"/>
<Orientation y="2.35621"/>
<Actor seed="40946"/>
</Entity>
<Entity uid="22877">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1252.17627" z="1634.12208"/>
<Orientation y="2.35621"/>
<Actor seed="40138"/>
</Entity>
<Entity uid="22878">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1247.34852" z="1643.11951"/>
<Orientation y="2.13097"/>
<Actor seed="53016"/>
</Entity>
<Entity uid="22879">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1249.74024" z="1643.23816"/>
<Orientation y="1.12145"/>
<Actor seed="47670"/>
</Entity>
<Entity uid="22880">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1249.81348" z="1635.82386"/>
<Orientation y="1.52955"/>
<Actor seed="42956"/>
</Entity>
<Entity uid="22881">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1251.60022" z="1635.49244"/>
<Orientation y="3.08727"/>
<Actor seed="60188"/>
</Entity>
<Entity uid="22882">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1253.14625" z="1633.66749"/>
<Orientation y="3.52068"/>
<Actor seed="12896"/>
</Entity>
<Entity uid="22883">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1255.0376" z="1632.66126"/>
<Orientation y="1.75574"/>
<Actor seed="2260"/>
</Entity>
<Entity uid="22884">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1242.7732" z="1649.30909"/>
<Orientation y="1.54801"/>
<Actor seed="16842"/>
</Entity>
<Entity uid="22885">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1250.29786" z="1643.89246"/>
<Orientation y="2.35621"/>
<Actor seed="58660"/>
</Entity>
<Entity uid="22886">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1249.87916" z="1647.43323"/>
<Orientation y="2.66071"/>
<Actor seed="16704"/>
</Entity>
<Entity uid="22887">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1249.14295" z="1648.43982"/>
<Orientation y="2.35621"/>
<Actor seed="30412"/>
</Entity>
<Entity uid="22888">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1255.75318" z="1634.36231"/>
<Orientation y="1.98684"/>
<Actor seed="37600"/>
</Entity>
<Entity uid="22889">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1254.39576" z="1632.33362"/>
<Orientation y="1.34102"/>
<Actor seed="47456"/>
</Entity>
<Entity uid="22890">
<Template>actor|props/flora/reeds_pond_dry.xml</Template>
<Position x="1256.38465" z="1632.42005"/>
<Orientation y="2.35621"/>
<Actor seed="17166"/>
</Entity>
<Entity uid="22891">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1249.07361" z="1650.56275"/>
<Orientation y="2.35621"/>
<Actor seed="5048"/>
</Entity>
<Entity uid="22892">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1251.10413" z="1639.96839"/>
<Orientation y="2.35621"/>
<Actor seed="15518"/>
</Entity>
<Entity uid="22893">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1251.41419" z="1641.1764"/>
<Orientation y="2.35621"/>
<Actor seed="19074"/>
</Entity>
<Entity uid="22894">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1249.69825" z="1652.19837"/>
<Orientation y="2.35621"/>
<Actor seed="13564"/>
</Entity>
<Entity uid="22895">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1251.9795" z="1636.8932"/>
<Orientation y="2.35621"/>
<Actor seed="44910"/>
</Entity>
<Entity uid="22896">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1252.92823" z="1637.41187"/>
<Orientation y="2.35621"/>
<Actor seed="44886"/>
</Entity>
<Entity uid="22897">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1250.25245" z="1651.84925"/>
<Orientation y="2.35621"/>
<Actor seed="62318"/>
</Entity>
<Entity uid="22898">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1246.22291" z="1653.912"/>
<Orientation y="2.35621"/>
<Actor seed="3810"/>
</Entity>
<Entity uid="22899">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1253.27881" z="1637.95862"/>
<Orientation y="2.35621"/>
<Actor seed="40072"/>
</Entity>
<Entity uid="22900">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1251.76026" z="1642.05958"/>
<Orientation y="2.35621"/>
<Actor seed="36204"/>
</Entity>
<Entity uid="22901">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1252.92774" z="1642.1725"/>
<Orientation y="2.35621"/>
<Actor seed="49068"/>
</Entity>
<Entity uid="22902">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1252.11731" z="1642.60584"/>
<Orientation y="2.35621"/>
<Actor seed="8964"/>
</Entity>
<Entity uid="22903">
<Template>actor|props/special/eyecandy/bench_1.xml</Template>
<Position x="1256.29334" z="1674.48267"/>
<Orientation y="1.60582"/>
<Actor seed="6770"/>
</Entity>
<Entity uid="22905">
<Template>actor|props/units/tools/basket_berries.xml</Template>
<Position x="1254.62977" z="1675.9701"/>
<Orientation y="2.01104"/>
<Actor seed="34444"/>
</Entity>
<Entity uid="22908">
<Template>actor|props/special/eyecandy/awning_wood_small.xml</Template>
<Position x="1255.42798" z="1680.61097"/>
<Orientation y="2.83677"/>
<Actor seed="54432"/>
</Entity>
<Entity uid="22909">
<Template>actor|props/special/eyecandy/crate_a.xml</Template>
<Position x="1254.7295" z="1680.2566"/>
<Orientation y="2.35621"/>
<Actor seed="29600"/>
</Entity>
<Entity uid="22910">
<Template>units/ptol_ship_fishing</Template>
<Player>0</Player>
<Position x="1262.92896" z="1658.15235"/>
<Orientation y="2.35621"/>
<Actor seed="52674"/>
</Entity>
<Entity uid="22911">
<Template>actor|props/flora/pond_lillies_large.xml</Template>
<Position x="1248.22706" z="1639.46363"/>
<Orientation y="-1.88054"/>
<Actor seed="46612"/>
</Entity>
<Entity uid="22912">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1267.32105" z="1667.49683"/>
<Orientation y="2.35621"/>
<Actor seed="29760"/>
</Entity>
<Entity uid="22913">
<Template>actor|props/flora/water_lillies.xml</Template>
<Position x="1267.95105" z="1664.67542"/>
<Orientation y="2.35621"/>
<Actor seed="32014"/>
</Entity>
<Entity uid="22914">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1237.54114" z="1645.71851"/>
<Orientation y="1.54801"/>
<Actor seed="16842"/>
</Entity>
<Entity uid="22915">
<Template>actor|props/flora/reeds_pond_lush_a.xml</Template>
<Position x="1235.71961" z="1642.76563"/>
<Orientation y="6.3796"/>
<Actor seed="16842"/>
</Entity>
<Entity uid="22916">
<Template>actor|props/flora/reeds_pond_lush_b.xml</Template>
<Position x="1237.13392" z="1643.82996"/>
<Orientation y="1.52956"/>
<Actor seed="42956"/>
</Entity>
<Entity uid="22917">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1891.04139" z="1114.15113"/>
<Orientation y="-2.49921"/>
<Actor seed="59548"/>
</Entity>
<Entity uid="22918">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1891.01038" z="1112.87757"/>
<Orientation y="2.35621"/>
<Actor seed="54070"/>
</Entity>
<Entity uid="22919">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1891.68531" z="1111.88758"/>
<Orientation y="2.34182"/>
<Actor seed="844"/>
</Entity>
<Entity uid="22920">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1890.31605" z="1111.91895"/>
<Orientation y="2.35621"/>
<Actor seed="57278"/>
</Entity>
<Entity uid="22921">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1890.04688" z="1112.6261"/>
<Orientation y="2.35621"/>
<Actor seed="53034"/>
</Entity>
<Entity uid="22922">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1866.54517" z="1131.71009"/>
<Orientation y="2.35621"/>
<Actor seed="5386"/>
</Entity>
<Entity uid="22923">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1941.89051" z="1137.45423"/>
<Orientation y="2.35621"/>
<Actor seed="49688"/>
</Entity>
<Entity uid="22924">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1949.19471" z="1149.76111"/>
<Orientation y="2.35621"/>
<Actor seed="23356"/>
</Entity>
<Entity uid="22925">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1949.04029" z="1148.01319"/>
<Orientation y="2.35621"/>
<Actor seed="26318"/>
</Entity>
<Entity uid="22926">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1948.99891" z="1146.37647"/>
<Orientation y="2.35621"/>
<Actor seed="6022"/>
</Entity>
<Entity uid="22927">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1958.16675" z="1161.97779"/>
<Orientation y="2.35621"/>
<Actor seed="494"/>
</Entity>
<Entity uid="22928">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1958.11414" z="1161.09339"/>
<Orientation y="2.35621"/>
<Actor seed="26726"/>
</Entity>
<Entity uid="22929">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1958.92872" z="1161.76343"/>
<Orientation y="2.35621"/>
<Actor seed="61900"/>
</Entity>
<Entity uid="22931">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1918.79664" z="1089.55591"/>
<Orientation y="-0.8371"/>
<Actor seed="3631"/>
</Entity>
<Entity uid="22932">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1919.6095" z="1087.73707"/>
<Orientation y="-4.5846"/>
<Actor seed="3630"/>
</Entity>
<Entity uid="22933">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1921.38697" z="1140.02942"/>
<Orientation y="0.18932"/>
<Actor seed="3621"/>
</Entity>
<Entity uid="22934">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1920.92286" z="1138.33216"/>
<Orientation y="-2.20037"/>
<Actor seed="3626"/>
</Entity>
<Entity uid="22935">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1721.54346" z="1173.115"/>
<Orientation y="2.35621"/>
<Actor seed="35198"/>
</Entity>
<Entity uid="22936">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1729.92151" z="1212.17652"/>
<Orientation y="1.49302"/>
<Actor seed="26902"/>
</Entity>
<Entity uid="22937">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1720.48316" z="1174.02076"/>
<Orientation y="1.98511"/>
<Actor seed="43442"/>
</Entity>
<Entity uid="22939">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1704.71277" z="1205.77161"/>
<Orientation y="2.35621"/>
<Actor seed="48134"/>
</Entity>
<Entity uid="22940">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1703.7317" z="1206.05433"/>
<Orientation y="2.35621"/>
<Actor seed="30962"/>
</Entity>
<Entity uid="22941">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1704.91773" z="1204.47254"/>
<Orientation y="2.35621"/>
<Actor seed="53538"/>
</Entity>
<Entity uid="22942">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1703.3053" z="1204.18311"/>
<Orientation y="2.35621"/>
<Actor seed="56342"/>
</Entity>
<Entity uid="22943">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1702.27491" z="1203.95252"/>
<Orientation y="2.35621"/>
<Actor seed="49046"/>
</Entity>
<Entity uid="22944">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1700.93262" z="1203.86683"/>
<Orientation y="2.35621"/>
<Actor seed="52072"/>
</Entity>
<Entity uid="22945">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1700.57618" z="1203.36731"/>
<Orientation y="2.35621"/>
<Actor seed="47832"/>
</Entity>
<Entity uid="22946">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1698.90088" z="1203.75525"/>
<Orientation y="2.35621"/>
<Actor seed="37436"/>
</Entity>
<Entity uid="22947">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1699.34363" z="1203.6366"/>
<Orientation y="2.35621"/>
<Actor seed="65491"/>
</Entity>
<Entity uid="22948">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1698.18885" z="1203.77991"/>
<Orientation y="2.35621"/>
<Actor seed="44320"/>
</Entity>
<Entity uid="22949">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1696.93226" z="1203.96802"/>
<Orientation y="2.35621"/>
<Actor seed="52964"/>
</Entity>
<Entity uid="22950">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1695.51355" z="1205.0713"/>
<Orientation y="2.35621"/>
<Actor seed="18680"/>
</Entity>
<Entity uid="22951">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1696.41382" z="1196.6952"/>
<Orientation y="2.35621"/>
<Actor seed="42884"/>
</Entity>
<Entity uid="22952">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1696.47584" z="1197.59705"/>
<Orientation y="2.35621"/>
<Actor seed="25830"/>
</Entity>
<Entity uid="22953">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1695.35511" z="1198.6189"/>
<Orientation y="2.35621"/>
<Actor seed="25480"/>
</Entity>
<Entity uid="22954">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1696.02027" z="1200.63514"/>
<Orientation y="2.35621"/>
<Actor seed="64930"/>
</Entity>
<Entity uid="22955">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1695.29322" z="1202.66382"/>
<Orientation y="2.35621"/>
<Actor seed="15926"/>
</Entity>
<Entity uid="22956">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1693.7367" z="1203.99622"/>
<Orientation y="2.35621"/>
<Actor seed="23858"/>
</Entity>
<Entity uid="22957">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1696.39087" z="1202.25611"/>
<Orientation y="2.35621"/>
<Actor seed="46594"/>
</Entity>
<Entity uid="22958">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1694.4032" z="1199.50318"/>
<Orientation y="2.35621"/>
<Actor seed="682"/>
</Entity>
<Entity uid="22959">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1694.0088" z="1200.15455"/>
<Orientation y="2.35621"/>
<Actor seed="11846"/>
</Entity>
<Entity uid="22960">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1695.07154" z="1199.8418"/>
<Orientation y="2.35621"/>
<Actor seed="45580"/>
</Entity>
<Entity uid="22961">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1695.09253" z="1203.46192"/>
<Orientation y="2.35621"/>
<Actor seed="57550"/>
</Entity>
<Entity uid="22962">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1694.64661" z="1206.9137"/>
<Orientation y="2.35621"/>
<Actor seed="64574"/>
</Entity>
<Entity uid="22963">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1693.31373" z="1206.14808"/>
<Orientation y="2.35621"/>
<Actor seed="53164"/>
</Entity>
<Entity uid="22964">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1692.81653" z="1199.48292"/>
<Orientation y="2.35621"/>
<Actor seed="16498"/>
</Entity>
<Entity uid="22965">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1693.68299" z="1201.19056"/>
<Orientation y="2.35621"/>
<Actor seed="34518"/>
</Entity>
<Entity uid="22966">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1692.23218" z="1199.62415"/>
<Orientation y="2.35621"/>
<Actor seed="23518"/>
</Entity>
<Entity uid="22967">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1690.63941" z="1199.698"/>
<Orientation y="2.35621"/>
<Actor seed="3338"/>
</Entity>
<Entity uid="22968">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1698.09852" z="1205.63843"/>
<Orientation y="2.35621"/>
<Actor seed="28196"/>
</Entity>
<Entity uid="22969">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1699.57081" z="1205.93128"/>
<Orientation y="2.35621"/>
<Actor seed="23782"/>
</Entity>
<Entity uid="22970">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1700.72388" z="1206.5719"/>
<Orientation y="2.35621"/>
<Actor seed="35534"/>
</Entity>
<Entity uid="22971">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1697.46644" z="1206.3589"/>
<Orientation y="2.35621"/>
<Actor seed="360"/>
</Entity>
<Entity uid="22972">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1699.6692" z="1207.08606"/>
<Orientation y="2.35621"/>
<Actor seed="20478"/>
</Entity>
<Entity uid="22973">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1696.3147" z="1201.03834"/>
<Orientation y="2.35621"/>
<Actor seed="45818"/>
</Entity>
<Entity uid="22974">
<Template>actor|props/flora/grass_soft_dry_tuft_a.xml</Template>
<Position x="1700.66639" z="1205.4441"/>
<Orientation y="2.35621"/>
<Actor seed="60454"/>
</Entity>
<Entity uid="22975">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1697.62574" z="1208.07435"/>
<Orientation y="2.35621"/>
<Actor seed="56332"/>
</Entity>
<Entity uid="22976">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1684.68506" z="1202.34314"/>
<Orientation y="2.35621"/>
<Actor seed="12184"/>
</Entity>
<Entity uid="22977">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1681.96143" z="1202.71338"/>
<Orientation y="2.35621"/>
<Actor seed="29308"/>
</Entity>
<Entity uid="22978">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1696.97645" z="1211.83497"/>
<Orientation y="2.01577"/>
<Actor seed="3094"/>
</Entity>
<Entity uid="22979">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1696.75123" z="1216.14747"/>
<Orientation y="3.02897"/>
<Actor seed="18394"/>
</Entity>
<Entity uid="22980">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1686.27686" z="1206.63733"/>
<Orientation y="2.22463"/>
<Actor seed="27828"/>
</Entity>
<Entity uid="22981">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1689.8667" z="1208.84205"/>
<Orientation y="2.35621"/>
<Actor seed="8206"/>
</Entity>
<Entity uid="22982">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1695.73951" z="1220.0464"/>
<Orientation y="2.55166"/>
<Actor seed="8482"/>
</Entity>
<Entity uid="22983">
<Template>actor|props/flora/grass_soft_dry_small.xml</Template>
<Position x="1679.66224" z="1209.21668"/>
<Orientation y="2.35621"/>
<Actor seed="51684"/>
</Entity>
<Entity uid="22984">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1676.88807" z="1208.0879"/>
<Orientation y="2.35621"/>
<Actor seed="33850"/>
</Entity>
<Entity uid="22985">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1680.77015" z="1201.66785"/>
<Orientation y="2.35621"/>
<Actor seed="19320"/>
</Entity>
<Entity uid="22986">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1682.2682" z="1201.8805"/>
<Orientation y="2.35621"/>
<Actor seed="42670"/>
</Entity>
<Entity uid="22987">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1682.85535" z="1203.45643"/>
<Orientation y="2.35621"/>
<Actor seed="2210"/>
</Entity>
<Entity uid="22988">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1684.69507" z="1200.19703"/>
<Orientation y="2.35621"/>
<Actor seed="29924"/>
</Entity>
<Entity uid="22989">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1681.56031" z="1209.37928"/>
<Orientation y="2.35621"/>
<Actor seed="13092"/>
</Entity>
<Entity uid="22990">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1682.57227" z="1210.82227"/>
<Orientation y="2.35621"/>
<Actor seed="17210"/>
</Entity>
<Entity uid="22991">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1690.77344" z="1209.37098"/>
<Orientation y="2.35621"/>
<Actor seed="46806"/>
</Entity>
<Entity uid="22992">
<Template>actor|geology/stone_desert_med.xml</Template>
<Position x="1696.28797" z="1215.83387"/>
<Orientation y="2.35621"/>
<Actor seed="25412"/>
</Entity>
<Entity uid="22993">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1243.0929" z="1721.42762"/>
<Orientation y="-6.31843"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="22994">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1248.44532" z="1721.5287"/>
<Orientation y="-3.64116"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="22995">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1245.44385" z="1721.27063"/>
<Orientation y="-3.21746"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="22996">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1247.00257" z="1721.13367"/>
<Orientation y="-3.2149"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="22997">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1238.06641" z="1720.69166"/>
<Orientation y="-3.52222"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="22998">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1239.62354" z="1721.16626"/>
<Orientation y="-3.52218"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="22999">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1241.52295" z="1721.51563"/>
<Orientation y="-0.19411"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23000">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1241.82068" z="1743.26368"/>
<Orientation y="1.32479"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23001">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1220.7887" z="1717.40394"/>
<Orientation y="1.37098"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23002">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1236.49341" z="1720.08167"/>
<Orientation y="-3.47431"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23003">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1234.95167" z="1719.81421"/>
<Orientation y="-3.47686"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23004">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1233.5005" z="1719.65406"/>
<Orientation y="-3.37664"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23005">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1231.97596" z="1719.40186"/>
<Orientation y="-6.47762"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23006">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1230.17432" z="1719.48353"/>
<Orientation y="-3.21491"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23007">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1228.61561" z="1719.62049"/>
<Orientation y="-3.21746"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23008">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1226.43482" z="1719.74488"/>
<Orientation y="-0.18425"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23009">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1250.97266" z="1728.8678"/>
<Orientation y="4.2065"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23010">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1250.23694" z="1730.06165"/>
<Orientation y="0.91788"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23011">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1222.21241" z="1754.05665"/>
<Orientation y="2.35622"/>
<Actor seed="55556"/>
</Entity>
<Entity uid="23012">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1214.70069" z="1766.76954"/>
<Orientation y="1.38813"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="23013">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1246.2527" z="1737.55213"/>
<Orientation y="3.93337"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23014">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1248.53296" z="1733.24012"/>
<Orientation y="4.3402"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23015">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1249.22632" z="1731.60706"/>
<Orientation y="4.1073"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23016">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1248.09168" z="1734.62745"/>
<Orientation y="7.58693"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23017">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1247.4375" z="1736.12134"/>
<Orientation y="7.19172"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23018">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1219.20044" z="1719.099"/>
<Orientation y="3.1933"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23019">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1217.64295" z="1719.5829"/>
<Orientation y="3.58852"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23020">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1214.61731" z="1720.70313"/>
<Orientation y="0.1089"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23021">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1216.30555" z="1720.15784"/>
<Orientation y="0.34179"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23022">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1221.05762" z="1719.05762"/>
<Orientation y="-0.06505"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23023">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1212.7876" z="1720.95142"/>
<Orientation y="-3.08054"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23024">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1211.40357" z="1721.17713"/>
<Orientation y="0.20809"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23025">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1249.68995" z="1722.41248"/>
<Orientation y="-4.00513"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23026">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1223.96741" z="1719.49708"/>
<Orientation y="-3.51453"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23027">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1222.61683" z="1719.12"/>
<Orientation y="-0.22591"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23028">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1226.54102" z="1752.99646"/>
<Orientation y="-0.34331"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23029">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1227.83814" z="1753.52918"/>
<Orientation y="-3.63193"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23030">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1215.16407" z="1753.72584"/>
<Orientation y="0.09069"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23031">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1216.56495" z="1753.66382"/>
<Orientation y="-3.19794"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23032">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1224.99988" z="1752.75184"/>
<Orientation y="-0.18245"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23033">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1220.15174" z="1753.28785"/>
<Orientation y="0.2244"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23034">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1218.41114" z="1753.6316"/>
<Orientation y="-0.0085"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23035">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1221.54725" z="1752.87342"/>
<Orientation y="3.47112"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23036">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1223.15064" z="1752.57532"/>
<Orientation y="3.0759"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23037">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1230.25965" z="1754.06421"/>
<Orientation y="-0.30166"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23038">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1232.43982" z="1754.19617"/>
<Orientation y="-3.33486"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23039">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1234.00391" z="1754.24268"/>
<Orientation y="-3.33231"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23040">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1236.12049" z="1754.27198"/>
<Orientation y="-6.30475"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23044">
<Template>actor|props/flora/bush_medit_sm_dry.xml</Template>
<Position x="1211.14185" z="1720.43238"/>
<Orientation y="1.3628"/>
<Actor seed="3744"/>
</Entity>
<Entity uid="23045">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1193.1648" z="1752.43274"/>
<Orientation y="1.49459"/>
<Actor seed="25520"/>
</Entity>
<Entity uid="23046">
<Template>actor|props/structures/hellenes/corral_water.xml</Template>
<Position x="1192.4828" z="1752.49622"/>
<Orientation y="1.49459"/>
<Actor seed="5942"/>
</Entity>
<Entity uid="23047">
<Template>actor|props/special/eyecandy/well_1_d.xml</Template>
<Position x="1193.41736" z="1751.58704"/>
<Orientation y="1.49459"/>
<Actor seed="1786"/>
</Entity>
<Entity uid="23048">
<Template>actor|props/flora/bush.xml</Template>
<Position x="1182.08265" z="1776.20875"/>
<Orientation y="2.35621"/>
<Actor seed="49170"/>
</Entity>
<Entity uid="23049">
<Template>actor|props/flora/bush.xml</Template>
<Position x="1180.69007" z="1775.97461"/>
<Orientation y="2.35621"/>
<Actor seed="57108"/>
</Entity>
<Entity uid="23050">
<Template>actor|props/flora/bush.xml</Template>
<Position x="1178.94971" z="1776.07825"/>
<Orientation y="2.35621"/>
<Actor seed="9088"/>
</Entity>
<Entity uid="23051">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1330.43238" z="1773.09766"/>
<Orientation y="2.35621"/>
<Actor seed="36282"/>
</Entity>
<Entity uid="23052">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1333.64161" z="1773.91565"/>
<Orientation y="2.35621"/>
<Actor seed="59044"/>
</Entity>
<Entity uid="23053">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1337.54908" z="1772.8407"/>
<Orientation y="2.35621"/>
<Actor seed="53482"/>
</Entity>
<Entity uid="23054">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.41602" z="1769.15955"/>
<Orientation y="2.35621"/>
<Actor seed="11876"/>
</Entity>
<Entity uid="23055">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1344.6454" z="1766.13331"/>
<Orientation y="2.35621"/>
<Actor seed="20220"/>
</Entity>
<Entity uid="23056">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1349.00574" z="1767.63855"/>
<Orientation y="2.35621"/>
<Actor seed="6284"/>
</Entity>
<Entity uid="23057">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1353.11927" z="1769.69654"/>
<Orientation y="2.35621"/>
<Actor seed="14000"/>
</Entity>
<Entity uid="23058">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1355.92676" z="1773.0514"/>
<Orientation y="2.35621"/>
<Actor seed="62760"/>
</Entity>
<Entity uid="23059">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1351.78992" z="1769.9983"/>
<Orientation y="2.35621"/>
<Actor seed="21228"/>
</Entity>
<Entity uid="23060">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1360.39576" z="1775.04969"/>
<Orientation y="2.35621"/>
<Actor seed="17028"/>
</Entity>
<Entity uid="23061">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1362.44324" z="1776.06946"/>
<Orientation y="2.35621"/>
<Actor seed="23538"/>
</Entity>
<Entity uid="23062">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1359.54249" z="1764.97779"/>
<Orientation y="2.35621"/>
<Actor seed="52836"/>
</Entity>
<Entity uid="23063">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1356.39356" z="1762.18812"/>
<Orientation y="2.35621"/>
<Actor seed="21684"/>
</Entity>
<Entity uid="23064">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1353.24" z="1758.70728"/>
<Orientation y="2.35621"/>
<Actor seed="23340"/>
</Entity>
<Entity uid="23065">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.7511" z="1759.55884"/>
<Orientation y="2.35621"/>
<Actor seed="25718"/>
</Entity>
<Entity uid="23066">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1336.60535" z="1761.48511"/>
<Orientation y="2.35621"/>
<Actor seed="47076"/>
</Entity>
<Entity uid="23067">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1332.70887" z="1763.96204"/>
<Orientation y="2.35621"/>
<Actor seed="40858"/>
</Entity>
<Entity uid="23068">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1326.01795" z="1775.10743"/>
<Orientation y="2.35621"/>
<Actor seed="18674"/>
</Entity>
<Entity uid="23069">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1320.75428" z="1779.85901"/>
<Orientation y="2.35621"/>
<Actor seed="2720"/>
</Entity>
<Entity uid="23070">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1319.19996" z="1780.50794"/>
<Orientation y="2.35621"/>
<Actor seed="57162"/>
</Entity>
<Entity uid="23071">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1359.7234" z="1764.6819"/>
<Orientation y="2.35621"/>
<Actor seed="8860"/>
</Entity>
<Entity uid="23072">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1358.05738" z="1763.64649"/>
<Orientation y="2.35621"/>
<Actor seed="27030"/>
</Entity>
<Entity uid="23073">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1357.04822" z="1762.27173"/>
<Orientation y="2.35621"/>
<Actor seed="58164"/>
</Entity>
<Entity uid="23074">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1354.82276" z="1761.20984"/>
<Orientation y="2.35621"/>
<Actor seed="34450"/>
</Entity>
<Entity uid="23075">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1358.771" z="1762.0829"/>
<Orientation y="2.35621"/>
<Actor seed="63536"/>
</Entity>
<Entity uid="23076">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1363.1565" z="1776.12684"/>
<Orientation y="2.35621"/>
<Actor seed="27402"/>
</Entity>
<Entity uid="23077">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1364.2588" z="1777.17981"/>
<Orientation y="2.35621"/>
<Actor seed="43710"/>
</Entity>
<Entity uid="23078">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1361.54664" z="1777.97706"/>
<Orientation y="2.35621"/>
<Actor seed="54458"/>
</Entity>
<Entity uid="23079">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1347.27308" z="1765.33594"/>
<Orientation y="2.35621"/>
<Actor seed="1504"/>
</Entity>
<Entity uid="23080">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1344.80982" z="1766.34485"/>
<Orientation y="2.35621"/>
<Actor seed="42498"/>
</Entity>
<Entity uid="23081">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1334.66944" z="1761.82752"/>
<Orientation y="2.35621"/>
<Actor seed="324"/>
</Entity>
<Entity uid="23082">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1356.19043" z="1758.65113"/>
<Orientation y="2.35621"/>
<Actor seed="692"/>
</Entity>
<Entity uid="23083">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1337.93604" z="1771.51905"/>
<Orientation y="2.35621"/>
<Actor seed="38446"/>
</Entity>
<Entity uid="23084">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1308.89185" z="1771.3484"/>
<Orientation y="2.35621"/>
<Actor seed="32970"/>
</Entity>
<Entity uid="23085">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1310.24585" z="1768.3777"/>
<Orientation y="2.35621"/>
<Actor seed="60876"/>
</Entity>
<Entity uid="23086">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1314.22852" z="1765.19471"/>
<Orientation y="2.35621"/>
<Actor seed="32632"/>
</Entity>
<Entity uid="23087">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1312.79139" z="1800.30457"/>
<Orientation y="2.35621"/>
<Actor seed="42940"/>
</Entity>
<Entity uid="23088">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1311.93104" z="1797.14649"/>
<Orientation y="2.35621"/>
<Actor seed="57586"/>
</Entity>
<Entity uid="23089">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1313.73755" z="1794.05311"/>
<Orientation y="2.35621"/>
<Actor seed="49568"/>
</Entity>
<Entity uid="23090">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1310.17615" z="1794.90918"/>
<Orientation y="2.35621"/>
<Actor seed="5000"/>
</Entity>
<Entity uid="23091">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1310.54175" z="1792.64625"/>
<Orientation y="2.35621"/>
<Actor seed="63334"/>
</Entity>
<Entity uid="23092">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1308.82801" z="1793.21375"/>
<Orientation y="-1.33132"/>
<Actor seed="7910"/>
</Entity>
<Entity uid="23093">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1306.56617" z="1792.05298"/>
<Orientation y="2.35621"/>
<Actor seed="36722"/>
</Entity>
<Entity uid="23094">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1306.69227" z="1788.74537"/>
<Orientation y="2.35621"/>
<Actor seed="59276"/>
</Entity>
<Entity uid="23095">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1266.54712" z="1729.68494"/>
<Orientation y="2.35621"/>
<Actor seed="17754"/>
</Entity>
<Entity uid="23096">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1266.18787" z="1726.77527"/>
<Orientation y="2.35621"/>
<Actor seed="20350"/>
</Entity>
<Entity uid="23097">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1269.11219" z="1723.62623"/>
<Orientation y="2.35621"/>
<Actor seed="17614"/>
</Entity>
<Entity uid="23098">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1268.27295" z="1720.48365"/>
<Orientation y="2.35621"/>
<Actor seed="11912"/>
</Entity>
<Entity uid="23099">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1267.63294" z="1723.88428"/>
<Orientation y="2.35621"/>
<Actor seed="34230"/>
</Entity>
<Entity uid="23100">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1214.10486" z="1804.49671"/>
<Orientation y="2.35621"/>
<Actor seed="28418"/>
</Entity>
<Entity uid="23101">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1218.29517" z="1803.72803"/>
<Orientation y="2.35621"/>
<Actor seed="58112"/>
</Entity>
<Entity uid="23102">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1217.98511" z="1801.15845"/>
<Orientation y="2.35621"/>
<Actor seed="33338"/>
</Entity>
<Entity uid="23103">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1222.89454" z="1800.20728"/>
<Orientation y="2.35621"/>
<Actor seed="37466"/>
</Entity>
<Entity uid="23104">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1225.5547" z="1799.8678"/>
<Orientation y="2.35621"/>
<Actor seed="31342"/>
</Entity>
<Entity uid="23105">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1228.25355" z="1798.20386"/>
<Orientation y="2.35621"/>
<Actor seed="21304"/>
</Entity>
<Entity uid="23106">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1232.78895" z="1811.08436"/>
<Orientation y="2.35621"/>
<Actor seed="1702"/>
</Entity>
<Entity uid="23107">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1236.4275" z="1809.62366"/>
<Orientation y="2.35621"/>
<Actor seed="57430"/>
</Entity>
<Entity uid="23108">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1237.92933" z="1807.68006"/>
<Orientation y="2.35621"/>
<Actor seed="61236"/>
</Entity>
<Entity uid="23109">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1241.44483" z="1806.76124"/>
<Orientation y="2.35621"/>
<Actor seed="1850"/>
</Entity>
<Entity uid="23110">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1241.62427" z="1805.33692"/>
<Orientation y="2.35621"/>
<Actor seed="10274"/>
</Entity>
<Entity uid="23111">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1236.97254" z="1811.34754"/>
<Orientation y="2.35621"/>
<Actor seed="26060"/>
</Entity>
<Entity uid="23112">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1299.03394" z="1808.23511"/>
<Orientation y="2.35621"/>
<Actor seed="47496"/>
</Entity>
<Entity uid="23113">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1300.51575" z="1812.75794"/>
<Orientation y="2.35621"/>
<Actor seed="20102"/>
</Entity>
<Entity uid="23114">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1302.85303" z="1816.8667"/>
<Orientation y="2.35621"/>
<Actor seed="15322"/>
</Entity>
<Entity uid="23115">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1302.12403" z="1821.85975"/>
<Orientation y="2.35621"/>
<Actor seed="55390"/>
</Entity>
<Entity uid="23116">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1301.03174" z="1816.12818"/>
<Orientation y="2.35621"/>
<Actor seed="6448"/>
</Entity>
<Entity uid="23117">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1300.83533" z="1818.48414"/>
<Orientation y="2.35621"/>
<Actor seed="51190"/>
</Entity>
<Entity uid="23118">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.1172" z="1648.35755"/>
<Orientation y="2.35621"/>
<Actor seed="51924"/>
</Entity>
<Entity uid="23119">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.84961" z="1646.4109"/>
<Orientation y="2.35621"/>
<Actor seed="60432"/>
</Entity>
<Entity uid="23120">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1338.73182" z="1645.88074"/>
<Orientation y="2.35621"/>
<Actor seed="33982"/>
</Entity>
<Entity uid="23121">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.5077" z="1645.56543"/>
<Orientation y="2.35621"/>
<Actor seed="55280"/>
</Entity>
<Entity uid="23122">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1338.34852" z="1641.91456"/>
<Orientation y="2.35621"/>
<Actor seed="53122"/>
</Entity>
<Entity uid="23123">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.83973" z="1640.77198"/>
<Orientation y="2.35621"/>
<Actor seed="47792"/>
</Entity>
<Entity uid="23124">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1340.76807" z="1638.13172"/>
<Orientation y="2.35621"/>
<Actor seed="4958"/>
</Entity>
<Entity uid="23125">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1330.80201" z="1602.71924"/>
<Orientation y="2.35621"/>
<Actor seed="35594"/>
</Entity>
<Entity uid="23126">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1329.09852" z="1600.69105"/>
<Orientation y="2.35621"/>
<Actor seed="44482"/>
</Entity>
<Entity uid="23127">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1326.70948" z="1599.45289"/>
<Orientation y="2.35621"/>
<Actor seed="64454"/>
</Entity>
<Entity uid="23128">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1327.03663" z="1596.08252"/>
<Orientation y="2.35621"/>
<Actor seed="29986"/>
</Entity>
<Entity uid="23129">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1330.55005" z="1598.81934"/>
<Orientation y="2.35621"/>
<Actor seed="52532"/>
</Entity>
<Entity uid="23130">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1329.15674" z="1594.67908"/>
<Orientation y="2.35621"/>
<Actor seed="11624"/>
</Entity>
<Entity uid="23131">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1327.78077" z="1594.33057"/>
<Orientation y="2.8785"/>
<Actor seed="13552"/>
</Entity>
<Entity uid="23132">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1330.47156" z="1591.02845"/>
<Orientation y="2.35621"/>
<Actor seed="452"/>
</Entity>
<Entity uid="23133">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1329.80225" z="1589.3136"/>
<Orientation y="2.35621"/>
<Actor seed="23898"/>
</Entity>
<Entity uid="23134">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1317.96167" z="1639.15723"/>
<Orientation y="2.35621"/>
<Actor seed="16200"/>
</Entity>
<Entity uid="23135">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1320.83399" z="1637.22571"/>
<Orientation y="2.35621"/>
<Actor seed="35544"/>
</Entity>
<Entity uid="23136">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1323.27918" z="1633.96546"/>
<Orientation y="2.35621"/>
<Actor seed="58868"/>
</Entity>
<Entity uid="23137">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1323.69288" z="1631.03077"/>
<Orientation y="2.35621"/>
<Actor seed="26004"/>
</Entity>
<Entity uid="23138">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1183.11548" z="1662.9513"/>
<Orientation y="2.35621"/>
<Actor seed="54460"/>
</Entity>
<Entity uid="23139">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1187.64917" z="1663.40003"/>
<Orientation y="2.35621"/>
<Actor seed="23184"/>
</Entity>
<Entity uid="23140">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1187.63428" z="1661.21143"/>
<Orientation y="2.35621"/>
<Actor seed="63256"/>
</Entity>
<Entity uid="23141">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1185.0553" z="1660.72034"/>
<Orientation y="2.35621"/>
<Actor seed="8140"/>
</Entity>
<Entity uid="23142">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1190.4568" z="1659.28406"/>
<Orientation y="2.35621"/>
<Actor seed="37290"/>
</Entity>
<Entity uid="23143">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1188.43567" z="1658.53528"/>
<Orientation y="2.35621"/>
<Actor seed="17278"/>
</Entity>
<Entity uid="23144">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1190.42579" z="1654.93653"/>
<Orientation y="2.35621"/>
<Actor seed="13722"/>
</Entity>
<Entity uid="23145">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1191.99927" z="1656.00501"/>
<Orientation y="2.35621"/>
<Actor seed="28386"/>
</Entity>
<Entity uid="23146">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1192.76392" z="1652.37134"/>
<Orientation y="2.35621"/>
<Actor seed="41236"/>
</Entity>
<Entity uid="23147">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1195.55433" z="1652.511"/>
<Orientation y="2.35621"/>
<Actor seed="51654"/>
</Entity>
<Entity uid="23148">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1128.05811" z="1680.27405"/>
<Orientation y="2.35621"/>
<Actor seed="34226"/>
</Entity>
<Entity uid="23149">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1126.79432" z="1677.09021"/>
<Orientation y="2.35621"/>
<Actor seed="54356"/>
</Entity>
<Entity uid="23150">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1127.85584" z="1675.01429"/>
<Orientation y="2.35621"/>
<Actor seed="29720"/>
</Entity>
<Entity uid="23151">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1130.7334" z="1672.68738"/>
<Orientation y="2.35621"/>
<Actor seed="14640"/>
</Entity>
<Entity uid="23152">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1134.79273" z="1671.13257"/>
<Orientation y="2.35621"/>
<Actor seed="42660"/>
</Entity>
<Entity uid="23153">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1128.1565" z="1675.7057"/>
<Orientation y="2.35621"/>
<Actor seed="43630"/>
</Entity>
<Entity uid="23154">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1139.13843" z="1654.8993"/>
<Orientation y="2.35621"/>
<Actor seed="45940"/>
</Entity>
<Entity uid="23155">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1136.75086" z="1655.70264"/>
<Orientation y="2.35621"/>
<Actor seed="61584"/>
</Entity>
<Entity uid="23156">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1131.30848" z="1655.839"/>
<Orientation y="2.35621"/>
<Actor seed="61588"/>
</Entity>
<Entity uid="23157">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1134.71229" z="1656.15076"/>
<Orientation y="2.35621"/>
<Actor seed="2794"/>
</Entity>
<Entity uid="23158">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1087.80835" z="1790.70032"/>
<Orientation y="2.35621"/>
<Actor seed="11168"/>
</Entity>
<Entity uid="23159">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1086.10279" z="1788.90772"/>
<Orientation y="2.35621"/>
<Actor seed="48560"/>
</Entity>
<Entity uid="23160">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1083.09693" z="1786.30311"/>
<Orientation y="2.35621"/>
<Actor seed="57542"/>
</Entity>
<Entity uid="23161">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1081.63416" z="1789.32105"/>
<Orientation y="2.35621"/>
<Actor seed="18970"/>
</Entity>
<Entity uid="23162">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1077.46326" z="1790.1858"/>
<Orientation y="2.35621"/>
<Actor seed="64324"/>
</Entity>
<Entity uid="23163">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1201.82557" z="1808.26746"/>
<Orientation y="2.35621"/>
<Actor seed="29110"/>
</Entity>
<Entity uid="23164">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1199.70508" z="1809.85511"/>
<Orientation y="2.35621"/>
<Actor seed="64616"/>
</Entity>
<Entity uid="23165">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1196.5442" z="1813.16114"/>
<Orientation y="2.35621"/>
<Actor seed="28304"/>
</Entity>
<Entity uid="23166">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1198.12183" z="1809.26368"/>
<Orientation y="2.35621"/>
<Actor seed="52292"/>
</Entity>
<Entity uid="23167">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1315.91675" z="1830.9137"/>
<Orientation y="2.35621"/>
<Actor seed="22028"/>
</Entity>
<Entity uid="23168">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1315.14771" z="1833.66895"/>
<Orientation y="0.2469"/>
<Actor seed="4574"/>
</Entity>
<Entity uid="23169">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1316.52051" z="1840.3545"/>
<Orientation y="2.35621"/>
<Actor seed="36168"/>
</Entity>
<Entity uid="23170">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1319.25818" z="1847.6261"/>
<Orientation y="2.35621"/>
<Actor seed="24400"/>
</Entity>
<Entity uid="23171">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1317.469" z="1840.57532"/>
<Orientation y="2.35621"/>
<Actor seed="43464"/>
</Entity>
<Entity uid="23172">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1318.72791" z="1837.17518"/>
<Orientation y="2.35621"/>
<Actor seed="24706"/>
</Entity>
<Entity uid="23173">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1313.24866" z="1622.85767"/>
<Orientation y="2.35621"/>
<Actor seed="29262"/>
</Entity>
<Entity uid="23174">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1312.02613" z="1624.83423"/>
<Orientation y="2.35621"/>
<Actor seed="12774"/>
</Entity>
<Entity uid="23175">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1309.91187" z="1626.67078"/>
<Orientation y="2.35621"/>
<Actor seed="53142"/>
</Entity>
<Entity uid="23176">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1273.48414" z="1517.83313"/>
<Orientation y="2.35621"/>
<Actor seed="44788"/>
</Entity>
<Entity uid="23177">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1273.88746" z="1521.07996"/>
<Orientation y="2.35621"/>
<Actor seed="32230"/>
</Entity>
<Entity uid="23178">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1271.97425" z="1523.74573"/>
<Orientation y="2.35621"/>
<Actor seed="34518"/>
</Entity>
<Entity uid="23179">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1272.34791" z="1520.40455"/>
<Orientation y="2.35621"/>
<Actor seed="21534"/>
</Entity>
<Entity uid="23180">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1211.4037" z="1590.6233"/>
<Orientation y="2.35621"/>
<Actor seed="55260"/>
</Entity>
<Entity uid="23181">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1211.35853" z="1596.29932"/>
<Orientation y="2.35621"/>
<Actor seed="7734"/>
</Entity>
<Entity uid="23182">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1209.787" z="1598.64722"/>
<Orientation y="2.35621"/>
<Actor seed="39248"/>
</Entity>
<Entity uid="23183">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1209.60572" z="1601.77479"/>
<Orientation y="0.21679"/>
<Actor seed="29930"/>
</Entity>
<Entity uid="23184">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1211.34388" z="1607.59827"/>
<Orientation y="2.35621"/>
<Actor seed="54582"/>
</Entity>
<Entity uid="23185">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1212.48206" z="1600.26453"/>
<Orientation y="2.35621"/>
<Actor seed="52586"/>
</Entity>
<Entity uid="23186">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1216.08484" z="1593.54688"/>
<Orientation y="2.35621"/>
<Actor seed="17008"/>
</Entity>
<Entity uid="23187">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1214.29395" z="1588.62"/>
<Orientation y="2.35621"/>
<Actor seed="20438"/>
</Entity>
<Entity uid="23188">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1186.6316" z="1568.45691"/>
<Orientation y="2.35621"/>
<Actor seed="53784"/>
</Entity>
<Entity uid="23189">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1187.24708" z="1573.98914"/>
<Orientation y="2.35621"/>
<Actor seed="64608"/>
</Entity>
<Entity uid="23190">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1190.34607" z="1576.82068"/>
<Orientation y="2.35621"/>
<Actor seed="55610"/>
</Entity>
<Entity uid="23191">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1193.27833" z="1582.99695"/>
<Orientation y="2.35621"/>
<Actor seed="25324"/>
</Entity>
<Entity uid="23192">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1188.79395" z="1579.58082"/>
<Orientation y="2.35621"/>
<Actor seed="19194"/>
</Entity>
<Entity uid="23193">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1191.97254" z="1579.61841"/>
<Orientation y="2.35621"/>
<Actor seed="53712"/>
</Entity>
<Entity uid="23194">
<Template>actor|props/flora/bush_desert_a.xml</Template>
<Position x="1189.05713" z="1576.30872"/>
<Orientation y="2.35621"/>
<Actor seed="38188"/>
</Entity>
<Entity uid="23195">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1272.40613" z="1521.15833"/>
<Orientation y="2.35621"/>
<Actor seed="50302"/>
</Entity>
<Entity uid="23196">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1192.68067" z="1654.49549"/>
<Orientation y="2.35621"/>
<Actor seed="9712"/>
</Entity>
<Entity uid="23197">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1185.15906" z="1663.53455"/>
<Orientation y="2.35621"/>
<Actor seed="15168"/>
</Entity>
<Entity uid="23198">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1127.98401" z="1677.87732"/>
<Orientation y="2.35621"/>
<Actor seed="64964"/>
</Entity>
<Entity uid="23199">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1084.04859" z="1787.96253"/>
<Orientation y="2.35621"/>
<Actor seed="8380"/>
</Entity>
<Entity uid="23200">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1087.4662" z="1788.8545"/>
<Orientation y="2.35621"/>
<Actor seed="41630"/>
</Entity>
<Entity uid="23201">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1240.61854" z="1807.50416"/>
<Orientation y="2.35621"/>
<Actor seed="23926"/>
</Entity>
<Entity uid="23202">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1242.66602" z="1806.01807"/>
<Orientation y="2.35621"/>
<Actor seed="59600"/>
</Entity>
<Entity uid="23203">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1316.42127" z="1833.55713"/>
<Orientation y="2.35621"/>
<Actor seed="6916"/>
</Entity>
<Entity uid="23204">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1317.1792" z="1836.3075"/>
<Orientation y="2.35621"/>
<Actor seed="28686"/>
</Entity>
<Entity uid="23205">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1320.48987" z="1637.24732"/>
<Orientation y="2.35621"/>
<Actor seed="62690"/>
</Entity>
<Entity uid="23206">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1323.36402" z="1636.57776"/>
<Orientation y="2.35621"/>
<Actor seed="34280"/>
</Entity>
<Entity uid="23207">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1289.71058" z="1780.56751"/>
<Orientation y="2.35621"/>
<Actor seed="21988"/>
</Entity>
<Entity uid="23208">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1286.95496" z="1778.9021"/>
<Orientation y="2.35621"/>
<Actor seed="40490"/>
</Entity>
<Entity uid="23209">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1284.6875" z="1777.08252"/>
<Orientation y="2.35621"/>
<Actor seed="42042"/>
</Entity>
<Entity uid="23210">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1270.32508" z="1755.07508"/>
<Orientation y="2.35621"/>
<Actor seed="51520"/>
</Entity>
<Entity uid="23211">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1273.08741" z="1755.51624"/>
<Orientation y="2.35621"/>
<Actor seed="47338"/>
</Entity>
<Entity uid="23212">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1275.13184" z="1758.51697"/>
<Orientation y="2.35621"/>
<Actor seed="16530"/>
</Entity>
<Entity uid="23213">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1199.4043" z="1761.43165"/>
<Orientation y="2.35621"/>
<Actor seed="52498"/>
</Entity>
<Entity uid="23214">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1202.38245" z="1761.96485"/>
<Orientation y="2.35621"/>
<Actor seed="50948"/>
</Entity>
<Entity uid="23215">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1205.59961" z="1761.3578"/>
<Orientation y="2.35621"/>
<Actor seed="23858"/>
</Entity>
<Entity uid="23216">
<Template>actor|props/flora/bush_medit_la.xml</Template>
<Position x="1307.81836" z="1781.62574"/>
<Orientation y="2.35621"/>
<Actor seed="26500"/>
</Entity>
<Entity uid="23217">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1276.50355" z="1759.2035"/>
<Orientation y="2.35621"/>
<Actor seed="21694"/>
</Entity>
<Entity uid="23218">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1242.74817" z="1761.06507"/>
<Orientation y="2.35621"/>
<Actor seed="5792"/>
</Entity>
<Entity uid="23219">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1240.68323" z="1760.61097"/>
<Orientation y="2.35621"/>
<Actor seed="2886"/>
</Entity>
<Entity uid="23220">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1241.57068" z="1762.49061"/>
<Orientation y="2.35621"/>
<Actor seed="37964"/>
</Entity>
<Entity uid="23221">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1238.63697" z="1760.79896"/>
<Orientation y="2.35621"/>
<Actor seed="680"/>
</Entity>
<Entity uid="23222">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1257.8003" z="1754.50135"/>
<Orientation y="2.35621"/>
<Actor seed="24624"/>
</Entity>
<Entity uid="23223">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1256.57996" z="1754.81885"/>
<Orientation y="2.35621"/>
<Actor seed="32544"/>
</Entity>
<Entity uid="23224">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1257.23316" z="1752.6244"/>
<Orientation y="2.35621"/>
<Actor seed="26518"/>
</Entity>
<Entity uid="23225">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1253.63904" z="1754.03834"/>
<Orientation y="2.35621"/>
<Actor seed="39628"/>
</Entity>
<Entity uid="23226">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1264.10914" z="1761.19971"/>
<Orientation y="2.35621"/>
<Actor seed="54224"/>
</Entity>
<Entity uid="23227">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1276.5912" z="1769.37415"/>
<Orientation y="2.35621"/>
<Actor seed="23838"/>
</Entity>
<Entity uid="23228">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1277.91724" z="1770.40076"/>
<Orientation y="2.35621"/>
<Actor seed="1516"/>
</Entity>
<Entity uid="23229">
<Template>actor|props/flora/bush_desert_dry_a.xml</Template>
<Position x="1278.73365" z="1771.99195"/>
<Orientation y="2.35621"/>
<Actor seed="60990"/>
</Entity>
<Entity uid="23232">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1244.05103" z="1785.2599"/>
<Orientation y="2.35621"/>
<Actor seed="36"/>
</Entity>
<Entity uid="23233">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1243.99708" z="1782.61353"/>
<Orientation y="2.35621"/>
<Actor seed="44774"/>
</Entity>
<Entity uid="23234">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1243.88257" z="1775.50196"/>
<Orientation y="2.35621"/>
<Actor seed="47982"/>
</Entity>
<Entity uid="23235">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1244.77015" z="1768.9015"/>
<Orientation y="2.35621"/>
<Actor seed="49088"/>
</Entity>
<Entity uid="23236">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1244.59974" z="1765.41578"/>
<Orientation y="2.35621"/>
<Actor seed="22504"/>
</Entity>
<Entity uid="23237">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1243.4209" z="1762.57862"/>
<Orientation y="2.35621"/>
<Actor seed="46966"/>
</Entity>
<Entity uid="23238">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1241.97571" z="1760.93995"/>
<Orientation y="2.35621"/>
<Actor seed="23196"/>
</Entity>
<Entity uid="23239">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1208.81263" z="1785.94275"/>
<Orientation y="2.35621"/>
<Actor seed="19924"/>
</Entity>
<Entity uid="23240">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1209.19251" z="1778.30848"/>
<Orientation y="2.35621"/>
<Actor seed="22600"/>
</Entity>
<Entity uid="23241">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1209.7173" z="1770.14637"/>
<Orientation y="2.35621"/>
<Actor seed="4434"/>
</Entity>
<Entity uid="23242">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1209.74427" z="1765.07984"/>
<Orientation y="2.35621"/>
<Actor seed="11230"/>
</Entity>
<Entity uid="23243">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1203.35901" z="1792.86133"/>
<Orientation y="2.35621"/>
<Actor seed="7826"/>
</Entity>
<Entity uid="23244">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1182.30494" z="1780.36841"/>
<Orientation y="5.31759"/>
<Actor seed="22504"/>
</Entity>
<Entity uid="23245">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1196.99231" z="1762.31922"/>
<Orientation y="2.21755"/>
<Actor seed="22504"/>
</Entity>
<Entity uid="23246">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1199.63099" z="1724.53492"/>
<Orientation y="2.35622"/>
<Actor seed="22504"/>
</Entity>
<Entity uid="23247">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1189.56043" z="1714.88172"/>
<Orientation y="2.8998"/>
<Actor seed="22504"/>
</Entity>
<Entity uid="23249">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1171.29102" z="1805.18067"/>
<Orientation y="3.36113"/>
<Actor seed="51346"/>
</Entity>
<Entity uid="23250">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1168.28162" z="1805.3595"/>
<Orientation y="0.92542"/>
<Actor seed="36276"/>
</Entity>
<Entity uid="23251">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1215.52735" z="1760.6963"/>
<Orientation y="2.94733"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23252">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1213.89893" z="1760.78638"/>
<Orientation y="3.34255"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23253">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1210.69153" z="1761.13611"/>
<Orientation y="-0.13707"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23254">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1212.4618" z="1761.01844"/>
<Orientation y="0.09583"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23255">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1217.45179" z="1760.8678"/>
<Orientation y="-0.31102"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23256">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.85645" z="1760.9314"/>
<Orientation y="-3.32651"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23257">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1207.45923" z="1760.81324"/>
<Orientation y="-0.0379"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23258">
<Template>gaia/flora_tree_date_palm</Template>
<Player>0</Player>
<Position x="1215.07264" z="1762.03821"/>
<Orientation y="-1.36466"/>
<Actor seed="55556"/>
</Entity>
<Entity uid="23259">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1219.06019" z="1760.93677"/>
<Orientation y="-0.0627"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23260">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1220.73035" z="1760.99964"/>
<Orientation y="-3.36617"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23262">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1231.87281" z="1762.65882"/>
<Orientation y="2.35622"/>
<Actor seed="19924"/>
</Entity>
<Entity uid="23263">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.6421" z="1727.3683"/>
<Orientation y="-1.69651"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23264">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.63685" z="1728.9568"/>
<Orientation y="-4.81101"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23265">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.49207" z="1731.26771"/>
<Orientation y="-1.65485"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23266">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.83399" z="1733.42518"/>
<Orientation y="-4.68805"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23267">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.98365" z="1735.40992"/>
<Orientation y="-1.69651"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23268">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.83326" z="1736.8296"/>
<Orientation y="-4.98513"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23269">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.81983" z="1738.70716"/>
<Orientation y="-1.60752"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23270">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.79615" z="1740.13465"/>
<Orientation y="-4.89614"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23271">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1132.53431" z="1858.4646"/>
<Orientation y="2.35621"/>
<Actor seed="1566"/>
</Entity>
<Entity uid="23272">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1133.55811" z="1860.51392"/>
<Orientation y="2.35621"/>
<Actor seed="45072"/>
</Entity>
<Entity uid="23273">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1134.96497" z="1858.33509"/>
<Orientation y="2.35621"/>
<Actor seed="23646"/>
</Entity>
<Entity uid="23274">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1135.4065" z="1856.52833"/>
<Orientation y="2.35621"/>
<Actor seed="22132"/>
</Entity>
<Entity uid="23275">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1133.33594" z="1855.58045"/>
<Orientation y="2.35621"/>
<Actor seed="62224"/>
</Entity>
<Entity uid="23276">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1182.57886" z="1828.87708"/>
<Orientation y="2.35621"/>
<Actor seed="25856"/>
</Entity>
<Entity uid="23277">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1184.30994" z="1829.6255"/>
<Orientation y="2.35621"/>
<Actor seed="65218"/>
</Entity>
<Entity uid="23278">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1184.8357" z="1831.17103"/>
<Orientation y="2.35621"/>
<Actor seed="36386"/>
</Entity>
<Entity uid="23279">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1182.85279" z="1833.04139"/>
<Orientation y="2.35621"/>
<Actor seed="51186"/>
</Entity>
<Entity uid="23280">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1183.9109" z="1832.00074"/>
<Orientation y="2.35621"/>
<Actor seed="59670"/>
</Entity>
<Entity uid="23281">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1200.67164" z="1743.8506"/>
<Orientation y="2.35621"/>
<Actor seed="1736"/>
</Entity>
<Entity uid="23282">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1031.53052" z="1741.54578"/>
<Orientation y="2.35621"/>
<Actor seed="58294"/>
</Entity>
<Entity uid="23283">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1032.95264" z="1738.1974"/>
<Orientation y="2.35621"/>
<Actor seed="65218"/>
</Entity>
<Entity uid="23284">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1027.48609" z="1738.18262"/>
<Orientation y="2.35621"/>
<Actor seed="7290"/>
</Entity>
<Entity uid="23285">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1024.27747" z="1737.45252"/>
<Orientation y="2.35621"/>
<Actor seed="27028"/>
</Entity>
<Entity uid="23286">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1030.6493" z="1735.16187"/>
<Orientation y="2.35621"/>
<Actor seed="14048"/>
</Entity>
<Entity uid="23287">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1025.21265" z="1735.73853"/>
<Orientation y="2.35621"/>
<Actor seed="15122"/>
</Entity>
<Entity uid="23288">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1031.13501" z="1731.8617"/>
<Orientation y="2.35621"/>
<Actor seed="52384"/>
</Entity>
<Entity uid="23289">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1031.83606" z="1728.20411"/>
<Orientation y="2.35621"/>
<Actor seed="5748"/>
</Entity>
<Entity uid="23290">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1028.2068" z="1732.11402"/>
<Orientation y="2.35621"/>
<Actor seed="13022"/>
</Entity>
<Entity uid="23291">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1157.6648" z="1610.03895"/>
<Orientation y="2.35621"/>
<Actor seed="36808"/>
</Entity>
<Entity uid="23292">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1157.7306" z="1607.2638"/>
<Orientation y="2.35621"/>
<Actor seed="742"/>
</Entity>
<Entity uid="23293">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1161.58545" z="1608.3755"/>
<Orientation y="2.35621"/>
<Actor seed="43742"/>
</Entity>
<Entity uid="23294">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1159.92005" z="1610.9198"/>
<Orientation y="2.35621"/>
<Actor seed="21090"/>
</Entity>
<Entity uid="23295">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1161.10096" z="1605.26331"/>
<Orientation y="2.35621"/>
<Actor seed="4980"/>
</Entity>
<Entity uid="23296">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1159.95899" z="1603.81397"/>
<Orientation y="2.35621"/>
<Actor seed="26568"/>
</Entity>
<Entity uid="23297">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1162.9795" z="1607.15809"/>
<Orientation y="2.35621"/>
<Actor seed="59654"/>
</Entity>
<Entity uid="23298">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1161.35376" z="1609.61963"/>
<Orientation y="2.35621"/>
<Actor seed="39926"/>
</Entity>
<Entity uid="23299">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1156.73243" z="1601.5492"/>
<Orientation y="2.35621"/>
<Actor seed="19210"/>
</Entity>
<Entity uid="23300">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1056.7682" z="1702.03602"/>
<Orientation y="2.35621"/>
<Actor seed="8834"/>
</Entity>
<Entity uid="23301">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1057.58008" z="1699.90333"/>
<Orientation y="2.35621"/>
<Actor seed="47324"/>
</Entity>
<Entity uid="23302">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1060.22425" z="1699.03113"/>
<Orientation y="2.35621"/>
<Actor seed="48880"/>
</Entity>
<Entity uid="23303">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1057.0116" z="1705.33448"/>
<Orientation y="2.35621"/>
<Actor seed="29496"/>
</Entity>
<Entity uid="23304">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1057.90418" z="1707.43958"/>
<Orientation y="2.35621"/>
<Actor seed="7480"/>
</Entity>
<Entity uid="23305">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1059.83472" z="1702.49317"/>
<Orientation y="2.35621"/>
<Actor seed="64404"/>
</Entity>
<Entity uid="23306">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1273.01624" z="1574.4856"/>
<Orientation y="2.35621"/>
<Actor seed="47308"/>
</Entity>
<Entity uid="23307">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1268.76136" z="1574.58655"/>
<Orientation y="2.35621"/>
<Actor seed="12316"/>
</Entity>
<Entity uid="23308">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1266.01868" z="1579.74585"/>
<Orientation y="2.35621"/>
<Actor seed="5530"/>
</Entity>
<Entity uid="23309">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1269.62183" z="1580.08399"/>
<Orientation y="2.35621"/>
<Actor seed="63922"/>
</Entity>
<Entity uid="23310">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1269.89454" z="1575.27173"/>
<Orientation y="2.35621"/>
<Actor seed="43806"/>
</Entity>
<Entity uid="23311">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1273.45765" z="1576.96033"/>
<Orientation y="2.35621"/>
<Actor seed="43938"/>
</Entity>
<Entity uid="23312">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1271.5752" z="1578.17457"/>
<Orientation y="2.35621"/>
<Actor seed="25112"/>
</Entity>
<Entity uid="23313">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1273.84693" z="1578.65662"/>
<Orientation y="2.35621"/>
<Actor seed="45968"/>
</Entity>
<Entity uid="23314">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1270.76844" z="1579.73206"/>
<Orientation y="2.35621"/>
<Actor seed="2550"/>
</Entity>
<Entity uid="23315">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1273.1338" z="1579.88904"/>
<Orientation y="2.35621"/>
<Actor seed="43576"/>
</Entity>
<Entity uid="23316">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1349.95374" z="1526.19813"/>
<Orientation y="2.35621"/>
<Actor seed="56426"/>
</Entity>
<Entity uid="23317">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1349.77637" z="1528.32667"/>
<Orientation y="2.35621"/>
<Actor seed="51912"/>
</Entity>
<Entity uid="23318">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1352.43604" z="1529.04847"/>
<Orientation y="2.35621"/>
<Actor seed="40482"/>
</Entity>
<Entity uid="23319">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1351.09632" z="1529.71778"/>
<Orientation y="2.35621"/>
<Actor seed="39712"/>
</Entity>
<Entity uid="23320">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1352.04432" z="1525.0442"/>
<Orientation y="2.35621"/>
<Actor seed="51168"/>
</Entity>
<Entity uid="23321">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1348.91663" z="1523.58582"/>
<Orientation y="2.35621"/>
<Actor seed="48084"/>
</Entity>
<Entity uid="23322">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1347.92371" z="1526.30542"/>
<Orientation y="2.35621"/>
<Actor seed="16702"/>
</Entity>
<Entity uid="23323">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1351.04688" z="1523.6355"/>
<Orientation y="2.35621"/>
<Actor seed="4604"/>
</Entity>
<Entity uid="23324">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1353.81739" z="1528.4944"/>
<Orientation y="2.35621"/>
<Actor seed="44048"/>
</Entity>
<Entity uid="23325">
<Template>actor|props/flora/bush_tropic_a.xml</Template>
<Position x="1349.66712" z="1529.63782"/>
<Orientation y="2.35621"/>
<Actor seed="48462"/>
</Entity>
<Entity uid="23326">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1209.44642" z="1628.83228"/>
<Orientation y="2.35621"/>
<Actor seed="60090"/>
</Entity>
<Entity uid="23327">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1205.72791" z="1627.27271"/>
<Orientation y="2.14446"/>
<Actor seed="3092"/>
</Entity>
<Entity uid="23328">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1208.03211" z="1621.46314"/>
<Orientation y="1.37201"/>
<Actor seed="26180"/>
</Entity>
<Entity uid="23329">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1208.83875" z="1619.06531"/>
<Orientation y="7.74566"/>
<Actor seed="11362"/>
</Entity>
<Entity uid="23330">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1212.36683" z="1622.75696"/>
<Orientation y="3.18775"/>
<Actor seed="44516"/>
</Entity>
<Entity uid="23331">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1190.37916" z="1624.79029"/>
<Orientation y="2.35621"/>
<Actor seed="19962"/>
</Entity>
<Entity uid="23332">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1191.42725" z="1624.36353"/>
<Orientation y="2.35621"/>
<Actor seed="52242"/>
</Entity>
<Entity uid="23333">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1226.84668" z="1649.31763"/>
<Orientation y="2.35621"/>
<Actor seed="64224"/>
</Entity>
<Entity uid="23334">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1227.69202" z="1648.37342"/>
<Orientation y="2.35621"/>
<Actor seed="15252"/>
</Entity>
<Entity uid="23335">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1226.09034" z="1647.5077"/>
<Orientation y="2.35621"/>
<Actor seed="14594"/>
</Entity>
<Entity uid="23336">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1228.98584" z="1649.85181"/>
<Orientation y="2.35621"/>
<Actor seed="3442"/>
</Entity>
<Entity uid="23337">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1225.31263" z="1648.20093"/>
<Orientation y="2.35621"/>
<Actor seed="34762"/>
</Entity>
<Entity uid="23338">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1172.4397" z="1667.05176"/>
<Orientation y="2.35621"/>
<Actor seed="38962"/>
</Entity>
<Entity uid="23339">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1171.23743" z="1667.943"/>
<Orientation y="2.35621"/>
<Actor seed="13710"/>
</Entity>
<Entity uid="23340">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1173.70606" z="1667.214"/>
<Orientation y="2.35621"/>
<Actor seed="35608"/>
</Entity>
<Entity uid="23341">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1317.07044" z="1577.54676"/>
<Orientation y="2.35621"/>
<Actor seed="46470"/>
</Entity>
<Entity uid="23342">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1315.6648" z="1576.02283"/>
<Orientation y="2.35621"/>
<Actor seed="6514"/>
</Entity>
<Entity uid="23343">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1317.1106" z="1575.98475"/>
<Orientation y="2.35621"/>
<Actor seed="38632"/>
</Entity>
<Entity uid="23344">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1315.66321" z="1574.92908"/>
<Orientation y="2.35621"/>
<Actor seed="43578"/>
</Entity>
<Entity uid="23345">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1075.00867" z="1650.21851"/>
<Orientation y="2.35621"/>
<Actor seed="46862"/>
</Entity>
<Entity uid="23346">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1075.68177" z="1652.0752"/>
<Orientation y="2.35621"/>
<Actor seed="32398"/>
</Entity>
<Entity uid="23347">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1075.1139" z="1653.3573"/>
<Orientation y="2.35621"/>
<Actor seed="38660"/>
</Entity>
<Entity uid="23348">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1072.95313" z="1652.15833"/>
<Orientation y="2.35621"/>
<Actor seed="54816"/>
</Entity>
<Entity uid="23349">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1072.81922" z="1648.2079"/>
<Orientation y="2.35621"/>
<Actor seed="32562"/>
</Entity>
<Entity uid="23350">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1074.98816" z="1647.30481"/>
<Orientation y="2.35621"/>
<Actor seed="53548"/>
</Entity>
<Entity uid="23351">
<Template>actor|props/flora/plant_tropic_a.xml</Template>
<Position x="1072.94288" z="1649.69544"/>
<Orientation y="2.35621"/>
<Actor seed="62086"/>
</Entity>
<Entity uid="23352">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1070.54017" z="1653.00818"/>
<Orientation y="2.35621"/>
<Actor seed="31974"/>
</Entity>
<Entity uid="23353">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1070.60413" z="1643.568"/>
<Orientation y="2.35621"/>
<Actor seed="20626"/>
</Entity>
<Entity uid="23354">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1066.4535" z="1647.15015"/>
<Orientation y="2.35621"/>
<Actor seed="51012"/>
</Entity>
<Entity uid="23355">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1065.37378" z="1643.53931"/>
<Orientation y="2.35621"/>
<Actor seed="8046"/>
</Entity>
<Entity uid="23356">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1074.7704" z="1640.24524"/>
<Orientation y="2.35621"/>
<Actor seed="44556"/>
</Entity>
<Entity uid="23357">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1068.84827" z="1661.75342"/>
<Orientation y="2.35621"/>
<Actor seed="22850"/>
</Entity>
<Entity uid="23358">
<Template>actor|props/flora/grass_tropical.xml</Template>
<Position x="1065.85425" z="1654.92078"/>
<Orientation y="2.35621"/>
<Actor seed="32090"/>
</Entity>
<Entity uid="23359">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1230.11548" z="1760.71326"/>
<Orientation y="-6.4855"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23360">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1231.46851" z="1760.77295"/>
<Orientation y="-3.19687"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23361">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1233.31226" z="1760.8888"/>
<Orientation y="-6.63823"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23362">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1234.74866" z="1761.00904"/>
<Orientation y="-3.16538"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23363">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1236.75281" z="1760.82496"/>
<Orientation y="-6.27741"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23364">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1227.78834" z="1760.78614"/>
<Orientation y="-9.21233"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23366">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1237.61036" z="1753.60193"/>
<Orientation y="-5.52096"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23367">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1238.23951" z="1752.34253"/>
<Orientation y="-5.04676"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23368">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1238.69666" z="1750.50074"/>
<Orientation y="-2.0121"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23369">
<Template>structures/cart_house</Template>
<Player>3</Player>
<Position x="897.42615" z="196.24967"/>
<Orientation y="3.49784"/>
<Actor seed="56482"/>
</Entity>
<Entity uid="23370">
<Template>structures/cart_house</Template>
<Player>3</Player>
<Position x="868.51246" z="176.21207"/>
<Orientation y="2.35621"/>
<Actor seed="57862"/>
</Entity>
<Entity uid="23371">
<Template>structures/cart_house</Template>
<Player>3</Player>
<Position x="910.41535" z="181.71854"/>
<Orientation y="2.35621"/>
<Actor seed="14574"/>
</Entity>
<Entity uid="23372">
<Template>structures/cart_apartment</Template>
<Player>3</Player>
<Position x="878.14655" z="185.9292"/>
<Orientation y="-3.91892"/>
<Actor seed="19872"/>
</Entity>
<Entity uid="23373">
<Template>structures/cart_market</Template>
<Player>3</Player>
<Position x="867.42621" z="141.09293"/>
<Orientation y="8.28559"/>
<Actor seed="19604"/>
</Entity>
<Entity uid="23375">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="888.65192" z="169.61951"/>
<Orientation y="5.46842"/>
<Actor seed="19768"/>
</Entity>
<Entity uid="23376">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="893.08863" z="131.06516"/>
<Orientation y="6.87153"/>
<Actor seed="26030"/>
</Entity>
<Entity uid="23377">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="958.62653" z="168.40848"/>
<Orientation y="-1.6798"/>
<Actor seed="2282"/>
</Entity>
<Entity uid="23378">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="908.4651" z="152.32517"/>
<Orientation y="7.27953"/>
<Actor seed="53370"/>
</Entity>
<Entity uid="23380">
<Template>structures/cart_field</Template>
<Player>3</Player>
<Position x="933.08771" z="162.69455"/>
<Orientation y="4.553"/>
<Actor seed="57904"/>
</Entity>
<Entity uid="23381">
<Template>structures/cart_civil_centre</Template>
<Player>3</Player>
<Position x="872.71772" z="91.81688"/>
<Orientation y="0.61774"/>
<Actor seed="24198"/>
</Entity>
<Entity uid="23382">
<Template>units/rome_ship_quinquereme</Template>
<Player>6</Player>
<Position x="171.25867" z="1425.26856"/>
<Orientation y="1.51401"/>
<Actor seed="45584"/>
</Entity>
<Entity uid="23383">
<Template>units/rome_ship_trireme</Template>
<Player>6</Player>
<Position x="168.68595" z="1397.93445"/>
<Orientation y="1.51401"/>
<Actor seed="1156"/>
</Entity>
<Entity uid="23384">
<Template>units/rome_ship_trireme</Template>
<Player>6</Player>
<Position x="149.14887" z="1449.8136"/>
<Orientation y="1.51401"/>
<Actor seed="44040"/>
</Entity>
<Entity uid="23385">
<Template>units/rome_ship_fishing</Template>
<Player>6</Player>
<Position x="290.58161" z="1363.94275"/>
<Orientation y="2.35621"/>
<Actor seed="13372"/>
</Entity>
<Entity uid="23386">
<Template>units/rome_ship_merchant</Template>
<Player>6</Player>
<Position x="271.51487" z="1404.40076"/>
<Orientation y="2.35621"/>
<Actor seed="34094"/>
</Entity>
<Entity uid="23387">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1213.39002" z="1754.15845"/>
<Orientation y="0.10662"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23388">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1211.62122" z="1754.29517"/>
<Orientation y="-0.12629"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23389">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1209.78394" z="1754.11023"/>
<Orientation y="-3.31572"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23390">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.57935" z="1745.76575"/>
<Orientation y="4.65777"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23391">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.53968" z="1744.19324"/>
<Orientation y="4.65778"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23392">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.52491" z="1742.34363"/>
<Orientation y="7.72504"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23393">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1209.7787" z="1722.07447"/>
<Orientation y="-2.44243"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23394">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.78724" z="1723.41431"/>
<Orientation y="-2.05106"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23395">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1208.57105" z="1725.19031"/>
<Orientation y="-1.70232"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23396">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1251.61963" z="1725.04224"/>
<Orientation y="-4.53667"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23397">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1250.99488" z="1723.64942"/>
<Orientation y="-4.1727"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23398">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1251.69568" z="1726.82081"/>
<Orientation y="-4.97072"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23400">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1231.93104" z="1777.51197"/>
<Orientation y="0.28431"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23404">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1236.9845" z="1771.74122"/>
<Orientation y="5.52384"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="23406">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1218.95984" z="1787.31177"/>
<Orientation y="4.64683"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23407">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1222.93873" z="1787.67896"/>
<Orientation y="4.69303"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23408">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1227.74988" z="1788.24805"/>
<Orientation y="4.82255"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="23409">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1214.58704" z="1786.00416"/>
<Orientation y="4.48884"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="23410">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1232.45777" z="1787.75257"/>
<Orientation y="4.81399"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="23411">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1218.77771" z="1782.537"/>
<Orientation y="5.47738"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23412">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1222.86255" z="1783.73072"/>
<Orientation y="7.17623"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23413">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1227.98487" z="1783.4756"/>
<Orientation y="5.47738"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="23414">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1214.14234" z="1781.41102"/>
<Orientation y="5.47738"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="23421">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1227.24476" z="1778.01941"/>
<Orientation y="0.17228"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23422">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1232.61792" z="1783.29249"/>
<Orientation y="5.47738"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="23423">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1218.24341" z="1777.36976"/>
<Orientation y="6.13349"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23424">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1222.5127" z="1778.28101"/>
<Orientation y="5.47738"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23425">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1236.78675" z="1777.04017"/>
<Orientation y="7.19387"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="23426">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1214.46082" z="1776.91907"/>
<Orientation y="5.47738"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="23433">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1232.20276" z="1772.59595"/>
<Orientation y="5.33053"/>
<Actor seed="34352"/>
</Entity>
<Entity uid="23434">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1214.21119" z="1771.00135"/>
<Orientation y="5.33053"/>
<Actor seed="18982"/>
</Entity>
<Entity uid="23435">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1227.85071" z="1772.44605"/>
<Orientation y="5.33053"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="23436">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1223.3777" z="1772.53882"/>
<Orientation y="5.33053"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23437">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1218.64625" z="1772.34888"/>
<Orientation y="5.33053"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23438">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1237.40284" z="1786.74793"/>
<Orientation y="4.75239"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23439">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1237.17103" z="1782.8783"/>
<Orientation y="7.28141"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23447">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1218.96424" z="1767.29383"/>
<Orientation y="6.13349"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23448">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1223.23353" z="1768.20508"/>
<Orientation y="5.4774"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23449">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1227.96558" z="1767.94349"/>
<Orientation y="0.1723"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23450">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1232.65186" z="1767.43604"/>
<Orientation y="0.28432"/>
<Actor seed="23772"/>
</Entity>
<Entity uid="23451">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1237.50757" z="1766.96424"/>
<Orientation y="7.19387"/>
<Actor seed="31248"/>
</Entity>
<Entity uid="23452">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1239.12916" z="1744.44715"/>
<Orientation y="-1.97205"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23453">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1239.6543" z="1742.72742"/>
<Orientation y="-2.13962"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23454">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1240.62232" z="1741.54712"/>
<Orientation y="-2.5036"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23455">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1242.18018" z="1740.6858"/>
<Orientation y="-2.93764"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23456">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1243.76783" z="1739.81629"/>
<Orientation y="0.40165"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23457">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1245.12623" z="1738.6659"/>
<Orientation y="0.83568"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23458">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1239.09864" z="1746.0658"/>
<Orientation y="-1.64417"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23459">
<Template>actor|props/special/eyecandy/blocks_sandstone_pile.xml</Template>
<Position x="1239.16858" z="1748.20386"/>
<Orientation y="-4.69375"/>
<Actor seed="6072"/>
</Entity>
<Entity uid="23460">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1213.06336" z="1725.40308"/>
<Orientation y="2.35621"/>
<Actor seed="742"/>
</Entity>
<Entity uid="23461">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1220.11158" z="1725.23902"/>
<Orientation y="2.35621"/>
<Actor seed="46470"/>
</Entity>
<Entity uid="23462">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1226.56495" z="1725.08716"/>
<Orientation y="2.35621"/>
<Actor seed="48368"/>
</Entity>
<Entity uid="23463">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1232.75623" z="1724.44336"/>
<Orientation y="2.35621"/>
<Actor seed="13492"/>
</Entity>
<Entity uid="23464">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1238.85792" z="1724.93726"/>
<Orientation y="2.35621"/>
<Actor seed="57280"/>
</Entity>
<Entity uid="23465">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1243.84998" z="1724.96766"/>
<Orientation y="2.46793"/>
<Actor seed="62078"/>
</Entity>
<Entity uid="23466">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1212.80323" z="1733.14795"/>
<Orientation y="2.35621"/>
<Actor seed="7680"/>
</Entity>
<Entity uid="23467">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1212.80213" z="1740.72217"/>
<Orientation y="0.17542"/>
<Actor seed="4638"/>
</Entity>
<Entity uid="23469">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1219.12293" z="1732.53724"/>
<Orientation y="2.35621"/>
<Actor seed="17856"/>
</Entity>
<Entity uid="23471">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1231.38526" z="1731.59192"/>
<Orientation y="3.14438"/>
<Actor seed="40228"/>
</Entity>
<Entity uid="23472">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1238.22278" z="1731.35621"/>
<Orientation y="5.45089"/>
<Actor seed="32700"/>
</Entity>
<Entity uid="23473">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1244.69459" z="1730.88343"/>
<Orientation y="3.31794"/>
<Actor seed="53472"/>
</Entity>
<Entity uid="23474">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1218.50147" z="1740.13831"/>
<Orientation y="2.35621"/>
<Actor seed="26900"/>
</Entity>
<Entity uid="23475">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1224.71058" z="1739.71851"/>
<Orientation y="2.35621"/>
<Actor seed="6770"/>
</Entity>
<Entity uid="23476">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1230.85193" z="1739.34095"/>
<Orientation y="2.35621"/>
<Actor seed="49612"/>
</Entity>
<Entity uid="23477">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1236.66395" z="1738.41785"/>
<Orientation y="2.35621"/>
<Actor seed="40270"/>
</Entity>
<Entity uid="23478">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1242.84437" z="1737.72876"/>
<Orientation y="2.35621"/>
<Actor seed="2674"/>
</Entity>
<Entity uid="23479">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1218.26124" z="1747.73133"/>
<Orientation y="2.35621"/>
<Actor seed="59110"/>
</Entity>
<Entity uid="23480">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1223.43287" z="1747.10071"/>
<Orientation y="2.35621"/>
<Actor seed="64844"/>
</Entity>
<Entity uid="23481">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1228.7881" z="1747.2621"/>
<Orientation y="2.35621"/>
<Actor seed="61614"/>
</Entity>
<Entity uid="23482">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1234.20704" z="1747.4303"/>
<Orientation y="2.35621"/>
<Actor seed="17712"/>
</Entity>
<Entity uid="23483">
<Template>gaia/flora_tree_cretan_date_palm_tall</Template>
<Player>0</Player>
<Position x="1225.48877" z="1731.74427"/>
<Orientation y="2.35621"/>
<Actor seed="50308"/>
</Entity>
<Entity uid="23484">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="1216.05506" z="1725.49231"/>
<Orientation y="2.35621"/>
<Actor seed="46998"/>
</Entity>
<Entity uid="23485">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="1230.19373" z="1724.99781"/>
<Orientation y="2.35621"/>
<Actor seed="18552"/>
</Entity>
<Entity uid="23486">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="1239.73523" z="1737.99085"/>
<Orientation y="2.35621"/>
<Actor seed="58126"/>
</Entity>
<Entity uid="23487">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="1241.41016" z="1724.88965"/>
<Orientation y="2.35621"/>
<Actor seed="34698"/>
</Entity>
<Entity uid="23488">
<Template>gaia/flora_tree_fig</Template>
<Player>0</Player>
<Position x="1202.32117" z="1747.96595"/>
<Orientation y="1.21558"/>
<Actor seed="47354"/>
</Entity>
<Entity uid="23489">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="1215.40564" z="1740.58094"/>
<Orientation y="2.35621"/>
<Actor seed="60286"/>
</Entity>
<Entity uid="23490">
<Template>gaia/flora_tree_apple</Template>
<Player>0</Player>
<Position x="1227.61524" z="1739.85413"/>
<Orientation y="2.35622"/>
<Actor seed="18552"/>
</Entity>
<Entity uid="23491">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1243.57398" z="1725.63392"/>
<Orientation y="2.35621"/>
<Actor seed="37228"/>
</Entity>
<Entity uid="23492">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1239.88477" z="1724.29847"/>
<Orientation y="2.35621"/>
<Actor seed="49222"/>
</Entity>
<Entity uid="23493">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1238.3147" z="1725.42017"/>
<Orientation y="2.35621"/>
<Actor seed="36864"/>
</Entity>
<Entity uid="23494">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1240.24366" z="1725.97632"/>
<Orientation y="2.35621"/>
<Actor seed="40664"/>
</Entity>
<Entity uid="23495">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1241.48609" z="1738.07825"/>
<Orientation y="2.35621"/>
<Actor seed="49042"/>
</Entity>
<Entity uid="23496">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1238.92896" z="1738.31226"/>
<Orientation y="2.35621"/>
<Actor seed="40834"/>
</Entity>
<Entity uid="23497">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1238.33216" z="1737.82166"/>
<Orientation y="2.35621"/>
<Actor seed="15292"/>
</Entity>
<Entity uid="23498">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1229.40125" z="1739.568"/>
<Orientation y="2.35621"/>
<Actor seed="11218"/>
</Entity>
<Entity uid="23499">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1227.20765" z="1740.44239"/>
<Orientation y="2.35621"/>
<Actor seed="8866"/>
</Entity>
<Entity uid="23500">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1225.7074" z="1739.12684"/>
<Orientation y="2.35621"/>
<Actor seed="10470"/>
</Entity>
<Entity uid="23501">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1231.28443" z="1739.91004"/>
<Orientation y="2.35621"/>
<Actor seed="5724"/>
</Entity>
<Entity uid="23502">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1216.48047" z="1740.92847"/>
<Orientation y="2.35621"/>
<Actor seed="35858"/>
</Entity>
<Entity uid="23503">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1215.30152" z="1741.2378"/>
<Orientation y="2.35621"/>
<Actor seed="13314"/>
</Entity>
<Entity uid="23504">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1213.75403" z="1740.9972"/>
<Orientation y="2.35621"/>
<Actor seed="22230"/>
</Entity>
<Entity uid="23505">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1217.04041" z="1738.41541"/>
<Orientation y="2.35621"/>
<Actor seed="31952"/>
</Entity>
<Entity uid="23506">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1214.25025" z="1726.05787"/>
<Orientation y="2.35621"/>
<Actor seed="17508"/>
</Entity>
<Entity uid="23507">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1216.04908" z="1726.146"/>
<Orientation y="2.35621"/>
<Actor seed="4732"/>
</Entity>
<Entity uid="23508">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1218.56128" z="1725.60438"/>
<Orientation y="2.35621"/>
<Actor seed="17824"/>
</Entity>
<Entity uid="23509">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1215.58594" z="1724.76648"/>
<Orientation y="2.35621"/>
<Actor seed="12366"/>
</Entity>
<Entity uid="23510">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1217.37525" z="1724.54017"/>
<Orientation y="2.35621"/>
<Actor seed="20174"/>
</Entity>
<Entity uid="23511">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1231.42591" z="1725.14783"/>
<Orientation y="2.35621"/>
<Actor seed="38678"/>
</Entity>
<Entity uid="23512">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1229.7433" z="1724.4773"/>
<Orientation y="2.35621"/>
<Actor seed="38088"/>
</Entity>
<Entity uid="23513">
<Template>actor|props/flora/grass_soft_tuft_a.xml</Template>
<Position x="1228.80274" z="1724.84595"/>
<Orientation y="2.35621"/>
<Actor seed="21104"/>
</Entity>
<Entity uid="23514">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1250.7444" z="1725.45618"/>
<Orientation y="2.35621"/>
<Actor seed="44514"/>
</Entity>
<Entity uid="23515">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1251.21485" z="1726.542"/>
<Orientation y="2.35621"/>
<Actor seed="44016"/>
</Entity>
<Entity uid="23516">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1249.31959" z="1728.87757"/>
<Orientation y="2.35621"/>
<Actor seed="64288"/>
</Entity>
<Entity uid="23517">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1248.33973" z="1727.83716"/>
<Orientation y="2.35621"/>
<Actor seed="65379"/>
</Entity>
<Entity uid="23518">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1248.74659" z="1730.53101"/>
<Orientation y="2.35621"/>
<Actor seed="13192"/>
</Entity>
<Entity uid="23519">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1238.24207" z="1749.25501"/>
<Orientation y="2.35621"/>
<Actor seed="4406"/>
</Entity>
<Entity uid="23520">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1237.93641" z="1750.69764"/>
<Orientation y="2.35621"/>
<Actor seed="54050"/>
</Entity>
<Entity uid="23521">
<Template>actor|props/flora/bush_dry_a.xml</Template>
<Position x="1238.24988" z="1747.6902"/>
<Orientation y="2.35621"/>
<Actor seed="41050"/>
</Entity>
<Entity uid="23522">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1243.47718" z="1738.80652"/>
<Orientation y="2.35621"/>
<Actor seed="26948"/>
</Entity>
<Entity uid="23523">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1244.59461" z="1737.37403"/>
<Orientation y="2.35621"/>
<Actor seed="4028"/>
</Entity>
<Entity uid="23524">
<Template>actor|props/flora/bush_tropic_b.xml</Template>
<Position x="1245.97156" z="1736.93641"/>
<Orientation y="2.35621"/>
<Actor seed="33996"/>
</Entity>
<Entity uid="23525">
<Template>actor|props/special/eyecandy/awning_wood_large.xml</Template>
<Position x="1214.18262" z="1751.16688"/>
<Orientation y="3.24134"/>
<Actor seed="20302"/>
</Entity>
<Entity uid="23526">
<Template>actor|props/special/eyecandy/hay_small.xml</Template>
<Position x="1212.70057" z="1752.8556"/>
<Orientation y="2.35621"/>
<Actor seed="1248"/>
</Entity>
<Entity uid="23527">
<Template>actor|props/special/eyecandy/hay_cart.xml</Template>
<Position x="1211.05738" z="1751.3766"/>
<Orientation y="2.35621"/>
<Actor seed="46846"/>
</Entity>
<Entity uid="23528">
<Template>actor|props/special/eyecandy/waterbin_a.xml</Template>
<Position x="1215.81897" z="1752.24427"/>
<Orientation y="6.40673"/>
<Actor seed="42688"/>
</Entity>
<Entity uid="23529">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1215.1305" z="1743.66138"/>
<Orientation y="2.82158"/>
<Actor seed="7498"/>
</Entity>
<Entity uid="23530">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1222.3329" z="1745.26868"/>
<Orientation y="1.79982"/>
<Actor seed="15820"/>
</Entity>
<Entity uid="23531">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1215.1869" z="1736.11707"/>
<Orientation y="0.69684"/>
<Actor seed="28046"/>
</Entity>
<Entity uid="23532">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1214.28199" z="1728.02771"/>
<Orientation y="2.35621"/>
<Actor seed="55128"/>
</Entity>
<Entity uid="23533">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1232.19983" z="1741.30616"/>
<Orientation y="2.35621"/>
<Actor seed="10284"/>
</Entity>
<Entity uid="23534">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1226.17212" z="1745.24354"/>
<Orientation y="2.35621"/>
<Actor seed="40692"/>
</Entity>
<Entity uid="23535">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1231.99878" z="1745.42688"/>
<Orientation y="4.53122"/>
<Actor seed="17196"/>
</Entity>
<Entity uid="23536">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1214.73938" z="1748.75672"/>
<Orientation y="0.40412"/>
<Actor seed="15820"/>
</Entity>
<Entity uid="23537">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1226.62293" z="1728.3324"/>
<Orientation y="4.81165"/>
<Actor seed="55128"/>
</Entity>
<Entity uid="23538">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1218.36597" z="1736.38221"/>
<Orientation y="5.47149"/>
<Actor seed="55128"/>
</Entity>
<Entity uid="23539">
<Template>gaia/fauna_goat</Template>
<Player>0</Player>
<Position x="1213.09876" z="1749.39014"/>
<Orientation y="6.90046"/>
<Actor seed="55128"/>
</Entity>
<Entity uid="23540">
<Template>actor|props/flora/shrub_tropic_palm.xml</Template>
<Position x="1241.261" z="1744.81922"/>
<Orientation y="1.9242"/>
<Actor seed="33798"/>
</Entity>
<Entity uid="23541">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="1232.00672" z="1749.38575"/>
<Orientation y="2.35621"/>
<Actor seed="31362"/>
</Entity>
<Entity uid="23542">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="1226.0287" z="1749.02881"/>
<Orientation y="2.35621"/>
<Actor seed="27190"/>
</Entity>
<Entity uid="23543">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1220.56434" z="1749.7881"/>
<Orientation y="2.35621"/>
<Actor seed="35904"/>
</Entity>
<Entity uid="23544">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1234.80335" z="1750.14917"/>
<Orientation y="2.35621"/>
<Actor seed="51112"/>
</Entity>
<Entity uid="23545">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1217.05213" z="1733.089"/>
<Orientation y="2.35621"/>
<Actor seed="39390"/>
</Entity>
<Entity uid="23546">
<Template>gaia/flora_bush_grapes</Template>
<Player>0</Player>
<Position x="1222.50306" z="1732.30433"/>
<Orientation y="2.35621"/>
<Actor seed="35402"/>
</Entity>
<Entity uid="23547">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="1229.08936" z="1731.5752"/>
<Orientation y="2.35621"/>
<Actor seed="40826"/>
</Entity>
<Entity uid="23548">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="1236.39454" z="1731.35816"/>
<Orientation y="2.35621"/>
<Actor seed="1228"/>
</Entity>
<Entity uid="23549">
<Template>gaia/flora_bush_berry</Template>
<Player>0</Player>
<Position x="1243.06629" z="1730.8097"/>
<Orientation y="2.35621"/>
<Actor seed="47332"/>
</Entity>
<Entity uid="23550">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1295.69654" z="922.08228"/>
<Orientation y="-0.89214"/>
<Actor seed="17428"/>
</Entity>
<Entity uid="23551">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1297.2787" z="924.06434"/>
<Orientation y="-0.94173"/>
<Actor seed="43642"/>
</Entity>
<Entity uid="23552">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1298.41834" z="926.76111"/>
<Orientation y="-0.99814"/>
<Actor seed="3368"/>
</Entity>
<Entity uid="23553">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1308.5658" z="940.9762"/>
<Orientation y="-1.0358"/>
<Actor seed="33138"/>
</Entity>
<Entity uid="23554">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1309.95191" z="943.6496"/>
<Orientation y="-1.09571"/>
<Actor seed="4898"/>
</Entity>
<Entity uid="23555">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1311.86548" z="946.54786"/>
<Orientation y="-1.15334"/>
<Actor seed="8930"/>
</Entity>
<Entity uid="23556">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1292.22425" z="924.49646"/>
<Orientation y="-0.88573"/>
<Actor seed="60540"/>
</Entity>
<Entity uid="23557">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1293.3639" z="926.96827"/>
<Orientation y="-0.94271"/>
<Actor seed="38972"/>
</Entity>
<Entity uid="23558">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1294.88636" z="929.3296"/>
<Orientation y="-1.00344"/>
<Actor seed="27410"/>
</Entity>
<Entity uid="23559">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1305.12964" z="943.4228"/>
<Orientation y="-1.04903"/>
<Actor seed="50318"/>
</Entity>
<Entity uid="23560">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1306.60828" z="946.15662"/>
<Orientation y="-1.11091"/>
<Actor seed="62404"/>
</Entity>
<Entity uid="23561">
<Template>units/ptol_champion_infantry_pikeman</Template>
<Player>5</Player>
<Position x="1307.7765" z="948.54303"/>
<Orientation y="-1.16846"/>
<Actor seed="7916"/>
</Entity>
<Entity uid="23562">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1319.19312" z="933.71625"/>
<Orientation y="-0.90888"/>
<Actor seed="48566"/>
</Entity>
<Entity uid="23563">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1320.688" z="935.74427"/>
<Orientation y="-0.9509"/>
<Actor seed="5300"/>
</Entity>
<Entity uid="23564">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1321.89527" z="938.5265"/>
<Orientation y="-0.9937"/>
<Actor seed="40690"/>
</Entity>
<Entity uid="23565">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1305.80042" z="913.64484"/>
<Orientation y="-1.06833"/>
<Actor seed="54774"/>
</Entity>
<Entity uid="23566">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1307.8805" z="916.65094"/>
<Orientation y="-1.12044"/>
<Actor seed="7436"/>
</Entity>
<Entity uid="23567">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1309.38367" z="919.51691"/>
<Orientation y="-1.16666"/>
<Actor seed="37846"/>
</Entity>
<Entity uid="23568">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1316.00013" z="935.67304"/>
<Orientation y="-0.91654"/>
<Actor seed="26336"/>
</Entity>
<Entity uid="23569">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1317.86792" z="938.2635"/>
<Orientation y="-0.95711"/>
<Actor seed="45240"/>
</Entity>
<Entity uid="23570">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1319.29505" z="940.24695"/>
<Orientation y="-0.99405"/>
<Actor seed="64242"/>
</Entity>
<Entity uid="23571">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1303.2533" z="915.21271"/>
<Orientation y="-1.07056"/>
<Actor seed="21160"/>
</Entity>
<Entity uid="23572">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1304.73743" z="918.24994"/>
<Orientation y="-1.12151"/>
<Actor seed="5022"/>
</Entity>
<Entity uid="23573">
<Template>units/ptol_infantry_archer_nubian</Template>
<Player>5</Player>
<Position x="1306.53711" z="921.19916"/>
<Orientation y="-1.17305"/>
<Actor seed="50594"/>
</Entity>
<Entity uid="23574">
<Template>units/pers_support_female_citizen</Template>
<Player>4</Player>
<Position x="1724.11316" z="1547.20276"/>
<Orientation y="-1.9386"/>
<Actor seed="32892"/>
</Entity>
<Entity uid="23575">
<Template>units/pers_support_female_citizen</Template>
<Player>4</Player>
<Position x="1718.32447" z="1548.32776"/>
<Orientation y="2.96312"/>
<Actor seed="32230"/>
</Entity>
<Entity uid="23576">
<Template>units/pers_support_female_citizen</Template>
<Player>4</Player>
<Position x="1721.69007" z="1542.76014"/>
<Orientation y="-1.09551"/>
<Actor seed="43034"/>
</Entity>
<Entity uid="23577">
<Template>units/pers_support_female_citizen</Template>
<Player>4</Player>
<Position x="1716.55884" z="1542.38648"/>
<Orientation y="0.78214"/>
<Actor seed="3970"/>
</Entity>
<Entity uid="23578">
<Template>units/pers_support_female_citizen</Template>
<Player>4</Player>
<Position x="1715.31116" z="1545.3158"/>
<Orientation y="2.40142"/>
<Actor seed="32230"/>
</Entity>
</Entities>
<Paths/>
</Scenario>
Index: ps/trunk/binaries/data/mods/public/maps/skirmishes/Gallic Fields (3).js
===================================================================
--- ps/trunk/binaries/data/mods/public/maps/skirmishes/Gallic Fields (3).js (revision 22817)
+++ ps/trunk/binaries/data/mods/public/maps/skirmishes/Gallic Fields (3).js (revision 22818)
@@ -1,43 +1,43 @@
Trigger.prototype.SpawnAndAttack = function()
{
var intruders = TriggerHelper.SpawnUnitsFromTriggerPoints(
- pickRandom(["B", "C"]), "units/rome_legionnaire_marian", this.attackSize, 0);
+ pickRandom(["B", "C"]), "units/rome_champion_infantry_swordsman_02", this.attackSize, 0);
for (var origin in intruders)
{
var playerID = TriggerHelper.GetOwner(+origin);
var cmd = null;
for (var target of this.GetTriggerPoints("A"))
{
if (TriggerHelper.GetOwner(target) != playerID)
continue;
var cmpPosition = Engine.QueryInterface(target, IID_Position);
if (!cmpPosition || !cmpPosition.IsInWorld)
continue;
// store the x and z coordinates in the command
cmd = cmpPosition.GetPosition();
break;
}
if (!cmd)
continue;
cmd.type = "attack-walk";
cmd.entities = intruders[origin];
cmd.targetClasses = { "attack": ["Unit", "Structure"] };
cmd.allowCapture = false;
cmd.queued = true;
ProcessCommand(0, cmd);
}
// enlarge the attack time and size
var rand = randFloat(1, 3);
this.attackTime *= rand;
this.attackSize = Math.round(this.attackSize * rand);
this.DoAfterDelay(this.attackTime, "SpawnAndAttack", {});
};
{
let cmpTrigger = Engine.QueryInterface(SYSTEM_ENTITY, IID_Trigger);
cmpTrigger.attackSize = 1; // attack with 1 soldier
cmpTrigger.attackTime = 60 * 1000; // attack in 1 minute
cmpTrigger.DoAfterDelay(cmpTrigger.attackTime, "SpawnAndAttack", {});
}
Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_centurio_imperial.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_centurio_imperial.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_centurio_imperial.xml (revision 22818)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Entity parent="units/rome_legionnaire_imperial">
- <Attack>
- <Melee>
- <Damage>
- <Hack>20</Hack>
- </Damage>
- </Melee>
- </Attack>
- <Health>
- <Max>140</Max>
- </Health>
- <Identity>
- <Civ>rome</Civ>
- <Lang>latin</Lang>
- <GenericName>Roman Centurion</GenericName>
- <SpecificName>Centuriō</SpecificName>
- <Icon>units/rome_champion_legion_centurio.png</Icon>
- </Identity>
- <Promotion disable=""/>
- <VisualActor>
- <Actor>units/romans/infantry_swordsman_c4.xml</Actor>
- </VisualActor>
-</Entity>
Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_02.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_02.xml (nonexistent)
+++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_02.xml (revision 22818)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Entity parent="units/rome_champion_infantry">
+ <Identity>
+ <GenericName>Marian Legionary</GenericName>
+ <SpecificName>Legiōnārius</SpecificName>
+ <Icon>units/rome_champion_legion_marian.png</Icon>
+ </Identity>
+ <Promotion>
+ <Entity>units/rome_champion_infantry_swordsman_03</Entity>
+ <RequiredXp>150</RequiredXp>
+ </Promotion>
+ <VisualActor>
+ <Actor>units/romans/infantry_swordsman_c2.xml</Actor>
+ </VisualActor>
+</Entity>
Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_03.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_03.xml (nonexistent)
+++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_03.xml (revision 22818)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Entity parent="units/rome_champion_infantry_swordsman_02">
+ <Attack>
+ <Melee>
+ <Damage>
+ <Hack>18.5</Hack>
+ </Damage>
+ </Melee>
+ </Attack>
+ <Identity>
+ <GenericName>Marian Legionary</GenericName>
+ <SpecificName>Legiōnārius</SpecificName>
+ <Icon>units/rome_champion_legion_imperial.png</Icon>
+ </Identity>
+ <Promotion>
+ <Entity>units/rome_champion_infantry_swordsman_04</Entity>
+ <RequiredXp>300</RequiredXp>
+ </Promotion>
+ <VisualActor>
+ <Actor>units/romans/infantry_swordsman_c3.xml</Actor>
+ </VisualActor>
+</Entity>
Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_04.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_04.xml (nonexistent)
+++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_champion_infantry_swordsman_04.xml (revision 22818)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Entity parent="units/rome_champion_infantry_swordsman_03">
+ <Attack>
+ <Melee>
+ <Damage>
+ <Hack>20</Hack>
+ </Damage>
+ </Melee>
+ </Attack>
+ <Health>
+ <Max>140</Max>
+ </Health>
+ <Identity>
+ <GenericName>Roman Centurion</GenericName>
+ <SpecificName>Centuriō</SpecificName>
+ <Icon>units/rome_champion_legion_centurio.png</Icon>
+ </Identity>
+ <Promotion disable=""/>
+ <VisualActor>
+ <Actor>units/romans/infantry_swordsman_c4.xml</Actor>
+ </VisualActor>
+</Entity>
Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_legionnaire_imperial.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_legionnaire_imperial.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_legionnaire_imperial.xml (revision 22818)
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Entity parent="units/rome_legionnaire_marian">
- <Attack>
- <Melee>
- <Damage>
- <Hack>18.5</Hack>
- </Damage>
- </Melee>
- </Attack>
- <Identity>
- <Civ>rome</Civ>
- <Lang>latin</Lang>
- <GenericName>Roman Legionnaire</GenericName>
- <SpecificName>Legiōnārius</SpecificName>
- <Icon>units/rome_champion_legion_imperial.png</Icon>
- </Identity>
- <Promotion>
- <Entity>units/rome_centurio_imperial</Entity>
- <RequiredXp>300</RequiredXp>
- </Promotion>
- <VisualActor>
- <Actor>units/romans/infantry_swordsman_c3.xml</Actor>
- </VisualActor>
-</Entity>
Index: ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_legionnaire_marian.xml
===================================================================
--- ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_legionnaire_marian.xml (revision 22817)
+++ ps/trunk/binaries/data/mods/public/simulation/templates/units/rome_legionnaire_marian.xml (revision 22818)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Entity parent="template_unit_champion_infantry_swordsman">
- <Identity>
- <Civ>rome</Civ>
- <Lang>latin</Lang>
- <GenericName>Marian Legionaire</GenericName>
- <SpecificName>Legiōnārius</SpecificName>
- <Icon>units/rome_champion_legion_marian.png</Icon>
- <SelectionGroupName>units/rome_legionnaire_marian</SelectionGroupName>
- </Identity>
- <Promotion>
- <Entity>units/rome_legionnaire_imperial</Entity>
- <RequiredXp>150</RequiredXp>
- </Promotion>
- <VisualActor>
- <Actor>units/romans/infantry_swordsman_c2.xml</Actor>
- </VisualActor>
-</Entity>

File Metadata

Mime Type
application/octet-stream
Expires
Sun, Apr 21, 7:52 AM (1 d, 23 h)
Storage Engine
chunks
Storage Format
Chunks
Storage Handle
_c6mhCkq2FfJ

Event Timeline