replace athens bonus, add to sele bonus

This commit is contained in:
RCA 2022-10-17 13:07:12 -07:00 committed by RCA
parent 2e9eb461b6
commit 417fbef46a
2 changed files with 13 additions and 6 deletions

View File

@ -1,10 +1,15 @@
{
"type": "global",
"affects": ["Warship"],
"affects": ["CivilCentre"],
"affectedPlayers": ["MutualAlly"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.75 }
{ "value": "Researcher/TechCostMultiplier/food", "multiply": 0.7 },
{ "value": "Researcher/TechCostMultiplier/wood", "multiply": 0.7 },
{ "value": "Researcher/TechCostMultiplier/stone", "multiply": 0.7 },
{ "value": "Researcher/TechCostMultiplier/metal", "multiply": 0.7 },
{ "value": "Researcher/TechCostMultiplier/time", "multiply": 0.5 }
],
"auraName": "Delian League",
"auraDescription": "Warships −25% construction time."
"auraName": "Democracy",
"auraDescription": "Civic center upgrades -50% research time and -30% cost."
}

View File

@ -6,8 +6,10 @@
{ "value": "Cost/Resources/food", "multiply": 0.8 },
{ "value": "Cost/Resources/wood", "multiply": 0.8 },
{ "value": "Cost/Resources/stone", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.8 }
{ "value": "Cost/Resources/metal", "multiply": 0.8 },
{ "value": "Cost/BuildTime", "multiply": 0.7}
],
"auraName": "Syrian Tetrapolis",
"auraDescription": "Civil Centers −20% resource costs."
"auraDescription": "Civil Centers and Colonies −20% resource cost and -30% construction time."
}