0ad/binaries/data/mods/public/simulation/templates/structures/mace_house.xml
Mythos_Ruler 46f091a154 Added the Athenian civ bonus "Silver Owls" which gives them +10% metal gathering rates when upgrading phases.
Made "Delian League" (faster building ships) a team bonus. Need some new
code to make it apply to allies too.

Made farming slower.

This was SVN commit r13641.
2013-08-09 22:37:05 +00:00

22 lines
720 B
XML

<?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>mace</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/hellenes/house_new.xml</Actor>
</VisualActor>
</Entity>