1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/pers_warehouse.xml
2011-11-28 02:14:23 +00:00

24 lines
568 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Footprint>
<Square width="26.0" depth="26.0"/>
<Height>12.0</Height>
</Footprint>
<Health>
<Max>2000</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<SpecificName>Warehouse</SpecificName>
</Identity>
<Obstruction>
<Static width="24.0" depth="24.0"/>
</Obstruction>
<TerritoryInfluence>
<Radius>30</Radius>
</TerritoryInfluence>
<VisualActor>
<Actor>props/structures/persians/alt_building_01.xml</Actor>
</VisualActor>
</Entity>