mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
Update Nations.json
Added Tyre, Ur, Brussels, Kabul, Oslo and Genoa (hopefully)
This commit is contained in:

committed by
Yair Morgenstern

parent
867bf0936e
commit
367e1d8517
@ -952,7 +952,6 @@
|
|||||||
secondaryColor:[211,180,113],
|
secondaryColor:[211,180,113],
|
||||||
cities:["Dublin"]
|
cities:["Dublin"]
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
name:"Tyre",
|
name:"Tyre",
|
||||||
adjective:["Tyre"],
|
adjective:["Tyre"],
|
||||||
@ -981,7 +980,60 @@
|
|||||||
secondaryColor:[60,190,255],
|
secondaryColor:[60,190,255],
|
||||||
cities:["Ur"]
|
cities:["Ur"]
|
||||||
},
|
},
|
||||||
*/
|
{
|
||||||
|
name:"Genoa",
|
||||||
|
adjective:["Genoa"],
|
||||||
|
cityStateType:"Mercantile",
|
||||||
|
startBias:["Coast"],
|
||||||
|
|
||||||
|
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:[45,255,86],
|
||||||
|
cities:["Genoa"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:"Oslo",
|
||||||
|
adjective:["Oslo"],
|
||||||
|
cityStateType:"Maritime",
|
||||||
|
startBias:["Coast"],
|
||||||
|
|
||||||
|
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:[153,10,10],
|
||||||
|
cities:["Oslo"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:"Brussels",
|
||||||
|
adjective:["Brussels"],
|
||||||
|
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.",
|
||||||
|
|
||||||
|
mainColor:[0, 0, 0],
|
||||||
|
secondaryColor:[153,255,51],
|
||||||
|
cities:["Brussels"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:"Kabul",
|
||||||
|
adjective:["Kabul"],
|
||||||
|
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.",
|
||||||
|
|
||||||
|
mainColor:[0, 0, 0],
|
||||||
|
secondaryColor:[153,0,76],
|
||||||
|
cities:["Kabul"]
|
||||||
|
},
|
||||||
|
|
||||||
//Barbarian
|
//Barbarian
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user