add diversity to corral production, fixes #3877

This was SVN commit r18008.
This commit is contained in:
mimo 2016-04-08 20:51:24 +00:00
parent 2392f6fe8e
commit e93c1e6bca
9 changed files with 69 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_domestic">
<Cost>
<BuildTime>40</BuildTime>
<BuildTime>35</BuildTime>
<Resources>
<food>60</food>
<food>50</food>
</Resources>
</Cost>
<Identity>
@ -15,10 +15,21 @@
<Anchor>pitch</Anchor>
</Position>
<ResourceSupply>
<Amount>120</Amount>
<Amount>100</Amount>
<Type>food.meat</Type>
<MaxGatherers>6</MaxGatherers>
<MaxGatherers>6</MaxGatherers>
</ResourceSupply>
<Sound>
<SoundGroups>
<select>actor/fauna/animal/goat.xml</select>
<order_walk>actor/fauna/animal/goat.xml</order_walk>
<death>actor/fauna/animal/goat.xml</death>
<trained>actor/fauna/animal/goat.xml</trained>
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed>3.0</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>fauna/goat.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_domestic">
<Cost>
<BuildTime>35</BuildTime>
<Resources>
<food>50</food>
</Resources>
</Cost>
<Identity>
<Civ>gaia</Civ>
<SpecificName>Pig</SpecificName>
@ -8,9 +14,20 @@
<Position>
<Anchor>pitch</Anchor>
</Position>
<Sound>
<SoundGroups>
<select>actor/fauna/animal/pig.xml</select>
<order_walk>actor/fauna/animal/pig.xml</order_walk>
<death>actor/fauna/animal/pig.xml</death>
<trained>actor/fauna/animal/pig.xml</trained>
</SoundGroups>
</Sound>
<StatusBars>
<HeightOffset>5.0</HeightOffset>
</StatusBars>
<UnitMotion>
<WalkSpeed>3.0</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>fauna/pig1.xml</Actor>
</VisualActor>

View File

@ -12,6 +12,12 @@
<Obstruction>
<Static width="10.0" depth="20.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
-gaia/fauna_sheep
gaia/fauna_pig
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/celts/plot_corral.xml</Actor>
</VisualActor>

View File

@ -15,6 +15,12 @@
<Obstruction>
<Static width="16.0" depth="14.5"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
-gaia/fauna_sheep
gaia/fauna_goat
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/carthaginians/corral.xml</Actor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>

View File

@ -12,6 +12,12 @@
<Obstruction>
<Static width="10.0" depth="20.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
-gaia/fauna_sheep
gaia/fauna_pig
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/celts/plot_corral.xml</Actor>
</VisualActor>

View File

@ -15,6 +15,12 @@
<Obstruction>
<Static width="14.0" depth="14.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
-gaia/fauna_sheep
gaia/fauna_pig
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/iberians/corral.xml</Actor>
<FoundationActor>structures/fndn_4x4.xml</FoundationActor>

View File

@ -14,6 +14,12 @@
<Obstruction>
<Static width="13.0" depth="13.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
-gaia/fauna_sheep
gaia/fauna_goat
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/mauryans/corral.xml</Actor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>

View File

@ -22,6 +22,12 @@
<Obstruction>
<Static width="12.0" depth="20.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
-gaia/fauna_sheep
gaia/fauna_goat
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/ptolemies/corral.xml</Actor>
<FoundationActor>structures/fndn_2x4.xml</FoundationActor>

View File

@ -7,7 +7,7 @@
<KillBeforeGather>true</KillBeforeGather>
<Amount>100</Amount>
<Type>food.meat</Type>
<MaxGatherers>8</MaxGatherers>
<MaxGatherers>8</MaxGatherers>
</ResourceSupply>
<Vision>
<Range>20</Range>