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

22 lines
718 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>60</BuildTime>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>
<Identity>
<Civ>athen</Civ>
<SpecificName>OƮkos</SpecificName>
<History>Hellenic houses from the Classical Age were generally humble yet stylish. During the Hellenistic Age, however, luxurious palaces and estates became commonplace in the rich Hellenistic metropolises like Antioch, Alexandria and Seleucia.</History>
</Identity>
<VisualActor>
<Actor>structures/athenians/house.xml</Actor>
</VisualActor>
</Entity>