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

22 lines
884 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>53</BuildTime>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Health>
<Max>1091</Max>
</Health>
<Identity>
<Civ>spart</Civ>
<SpecificName>OƮkos</SpecificName>
<History>Spartan houses were known to be particularly simple because of two laws of Lycurgus. The first enforced that the roofs only be crafted with an axe, and the second made doors only constructed with saws as tools. (Plutarch 13) These generally made Spartans more likely to furnish their homes with plain furniture to match their homes. This helped give rise to the term 'spartan' which means 'sparse.'</History>
</Identity>
<VisualActor>
<Actor>structures/hellenes/house_new.xml</Actor>
</VisualActor>
</Entity>