From 72c737484aaafedd841bc4629d4d7eeefd33443b Mon Sep 17 00:00:00 2001 From: Hannah-Dagemark Date: Thu, 30 May 2024 12:41:52 +0200 Subject: [PATCH] Map Painting #6 --- common/countries/Falandia.txt | 6 ++ common/countries/Gaestertland.txt | 6 ++ common/countries/Günther Cult.txt | 6 ++ common/countries/Sarvundland.txt | 6 ++ common/countries/TallRepublic.txt | 6 ++ common/countries/colors.txt | 25 ++++++++ common/country_tags/01_countries.txt | 9 ++- history/countries/FAL - Falandia.txt | 25 ++++++++ history/countries/GCT - Günther Cult.txt | 25 ++++++++ history/countries/GTL - Gaestertland.txt | 25 ++++++++ history/countries/SVL - Sarvundland.txt | 25 ++++++++ history/countries/TTR - TallRepublic.txt | 25 ++++++++ history/states/1047-State_1047.txt | 4 +- history/states/1065-State_1065.txt | 4 +- history/states/1070-State_1070.txt | 4 +- history/states/1088-State_1088.txt | 4 +- history/states/1119-State_1119.txt | 4 +- history/states/1139-State_1139.txt | 4 +- history/states/1143-State_1143.txt | 4 +- history/states/1162-State_1162.txt | 4 +- history/states/1177-State_1177.txt | 4 +- history/states/1180-State_1180.txt | 4 +- history/states/1197-State_1197.txt | 4 +- history/states/1210-State_1210.txt | 4 +- history/states/1215-State_1215.txt | 4 +- history/states/1247-State_1247.txt | 4 +- history/states/1250-State_1250.txt | 4 +- history/states/1262-State_1262.txt | 4 +- history/states/1263-State_1263.txt | 4 +- history/states/1275-State_1275.txt | 4 +- history/states/1342-State_1342.txt | 4 +- history/states/1344-State_1344.txt | 4 +- history/states/1349-State_1349.txt | 4 +- history/states/681-State_681.txt | 4 +- history/states/688-State_688.txt | 4 +- history/states/704-State_704.txt | 4 +- history/states/715-State_715.txt | 4 +- history/states/716-State_716.txt | 4 +- history/states/723-State_723.txt | 4 +- history/states/730-State_730.txt | 4 +- history/states/733-State_733.txt | 4 +- history/states/736-State_736.txt | 4 +- history/states/740-State_740.txt | 4 +- history/states/745-State_745.txt | 4 +- history/states/746-State_746.txt | 4 +- history/states/747-State_747.txt | 4 +- history/states/753-State_753.txt | 4 +- history/states/754-State_754.txt | 4 +- history/states/757-State_757.txt | 4 +- history/states/759-State_759.txt | 4 +- history/states/762-State_762.txt | 4 +- history/states/765-State_765.txt | 4 +- history/states/767-State_767.txt | 4 +- history/states/772-State_772.txt | 4 +- history/states/779-State_779.txt | 4 +- history/states/780-State_780.txt | 4 +- history/states/784-State_784.txt | 4 +- history/states/787-State_787.txt | 4 +- history/states/790-State_790.txt | 4 +- history/states/791-State_791.txt | 4 +- history/states/793-State_793.txt | 4 +- history/states/795-State_795.txt | 4 +- history/states/805-State_805.txt | 4 +- history/states/814-State_814.txt | 4 +- history/states/815-State_815.txt | 4 +- history/states/816-State_816.txt | 4 +- history/states/818-State_818.txt | 4 +- history/states/821-State_821.txt | 4 +- history/states/822-State_822.txt | 4 +- history/states/833-State_833.txt | 4 +- history/states/836-State_836.txt | 4 +- history/states/841-State_841.txt | 4 +- history/states/848-State_848.txt | 4 +- history/states/856-State_856.txt | 4 +- history/states/859-State_859.txt | 4 +- history/states/873-State_873.txt | 4 +- history/states/891-State_891.txt | 4 +- history/states/893-State_893.txt | 4 +- history/states/913-State_913.txt | 4 +- history/states/917-State_917.txt | 4 +- history/states/927-State_927.txt | 4 +- history/states/931-State_931.txt | 4 +- history/states/972-State_972.txt | 4 +- history/states/978-State_978.txt | 4 +- history/states/982-State_982.txt | 4 +- history/states/992-State_992.txt | 4 +- localisation/english/countries_l_english.yml | 64 +++++++++++++++++++- quickcountry.py | 8 ++- 88 files changed, 405 insertions(+), 152 deletions(-) create mode 100644 common/countries/Falandia.txt create mode 100644 common/countries/Gaestertland.txt create mode 100644 common/countries/Günther Cult.txt create mode 100644 common/countries/Sarvundland.txt create mode 100644 common/countries/TallRepublic.txt create mode 100644 history/countries/FAL - Falandia.txt create mode 100644 history/countries/GCT - Günther Cult.txt create mode 100644 history/countries/GTL - Gaestertland.txt create mode 100644 history/countries/SVL - Sarvundland.txt create mode 100644 history/countries/TTR - TallRepublic.txt diff --git a/common/countries/Falandia.txt b/common/countries/Falandia.txt new file mode 100644 index 0000000..76c3010 --- /dev/null +++ b/common/countries/Falandia.txt @@ -0,0 +1,6 @@ +#Falandia + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 202 200 121 } \ No newline at end of file diff --git a/common/countries/Gaestertland.txt b/common/countries/Gaestertland.txt new file mode 100644 index 0000000..8c11380 --- /dev/null +++ b/common/countries/Gaestertland.txt @@ -0,0 +1,6 @@ +#Gaestertland + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 221 } \ No newline at end of file diff --git a/common/countries/Günther Cult.txt b/common/countries/Günther Cult.txt new file mode 100644 index 0000000..47659d6 --- /dev/null +++ b/common/countries/Günther Cult.txt @@ -0,0 +1,6 @@ +#Günther Cult + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 21 31 102 } \ No newline at end of file diff --git a/common/countries/Sarvundland.txt b/common/countries/Sarvundland.txt new file mode 100644 index 0000000..cdc8312 --- /dev/null +++ b/common/countries/Sarvundland.txt @@ -0,0 +1,6 @@ +#Sarvundland + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 102 103 94 } \ No newline at end of file diff --git a/common/countries/TallRepublic.txt b/common/countries/TallRepublic.txt new file mode 100644 index 0000000..ced3034 --- /dev/null +++ b/common/countries/TallRepublic.txt @@ -0,0 +1,6 @@ +#TallRepublic + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 21 21 202 } \ No newline at end of file diff --git a/common/countries/colors.txt b/common/countries/colors.txt index d987fa6..5e257c0 100644 --- a/common/countries/colors.txt +++ b/common/countries/colors.txt @@ -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 } } \ No newline at end of file diff --git a/common/country_tags/01_countries.txt b/common/country_tags/01_countries.txt index 50492c7..e0bd8bf 100644 --- a/common/country_tags/01_countries.txt +++ b/common/country_tags/01_countries.txt @@ -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" \ No newline at end of file +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" \ No newline at end of file diff --git a/history/countries/FAL - Falandia.txt b/history/countries/FAL - Falandia.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/FAL - Falandia.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/GCT - Günther Cult.txt b/history/countries/GCT - Günther Cult.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/GCT - Günther Cult.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/GTL - Gaestertland.txt b/history/countries/GTL - Gaestertland.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/GTL - Gaestertland.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/SVL - Sarvundland.txt b/history/countries/SVL - Sarvundland.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/SVL - Sarvundland.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/TTR - TallRepublic.txt b/history/countries/TTR - TallRepublic.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/TTR - TallRepublic.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/states/1047-State_1047.txt b/history/states/1047-State_1047.txt index e2627ce..230dd16 100644 --- a/history/states/1047-State_1047.txt +++ b/history/states/1047-State_1047.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SUI + owner = SUI } } diff --git a/history/states/1065-State_1065.txt b/history/states/1065-State_1065.txt index 1c33e87..dfa9f2a 100644 --- a/history/states/1065-State_1065.txt +++ b/history/states/1065-State_1065.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ITZ - owner = ITZ + add_core_of = ABC + owner = ABC } } diff --git a/history/states/1070-State_1070.txt b/history/states/1070-State_1070.txt index 1554263..dc1c680 100644 --- a/history/states/1070-State_1070.txt +++ b/history/states/1070-State_1070.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SUI + owner = SUI } } diff --git a/history/states/1088-State_1088.txt b/history/states/1088-State_1088.txt index 8e4aaee..9baa9aa 100644 --- a/history/states/1088-State_1088.txt +++ b/history/states/1088-State_1088.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SUI + owner = SUI } } diff --git a/history/states/1119-State_1119.txt b/history/states/1119-State_1119.txt index 90ad139..6f34ffb 100644 --- a/history/states/1119-State_1119.txt +++ b/history/states/1119-State_1119.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SUI + owner = SUI } } diff --git a/history/states/1139-State_1139.txt b/history/states/1139-State_1139.txt index 0f15a69..7653f77 100644 --- a/history/states/1139-State_1139.txt +++ b/history/states/1139-State_1139.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1143-State_1143.txt b/history/states/1143-State_1143.txt index 11bf4e2..5365a70 100644 --- a/history/states/1143-State_1143.txt +++ b/history/states/1143-State_1143.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1162-State_1162.txt b/history/states/1162-State_1162.txt index d83b16d..bc8ae37 100644 --- a/history/states/1162-State_1162.txt +++ b/history/states/1162-State_1162.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1177-State_1177.txt b/history/states/1177-State_1177.txt index 349641f..aed8ab1 100644 --- a/history/states/1177-State_1177.txt +++ b/history/states/1177-State_1177.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1180-State_1180.txt b/history/states/1180-State_1180.txt index 91c008d..7c3f015 100644 --- a/history/states/1180-State_1180.txt +++ b/history/states/1180-State_1180.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1197-State_1197.txt b/history/states/1197-State_1197.txt index d788e3a..adf7272 100644 --- a/history/states/1197-State_1197.txt +++ b/history/states/1197-State_1197.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1210-State_1210.txt b/history/states/1210-State_1210.txt index f03df80..f0dc327 100644 --- a/history/states/1210-State_1210.txt +++ b/history/states/1210-State_1210.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1215-State_1215.txt b/history/states/1215-State_1215.txt index 50ff020..bc137ac 100644 --- a/history/states/1215-State_1215.txt +++ b/history/states/1215-State_1215.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1247-State_1247.txt b/history/states/1247-State_1247.txt index ebe438b..b336e4e 100644 --- a/history/states/1247-State_1247.txt +++ b/history/states/1247-State_1247.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1250-State_1250.txt b/history/states/1250-State_1250.txt index 0f6ed25..5369414 100644 --- a/history/states/1250-State_1250.txt +++ b/history/states/1250-State_1250.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1262-State_1262.txt b/history/states/1262-State_1262.txt index baf3275..377760b 100644 --- a/history/states/1262-State_1262.txt +++ b/history/states/1262-State_1262.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1263-State_1263.txt b/history/states/1263-State_1263.txt index 4fd9a2c..96c1544 100644 --- a/history/states/1263-State_1263.txt +++ b/history/states/1263-State_1263.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1275-State_1275.txt b/history/states/1275-State_1275.txt index cf10fc2..b67c6a3 100644 --- a/history/states/1275-State_1275.txt +++ b/history/states/1275-State_1275.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1342-State_1342.txt b/history/states/1342-State_1342.txt index 2d3384c..23e2b4f 100644 --- a/history/states/1342-State_1342.txt +++ b/history/states/1342-State_1342.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1344-State_1344.txt b/history/states/1344-State_1344.txt index b1e61df..8c9480c 100644 --- a/history/states/1344-State_1344.txt +++ b/history/states/1344-State_1344.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/1349-State_1349.txt b/history/states/1349-State_1349.txt index 678f02c..77693ca 100644 --- a/history/states/1349-State_1349.txt +++ b/history/states/1349-State_1349.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = TTR + owner = TTR } } diff --git a/history/states/681-State_681.txt b/history/states/681-State_681.txt index 8c14925..e2ec00d 100644 --- a/history/states/681-State_681.txt +++ b/history/states/681-State_681.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/688-State_688.txt b/history/states/688-State_688.txt index b7c0e10..168f3a4 100644 --- a/history/states/688-State_688.txt +++ b/history/states/688-State_688.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/704-State_704.txt b/history/states/704-State_704.txt index d330017..2943c5d 100644 --- a/history/states/704-State_704.txt +++ b/history/states/704-State_704.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/715-State_715.txt b/history/states/715-State_715.txt index c833f0c..a825ae6 100644 --- a/history/states/715-State_715.txt +++ b/history/states/715-State_715.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/716-State_716.txt b/history/states/716-State_716.txt index 6d636f6..c38aa7b 100644 --- a/history/states/716-State_716.txt +++ b/history/states/716-State_716.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/723-State_723.txt b/history/states/723-State_723.txt index 1843698..4176463 100644 --- a/history/states/723-State_723.txt +++ b/history/states/723-State_723.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/730-State_730.txt b/history/states/730-State_730.txt index 2c18116..e0e8677 100644 --- a/history/states/730-State_730.txt +++ b/history/states/730-State_730.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/733-State_733.txt b/history/states/733-State_733.txt index 3eb683f..b80ba43 100644 --- a/history/states/733-State_733.txt +++ b/history/states/733-State_733.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/736-State_736.txt b/history/states/736-State_736.txt index a185a2d..b9cf432 100644 --- a/history/states/736-State_736.txt +++ b/history/states/736-State_736.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GCT + owner = GCT } } diff --git a/history/states/740-State_740.txt b/history/states/740-State_740.txt index 37a84fd..0a8ecb6 100644 --- a/history/states/740-State_740.txt +++ b/history/states/740-State_740.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/745-State_745.txt b/history/states/745-State_745.txt index d23402a..cfd32a7 100644 --- a/history/states/745-State_745.txt +++ b/history/states/745-State_745.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/746-State_746.txt b/history/states/746-State_746.txt index 4dc2bc0..9bc4f61 100644 --- a/history/states/746-State_746.txt +++ b/history/states/746-State_746.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/747-State_747.txt b/history/states/747-State_747.txt index 1c4491d..498edd4 100644 --- a/history/states/747-State_747.txt +++ b/history/states/747-State_747.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/753-State_753.txt b/history/states/753-State_753.txt index 7fbe76c..2f85811 100644 --- a/history/states/753-State_753.txt +++ b/history/states/753-State_753.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/754-State_754.txt b/history/states/754-State_754.txt index 3cc1033..8b179d3 100644 --- a/history/states/754-State_754.txt +++ b/history/states/754-State_754.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/757-State_757.txt b/history/states/757-State_757.txt index 1226090..1e0eaaa 100644 --- a/history/states/757-State_757.txt +++ b/history/states/757-State_757.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/759-State_759.txt b/history/states/759-State_759.txt index eb349b8..fb4dd1a 100644 --- a/history/states/759-State_759.txt +++ b/history/states/759-State_759.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/762-State_762.txt b/history/states/762-State_762.txt index 198b922..2526fbc 100644 --- a/history/states/762-State_762.txt +++ b/history/states/762-State_762.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/765-State_765.txt b/history/states/765-State_765.txt index c7b4b08..dc0b5b2 100644 --- a/history/states/765-State_765.txt +++ b/history/states/765-State_765.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/767-State_767.txt b/history/states/767-State_767.txt index c6268f4..701b98b 100644 --- a/history/states/767-State_767.txt +++ b/history/states/767-State_767.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/772-State_772.txt b/history/states/772-State_772.txt index 944fe65..908e43f 100644 --- a/history/states/772-State_772.txt +++ b/history/states/772-State_772.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/779-State_779.txt b/history/states/779-State_779.txt index a603b1a..16586c5 100644 --- a/history/states/779-State_779.txt +++ b/history/states/779-State_779.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/780-State_780.txt b/history/states/780-State_780.txt index 73db9ca..207656c 100644 --- a/history/states/780-State_780.txt +++ b/history/states/780-State_780.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/784-State_784.txt b/history/states/784-State_784.txt index 5746095..a7b7425 100644 --- a/history/states/784-State_784.txt +++ b/history/states/784-State_784.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/787-State_787.txt b/history/states/787-State_787.txt index 4fefd92..7ac6e15 100644 --- a/history/states/787-State_787.txt +++ b/history/states/787-State_787.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/790-State_790.txt b/history/states/790-State_790.txt index c225f97..3f89ff3 100644 --- a/history/states/790-State_790.txt +++ b/history/states/790-State_790.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/791-State_791.txt b/history/states/791-State_791.txt index d587a4b..41b30cb 100644 --- a/history/states/791-State_791.txt +++ b/history/states/791-State_791.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/793-State_793.txt b/history/states/793-State_793.txt index 0c1fd4a..6fa40c5 100644 --- a/history/states/793-State_793.txt +++ b/history/states/793-State_793.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/795-State_795.txt b/history/states/795-State_795.txt index 40afd7a..5f57611 100644 --- a/history/states/795-State_795.txt +++ b/history/states/795-State_795.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/805-State_805.txt b/history/states/805-State_805.txt index ca998c6..e8f1a08 100644 --- a/history/states/805-State_805.txt +++ b/history/states/805-State_805.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/814-State_814.txt b/history/states/814-State_814.txt index bfaa0d4..17de7d3 100644 --- a/history/states/814-State_814.txt +++ b/history/states/814-State_814.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/815-State_815.txt b/history/states/815-State_815.txt index 47ade8e..ab379c6 100644 --- a/history/states/815-State_815.txt +++ b/history/states/815-State_815.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/816-State_816.txt b/history/states/816-State_816.txt index 4f1818a..4166b23 100644 --- a/history/states/816-State_816.txt +++ b/history/states/816-State_816.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/818-State_818.txt b/history/states/818-State_818.txt index df5d47c..066c577 100644 --- a/history/states/818-State_818.txt +++ b/history/states/818-State_818.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/821-State_821.txt b/history/states/821-State_821.txt index 8556f51..044d1ba 100644 --- a/history/states/821-State_821.txt +++ b/history/states/821-State_821.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/822-State_822.txt b/history/states/822-State_822.txt index ab5146b..6178f11 100644 --- a/history/states/822-State_822.txt +++ b/history/states/822-State_822.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/833-State_833.txt b/history/states/833-State_833.txt index 516e126..953caec 100644 --- a/history/states/833-State_833.txt +++ b/history/states/833-State_833.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/836-State_836.txt b/history/states/836-State_836.txt index 41307a7..80057d4 100644 --- a/history/states/836-State_836.txt +++ b/history/states/836-State_836.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = CTL + owner = CTL } } diff --git a/history/states/841-State_841.txt b/history/states/841-State_841.txt index a1089e6..3a370d0 100644 --- a/history/states/841-State_841.txt +++ b/history/states/841-State_841.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/848-State_848.txt b/history/states/848-State_848.txt index 99de291..8ec9792 100644 --- a/history/states/848-State_848.txt +++ b/history/states/848-State_848.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = GTL + owner = GTL } } diff --git a/history/states/856-State_856.txt b/history/states/856-State_856.txt index 0f12728..0e55877 100644 --- a/history/states/856-State_856.txt +++ b/history/states/856-State_856.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/859-State_859.txt b/history/states/859-State_859.txt index 71b9aa7..d25bd96 100644 --- a/history/states/859-State_859.txt +++ b/history/states/859-State_859.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/873-State_873.txt b/history/states/873-State_873.txt index 8ea63a8..7e409c2 100644 --- a/history/states/873-State_873.txt +++ b/history/states/873-State_873.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/891-State_891.txt b/history/states/891-State_891.txt index 21ce93f..19620cb 100644 --- a/history/states/891-State_891.txt +++ b/history/states/891-State_891.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = RUI + owner = RUI } } diff --git a/history/states/893-State_893.txt b/history/states/893-State_893.txt index 7b65295..0b3ec1d 100644 --- a/history/states/893-State_893.txt +++ b/history/states/893-State_893.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/913-State_913.txt b/history/states/913-State_913.txt index 8bdca5d..2ec6575 100644 --- a/history/states/913-State_913.txt +++ b/history/states/913-State_913.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/917-State_917.txt b/history/states/917-State_917.txt index 77a76fc..34999f4 100644 --- a/history/states/917-State_917.txt +++ b/history/states/917-State_917.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/927-State_927.txt b/history/states/927-State_927.txt index 7a173b9..4ecd915 100644 --- a/history/states/927-State_927.txt +++ b/history/states/927-State_927.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SVL + owner = SVL } } diff --git a/history/states/931-State_931.txt b/history/states/931-State_931.txt index a5586a9..c7b7588 100644 --- a/history/states/931-State_931.txt +++ b/history/states/931-State_931.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = FAL + owner = FAL } } diff --git a/history/states/972-State_972.txt b/history/states/972-State_972.txt index 0353312..d59c049 100644 --- a/history/states/972-State_972.txt +++ b/history/states/972-State_972.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SUI + owner = SUI } } diff --git a/history/states/978-State_978.txt b/history/states/978-State_978.txt index 795c307..b6fb490 100644 --- a/history/states/978-State_978.txt +++ b/history/states/978-State_978.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = LMB + owner = LMB } } diff --git a/history/states/982-State_982.txt b/history/states/982-State_982.txt index 8088f2e..bf8462e 100644 --- a/history/states/982-State_982.txt +++ b/history/states/982-State_982.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = SUI + owner = SUI } } diff --git a/history/states/992-State_992.txt b/history/states/992-State_992.txt index c28af72..cec248c 100644 --- a/history/states/992-State_992.txt +++ b/history/states/992-State_992.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ABC - owner = ABC + add_core_of = LMB + owner = LMB } } diff --git a/localisation/english/countries_l_english.yml b/localisation/english/countries_l_english.yml index 7d21d6f..5b0fa9e 100644 --- a/localisation/english/countries_l_english.yml +++ b/localisation/english/countries_l_english.yml @@ -99,4 +99,66 @@ 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 + LIC_neutrality_DEF:0 "The Lesser Confederation of Island Principalities" + + ### Generated + + LMB_neutrality:0 "Lammbouir" + LMB_neutrality_DEF:0 "Lammbouir" + + RUI_neutrality:0 "Ruinaires" + RUI_neutrality_DEF:0 "Ruinaires" + + CTL_neutrality:0 "Costilliere" + CTL_neutrality_DEF:0 "Costilliere" + + PIR_neutrality:0 "Pirate Cove" + PIR_neutrality_DEF:0 "The Merchant cove of Pirates" + + UMB_neutrality:0 "United Mercenary Bands" + UMB_neutrality_DEF:0 "The Union of Mercenary Bands" + + SGM_neutrality:0 "Ösigvmutan" + SGM_neutrality_DEF:0 "Dae Ösigvmutan Kvutiz" + + NLQ_neutrality:0 "Norlorqs" + NLQ_neutrality_DEF:0 "Norlorqs" + + UDL_neutrality:0 "Uldrikland" + UDL_neutrality_DEF:0 "Landen af Uldrik denne Store" + + SUI_neutrality:0 "Sarroui" + SUI_neutrality_DEF:0 "Sarroui" + + ITZ_neutrality:0 "Itzerla" + ITZ_neutrality_DEF:0 "Aev't Itzerli Kivmacosta" + + IQI_neutrality:0 "Isletueteriqui" + IQI_neutrality_DEF:0 "Islatae Isletueteriqui Quimon Qui" + + NQV_neutrality:0 "Norriquiva Militaritzia General" + NQV_neutrality_DEF:0 "Generalitz Militaritzia d' Norriquiva" + + SQV_neutrality:0 "Surriquiva acombatro a folgas" + SQV_neutrality_DEF:0 "Al acombatro a de folgas Surriquiva" + + UTV_neutrality:0 "Unitrevita" + UTV_neutrality:0 "Unitrevita" + + FSH_neutrality:0 "F'ish" + FSH_neutrality_DEF:0 "Union of F'ish people" + + FAL_neutrality:0 "Falandia" + FAL_neutrality_DEF:0 "The Grand Duchy of Falandia" + + SVL_neutrality:0 "Sarvundland" + SVL_neutrality_DEF:0 "Der treue land af Sarvund" + + TTR_neutrality:0 "The Tall Republic" + TTR_neutrality_DEF:0 "The Democratic Union of The Mountains" + + GTL_neutrality:0 "Gaestertland" + GTL_neutrality_DEF:0 "Landet av die stoere Gaestert" + + GCT_neutrality:0 "Günther Cult" + GCT_neutrality_DEF:0 "The cult of Günther" \ No newline at end of file diff --git a/quickcountry.py b/quickcountry.py index 7422061..b7754fa 100644 --- a/quickcountry.py +++ b/quickcountry.py @@ -48,7 +48,13 @@ def states(): file = open(f"./history/states/{state}-State_{state}.txt", "w") file.write(content) file.close() + +def localisation(): + file = open("./localisation/english/countries_l_english.yml", "a") + file.write(f"\n\n {c_tag}_neutrality:0 \"{c_name}\"\n {c_tag}_neutrality_DEF:0 \"{c_def}\"") + file.close common() hist() -states() \ No newline at end of file +states() +localisation() \ No newline at end of file