1
0
forked from mirrors/0ad

Balance garrisoned regeneration rate as proposed by mimo and scythetwirler.

Reduce rate in village phase from 10 to 5.
Increase town phase addition from 2 to 7 and city phase addition from
1.5 to 9.

This was SVN commit r18157.
This commit is contained in:
elexis
2016-05-11 22:32:33 +00:00
parent b0000da90e
commit 8b14bfe78b
5 changed files with 5 additions and 5 deletions
@@ -15,7 +15,7 @@
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre" },
{ "value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier" },
{ "value": "Capturable/GarrisonRegenRate", "add": 1.5, "affects": "Structure" }
{ "value": "Capturable/GarrisonRegenRate", "add": 9.0, "affects": "Structure" }
],
"soundComplete": "interface/alarm/alarm_phase.xml"
}
@@ -16,7 +16,7 @@
{ "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker" },
{ "value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre" },
{ "value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier" },
{ "value": "Capturable/GarrisonRegenRate", "add": 1.5, "affects": "Structure" }
{ "value": "Capturable/GarrisonRegenRate", "add": 9.0, "affects": "Structure" }
],
"soundComplete": "interface/alarm/alarm_phase.xml"
}
@@ -15,7 +15,7 @@
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects": "CivCentre" },
{ "value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier" },
{ "value": "Capturable/GarrisonRegenRate", "add": 2.0, "affects": "Structure" }
{ "value": "Capturable/GarrisonRegenRate", "add": 7.0, "affects": "Structure" }
],
"soundComplete": "interface/alarm/alarm_phase.xml"
}
@@ -16,7 +16,7 @@
{ "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker" },
{ "value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects": "CivCentre" },
{ "value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier" },
{ "value": "Capturable/GarrisonRegenRate", "add": 2.0, "affects": "Structure" }
{ "value": "Capturable/GarrisonRegenRate", "add": 7.0, "affects": "Structure" }
],
"soundComplete": "interface/alarm/alarm_phase.xml"
}
@@ -23,7 +23,7 @@
<Capturable>
<CapturePoints>500</CapturePoints>
<RegenRate>0.5</RegenRate>
<GarrisonRegenRate>10.0</GarrisonRegenRate>
<GarrisonRegenRate>5.0</GarrisonRegenRate>
</Capturable>
<Cost>
<Population>0</Population>