Map Painting #5
This commit is contained in:
parent
05cde5958c
commit
bba77756cc
124 changed files with 793 additions and 182 deletions
6
common/countries/Costilliere.txt
Normal file
6
common/countries/Costilliere.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Costilliere
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 180 150 20 }
|
||||
6
common/countries/F'ish.txt
Normal file
6
common/countries/F'ish.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#F'ish
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 23 32 202 }
|
||||
6
common/countries/Isletueteriqui.txt
Normal file
6
common/countries/Isletueteriqui.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Isletueteriqui
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 51 231 24 }
|
||||
6
common/countries/Itzerla.txt
Normal file
6
common/countries/Itzerla.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Itzerla
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 151 }
|
||||
6
common/countries/Lammbouir.txt
Normal file
6
common/countries/Lammbouir.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Lammbouir
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 132 112 232 }
|
||||
6
common/countries/Norlorqs.txt
Normal file
6
common/countries/Norlorqs.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Norlorqs
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 101 202 162 }
|
||||
6
common/countries/Norriquiva.txt
Normal file
6
common/countries/Norriquiva.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Norriquiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 245 21 163 }
|
||||
6
common/countries/Piratecove.txt
Normal file
6
common/countries/Piratecove.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Piratecove
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 20 20 20 }
|
||||
6
common/countries/Ruinaires.txt
Normal file
6
common/countries/Ruinaires.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Ruinaires
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 240 20 110 }
|
||||
6
common/countries/Sarroui.txt
Normal file
6
common/countries/Sarroui.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Sarroui
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 20 30 220 }
|
||||
6
common/countries/Surriquiva.txt
Normal file
6
common/countries/Surriquiva.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Surriquiva
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 210 102 42 }
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#France
|
||||
#test
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 57 113 228 }
|
||||
color = { 255 255 255 }
|
||||
6
common/countries/Uldriklands.txt
Normal file
6
common/countries/Uldriklands.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Uldriklands
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 50 198 23 }
|
||||
6
common/countries/Unitedmercenaries.txt
Normal file
6
common/countries/Unitedmercenaries.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Unitedmercenaries
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 70 5 10 }
|
||||
6
common/countries/Unitrevita.txt
Normal file
6
common/countries/Unitrevita.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Unitrevita
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 102 203 153 }
|
||||
|
|
@ -33,4 +33,79 @@ BOR = {
|
|||
GAR = {
|
||||
color = rgb { 255 255 255 }
|
||||
color_ui = rgb { 255 255 255 }
|
||||
}
|
||||
|
||||
LMB = {
|
||||
color = rgb { 132 112 232 }
|
||||
color_ui = rgb { 132 112 232 }
|
||||
}
|
||||
|
||||
RUI = {
|
||||
color = rgb { 240 20 110 }
|
||||
color_ui = rgb { 240 20 110 }
|
||||
}
|
||||
|
||||
CTL = {
|
||||
color = rgb { 180 150 20 }
|
||||
color_ui = rgb { 180 150 20 }
|
||||
}
|
||||
|
||||
PIR = {
|
||||
color = rgb { 20 20 20 }
|
||||
color_ui = rgb { 20 20 20 }
|
||||
}
|
||||
|
||||
UMB = {
|
||||
color = rgb { 70 5 10 }
|
||||
color_ui = rgb { 70 5 10 }
|
||||
}
|
||||
|
||||
SGM = {
|
||||
color = rgb { 250 }
|
||||
color_ui = rgb { 250 }
|
||||
}
|
||||
|
||||
NLQ = {
|
||||
color = rgb { 101 202 162 }
|
||||
color_ui = rgb { 101 202 162 }
|
||||
}
|
||||
|
||||
UDL = {
|
||||
color = rgb { 50 198 23 }
|
||||
color_ui = rgb { 50 198 23 }
|
||||
}
|
||||
|
||||
SUI = {
|
||||
color = rgb { 20 30 220 }
|
||||
color_ui = rgb { 20 30 220 }
|
||||
}
|
||||
|
||||
ITZ = {
|
||||
color = rgb { 151 }
|
||||
color_ui = rgb { 151 }
|
||||
}
|
||||
|
||||
IQI = {
|
||||
color = rgb { 51 231 24 }
|
||||
color_ui = rgb { 51 231 24 }
|
||||
}
|
||||
|
||||
NQV = {
|
||||
color = rgb { 245 21 163 }
|
||||
color_ui = rgb { 245 21 163 }
|
||||
}
|
||||
|
||||
SQV = {
|
||||
color = rgb { 210 102 42 }
|
||||
color_ui = rgb { 210 102 42 }
|
||||
}
|
||||
|
||||
UTV = {
|
||||
color = rgb { 102 203 153 }
|
||||
color_ui = rgb { 102 203 153 }
|
||||
}
|
||||
|
||||
FSH = {
|
||||
color = rgb { 23 32 202 }
|
||||
color_ui = rgb { 23 32 202 }
|
||||
}
|
||||
6
common/countries/Ösigvmutan.txt
Normal file
6
common/countries/Ösigvmutan.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Ösigvmutan
|
||||
|
||||
graphical_culture = western_european_gfx
|
||||
graphical_culture_2d = western_european_2d
|
||||
|
||||
color = { 250 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue