mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 07:13:08 +00:00
This was SVN commit r7039.
This commit is contained in:
@@ -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>
|
||||
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||
Reference in New Issue
Block a user