reduced the technology discount, erased the word democracy for use in other feature

This commit is contained in:
rca 2022-10-08 13:38:15 -07:00 committed by RCA
parent 6d4c013c19
commit 3646435633
4 changed files with 29 additions and 20 deletions

View File

@ -1,11 +1,16 @@
{
"type": "range",
"radius": 60,
"affects": ["Builder"],
"affects": ["Soldier", "Ship", "Siege", "Structure"],
"modifications": [
{ "value": "Builder/Rate", "multiply": 1.15 }
{ "value": "Loot/xp", "multiply": 0.01 },
{ "value": "Loot/food", "multiply": 0.01},
{ "value": "Loot/wood", "multiply": 0.01},
{ "value": "Loot/stone", "multiply": 0.01},
{ "value": "Loot/metal", "multiply": 0.01},
{ "value": "Capturable/CapturePoints", "multiply": 1.5}
],
"auraName": "Periclean Building Program",
"auraDescription": "Builders +15% build rate.",
"overlayIcon": "art/textures/ui/session/auras/build_bonus.png"
"auraName": "Periclean Defensive Strategy",
"auraDescription": "Soldiers, Ships, Siege engines and structures give 0 loot, +50% Building capture points.",
"overlayIcon": "art/textures/ui/session/auras/standground.png"
}

View File

@ -1,10 +1,13 @@
{
"type": "global",
"affects": ["Temple"],
"affects": ["Structure"],
"modifications": [
{ "value": "Cost/Resources/stone", "multiply": 0.75 },
{ "value": "GarrisonHolder/BuffHeal", "add": 2 }
{ "value": "Researcher/TechCostMultiplier/food", "multiply": 0.90 },
{ "value": "Researcher/TechCostMultiplier/wood", "multiply": 0.90 },
{ "value": "Researcher/TechCostMultiplier/stone", "multiply": 0.90 },
{ "value": "Researcher/TechCostMultiplier/metal", "multiply": 0.90 },
{ "value": "Researcher/TechCostMultiplier/time", "multiply": 0.50 }
],
"auraName": "Temple of Athena Nike",
"auraDescription": "Temples −25% stone cost, +2 garrisoned heal rate."
"auraName": "Scholarship and the Arts",
"auraDescription": "Technologies -15% cost, -50% research time."
}

View File

@ -1,11 +1,11 @@
{
"type": "garrison",
"type": "global",
"affects": ["Ship"],
"affectedPlayers": ["MutualAlly"],
"modifications": [
{ "value": "Trainer/BatchTimeModifier", "multiply": 0.7 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.5 }
{ "value": "Cost/BuildTime", "multiply": 0.5 },
{ "value": "Cost/Resources/metal", "multiply": 0.5 },
{ "value": "UnitMotion/WalkSpeed", "multiply": 1.15 }
],
"auraName": "Naval Commander",
"auraDescription": "When garrisoned, the Ship has −30% batch training time and +50% movement speed."
"auraName": "Naval Preparation",
"auraDescription": "Ships -50% build time, -50% metal cost, +15% move speed."
}

View File

@ -1,10 +1,11 @@
{
"type": "global",
"affects": ["Ship"],
"affects": ["Wall","Palisade"],
"modifications": [
{ "value": "Cost/BuildTime", "multiply": 0.8 },
{ "value": "Cost/Resources/metal", "multiply": 0.5 }
{ "value": "Cost/Resources/stone", "multiply": 0.5 },
{ "value": "Cost/Resources/wood", "multiply": 0.5 }
],
"auraName": "Naval Architect",
"auraDescription": "Ships −50% metal cost, −20% construction time."
"auraName": "Themistoclean Walls",
"auraDescription": "Walls and palisades -50% resources cost, -50% build time"
}