From 662f529de8e366f6cf0535a3f50e6ecc0b13258e Mon Sep 17 00:00:00 2001 From: Hannah-Dagemark Date: Wed, 17 Apr 2024 10:42:31 +0200 Subject: [PATCH] Map Painting #2 --- common/countries/Cerck.txt | 6 ++++ common/countries/Corrivié.txt | 6 ++++ common/countries/Dubliniv.txt | 6 ++++ common/countries/Farracasicia.txt | 6 ++++ common/countries/LCOIP.txt | 6 ++++ common/countries/Narrvii.txt | 6 ++++ common/countries/Neriffiticia.txt | 6 ++++ common/countries/Normandié.txt | 6 ++++ common/countries/Soccotorro.txt | 6 ++++ common/countries/Waelia.txt | 6 ++++ common/country_tags/00_countries.txt | 13 ++++++- ...ANL- Arañellos.txt => ANL - Arañellos.txt} | 0 history/countries/CER - Cerck.txt | 25 ++++++++++++++ history/countries/COR - Corrivié.txt | 25 ++++++++++++++ history/countries/DUB - Dubliniv.txt | 25 ++++++++++++++ history/countries/FRA - Farracasicia.txt | 25 ++++++++++++++ history/countries/LIC = LCOIP.txt | 25 ++++++++++++++ history/countries/NAR - Narrvii.txt | 25 ++++++++++++++ history/countries/NER - Neriffiticia.txt | 25 ++++++++++++++ history/countries/NMD - Normandié.txt | 25 ++++++++++++++ history/countries/SOC - Soccotorro.txt | 25 ++++++++++++++ history/countries/WAL - Waelia.txt | 25 ++++++++++++++ localisation/english/countries_l_english.yml | 34 ++++++++++++++++++- 23 files changed, 355 insertions(+), 2 deletions(-) create mode 100644 common/countries/Cerck.txt create mode 100644 common/countries/Corrivié.txt create mode 100644 common/countries/Dubliniv.txt create mode 100644 common/countries/Farracasicia.txt create mode 100644 common/countries/LCOIP.txt create mode 100644 common/countries/Narrvii.txt create mode 100644 common/countries/Neriffiticia.txt create mode 100644 common/countries/Normandié.txt create mode 100644 common/countries/Soccotorro.txt create mode 100644 common/countries/Waelia.txt rename history/countries/{ANL- Arañellos.txt => ANL - Arañellos.txt} (100%) create mode 100644 history/countries/CER - Cerck.txt create mode 100644 history/countries/COR - Corrivié.txt create mode 100644 history/countries/DUB - Dubliniv.txt create mode 100644 history/countries/FRA - Farracasicia.txt create mode 100644 history/countries/LIC = LCOIP.txt create mode 100644 history/countries/NAR - Narrvii.txt create mode 100644 history/countries/NER - Neriffiticia.txt create mode 100644 history/countries/NMD - Normandié.txt create mode 100644 history/countries/SOC - Soccotorro.txt create mode 100644 history/countries/WAL - Waelia.txt diff --git a/common/countries/Cerck.txt b/common/countries/Cerck.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Cerck.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Corrivié.txt b/common/countries/Corrivié.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Corrivié.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Dubliniv.txt b/common/countries/Dubliniv.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Dubliniv.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Farracasicia.txt b/common/countries/Farracasicia.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Farracasicia.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/LCOIP.txt b/common/countries/LCOIP.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/LCOIP.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Narrvii.txt b/common/countries/Narrvii.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Narrvii.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Neriffiticia.txt b/common/countries/Neriffiticia.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Neriffiticia.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Normandié.txt b/common/countries/Normandié.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Normandié.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Soccotorro.txt b/common/countries/Soccotorro.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Soccotorro.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/countries/Waelia.txt b/common/countries/Waelia.txt new file mode 100644 index 0000000..0ecacd5 --- /dev/null +++ b/common/countries/Waelia.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 255 255 255 } \ No newline at end of file diff --git a/common/country_tags/00_countries.txt b/common/country_tags/00_countries.txt index 86149b4..3a2c2c1 100644 --- a/common/country_tags/00_countries.txt +++ b/common/country_tags/00_countries.txt @@ -19,4 +19,15 @@ GAJ = "countries/Gajaritas.txt" PAR = "countries/Parlouwello.txt" WGT = "countries/WGTotalitarians.txt" USF = "countries/UnionSF.txt" -GAR = "countries/Garanatai .txt" \ No newline at end of file +GAR = "countries/Garanatai.txt" + +WAL = "countries/Waelia.txt" +COR = "countries/Corrivié.txt" +FRA = "countries/Farracasicia.txt" +NER = "countries/Neriffiticia.txt" +SOC = "countries/Soccotorro.txt" +NAR = "countries/Narrvii.txt" +DUB = "countries/Dubliniv.txt" +CER = "countries/Cerck.txt" +NMD = "countries/Normandié.txt" +LIC = "countries/LCOIP.txt" \ No newline at end of file diff --git a/history/countries/ANL- Arañellos.txt b/history/countries/ANL - Arañellos.txt similarity index 100% rename from history/countries/ANL- Arañellos.txt rename to history/countries/ANL - Arañellos.txt diff --git a/history/countries/CER - Cerck.txt b/history/countries/CER - Cerck.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/CER - Cerck.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/COR - Corrivié.txt b/history/countries/COR - Corrivié.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/COR - Corrivié.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/DUB - Dubliniv.txt b/history/countries/DUB - Dubliniv.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/DUB - Dubliniv.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/FRA - Farracasicia.txt b/history/countries/FRA - Farracasicia.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/FRA - Farracasicia.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/LIC = LCOIP.txt b/history/countries/LIC = LCOIP.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/LIC = LCOIP.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/NAR - Narrvii.txt b/history/countries/NAR - Narrvii.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/NAR - Narrvii.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/NER - Neriffiticia.txt b/history/countries/NER - Neriffiticia.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/NER - Neriffiticia.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/NMD - Normandié.txt b/history/countries/NMD - Normandié.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/NMD - Normandié.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/SOC - Soccotorro.txt b/history/countries/SOC - Soccotorro.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/SOC - Soccotorro.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/history/countries/WAL - Waelia.txt b/history/countries/WAL - Waelia.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/WAL - Waelia.txt @@ -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 = { + # + } +} \ No newline at end of file diff --git a/localisation/english/countries_l_english.yml b/localisation/english/countries_l_english.yml index 129c807..cecfc76 100644 --- a/localisation/english/countries_l_english.yml +++ b/localisation/english/countries_l_english.yml @@ -58,4 +58,36 @@ USF_neutrality_DEF:0 "Union of Surviving Farmlands" GAR_neutrality:0 "Garanatai" - GAR_neutrality_DEF:0 "Garanatai" \ No newline at end of file + GAR_neutrality_DEF:0 "Garanatai" + + + + WAL_neutrality:0 "Waelia" + WAL_neutrality_DEF:0 "Waelia" + + COR_neutrality:0 "Corrivié" + COR_neutrality_DEF:0 "Corrivié" + + FRA_neutrality:0 "Farracasicia" + FRA_neutrality_DEF:0 "Farracasicia" + + NER_neutrality:0 "Neriffiticia" + NER_neutrality_DEF:0 "Neriffiticia" + + SOC_neutrality:0 "Soccotorro" + SOC_neutrality_DEF:0 "Soccotorro" + + NAR_neutrality:0 "Narrvii" + NAR_neutrality_DEF:0 "Narrvii" + + DUB_neutrality:0 "Dubliniv" + DUB_neutrality_DEF:0 "Dubliniv" + + CER_neutrality:0 "Cerck" + CER_neutrality_DEF:0 "Cerck" + + NMD_neutrality:0 "Normandié" + NMD_neutrality_DEF:0 "Normandié" + + LIC_neutrality:0 "The Lesser Confederation of Island Principalities" + LIC_neutrality_DEF:0 "The Lesser Confederation of Island Principalities" \ No newline at end of file