Map Painting #9
This commit is contained in:
parent
29ebfb9d81
commit
3f7a77f3cf
104 changed files with 1596 additions and 520 deletions
6
common/countries/Auvurgen.txt
Normal file
6
common/countries/Auvurgen.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Auvurgen
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 62 100 245 }
|
||||
6
common/countries/Illria.txt
Normal file
6
common/countries/Illria.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Illria
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 100 100 100 }
|
||||
6
common/countries/Litgarten.txt
Normal file
6
common/countries/Litgarten.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Litgarten
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 56 186 235 }
|
||||
6
common/countries/Moskva.txt
Normal file
6
common/countries/Moskva.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Moskva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 100 100 100 }
|
||||
6
common/countries/Novgorod.txt
Normal file
6
common/countries/Novgorod.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Novgorod
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 21 205 35 }
|
||||
6
common/countries/Ostarruthian Empire.txt
Normal file
6
common/countries/Ostarruthian Empire.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Ostarruthian Empire
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 100 100 100 }
|
||||
|
|
@ -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 }
|
||||
}
|
||||
|
|
@ -81,4 +81,10 @@ CEE = "countries/Castyrian Empire.txt"
|
|||
ZDS = "countries/Zaladoslavie.txt"
|
||||
RDS = "countries/Regencia del sud.txt"
|
||||
GAL = "countries/Galicia.txt"
|
||||
ISL = "countries/Ísland.txt"
|
||||
ISL = "countries/Ísland.txt"
|
||||
NGD = "countries/Novgorod.txt"
|
||||
LIN = "countries/Litgarten.txt"
|
||||
AUU = "countries/Auvurgen.txt"
|
||||
ILL = "countries/Illria.txt"
|
||||
MOS = "countries/Moskva.txt"
|
||||
OST = "countries/Ostarruthian Empire.txt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue