1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/gaia/fauna_bear.xml
Mythos_Ruler 131b094d2e #New animals!
This was SVN commit r5270.
2007-07-25 01:53:20 +00:00

30 lines
435 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_fauna_hunt_aggressive"
>
<Traits>
<Id>
<Specific>Bear</Specific>
</Id>
<Supply>
<Max>300</Max>
<Type>food</Type>
<SubType>meat</SubType>
</Supply>
<Footprint>
<Radius>1.3</Radius>
<Height>3.5</Height>
</Footprint>
</Traits>
<Actor>fauna/bear.xml</Actor>
</Entity>