1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/spart_farmstead.xml
Mythos_Ruler 484faf3bc0 Balancing.
This was SVN commit r13098.
2013-01-21 04:11:59 +00:00

27 lines
859 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_farmstead">
<Cost>
<BuildTime>50</BuildTime>
</Cost>
<Footprint>
<Square width="20.0" depth="18.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>990</Max>
<SpawnEntityOnDeath>rubble/rubble_stone_4x4</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>spart</Civ>
<SpecificName>Sītobólion</SpecificName>
<History>Grain wasn't plentiful in Hellas, which is why it was carefully stored in granaries, some of it being reserved for times of siege.</History>
</Identity>
<Obstruction>
<Static width="18.0" depth="16.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/hellenes/farmstead_new.xml</Actor>
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>
</VisualActor>
</Entity>