Ticket #3497: t3497_ghost_chicken_and_rabbits.patch

File t3497_ghost_chicken_and_rabbits.patch, 1.4 KB (added by elexis, 9 years ago)

Also makes rabbits passable. Swimming animals like sharks and whale might make sense too. All other land animals are bigger than that and should certainly block in my opinion.

  • binaries/data/mods/public/simulation/templates/gaia/fauna_chicken.xml

     
    1010  <Identity>
    1111    <Civ>gaia</Civ>
    1212    <SpecificName>Chicken</SpecificName>
    1313    <Icon>gaia/fauna_chicken.png</Icon>
    1414  </Identity>
     15   <Obstruction>
     16    <BlockMovement>false</BlockMovement>
     17    <BlockPathfinding>false</BlockPathfinding>
     18  </Obstruction>
    1519  <ResourceSupply>
    1620    <Amount>40</Amount>
    1721    <Type>food.meat</Type>
    1822    <MaxGatherers>5</MaxGatherers>
    1923  </ResourceSupply>
  • binaries/data/mods/public/simulation/templates/gaia/fauna_rabbit.xml

     
    77  <Identity>
    88    <Civ>gaia</Civ>
    99    <SpecificName>Rabbit</SpecificName>
    1010    <Icon>gaia/fauna_rabbit.png</Icon>
    1111  </Identity>
     12   <Obstruction>
     13    <BlockMovement>false</BlockMovement>
     14    <BlockPathfinding>false</BlockPathfinding>
     15  </Obstruction>
    1216  <Position>
    1317    <Anchor>pitch</Anchor>
    1418  </Position>
    1519  <ResourceSupply>
    1620    <Amount>50</Amount>