1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_house.xml
Mythos_Ruler 77f8f95d20 Updated the names of the Persian units and structures. Removed Tachara and replaced with Apadana.
Took out some random flame and smoke actors from the Median Oasis map.

This was SVN commit r10502.
2011-11-10 00:49:54 +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>120</BuildTime>
<Resources>
<wood>150</wood>
</Resources>
</Cost>
<Footprint>
<Square width="14.5" depth="14.5"/>
<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.0" depth="13.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/persians/house.xml</Actor>
</VisualActor>
</Entity>