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

23 lines
655 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_farmstead">
<Footprint>
<Square width="12.0" depth="16.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_stone_3x3</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>maur</Civ>
<SpecificName>Kantu</SpecificName>
<History>Farmstead.</History>
</Identity>
<Obstruction>
<Static width="18.0" depth="18.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/mauryans/farmstead.xml</Actor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>
</VisualActor>
</Entity>