From 8060b69378a052d884a0f1b2b2f834d2302aa860 Mon Sep 17 00:00:00 2001 From: will-ca Date: Tue, 30 Nov 2021 09:01:06 -0800 Subject: [PATCH] Center Agriculture in Tech tree. (#5736) * Update Techs.json * Update Techs.json --- android/assets/jsons/Civ V - Gods & Kings/Techs.json | 2 +- android/assets/jsons/Civ V - Vanilla/Techs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/Techs.json b/android/assets/jsons/Civ V - Gods & Kings/Techs.json index 9443c726f7..e0a324139c 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Techs.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Techs.json @@ -7,7 +7,7 @@ "techs": [ { "name": "Agriculture", - "row": 5, + "row": 6, "quote": "'Where tillage begins, other arts follow. The farmers therefore are the founders of human civilization.' - Daniel Webster", "uniques": ["Starting tech"] } diff --git a/android/assets/jsons/Civ V - Vanilla/Techs.json b/android/assets/jsons/Civ V - Vanilla/Techs.json index 252fb5853f..a5af71b88e 100644 --- a/android/assets/jsons/Civ V - Vanilla/Techs.json +++ b/android/assets/jsons/Civ V - Vanilla/Techs.json @@ -7,7 +7,7 @@ "techs": [ { "name": "Agriculture", - "row": 5, + "row": 6, "quote": "'Where tillage begins, other arts follow. The farmers therefore are the founders of human civilization.' - Daniel Webster", "uniques": ["Starting tech"] }