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

28 lines
879 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_entity"
>
<Traits>
<!-- Temporary creation properties until cost/time for each unit is locked down. -->
<Creation>
<Time>5</Time>
<Resource>
<Food>15</Food>
<Wood>10</Wood>
<Stone>5</Stone>
</Resource>
</Creation>
</Traits>
<Script File="scripts/entity_functions.js" />
<Event On="Generic" Function="entityEventGeneric" />
<Event On="TargetChanged" Function="entityEventTargetChanged" />
<Event On="Notification" Function="entityEventNotification" />
<Event On="Formation" Function="entityEventFormation" />
<Event On="Idle" Function="entityEventIdle" />
<Event On="Movement" Function="entityEventMovement" />
<Event On="Death" Function="entityDestroyed" />
<Event On="Initialize" Function="entityInit" />
</Entity>