From 315e94e4b198aa6c99f3dfa83e1a082d8e7ce5e3 Mon Sep 17 00:00:00 2001 From: A1y0sh4 <102094544+A1y0sh4@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:50:35 +0100 Subject: [PATCH] Katorga's definitive version --- jsons/TileImprovements.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/jsons/TileImprovements.json b/jsons/TileImprovements.json index 219291b..e22072b 100644 --- a/jsons/TileImprovements.json +++ b/jsons/TileImprovements.json @@ -13,14 +13,13 @@ "Limited to [3] per Civilization", "Does not need removal of [Jungle]","Pillaging this improvement yields approximately [+50 Gold]"] }, - //Aiyosha - { - "name": "Katorga", - "uniqueTo": "Aleksandria", - "terrainsCanBeBuiltOn": ["Land"], - "production": 1, - "uniques": ["Great Improvement", "Can only be built on [Strategic resource] tiles ", - "[+1 Production] ", "[+2 Production] ", - "Constructing it will take over the tiles around it and assign them to your closest city"] - } + //Alyosha + { + "name": "Katorga", + "uniqueTo": "Aleksandria", + "terrainsCanBeBuiltOn": ["Snow", "Tundra"], + "production": 1, + "uniques": ["Great Improvement", "Can only be built on [Strategic resource] tiles", "[+1 Production] ", "[+2 Production] ", + "Constructing it will take over the tiles around it and assign them to your closest city"] + } ]