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

19 lines
544 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<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>
<VisualActor>
<Actor>structures/celts/house.xml</Actor>
</VisualActor>
<Footprint replace="">
<Circle radius="5.0"/>
<Height>5.0</Height>
</Footprint>
<Obstruction>
<Static width="7.0" depth="7.0"/>
</Obstruction>
</Entity>