0ad/binaries/data/mods/official/entities/foundation_1x1.xml
Acumen 0abb49ab09 * Removed portrait background from the large status portrait (by changing default sprites for all entities).
* Made tabs remain closed by default.

* Fixed error where foundations were referencing the older cell sheets.

* Added text equivalents for health and stamina.

This was SVN commit r3588.
2006-03-03 19:05:01 +00:00

28 lines
431 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_foundation"
>
<Traits>
<Id>
<Generic>Foundation 1x1</Generic>
<Classes>Foundation</Classes>
</Id>
<Footprint>
<Width>6.0</Width>
<Depth>6.0</Depth>
<Height>8.0</Height>
</Footprint>
<Vision>
<LOS>2</LOS>
</Vision>
</Traits>
<Actor>structures/fndn_1x1.xml</Actor>
</Entity>