mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 06:46:04 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user