0ad/binaries/data/mods/public/simulation/templates/structures/brit_house.xml
Enrique 8b9a0e3919 Added gaul houses, fixed brit houses and added a new variation. New effects applied.
Added Ludo's new stonehenge model.

This was SVN commit r13830.
2013-09-13 13:50:19 +00:00

27 lines
795 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>
<Health>
<SpawnEntityOnDeath>rubble/rubble_2x2</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>brit</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/britons/house.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
</Entity>