0ad/binaries/data/mods/public/simulation/templates/structures/iber_house.xml
Mythos_Ruler e75765faae Fixed some Greek corral prop problems.
Fixed Storehouses tip.

Fixed the names for ALL Iberian units and buildings.

Added a build restriction for the Iberian Monument.

This was SVN commit r13769.
2013-08-25 22:20:09 +00:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Footprint>
<Square width="12.0" depth="12.0"/>
<Height>5.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_stone_2x2</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>iber</Civ>
<SpecificName>Etxe</SpecificName>
<History>Iberian structures of the time were typically built either entirely of stone or with stone stub walls with 'adobe' up to the roof lines above them. Roofs were then, depending on the economic status of individuals, covered with a composite of mud and binding vegetable and waterproofing asphaltic materials, or slate stone, or in many cases in the region, with so-called Spanish roofing tiles.</History>
</Identity>
<Obstruction>
<Static width="10.0" depth="10.0"/>
</Obstruction>
<TerritoryInfluence>
<Radius>16</Radius>
<Weight>65536</Weight>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/iberians/house.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
</Entity>