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.
This commit is contained in:
wraitii
2020-07-14 08:53:05 +00:00
parent 1f2286305d
commit 3eb03bd1e1
2 changed files with 11 additions and 7 deletions
@@ -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."
}
@@ -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": [],