Map Painting #6

This commit is contained in:
Hannah-Dagemark 2024-05-30 12:41:52 +02:00
commit 72c737484a
88 changed files with 405 additions and 152 deletions

View file

@ -0,0 +1,6 @@
#Falandia
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 202 200 121 }

View file

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

View file

@ -0,0 +1,6 @@
#Günther Cult
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 21 31 102 }

View file

@ -0,0 +1,6 @@
#Sarvundland
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 102 103 94 }

View file

@ -0,0 +1,6 @@
#TallRepublic
graphical_culture = western_european_gfx
graphical_culture_2d = western_european_2d
color = { 21 21 202 }

View file

@ -108,4 +108,29 @@ UTV = {
FSH = {
color = rgb { 23 32 202 }
color_ui = rgb { 23 32 202 }
}
FAL = {
color = rgb { 202 200 121 }
color_ui = rgb { 202 200 121 }
}
SVL = {
color = rgb { 102 103 94 }
color_ui = rgb { 102 103 94 }
}
TTR = {
color = rgb { 21 21 202 }
color_ui = rgb { 21 21 202 }
}
GTL = {
color = rgb { 221 }
color_ui = rgb { 221 }
}
GCT = {
color = rgb { 21 31 102 }
color_ui = rgb { 21 31 102 }
}

View file

@ -5,7 +5,7 @@ RUI = "countries/Ruinaires.txt"
CTL = "countries/Costilliere.txt"
PIR = "countries/Piratecove.txt"
UMB = "countries/Unitedmercenaries.txt"
SGM = "countries/Ösigvmutan.txt"
SGM = "countries/�sigvmutan.txt"
NLQ = "countries/Norlorqs.txt"
UDL = "countries/Uldriklands.txt"
SUI = "countries/Sarroui.txt"
@ -14,4 +14,9 @@ IQI = "countries/Isletueteriqui.txt"
NQV = "countries/Norriquiva.txt"
SQV = "countries/Surriquiva.txt"
UTV = "countries/Unitrevita.txt"
FSH = "countries/F'ish.txt"
FSH = "countries/F'ish.txt"
FAL = "countries/Falandia.txt"
SVL = "countries/Sarvundland.txt"
TTR = "countries/TallRepublic.txt"
GTL = "countries/Gaestertland.txt"
GCT = "countries/Günther Cult.txt"