0ad/binaries/data/mods/public/simulation/templates/structures/rome_house.xml
Mythos_Ruler 55be4f8d0e Made houses construct 20% faster.
Made the Mauryan "Warrior" into a siege dude.

Started switching over the Mauryan cav jav to Mauryan textures and
actors.

This was SVN commit r12846.
2012-11-11 21:16:50 +00:00

22 lines
762 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>100</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>