0ad/binaries/data/mods/official/entities/template_entity_full.xml
pyrolink 8f7202f00b Entities default to run speed = 0
Notification event

This was SVN commit r3340.
2006-01-08 08:23:59 +00:00

24 lines
622 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>20</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" />
</Entity>