Update Nations.json
Added two propositions for City-States
This commit is contained in:
parent
ca9b39a4c6
commit
7803d3ebdf
1 changed files with 28 additions and 0 deletions
|
@ -812,6 +812,34 @@
|
|||
secondaryColor:[194,97,255],
|
||||
cities:["Antwerp"]
|
||||
},
|
||||
/*
|
||||
{
|
||||
name:"Tyre",
|
||||
adjective:["Tyre"],
|
||||
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.",
|
||||
|
||||
mainColor:[0, 0, 0],
|
||||
secondaryColor:[255,97,255],
|
||||
cities:["Tyre"]
|
||||
},
|
||||
{
|
||||
name:"Ur",
|
||||
adjective:["Ur"],
|
||||
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.",
|
||||
|
||||
mainColor:[0, 0, 0],
|
||||
secondaryColor:[60,190,255],
|
||||
cities:["Ur"]
|
||||
},
|
||||
*/
|
||||
|
||||
//Barbarian
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue