0ad/binaries/data/mods/public/simulation/templates/structures/hele_house.xml
Mythos_Ruler c754c63376 Greek naming tweaks.
This was SVN commit r9198.
2011-04-07 17:29:02 +00:00

22 lines
720 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Identity>
<Civ>hele</Civ>
<SpecificName>Oikos</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>
<Cost>
<PopulationBonus>10</PopulationBonus>
<BuildTime>120</BuildTime>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Health>
<Max>1200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/house_new.xml</Actor>
</VisualActor>
</Entity>