0ad/binaries/data/mods/public/simulation/templates/structures/gaul_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
806 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Footprint replace="">
<Square width="12.5" depth="12.5"/>
<Height>5.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_2x2</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>gaul</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="12.0" depth="12.0"/>
</Obstruction>
<TerritoryInfluence>
<Radius>16</Radius>
<Weight>65536</Weight>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/gauls/house.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
</Entity>