1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_foundation.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

27 lines
502 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_entity_full"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Foundation</Generic>
<Icon>PortraitSheet</Icon>
<Classes>Foundation</Classes>
</Id>
<Health>
<Bar_Height>6.0</Bar_Height>
<Regen_Rate>0.0</Regen_Rate>
</Health>
</Traits>
<Script File="entities/template_entity_script.js" />
<Event On="Death" Function="foundationDestroyed" />
</Entity>