Ticket #3583: t3583_increase_max_number_of_gatherers_v1.patch

File t3583_increase_max_number_of_gatherers_v1.patch, 2.1 KB (added by elexis, 8 years ago)
  • binaries/data/mods/public/simulation/templates/gaia/geology_stonemine_temperate_formation.xml

     
    55    <Height>8.0</Height>
    66  </Footprint>
    77  <Obstruction>
    88    <Static width="22.0" depth="14.0"/>
    99  </Obstruction>
     10  <ResourceSupply>
     11    <MaxGatherers>48</MaxGatherers>
     12  </ResourceSupply>
    1013  <VisualActor>
    1114    <Actor>geology/stonemine_temperate_quarry_01.xml</Actor>
    1215  </VisualActor>
    1316</Entity>
  • binaries/data/mods/public/simulation/templates/other/pyramid_great.xml

     
    2121    <Altitude>-2.0</Altitude>
    2222  </Position>
    2323  <ResourceSupply>
    2424    <Amount>10000</Amount>
    2525    <Type>stone.ruins</Type>
    26     <MaxGatherers>40</MaxGatherers>
     26    <MaxGatherers>120</MaxGatherers>
    2727  </ResourceSupply>
    2828  <Sound>
    2929    <SoundGroups>
    3030      <select>interface/select/building/sel_temple.xml</select>
    3131      <death>attack/destruction/building_collapse_large.xml</death>
  • binaries/data/mods/public/simulation/templates/other/pyramid_minor.xml

     
    1515    <Static width="34.0" depth="34.0"/>
    1616  </Obstruction>
    1717  <ResourceSupply>
    1818    <Amount>5000</Amount>
    1919    <Type>stone.ruins</Type>
    20     <MaxGatherers>30</MaxGatherers>
     20    <MaxGatherers>90</MaxGatherers>
    2121  </ResourceSupply>
    2222  <Sound>
    2323    <SoundGroups>
    2424      <select>interface/select/building/sel_temple.xml</select>
    2525      <death>attack/destruction/building_collapse_large.xml</death>