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

View file

@ -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>

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c6a5220e5ff6b8633ab33d3ce7e18ab7e49a87a3b2c8155f681488f933a3641
size 107914

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a20b7125665576b4cf295268d89f448d024f9d4df32f735c5ee1ca1a32a31b81
oid sha256:3a7b07f5a2bd2134e7503bd3b1b7ab23f0e64b5113094af1d63a991fca5f54e3
size 349680

View file

@ -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>

View file

@ -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>

View file

@ -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>