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

20 lines
836 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_wonder">
<Footprint replace="">
<Circle radius="30.0"/>
<Height>10.0</Height>
</Footprint>
<Identity>
<Civ>brit</Civ>
<SpecificName>Stonehenge</SpecificName>
<History>Stonehenge is a monumental structure built by pre-historic peoples from Britain from approximately 2500 BC to 2000 BC. Evidence suggests that the structure and the surrounding site served as a place of religious significance, time-keeping, and other societal functions, like burial.</History>
</Identity>
<Obstruction>
<Static width="30.0" depth="30.0"/>
</Obstruction>
<VisualActor>
<FoundationActor>structures/fndn_theatron.xml</FoundationActor>
<Actor>structures/celts/stone_monument_new.xml</Actor>
</VisualActor>
</Entity>