Index: binaries/data/mods/public/simulation/data/technologies/civbonuses/athen_technologies.json =================================================================== --- binaries/data/mods/public/simulation/data/technologies/civbonuses/athen_technologies.json +++ binaries/data/mods/public/simulation/data/technologies/civbonuses/athen_technologies.json @@ -0,0 +1,11 @@ +{ + "genericName": "Metics", + "autoResearch": true, + "description": "The Athenians welcomed foreigners, known as metics, and they brought with them differing skills and knowledge.", + "requirements": { "civ": "athen" }, + "icon": "ionic_column.png", + "tooltip": "Structures −15% technology research time.", + "modifications": [ + { "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 0.85 } + ] +}