0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_sheep.xml

18 lines
384 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_passive">
<Identity>
<Civ>gaia</Civ>
<SpecificName>Sheep</SpecificName>
<IconCell>14</IconCell>
</Identity>
<Cost>
<BuildTime>45</BuildTime>
<Resources>
<food>50</food>
</Resources>
</Cost>
<VisualActor>
<Actor>fauna/sheep1.xml</Actor>
</VisualActor>
</Entity>