Map Painting #9

This commit is contained in:
Hannah-Dagemark 2024-07-17 01:57:05 +02:00
commit 3f7a77f3cf
104 changed files with 1596 additions and 520 deletions

View file

@ -0,0 +1,6 @@
#Auvurgen
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 62 100 245 }

View file

@ -0,0 +1,6 @@
#Illria
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 100 100 100 }

View file

@ -0,0 +1,6 @@
#Litgarten
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 56 186 235 }

View file

@ -0,0 +1,6 @@
#Moskva
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 100 100 100 }

View file

@ -0,0 +1,6 @@
#Novgorod
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 21 205 35 }

View file

@ -0,0 +1,6 @@
#Ostarruthian Empire
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 100 100 100 }

View file

@ -443,4 +443,34 @@ GAL = {
ISL = {
color = rgb { 100 100 100 }
color_ui = rgb { 100 100 100 }
}
NGD = {
color = rgb { 21 205 35 }
color_ui = rgb { 21 205 35 }
}
LIN = {
color = rgb { 56 186 235 }
color_ui = rgb { 56 186 235 }
}
AUU = {
color = rgb { 62 100 245 }
color_ui = rgb { 62 100 245 }
}
ILL = {
color = rgb { 100 100 100 }
color_ui = rgb { 100 100 100 }
}
MOS = {
color = rgb { 100 100 100 }
color_ui = rgb { 100 100 100 }
}
OST = {
color = rgb { 100 100 100 }
color_ui = rgb { 100 100 100 }
}