From 5fa5b0ad24a737508a56a6dd473a438a86fa171b Mon Sep 17 00:00:00 2001 From: wowgetoffyourcellphone Date: Sat, 26 Mar 2022 08:56:07 +0000 Subject: [PATCH] [Alpha 26] Tweaked these Han technologies a little This was SVN commit r26710. --- .../simulation/data/technologies/civbonuses/han_population.json | 2 +- .../simulation/data/technologies/civbonuses/han_walls.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_population.json b/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_population.json index 635a3d241b..51aa92f00c 100644 --- a/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_population.json +++ b/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_population.json @@ -3,7 +3,7 @@ "autoResearch": true, "description": "By uniting China under one emperor, the Han Dynasty ruled over 40 million people, one of the largest empires of antiquity by population.", "requirements": { "civ": "han" }, - "icon": "population.png", + "icon": "parade_of_daphne.png", "tooltip": "+10% maximum population limit.", "modifications": [ { "value": "Player/MaxPopulation", "multiply": 1.1 } diff --git a/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_walls.json b/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_walls.json index b2f872427c..eea7c07a72 100644 --- a/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_walls.json +++ b/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_walls.json @@ -1,7 +1,7 @@ { "genericName": "Great Wall", "autoResearch": true, - "description": "Han built massive walls, the great wall.", + "description": "The Han built massive walls made from rammed earth. These were gigantic fortifications several meters thick and stretching for kilometers.", "icon": "wall.png", "tooltip": "City Walls +50% health.", "requirements": { "civ": "han" },