From 3eb03bd1e12e2df95b075ef68ab5245bc2de7204 Mon Sep 17 00:00:00 2001 From: wraitii Date: Tue, 14 Jul 2020 08:53:05 +0000 Subject: [PATCH] New Gaul team bonus: reduce blacksmith tech cost. The Gauls were part of well-connected trade networks in ancient times. Their exports mainly centered on slaves, mercenary, and military equipment. As such, a team bonus reducing blacksmith costs makes much more sense than one reducing technology research time (particularly since the historical justification for the existing team bonus was... thin). Patch by: Nescio Approved by: borg-, ValihrAnt, wraitii Differential Revision: https://code.wildfiregames.com/D2669 This was SVN commit r23832. --- .../auras/teambonuses/gaul_player_teambonus.json | 12 ++++++++---- .../data/mods/public/simulation/data/civs/gaul.json | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/auras/teambonuses/gaul_player_teambonus.json b/binaries/data/mods/public/simulation/data/auras/teambonuses/gaul_player_teambonus.json index 18e8983217..9096eb5b14 100644 --- a/binaries/data/mods/public/simulation/data/auras/teambonuses/gaul_player_teambonus.json +++ b/binaries/data/mods/public/simulation/data/auras/teambonuses/gaul_player_teambonus.json @@ -1,10 +1,14 @@ { "type": "global", - "affects": ["Structure"], + "affects": ["Blacksmith"], "affectedPlayers": ["ExclusiveMutualAlly"], "modifications": [ - { "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.8 } + { "value": "ProductionQueue/TechCostMultiplier/food", "multiply": 0.85 }, + { "value": "ProductionQueue/TechCostMultiplier/wood", "multiply": 0.85 }, + { "value": "ProductionQueue/TechCostMultiplier/stone", "multiply": 0.85 }, + { "value": "ProductionQueue/TechCostMultiplier/metal", "multiply": 0.85 }, + { "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.85 } ], - "auraName": "Druidic Wisdom", - "auraDescription": "Allied Structures −20% technology research time." + "auraName": "Products from Gaul", + "auraDescription": "Blacksmiths −15% technology resource costs and research time." } diff --git a/binaries/data/mods/public/simulation/data/civs/gaul.json b/binaries/data/mods/public/simulation/data/civs/gaul.json index 4830f247d5..66c3c73923 100644 --- a/binaries/data/mods/public/simulation/data/civs/gaul.json +++ b/binaries/data/mods/public/simulation/data/civs/gaul.json @@ -76,9 +76,9 @@ "TeamBonuses": [ { - "Name": "Druidic Wisdom", - "History": "The Druids of the Gauls maintained an organized religion that advanced the technology of their people even during wartime.", - "Description": "Allied Structures −20% technology research time." + "Name": "Products from Gaul", + "History": "The Gauls produced and exported swords and scabbards, woolen and leather products, and other arms.", + "Description": "Blacksmiths −15% technology resource costs and research time." } ], "Structures": [],