Ticket #3696: sheeplimit_v1.patch

File sheeplimit_v1.patch, 1.4 KB (added by elexis, 8 years ago)

Restricts the number of sheep to 250.

  • binaries/data/mods/public/simulation/templates/special/player.xml

     
    1818      <CivilCentre>1</CivilCentre>
    1919      <DefenseTower>30</DefenseTower>
    2020      <Fortress>10</Fortress>
    2121      <Wonder>1</Wonder>
    2222      <Hero>1</Hero>
     23      <Domestic>250</Domestic>
    2324      <Apadana>1</Apadana>
    2425      <Embassy>2</Embassy>
    2526      <Monument>5</Monument>
    2627      <Pillar>0</Pillar>
    2728      <WarDog>0</WarDog>
  • binaries/data/mods/public/simulation/templates/template_unit_fauna_herd_domestic.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_fauna_herd">
    33  <Identity>
    44    <Classes datatype="tokens">Domestic</Classes>
    55  </Identity>
     6  <TrainingRestrictions>
     7    <Category>Domestic</Category>
     8  </TrainingRestrictions>
    69  <UnitAI>
    710    <NaturalBehaviour>domestic</NaturalBehaviour>
    811  </UnitAI>
    912  <Vision>
    1013    <Range>6</Range>