1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/iber_house.xml
Mythos_Ruler b6cc8e9cf6 The Big Iberian Move™.
This was SVN commit r9071.
2011-03-17 07:31:58 +00:00

20 lines
911 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Identity>
<Civ>iber</Civ>
<SpecificName>Casa</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>
<VisualActor>
<Actor>structures/iberians/house.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
<Footprint>
<Square width="12.0" depth="12.0"/>
<Height>5.0</Height>
</Footprint>
<Obstruction>
<Static width="10.0" depth="10.0"/>
</Obstruction>
</Entity>