0ad/binaries/data/mods/public/simulation/templates/structures/ptol_house.xml
Mythos_Ruler 3d9fe04ab5 Added Egyptian names for Ptolemaic buildings.
Deleted a bunch of maps. Added Lorraine Plain skirmish map.

This was SVN commit r14380.
2013-12-18 13:54:30 +00:00

30 lines
821 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<BuildTime>80</BuildTime>
<Resources>
<wood>0</wood>
</Resources>
</Cost>
<Footprint>
<Square width="16.0" depth="16.0"/>
<Height>5.0</Height>
</Footprint>
<Health>
<Max>500</Max>
<SpawnEntityOnDeath>rubble/rubble_stone_3x3</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>ptol</Civ>
<SpecificName>ḥwt</SpecificName>
<History>Since they are made of mud brick, Egyptian houses are free of cost, but are very weak.</History>
</Identity>
<Obstruction>
<Static width="14.0" depth="14.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/ptolemies/house.xml</Actor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>
</VisualActor>
</Entity>