Merge oopsie
This commit is contained in:
parent
194725747e
commit
375946b367
7 changed files with 55 additions and 5 deletions
|
|
@ -135,6 +135,7 @@ GCT = {
|
||||||
color_ui = rgb { 21 31 102 }
|
color_ui = rgb { 21 31 102 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
LSA = {
|
LSA = {
|
||||||
color = rgb { 232 212 192 }
|
color = rgb { 232 212 192 }
|
||||||
color_ui = rgb { 232 212 192 }
|
color_ui = rgb { 232 212 192 }
|
||||||
|
|
@ -473,4 +474,9 @@ MOS = {
|
||||||
OST = {
|
OST = {
|
||||||
color = rgb { 100 100 100 }
|
color = rgb { 100 100 100 }
|
||||||
color_ui = rgb { 100 100 100 }
|
color_ui = rgb { 100 100 100 }
|
||||||
|
=======
|
||||||
|
FLA = {
|
||||||
|
color = rgb { 190 170 0 }
|
||||||
|
color_ui = rgb { 190 170 0 }
|
||||||
|
>>>>>>> Stashed changes
|
||||||
}
|
}
|
||||||
6
common/countries/flanders.txt
Normal file
6
common/countries/flanders.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#flanders
|
||||||
|
|
||||||
|
graphical_culture = western_european_gfx
|
||||||
|
graphical_culture_2d = western_european_2d
|
||||||
|
|
||||||
|
color = { 190 170 0 }
|
||||||
|
|
@ -19,6 +19,7 @@ FAL = "countries/Falandia.txt"
|
||||||
SVL = "countries/Sarvundland.txt"
|
SVL = "countries/Sarvundland.txt"
|
||||||
TTR = "countries/TallRepublic.txt"
|
TTR = "countries/TallRepublic.txt"
|
||||||
GTL = "countries/Gaestertland.txt"
|
GTL = "countries/Gaestertland.txt"
|
||||||
|
<<<<<<< Updated upstream
|
||||||
GCT = "countries/Gunther Cult.txt"
|
GCT = "countries/Gunther Cult.txt"
|
||||||
LSA = "countries/Linguisatia.txt"
|
LSA = "countries/Linguisatia.txt"
|
||||||
VTR = "countries/Vasterreich.txt"
|
VTR = "countries/Vasterreich.txt"
|
||||||
|
|
@ -87,4 +88,8 @@ LIN = "countries/Litgarten.txt"
|
||||||
AUU = "countries/Auvurgen.txt"
|
AUU = "countries/Auvurgen.txt"
|
||||||
ILL = "countries/Illria.txt"
|
ILL = "countries/Illria.txt"
|
||||||
MOS = "countries/Moskva.txt"
|
MOS = "countries/Moskva.txt"
|
||||||
OST = "countries/Ostarruthian Empire.txt"
|
OST = "countries/Ostarruthian Empire.txt"
|
||||||
|
=======
|
||||||
|
GCT = "countries/Günther Cult.txt"
|
||||||
|
FLA = "countries/flanders.txt"
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
|
||||||
25
history/countries/FLA - flanders.txt
Normal file
25
history/countries/FLA - flanders.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
## capital =
|
||||||
|
|
||||||
|
set_politics = {
|
||||||
|
ruling_party = neutrality
|
||||||
|
last_election = "1935.6.1"
|
||||||
|
election_frequency = 12
|
||||||
|
elections_allowed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
set_popularities = {
|
||||||
|
democratic = 15
|
||||||
|
fascism = 2
|
||||||
|
communism = 3
|
||||||
|
neutrality = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
create_country_leader = {
|
||||||
|
name = "Generic Generico"
|
||||||
|
desc = ""
|
||||||
|
picture = ""
|
||||||
|
ideology = despotism
|
||||||
|
traits = {
|
||||||
|
#
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = FLA
|
||||||
owner = ABC
|
owner = FLA
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ state={
|
||||||
manpower=1000
|
manpower=1000
|
||||||
state_category = rural
|
state_category = rural
|
||||||
history={
|
history={
|
||||||
add_core_of = ABC
|
add_core_of = FLA
|
||||||
owner = ABC
|
owner = FLA
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1139,3 +1139,11 @@ AUU_communism_DEF:0 "Auvurgen"
|
||||||
AUU_fascism:0 "Auvurgen"
|
AUU_fascism:0 "Auvurgen"
|
||||||
AUU_fascism_DEF:0 "Auvurgen"
|
AUU_fascism_DEF:0 "Auvurgen"
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
GCT_neutrality:0 "Günther Cult"
|
||||||
|
GCT_neutrality_DEF:0 "The cult of Günther"
|
||||||
|
|
||||||
|
FLA_neutrality:0 "flanders"
|
||||||
|
FLA_neutrality_DEF:0 "The Kingdom of Flanders"
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue