1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/rome_house.xml

22 lines
762 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>120</BuildTime>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>
<Identity>
<Civ>rome</Civ>
<SpecificName>Domus</SpecificName>
<History>The word "domus" is the root of the English word "domicile" which means house or home. The typical middle and upper-class Roman Domus had many rooms, a skylight to collect water and provide sunlight, and a tile roof. An attached garden was later included under Hellenistic influence.</History>
</Identity>
<VisualActor>
<Actor>structures/romans/house.xml</Actor>
</VisualActor>
</Entity>