mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r7039.
This commit is contained in:
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,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c6a5220e5ff6b8633ab33d3ce7e18ab7e49a87a3b2c8155f681488f933a3641
|
||||
size 107914
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a20b7125665576b4cf295268d89f448d024f9d4df32f735c5ee1ca1a32a31b81
|
||||
oid sha256:3a7b07f5a2bd2134e7503bd3b1b7ab23f0e64b5113094af1d63a991fca5f54e3
|
||||
size 349680
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue