<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 4/11/2013 5:28:11 PM -->
<GameData>
	<!-- Evento On Building harbor (Sobre los recursos) -->
	<!-- Aumenta la producción de oro en los recursos en +1 -->
	<Building_SeaResourceYieldChanges>
		<Row>
			<Update>
				<Set YieldType="YIELD_GOLD"/>
				<Where BuildingType="BUILDING_HARBOR" YieldType="YIELD_PRODUCTION"/>
			</Update>
		</Row>
	</Building_SeaResourceYieldChanges>
  
</GameData>


<!-- Evento On Building Colossus (Sobre los recursos) -->
<!-- Aumenta la producción en los recursos marinos en +1 -->
<Building_SeaResourceYieldChanges>
	<Row>
		<BuildingType>BUILDING_COLOSSUS</BuildingType>
		<ResourceType>RESOURCE_FISH</ResourceType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>
	<Row>
		<BuildingType>BUILDING_COLOSSUS</BuildingType>
		<ResourceType>RESOURCE_WHALE</ResourceType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>
	<Row>
		<BuildingType>BUILDING_COLOSSUS</BuildingType>
		<ResourceType>RESOURCE_PEARLS</ResourceType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>
</Building_SeaResourceYieldChanges>

<!-- Fin de la modificación -->
<!-- ================================================================ -->


<!-- Lighthouse Teoríaa-->
<!-- ================================================================ -->
<Building_ResourceYieldChanges>
	<Row>
		<BuildingType>BUILDING_LIGHTHOUSE</BuildingType>
		<ResourceType>RESOURCE_FISH</ResourceType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>

	<Row>
		<BuildingType>BUILDING_LIGHTHOUSE</BuildingType>
		<ResourceType>RESOURCE_WHALE</ResourceType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>

	<Row>
		<BuildingType>BUILDING_LIGHTHOUSE</BuildingType>
		<ResourceType>RESOURCE_PEARLS</ResourceType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>

</Building_ResourceYieldChanges>

<!-- Fin de la modificación -->
<!-- ================================================================ -->


COLOSO
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 4/11/2013 4:21:10 PM -->
<GameData>
	<!-- Evento On Building Colossus -->
	<!-- Cambia la bonificación de +5 al oro por un +4 en producción-->
	<GameData>
		<Building_YieldChanges>
			<Update>
				<Set Yield="4"/>
				<Where BuildingType="BUILDING_COLOSSUS" YieldType="YIELD_GOLD"/>
			</Update>

			<Update>
				<Set YieldType="YIELD_PRODUCTION"/>
				<Where BuildingType="BUILDING_COLOSSUS" YieldType="YIELD_GOLD"/>
			</Update>
		</Building_YieldChanges>
	</GameData>

</GameData>



<Building_ResourceYieldChanges>
	<Update>
		<Set Yield="0"/>
		<Where BuildingType="BUILDING_LIGHTHOUSE" YieldType="YIELD_FOOD"/>
	</Update>
</Building_ResourceYieldChanges>

<!-- ANTIGUO FARO:-->
<!-- ================================================================ -->
<Building_SeaResourceYieldChanges>
	<Row>
		<BuildingType>BUILDING_LIGHTHOUSE</BuildingType>
		<YieldType>YIELD_PRODUCTION</YieldType>
		<Yield>1</Yield>
	</Row>
</Building_SeaResourceYieldChanges>

<!-- Fin de la modificación -->
<!-- ================================================================ -->



<!-- ANTIGUO puerto quita recursos -->
<!-- ================================================================ -->
<Building_SeaResourceYieldChanges>
	<Update>
		<Set Yield="0"/>
		<Where BuildingType="BUILDING_HARBOR" YieldType="YIELD_PRODUCTION"/>
	</Update>
</Building_SeaResourceYieldChanges>



<Building_SeaPlotYieldChanges>
	<Update>
		<Set YieldType="YIELD_PRODUCTION"/>
		<Where BuildingType="BUILDING_COLOSSUS" YieldType="YIELD_GOLD"/>
	</Update>
</Building_SeaPlotYieldChanges>
