0ad/binaries/data/mods/official/entities/template_entity_full.xml
2006-04-30 20:34:39 +00:00

26 lines
729 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>2</Food>
<Wood>1</Wood>
<Stone>3</Stone>
</Resource>
</Creation>
</Traits>
<Script File="entities/template_entity_script.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" />
</Entity>