From ffd5fc62edf69d05cfd9b5f7337566c49dc236c5 Mon Sep 17 00:00:00 2001 From: itanasi <44038014+itanasi@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:38:24 -0800 Subject: [PATCH] Enable Domination to Capture All Capitals (#10769) * Enable Domination to Capture All Capitals * Update Text --- android/assets/jsons/Civ V - Gods & Kings/VictoryTypes.json | 4 ++-- android/assets/jsons/Civ V - Vanilla/VictoryTypes.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/VictoryTypes.json b/android/assets/jsons/Civ V - Gods & Kings/VictoryTypes.json index 350787901d..9e7ae6c9ee 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/VictoryTypes.json +++ b/android/assets/jsons/Civ V - Gods & Kings/VictoryTypes.json @@ -20,8 +20,8 @@ }, { "name": "Domination", - "victoryScreenHeader": "Destroy all enemies\nto win!", - "milestones": ["Destroy all players"], + "victoryScreenHeader": "Capture all enemy Capitals\nto win!", + "milestones": ["Capture all capitals"], "victoryString": "The world has been convulsed by war. Many great and powerful civilizations have fallen, but you have survived - and emerged victorious! The world will long remember your glorious triumph!", "defeatString": "You have been defeated. Your civilization has been overwhelmed by its many foes. But your people do not despair, for they know that one day you shall return - and lead them forward to victory!" }, diff --git a/android/assets/jsons/Civ V - Vanilla/VictoryTypes.json b/android/assets/jsons/Civ V - Vanilla/VictoryTypes.json index 350787901d..9e7ae6c9ee 100644 --- a/android/assets/jsons/Civ V - Vanilla/VictoryTypes.json +++ b/android/assets/jsons/Civ V - Vanilla/VictoryTypes.json @@ -20,8 +20,8 @@ }, { "name": "Domination", - "victoryScreenHeader": "Destroy all enemies\nto win!", - "milestones": ["Destroy all players"], + "victoryScreenHeader": "Capture all enemy Capitals\nto win!", + "milestones": ["Capture all capitals"], "victoryString": "The world has been convulsed by war. Many great and powerful civilizations have fallen, but you have survived - and emerged victorious! The world will long remember your glorious triumph!", "defeatString": "You have been defeated. Your civilization has been overwhelmed by its many foes. But your people do not despair, for they know that one day you shall return - and lead them forward to victory!" },