mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r6082.
This commit is contained in:
parent
1c4c3a3d29
commit
54d411f9da
2 changed files with 30 additions and 0 deletions
Binary file not shown.
30
binaries/data/mods/official/entities/gaia/fauna_gazelle.xml
Normal file
30
binaries/data/mods/official/entities/gaia/fauna_gazelle.xml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity Parent="template_unit_fauna_hunt_skittish">
|
||||
<Traits>
|
||||
|
||||
<Id>
|
||||
|
||||
<Specific>Gazelle</Specific>
|
||||
|
||||
</Id>
|
||||
|
||||
</Traits>
|
||||
|
||||
<Actions>
|
||||
<Move>
|
||||
<Speed>5.0</Speed>
|
||||
<TurningRadius>1.0</TurningRadius>
|
||||
|
||||
<Run>
|
||||
<Speed>15.0</Speed>
|
||||
<Range>600.0</Range>
|
||||
<RangeMin>5.0</RangeMin>
|
||||
</Run>
|
||||
|
||||
</Move>
|
||||
</Actions>
|
||||
|
||||
<Actor>fauna/gazelle.xml</Actor>
|
||||
|
||||
</Entity>
|
||||
Loading…
Reference in a new issue