mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 08:37:43 +00:00
005983f237
This was SVN commit r3995.
27 lines
495 B
XML
27 lines
495 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="scripts/entity_functions.js" />
|
|
<Event On="Death" Function="foundationDestroyed" />
|
|
</Entity> |