Index: civs.patch =================================================================== --- civs.patch +++ civs.patch @@ -0,0 +1,39 @@ +Index: iber.json +=================================================================== +--- iber.json (revision 23096) ++++ iber.json (working copy) +@@ -71,7 +71,7 @@ + { + "Name": "Saripeko", + "History": "The Iberians were long known to provide mercenaries to other nations to serve as auxiliaries to their armies in foreign wars. Carthage is the most well known example, and we have evidence of them serving in such a capacity in Aquitania.", +- "Description": "Allied Citizen Javelinists −20% resource costs." ++ "Description": "Allied Citizen Javelinists −10% resource costs." + } + ], + "Structures": +Index: kush.json +=================================================================== +--- kush.json (revision 23096) ++++ kush.json (working copy) +@@ -73,7 +73,7 @@ + [ + { + "Name": "Elephant Suppliers", +- "Description": "Allied Elephants −20% resource costs and training time." ++ "Description": "Allied Elephants −10% resource costs and training time." + } + ], + "Structures": +Index: rome.json +=================================================================== +--- rome.json (revision 23096) ++++ rome.json (working copy) +@@ -67,7 +67,7 @@ + { + "Name": "Conscription", + "History": "Many Roman soldiers were conscripted into service. While volunteers were preferred, the Roman state did maintain an annual military draft. During an emergency the draft and the terms of service were enlarged. The importance of military service in Republican Rome was so great it was a prerequisite for a political career. Members of the Senate were called Conscript Fathers because of this, reflected in how the ordo equester was said to have been \"conscripted\" into the Senate.", +- "Description": "Allied Citizen Infantry −20% training time." ++ "Description": "Allied Citizen Infantry −10% training time." + } + ], + "Structures": Index: teambonuses.patch =================================================================== --- teambonuses.patch +++ teambonuses.patch @@ -0,0 +1,59 @@ +Index: iber_player_teambonus.json +=================================================================== +--- iber_player_teambonus.json (revision 23096) ++++ iber_player_teambonus.json (working copy) +@@ -3,11 +3,11 @@ + "affects": ["Citizen Javelinist"], + "affectedPlayers": ["ExclusiveMutualAlly"], + "modifications": [ +- { "value": "Cost/Resources/food", "multiply": 0.8 }, +- { "value": "Cost/Resources/wood", "multiply": 0.8 }, +- { "value": "Cost/Resources/metal", "multiply": 0.8 }, +- { "value": "Cost/Resources/stone", "multiply": 0.8 } ++ { "value": "Cost/Resources/food", "multiply": 0.9 }, ++ { "value": "Cost/Resources/wood", "multiply": 0.9 }, ++ { "value": "Cost/Resources/metal", "multiply": 0.9 }, ++ { "value": "Cost/Resources/stone", "multiply": 0.9 } + ], + "auraName": "Saripeko", +- "auraDescription": "Allied Citizen Javelinists −20% resource costs." ++ "auraDescription": "Allied Citizen Javelinists −10% resource costs." + } +Index: kush_player_teambonus.json +=================================================================== +--- kush_player_teambonus.json (revision 23096) ++++ kush_player_teambonus.json (working copy) +@@ -3,12 +3,12 @@ + "affects": ["Elephant"], + "affectedPlayers": ["ExclusiveMutualAlly"], + "modifications": [ +- { "value": "Cost/Resources/food", "multiply": 0.8 }, +- { "value": "Cost/Resources/wood", "multiply": 0.8 }, +- { "value": "Cost/Resources/metal", "multiply": 0.8 }, +- { "value": "Cost/Resources/stone", "multiply": 0.8 }, +- { "value": "Cost/BuildTime", "multiply": 0.8 } ++ { "value": "Cost/Resources/food", "multiply": 0.9 }, ++ { "value": "Cost/Resources/wood", "multiply": 0.9 }, ++ { "value": "Cost/Resources/metal", "multiply": 0.9 }, ++ { "value": "Cost/Resources/stone", "multiply": 0.9 }, ++ { "value": "Cost/BuildTime", "multiply": 0.9 } + ], + "auraName": "Elephant Suppliers", +- "auraDescription": "Allied Elephants −20% resource costs and training time." ++ "auraDescription": "Allied Elephants −10% resource costs and training time." + } +Index: rome_player_teambonus.json +=================================================================== +--- rome_player_teambonus.json (revision 23096) ++++ rome_player_teambonus.json (working copy) +@@ -3,8 +3,8 @@ + "affects": ["Citizen Infantry"], + "affectedPlayers": ["ExclusiveMutualAlly"], + "modifications": [ +- { "value": "Cost/BuildTime", "multiply": 0.8 } ++ { "value": "Cost/BuildTime", "multiply": 0.9 } + ], + "auraName": "Conscription", +- "auraDescription": "Allied Citizen Infantry −20% training time." ++ "auraDescription": "Allied Citizen Infantry −10% training time." + }