mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-23 22:30:18 +07:00
Update Nations.json
Two more City-States: Zanzibar and Singapore
This commit is contained in:

committed by
Yair Morgenstern

parent
2ef533f57b
commit
11840de2ce
@ -1239,6 +1239,34 @@
|
||||
innerColor:[0,102,102],
|
||||
cities:["Edinburgh"]
|
||||
},
|
||||
{
|
||||
name:"Singapore",
|
||||
adjective:["Singapore"],
|
||||
cityStateType:"Mercantile",
|
||||
|
||||
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:"Perhaps, in another world, we could have been friends..."
|
||||
|
||||
outerColor:[0, 0, 0],
|
||||
innerColor:[255,255,0],
|
||||
cities:["Singapore"]
|
||||
},
|
||||
{
|
||||
name:"Zanzibar",
|
||||
adjective:["Zanzibar"],
|
||||
cityStateType:"Mercantile",
|
||||
|
||||
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:"May the Heavens forgive you for inflicting this humiliation to our people."
|
||||
|
||||
outerColor:[0, 0, 0],
|
||||
innerColor:[255,153,255],
|
||||
cities:["Zanzibar"]
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user