diff --git a/NomadCreator.py b/Allfixer.py similarity index 100% rename from NomadCreator.py rename to Allfixer.py diff --git a/README.md b/README.md deleted file mode 100644 index a72d771..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -This is the github project for the Hearts of Iron 4 mod "Years Gone By" Set in a dystopian future where the world has been bombed back into a sort of futuristic yet primitive stage. It draws inspiration from Fallout, The walking dead, and other similar end-of-the-world stories. But in this story the focus is not on the single people surviving the wasteland, rather this mod tries to use Hearts of Iron to simulate the rise of new nations following the rebirth of humanity, hundreds of years after the old world order fell apart. diff --git a/common/autonomous_states/floddstatt.txt b/common/autonomous_states/floddstatt.txt new file mode 100644 index 0000000..54bfe7a --- /dev/null +++ b/common/autonomous_states/floddstatt.txt @@ -0,0 +1,135 @@ +autonomy_state = { + id = fs_core_member + + default = no #Will be a possible option for peace deals + is_puppet = yes + + use_overlord_color = yes + + min_freedom_level = 0.5 #Puts it as 0.2 on the autonomy level scale, which is the same as an integrated puppet. + + manpower_influence = 0.5 + + rule = { + can_not_declare_war = yes + can_decline_call_to_war = no + units_deployed_to_overlord = no + can_be_spymaster = no + contributes_operatives = yes + can_create_collaboration_government = no + } + + modifier = { + autonomy_manpower_share = 0.2 + can_master_build_for_us = 1 + extra_trade_to_overlord_factor = 0.5 + overlord_trade_cost_factor = -0.25 + cic_to_overlord_factor = 0.1 + mic_to_overlord_factor = 0.1 + research_sharing_per_country_bonus_factor = 0.05 + } + + ai_subject_wants_higher = { + factor = 0.0 + } + + ai_overlord_wants_lower = { + factor = 0.0 + } + + allowed = { + OVERLORD = { + has_idea = floddstatt_leader + } + } + + use_for_peace_conference_weight = { + base = 0 + modifier = { + add = 10 + FROM = { + has_wargoal_against = { target = ROOT type = puppet_wargoal_focus } + } # Adds 10 to the chance if the overlord has a wargoal to puppet the country. + } + modifier = { + factor = 2 + tag = ENG # Multiplies the chance by 2 if the subject is UK. + } + } + + can_take_level = { + always = no + } + + can_lose_level = { + always = no + } +} + +autonomy_state = { + id = fs_border_state + + default = no #Will be a possible option for peace deals + is_puppet = yes + + use_overlord_color = no + + min_freedom_level = 0.5 #Puts it as 0.2 on the autonomy level scale, which is the same as an integrated puppet. + + manpower_influence = 0.5 + + rule = { + can_not_declare_war = yes + can_decline_call_to_war = no + units_deployed_to_overlord = no + can_be_spymaster = no + contributes_operatives = yes + can_create_collaboration_government = no + } + + modifier = { + autonomy_manpower_share = 0.2 + can_master_build_for_us = 1 + extra_trade_to_overlord_factor = 0.5 + overlord_trade_cost_factor = -0.25 + cic_to_overlord_factor = 0.1 + mic_to_overlord_factor = 0.1 + research_sharing_per_country_bonus_factor = 0.05 + } + + ai_subject_wants_higher = { + factor = 0.0 + } + + ai_overlord_wants_lower = { + factor = 0.0 + } + + allowed = { + OVERLORD = { + has_idea = floddstatt_leader + } + } + + use_for_peace_conference_weight = { + base = 0 + modifier = { + add = 10 + FROM = { + has_wargoal_against = { target = ROOT type = puppet_wargoal_focus } + } # Adds 10 to the chance if the overlord has a wargoal to puppet the country. + } + modifier = { + factor = 2 + tag = ENG # Multiplies the chance by 2 if the subject is UK. + } + } + + can_take_level = { + always = no + } + + can_lose_level = { + always = no + } +} \ No newline at end of file diff --git a/common/countries/Auvurgen.txt b/common/countries/Auvurgen.txt deleted file mode 100644 index 2787404..0000000 --- a/common/countries/Auvurgen.txt +++ /dev/null @@ -1,6 +0,0 @@ -#Auvurgen - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 62 100 245 } \ No newline at end of file diff --git a/common/countries/Illria.txt b/common/countries/Illria.txt deleted file mode 100644 index 0fc40a8..0000000 --- a/common/countries/Illria.txt +++ /dev/null @@ -1,6 +0,0 @@ -#Illria - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 100 100 100 } \ No newline at end of file diff --git a/common/countries/Litgarten.txt b/common/countries/Litgarten.txt deleted file mode 100644 index 153e652..0000000 --- a/common/countries/Litgarten.txt +++ /dev/null @@ -1,6 +0,0 @@ -#Litgarten - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 56 186 235 } \ No newline at end of file diff --git a/common/countries/Moskva.txt b/common/countries/Moskva.txt deleted file mode 100644 index 59068de..0000000 --- a/common/countries/Moskva.txt +++ /dev/null @@ -1,6 +0,0 @@ -#Moskva - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 100 100 100 } \ No newline at end of file diff --git a/common/countries/Novgorod.txt b/common/countries/Novgorod.txt deleted file mode 100644 index 6ef9aa1..0000000 --- a/common/countries/Novgorod.txt +++ /dev/null @@ -1,6 +0,0 @@ -#Novgorod - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 21 205 35 } \ No newline at end of file diff --git a/common/countries/Ostarruthian Empire.txt b/common/countries/Ostarruthian Empire.txt deleted file mode 100644 index 84662c6..0000000 --- a/common/countries/Ostarruthian Empire.txt +++ /dev/null @@ -1,6 +0,0 @@ -#Ostarruthian Empire - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 100 100 100 } \ No newline at end of file diff --git a/common/countries/colors.txt b/common/countries/colors.txt index 807fedf..92f1ce9 100644 --- a/common/countries/colors.txt +++ b/common/countries/colors.txt @@ -135,7 +135,6 @@ GCT = { color_ui = rgb { 21 31 102 } } -<<<<<<< Updated upstream LSA = { color = rgb { 232 212 192 } color_ui = rgb { 232 212 192 } @@ -444,39 +443,4 @@ 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 } -======= -FLA = { - color = rgb { 190 170 0 } - color_ui = rgb { 190 170 0 } ->>>>>>> Stashed changes } \ No newline at end of file diff --git a/common/countries/flanders.txt b/common/countries/flanders.txt deleted file mode 100644 index f2c9f80..0000000 --- a/common/countries/flanders.txt +++ /dev/null @@ -1,6 +0,0 @@ -#flanders - -graphical_culture = western_european_gfx -graphical_culture_2d = western_european_2d - -color = { 190 170 0 } \ No newline at end of file diff --git a/common/country_tags/01_countries.txt b/common/country_tags/01_countries.txt index bdf6c32..efbd6f8 100644 --- a/common/country_tags/01_countries.txt +++ b/common/country_tags/01_countries.txt @@ -19,7 +19,6 @@ FAL = "countries/Falandia.txt" SVL = "countries/Sarvundland.txt" TTR = "countries/TallRepublic.txt" GTL = "countries/Gaestertland.txt" -<<<<<<< Updated upstream GCT = "countries/Gunther Cult.txt" LSA = "countries/Linguisatia.txt" VTR = "countries/Vasterreich.txt" @@ -82,14 +81,4 @@ CEE = "countries/Castyrian Empire.txt" ZDS = "countries/Zaladoslavie.txt" RDS = "countries/Regencia del sud.txt" GAL = "countries/Galicia.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" -======= -GCT = "countries/Gnther Cult.txt" -FLA = "countries/flanders.txt" ->>>>>>> Stashed changes +ISL = "countries/sland.txt" \ No newline at end of file diff --git a/common/decisions/categories/floddstatt.txt b/common/decisions/categories/floddstatt.txt new file mode 100644 index 0000000..5c73965 --- /dev/null +++ b/common/decisions/categories/floddstatt.txt @@ -0,0 +1,32 @@ +floddstatt_general = { + + allowed = { + OR = { + original_tag = BOR + original_tag = AVI + original_tag = GRT + original_tag = BRK + original_tag = CUM + original_tag = LAN + } + } + + visible = { + + } + + available = { + + } + + custom_tooltip = { + text = { + localisation_key = "fg_election_desc" + } + } + + priority = 100 + picture = GFX_decision_category_picture + icon = POL_category + visible_when_empty = yes +} \ No newline at end of file diff --git a/common/decisions/floddstatt.txt b/common/decisions/floddstatt.txt new file mode 100644 index 0000000..71ebfb9 --- /dev/null +++ b/common/decisions/floddstatt.txt @@ -0,0 +1,265 @@ +floddstatt_general = { + + fg_debug_checkelectiontimeout = { + available = { + has_idea = floddstatt_member + is_debug = yes + } + complete_effect = { + country_event = { id = floddstatt.1 } + } + } + fg_capital_encouragement = { + available = { + has_idea = floddstatt_leader + } + complete_effect = { + add_political_power = -100 + } + } + + fg_election = { + activation = { + always = no + } + visible = { + always = yes + } + available = { + always = no + } + icon = mission_icon + is_good = yes + days_mission_timeout = 180 + timeout_effect = { + add_political_power = 100 + country_event = { id = floddstatt.1 } + } + } + + grt_fg_campaign_across_the_border_ = { + + icon = eng_propaganda_campaigns + + days_remove = 20 + + available = { + FROM = { + has_idea = floddstatt_member + } + OR = { + political_power_daily > 0.25 + has_political_power > 20 + } + } + + visible = { + original_tag = GRT + } + + # target_array = subjects #Turn into some sort of floddstatt list maybe? + + target_trigger = { + FROM = { + has_idea = floddstatt_member + } + } + + complete_effect = { + add_political_power = -5 + flod_grt_support_grow_s = yes + custom_effect_tooltip = flod_add_support_s + } + + modifier = { + political_power_cost = 0.2 + } + + ai_will_do = { + factor = 1 + modifier = { political_power_daily < 0.6 factor = 0} + modifier = { political_power_daily > 1 factor = 0} + } + } + + brk_fg_campaign_across_the_border_ = { + + icon = eng_propaganda_campaigns + + days_remove = 20 + + available = { + FROM = { + has_idea = floddstatt_member + } + OR = { + political_power_daily > 0.25 + has_political_power > 20 + } + } + + visible = { + original_tag = BRK + } + + # target_array = subjects #Turn into some sort of floddstatt list maybe? + + target_trigger = { + FROM = { + has_idea = floddstatt_member + } + } + + complete_effect = { + add_political_power = -5 + flod_brk_support_grow_s = yes + custom_effect_tooltip = flod_add_support_s + } + + modifier = { + political_power_cost = 0.2 + } + + ai_will_do = { + factor = 1 + modifier = { political_power_daily < 0.6 factor = 0} + modifier = { political_power_daily > 1 factor = 0} + } + } + + + cum_fg_campaign_across_the_border_ = { + + icon = eng_propaganda_campaigns + + days_remove = 20 + + available = { + FROM = { + has_idea = floddstatt_member + } + OR = { + political_power_daily > 0.25 + has_political_power > 20 + } + } + + visible = { + original_tag = CUM + } + + # target_array = subjects #Turn into some sort of floddstatt list maybe? + + target_trigger = { + FROM = { + has_idea = floddstatt_member + } + } + + complete_effect = { + add_political_power = -5 + flod_cum_support_grow_s = yes + custom_effect_tooltip = flod_add_support_s + } + + modifier = { + political_power_cost = 0.2 + } + + ai_will_do = { + factor = 1 + modifier = { political_power_daily < 0.6 factor = 0} + modifier = { political_power_daily > 1 factor = 0} + } + } + + lan_fg_campaign_across_the_border_ = { + + icon = eng_propaganda_campaigns + + days_remove = 20 + + available = { + FROM = { + has_idea = floddstatt_member + } + OR = { + political_power_daily > 0.25 + has_political_power > 20 + } + } + + visible = { + original_tag = LAN + } + + # target_array = subjects #Turn into some sort of floddstatt list maybe? + + target_trigger = { + FROM = { + has_idea = floddstatt_member + } + } + + complete_effect = { + add_political_power = -5 + flod_lan_support_grow_s = yes + custom_effect_tooltip = flod_add_support_s + } + + modifier = { + political_power_cost = 0.2 + } + + ai_will_do = { + factor = 1 + modifier = { political_power_daily < 0.6 factor = 0} + modifier = { political_power_daily > 1 factor = 0} + } + } + + avi_fg_campaign_across_the_border_ = { + + icon = eng_propaganda_campaigns + + days_remove = 20 + + available = { + FROM = { + has_idea = floddstatt_member + } + OR = { + political_power_daily > 0.25 + has_political_power > 20 + } + } + + visible = { + original_tag = AVI + } + + # target_array = subjects #Turn into some sort of floddstatt list maybe? + + target_trigger = { + FROM = { + has_idea = floddstatt_member + } + } + + complete_effect = { + add_political_power = -5 + flod_avi_support_grow_s = yes + custom_effect_tooltip = flod_add_support_s + } + + modifier = { + political_power_cost = 0.2 + } + + ai_will_do = { + factor = 1 + modifier = { political_power_daily < 0.6 factor = 0} + modifier = { political_power_daily > 1 factor = 0} + } + } +} \ No newline at end of file diff --git a/common/on_actions/00_on_actions_floddstatt.txt b/common/on_actions/00_on_actions_floddstatt.txt new file mode 100644 index 0000000..0827835 --- /dev/null +++ b/common/on_actions/00_on_actions_floddstatt.txt @@ -0,0 +1,19 @@ +on_actions = { + on_startup = { + effect = { + every_country = { + limit = { + has_idea = floddstatt_leader + } + flod_set_election_standard = yes + } + every_country = { + limit = { + has_idea = floddstatt_member + } + activate_mission = fg_election + country_event = { id = floddstatt.0 } + } + } + } +} \ No newline at end of file diff --git a/common/opinion_modifiers/floddstatt.txt b/common/opinion_modifiers/floddstatt.txt new file mode 100644 index 0000000..d9fcc53 --- /dev/null +++ b/common/opinion_modifiers/floddstatt.txt @@ -0,0 +1,18 @@ +opinion_modifiers = { + current_ruler_negative = { + value = -50 + days = 181 + } + long_ruler_negative = { + value = -100 + days = 181 + } + bid_for_change = { + value = 25 + days = 181 + } + moderate_campaign = { + value = 25 + days = 181 + } +} \ No newline at end of file diff --git a/common/scripted_effects/floddstatt.txt b/common/scripted_effects/floddstatt.txt new file mode 100644 index 0000000..f12194b --- /dev/null +++ b/common/scripted_effects/floddstatt.txt @@ -0,0 +1,198 @@ +flod_set_election_standard = { + set_global_flag = flod_elections_in_motion_flag + set_variable = { global.GRT_ele_support = 1 } + set_variable = { global.BRK_ele_support = 1 } + set_variable = { global.CUM_ele_support = 1 } + set_variable = { global.LAN_ele_support = 1 } + set_variable = { global.AVI_ele_support = 1 } +} + +flod_election_result = { + if = { + limit = { + check_variable = { var = global.GRT_ele_support value = global.BRK_ele_support compare = greater_than } + check_variable = { var = global.GRT_ele_support value = global.CUM_ele_support compare = greater_than } + check_variable = { var = global.GRT_ele_support value = global.LAN_ele_support compare = greater_than } + check_variable = { var = global.GRT_ele_support value = global.AVI_ele_support compare = greater_than } + } + GRT = { + add_ideas = floddstatt_leader + puppet = BRK + puppet = CUM + puppet = LAN + puppet = AVI + puppet = BOR + + set_autonomy = { target = BRK autonomy_state = fs_core_member } + set_autonomy = { target = CUM autonomy_state = fs_core_member } + set_autonomy = { target = LAN autonomy_state = fs_core_member } + set_autonomy = { target = AVI autonomy_state = fs_core_member } + set_autonomy = { target = BOR autonomy_state = fs_border_state } + } + } + + if = { + limit = { + check_variable = { var = global.BRK_ele_support value = global.GRT_ele_support compare = greater_than } + check_variable = { var = global.BRK_ele_support value = global.CUM_ele_support compare = greater_than } + check_variable = { var = global.BRK_ele_support value = global.LAN_ele_support compare = greater_than } + check_variable = { var = global.BRK_ele_support value = global.AVI_ele_support compare = greater_than } + } + BRK = { + add_ideas = floddstatt_leader + puppet = GRT + puppet = CUM + puppet = LAN + puppet = AVI + puppet = BOR + + set_autonomy = { target = GRT autonomy_state = fs_core_member } + set_autonomy = { target = CUM autonomy_state = fs_core_member } + set_autonomy = { target = LAN autonomy_state = fs_core_member } + set_autonomy = { target = AVI autonomy_state = fs_core_member } + set_autonomy = { target = BOR autonomy_state = fs_border_state } + } + } + + if = { + limit = { + check_variable = { var = global.CUM_ele_support value = global.GRT_ele_support compare = greater_than } + check_variable = { var = global.CUM_ele_support value = global.BRK_ele_support compare = greater_than } + check_variable = { var = global.CUM_ele_support value = global.LAN_ele_support compare = greater_than } + check_variable = { var = global.CUM_ele_support value = global.AVI_ele_support compare = greater_than } + } + CUM = { + add_ideas = floddstatt_leader + puppet = BRK + puppet = GRT + puppet = LAN + puppet = AVI + puppet = BOR + + set_autonomy = { target = BRK autonomy_state = fs_core_member } + set_autonomy = { target = GRT autonomy_state = fs_core_member } + set_autonomy = { target = LAN autonomy_state = fs_core_member } + set_autonomy = { target = AVI autonomy_state = fs_core_member } + set_autonomy = { target = BOR autonomy_state = fs_border_state } + } + } + + if = { + limit = { + check_variable = { var = global.LAN_ele_support value = global.GRT_ele_support compare = greater_than } + check_variable = { var = global.LAN_ele_support value = global.BRK_ele_support compare = greater_than } + check_variable = { var = global.LAN_ele_support value = global.CUM_ele_support compare = greater_than } + check_variable = { var = global.LAN_ele_support value = global.AVI_ele_support compare = greater_than } + } + LAN = { + add_ideas = floddstatt_leader + puppet = BRK + puppet = CUM + puppet = GRT + puppet = AVI + puppet = BOR + + set_autonomy = { target = BRK autonomy_state = fs_core_member } + set_autonomy = { target = CUM autonomy_state = fs_core_member } + set_autonomy = { target = GRT autonomy_state = fs_core_member } + set_autonomy = { target = AVI autonomy_state = fs_core_member } + set_autonomy = { target = BOR autonomy_state = fs_border_state } + } + } + + if = { + limit = { + check_variable = { var = global.AVI_ele_support value = global.GRT_ele_support compare = greater_than } + check_variable = { var = global.AVI_ele_support value = global.BRK_ele_support compare = greater_than } + check_variable = { var = global.AVI_ele_support value = global.CUM_ele_support compare = greater_than } + check_variable = { var = global.AVI_ele_support value = global.LAN_ele_support compare = greater_than } + } + AVI = { + add_ideas = floddstatt_leader + puppet = GRT + puppet = BRK + puppet = CUM + puppet = LAN + puppet = BOR + + set_autonomy = { target = GRT autonomy_state = fs_core_member } + set_autonomy = { target = BRK autonomy_state = fs_core_member } + set_autonomy = { target = CUM autonomy_state = fs_core_member } + set_autonomy = { target = LAN autonomy_state = fs_core_member } + set_autonomy = { target = BOR autonomy_state = fs_border_state } + } + } + flod_set_election_standard = yes +} + +### Add Support For Nation In Floddstatt + +# GRT + +flod_grt_support_grow_s = { + add_to_variable = { global.GRT_ele_support = 1} +} + +flod_grt_support_grow_m = { + add_to_variable = { global.GRT_ele_support = 3} +} + +flod_grt_support_grow_l = { + add_to_variable = { global.GRT_ele_support = 5} +} + +# BRK + +flod_brk_support_grow_s = { + add_to_variable = { global.BRK_ele_support = 1} +} + +flod_brk_support_grow_m = { + add_to_variable = { global.BRK_ele_support = 3} +} + +flod_brk_support_grow_l = { + add_to_variable = { global.BRK_ele_support = 5} +} + +# CUM ;3 + +flod_cum_support_grow_s = { + add_to_variable = { global.CUM_ele_support = 1} +} + +flod_cum_support_grow_m = { + add_to_variable = { global.CUM_ele_support = 3} +} + +flod_cum_support_grow_l = { + add_to_variable = { global.CUM_ele_support = 5} +} + +# LAN + +flod_lan_support_grow_s = { + add_to_variable = { global.LAN_ele_support = 1} +} + +flod_lan_support_grow_m = { + add_to_variable = { global.LAN_ele_support = 3} +} + +flod_lan_support_grow_l = { + add_to_variable = { global.LAN_ele_support = 5} +} + +# AVI + +flod_avi_support_grow_s = { + add_to_variable = { global.AVI_ele_support = 1} +} + +flod_avi_support_grow_m = { + add_to_variable = { global.AVI_ele_support = 3} +} + +flod_avi_support_grow_l = { + add_to_variable = { global.AVI_ele_support = 5} +} \ No newline at end of file diff --git a/counlocfix.py b/counlocfix.py deleted file mode 100644 index 2c50494..0000000 --- a/counlocfix.py +++ /dev/null @@ -1,57 +0,0 @@ -import re - -# Input and output file paths -input_file_path = "./localisation/english/countries_l_english.yml" -output_file_path = "./localisation/english/countries_l_english_new.yml" - -# Read the content of the input file -with open(input_file_path, 'r') as file: - lines = file.readlines() - -# Prepare a dictionary to store the tag definitions -tags = {} - -# Regular expression pattern to match the lines -pattern = re.compile(r'(\w+)_neutrality:0 "(.*)"') -pattern_def = re.compile(r'(\w+)_neutrality_DEF:0 "(.*)"') - -# Extract neutrality definitions -for line in lines: - match = pattern.match(line.strip()) - if match: - tag = match.group(1) - name = match.group(2) - if tag not in tags: - tags[tag] = {'neutrality': name} - - match_def = pattern_def.match(line.strip()) - if match_def: - tag = match_def.group(1) - definition = match_def.group(2) - if tag not in tags: - tags[tag] = {} - tags[tag]['neutrality_DEF'] = definition - -# Write the new content to the output file -with open(output_file_path, 'w') as file: - # Write original content - for line in lines: - file.write(line) - - file.write("\n\n# Additional Ideology Definitions\n\n") - - for tag, definitions in tags.items(): - if 'neutrality' in definitions and 'neutrality_DEF' in definitions: - c_name = definitions['neutrality'] - c_def = definitions['neutrality_DEF'] - - file.write("\n") # Write a blank line for spacing - file.write(f"{tag}_neutrality:0 \"{c_name}\"\n") - file.write(f"{tag}_neutrality_DEF:0 \"{c_def}\"\n") - file.write(f"{tag}_democratic:0 \"{c_name}\"\n") - file.write(f"{tag}_democratic_DEF:0 \"{c_def}\"\n") - file.write(f"{tag}_communism:0 \"{c_name}\"\n") - file.write(f"{tag}_communism_DEF:0 \"{c_def}\"\n") - file.write(f"{tag}_fascism:0 \"{c_name}\"\n") - file.write(f"{tag}_fascism_DEF:0 \"{c_def}\"\n") - file.write("\n") # Write a blank line for spacing diff --git a/events/floddstatt_common.txt b/events/floddstatt_common.txt new file mode 100644 index 0000000..5c2dad7 --- /dev/null +++ b/events/floddstatt_common.txt @@ -0,0 +1,63 @@ +add_namespace = floddstatt + +country_event = { + id = floddstatt.0 + title = floddstatt.0.t + desc = floddstatt.0.d + picture = GFX_report_event_generic_picture + + is_triggered_only = yes + + trigger = { + always = no + } + + immediate = { + # Add any immediate effects here + } + + option = { + name = floddstatt.0.a + add_political_power = 5 + } +} + +country_event = { + id = floddstatt.1 + title = floddstatt.1.t + desc = floddstatt.1.d + picture = GFX_report_event_generic_picture + + is_triggered_only = yes + + trigger = { + has_completed_mission = floddstatt_general_fg_vote + } + + immediate = { + clr_global_flag = flod_elections_in_motion_flag + every_country = { + limit = { + OR = { + has_idea = floddstatt_member + has_idea = floddstatt_border + } + NOT = { + has_idea = floddstatt_leader + } + } + overlord = { + add_political_power = 300 + set_autonomy = { + target = PREV + autonomous_state = autonomy_free + } + } + } + } + + option = { + name = floddstatt.1.a + flod_election_result = yes + } +} \ No newline at end of file diff --git a/history/countries/AUU - Auvurgen.txt b/history/countries/AUU - Auvurgen.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/AUU - Auvurgen.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/FLA - flanders.txt b/history/countries/FLA - flanders.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/FLA - flanders.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/GRT - Gartiva.txt b/history/countries/GRT - Gartiva.txt index fdeafc0..9e1bc07 100644 --- a/history/countries/GRT - Gartiva.txt +++ b/history/countries/GRT - Gartiva.txt @@ -42,3 +42,28 @@ puppet = CUM puppet = LAN puppet = AVI puppet = BOR + +set_autonomy = { + target = BRK + autonomy_state = fs_core_member +} + +set_autonomy = { + target = CUM + autonomy_state = fs_core_member +} + +set_autonomy = { + target = LAN + autonomy_state = fs_core_member +} + +set_autonomy = { + target = AVI + autonomy_state = fs_core_member +} + +set_autonomy = { + target = BOR + autonomy_state = fs_core_member +} \ No newline at end of file diff --git a/history/countries/ILL - Illria.txt b/history/countries/ILL - Illria.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/ILL - Illria.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/LIN - Litgarten.txt b/history/countries/LIN - Litgarten.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/LIN - Litgarten.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/MOS - Moskva.txt b/history/countries/MOS - Moskva.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/MOS - Moskva.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/NGD - Novgorod.txt b/history/countries/NGD - Novgorod.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/NGD - Novgorod.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/OST - Ostarruthian Empire.txt b/history/countries/OST - Ostarruthian Empire.txt deleted file mode 100644 index 059d6c2..0000000 --- a/history/countries/OST - Ostarruthian Empire.txt +++ /dev/null @@ -1,25 +0,0 @@ -## 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/122-State_122.txt b/history/states/122-State_122.txt index 0e4574e..5a14569 100644 --- a/history/states/122-State_122.txt +++ b/history/states/122-State_122.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ILL - owner = ILL + add_core_of = ABC + owner = ABC } } diff --git a/history/states/131-State_131.txt b/history/states/131-State_131.txt index 14bad33..8e65aed 100644 --- a/history/states/131-State_131.txt +++ b/history/states/131-State_131.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ILL - owner = ILL + add_core_of = ABC + owner = ABC } } diff --git a/history/states/185-State_185.txt b/history/states/185-State_185.txt index faa9135..7262aff 100644 --- a/history/states/185-State_185.txt +++ b/history/states/185-State_185.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/186-State_186.txt b/history/states/186-State_186.txt index 838b9bd..ac9e688 100644 --- a/history/states/186-State_186.txt +++ b/history/states/186-State_186.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/192-State_192.txt b/history/states/192-State_192.txt index 28c6a8a..7b99ee4 100644 --- a/history/states/192-State_192.txt +++ b/history/states/192-State_192.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/194-State_194.txt b/history/states/194-State_194.txt index 83ddff7..8188b6b 100644 --- a/history/states/194-State_194.txt +++ b/history/states/194-State_194.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/199-State_199.txt b/history/states/199-State_199.txt index 9005638..11a3e68 100644 --- a/history/states/199-State_199.txt +++ b/history/states/199-State_199.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/20-State_20.txt b/history/states/20-State_20.txt index 7ca591f..a8f6046 100644 --- a/history/states/20-State_20.txt +++ b/history/states/20-State_20.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/213-State_213.txt b/history/states/213-State_213.txt index 969be71..b5901c3 100644 --- a/history/states/213-State_213.txt +++ b/history/states/213-State_213.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/218-State_218.txt b/history/states/218-State_218.txt index c09b97a..2aee66c 100644 --- a/history/states/218-State_218.txt +++ b/history/states/218-State_218.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/22-State_22.txt b/history/states/22-State_22.txt index 60844c7..67afe38 100644 --- a/history/states/22-State_22.txt +++ b/history/states/22-State_22.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/224-State_224.txt b/history/states/224-State_224.txt index 273d21b..7b73c34 100644 --- a/history/states/224-State_224.txt +++ b/history/states/224-State_224.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ILL - owner = ILL + add_core_of = ABC + owner = ABC } } diff --git a/history/states/227-State_227.txt b/history/states/227-State_227.txt index 366c5ce..ac83835 100644 --- a/history/states/227-State_227.txt +++ b/history/states/227-State_227.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/229-State_229.txt b/history/states/229-State_229.txt index b1a4360..d0327fa 100644 --- a/history/states/229-State_229.txt +++ b/history/states/229-State_229.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/235-State_235.txt b/history/states/235-State_235.txt index 5742296..04cd30c 100644 --- a/history/states/235-State_235.txt +++ b/history/states/235-State_235.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/236-State_236.txt b/history/states/236-State_236.txt index 6fb9583..726e9d7 100644 --- a/history/states/236-State_236.txt +++ b/history/states/236-State_236.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/238-State_238.txt b/history/states/238-State_238.txt index faf40f5..1b38828 100644 --- a/history/states/238-State_238.txt +++ b/history/states/238-State_238.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/239-State_239.txt b/history/states/239-State_239.txt index 0666024..17d9474 100644 --- a/history/states/239-State_239.txt +++ b/history/states/239-State_239.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/242-State_242.txt b/history/states/242-State_242.txt index 662371a..96b39c2 100644 --- a/history/states/242-State_242.txt +++ b/history/states/242-State_242.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/243-State_243.txt b/history/states/243-State_243.txt index 46498df..a5d4761 100644 --- a/history/states/243-State_243.txt +++ b/history/states/243-State_243.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/247-State_247.txt b/history/states/247-State_247.txt index af09500..a8a6eb1 100644 --- a/history/states/247-State_247.txt +++ b/history/states/247-State_247.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/250-State_250.txt b/history/states/250-State_250.txt index c51af4c..880636f 100644 --- a/history/states/250-State_250.txt +++ b/history/states/250-State_250.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/257-State_257.txt b/history/states/257-State_257.txt index e4c5a6d..910b538 100644 --- a/history/states/257-State_257.txt +++ b/history/states/257-State_257.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/261-State_261.txt b/history/states/261-State_261.txt index 6dddd1a..a4eaf96 100644 --- a/history/states/261-State_261.txt +++ b/history/states/261-State_261.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/268-State_268.txt b/history/states/268-State_268.txt index b10e041..45d96fb 100644 --- a/history/states/268-State_268.txt +++ b/history/states/268-State_268.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/274-State_274.txt b/history/states/274-State_274.txt index 38d0ddb..e5c59d7 100644 --- a/history/states/274-State_274.txt +++ b/history/states/274-State_274.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/277-State_277.txt b/history/states/277-State_277.txt index 96cd89d..fc9c717 100644 --- a/history/states/277-State_277.txt +++ b/history/states/277-State_277.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/279-State_279.txt b/history/states/279-State_279.txt index 34692dd..e865aa4 100644 --- a/history/states/279-State_279.txt +++ b/history/states/279-State_279.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/28-State_28.txt b/history/states/28-State_28.txt index d8d4aa1..f732213 100644 --- a/history/states/28-State_28.txt +++ b/history/states/28-State_28.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/283-State_283.txt b/history/states/283-State_283.txt index 6f5049a..15535d9 100644 --- a/history/states/283-State_283.txt +++ b/history/states/283-State_283.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/284-State_284.txt b/history/states/284-State_284.txt index b765cf3..96746ae 100644 --- a/history/states/284-State_284.txt +++ b/history/states/284-State_284.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/285-State_285.txt b/history/states/285-State_285.txt index 22bf07d..371ea40 100644 --- a/history/states/285-State_285.txt +++ b/history/states/285-State_285.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/287-State_287.txt b/history/states/287-State_287.txt index 9e52a05..de2c4ab 100644 --- a/history/states/287-State_287.txt +++ b/history/states/287-State_287.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/293-State_293.txt b/history/states/293-State_293.txt index 3f00b3e..8246467 100644 --- a/history/states/293-State_293.txt +++ b/history/states/293-State_293.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/301-State_301.txt b/history/states/301-State_301.txt index e32c090..8f1d086 100644 --- a/history/states/301-State_301.txt +++ b/history/states/301-State_301.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/302-State_302.txt b/history/states/302-State_302.txt index c639f73..e17103d 100644 --- a/history/states/302-State_302.txt +++ b/history/states/302-State_302.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/303-State_303.txt b/history/states/303-State_303.txt index 5187d55..98f8966 100644 --- a/history/states/303-State_303.txt +++ b/history/states/303-State_303.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = ILL - owner = ILL + add_core_of = ABC + owner = ABC } } diff --git a/history/states/308-State_308.txt b/history/states/308-State_308.txt index f7f2ece..0f8bac6 100644 --- a/history/states/308-State_308.txt +++ b/history/states/308-State_308.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/309-State_309.txt b/history/states/309-State_309.txt index 97f46b0..8677195 100644 --- a/history/states/309-State_309.txt +++ b/history/states/309-State_309.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/315-State_315.txt b/history/states/315-State_315.txt index e9c04c6..e66386e 100644 --- a/history/states/315-State_315.txt +++ b/history/states/315-State_315.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/319-State_319.txt b/history/states/319-State_319.txt index 2766ba2..4562c88 100644 --- a/history/states/319-State_319.txt +++ b/history/states/319-State_319.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/325-State_325.txt b/history/states/325-State_325.txt index cfba997..2890a8c 100644 --- a/history/states/325-State_325.txt +++ b/history/states/325-State_325.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/329-State_329.txt b/history/states/329-State_329.txt index 1f6799b..cb60ba9 100644 --- a/history/states/329-State_329.txt +++ b/history/states/329-State_329.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/330-State_330.txt b/history/states/330-State_330.txt index b4226a6..243f0f3 100644 --- a/history/states/330-State_330.txt +++ b/history/states/330-State_330.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/335-State_335.txt b/history/states/335-State_335.txt index 9f997d3..45dc894 100644 --- a/history/states/335-State_335.txt +++ b/history/states/335-State_335.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = NGD - owner = NGD + add_core_of = ABC + owner = ABC } } diff --git a/history/states/343-State_343.txt b/history/states/343-State_343.txt index d19ff9b..28352e8 100644 --- a/history/states/343-State_343.txt +++ b/history/states/343-State_343.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = AUU - owner = AUU + add_core_of = ABC + owner = ABC } } diff --git a/history/states/346-State_346.txt b/history/states/346-State_346.txt index 01df15c..375ad7c 100644 --- a/history/states/346-State_346.txt +++ b/history/states/346-State_346.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = LIN - owner = LIN + add_core_of = ABC + owner = ABC } } diff --git a/history/states/357-State_357.txt b/history/states/357-State_357.txt index f9dd2fd..21479cf 100644 --- a/history/states/357-State_357.txt +++ b/history/states/357-State_357.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/422-State_422.txt b/history/states/422-State_422.txt index 0ff75fa..c050560 100644 --- a/history/states/422-State_422.txt +++ b/history/states/422-State_422.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/440-State_440.txt b/history/states/440-State_440.txt index a0bc7af..3942fbb 100644 --- a/history/states/440-State_440.txt +++ b/history/states/440-State_440.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/450-State_450.txt b/history/states/450-State_450.txt index 9ff71b6..c1519d0 100644 --- a/history/states/450-State_450.txt +++ b/history/states/450-State_450.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/459-State_459.txt b/history/states/459-State_459.txt index 1937383..6af233d 100644 --- a/history/states/459-State_459.txt +++ b/history/states/459-State_459.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/496-State_496.txt b/history/states/496-State_496.txt index ceb60f8..48ab499 100644 --- a/history/states/496-State_496.txt +++ b/history/states/496-State_496.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/500-State_500.txt b/history/states/500-State_500.txt index 941e542..7c77130 100644 --- a/history/states/500-State_500.txt +++ b/history/states/500-State_500.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/503-State_503.txt b/history/states/503-State_503.txt index a74395b..b9707db 100644 --- a/history/states/503-State_503.txt +++ b/history/states/503-State_503.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/522-State_522.txt b/history/states/522-State_522.txt index df90492..a9b00d6 100644 --- a/history/states/522-State_522.txt +++ b/history/states/522-State_522.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/527-State_527.txt b/history/states/527-State_527.txt index 2451327..fb791c7 100644 --- a/history/states/527-State_527.txt +++ b/history/states/527-State_527.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/529-State_529.txt b/history/states/529-State_529.txt index 579a4b1..4f882cd 100644 --- a/history/states/529-State_529.txt +++ b/history/states/529-State_529.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/532-State_532.txt b/history/states/532-State_532.txt index 3d058c0..8a7ebed 100644 --- a/history/states/532-State_532.txt +++ b/history/states/532-State_532.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/533-State_533.txt b/history/states/533-State_533.txt index cb9a210..ea8dd64 100644 --- a/history/states/533-State_533.txt +++ b/history/states/533-State_533.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/534-State_534.txt b/history/states/534-State_534.txt index 173dc24..9045c45 100644 --- a/history/states/534-State_534.txt +++ b/history/states/534-State_534.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/537-State_537.txt b/history/states/537-State_537.txt index 888ff46..4ad0851 100644 --- a/history/states/537-State_537.txt +++ b/history/states/537-State_537.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/540-State_540.txt b/history/states/540-State_540.txt index 5ebb700..03318bb 100644 --- a/history/states/540-State_540.txt +++ b/history/states/540-State_540.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/546-State_546.txt b/history/states/546-State_546.txt index c539747..b62be4a 100644 --- a/history/states/546-State_546.txt +++ b/history/states/546-State_546.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/550-State_550.txt b/history/states/550-State_550.txt index 7e74e3a..c6abb7e 100644 --- a/history/states/550-State_550.txt +++ b/history/states/550-State_550.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/552-State_552.txt b/history/states/552-State_552.txt index 4cadf49..6dd0d44 100644 --- a/history/states/552-State_552.txt +++ b/history/states/552-State_552.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/562-State_562.txt b/history/states/562-State_562.txt index c110528..61ee3b4 100644 --- a/history/states/562-State_562.txt +++ b/history/states/562-State_562.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/564-State_564.txt b/history/states/564-State_564.txt index 9474b8f..de2f189 100644 --- a/history/states/564-State_564.txt +++ b/history/states/564-State_564.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/567-State_567.txt b/history/states/567-State_567.txt index 59a63cb..ae19ce0 100644 --- a/history/states/567-State_567.txt +++ b/history/states/567-State_567.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/569-State_569.txt b/history/states/569-State_569.txt index 1b0c666..67fea93 100644 --- a/history/states/569-State_569.txt +++ b/history/states/569-State_569.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/571-State_571.txt b/history/states/571-State_571.txt index bbc11bc..c27bce8 100644 --- a/history/states/571-State_571.txt +++ b/history/states/571-State_571.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/573-State_573.txt b/history/states/573-State_573.txt index a53042e..dc5d9a9 100644 --- a/history/states/573-State_573.txt +++ b/history/states/573-State_573.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/577-State_577.txt b/history/states/577-State_577.txt index 73573b6..d45b394 100644 --- a/history/states/577-State_577.txt +++ b/history/states/577-State_577.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/597-State_597.txt b/history/states/597-State_597.txt index d84790a..448c06a 100644 --- a/history/states/597-State_597.txt +++ b/history/states/597-State_597.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/599-State_599.txt b/history/states/599-State_599.txt index 5fb5415..f8ea241 100644 --- a/history/states/599-State_599.txt +++ b/history/states/599-State_599.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/604-State_604.txt b/history/states/604-State_604.txt index 03d3320..1348960 100644 --- a/history/states/604-State_604.txt +++ b/history/states/604-State_604.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/606-State_606.txt b/history/states/606-State_606.txt index 8113e82..66d3b1c 100644 --- a/history/states/606-State_606.txt +++ b/history/states/606-State_606.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/609-State_609.txt b/history/states/609-State_609.txt index 0f05338..10ff5ff 100644 --- a/history/states/609-State_609.txt +++ b/history/states/609-State_609.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/637-State_637.txt b/history/states/637-State_637.txt index 5474069..18b8096 100644 --- a/history/states/637-State_637.txt +++ b/history/states/637-State_637.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = MOS - owner = MOS + add_core_of = ABC + owner = ABC } } diff --git a/history/states/643-State_643.txt b/history/states/643-State_643.txt index 753e940..3b481a4 100644 --- a/history/states/643-State_643.txt +++ b/history/states/643-State_643.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/644-State_644.txt b/history/states/644-State_644.txt index 212b6fa..619a534 100644 --- a/history/states/644-State_644.txt +++ b/history/states/644-State_644.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/648-State_648.txt b/history/states/648-State_648.txt index f82585d..f1cf20d 100644 --- a/history/states/648-State_648.txt +++ b/history/states/648-State_648.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/665-State_665.txt b/history/states/665-State_665.txt index 50c7df0..3bba90f 100644 --- a/history/states/665-State_665.txt +++ b/history/states/665-State_665.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/673-State_673.txt b/history/states/673-State_673.txt index e7ed22e..092a715 100644 --- a/history/states/673-State_673.txt +++ b/history/states/673-State_673.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/677-State_677.txt b/history/states/677-State_677.txt index dd51aba..661a987 100644 --- a/history/states/677-State_677.txt +++ b/history/states/677-State_677.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = FLA - owner = FLA + add_core_of = ABC + owner = ABC } } diff --git a/history/states/691-State_691.txt b/history/states/691-State_691.txt index a07c4ac..1fb53fa 100644 --- a/history/states/691-State_691.txt +++ b/history/states/691-State_691.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/696-State_696.txt b/history/states/696-State_696.txt index e1902d8..9dd7572 100644 --- a/history/states/696-State_696.txt +++ b/history/states/696-State_696.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = OST - owner = OST + add_core_of = ABC + owner = ABC } } diff --git a/history/states/705-State_705.txt b/history/states/705-State_705.txt index ea263a0..234c625 100644 --- a/history/states/705-State_705.txt +++ b/history/states/705-State_705.txt @@ -8,7 +8,7 @@ state={ manpower=1000 state_category = rural history={ - add_core_of = FLA - owner = FLA + add_core_of = ABC + owner = ABC } } diff --git a/localisation/english/countries_l_english.yml b/localisation/english/countries_l_english.yml index 9ade43e..cc61d47 100644 --- a/localisation/english/countries_l_english.yml +++ b/localisation/english/countries_l_english.yml @@ -1,1149 +1,350 @@ l_english: + ABC_neutrality:0 "Nomadic Lands" + ABC_neutrality_DEF:0 "The Nomadic Tribelands" + + AVI_neutrality:0 "Avvnie" + AVI_neutrality_DEF:0 "The River Chiefdom of Avvine" + + GRT_neutrality:0 "Gartiva" + GRT_neutrality_DEF:0 "The River Chiefdom of Gartiva" + + BRK_neutrality:0 "Barkenia" + BRK_neutrality_DEF:0 "The River Chiefdom of Barkenia" + + CUM_neutrality:0 "Cussemini" + CUM_neutrality_DEF:0 "The River Chiefdom of Cussemini" + + LAN_neutrality:0 "Lantrio" + LAN_neutrality_DEF:0 "The River Chiefdom of Lantrio" + + BOR_neutrality:0 "BSOFS" + BOR_neutrality_DEF:0 "The Border State of FlodStatt" + + YXN_neutrality:0 "Yxginn" + YXN_neutrality_DEF:0 "The Terratories of the Yxginn" + + CAT_neutrality:0 "Castaria" + CAT_neutrality_DEF:0 "The new duchy of Castaria" + + ESK_neutrality:0 "Estalakerden" + ESK_neutrality_DEF:0 "The eternal Estalakerden watertribe" + + SDV_neutrality:0 "Südvinnen" + SDV_neutrality_DEF:0 "The Südvinnen principality" + + NDL:0 "Nederland" + NDL_DEF:0 "The Reformed Kingdom of Nederland" + + + ##UNCLAIMED / MAPFILLER: + + + BTN_neutrality:0 "Bretagne" + BTN_neutrality_DEF:0 "Bretagne" + + AQT_neutrality:0 "Aquatuanie" + AQT_neutrality_DEF:0 "Aquatuanie" + + OCT_neutrality:0 "Occatanje" + OCT_neutrality_DEF:0 "Occatanje" + + ANL_neutrality:0 "Arañellos" + ANL_neutrality_DEF:0 "Arañellos" + + RUM_neutrality:0 "Union de las Republicas Montañas" + RUM_neutrality_DEF:0 "Union de las Republicas Montañas" + + GAJ_neutrality:0 "Gajaritas" + GAJ_neutrality_DEF:0 "Gajaritas" + + PAR_neutrality:0 "Parlouwello" + PAR_neutrality_DEF:0 "Parlouwello" + + WGT_neutrality:0 "World Governing Totalitarians" + WGT_neutrality_DEF:0 "World Governing Totalitarians" + + USF_neutrality:0 "Union of Surviving Farmlands" + USF_neutrality_DEF:0 "Union of Surviving Farmlands" + + GAR_neutrality:0 "Garanatai" + 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" + + ### 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" -ABC_neutrality:0 "Nomadic Lands" -ABC_neutrality_DEF:0 "The Nomadic Tribelands" -ABC_democratic:0 "Nomadic Lands" -ABC_democratic_DEF:0 "The Nomadic Tribelands" -ABC_communism:0 "Nomadic Lands" -ABC_communism_DEF:0 "The Nomadic Tribelands" -ABC_fascism:0 "Nomadic Lands" -ABC_fascism_DEF:0 "The Nomadic Tribelands" - - -AVI_neutrality:0 "Avvnie" -AVI_neutrality_DEF:0 "The River Chiefdom of Avvine" -AVI_democratic:0 "Avvnie" -AVI_democratic_DEF:0 "The River Chiefdom of Avvine" -AVI_communism:0 "Avvnie" -AVI_communism_DEF:0 "The River Chiefdom of Avvine" -AVI_fascism:0 "Avvnie" -AVI_fascism_DEF:0 "The River Chiefdom of Avvine" - - -GRT_neutrality:0 "Gartiva" -GRT_neutrality_DEF:0 "The River Chiefdom of Gartiva" -GRT_democratic:0 "Gartiva" -GRT_democratic_DEF:0 "The River Chiefdom of Gartiva" -GRT_communism:0 "Gartiva" -GRT_communism_DEF:0 "The River Chiefdom of Gartiva" -GRT_fascism:0 "Gartiva" -GRT_fascism_DEF:0 "The River Chiefdom of Gartiva" - - -BRK_neutrality:0 "Barkenia" -BRK_neutrality_DEF:0 "The River Chiefdom of Barkenia" -BRK_democratic:0 "Barkenia" -BRK_democratic_DEF:0 "The River Chiefdom of Barkenia" -BRK_communism:0 "Barkenia" -BRK_communism_DEF:0 "The River Chiefdom of Barkenia" -BRK_fascism:0 "Barkenia" -BRK_fascism_DEF:0 "The River Chiefdom of Barkenia" - - -CUM_neutrality:0 "Cussemini" -CUM_neutrality_DEF:0 "The River Chiefdom of Cussemini" -CUM_democratic:0 "Cussemini" -CUM_democratic_DEF:0 "The River Chiefdom of Cussemini" -CUM_communism:0 "Cussemini" -CUM_communism_DEF:0 "The River Chiefdom of Cussemini" -CUM_fascism:0 "Cussemini" -CUM_fascism_DEF:0 "The River Chiefdom of Cussemini" - - -LAN_neutrality:0 "Lantrio" -LAN_neutrality_DEF:0 "The River Chiefdom of Lantrio" -LAN_democratic:0 "Lantrio" -LAN_democratic_DEF:0 "The River Chiefdom of Lantrio" -LAN_communism:0 "Lantrio" -LAN_communism_DEF:0 "The River Chiefdom of Lantrio" -LAN_fascism:0 "Lantrio" -LAN_fascism_DEF:0 "The River Chiefdom of Lantrio" - - -BOR_neutrality:0 "BSOFS" -BOR_neutrality_DEF:0 "The Border State of FlodStatt" -BOR_democratic:0 "BSOFS" -BOR_democratic_DEF:0 "The Border State of FlodStatt" -BOR_communism:0 "BSOFS" -BOR_communism_DEF:0 "The Border State of FlodStatt" -BOR_fascism:0 "BSOFS" -BOR_fascism_DEF:0 "The Border State of FlodStatt" - - -YXN_neutrality:0 "Yxginn" -YXN_neutrality_DEF:0 "The Terratories of the Yxginn" -YXN_democratic:0 "Yxginn" -YXN_democratic_DEF:0 "The Terratories of the Yxginn" -YXN_communism:0 "Yxginn" -YXN_communism_DEF:0 "The Terratories of the Yxginn" -YXN_fascism:0 "Yxginn" -YXN_fascism_DEF:0 "The Terratories of the Yxginn" - - -CAT_neutrality:0 "Castaria" -CAT_neutrality_DEF:0 "The new duchy of Castaria" -CAT_democratic:0 "Castaria" -CAT_democratic_DEF:0 "The new duchy of Castaria" -CAT_communism:0 "Castaria" -CAT_communism_DEF:0 "The new duchy of Castaria" -CAT_fascism:0 "Castaria" -CAT_fascism_DEF:0 "The new duchy of Castaria" - - -ESK_neutrality:0 "Estalakerden" -ESK_neutrality_DEF:0 "The eternal Estalakerden watertribe" -ESK_democratic:0 "Estalakerden" -ESK_democratic_DEF:0 "The eternal Estalakerden watertribe" -ESK_communism:0 "Estalakerden" -ESK_communism_DEF:0 "The eternal Estalakerden watertribe" -ESK_fascism:0 "Estalakerden" -ESK_fascism_DEF:0 "The eternal Estalakerden watertribe" - - -SDV_neutrality:0 "Südvinnen" -SDV_neutrality_DEF:0 "The Südvinnen principality" -SDV_democratic:0 "Südvinnen" -SDV_democratic_DEF:0 "The Südvinnen principality" -SDV_communism:0 "Südvinnen" -SDV_communism_DEF:0 "The Südvinnen principality" -SDV_fascism:0 "Südvinnen" -SDV_fascism_DEF:0 "The Südvinnen principality" - - -BTN_neutrality:0 "Bretagne" -BTN_neutrality_DEF:0 "Bretagne" -BTN_democratic:0 "Bretagne" -BTN_democratic_DEF:0 "Bretagne" -BTN_communism:0 "Bretagne" -BTN_communism_DEF:0 "Bretagne" -BTN_fascism:0 "Bretagne" -BTN_fascism_DEF:0 "Bretagne" - - -AQT_neutrality:0 "Aquatuanie" -AQT_neutrality_DEF:0 "Aquatuanie" -AQT_democratic:0 "Aquatuanie" -AQT_democratic_DEF:0 "Aquatuanie" -AQT_communism:0 "Aquatuanie" -AQT_communism_DEF:0 "Aquatuanie" -AQT_fascism:0 "Aquatuanie" -AQT_fascism_DEF:0 "Aquatuanie" - - -OCT_neutrality:0 "Occatanje" -OCT_neutrality_DEF:0 "Occatanje" -OCT_democratic:0 "Occatanje" -OCT_democratic_DEF:0 "Occatanje" -OCT_communism:0 "Occatanje" -OCT_communism_DEF:0 "Occatanje" -OCT_fascism:0 "Occatanje" -OCT_fascism_DEF:0 "Occatanje" - - -ANL_neutrality:0 "Arañellos" -ANL_neutrality_DEF:0 "Arañellos" -ANL_democratic:0 "Arañellos" -ANL_democratic_DEF:0 "Arañellos" -ANL_communism:0 "Arañellos" -ANL_communism_DEF:0 "Arañellos" -ANL_fascism:0 "Arañellos" -ANL_fascism_DEF:0 "Arañellos" - - -RUM_neutrality:0 "Union de las Republicas Montañas" -RUM_neutrality_DEF:0 "Union de las Republicas Montañas" -RUM_democratic:0 "Union de las Republicas Montañas" -RUM_democratic_DEF:0 "Union de las Republicas Montañas" -RUM_communism:0 "Union de las Republicas Montañas" -RUM_communism_DEF:0 "Union de las Republicas Montañas" -RUM_fascism:0 "Union de las Republicas Montañas" -RUM_fascism_DEF:0 "Union de las Republicas Montañas" - - -GAJ_neutrality:0 "Gajaritas" -GAJ_neutrality_DEF:0 "Gajaritas" -GAJ_democratic:0 "Gajaritas" -GAJ_democratic_DEF:0 "Gajaritas" -GAJ_communism:0 "Gajaritas" -GAJ_communism_DEF:0 "Gajaritas" -GAJ_fascism:0 "Gajaritas" -GAJ_fascism_DEF:0 "Gajaritas" - - -PAR_neutrality:0 "Parlouwello" -PAR_neutrality_DEF:0 "Parlouwello" -PAR_democratic:0 "Parlouwello" -PAR_democratic_DEF:0 "Parlouwello" -PAR_communism:0 "Parlouwello" -PAR_communism_DEF:0 "Parlouwello" -PAR_fascism:0 "Parlouwello" -PAR_fascism_DEF:0 "Parlouwello" - - -WGT_neutrality:0 "World Governing Totalitarians" -WGT_neutrality_DEF:0 "World Governing Totalitarians" -WGT_democratic:0 "World Governing Totalitarians" -WGT_democratic_DEF:0 "World Governing Totalitarians" -WGT_communism:0 "World Governing Totalitarians" -WGT_communism_DEF:0 "World Governing Totalitarians" -WGT_fascism:0 "World Governing Totalitarians" -WGT_fascism_DEF:0 "World Governing Totalitarians" - - -USF_neutrality:0 "Union of Surviving Farmlands" -USF_neutrality_DEF:0 "Union of Surviving Farmlands" -USF_democratic:0 "Union of Surviving Farmlands" -USF_democratic_DEF:0 "Union of Surviving Farmlands" -USF_communism:0 "Union of Surviving Farmlands" -USF_communism_DEF:0 "Union of Surviving Farmlands" -USF_fascism:0 "Union of Surviving Farmlands" -USF_fascism_DEF:0 "Union of Surviving Farmlands" - - -GAR_neutrality:0 "Garanatai" -GAR_neutrality_DEF:0 "Garanatai" -GAR_democratic:0 "Garanatai" -GAR_democratic_DEF:0 "Garanatai" -GAR_communism:0 "Garanatai" -GAR_communism_DEF:0 "Garanatai" -GAR_fascism:0 "Garanatai" -GAR_fascism_DEF:0 "Garanatai" - - -WAL_neutrality:0 "Waelia" -WAL_neutrality_DEF:0 "Waelia" -WAL_democratic:0 "Waelia" -WAL_democratic_DEF:0 "Waelia" -WAL_communism:0 "Waelia" -WAL_communism_DEF:0 "Waelia" -WAL_fascism:0 "Waelia" -WAL_fascism_DEF:0 "Waelia" - - -COR_neutrality:0 "Corrivié" -COR_neutrality_DEF:0 "Corrivié" -COR_democratic:0 "Corrivié" -COR_democratic_DEF:0 "Corrivié" -COR_communism:0 "Corrivié" -COR_communism_DEF:0 "Corrivié" -COR_fascism:0 "Corrivié" -COR_fascism_DEF:0 "Corrivié" - - -FRA_neutrality:0 "Farracasicia" -FRA_neutrality_DEF:0 "Farracasicia" -FRA_democratic:0 "Farracasicia" -FRA_democratic_DEF:0 "Farracasicia" -FRA_communism:0 "Farracasicia" -FRA_communism_DEF:0 "Farracasicia" -FRA_fascism:0 "Farracasicia" -FRA_fascism_DEF:0 "Farracasicia" - - -NER_neutrality:0 "Neriffiticia" -NER_neutrality_DEF:0 "Neriffiticia" -NER_democratic:0 "Neriffiticia" -NER_democratic_DEF:0 "Neriffiticia" -NER_communism:0 "Neriffiticia" -NER_communism_DEF:0 "Neriffiticia" -NER_fascism:0 "Neriffiticia" -NER_fascism_DEF:0 "Neriffiticia" - - -SOC_neutrality:0 "Soccotorro" -SOC_neutrality_DEF:0 "Soccotorro" -SOC_democratic:0 "Soccotorro" -SOC_democratic_DEF:0 "Soccotorro" -SOC_communism:0 "Soccotorro" -SOC_communism_DEF:0 "Soccotorro" -SOC_fascism:0 "Soccotorro" -SOC_fascism_DEF:0 "Soccotorro" - - -NAR_neutrality:0 "Narrvii" -NAR_neutrality_DEF:0 "Narrvii" -NAR_democratic:0 "Narrvii" -NAR_democratic_DEF:0 "Narrvii" -NAR_communism:0 "Narrvii" -NAR_communism_DEF:0 "Narrvii" -NAR_fascism:0 "Narrvii" -NAR_fascism_DEF:0 "Narrvii" - - -DUB_neutrality:0 "Dubliniv" -DUB_neutrality_DEF:0 "Dubliniv" -DUB_democratic:0 "Dubliniv" -DUB_democratic_DEF:0 "Dubliniv" -DUB_communism:0 "Dubliniv" -DUB_communism_DEF:0 "Dubliniv" -DUB_fascism:0 "Dubliniv" -DUB_fascism_DEF:0 "Dubliniv" - - -CER_neutrality:0 "Cerck" -CER_neutrality_DEF:0 "Cerck" -CER_democratic:0 "Cerck" -CER_democratic_DEF:0 "Cerck" -CER_communism:0 "Cerck" -CER_communism_DEF:0 "Cerck" -CER_fascism:0 "Cerck" -CER_fascism_DEF:0 "Cerck" - - -NMD_neutrality:0 "Normandié" -NMD_neutrality_DEF:0 "Normandié" -NMD_democratic:0 "Normandié" -NMD_democratic_DEF:0 "Normandié" -NMD_communism:0 "Normandié" -NMD_communism_DEF:0 "Normandié" -NMD_fascism:0 "Normandié" -NMD_fascism_DEF:0 "Normandié" - - -LIC_neutrality:0 "The Lesser Confederation of Island Principalities" -LIC_neutrality_DEF:0 "The Lesser Confederation of Island Principalities" -LIC_democratic:0 "The Lesser Confederation of Island Principalities" -LIC_democratic_DEF:0 "The Lesser Confederation of Island Principalities" -LIC_communism:0 "The Lesser Confederation of Island Principalities" -LIC_communism_DEF:0 "The Lesser Confederation of Island Principalities" -LIC_fascism:0 "The Lesser Confederation of Island Principalities" -LIC_fascism_DEF:0 "The Lesser Confederation of Island Principalities" - - -LMB_neutrality:0 "Lammbouir" -LMB_neutrality_DEF:0 "Lammbouir" -LMB_democratic:0 "Lammbouir" -LMB_democratic_DEF:0 "Lammbouir" -LMB_communism:0 "Lammbouir" -LMB_communism_DEF:0 "Lammbouir" -LMB_fascism:0 "Lammbouir" -LMB_fascism_DEF:0 "Lammbouir" - - -RUI_neutrality:0 "Ruinaires" -RUI_neutrality_DEF:0 "Ruinaires" -RUI_democratic:0 "Ruinaires" -RUI_democratic_DEF:0 "Ruinaires" -RUI_communism:0 "Ruinaires" -RUI_communism_DEF:0 "Ruinaires" -RUI_fascism:0 "Ruinaires" -RUI_fascism_DEF:0 "Ruinaires" - - -CTL_neutrality:0 "Costilliere" -CTL_neutrality_DEF:0 "Costilliere" -CTL_democratic:0 "Costilliere" -CTL_democratic_DEF:0 "Costilliere" -CTL_communism:0 "Costilliere" -CTL_communism_DEF:0 "Costilliere" -CTL_fascism:0 "Costilliere" -CTL_fascism_DEF:0 "Costilliere" - - -PIR_neutrality:0 "Pirate Cove" -PIR_neutrality_DEF:0 "The Merchant cove of Pirates" -PIR_democratic:0 "Pirate Cove" -PIR_democratic_DEF:0 "The Merchant cove of Pirates" -PIR_communism:0 "Pirate Cove" -PIR_communism_DEF:0 "The Merchant cove of Pirates" -PIR_fascism:0 "Pirate Cove" -PIR_fascism_DEF:0 "The Merchant cove of Pirates" - - -UMB_neutrality:0 "United Mercenary Bands" -UMB_neutrality_DEF:0 "The Union of Mercenary Bands" -UMB_democratic:0 "United Mercenary Bands" -UMB_democratic_DEF:0 "The Union of Mercenary Bands" -UMB_communism:0 "United Mercenary Bands" -UMB_communism_DEF:0 "The Union of Mercenary Bands" -UMB_fascism:0 "United Mercenary Bands" -UMB_fascism_DEF:0 "The Union of Mercenary Bands" - - -SGM_neutrality:0 "Ösigvmutan" -SGM_neutrality_DEF:0 "Dae Ösigvmutan Kvutiz" -SGM_democratic:0 "Ösigvmutan" -SGM_democratic_DEF:0 "Dae Ösigvmutan Kvutiz" -SGM_communism:0 "Ösigvmutan" -SGM_communism_DEF:0 "Dae Ösigvmutan Kvutiz" -SGM_fascism:0 "Ösigvmutan" -SGM_fascism_DEF:0 "Dae Ösigvmutan Kvutiz" - - -NLQ_neutrality:0 "Norlorqs" -NLQ_neutrality_DEF:0 "Norlorqs" -NLQ_democratic:0 "Norlorqs" -NLQ_democratic_DEF:0 "Norlorqs" -NLQ_communism:0 "Norlorqs" -NLQ_communism_DEF:0 "Norlorqs" -NLQ_fascism:0 "Norlorqs" -NLQ_fascism_DEF:0 "Norlorqs" - - -UDL_neutrality:0 "Uldrikland" -UDL_neutrality_DEF:0 "Landen af Uldrik denne Store" -UDL_democratic:0 "Uldrikland" -UDL_democratic_DEF:0 "Landen af Uldrik denne Store" -UDL_communism:0 "Uldrikland" -UDL_communism_DEF:0 "Landen af Uldrik denne Store" -UDL_fascism:0 "Uldrikland" -UDL_fascism_DEF:0 "Landen af Uldrik denne Store" - - -SUI_neutrality:0 "Sarroui" -SUI_neutrality_DEF:0 "Sarroui" -SUI_democratic:0 "Sarroui" -SUI_democratic_DEF:0 "Sarroui" -SUI_communism:0 "Sarroui" -SUI_communism_DEF:0 "Sarroui" -SUI_fascism:0 "Sarroui" -SUI_fascism_DEF:0 "Sarroui" - - -ITZ_neutrality:0 "Itzerla" -ITZ_neutrality_DEF:0 "Aev't Itzerli Kivmacosta" -ITZ_democratic:0 "Itzerla" -ITZ_democratic_DEF:0 "Aev't Itzerli Kivmacosta" -ITZ_communism:0 "Itzerla" -ITZ_communism_DEF:0 "Aev't Itzerli Kivmacosta" -ITZ_fascism:0 "Itzerla" -ITZ_fascism_DEF:0 "Aev't Itzerli Kivmacosta" - - -IQI_neutrality:0 "Isletueteriqui" -IQI_neutrality_DEF:0 "Islatae Isletueteriqui Quimon Qui" -IQI_democratic:0 "Isletueteriqui" -IQI_democratic_DEF:0 "Islatae Isletueteriqui Quimon Qui" -IQI_communism:0 "Isletueteriqui" -IQI_communism_DEF:0 "Islatae Isletueteriqui Quimon Qui" -IQI_fascism:0 "Isletueteriqui" -IQI_fascism_DEF:0 "Islatae Isletueteriqui Quimon Qui" - - -NQV_neutrality:0 "Norriquiva Militaritzia General" -NQV_neutrality_DEF:0 "Generalitz Militaritzia d' Norriquiva" -NQV_democratic:0 "Norriquiva Militaritzia General" -NQV_democratic_DEF:0 "Generalitz Militaritzia d' Norriquiva" -NQV_communism:0 "Norriquiva Militaritzia General" -NQV_communism_DEF:0 "Generalitz Militaritzia d' Norriquiva" -NQV_fascism:0 "Norriquiva Militaritzia General" -NQV_fascism_DEF:0 "Generalitz Militaritzia d' Norriquiva" - - -SQV_neutrality:0 "Surriquiva acombatro a folgas" -SQV_neutrality_DEF:0 "Al acombatro a de folgas Surriquiva" -SQV_democratic:0 "Surriquiva acombatro a folgas" -SQV_democratic_DEF:0 "Al acombatro a de folgas Surriquiva" -SQV_communism:0 "Surriquiva acombatro a folgas" -SQV_communism_DEF:0 "Al acombatro a de folgas Surriquiva" -SQV_fascism:0 "Surriquiva acombatro a folgas" -SQV_fascism_DEF:0 "Al acombatro a de folgas Surriquiva" - - -FSH_neutrality:0 "F'ish" -FSH_neutrality_DEF:0 "Union of F'ish people" -FSH_democratic:0 "F'ish" -FSH_democratic_DEF:0 "Union of F'ish people" -FSH_communism:0 "F'ish" -FSH_communism_DEF:0 "Union of F'ish people" -FSH_fascism:0 "F'ish" -FSH_fascism_DEF:0 "Union of F'ish people" - - -FAL_neutrality:0 "Falandia" -FAL_neutrality_DEF:0 "The Grand Duchy of Falandia" -FAL_democratic:0 "Falandia" -FAL_democratic_DEF:0 "The Grand Duchy of Falandia" -FAL_communism:0 "Falandia" -FAL_communism_DEF:0 "The Grand Duchy of Falandia" -FAL_fascism:0 "Falandia" -FAL_fascism_DEF:0 "The Grand Duchy of Falandia" - - -SVL_neutrality:0 "Sarvundland" -SVL_neutrality_DEF:0 "Der treue land af Sarvund" -SVL_democratic:0 "Sarvundland" -SVL_democratic_DEF:0 "Der treue land af Sarvund" -SVL_communism:0 "Sarvundland" -SVL_communism_DEF:0 "Der treue land af Sarvund" -SVL_fascism:0 "Sarvundland" -SVL_fascism_DEF:0 "Der treue land af Sarvund" - - -TTR_neutrality:0 "The Tall Republic" -TTR_neutrality_DEF:0 "The Democratic Union of The Mountains" -TTR_democratic:0 "The Tall Republic" -TTR_democratic_DEF:0 "The Democratic Union of The Mountains" -TTR_communism:0 "The Tall Republic" -TTR_communism_DEF:0 "The Democratic Union of The Mountains" -TTR_fascism:0 "The Tall Republic" -TTR_fascism_DEF:0 "The Democratic Union of The Mountains" - - -GTL_neutrality:0 "Gaestertland" -GTL_neutrality_DEF:0 "Kungadömmet Götaland" -GTL_democratic:0 "Gaestertland" -GTL_democratic_DEF:0 "Kungadömmet Götaland" -GTL_communism:0 "Gaestertland" -GTL_communism_DEF:0 "Kungadömmet Götaland" -GTL_fascism:0 "Gaestertland" -GTL_fascism_DEF:0 "Kungadömmet Götaland" - - -GCT_neutrality:0 "Günther Cult" -GCT_neutrality_DEF:0 "The cult of Günther" -GCT_democratic:0 "Günther Cult" -GCT_democratic_DEF:0 "The cult of Günther" -GCT_communism:0 "Günther Cult" -GCT_communism_DEF:0 "The cult of Günther" -GCT_fascism:0 "Günther Cult" -GCT_fascism_DEF:0 "The cult of Günther" - - -LSA_neutrality:0 "Linguisatia" -LSA_neutrality_DEF:0 "TheTrueBelievers" -LSA_democratic:0 "Linguisatia" -LSA_democratic_DEF:0 "TheTrueBelievers" -LSA_communism:0 "Linguisatia" -LSA_communism_DEF:0 "TheTrueBelievers" -LSA_fascism:0 "Linguisatia" -LSA_fascism_DEF:0 "TheTrueBelievers" - - -VTR_neutrality:0 "Vasterreich" -VTR_neutrality_DEF:0 "Der Västerreich" -VTR_democratic:0 "Vasterreich" -VTR_democratic_DEF:0 "Der Västerreich" -VTR_communism:0 "Vasterreich" -VTR_communism_DEF:0 "Der Västerreich" -VTR_fascism:0 "Vasterreich" -VTR_fascism_DEF:0 "Der Västerreich" - - -JHT_neutrality:0 "Jaggdhunt" -JHT_neutrality_DEF:0 "Jaggdhuntsgruppen" -JHT_democratic:0 "Jaggdhunt" -JHT_democratic_DEF:0 "Jaggdhuntsgruppen" -JHT_communism:0 "Jaggdhunt" -JHT_communism_DEF:0 "Jaggdhuntsgruppen" -JHT_fascism:0 "Jaggdhunt" -JHT_fascism_DEF:0 "Jaggdhuntsgruppen" - - -SSE_neutrality:0 "SchiffesEinlass" -SSE_neutrality_DEF:0 "SchiffesEinlassrepublik" -SSE_democratic:0 "SchiffesEinlass" -SSE_democratic_DEF:0 "SchiffesEinlassrepublik" -SSE_communism:0 "SchiffesEinlass" -SSE_communism_DEF:0 "SchiffesEinlassrepublik" -SSE_fascism:0 "SchiffesEinlass" -SSE_fascism_DEF:0 "SchiffesEinlassrepublik" - - -AGT_neutrality:0 "Aggatten" -AGT_neutrality_DEF:0 "Der Königsreich Aggatten" -AGT_democratic:0 "Aggatten" -AGT_democratic_DEF:0 "Der Königsreich Aggatten" -AGT_communism:0 "Aggatten" -AGT_communism_DEF:0 "Der Königsreich Aggatten" -AGT_fascism:0 "Aggatten" -AGT_fascism_DEF:0 "Der Königsreich Aggatten" - - -KGI_neutrality:0 "Kolgi" -KGI_neutrality_DEF:0 "Kolgi Karavazt" -KGI_democratic:0 "Kolgi" -KGI_democratic_DEF:0 "Kolgi Karavazt" -KGI_communism:0 "Kolgi" -KGI_communism_DEF:0 "Kolgi Karavazt" -KGI_fascism:0 "Kolgi" -KGI_fascism_DEF:0 "Kolgi Karavazt" - - -AEN_neutrality:0 "Anetian" -AEN_neutrality_DEF:0 "Anetian Underrepublik" -AEN_democratic:0 "Anetian" -AEN_democratic_DEF:0 "Anetian Underrepublik" -AEN_communism:0 "Anetian" -AEN_communism_DEF:0 "Anetian Underrepublik" -AEN_fascism:0 "Anetian" -AEN_fascism_DEF:0 "Anetian Underrepublik" - - -IKN_neutrality:0 "Intkarnen" -IKN_neutrality_DEF:0 "Der Grossreich Intkarnen" -IKN_democratic:0 "Intkarnen" -IKN_democratic_DEF:0 "Der Grossreich Intkarnen" -IKN_communism:0 "Intkarnen" -IKN_communism_DEF:0 "Der Grossreich Intkarnen" -IKN_fascism:0 "Intkarnen" -IKN_fascism_DEF:0 "Der Grossreich Intkarnen" - - -SMT_neutrality:0 "Skogsmakten" -SMT_neutrality_DEF:0 "Makten av Skogens Undersåtar" -SMT_democratic:0 "Skogsmakten" -SMT_democratic_DEF:0 "Makten av Skogens Undersåtar" -SMT_communism:0 "Skogsmakten" -SMT_communism_DEF:0 "Makten av Skogens Undersåtar" -SMT_fascism:0 "Skogsmakten" -SMT_fascism_DEF:0 "Makten av Skogens Undersåtar" - - -OLL_neutrality:0 "Olofsland" -OLL_neutrality_DEF:0 "Olofs land" -OLL_democratic:0 "Olofsland" -OLL_democratic_DEF:0 "Olofs land" -OLL_communism:0 "Olofsland" -OLL_communism_DEF:0 "Olofs land" -OLL_fascism:0 "Olofsland" -OLL_fascism_DEF:0 "Olofs land" - - -SSN_neutrality:0 "Sashanation" -SSN_neutrality_DEF:0 "Sashanation" -SSN_democratic:0 "Sashanation" -SSN_democratic_DEF:0 "Sashanation" -SSN_communism:0 "Sashanation" -SSN_communism_DEF:0 "Sashanation" -SSN_fascism:0 "Sashanation" -SSN_fascism_DEF:0 "Sashanation" - - -SKT_neutrality:0 "Storkusten" -SKT_neutrality_DEF:0 "Den Stora Kusten" -SKT_democratic:0 "Storkusten" -SKT_democratic_DEF:0 "Den Stora Kusten" -SKT_communism:0 "Storkusten" -SKT_communism_DEF:0 "Den Stora Kusten" -SKT_fascism:0 "Storkusten" -SKT_fascism_DEF:0 "Den Stora Kusten" - - -GAT_neutrality:0 "Grunnnarten" -GAT_neutrality_DEF:0 "Grunnartenerz" -GAT_democratic:0 "Grunnnarten" -GAT_democratic_DEF:0 "Grunnartenerz" -GAT_communism:0 "Grunnnarten" -GAT_communism_DEF:0 "Grunnartenerz" -GAT_fascism:0 "Grunnnarten" -GAT_fascism_DEF:0 "Grunnartenerz" - - -DNS_neutrality:0 "Disunited Northern Strongholds" -DNS_neutrality_DEF:0 "The Disunited Northern Strongholds" -DNS_democratic:0 "Disunited Northern Strongholds" -DNS_democratic_DEF:0 "The Disunited Northern Strongholds" -DNS_communism:0 "Disunited Northern Strongholds" -DNS_communism_DEF:0 "The Disunited Northern Strongholds" -DNS_fascism:0 "Disunited Northern Strongholds" -DNS_fascism_DEF:0 "The Disunited Northern Strongholds" - - -FBS_neutrality:0 "Fjellbyestaten" -FBS_neutrality_DEF:0 "Fjellbyebyerne" -FBS_democratic:0 "Fjellbyestaten" -FBS_democratic_DEF:0 "Fjellbyebyerne" -FBS_communism:0 "Fjellbyestaten" -FBS_communism_DEF:0 "Fjellbyebyerne" -FBS_fascism:0 "Fjellbyestaten" -FBS_fascism_DEF:0 "Fjellbyebyerne" - - -SKR_neutrality:0 "Storkratern" -SKR_neutrality_DEF:0 "Stora S�derkratern" -SKR_democratic:0 "Storkratern" -SKR_democratic_DEF:0 "Stora S�derkratern" -SKR_communism:0 "Storkratern" -SKR_communism_DEF:0 "Stora S�derkratern" -SKR_fascism:0 "Storkratern" -SKR_fascism_DEF:0 "Stora S�derkratern" - - -DVN_neutrality:0 "DjurVannerna" -DVN_neutrality_DEF:0 "Djur v�nnerna " -DVN_democratic:0 "DjurVannerna" -DVN_democratic_DEF:0 "Djur v�nnerna " -DVN_communism:0 "DjurVannerna" -DVN_communism_DEF:0 "Djur v�nnerna " -DVN_fascism:0 "DjurVannerna" -DVN_fascism_DEF:0 "Djur v�nnerna " - - -GTK_neutrality:0 "Gustafskust" -GTK_neutrality_DEF:0 "Gustafs Kustliga Kungadömme" -GTK_democratic:0 "Gustafskust" -GTK_democratic_DEF:0 "Gustafs Kustliga Kungadömme" -GTK_communism:0 "Gustafskust" -GTK_communism_DEF:0 "Gustafs Kustliga Kungadömme" -GTK_fascism:0 "Gustafskust" -GTK_fascism_DEF:0 "Gustafs Kustliga Kungadömme" - - -GNK_neutrality:0 "Grenakusten" -GNK_neutrality_DEF:0 "Grenakusten" -GNK_democratic:0 "Grenakusten" -GNK_democratic_DEF:0 "Grenakusten" -GNK_communism:0 "Grenakusten" -GNK_communism_DEF:0 "Grenakusten" -GNK_fascism:0 "Grenakusten" -GNK_fascism_DEF:0 "Grenakusten" - - -DVM_neutrality:0 "DavidssonsMark" -DVM_neutrality_DEF:0 "Davidssons Marken" -DVM_democratic:0 "DavidssonsMark" -DVM_democratic_DEF:0 "Davidssons Marken" -DVM_communism:0 "DavidssonsMark" -DVM_communism_DEF:0 "Davidssons Marken" -DVM_fascism:0 "DavidssonsMark" -DVM_fascism_DEF:0 "Davidssons Marken" - - -VMK_neutrality:0 "Visbys Militar kommando" -VMK_neutrality_DEF:0 "Det överlevande Militärkommandot, Visby" -VMK_democratic:0 "Visbys Militar kommando" -VMK_democratic_DEF:0 "Det överlevande Militärkommandot, Visby" -VMK_communism:0 "Visbys Militar kommando" -VMK_communism_DEF:0 "Det överlevande Militärkommandot, Visby" -VMK_fascism:0 "Visbys Militar kommando" -VMK_fascism_DEF:0 "Det överlevande Militärkommandot, Visby" - - -KKT_neutrality:0 "Karls Kungatron" -KKT_neutrality_DEF:0 "Kungatronen av Karl den Store" -KKT_democratic:0 "Karls Kungatron" -KKT_democratic_DEF:0 "Kungatronen av Karl den Store" -KKT_communism:0 "Karls Kungatron" -KKT_communism_DEF:0 "Kungatronen av Karl den Store" -KKT_fascism:0 "Karls Kungatron" -KKT_fascism_DEF:0 "Kungatronen av Karl den Store" - - -MKN_neutrality:0 "MellanKlammern" -MKN_neutrality_DEF:0 "Mellanklammerstaten" -MKN_democratic:0 "MellanKlammern" -MKN_democratic_DEF:0 "Mellanklammerstaten" -MKN_communism:0 "MellanKlammern" -MKN_communism_DEF:0 "Mellanklammerstaten" -MKN_fascism:0 "MellanKlammern" -MKN_fascism_DEF:0 "Mellanklammerstaten" - - -SJB_neutrality:0 "StorJohansBy" -SJB_neutrality_DEF:0 "Byn av StorJohan" -SJB_democratic:0 "StorJohansBy" -SJB_democratic_DEF:0 "Byn av StorJohan" -SJB_communism:0 "StorJohansBy" -SJB_communism_DEF:0 "Byn av StorJohan" -SJB_fascism:0 "StorJohansBy" -SJB_fascism_DEF:0 "Byn av StorJohan" - - -ERS_neutrality:0 "EriksStad" -ERS_neutrality_DEF:0 "Eriksstaden" -ERS_democratic:0 "EriksStad" -ERS_democratic_DEF:0 "Eriksstaden" -ERS_communism:0 "EriksStad" -ERS_communism_DEF:0 "Eriksstaden" -ERS_fascism:0 "EriksStad" -ERS_fascism_DEF:0 "Eriksstaden" - - -SSS_neutrality:0 "Stor Staten Sofie" -SSS_neutrality_DEF:0 "Store Staten Sofie" -SSS_democratic:0 "Stor Staten Sofie" -SSS_democratic_DEF:0 "Store Staten Sofie" -SSS_communism:0 "Stor Staten Sofie" -SSS_communism_DEF:0 "Store Staten Sofie" -SSS_fascism:0 "Stor Staten Sofie" -SSS_fascism_DEF:0 "Store Staten Sofie" - - -SBG_neutrality:0 "Storbergen" -SBG_neutrality_DEF:0 "De Store Bergens Konungaland" -SBG_democratic:0 "Storbergen" -SBG_democratic_DEF:0 "De Store Bergens Konungaland" -SBG_communism:0 "Storbergen" -SBG_communism_DEF:0 "De Store Bergens Konungaland" -SBG_fascism:0 "Storbergen" -SBG_fascism_DEF:0 "De Store Bergens Konungaland" - - -KLG_neutrality:0 "Kartlannegutt " -KLG_neutrality_DEF:0 "Kartlannegutten" -KLG_democratic:0 "Kartlannegutt " -KLG_democratic_DEF:0 "Kartlannegutten" -KLG_communism:0 "Kartlannegutt " -KLG_communism_DEF:0 "Kartlannegutten" -KLG_fascism:0 "Kartlannegutt " -KLG_fascism_DEF:0 "Kartlannegutten" - - -SST_neutrality:0 "Sidstaratinan" -SST_neutrality_DEF:0 "Denne Sidstaratinan" -SST_democratic:0 "Sidstaratinan" -SST_democratic_DEF:0 "Denne Sidstaratinan" -SST_communism:0 "Sidstaratinan" -SST_communism_DEF:0 "Denne Sidstaratinan" -SST_fascism:0 "Sidstaratinan" -SST_fascism_DEF:0 "Denne Sidstaratinan" - - -KLV_neutrality:0 "Kvareleveran" -KLV_neutrality_DEF:0 "Kvara dea leva saegen" -KLV_democratic:0 "Kvareleveran" -KLV_democratic_DEF:0 "Kvara dea leva saegen" -KLV_communism:0 "Kvareleveran" -KLV_communism_DEF:0 "Kvara dea leva saegen" -KLV_fascism:0 "Kvareleveran" -KLV_fascism_DEF:0 "Kvara dea leva saegen" - - -KTN_neutrality:0 "Kanten" -KTN_neutrality_DEF:0 "Soere Kanten" -KTN_democratic:0 "Kanten" -KTN_democratic_DEF:0 "Soere Kanten" -KTN_communism:0 "Kanten" -KTN_communism_DEF:0 "Soere Kanten" -KTN_fascism:0 "Kanten" -KTN_fascism_DEF:0 "Soere Kanten" - - -CLA_neutrality:0 "Courlia" -CLA_neutrality_DEF:0 "Courlian Republic" -CLA_democratic:0 "Courlia" -CLA_democratic_DEF:0 "Courlian Republic" -CLA_communism:0 "Courlia" -CLA_communism_DEF:0 "Courlian Republic" -CLA_fascism:0 "Courlia" -CLA_fascism_DEF:0 "Courlian Republic" - - -ACE_neutrality:0 "Acriczte" -ACE_neutrality_DEF:0 "Acriczte Merchants Union" -ACE_democratic:0 "Acriczte" -ACE_democratic_DEF:0 "Acriczte Merchants Union" -ACE_communism:0 "Acriczte" -ACE_communism_DEF:0 "Acriczte Merchants Union" -ACE_fascism:0 "Acriczte" -ACE_fascism_DEF:0 "Acriczte Merchants Union" - - -CMA_neutrality:0 "Crezmia" -CMA_neutrality_DEF:0 "Crezmian Island Kingdom" -CMA_democratic:0 "Crezmia" -CMA_democratic_DEF:0 "Crezmian Island Kingdom" -CMA_communism:0 "Crezmia" -CMA_communism_DEF:0 "Crezmian Island Kingdom" -CMA_fascism:0 "Crezmia" -CMA_fascism_DEF:0 "Crezmian Island Kingdom" - - -UKH_neutrality:0 "Utssig Khaganate" -UKH_neutrality_DEF:0 "Utssig Khaganate" -UKH_democratic:0 "Utssig Khaganate" -UKH_democratic_DEF:0 "Utssig Khaganate" -UKH_communism:0 "Utssig Khaganate" -UKH_communism_DEF:0 "Utssig Khaganate" -UKH_fascism:0 "Utssig Khaganate" -UKH_fascism_DEF:0 "Utssig Khaganate" - - -TZA_neutrality:0 "Tzerlia" -TZA_neutrality_DEF:0 "Tzerlian Watocracy" -TZA_democratic:0 "Tzerlia" -TZA_democratic_DEF:0 "Tzerlian Watocracy" -TZA_communism:0 "Tzerlia" -TZA_communism_DEF:0 "Tzerlian Watocracy" -TZA_fascism:0 "Tzerlia" -TZA_fascism_DEF:0 "Tzerlian Watocracy" - - -LIU_neutrality:0 "Liuquarden" -LIU_neutrality_DEF:0 "Liuquarden Watocracy" -LIU_democratic:0 "Liuquarden" -LIU_democratic_DEF:0 "Liuquarden Watocracy" -LIU_communism:0 "Liuquarden" -LIU_communism_DEF:0 "Liuquarden Watocracy" -LIU_fascism:0 "Liuquarden" -LIU_fascism_DEF:0 "Liuquarden Watocracy" - - -KGE_neutrality:0 "Karguele" -KGE_neutrality_DEF:0 "Karguele Watocracy" -KGE_democratic:0 "Karguele" -KGE_democratic_DEF:0 "Karguele Watocracy" -KGE_communism:0 "Karguele" -KGE_communism_DEF:0 "Karguele Watocracy" -KGE_fascism:0 "Karguele" -KGE_fascism_DEF:0 "Karguele Watocracy" - - -KLA_neutrality:0 "Karlenia" -KLA_neutrality_DEF:0 "Karlenian Kaiserreich" -KLA_democratic:0 "Karlenia" -KLA_democratic_DEF:0 "Karlenian Kaiserreich" -KLA_communism:0 "Karlenia" -KLA_communism_DEF:0 "Karlenian Kaiserreich" -KLA_fascism:0 "Karlenia" -KLA_fascism_DEF:0 "Karlenian Kaiserreich" - - -LUA_neutrality:0 "Luthria" -LUA_neutrality_DEF:0 "Luthria" -LUA_democratic:0 "Luthria" -LUA_democratic_DEF:0 "Luthria" -LUA_communism:0 "Luthria" -LUA_communism_DEF:0 "Luthria" -LUA_fascism:0 "Luthria" -LUA_fascism_DEF:0 "Luthria" - - -MIN_neutrality:0 "Minska" -MIN_neutrality_DEF:0 "Minska" -MIN_democratic:0 "Minska" -MIN_democratic_DEF:0 "Minska" -MIN_communism:0 "Minska" -MIN_communism_DEF:0 "Minska" -MIN_fascism:0 "Minska" -MIN_fascism_DEF:0 "Minska" - - -KAA_neutrality:0 "Karlia" -KAA_neutrality_DEF:0 "Karlia" -KAA_democratic:0 "Karlia" -KAA_democratic_DEF:0 "Karlia" -KAA_communism:0 "Karlia" -KAA_communism_DEF:0 "Karlia" -KAA_fascism:0 "Karlia" -KAA_fascism_DEF:0 "Karlia" - - -MEN_neutrality:0 "Mergan" -MEN_neutrality_DEF:0 "Mergan" -MEN_democratic:0 "Mergan" -MEN_democratic_DEF:0 "Mergan" -MEN_communism:0 "Mergan" -MEN_communism_DEF:0 "Mergan" -MEN_fascism:0 "Mergan" -MEN_fascism_DEF:0 "Mergan" - - -VYE_neutrality:0 "Vyrrian Empire" -VYE_neutrality_DEF:0 "Vyrrian Empire" -VYE_democratic:0 "Vyrrian Empire" -VYE_democratic_DEF:0 "Vyrrian Empire" -VYE_communism:0 "Vyrrian Empire" -VYE_communism_DEF:0 "Vyrrian Empire" -VYE_fascism:0 "Vyrrian Empire" -VYE_fascism_DEF:0 "Vyrrian Empire" - - -NVT_neutrality:0 "NavalTribes" -NVT_neutrality_DEF:0 "1345" -NVT_democratic:0 "NavalTribes" -NVT_democratic_DEF:0 "1345" -NVT_communism:0 "NavalTribes" -NVT_communism_DEF:0 "1345" -NVT_fascism:0 "NavalTribes" -NVT_fascism_DEF:0 "1345" - - -FGC_neutrality:0 "Federation of Greek Cities" -FGC_neutrality_DEF:0 "Greek Federation" -FGC_democratic:0 "Federation of Greek Cities" -FGC_democratic_DEF:0 "Greek Federation" -FGC_communism:0 "Federation of Greek Cities" -FGC_communism_DEF:0 "Greek Federation" -FGC_fascism:0 "Federation of Greek Cities" -FGC_fascism_DEF:0 "Greek Federation" - - -AII_neutrality:0 "Akiri" -AII_neutrality_DEF:0 "Akiria" -AII_democratic:0 "Akiri" -AII_democratic_DEF:0 "Akiria" -AII_communism:0 "Akiri" -AII_communism_DEF:0 "Akiria" -AII_fascism:0 "Akiri" -AII_fascism_DEF:0 "Akiria" - - -VNA_neutrality:0 "Vanetia" -VNA_neutrality_DEF:0 "Vanetian Islands" -VNA_democratic:0 "Vanetia" -VNA_democratic_DEF:0 "Vanetian Islands" -VNA_communism:0 "Vanetia" -VNA_communism_DEF:0 "Vanetian Islands" -VNA_fascism:0 "Vanetia" -VNA_fascism_DEF:0 "Vanetian Islands" - - -CEI_neutrality:0 "Celinia" -CEI_neutrality_DEF:0 "Celiniana" -CEI_democratic:0 "Celinia" -CEI_democratic_DEF:0 "Celiniana" -CEI_communism:0 "Celinia" -CEI_communism_DEF:0 "Celiniana" -CEI_fascism:0 "Celinia" -CEI_fascism_DEF:0 "Celiniana" - - -GCY_neutrality:0 "Golden City" -GCY_neutrality_DEF:0 "Golden City" -GCY_democratic:0 "Golden City" -GCY_democratic_DEF:0 "Golden City" -GCY_communism:0 "Golden City" -GCY_communism_DEF:0 "Golden City" -GCY_fascism:0 "Golden City" -GCY_fascism_DEF:0 "Golden City" - - -MAL_neutrality:0 "Maltia" -MAL_neutrality_DEF:0 "Maltia" -MAL_democratic:0 "Maltia" -MAL_democratic_DEF:0 "Maltia" -MAL_communism:0 "Maltia" -MAL_communism_DEF:0 "Maltia" -MAL_fascism:0 "Maltia" -MAL_fascism_DEF:0 "Maltia" - - -ILI_neutrality:0 "Islas Lisabona" -ILI_neutrality_DEF:0 "Islas de Lisabona" -ILI_democratic:0 "Islas Lisabona" -ILI_democratic_DEF:0 "Islas de Lisabona" -ILI_communism:0 "Islas Lisabona" -ILI_communism_DEF:0 "Islas de Lisabona" -ILI_fascism:0 "Islas Lisabona" -ILI_fascism_DEF:0 "Islas de Lisabona" - - -KKA_neutrality:0 "Kalvi Khanate" -KKA_neutrality_DEF:0 "Kalvi Khanate" -KKA_democratic:0 "Kalvi Khanate" -KKA_democratic_DEF:0 "Kalvi Khanate" -KKA_communism:0 "Kalvi Khanate" -KKA_communism_DEF:0 "Kalvi Khanate" -KKA_fascism:0 "Kalvi Khanate" -KKA_fascism_DEF:0 "Kalvi Khanate" - - -CUU_neutrality:0 "Cuulia" -CUU_neutrality_DEF:0 "Cuulian Regency" -CUU_democratic:0 "Cuulia" -CUU_democratic_DEF:0 "Cuulian Regency" -CUU_communism:0 "Cuulia" -CUU_communism_DEF:0 "Cuulian Regency" -CUU_fascism:0 "Cuulia" -CUU_fascism_DEF:0 "Cuulian Regency" - - -FIN_neutrality:0 "Finlandia" -FIN_neutrality_DEF:0 "Finlandia" -FIN_democratic:0 "Finlandia" -FIN_democratic_DEF:0 "Finlandia" -FIN_communism:0 "Finlandia" -FIN_communism_DEF:0 "Finlandia" -FIN_fascism:0 "Finlandia" -FIN_fascism_DEF:0 "Finlandia" - - -RIG_neutrality:0 "Rigua" -RIG_neutrality_DEF:0 "Rigua" -RIG_democratic:0 "Rigua" -RIG_democratic_DEF:0 "Rigua" -RIG_communism:0 "Rigua" -RIG_communism_DEF:0 "Rigua" -RIG_fascism:0 "Rigua" -RIG_fascism_DEF:0 "Rigua" - - -CEE_neutrality:0 "Castyrian Empire" -CEE_neutrality_DEF:0 "Castyrian Empire" -CEE_democratic:0 "Castyrian Empire" -CEE_democratic_DEF:0 "Castyrian Empire" -CEE_communism:0 "Castyrian Empire" -CEE_communism_DEF:0 "Castyrian Empire" -CEE_fascism:0 "Castyrian Empire" -CEE_fascism_DEF:0 "Castyrian Empire" - - -ZDS_neutrality:0 "Zaladoslavie" -ZDS_neutrality_DEF:0 "Zaladoslaive Zalazka" -ZDS_democratic:0 "Zaladoslavie" -ZDS_democratic_DEF:0 "Zaladoslaive Zalazka" -ZDS_communism:0 "Zaladoslavie" -ZDS_communism_DEF:0 "Zaladoslaive Zalazka" -ZDS_fascism:0 "Zaladoslavie" -ZDS_fascism_DEF:0 "Zaladoslaive Zalazka" - - -RDS_neutrality:0 "Regencia del sud" -RDS_neutrality_DEF:0 "Regencia del sud" -RDS_democratic:0 "Regencia del sud" -RDS_democratic_DEF:0 "Regencia del sud" -RDS_communism:0 "Regencia del sud" -RDS_communism_DEF:0 "Regencia del sud" -RDS_fascism:0 "Regencia del sud" -RDS_fascism_DEF:0 "Regencia del sud" - - -GAL_neutrality:0 "Galicia" -GAL_neutrality_DEF:0 "Galician Republic" -GAL_democratic:0 "Galicia" -GAL_democratic_DEF:0 "Galician Republic" -GAL_communism:0 "Galicia" -GAL_communism_DEF:0 "Galician Republic" -GAL_fascism:0 "Galicia" -GAL_fascism_DEF:0 "Galician Republic" - - -ISL_neutrality:0 "Ísland" -ISL_neutrality_DEF:0 "Islandsstati" -ISL_democratic:0 "Ísland" -ISL_democratic_DEF:0 "Islandsstati" -ISL_communism:0 "Ísland" -ISL_communism_DEF:0 "Islandsstati" -ISL_fascism:0 "Ísland" -ISL_fascism_DEF:0 "Islandsstati" - - -NGD_neutrality:0 "Novgorod" -NGD_neutrality_DEF:0 "Novgorod State" -NGD_democratic:0 "Novgorod" -NGD_democratic_DEF:0 "Novgorod State" -NGD_communism:0 "Novgorod" -NGD_communism_DEF:0 "Novgorod State" -NGD_fascism:0 "Novgorod" -NGD_fascism_DEF:0 "Novgorod State" - - -LIN_neutrality:0 "Litgarten" -LIN_neutrality_DEF:0 "Litgarten" -LIN_democratic:0 "Litgarten" -LIN_democratic_DEF:0 "Litgarten" -LIN_communism:0 "Litgarten" -LIN_communism_DEF:0 "Litgarten" -LIN_fascism:0 "Litgarten" -LIN_fascism_DEF:0 "Litgarten" - - -AUU_neutrality:0 "Auvurgen" -AUU_neutrality_DEF:0 "Auvurgen" -AUU_democratic:0 "Auvurgen" -AUU_democratic_DEF:0 "Auvurgen" -AUU_communism:0 "Auvurgen" -AUU_communism_DEF:0 "Auvurgen" -AUU_fascism: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 + LSA_neutrality:0 "Linguisatia" + LSA_neutrality_DEF:0 "TheTrueBelievers" + + VTR_neutrality:0 "Vasterreich" + VTR_neutrality_DEF:0 "Der Vsterreich" + + JHT_neutrality:0 "Jaggdhunt" + JHT_neutrality_DEF:0 "Jaggdhuntsgruppen" + + SSE_neutrality:0 "SchiffesEinlass" + SSE_neutrality_DEF:0 "SchiffesEinlassrepublik" + + AGT_neutrality:0 "Aggatten" + AGT_neutrality_DEF:0 "Der Knigsreich Aggatten" + + KGI_neutrality:0 "Kolgi" + KGI_neutrality_DEF:0 "Kolgi Karavazt" + + AEN_neutrality:0 "Anetian" + AEN_neutrality_DEF:0 "Anetian Underrepublik" + + IKN_neutrality:0 "Intkarnen" + IKN_neutrality_DEF:0 "Der Grossreich Intkarnen" + + SMT_neutrality:0 "Skogsmakten" + SMT_neutrality_DEF:0 "Makten av Skogens Understar" + + GTL_neutrality:0 "Gotaland" + GTL_neutrality_DEF:0 "Kungadmmet Gtaland" + + OLL_neutrality:0 "Olofsland" + OLL_neutrality_DEF:0 "Olofs land" + + SSN_neutrality:0 "Sashanation" + SSN_neutrality_DEF:0 "Sashanation" + + SKT_neutrality:0 "Storkusten" + SKT_neutrality_DEF:0 "Den Stora Kusten" + + GAT_neutrality:0 "Grunnnarten" + GAT_neutrality_DEF:0 "Grunnartenerz" + + DNS_neutrality:0 "Disunited Northern Strongholds" + DNS_neutrality_DEF:0 "The Disunited Northern Strongholds" + + FBS_neutrality:0 "Fjellbyestaten" + FBS_neutrality_DEF:0 "Fjellbyebyerne" + + SKR_neutrality:0 "Storkratern" + SKR_neutrality_DEF:0 "Stora Sderkratern" + + DVN_neutrality:0 "DjurVannerna" + DVN_neutrality_DEF:0 "Djur vnnerna " + + GTK_neutrality:0 "Gustafskust" + GTK_neutrality_DEF:0 "Gustafs Kustliga Kungadmme" + + GNK_neutrality:0 "Grenakusten" + GNK_neutrality_DEF:0 "Grenakusten" + + DVM_neutrality:0 "DavidssonsMark" + DVM_neutrality_DEF:0 "Davidssons Marken" + + VMK_neutrality:0 "Visbys Militar kommando" + VMK_neutrality_DEF:0 "Det verlevande Militrkommandot, Visby" + + KKT_neutrality:0 "Karls Kungatron" + KKT_neutrality_DEF:0 "Kungatronen av Karl den Store" + + MKN_neutrality:0 "MellanKlammern" + MKN_neutrality_DEF:0 "Mellanklammerstaten" + + SJB_neutrality:0 "StorJohansBy" + SJB_neutrality_DEF:0 "Byn av StorJohan" + + ERS_neutrality:0 "EriksStad" + ERS_neutrality_DEF:0 "Eriksstaden" + + SSS_neutrality:0 "Stor Staten Sofie" + SSS_neutrality_DEF:0 "Store Staten Sofie" + + SBG_neutrality:0 "Storbergen" + SBG_neutrality_DEF:0 "De Store Bergens Konungaland" + + KLG_neutrality:0 "Kartlannegutt " + KLG_neutrality_DEF:0 "Kartlannegutten" + + SST_neutrality:0 "Sidstaratinan" + SST_neutrality_DEF:0 "Denne Sidstaratinan" + + KLV_neutrality:0 "Kvareleveran" + KLV_neutrality_DEF:0 "Kvara dea leva saegen" + + KTN_neutrality:0 "Kanten" + KTN_neutrality_DEF:0 "Soere Kanten" + + CLA_neutrality:0 "Courlia" + CLA_neutrality_DEF:0 "Courlian Republic" + + ACE_neutrality:0 "Acriczte" + ACE_neutrality_DEF:0 "Acriczte Merchants Union" + + CMA_neutrality:0 "Crezmia" + CMA_neutrality_DEF:0 "Crezmian Island Kingdom" + + UKH_neutrality:0 "Utssig Khaganate" + UKH_neutrality_DEF:0 "Utssig Khaganate" + + TZA_neutrality:0 "Tzerlia" + TZA_neutrality_DEF:0 "Tzerlian Watocracy" + + LIU_neutrality:0 "Liuquarden" + LIU_neutrality_DEF:0 "Liuquarden Watocracy" + + KGE_neutrality:0 "Karguele" + KGE_neutrality_DEF:0 "Karguele Watocracy" + + KLA_neutrality:0 "Karlenia" + KLA_neutrality_DEF:0 "Karlenian Kaiserreich" + + LUA_neutrality:0 "Luthria" + LUA_neutrality_DEF:0 "Luthria" + + MIN_neutrality:0 "Minska" + MIN_neutrality_DEF:0 "Minska" + + KAA_neutrality:0 "Karlia" + KAA_neutrality_DEF:0 "Karlia" + + MEN_neutrality:0 "Mergan" + MEN_neutrality_DEF:0 "Mergan" + + VYE_neutrality:0 "Vyrrian Empire" + VYE_neutrality_DEF:0 "Vyrrian Empire" + + NVT_neutrality:0 "NavalTribes" + NVT_neutrality_DEF:0 "1345" + + FGC_neutrality:0 "Federation of Greek Cities" + FGC_neutrality_DEF:0 "Greek Federation" + + AII_neutrality:0 "Akiri" + AII_neutrality_DEF:0 "Akiria" + + VNA_neutrality:0 "Vanetia" + VNA_neutrality_DEF:0 "Vanetian Islands" + + CEI_neutrality:0 "Celinia" + CEI_neutrality_DEF:0 "Celiniana" + + GCY_neutrality:0 "Golden City" + GCY_neutrality_DEF:0 "Golden City" + + MAL_neutrality:0 "Maltia" + MAL_neutrality_DEF:0 "Maltia" + + ILI_neutrality:0 "Islas Lisabona" + ILI_neutrality_DEF:0 "Islas de Lisabona" + + KKA_neutrality:0 "Kalvi Khanate" + KKA_neutrality_DEF:0 "Kalvi Khanate" + + CUU_neutrality:0 "Cuulia" + CUU_neutrality_DEF:0 "Cuulian Regency" + + FIN_neutrality:0 "Finlandia" + FIN_neutrality_DEF:0 "Finlandia" + + RIG_neutrality:0 "Rigua" + RIG_neutrality_DEF:0 "Rigua" + + CEE_neutrality:0 "Castyrian Empire" + CEE_neutrality_DEF:0 "Castyrian Empire" + + ZDS_neutrality:0 "Zaladoslavie" + ZDS_neutrality_DEF:0 "Zaladoslaive Zalazka" + + RDS_neutrality:0 "Regencia del sud" + RDS_neutrality_DEF:0 "Regencia del sud" + + GAL_neutrality:0 "Galicia" + GAL_neutrality_DEF:0 "Galician Republic" + + ISL_neutrality:0 "sland" + ISL_neutrality_DEF:0 "Islandsstati" \ No newline at end of file diff --git a/localisation/english/decisions_l_english.yml b/localisation/english/decisions_l_english.yml index 75d408f..93da5c9 100644 --- a/localisation/english/decisions_l_english.yml +++ b/localisation/english/decisions_l_english.yml @@ -130,11 +130,6 @@ decision_cost_ie_500_MP_500_CP_25_blocked:0 "£infantry_equipment_text_icon §R500§! £manpower_texticon §R500§! £command_power §R25§!" decision_cost_ie_500_MP_500_CP_25_tooltip:1 "It costs £infantry_equipment_text_icon §Y500§! £manpower_texticon §Y500§! £command_power §Y25§! to take the decision" - RAJ_population_decisions:0 "Rural Industrialization" - RAJ_industrialize_state:0 "Industrialize [FROM.GetName]" - RAJ_industrialize_state_desc:0 "Our nation is once again on the rise. Although the task is great, bringing rural areas into the modern era is sure to pay dividends in the future." - RAJ_industrialized_this_state:0 "§HRural areas already industrialized§!" - RAJ_reduce_agrarian_society_value_tooltip:0 "\n§H$RAJ_agrarian_society$§!\nRecruitable Population Factor: [?RAJ_agrarian_society_increment|+=%]\n" war_propaganda_radio_industry:0 "Radio Propaganda" war_propaganda_radio_industry_desc:0 "Technology has developed to a point where a significant proportion of our population has access to a home radio. State sponsored media is the perfect tool for stoking the war effort in the hearts of our people." war_propaganda_film_industry:0 "[ROOT.GetImportOrDomesticFilmIndustry]" @@ -143,137 +138,8 @@ IMPORTED_FILM_INDUSTRY: "Import Propaganda Films" DOMESTIC_FILM_INDUSTRY_DESC:0 "The [ROOT.GetAdjective] film industry has developed significantly in the last decade. With a population starved for entertainment, we stand to benefit from a cinematic production designed to stir patriotic sentiment." IMPORTED_FILM_INDUSTRY_DESC:0 "Our benefactors and allies are making strategic use of propaganda films. With a little investment, we could screen these productions around our own country in order to stir the war effort amongst our people." - ##Eng films for above - the_lion_has_wings:0 "The Lion Has Wings" - the_battle_of_london:0 "The Battle of London" - queens_messengers:0 "Queen's Messengers" - in_which_we_serve:0 "In Which We Serve" - the_volunteer:0 "The Volunteer" - fires_were_started:0 "Fires Were Started" - ##Aus - men_of_timor:0 "Men of Timor" - soldiers_without_uniform:0 "Soldiers Without Uniform" - mid_east:0 "Mid East" - ##Can - atlantic_patrol:0 "Atlantic Patrol" - front_of_steel:0 "Front of Steel" - home_front:0 "Home Front" - wings_of_youth:0 "Wings of Youth" - all_out_for_war:0 "All Out for War" - banshees_over_canada:0 "Banshees Over Canada" - ##RAJ_agrarian_society$§ - the_planes_of_hindustan:0 "The Planes of Hindustan" - road_to_victory:0 "Road to Victory" - hes_in_the_navy:0 "He's in the Navy" - in_self_defence:0 "In Self Defence" - ##USA - women_in_defense:0 "Women in Defense" - winning_your_wings:0 "Winning Your Wings" - the_world_at_war:0 "The World at War" - mission_accomplished:0 "Mission Accomplished" - the_fleet_that_came_to_stay:0 "The Fleet That Came to Stay" - fury_in_the_pacific:0 "Fury in the Pacific" - its_your_war_too:0 "It's Your War Too" - ##Holland/Belgium - belguique_toujours:0 "Belgique Toujours" - high_stakes_in_the_east:0 "High Stakes in the East" - glorious_colours:0 "Glorious Colours" - litte_belgium:0 "Little Belgium" - ##Sov - for_the_front:0 "For the Front" - the_peoples_avengers:0 "The People's Avengers" - day_of_war:0 "Day of War" - film_motherland:0 "Motherland" - sons_of_the_motherland:0 "Sons of the Motherland" - moscow_strikes_back:0 "Moscow Strikes Back" - ##Ger - fluchtlinge:0 "Fluchtlinge" - film_bismarck:0 "Bismarck" - wunschkonzert:0 "Wunschkonzert" - anschlag_auf_baku:0 "Anschlag Auf Baku" - die_entlassung:0 "Die Entlassung" - besatzung_dora:0 "Besatzung Dora" - opfergang:0 "Opfergang" - panorama:0 "Panorama" - kolberg:0 "Kolberg" - ##Japan - monkey_king:0 "Monkey King" - genghis_khan:0 "Genghis Khan" - vow_in_the_desert:0 "Vow in the Desert" - song_of_the_white_orchid:0 "Song of the White Orchid" - five_scouts:0 "Five Scouts" - fire_on_that_flag:0 "Fire on That Flag!" - ##Ita (hard to find it seems) - condottieri:0 "Condottieri" - scipio_africano:0 "Scipio Africano" - the_man_with_the_cross:0 "The Man With the Cross" - ##Generic - our_war:0 "Our War" - the_war_for_our_existence:0 "The War for our Existence" - war_in_the_skies:0 "War in the Skies" - flags_raised:0 "Flags Raised" - the_day_of_sacrifice:0 "The Day of Sacrifice" - blood_and_toil:0 "Blood and Toil" + ### Floddstatt: - ############### Foreign MIOs ############### - available_mio_tt: "§GAvailable§! as §YMilitary Industrial Organization§!: " - foreign_mio_decisions_category: "Invite Foreign Industries" - invite_GER_henschel_organization: "Invite §Y$GER_henschel_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SOV_okmo_organization: "Invite §Y$SOV_okmo_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ENG_vickers_armstrong_eng_organization: "Invite §Y$ENG_vickers_armstrong_eng_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ITA_fiat_organization: "Invite §Y$ITA_fiat_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SOV_nevskoye_design_bureau_organization: "Invite §Y$SOV_nevskoye_design_bureau_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ENG_yarrow_shipbuilders_organization: "Invite §Y$ENG_yarrow_shipbuilders_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ITA_crda_organization: "Invite §Y$ITA_crda_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_GER_heinkel_organization: "Invite §Y$GER_heinkel_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ENG_fairey_aviation_organization: "Invite §Y$ENG_fairey_aviation_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SOV_ilyushin_design_bureau_organization: "Invite §Y$SOV_ilyushin_design_bureau_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SOV_gaz_organization: "Invite §Y$SOV_gaz_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_GER_opel_organization: "Invite §Y$GER_opel_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ENG_vauxhall_organization: "Invite §Y$ENG_vauxhall_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ITA_lancia_organization: "Invite §Y$ITA_lancia_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_CZE_skoda_artillery_organization: "Invite §Y$CZE_skoda_artillery_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_FRA_mas_organization: "Invite §Y$FRA_mas_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_JAP_nissan_organization: "Invite §Y$JAP_nissan_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_CZE_ckd_organization: "Invite §Y$CZE_ckd_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_CZE_skoda_armor_organization: "Invite §Y$CZE_skoda_armor_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_CZE_avia_organization: "Invite §Y$CZE_avia_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_FRA_renault_organization: "Invite §Y$FRA_renault_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_JAP_maizuru_naval_arsenal_organization: "Invite §Y$JAP_maizuru_naval_arsenal_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_JAP_mitsubishi_organization: "Invite §Y$JAP_mitsubishi_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_FRA_bloch_organization: "Invite §Y$FRA_bloch_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_GER_junkers_organization: "Invite §Y$GER_junkers_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_GER_mauser_organization: "Invite §Y$GER_mauser_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_ENG_john_brown_organization: "Invite §Y$ENG_john_brown_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SWE_landsverk_organization: "Invite §Y$SWE_landsverk_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SWE_volvo_organization: "Invite §Y$SWE_volvo_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - invite_SWE_bofors_organization: "Invite §Y$SWE_bofors_organization$§! to §Y[ROOT.GetNameWithFlag]§!" - - invites_mio_tt: "\n§YInvites Foreign Military Industrial Organization§!:" - - - ############### Generic Purchase Ship ################ - - generic_purchase_old_ships_category:0 "Naval Procurement" - generic_purchase_old_ships_category_desc:0 "With the world becoming increasingly unstable, we need to expand our naval power projection capabilities. Luckily for us, some of the major navies may be willing to part with their older vessels." - purchase_ships_eng:0 "[ENG.GetFlag] Purchase old [ENG.GetAdjective] Destroyers" - purchase_ships_sov:0 "[SOV.GetFlag] Purchase old [SOV.GetAdjective] Battleships" - purchase_ships_ger:0 "[GER.GetFlag] Purchase old [GER.GetAdjective] U-Boats" - purchase_ships_usa:0 "[USA.GetFlag] Purchase old [USA.GetAdjective] Destroyers" - - #### Generic Refit Civilian Ships #### - generic_refit_civilian_ships_category: "Military Refit for Civilian Ships" - generic_refit_civilian_ships_category_desc: "Our fleet can not realistically hope to compete with the much larger naval forces that threaten us. We must hastily procure a bigger fleet by refitting civilian vessels for military purposes." - refit_to_destroyer: "Refit ships to Destroyers" - refit_to_cruiser: "Refit ships to Cruisers" - - #### Special Forces - diversify_special_forces: "Diversify Elite Forces" - diversify_special_forces_desc: "Our conventional forces simply aren't enough to combat the oncoming storm. We must innovate." - add_potential_special_forces_tree_tt: "Adds §H1§! free Special Forces §HBranch Specialism§!" - - #### Norway Refit Civilian Ships #### - refit_to_destroyer_nor: "Refit Convoys to Destroyers" - refit_to_destroyer_mass_nor: "Refit Convoys to Destroyers En-mass" - nor_building_ship: "Currently Converting Ships" + fg_election_desc:0 "The Floddstatt has long been known for it's decentralized and elective ruling system, whereby the many states are elected and take turns governing the foreign policy and the policies of the union's capital. The elections are held twice a year, and it's up to the individual nations to rally support behind their cause and win the votes of the people! Current support is:\n [GRT.GetName] ([?global.GRT_ele_support])\n [BRK.GetName] ([?global.BRK_ele_support])\n [CUM.GetName] ([?global.CUM_ele_support])\n [LAN.GetName] ([?global.LAN_ele_support])\n [AVI.GetName] ([?global.AVI_ele_support])\n" + flod_add_support_s:0 "Add §G1§! support for [ROOT.GetName]" \ No newline at end of file diff --git a/quickcountry.py b/quickcountry.py index a0250bd..b7754fa 100644 --- a/quickcountry.py +++ b/quickcountry.py @@ -4,8 +4,6 @@ print("tag:") c_tag = input() print("def:") c_def = input() -print("adj:") -c_adj = input() print("colour: (r g b)") c_colour = input() x = 0 @@ -54,10 +52,6 @@ def states(): 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.write(f"\n {c_tag}_democratic:0 \"{c_name}\"\n {c_tag}_democratic_DEF:0 \"{c_def}\"") - file.write(f"\n {c_tag}_communism:0 \"{c_name}\"\n {c_tag}_communism_DEF:0 \"{c_def}\"") - file.write(f"\n {c_tag}_fascism:0 \"{c_name}\"\n {c_tag}_fascism_DEF:0 \"{c_def}\"") - file.write(f"\n {c_tag}_fascism_ADJ:0 \"{c_adj}\"\n {c_tag}_democratic_ADJ:0 \"{c_adj}\"\n {c_tag}_neutrality_ADJ:0 \"{c_adj}\"\n {c_tag}_communism_ADJ:0 \"{c_adj}\"") file.close common()