1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_entity.xml
Matei 2e5d310c56 Trees can no longer move.
This was SVN commit r3231.
2005-12-11 23:28:08 +00:00

43 lines
628 B
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity>
<Traits extant="true" corpse="null">
<Id
/>
<Anchor
type="Ground"
/>
<!-- Defaults to no armour -->
<Armour
Value="0"
Crush="0.0"
Hack="0.0"
Pierce="0.0"
/>
<Creation>
<Time>20</Time>
<Resource>
<Food cost="4" />
<Wood cost="3" />
<Stone cost="2" />
</Resource>
</Creation>
<Health
bar_height="-1.0"
/>
<MiniMap
type="Unit"
/>
<Up
rank="0"
/>
<Vision
permanent="false"
/>
</Traits>
<Actions />
<Event On="PrepareOrder" Function="entity_event_prepareorder" />
</Entity>