1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_entity.xml
2005-12-15 21:55:18 +00:00

35 lines
673 B
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity>
<Traits
extant="true"
>
<Id>
<Internal_Only />
</Id>
<Corpse>null</Corpse>
<!-- All but sea units are attached to the ground plane. -->
<Anchor>
<Type>Ground</Type>
</Anchor>
<!-- Defaults to no armour. -->
<Armour>
<Value>0</Value>
<Crush>0.0</Crush>
<Hack>0.0</Hack>
<Pierce>0.0</Pierce>
</Armour>
<Health>
<Bar_Height>-1.0</Bar_Height>
</Health>
</Traits>
<Script File="entities/template_entity_script.js" />
<Event On="Initialize" Function="entityInit" />
<Event On="PrepareOrder" Function="entityEventPrepareOrder" />
</Entity>