Ticket #1349: worker.patch

File worker.patch, 3.5 KB (added by gudo, 12 years ago)

Updated patch, can be applied vs r11643

  • binaries/data/mods/public/simulation/data/technologies/gather_farming_plough.json

     
    88    "researchTime": 20,
    99    "tooltip": "Equip your citizens with iron ploughs. +25% farming rate.",
    1010    "modifications": [{"value": "ResourceGatherer/Rates/food.grain", "multiplier": 1.25}],
    11     "affects": ["Citizen"]
     11    "affects": ["Worker"]
    1212}
  • binaries/data/mods/public/simulation/data/technologies/gather_mining_serfs.json

     
    1616    "researchTime": 20,
    1717    "tooltip": "+25% stone gathering rate.",
    1818    "modifications": [{"value": "ResourceGatherer/Rates/stone/rock", "multiplier": 1.25}],
    19     "affects": ["Citizen"]
     19    "affects": ["Worker"]
    2020}
  • binaries/data/mods/public/simulation/data/technologies/gather_mining_shaftmining.json

     
    99    "researchTime": 20,
    1010    "tooltip": "+25% metal gathering rate.",
    1111    "modifications": [{"value": "ResourceGatherer/Rates/metal/ore", "multiplier": 1.25}],
    12     "affects": ["Citizen"]
     12    "affects": ["Worker"]
    1313}
     14 No newline at end of file
  • binaries/data/mods/public/simulation/templates/template_unit_infantry.xml

     
    4545  </Health>
    4646  <Identity>
    4747    <GenericName>Infantry</GenericName>
    48     <Classes datatype="tokens">Infantry CitizenSoldier Citizen Organic</Classes>
     48    <Classes datatype="tokens">Infantry CitizenSoldier Worker Organic</Classes>
    4949    <Rank>Basic</Rank>
    5050  </Identity>
    5151  <Loot>
  • binaries/data/mods/public/simulation/templates/template_unit_support_female_citizen.xml

     
    5050    <GenericName>Female Citizen</GenericName>
    5151    <History>Women in the ancient world took on a variety of roles - from leadership (Celts) to servant (Greeks). Women are hard workers, the economic backbone of any civilisation. In history, it was typical when all the males (capable of fighting) were killed for the females, children, and elderly to be sold as slaves.</History>
    5252    <Tooltip>Gather resources, build civic structures, and inspire nearby males to work faster. Bonused at foraging and farming.</Tooltip>
    53     <Classes datatype="tokens">Worker Female Citizen</Classes>
     53    <Classes datatype="tokens">Worker Female</Classes>
    5454  </Identity>
    5555  <ResourceGatherer>
    5656    <MaxDistance>2.0</MaxDistance>