1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/pers_inn.xml
Mythos_Ruler 92ba917c5a #Moving new Alpha 8 faction from Internal to Public.
Updated some hero tooltips.

This was SVN commit r10294.
2011-09-18 04:30:03 +00:00

21 lines
479 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Cost>
<PopulationBonus>15</PopulationBonus>
</Cost>
<Footprint>
<Square width="30.0" depth="17.0"/>
<Height>10.0</Height>
</Footprint>
<Health>
<Max>2500</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<SpecificName>Inn</SpecificName>
</Identity>
<VisualActor>
<Actor>props/structures/persians/alt_building_04.xml</Actor>
</VisualActor>
</Entity>