From 2bd9a2fbd68fc07280a03596afc28ab999c8551d Mon Sep 17 00:00:00 2001 From: Smashfanful <41149920+Smashfanful@users.noreply.github.com> Date: Sun, 10 Nov 2019 20:57:53 +0100 Subject: [PATCH] Update Nations.json (#1319) Added Kuala Lumpur and Manila, and changed Ur's defeat quotes --- android/assets/jsons/Nations/Nations.json | 30 ++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/android/assets/jsons/Nations/Nations.json b/android/assets/jsons/Nations/Nations.json index d6e2f22bb4..9668ddae2d 100644 --- a/android/assets/jsons/Nations/Nations.json +++ b/android/assets/jsons/Nations/Nations.json @@ -1057,7 +1057,7 @@ declaringWar:"You leave us no choice. War it must be.", attacked:"Very well, this shall not be forgotten.", afterPeace:"May peace forever bless our lands.", - defeated:"Why must you do such a thing?" + defeated:"Oh Nanna, have mercy on us, and have the enemy be merciful on us!" outerColor:[0, 0, 0], innerColor:[255,69,0], @@ -1275,6 +1275,34 @@ innerColor:[255,178,102], cities:["Helsinki"] }, + { + name:"Kuala Lumpur", + adjective:["Kuala Lumpur"], + cityStateType:"Cultured", + + declaringWar:"You leave us no choice. War it must be.", + attacked:"Very well, this shall not be forgotten.", + afterPeace:"May peace forever bless our lands.", + defeated:"Today, the Malay people obey you, but do not think this is over..." + + outerColor:[0, 0, 0], + innerColor:[0,102,102], + cities:["Kuala Lumpur"] + }, + { + name:"Manila", + adjective:["Manila"], + cityStateType:"Maritime", + + declaringWar:"You leave us no choice. War it must be.", + attacked:"Very well, this shall not be forgotten.", + afterPeace:"May peace forever bless our lands.", + defeated:"Why would you do such a thing? What are you pursuing?" + + outerColor:[0, 0, 0], + innerColor:[96,96,96], + cities:["Manila"] + },