From ccae026df2319e921b6c486dbe023a51e91c604f Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 23 Feb 2021 20:07:49 +0200 Subject: [PATCH] Resolved #1804 - Renamed "Siege" promotion to "Besiege". Closes #2458 --- android/assets/jsons/Civ V - Vanilla/TileResources.json | 2 +- android/assets/jsons/Civ V - Vanilla/UnitPromotions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/assets/jsons/Civ V - Vanilla/TileResources.json b/android/assets/jsons/Civ V - Vanilla/TileResources.json index d7489f9483..19308dbdbf 100644 --- a/android/assets/jsons/Civ V - Vanilla/TileResources.json +++ b/android/assets/jsons/Civ V - Vanilla/TileResources.json @@ -157,7 +157,7 @@ "improvementStats": {"gold": 1} }, { - "name": "Gold Ore", + "name": "Gold Ore", // Not called "Gold" in order to not conflict with siege type units for translations "resourceType": "Luxury", "terrainsCanBeFoundOn": ["Grassland","Plains","Desert","Hill"], "gold": 2, diff --git a/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json b/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json index 7d3ac43ede..cfa6e9cbdd 100644 --- a/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json +++ b/android/assets/jsons/Civ V - Vanilla/UnitPromotions.json @@ -105,7 +105,7 @@ "unitTypes": ["Mounted","Armor"] }, { - "name": "Siege", + "name": "Besiege", // Not called "Siege" in order to not conflict with siege type units for translations "prerequisites": ["Shock II","Drill II"], "effect": "Bonus vs City 50%", "unitTypes": ["Melee"]