From c1f8bc9ebb2f3ff687c198621586da6399211de8 Mon Sep 17 00:00:00 2001 From: SpacedOutChicken <58439827+SpacedOutChicken@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:36:59 -0700 Subject: [PATCH 1/2] Update Ruins.json Update notification of ruins to allow for displaying of exact amount of culture granted, once modified by game speed --- android/assets/jsons/Civ V - Gods & Kings/Ruins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/Ruins.json b/android/assets/jsons/Civ V - Gods & Kings/Ruins.json index 75863961bbe96..41cd8ed5e931a 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Ruins.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Ruins.json @@ -1,7 +1,7 @@ [ { "name": "discover cultural artifacts", - "notification": "We have discovered cultural artifacts in the ruins! (+20 culture)", + "notification": "We have discovered cultural artifacts in the ruins! (+[cultureAmount] culture)", "uniques": ["Gain [20] [Culture] <(modified by game speed)>"], "color": "#cf8ff7" }, From 0fb02f8b6d32ec035f31a206256ca778524c0880 Mon Sep 17 00:00:00 2001 From: SpacedOutChicken <58439827+SpacedOutChicken@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:38:25 -0700 Subject: [PATCH 2/2] Update Ruins.json in Vanilla Update Vanilla branch as well as G&K branch to make ruins culture notification correct --- android/assets/jsons/Civ V - Vanilla/Ruins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Civ V - Vanilla/Ruins.json b/android/assets/jsons/Civ V - Vanilla/Ruins.json index aa047aa97f0ad..6ba8b4c22c187 100644 --- a/android/assets/jsons/Civ V - Vanilla/Ruins.json +++ b/android/assets/jsons/Civ V - Vanilla/Ruins.json @@ -1,7 +1,7 @@ [ { "name": "discover cultural artifacts", - "notification": "We have discovered cultural artifacts in the ruins! (+20 culture)", + "notification": "We have discovered cultural artifacts in the ruins! (+[cultureAmount] culture)", "uniques": ["Gain [20] [Culture] <(modified by game speed)>"], "color": "#cf8ff7" },