Map Painting #6
This commit is contained in:
parent
bba77756cc
commit
72c737484a
88 changed files with 405 additions and 152 deletions
6
common/countries/Falandia.txt
Normal file
6
common/countries/Falandia.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Falandia
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 202 200 121 }
|
||||
6
common/countries/Gaestertland.txt
Normal file
6
common/countries/Gaestertland.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Gaestertland
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 221 }
|
||||
6
common/countries/Günther Cult.txt
Normal file
6
common/countries/Günther Cult.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Günther Cult
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 21 31 102 }
|
||||
6
common/countries/Sarvundland.txt
Normal file
6
common/countries/Sarvundland.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Sarvundland
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 102 103 94 }
|
||||
6
common/countries/TallRepublic.txt
Normal file
6
common/countries/TallRepublic.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#TallRepublic
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 21 21 202 }
|
||||
|
|
@ -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 }
|
||||
}
|
||||
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue