mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 01:11:50 +00:00
New horse and cattle fauna template corrections
Patch by: @Nescio Reviewed by: @Stan Differential Revision: https://code.wildfiregames.com/D1874 This was SVN commit r22315.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_defensive_bull">
|
<Entity parent="template_unit_fauna_hunt_defensive_bull">
|
||||||
<Identity>
|
<Identity>
|
||||||
<Civ>gaia</Civ>
|
<GenericName>Bull</GenericName>
|
||||||
<SpecificName>Bos Taurus Taurus</SpecificName>
|
<SpecificName>Bos taurus taurus</SpecificName>
|
||||||
<Icon>gaia/fauna_bull.png</Icon>
|
<Icon>gaia/fauna_bull.png</Icon>
|
||||||
</Identity>
|
</Identity>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_passive_cattle">
|
<Entity parent="template_unit_fauna_herd_domestic_cattle">
|
||||||
<Identity>
|
<Identity>
|
||||||
<Civ>gaia</Civ>
|
<GenericName>Cow</GenericName>
|
||||||
<SpecificName>Bos Taurus Taurus</SpecificName>
|
<SpecificName>Bos taurus taurus</SpecificName>
|
||||||
<Icon>gaia/fauna_cow.png</Icon>
|
<Icon>gaia/fauna_cow.png</Icon>
|
||||||
</Identity>
|
</Identity>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_passive_cattle">
|
<Entity parent="template_unit_fauna_herd_domestic_cattle">
|
||||||
<Identity>
|
<Identity>
|
||||||
<Civ>gaia</Civ>
|
<GenericName>Sanga Cattle</GenericName>
|
||||||
<SpecificName>Bos Taurus Africanus</SpecificName>
|
<SpecificName>Bos taurus africanus</SpecificName>
|
||||||
<Icon>gaia/fauna_sanga.png</Icon>
|
<Icon>gaia/fauna_sanga.png</Icon>
|
||||||
</Identity>
|
</Identity>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_passive_cattle">
|
<Entity parent="template_unit_fauna_herd_domestic_cattle">
|
||||||
<Identity>
|
<Identity>
|
||||||
<Civ>gaia</Civ>
|
<GenericName>Zebu</GenericName>
|
||||||
<SpecificName>Bos Taurus Indicus</SpecificName>
|
<SpecificName>Bos taurus indicus</SpecificName>
|
||||||
<Icon>gaia/fauna_zebu.png</Icon>
|
<Icon>gaia/fauna_zebu.png</Icon>
|
||||||
</Identity>
|
</Identity>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="gaia/fauna_zebu">
|
<Entity parent="gaia/fauna_cattle_zebu">
|
||||||
<Cost>
|
<Cost>
|
||||||
<BuildTime>53</BuildTime>
|
<BuildTime>53</BuildTime>
|
||||||
<Resources>
|
<Resources>
|
||||||
@@ -1,33 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_skittish">
|
<Entity parent="gaia/fauna_horse">
|
||||||
<Footprint>
|
|
||||||
<Square width="2.1" depth="4.2"/>
|
|
||||||
<Height>3.0</Height>
|
|
||||||
</Footprint>
|
|
||||||
<Identity>
|
|
||||||
<GenericName>Horse</GenericName>
|
|
||||||
<SpecificName>Equus ferus caballus</SpecificName>
|
|
||||||
<Icon>gaia/fauna_horse.png</Icon>
|
|
||||||
</Identity>
|
|
||||||
<Position>
|
|
||||||
<Anchor>pitch</Anchor>
|
|
||||||
</Position>
|
|
||||||
<ResourceSupply>
|
|
||||||
<Amount>200</Amount>
|
|
||||||
</ResourceSupply>
|
|
||||||
<Sound>
|
|
||||||
<SoundGroups>
|
|
||||||
<select>actor/fauna/animal/horse_select.xml</select>
|
|
||||||
<order_attack>actor/fauna/animal/horse_attack_order.xml</order_attack>
|
|
||||||
<order_walk>actor/fauna/animal/horse_order.xml</order_walk>
|
|
||||||
<attack_melee>actor/fauna/animal/horse_attack.xml</attack_melee>
|
|
||||||
<death>actor/fauna/animal/horse_death.xml</death>
|
|
||||||
<trained>actor/fauna/animal/horse_trained.xml</trained>
|
|
||||||
</SoundGroups>
|
|
||||||
</Sound>
|
|
||||||
<UnitMotion>
|
|
||||||
<WalkSpeed op="mul">0.8</WalkSpeed>
|
|
||||||
</UnitMotion>
|
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
<Actor>fauna/horse_breed.xml</Actor>
|
<Actor>fauna/horse_breed.xml</Actor>
|
||||||
</VisualActor>
|
</VisualActor>
|
||||||
|
|||||||
@@ -1,33 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_skittish">
|
<Entity parent="gaia/fauna_horse">
|
||||||
<Footprint>
|
|
||||||
<Square width="2.1" depth="4.2"/>
|
|
||||||
<Height>3.0</Height>
|
|
||||||
</Footprint>
|
|
||||||
<Identity>
|
|
||||||
<GenericName>Horse</GenericName>
|
|
||||||
<SpecificName>Equus ferus caballus</SpecificName>
|
|
||||||
<Icon>gaia/fauna_horse.png</Icon>
|
|
||||||
</Identity>
|
|
||||||
<Position>
|
|
||||||
<Anchor>pitch</Anchor>
|
|
||||||
</Position>
|
|
||||||
<ResourceSupply>
|
|
||||||
<Amount>200</Amount>
|
|
||||||
</ResourceSupply>
|
|
||||||
<Sound>
|
|
||||||
<SoundGroups>
|
|
||||||
<select>actor/fauna/animal/horse_select.xml</select>
|
|
||||||
<order_attack>actor/fauna/animal/horse_attack_order.xml</order_attack>
|
|
||||||
<order_walk>actor/fauna/animal/horse_order.xml</order_walk>
|
|
||||||
<attack_melee>actor/fauna/animal/horse_attack.xml</attack_melee>
|
|
||||||
<death>actor/fauna/animal/horse_death.xml</death>
|
|
||||||
<trained>actor/fauna/animal/horse_trained.xml</trained>
|
|
||||||
</SoundGroups>
|
|
||||||
</Sound>
|
|
||||||
<UnitMotion>
|
|
||||||
<WalkSpeed op="mul">0.8</WalkSpeed>
|
|
||||||
</UnitMotion>
|
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
<Actor>fauna/horse_lusitano.xml</Actor>
|
<Actor>fauna/horse_lusitano.xml</Actor>
|
||||||
</VisualActor>
|
</VisualActor>
|
||||||
|
|||||||
@@ -1,33 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_skittish">
|
<Entity parent="gaia/fauna_horse">
|
||||||
<Footprint>
|
|
||||||
<Square width="2.1" depth="4.2"/>
|
|
||||||
<Height>3.0</Height>
|
|
||||||
</Footprint>
|
|
||||||
<Identity>
|
|
||||||
<GenericName>Horse</GenericName>
|
|
||||||
<SpecificName>Equus ferus caballus</SpecificName>
|
|
||||||
<Icon>gaia/fauna_horse.png</Icon>
|
|
||||||
</Identity>
|
|
||||||
<Position>
|
|
||||||
<Anchor>pitch</Anchor>
|
|
||||||
</Position>
|
|
||||||
<ResourceSupply>
|
|
||||||
<Amount>200</Amount>
|
|
||||||
</ResourceSupply>
|
|
||||||
<Sound>
|
|
||||||
<SoundGroups>
|
|
||||||
<select>actor/fauna/animal/horse_select.xml</select>
|
|
||||||
<order_attack>actor/fauna/animal/horse_attack_order.xml</order_attack>
|
|
||||||
<order_walk>actor/fauna/animal/horse_order.xml</order_walk>
|
|
||||||
<attack_melee>actor/fauna/animal/horse_attack.xml</attack_melee>
|
|
||||||
<death>actor/fauna/animal/horse_death.xml</death>
|
|
||||||
<trained>actor/fauna/animal/horse_trained.xml</trained>
|
|
||||||
</SoundGroups>
|
|
||||||
</Sound>
|
|
||||||
<UnitMotion>
|
|
||||||
<WalkSpeed op="mul">0.8</WalkSpeed>
|
|
||||||
</UnitMotion>
|
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
<Actor>fauna/horse_marwari.xml</Actor>
|
<Actor>fauna/horse_marwari.xml</Actor>
|
||||||
</VisualActor>
|
</VisualActor>
|
||||||
|
|||||||
@@ -1,33 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt_skittish">
|
<Entity parent="gaia/fauna_horse">
|
||||||
<Footprint>
|
|
||||||
<Square width="2.1" depth="4.2"/>
|
|
||||||
<Height>3.0</Height>
|
|
||||||
</Footprint>
|
|
||||||
<Identity>
|
|
||||||
<GenericName>Horse</GenericName>
|
|
||||||
<SpecificName>Equus ferus caballus</SpecificName>
|
|
||||||
<Icon>gaia/fauna_horse.png</Icon>
|
|
||||||
</Identity>
|
|
||||||
<Position>
|
|
||||||
<Anchor>pitch</Anchor>
|
|
||||||
</Position>
|
|
||||||
<ResourceSupply>
|
|
||||||
<Amount>200</Amount>
|
|
||||||
</ResourceSupply>
|
|
||||||
<Sound>
|
|
||||||
<SoundGroups>
|
|
||||||
<select>actor/fauna/animal/horse_select.xml</select>
|
|
||||||
<order_attack>actor/fauna/animal/horse_attack_order.xml</order_attack>
|
|
||||||
<order_walk>actor/fauna/animal/horse_order.xml</order_walk>
|
|
||||||
<attack_melee>actor/fauna/animal/horse_attack.xml</attack_melee>
|
|
||||||
<death>actor/fauna/animal/horse_death.xml</death>
|
|
||||||
<trained>actor/fauna/animal/horse_trained.xml</trained>
|
|
||||||
</SoundGroups>
|
|
||||||
</Sound>
|
|
||||||
<UnitMotion>
|
|
||||||
<WalkSpeed op="mul">0.8</WalkSpeed>
|
|
||||||
</UnitMotion>
|
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
<Actor>fauna/horse_persian.xml</Actor>
|
<Actor>fauna/horse_persian.xml</Actor>
|
||||||
</VisualActor>
|
</VisualActor>
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<Entities datatype="tokens">
|
<Entities datatype="tokens">
|
||||||
-gaia/fauna_sheep_trainable
|
-gaia/fauna_sheep_trainable
|
||||||
gaia/fauna_pig_trainable
|
gaia/fauna_pig_trainable
|
||||||
|
gaia/fauna_cattle_cow_trainable
|
||||||
</Entities>
|
</Entities>
|
||||||
</ProductionQueue>
|
</ProductionQueue>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
|
|||||||
@@ -13,8 +13,9 @@
|
|||||||
</Obstruction>
|
</Obstruction>
|
||||||
<ProductionQueue>
|
<ProductionQueue>
|
||||||
<Entities datatype="tokens">
|
<Entities datatype="tokens">
|
||||||
gaia/fauna_goat_trainable
|
|
||||||
-gaia/fauna_sheep_trainable
|
-gaia/fauna_sheep_trainable
|
||||||
|
gaia/fauna_goat_trainable
|
||||||
|
gaia/fauna_cattle_sanga_trainable
|
||||||
</Entities>
|
</Entities>
|
||||||
</ProductionQueue>
|
</ProductionQueue>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<Entities datatype="tokens">
|
<Entities datatype="tokens">
|
||||||
-gaia/fauna_sheep_trainable
|
-gaia/fauna_sheep_trainable
|
||||||
gaia/fauna_goat_trainable
|
gaia/fauna_goat_trainable
|
||||||
gaia/fauna_zebu_trainable
|
gaia/fauna_cattle_zebu_trainable
|
||||||
</Entities>
|
</Entities>
|
||||||
</ProductionQueue>
|
</ProductionQueue>
|
||||||
<VisualActor>
|
<VisualActor>
|
||||||
|
|||||||
+1
-4
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Entity parent="template_unit_fauna_hunt">
|
<Entity parent="template_unit_fauna_herd_domestic">
|
||||||
<Footprint>
|
<Footprint>
|
||||||
<Square width="1.9" depth="3.8"/>
|
<Square width="1.9" depth="3.8"/>
|
||||||
<Height>2.0</Height>
|
<Height>2.0</Height>
|
||||||
@@ -8,7 +8,4 @@
|
|||||||
<WalkSpeed op="mul">0.4</WalkSpeed>
|
<WalkSpeed op="mul">0.4</WalkSpeed>
|
||||||
<RunMultiplier>1.4</RunMultiplier>
|
<RunMultiplier>1.4</RunMultiplier>
|
||||||
</UnitMotion>
|
</UnitMotion>
|
||||||
<UnitAI>
|
|
||||||
<NaturalBehaviour>passive</NaturalBehaviour>
|
|
||||||
</UnitAI>
|
|
||||||
</Entity>
|
</Entity>
|
||||||
-3
@@ -15,9 +15,6 @@
|
|||||||
<RestrictedClasses datatype="tokens">Structure Ship Siege</RestrictedClasses>
|
<RestrictedClasses datatype="tokens">Structure Ship Siege</RestrictedClasses>
|
||||||
</Melee>
|
</Melee>
|
||||||
</Attack>
|
</Attack>
|
||||||
<Identity>
|
|
||||||
<VisibleClasses datatype="tokens">Cattle</VisibleClasses>
|
|
||||||
</Identity>
|
|
||||||
<Loot>
|
<Loot>
|
||||||
<xp>50</xp>
|
<xp>50</xp>
|
||||||
</Loot>
|
</Loot>
|
||||||
|
|||||||
Reference in New Issue
Block a user