Ticket #3434: regenCapture.diff

File regenCapture.diff, 4.1 KB (added by mimo, 9 years ago)
  • binaries/data/mods/public/simulation/data/technologies/phase_city.json

     
    1414    "tooltip": "Advance to City Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by another +50%",
    1515    "modifications": [
    1616        {"value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre"},
    17         {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"}
     17        {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"},
     18        {"value": "Capturable/GarrisonRegenRate", "add": 1.5, "affects": "Structure"}
    1819    ],
    1920    "soundComplete": "interface/alarm/alarm_phase.xml"
    2021}
  • binaries/data/mods/public/simulation/data/technologies/phase_city_athen.json

     
    1515    "modifications": [
    1616        {"value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker"},
    1717        {"value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre"},
    18         {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"}
     18        {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"},
     19        {"value": "Capturable/GarrisonRegenRate", "add": 1.5, "affects": "Structure"}
    1920    ],
    2021    "soundComplete": "interface/alarm/alarm_phase.xml"
    2122}
  • binaries/data/mods/public/simulation/data/technologies/phase_town.json

     
    1313    "researchTime": 30,
    1414    "tooltip": "Advance to Town Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by +30%",
    1515    "modifications": [
    16         {"value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects":"CivCentre"},
    17         {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"}
     16        {"value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects": "CivCentre"},
     17        {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"},
     18        {"value": "Capturable/GarrisonRegenRate", "add": 2.0, "affects": "Structure"}
    1819    ],
    1920    "soundComplete": "interface/alarm/alarm_phase.xml"
    2021}
  • binaries/data/mods/public/simulation/data/technologies/phase_town_athen.json

     
    1515    "modifications": [
    1616        {"value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker"},
    1717        {"value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects": "CivCentre"},
    18         {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"}
     18        {"value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier"},
     19        {"value": "Capturable/GarrisonRegenRate", "add": 2.0, "affects": "Structure"}
    1920    ],
    2021    "soundComplete": "interface/alarm/alarm_phase.xml"
    2122}
  • binaries/data/mods/public/simulation/templates/template_structure.xml

     
    2323  <Capturable>
    2424    <CapturePoints>500</CapturePoints>
    2525    <RegenRate>0.5</RegenRate>
    26     <GarrisonRegenRate>7.5</GarrisonRegenRate>
     26    <GarrisonRegenRate>4.0</GarrisonRegenRate>
    2727  </Capturable>
    2828  <Cost>
    2929    <Population>0</Population>