mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
[gameplay] standardize animal loot experience
This patch attempts a more systematic approach, by standardizing the <Loot/xp> to 20% of <Health/Max>. Differential revision: D3681 Patch by: @Nescio Reviewed by: @borg- @wowgetoffyourcellphone Comments by: @Palaxin This was SVN commit r26110.
This commit is contained in:
parent
57ba7c4a1c
commit
2dc0ccc184
52 changed files with 124 additions and 28 deletions
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Ursus americanus</SpecificName>
|
||||
<Icon>gaia/fauna_bear_black.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>4.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Ursus arctos</SpecificName>
|
||||
<Icon>gaia/fauna_bear_brown.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>4.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Ursus maritimus</SpecificName>
|
||||
<Icon>gaia/fauna_bear_polar.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>4.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@
|
|||
<SpecificName>Sus scrofa</SpecificName>
|
||||
<Icon>gaia/fauna_boar.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>150</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Camelus dromedarius</SpecificName>
|
||||
<Icon>gaia/fauna_camel.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>200</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
<SpecificName>Bos taurus taurus</SpecificName>
|
||||
<Icon>gaia/fauna_bull.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>30</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>4.5</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
<SpecificName>Bos taurus taurus</SpecificName>
|
||||
<Icon>gaia/fauna_cow.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>30</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>300</Max>
|
||||
<MaxGatherers>5</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
<SpecificName>Bos taurus africanus</SpecificName>
|
||||
<Icon>gaia/fauna_sanga.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>30</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>300</Max>
|
||||
<MaxGatherers>5</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
<SpecificName>Bos taurus indicus</SpecificName>
|
||||
<Icon>gaia/fauna_zebu.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>30</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>300</Max>
|
||||
<MaxGatherers>5</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Gallus gallus domesticus</SpecificName>
|
||||
<Icon>gaia/fauna_chicken.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>1</xp>
|
||||
</Loot>
|
||||
<Obstruction>
|
||||
<BlockMovement>false</BlockMovement>
|
||||
</Obstruction>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@
|
|||
<SpecificName>Crocodylus niloticus</SpecificName>
|
||||
<Icon>gaia/fauna_crocodile.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>20</xp>
|
||||
</Loot>
|
||||
<Position>
|
||||
<Anchor>pitch-roll</Anchor>
|
||||
</Position>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Cervus elaphus</SpecificName>
|
||||
<Icon>gaia/fauna_deer.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>5</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>4.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Canis lupus familiaris</SpecificName>
|
||||
<Icon>gaia/fauna_dog.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>8</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>3.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Canis lupus familiaris</SpecificName>
|
||||
<Icon>units/brit_wolfhound.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>8</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>3.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Equus africanus asinus</SpecificName>
|
||||
<Icon>gaia/fauna_donkey.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>200</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<Icon>gaia/fauna_elephant_african_bush.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>75</xp>
|
||||
<xp>60</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>800</Max>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Loxodonta africana</SpecificName>
|
||||
<Icon>gaia/fauna_elephant_african_infant.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>3.5</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<Icon>gaia/fauna_elephant_asian.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>60</xp>
|
||||
<xp>50</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>650</Max>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Elephas maximus</SpecificName>
|
||||
<Icon>gaia/fauna_elephant_african_infant.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>3.5</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<Icon>gaia/fauna_elephant_north_african.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>50</xp>
|
||||
<xp>40</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>500</Max>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Vulpes lagopus</SpecificName>
|
||||
<Icon>gaia/fauna_fox_arctic.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>4</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>2.5</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Vulpes vulpes</SpecificName>
|
||||
<Icon>gaia/fauna_fox_red.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>4</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>2.5</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Eudorcas thomsonii</SpecificName>
|
||||
<Icon>gaia/fauna_gazelle.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>5</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>4.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Giraffa camelopardalis</SpecificName>
|
||||
<Icon>gaia/fauna_giraffe.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>16</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>350</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Giraffa camelopardalis</SpecificName>
|
||||
<Icon>gaia/fauna_giraffe.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>8</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>150</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
<SpecificName>Capra aegagrus hircus</SpecificName>
|
||||
<Icon>gaia/fauna_goat.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>7</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>70</Max>
|
||||
<MaxGatherers>2</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<Icon>gaia/fauna_hippopotamus.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>50</xp>
|
||||
<xp>40</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>400</Max>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Equus ferus caballus</SpecificName>
|
||||
<Icon>gaia/fauna_horse.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>200</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@
|
|||
<SpecificName>Panthera leo</SpecificName>
|
||||
<Icon>gaia/fauna_lion.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>actor/fauna/animal/lion_select.xml</select>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Ovibos moschatus</SpecificName>
|
||||
<Icon>gaia/fauna_muskox.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>200</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Pavo cristatus</SpecificName>
|
||||
<Icon>gaia/fauna_peacock.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>2</xp>
|
||||
</Loot>
|
||||
<Position>
|
||||
<Anchor>upright</Anchor>
|
||||
</Position>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
<SpecificName>Sus scrofa domesticus</SpecificName>
|
||||
<Icon>gaia/fauna_pig.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>15</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>150</Max>
|
||||
<MaxGatherers>4</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
<Identity>
|
||||
<GenericName>Piglet</GenericName>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>3</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>10</Max>
|
||||
<MaxGatherers>1</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Oryctolagus cuniculus</SpecificName>
|
||||
<Icon>gaia/fauna_rabbit.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>1</xp>
|
||||
</Loot>
|
||||
<Obstruction>
|
||||
<BlockMovement>false</BlockMovement>
|
||||
</Obstruction>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Ceratotherium simum</SpecificName>
|
||||
<Icon>gaia/fauna_rhino.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>32</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>300</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
<Classes datatype="tokens">SeaCreature</Classes>
|
||||
<Icon>gaia/fauna_shark.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>30</xp>
|
||||
</Loot>
|
||||
<Minimap disable=""/>
|
||||
<Obstruction>
|
||||
<BlockMovement>false</BlockMovement>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
<SpecificName>Ovis aries</SpecificName>
|
||||
<Icon>gaia/fauna_sheep.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>100</Max>
|
||||
<MaxGatherers>3</MaxGatherers>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@
|
|||
<SpecificName>Panthera tigris</SpecificName>
|
||||
<Icon>gaia/fauna_tiger.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>actor/fauna/animal/lion_select.xml</select>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Odobenus rosmarus</SpecificName>
|
||||
<Icon>gaia/fauna_walrus.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>24</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>300</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Balaenoptera physalus</SpecificName>
|
||||
<Icon>gaia/fauna_fish.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>40</xp>
|
||||
</Loot>
|
||||
<Position>
|
||||
<Altitude>-0.5</Altitude>
|
||||
</Position>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Megaptera novaeangliae</SpecificName>
|
||||
<Icon>gaia/fauna_fish.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>40</xp>
|
||||
</Loot>
|
||||
<Position>
|
||||
<Altitude>-4</Altitude>
|
||||
</Position>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Connochaetes taurinus</SpecificName>
|
||||
<Icon>gaia/fauna_wildebeest.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>150</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
<SpecificName>Canis lupus</SpecificName>
|
||||
<Icon>gaia/fauna_wolf.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>8</xp>
|
||||
</Loot>
|
||||
<StatusBars>
|
||||
<HeightOffset>3.0</HeightOffset>
|
||||
</StatusBars>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@
|
|||
<SpecificName>Equus quagga</SpecificName>
|
||||
<Icon>gaia/fauna_zebra.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<Max>150</Max>
|
||||
</ResourceSupply>
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
<Identity>
|
||||
<Tooltip>Kill to gather meat for food.</Tooltip>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<ResourceSupply>
|
||||
<KillBeforeGather>true</KillBeforeGather>
|
||||
<Max>100</Max>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_hunt">
|
||||
<Loot>
|
||||
<xp>20</xp>
|
||||
</Loot>
|
||||
<UnitAI>
|
||||
<DefaultStance>aggressive</DefaultStance>
|
||||
</UnitAI>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_hunt_defensive">
|
||||
<Loot>
|
||||
<xp>50</xp>
|
||||
</Loot>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<select>actor/fauna/animal/cattle_select.xml</select>
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
<Identity>
|
||||
<VisibleClasses datatype="tokens">Elephant</VisibleClasses>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>50</xp>
|
||||
</Loot>
|
||||
<Position>
|
||||
<TurnRate>4</TurnRate>
|
||||
</Position>
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@
|
|||
<Tooltip>Kill to butcher for food.</Tooltip>
|
||||
<Icon>gaia/fauna_whale.png</Icon>
|
||||
</Identity>
|
||||
<Loot>
|
||||
<xp>10</xp>
|
||||
</Loot>
|
||||
<Obstruction>
|
||||
<BlockMovement>false</BlockMovement>
|
||||
<BlockPathfinding>false</BlockPathfinding>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_wild">
|
||||
<Loot>
|
||||
<xp>20</xp>
|
||||
</Loot>
|
||||
<UnitAI>
|
||||
<DefaultStance>aggressive</DefaultStance>
|
||||
</UnitAI>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_wild">
|
||||
<Loot>
|
||||
<xp>15</xp>
|
||||
</Loot>
|
||||
<UnitAI>
|
||||
<DefaultStance>passive-defensive</DefaultStance>
|
||||
</UnitAI>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_wild">
|
||||
<Loot>
|
||||
<xp>20</xp>
|
||||
</Loot>
|
||||
<UnitAI>
|
||||
<DefaultStance>violent</DefaultStance>
|
||||
</UnitAI>
|
||||
|
|
|
|||
Loading…
Reference in a new issue