0ad/binaries/data/mods/public/simulation/templates/structures/pers_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

29 lines
797 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>
<Footprint>
<Square width="17.0" depth="17.0"/>
<Height>5.0</Height>
</Footprint>
<Health>
<Max>1200</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<SpecificName>Vith</SpecificName>
<History>Apart from the Great King and his close relatives, the satraps resided in splendid spacious residences, which included palaces, pavilions and gardens.</History>
</Identity>
<Obstruction>
<Static width="13.5" depth="13.5"/>
</Obstruction>
<VisualActor>
<Actor>structures/persians/house.xml</Actor>
</VisualActor>
</Entity>