This was SVN commit r7039.

This commit is contained in:
Mythos_Ruler
2009-07-27 05:02:55 +00:00
parent 75e0d4511c
commit fa68ffd334
6 changed files with 55 additions and 4 deletions
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="elephant_african_forest [adult]">
<mesh>skeletal/elephant_african_forest.dae</mesh>
<texture>skeletal/animal-elephant-base.dds</texture>
</variant>
</group>
</actor>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_fauna_hunt_aggressive">
<Traits>
<Id>
<Specific>African Bush Elephant</Specific>
</Id>
<Supply>
<Max>800</Max>
<Type>food</Type>
<SubType>meat</SubType>
</Supply>
<Footprint>
<Radius>3.0</Radius>
<Height>3.5</Height>
</Footprint>
</Traits>
<Actor>fauna/elephant_african_bush.xml</Actor>
</Entity>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_fauna_hunt_aggressive">
<Traits>
<Id>
<Specific>Infant African Bush Elephant</Specific>
</Id>
<Supply>
<Max>100</Max>
<Type>food</Type>
<SubType>meat</SubType>
</Supply>
<Footprint>
<Radius>1.5</Radius>
<Height>1.5</Height>
</Footprint>
</Traits>
<Actor>fauna/elephant_african_baby.xml</Actor>
</Entity>
@@ -9,18 +9,18 @@
</Id>
<Supply>
<Max>450</Max>
<Max>500</Max>
<Type>food</Type>
<SubType>meat</SubType>
</Supply>
<Footprint>
<Radius>2.5</Radius>
<Height>3.5</Height>
<Height>3.0</Height>
</Footprint>
</Traits>
<Actor>fauna/elephant.xml</Actor>
<Actor>fauna/elephant_african_forest.xml</Actor>
</Entity>