1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/celt_house.xml

24 lines
707 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Footprint replace="">
<Circle radius="6.0"/>
<Height>5.0</Height>
</Footprint>
<Identity>
<Civ>celt</Civ>
<SpecificName>Annedd</SpecificName>
<History>Celts generally lived in round stone or wattle and daub walled structures with thatched roof.</History>
</Identity>
<Obstruction>
<Static width="10.0" depth="10.0"/>
</Obstruction>
<TerritoryInfluence>
<Radius>16</Radius>
<Weight>65536</Weight>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/celts/house.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
</Entity>