1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_entity.xml

32 lines
713 B
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity>
<Traits extant="true" corpse="template_corpse">
<Id
type="true"
/>
<!-- Defaults to no armour -->
<Armour
Value="0"
Crush="0.0"
Hack="0.0"
Pierce="0.0"
/>
<Health />
<Up
rank="0"
/>
<Creation
time="20"
/>
</Traits>
<Script File="entities/template_entity_script.js" />
<Event On="Attack" Function="entity_event_attack" />
<Event On="Gather" Function="entity_event_gather" />
<Event On="TakesDamage" Function="entity_event_takesdamage" />
<Event On="TargetChanged" Function="entity_event_targetchanged" />
<Event On="PrepareOrder" Function="entity_event_prepareorder" />
<Actions />
</Entity>